{"versions":{"0.9.11":{"name":"@firebase/database","version":"0.9.11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.9.11","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"87fba58cb6f3e93d56a88b9130507c9988fa2f97","size":2448117,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.11.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.11_1619217712146_0.6733052759427232"},"_hasShrinkwrap":false,"publish_time":1619217712517,"_cnpm_publish_time":1619217712517,"contributors":[]},"0.9.10-canary.fc04353b4":{"name":"@firebase/database","version":"0.9.10-canary.fc04353b4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.fc04353b4","@firebase/logger":"0.2.6-canary.fc04353b4","@firebase/util":"1.0.0-canary.fc04353b4","@firebase/component":"0.4.1-canary.fc04353b4","@firebase/auth-interop-types":"0.1.5-canary.fc04353b4","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.fc04353b4","@firebase/app-types":"0.6.2-canary.fc04353b4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.fc04353b4","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"611916347aa655be984aea7f8d502ff260893ac5","size":2448316,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.fc04353b4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.fc04353b4_1619214851696_0.7643711586290525"},"_hasShrinkwrap":false,"publish_time":1619214851962,"_cnpm_publish_time":1619214851962,"contributors":[]},"0.9.10-canary.40888a004":{"name":"@firebase/database","version":"0.9.10-canary.40888a004","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.40888a004","@firebase/logger":"0.2.6-canary.40888a004","@firebase/util":"1.0.0-canary.40888a004","@firebase/component":"0.4.1-canary.40888a004","@firebase/auth-interop-types":"0.1.5-canary.40888a004","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.40888a004","@firebase/app-types":"0.6.2-canary.40888a004","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.40888a004","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"14887e4e1a9facdb778cafee51f169d66c588649","size":2448317,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.40888a004.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.40888a004_1619128236828_0.16881871924973968"},"_hasShrinkwrap":false,"publish_time":1619128237043,"_cnpm_publish_time":1619128237043,"contributors":[]},"0.9.10-canary.b86be0eca":{"name":"@firebase/database","version":"0.9.10-canary.b86be0eca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.b86be0eca","@firebase/logger":"0.2.6-canary.b86be0eca","@firebase/util":"1.0.0-canary.b86be0eca","@firebase/component":"0.4.1-canary.b86be0eca","@firebase/auth-interop-types":"0.1.5-canary.b86be0eca","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.b86be0eca","@firebase/app-types":"0.6.2-canary.b86be0eca","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.b86be0eca","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"0a0e1cb2469742f712ed6a0eba7e18ea9cd0fa3b","size":2448100,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.b86be0eca.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.b86be0eca_1619084185048_0.09416612191790041"},"_hasShrinkwrap":false,"publish_time":1619084185601,"_cnpm_publish_time":1619084185601,"contributors":[]},"0.9.11-20213211990":{"name":"@firebase/database","version":"0.9.11-20213211990","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.6-20213211990","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.11-20213211990","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1c6a2ea4eb7dfc76823e2b65971606d07745adff","size":2448235,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.11-20213211990.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.11-20213211990_1619032526849_0.5088783521275768"},"_hasShrinkwrap":false,"publish_time":1619032527180,"_cnpm_publish_time":1619032527180,"contributors":[]},"0.9.10-canary.3f370215a":{"name":"@firebase/database","version":"0.9.10-canary.3f370215a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.3f370215a","@firebase/logger":"0.2.6-canary.3f370215a","@firebase/util":"1.0.0-canary.3f370215a","@firebase/component":"0.4.1-canary.3f370215a","@firebase/auth-interop-types":"0.1.5-canary.3f370215a","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.3f370215a","@firebase/app-types":"0.6.2-canary.3f370215a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.3f370215a","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"c2622e72b74a569bb17b96d78c7a5fc98f9228ff","size":2448046,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.3f370215a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.3f370215a_1619032156979_0.057973370522331535"},"_hasShrinkwrap":false,"publish_time":1619032157176,"_cnpm_publish_time":1619032157176,"contributors":[]},"0.9.10-canary.633463e2a":{"name":"@firebase/database","version":"0.9.10-canary.633463e2a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.633463e2a","@firebase/logger":"0.2.6-canary.633463e2a","@firebase/util":"1.0.0-canary.633463e2a","@firebase/component":"0.4.1-canary.633463e2a","@firebase/auth-interop-types":"0.1.5-canary.633463e2a","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.633463e2a","@firebase/app-types":"0.6.2-canary.633463e2a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.633463e2a","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"00f0a0b030408a3c416fa3a91d712da47d782752","size":2448055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.633463e2a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.633463e2a_1618847535363_0.40375375920851386"},"_hasShrinkwrap":false,"publish_time":1618847535601,"_cnpm_publish_time":1618847535601,"contributors":[]},"0.9.10-canary.03e97b8b3":{"name":"@firebase/database","version":"0.9.10-canary.03e97b8b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.03e97b8b3","@firebase/logger":"0.2.6-canary.03e97b8b3","@firebase/util":"1.0.0-canary.03e97b8b3","@firebase/component":"0.4.1-canary.03e97b8b3","@firebase/auth-interop-types":"0.1.5-canary.03e97b8b3","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.03e97b8b3","@firebase/app-types":"0.6.2-canary.03e97b8b3","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.03e97b8b3","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"10975a84b3f521e3c4245a90097a5cb7caf74589","size":2448054,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.03e97b8b3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.03e97b8b3_1618526136006_0.45365378335928064"},"_hasShrinkwrap":false,"publish_time":1618526136227,"_cnpm_publish_time":1618526136227,"contributors":[]},"0.9.10-canary.31126afcd":{"name":"@firebase/database","version":"0.9.10-canary.31126afcd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.31126afcd","@firebase/logger":"0.2.6-canary.31126afcd","@firebase/util":"1.0.0-canary.31126afcd","@firebase/component":"0.4.1-canary.31126afcd","@firebase/auth-interop-types":"0.1.5-canary.31126afcd","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.31126afcd","@firebase/app-types":"0.6.2-canary.31126afcd","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.31126afcd","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"794fbfb8a4ae79db3f2946f49001dec251e91afb","size":2448047,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.31126afcd.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.31126afcd_1618509071119_0.2966549246090555"},"_hasShrinkwrap":false,"publish_time":1618509071360,"_cnpm_publish_time":1618509071360,"contributors":[]},"0.9.10-canary.d6809868c":{"name":"@firebase/database","version":"0.9.10-canary.d6809868c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.d6809868c","@firebase/logger":"0.2.6-canary.d6809868c","@firebase/util":"1.0.0-canary.d6809868c","@firebase/component":"0.4.1-canary.d6809868c","@firebase/auth-interop-types":"0.1.5-canary.d6809868c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.d6809868c","@firebase/app-types":"0.6.2-canary.d6809868c","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.d6809868c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"62fc11378fc12a454bec1dd787a9ae82dd677212","size":2448056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.d6809868c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.d6809868c_1618379782884_0.32804223469040883"},"_hasShrinkwrap":false,"publish_time":1618379783134,"_cnpm_publish_time":1618379783134,"contributors":[]},"0.0.900-exp.894b5da5a":{"name":"@firebase/database","version":"0.0.900-exp.894b5da5a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.894b5da5a"},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.894b5da5a","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"72345726addb4b5d68be11f38bab19a85acd96d2","size":1467529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.894b5da5a.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.894b5da5a_1618378361255_0.5312068959668912"},"_hasShrinkwrap":false,"publish_time":1618378361420,"_cnpm_publish_time":1618378361420,"contributors":[]},"0.0.900-exp.f6733b13b":{"name":"@firebase/database","version":"0.0.900-exp.f6733b13b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.f6733b13b"},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.f6733b13b","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"30146ba9730f74c4a768e1cad7f52cb8893764b0","size":1467532,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.f6733b13b.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.f6733b13b_1618361942883_0.7060224594717237"},"_hasShrinkwrap":false,"publish_time":1618361943084,"_cnpm_publish_time":1618361943084,"contributors":[]},"0.9.10-canary.f6733b13b":{"name":"@firebase/database","version":"0.9.10-canary.f6733b13b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.f6733b13b","@firebase/logger":"0.2.6-canary.f6733b13b","@firebase/util":"1.0.0-canary.f6733b13b","@firebase/component":"0.4.1-canary.f6733b13b","@firebase/auth-interop-types":"0.1.5-canary.f6733b13b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.f6733b13b","@firebase/app-types":"0.6.2-canary.f6733b13b","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.f6733b13b","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"8b2df2e8e2380977e7218e93fc02cc9f2dd0bcb9","size":2448056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.f6733b13b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.f6733b13b_1618361610522_0.31680277084748565"},"_hasShrinkwrap":false,"publish_time":1618361610777,"_cnpm_publish_time":1618361610777,"contributors":[]},"0.9.10-canary.c100a7b28":{"name":"@firebase/database","version":"0.9.10-canary.c100a7b28","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.c100a7b28","@firebase/logger":"0.2.6-canary.c100a7b28","@firebase/util":"1.0.0-canary.c100a7b28","@firebase/component":"0.4.1-canary.c100a7b28","@firebase/auth-interop-types":"0.1.5-canary.c100a7b28","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.c100a7b28","@firebase/app-types":"0.6.2-canary.c100a7b28","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.c100a7b28","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c4641d8e467d39cca1e16e1cff74d76f5746b9f1","size":2447979,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.c100a7b28.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.c100a7b28_1618357586050_0.01776721321868746"},"_hasShrinkwrap":false,"publish_time":1618357586295,"_cnpm_publish_time":1618357586295,"contributors":[]},"0.0.900-exp.22d84906a":{"name":"@firebase/database","version":"0.0.900-exp.22d84906a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.22d84906a"},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.22d84906a","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"234ff7f9f65925791018b97b1b59c8cf2ab52a5a","size":1467450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.22d84906a.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.22d84906a_1618356387364_0.25204643371546354"},"_hasShrinkwrap":false,"publish_time":1618356387611,"_cnpm_publish_time":1618356387611,"contributors":[]},"0.9.10-canary.4067cf059":{"name":"@firebase/database","version":"0.9.10-canary.4067cf059","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.4067cf059","@firebase/logger":"0.2.6-canary.4067cf059","@firebase/util":"1.0.0-canary.4067cf059","@firebase/component":"0.4.1-canary.4067cf059","@firebase/auth-interop-types":"0.1.5-canary.4067cf059","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.4067cf059","@firebase/app-types":"0.6.2-canary.4067cf059","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.4067cf059","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"7bdbdec38db4c4eae23a208bb0712387ec20bbb3","size":2448260,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.4067cf059.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.4067cf059_1618340185557_0.15164592642534114"},"_hasShrinkwrap":false,"publish_time":1618340185779,"_cnpm_publish_time":1618340185779,"contributors":[]},"0.9.10-canary.442af0d2c":{"name":"@firebase/database","version":"0.9.10-canary.442af0d2c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.442af0d2c","@firebase/logger":"0.2.6-canary.442af0d2c","@firebase/util":"1.0.0-canary.442af0d2c","@firebase/component":"0.4.1-canary.442af0d2c","@firebase/auth-interop-types":"0.1.5-canary.442af0d2c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.442af0d2c","@firebase/app-types":"0.6.2-canary.442af0d2c","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-canary.442af0d2c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"ce11e6002e598a5f14f560a379d9713a563e592d","size":2448229,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-canary.442af0d2c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-canary.442af0d2c_1618337375714_0.13521963712849328"},"_hasShrinkwrap":false,"publish_time":1618337375973,"_cnpm_publish_time":1618337375973,"contributors":[]},"0.9.10":{"name":"@firebase/database","version":"0.9.10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.9.10","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"bc1f26b26ad1f5cdb8b0ec88aff08f03e65cb992","size":2448104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10_1618296921883_0.21638290100810065"},"_hasShrinkwrap":false,"publish_time":1618296922157,"_cnpm_publish_time":1618296922157,"contributors":[]},"0.9.10-202131362347":{"name":"@firebase/database","version":"0.9.10-202131362347","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.10-202131362347","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"6befc504f0f31b66b44eb057cb0aeeb67291ab91","size":2448239,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.10-202131362347.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.10-202131362347_1618295614828_0.26245201210330005"},"_hasShrinkwrap":false,"publish_time":1618295615165,"_cnpm_publish_time":1618295615165,"contributors":[]},"0.9.9-canary.74fa5064a":{"name":"@firebase/database","version":"0.9.9-canary.74fa5064a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.74fa5064a","@firebase/logger":"0.2.6-canary.74fa5064a","@firebase/util":"1.0.0-canary.74fa5064a","@firebase/component":"0.4.1-canary.74fa5064a","@firebase/auth-interop-types":"0.1.5-canary.74fa5064a","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.74fa5064a","@firebase/app-types":"0.6.2-canary.74fa5064a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.9-canary.74fa5064a","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"216b1e626f8abfe90bacb60ec80eb935e3811698","size":2448144,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.9-canary.74fa5064a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.9-canary.74fa5064a_1618288711776_0.4266958211835665"},"_hasShrinkwrap":false,"publish_time":1618288712061,"_cnpm_publish_time":1618288712061,"contributors":[]},"0.9.9-canary.726bf6840":{"name":"@firebase/database","version":"0.9.9-canary.726bf6840","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.726bf6840","@firebase/logger":"0.2.6-canary.726bf6840","@firebase/util":"1.0.0-canary.726bf6840","@firebase/component":"0.4.1-canary.726bf6840","@firebase/auth-interop-types":"0.1.5-canary.726bf6840","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.726bf6840","@firebase/app-types":"0.6.2-canary.726bf6840","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.9-canary.726bf6840","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"114645acfea2a883eb238832a412104435567475","size":2450125,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.9-canary.726bf6840.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.9-canary.726bf6840_1618287096397_0.6658561711180193"},"_hasShrinkwrap":false,"publish_time":1618287096662,"_cnpm_publish_time":1618287096662,"contributors":[]},"0.9.9-canary.9bce0aed1":{"name":"@firebase/database","version":"0.9.9-canary.9bce0aed1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.9bce0aed1","@firebase/logger":"0.2.6-canary.9bce0aed1","@firebase/util":"1.0.0-canary.9bce0aed1","@firebase/component":"0.4.1-canary.9bce0aed1","@firebase/auth-interop-types":"0.1.5-canary.9bce0aed1","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.9bce0aed1","@firebase/app-types":"0.6.2-canary.9bce0aed1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.9-canary.9bce0aed1","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"870ad5703c1895afc54e99ddeb4f2b481d1544f3","size":2450113,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.9-canary.9bce0aed1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.9-canary.9bce0aed1_1618268079287_0.44097108959381415"},"_hasShrinkwrap":false,"publish_time":1618268079480,"_cnpm_publish_time":1618268079480,"contributors":[]},"0.9.9":{"name":"@firebase/database","version":"0.9.9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.9.9","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"dcbeb1e921227dbe78f9eddb191f85c1205e9822","size":2450028,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.9.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.9_1618265092948_0.49697285629924903"},"_hasShrinkwrap":false,"publish_time":1618265093186,"_cnpm_publish_time":1618265093186,"contributors":[]},"0.9.9-202131220326":{"name":"@firebase/database","version":"0.9.9-202131220326","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-202131220326","@firebase/logger":"0.2.6","@firebase/util":"1.0.0-202131220326","@firebase/component":"0.4.1-202131220326","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-202131220326","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.9-202131220326","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"5f89f89c5a8b2ce036d645a98d4e233a37bfb921","size":2450136,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.9-202131220326.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.9-202131220326_1618260013333_0.7654552238905754"},"_hasShrinkwrap":false,"publish_time":1618260013567,"_cnpm_publish_time":1618260013567,"contributors":[]},"0.9.9-202131218423":{"name":"@firebase/database","version":"0.9.9-202131218423","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-202131218423","@firebase/logger":"0.2.6","@firebase/util":"1.0.0-202131218423","@firebase/component":"0.4.1-202131218423","@firebase/auth-interop-types":"1.0.0-202131218423","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-202131218423","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.9-202131218423","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"a016537dad86cca52eeee94fb40757b7b9798865","size":2450148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.9-202131218423.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.9-202131218423_1618253437930_0.7466723814291136"},"_hasShrinkwrap":false,"publish_time":1618253438254,"_cnpm_publish_time":1618253438254,"contributors":[]},"0.9.8-canary.edf60452a":{"name":"@firebase/database","version":"0.9.8-canary.edf60452a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.edf60452a","@firebase/logger":"0.2.6-canary.edf60452a","@firebase/util":"0.4.1-canary.edf60452a","@firebase/component":"0.4.0-canary.edf60452a","@firebase/auth-interop-types":"0.1.5-canary.edf60452a","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.edf60452a","@firebase/app-types":"0.6.2-canary.edf60452a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.edf60452a","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"e2e37a9df562ebc4745b4ca6ce127c8b3c32efd5","size":2449968,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.edf60452a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.edf60452a_1618249438754_0.25820534185465416"},"_hasShrinkwrap":false,"publish_time":1618249438994,"_cnpm_publish_time":1618249438994,"contributors":[]},"0.9.8-canary.c9ae97c84":{"name":"@firebase/database","version":"0.9.8-canary.c9ae97c84","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.c9ae97c84","@firebase/logger":"0.2.6-canary.c9ae97c84","@firebase/util":"0.4.1-canary.c9ae97c84","@firebase/component":"0.4.0-canary.c9ae97c84","@firebase/auth-interop-types":"0.1.5-canary.c9ae97c84","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.c9ae97c84","@firebase/app-types":"0.6.2-canary.c9ae97c84","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.c9ae97c84","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3889b548504b6e5a9745133c288c285e07bb03ad","size":2450005,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.c9ae97c84.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.c9ae97c84_1618117481966_0.9580806290287327"},"_hasShrinkwrap":false,"publish_time":1618117482197,"_cnpm_publish_time":1618117482197,"contributors":[]},"0.9.8-canary.d4b1cc207":{"name":"@firebase/database","version":"0.9.8-canary.d4b1cc207","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.d4b1cc207","@firebase/logger":"0.2.6-canary.d4b1cc207","@firebase/util":"0.4.1-canary.d4b1cc207","@firebase/component":"0.4.0-canary.d4b1cc207","@firebase/auth-interop-types":"0.1.5-canary.d4b1cc207","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.d4b1cc207","@firebase/app-types":"0.6.2-canary.d4b1cc207","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.d4b1cc207","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"0617d60b42b9c767450ff71f5b4fe9e10602b00a","size":2450198,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.d4b1cc207.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.d4b1cc207_1618006203771_0.8994990239350835"},"_hasShrinkwrap":false,"publish_time":1618006203961,"_cnpm_publish_time":1618006203961,"contributors":[]},"0.9.8-canary.9df03c97c":{"name":"@firebase/database","version":"0.9.8-canary.9df03c97c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.9df03c97c","@firebase/logger":"0.2.6-canary.9df03c97c","@firebase/util":"0.4.1-canary.9df03c97c","@firebase/component":"0.4.0-canary.9df03c97c","@firebase/auth-interop-types":"0.1.5-canary.9df03c97c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.9df03c97c","@firebase/app-types":"0.6.2-canary.9df03c97c","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.9df03c97c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3fe13f943024c364100333c8741d3c726dac1e6e","size":2450202,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.9df03c97c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.9df03c97c_1618003270461_0.7254352468320162"},"_hasShrinkwrap":false,"publish_time":1618003270767,"_cnpm_publish_time":1618003270767,"contributors":[]},"0.9.8-canary.626c05b36":{"name":"@firebase/database","version":"0.9.8-canary.626c05b36","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.626c05b36","@firebase/logger":"0.2.6-canary.626c05b36","@firebase/util":"0.4.1-canary.626c05b36","@firebase/component":"0.4.0-canary.626c05b36","@firebase/auth-interop-types":"0.1.5-canary.626c05b36","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.626c05b36","@firebase/app-types":"0.6.2-canary.626c05b36","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.626c05b36","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c4599c362fdb77ec968a812ba47921841914e065","size":2450093,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.626c05b36.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.626c05b36_1617997903996_0.4052407364543609"},"_hasShrinkwrap":false,"publish_time":1617997904235,"_cnpm_publish_time":1617997904235,"contributors":[]},"0.9.8-canary.67b4f6222":{"name":"@firebase/database","version":"0.9.8-canary.67b4f6222","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.67b4f6222","@firebase/logger":"0.2.6-canary.67b4f6222","@firebase/util":"0.4.1-canary.67b4f6222","@firebase/component":"0.4.0-canary.67b4f6222","@firebase/auth-interop-types":"0.1.5-canary.67b4f6222","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.67b4f6222","@firebase/app-types":"0.6.2-canary.67b4f6222","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.67b4f6222","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"6e24290f1cfe8115386181186894b72302733c78","size":2450094,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.67b4f6222.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.67b4f6222_1617984006570_0.3118006851311439"},"_hasShrinkwrap":false,"publish_time":1617984007664,"_cnpm_publish_time":1617984007664,"contributors":[]},"0.9.8-canary.59a2f7160":{"name":"@firebase/database","version":"0.9.8-canary.59a2f7160","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.59a2f7160","@firebase/logger":"0.2.6-canary.59a2f7160","@firebase/util":"0.4.1-canary.59a2f7160","@firebase/component":"0.4.0-canary.59a2f7160","@firebase/auth-interop-types":"0.1.5-canary.59a2f7160","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.59a2f7160","@firebase/app-types":"0.6.2-canary.59a2f7160","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.59a2f7160","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c5643defc969a4041e2a4e207e56698168922f3b","size":2450091,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.59a2f7160.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.59a2f7160_1617982187814_0.48841876046715615"},"_hasShrinkwrap":false,"publish_time":1617982188101,"_cnpm_publish_time":1617982188101,"contributors":[]},"0.9.8-canary.5fa9bed0a":{"name":"@firebase/database","version":"0.9.8-canary.5fa9bed0a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.5fa9bed0a","@firebase/logger":"0.2.6-canary.5fa9bed0a","@firebase/util":"0.4.1-canary.5fa9bed0a","@firebase/component":"0.4.0-canary.5fa9bed0a","@firebase/auth-interop-types":"0.1.5-canary.5fa9bed0a","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.5fa9bed0a","@firebase/app-types":"0.6.2-canary.5fa9bed0a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.5fa9bed0a","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"beeac0bae56b5124439597856946009e94e62a65","size":2450081,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.5fa9bed0a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.5fa9bed0a_1617935209913_0.7271134596883759"},"_hasShrinkwrap":false,"publish_time":1617935210184,"_cnpm_publish_time":1617935210184,"contributors":[]},"0.0.900-exp.b0c8425bc":{"name":"@firebase/database","version":"0.0.900-exp.b0c8425bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.b0c8425bc"},"dependencies":{"@firebase/database-types":"0.7.1","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/component":"0.4.0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.b0c8425bc","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"f436f28151ae2c328b9962dfad27825363021a75","size":2445644,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.b0c8425bc.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.b0c8425bc_1617933962207_0.7928962310953636"},"_hasShrinkwrap":false,"publish_time":1617933962458,"_cnpm_publish_time":1617933962458,"contributors":[]},"0.9.8-canary.e767a4f01":{"name":"@firebase/database","version":"0.9.8-canary.e767a4f01","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.e767a4f01","@firebase/logger":"0.2.6-canary.e767a4f01","@firebase/util":"0.4.1-canary.e767a4f01","@firebase/component":"0.4.0-canary.e767a4f01","@firebase/auth-interop-types":"0.1.5-canary.e767a4f01","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.e767a4f01","@firebase/app-types":"0.6.2-canary.e767a4f01","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.e767a4f01","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"d41eff6ed9ec30a7ea21b2bfec24e5b596fa17bf","size":2450088,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.e767a4f01.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.e767a4f01_1617933681678_0.08128630526749281"},"_hasShrinkwrap":false,"publish_time":1617933681989,"_cnpm_publish_time":1617933681989,"contributors":[]},"0.9.8-canary.520ca39d0":{"name":"@firebase/database","version":"0.9.8-canary.520ca39d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.520ca39d0","@firebase/logger":"0.2.6-canary.520ca39d0","@firebase/util":"0.4.1-canary.520ca39d0","@firebase/component":"0.4.0-canary.520ca39d0","@firebase/auth-interop-types":"0.1.5-canary.520ca39d0","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.520ca39d0","@firebase/app-types":"0.6.2-canary.520ca39d0","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.520ca39d0","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"726eef1122800a24d1a5113ff634460983885965","size":2450087,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.520ca39d0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.520ca39d0_1617931275721_0.007672943975592483"},"_hasShrinkwrap":false,"publish_time":1617931275988,"_cnpm_publish_time":1617931275988,"contributors":[]},"0.9.8-canary.d1f7e0210":{"name":"@firebase/database","version":"0.9.8-canary.d1f7e0210","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-canary.d1f7e0210","@firebase/logger":"0.2.6-canary.d1f7e0210","@firebase/util":"0.4.1-canary.d1f7e0210","@firebase/component":"0.4.0-canary.d1f7e0210","@firebase/auth-interop-types":"0.1.5-canary.d1f7e0210","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-canary.d1f7e0210","@firebase/app-types":"0.6.2-canary.d1f7e0210","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-canary.d1f7e0210","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"468489bfdb50aefb44286986ae1c2d2883739ccc","size":2450084,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-canary.d1f7e0210.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-canary.d1f7e0210_1617923763056_0.10685626293114692"},"_hasShrinkwrap":false,"publish_time":1617923763215,"_cnpm_publish_time":1617923763215,"contributors":[]},"0.9.8":{"name":"@firebase/database","version":"0.9.8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/component":"0.4.0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.9.8","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"244eb897033ecacfc4a1fa5f031cda9b5e4009e5","size":1819067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8_1617922232582_0.48729537760358643"},"_hasShrinkwrap":false,"publish_time":1617922232838,"_cnpm_publish_time":1617922232838,"contributors":[]},"0.9.7-canary.0b3815504":{"name":"@firebase/database","version":"0.9.7-canary.0b3815504","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.0b3815504","@firebase/logger":"0.2.6-canary.0b3815504","@firebase/util":"0.4.1-canary.0b3815504","@firebase/component":"0.3.1-canary.0b3815504","@firebase/auth-interop-types":"0.1.5-canary.0b3815504","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.0b3815504","@firebase/app-types":"0.6.1-canary.0b3815504","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.0b3815504","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"d9501b6d9823f608360ad9d1ae75d62aba6bd6c1","size":2450044,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.0b3815504.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.0b3815504_1617920871564_0.6101581669317138"},"_hasShrinkwrap":false,"publish_time":1617920871801,"_cnpm_publish_time":1617920871801,"contributors":[]},"0.0.900-exp.8294e6082":{"name":"@firebase/database","version":"0.0.900-exp.8294e6082","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.8294e6082"},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/component":"0.3.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.8294e6082","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"969bfe87274d019374627b19426beb673b76e78f","size":2445599,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.8294e6082.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.8294e6082_1617914584001_0.4687458010289214"},"_hasShrinkwrap":false,"publish_time":1617914584188,"_cnpm_publish_time":1617914584188,"contributors":[]},"0.9.7-canary.03e842245":{"name":"@firebase/database","version":"0.9.7-canary.03e842245","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm5/packages/database/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.03e842245","@firebase/logger":"0.2.6-canary.03e842245","@firebase/util":"0.4.1-canary.03e842245","@firebase/component":"0.3.1-canary.03e842245","@firebase/auth-interop-types":"0.1.5-canary.03e842245","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.03e842245","@firebase/app-types":"0.6.1-canary.03e842245","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.03e842245","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"6ba6edd2e7a9657443dfebb9bebbcfa666582970","size":2450044,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.03e842245.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.03e842245_1617913925824_0.8742588613461755"},"_hasShrinkwrap":false,"publish_time":1617913926042,"_cnpm_publish_time":1617913926042,"contributors":[]},"0.9.7-canary.6db185be5":{"name":"@firebase/database","version":"0.9.7-canary.6db185be5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.6db185be5","@firebase/logger":"0.2.6-canary.6db185be5","@firebase/util":"0.4.1-canary.6db185be5","@firebase/component":"0.3.1-canary.6db185be5","@firebase/auth-interop-types":"0.1.5-canary.6db185be5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.6db185be5","@firebase/app-types":"0.6.1-canary.6db185be5","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.6db185be5","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"0c71dabbe5acf6f1c1f49527f7d1cf63011de97f","size":2015769,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.6db185be5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.6db185be5_1617898974595_0.6842225865232676"},"_hasShrinkwrap":false,"publish_time":1617898974839,"_cnpm_publish_time":1617898974839,"contributors":[]},"0.9.7-canary.7354a0ed4":{"name":"@firebase/database","version":"0.9.7-canary.7354a0ed4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ./scripts/api-report.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.7354a0ed4","@firebase/logger":"0.2.6-canary.7354a0ed4","@firebase/util":"0.4.1-canary.7354a0ed4","@firebase/component":"0.3.1-canary.7354a0ed4","@firebase/auth-interop-types":"0.1.5-canary.7354a0ed4","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.7354a0ed4","@firebase/app-types":"0.6.1-canary.7354a0ed4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.7354a0ed4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"53126f13eef05d046ed341a335f9c3bcf25e4ac6","size":2015767,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.7354a0ed4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.7354a0ed4_1617897490273_0.8617812066510082"},"_hasShrinkwrap":false,"publish_time":1617897490490,"_cnpm_publish_time":1617897490490,"contributors":[]},"0.9.7-canary.15391ae72":{"name":"@firebase/database","version":"0.9.7-canary.15391ae72","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.15391ae72","@firebase/logger":"0.2.6-canary.15391ae72","@firebase/util":"0.4.1-canary.15391ae72","@firebase/component":"0.3.1-canary.15391ae72","@firebase/auth-interop-types":"0.1.5-canary.15391ae72","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.15391ae72","@firebase/app-types":"0.6.1-canary.15391ae72","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.15391ae72","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"f73c8577b11e55c3e1f2a4e6cd4a45a6dc604a63","size":1819493,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.15391ae72.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.15391ae72_1617873859815_0.3740530306468237"},"_hasShrinkwrap":false,"publish_time":1617873860167,"_cnpm_publish_time":1617873860167,"contributors":[]},"0.9.7-canary.7c84291f1":{"name":"@firebase/database","version":"0.9.7-canary.7c84291f1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.7c84291f1","@firebase/logger":"0.2.6-canary.7c84291f1","@firebase/util":"0.4.1-canary.7c84291f1","@firebase/component":"0.3.1-canary.7c84291f1","@firebase/auth-interop-types":"0.1.5-canary.7c84291f1","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.7c84291f1","@firebase/app-types":"0.6.1-canary.7c84291f1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.7c84291f1","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"d3821facc5264002ffad59862fa88b918358e3b5","size":1819495,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.7c84291f1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.7c84291f1_1617831698271_0.9562165912186038"},"_hasShrinkwrap":false,"publish_time":1617831698492,"_cnpm_publish_time":1617831698492,"contributors":[]},"0.9.7-canary.8e1ace47e":{"name":"@firebase/database","version":"0.9.7-canary.8e1ace47e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.8e1ace47e","@firebase/logger":"0.2.6-canary.8e1ace47e","@firebase/util":"0.4.1-canary.8e1ace47e","@firebase/component":"0.3.1-canary.8e1ace47e","@firebase/auth-interop-types":"0.1.5-canary.8e1ace47e","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.8e1ace47e","@firebase/app-types":"0.6.1-canary.8e1ace47e","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.8e1ace47e","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"2523434eb323985f15618ad71360136d8dfa2c5e","size":1819489,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.8e1ace47e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.8e1ace47e_1617829582105_0.4181425901515776"},"_hasShrinkwrap":false,"publish_time":1617829582360,"_cnpm_publish_time":1617829582360,"contributors":[]},"0.9.7-canary.129888c6e":{"name":"@firebase/database","version":"0.9.7-canary.129888c6e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.129888c6e","@firebase/logger":"0.2.6-canary.129888c6e","@firebase/util":"0.4.1-canary.129888c6e","@firebase/component":"0.3.1-canary.129888c6e","@firebase/auth-interop-types":"0.1.5-canary.129888c6e","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.129888c6e","@firebase/app-types":"0.6.1-canary.129888c6e","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.129888c6e","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"1970cb25af58566ac0e2443c22e72789b658d86d","size":1819354,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.129888c6e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.129888c6e_1617823660896_0.328249552634847"},"_hasShrinkwrap":false,"publish_time":1617823661160,"_cnpm_publish_time":1617823661160,"contributors":[]},"0.9.8-20213623619":{"name":"@firebase/database","version":"0.9.8-20213623619","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.1-20213623619","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/component":"0.4.0-20213623619","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.19-20213623619","@firebase/app-types":"0.6.2-20213623619","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.8-20213623619","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"44e3eec94d69de44f1d3e18ea4c42031072046bd","size":1819170,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.8-20213623619.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.8-20213623619_1617751867969_0.27629316270340687"},"_hasShrinkwrap":false,"publish_time":1617751868207,"_cnpm_publish_time":1617751868207,"contributors":[]},"0.9.7-canary.f24d8961b":{"name":"@firebase/database","version":"0.9.7-canary.f24d8961b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.f24d8961b","@firebase/logger":"0.2.6-canary.f24d8961b","@firebase/util":"0.4.1-canary.f24d8961b","@firebase/component":"0.3.1-canary.f24d8961b","@firebase/auth-interop-types":"0.1.5-canary.f24d8961b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.f24d8961b","@firebase/app-types":"0.6.1-canary.f24d8961b","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.f24d8961b","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"ce3970e82fdd279304048f82ee8df6ac443720ee","size":1819108,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.f24d8961b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.f24d8961b_1617747983573_0.9258407612885062"},"_hasShrinkwrap":false,"publish_time":1617747983799,"_cnpm_publish_time":1617747983799,"contributors":[]},"0.9.7-canary.5ae52a006":{"name":"@firebase/database","version":"0.9.7-canary.5ae52a006","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.5ae52a006","@firebase/logger":"0.2.6-canary.5ae52a006","@firebase/util":"0.4.1-canary.5ae52a006","@firebase/component":"0.3.1-canary.5ae52a006","@firebase/auth-interop-types":"0.1.5-canary.5ae52a006","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.5ae52a006","@firebase/app-types":"0.6.1-canary.5ae52a006","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.5ae52a006","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"b7c0437e907f684f5dcdbb0888e5f5929f4e55eb","size":1818944,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.5ae52a006.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.5ae52a006_1617746126936_0.6828017419762524"},"_hasShrinkwrap":false,"publish_time":1617746127186,"_cnpm_publish_time":1617746127186,"contributors":[]},"0.9.4-eap-storage-emulator.ed256f582":{"name":"@firebase/database","version":"0.9.4-eap-storage-emulator.ed256f582","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-eap-storage-emulator.ed256f582","@firebase/logger":"0.2.6-eap-storage-emulator.ed256f582","@firebase/util":"0.3.4-eap-storage-emulator.ed256f582","@firebase/component":"0.2.0-eap-storage-emulator.ed256f582","@firebase/auth-interop-types":"0.1.5-eap-storage-emulator.ed256f582","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-eap-storage-emulator.ed256f582","@firebase/app-types":"0.6.1-eap-storage-emulator.ed256f582","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-eap-storage-emulator.ed256f582","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3d1a918d86857a56e3df3f619371e9ce4cf2a382","size":1834188,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-eap-storage-emulator.ed256f582.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-eap-storage-emulator.ed256f582_1617740850056_0.6947614514140381"},"_hasShrinkwrap":false,"publish_time":1617740850329,"_cnpm_publish_time":1617740850329,"contributors":[]},"0.9.7-canary.9f5578e36":{"name":"@firebase/database","version":"0.9.7-canary.9f5578e36","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.9f5578e36","@firebase/logger":"0.2.6-canary.9f5578e36","@firebase/util":"0.4.1-canary.9f5578e36","@firebase/component":"0.3.1-canary.9f5578e36","@firebase/auth-interop-types":"0.1.5-canary.9f5578e36","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.9f5578e36","@firebase/app-types":"0.6.1-canary.9f5578e36","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.9f5578e36","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c1a99b22e6943d39f90bc5240e52f88411581760","size":1818968,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.9f5578e36.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.9f5578e36_1617674225041_0.6001134947326301"},"_hasShrinkwrap":false,"publish_time":1617674225314,"_cnpm_publish_time":1617674225314,"contributors":[]},"0.9.7-canary.5ad7ff2ae":{"name":"@firebase/database","version":"0.9.7-canary.5ad7ff2ae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.5ad7ff2ae","@firebase/logger":"0.2.6-canary.5ad7ff2ae","@firebase/util":"0.4.1-canary.5ad7ff2ae","@firebase/component":"0.3.1-canary.5ad7ff2ae","@firebase/auth-interop-types":"0.1.5-canary.5ad7ff2ae","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.5ad7ff2ae","@firebase/app-types":"0.6.1-canary.5ad7ff2ae","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.5ad7ff2ae","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"5d91f313869330397c3125cebbd63f5c19497b61","size":1818955,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.5ad7ff2ae.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.5ad7ff2ae_1617392449525_0.04131014901719232"},"_hasShrinkwrap":false,"publish_time":1617392449735,"_cnpm_publish_time":1617392449735,"contributors":[]},"0.9.7-canary.358cc4c61":{"name":"@firebase/database","version":"0.9.7-canary.358cc4c61","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.358cc4c61","@firebase/logger":"0.2.6-canary.358cc4c61","@firebase/util":"0.4.1-canary.358cc4c61","@firebase/component":"0.3.1-canary.358cc4c61","@firebase/auth-interop-types":"0.1.5-canary.358cc4c61","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.358cc4c61","@firebase/app-types":"0.6.1-canary.358cc4c61","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.358cc4c61","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"21011b7e8dbb2adfe1e686accfe33d72d0fe0736","size":1818955,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.358cc4c61.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.358cc4c61_1617391057667_0.9014596356614484"},"_hasShrinkwrap":false,"publish_time":1617391057968,"_cnpm_publish_time":1617391057968,"contributors":[]},"0.9.7-canary.c1f07f1b3":{"name":"@firebase/database","version":"0.9.7-canary.c1f07f1b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.c1f07f1b3","@firebase/logger":"0.2.6-canary.c1f07f1b3","@firebase/util":"0.4.1-canary.c1f07f1b3","@firebase/component":"0.3.1-canary.c1f07f1b3","@firebase/auth-interop-types":"0.1.5-canary.c1f07f1b3","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.c1f07f1b3","@firebase/app-types":"0.6.1-canary.c1f07f1b3","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.c1f07f1b3","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"bdfb899a9ec3ebb75b727ede682029e8e4457fb4","size":1818959,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.c1f07f1b3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.c1f07f1b3_1617386691567_0.1740112574849615"},"_hasShrinkwrap":false,"publish_time":1617386691802,"_cnpm_publish_time":1617386691802,"contributors":[]},"0.9.7-canary.c14e052f6":{"name":"@firebase/database","version":"0.9.7-canary.c14e052f6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.c14e052f6","@firebase/logger":"0.2.6-canary.c14e052f6","@firebase/util":"0.4.1-canary.c14e052f6","@firebase/component":"0.3.1-canary.c14e052f6","@firebase/auth-interop-types":"0.1.5-canary.c14e052f6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.c14e052f6","@firebase/app-types":"0.6.1-canary.c14e052f6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.c14e052f6","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"d8a585fe3c23446d5627fc2f80e5294c731a13bc","size":1818968,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.c14e052f6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.c14e052f6_1617317443596_0.9460782176652305"},"_hasShrinkwrap":false,"publish_time":1617317443808,"_cnpm_publish_time":1617317443808,"contributors":[]},"0.0.900-exp.2c95db0e3":{"name":"@firebase/database","version":"0.0.900-exp.2c95db0e3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.2c95db0e3"},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/component":"0.3.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.2c95db0e3","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"13e66d76d425db902c929b6fdf13952130b703f7","size":924221,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.2c95db0e3.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.2c95db0e3_1617249771340_0.6095985526028198"},"_hasShrinkwrap":false,"publish_time":1617249771536,"_cnpm_publish_time":1617249771536,"contributors":[]},"0.9.7-canary.340ce5cfe":{"name":"@firebase/database","version":"0.9.7-canary.340ce5cfe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.340ce5cfe","@firebase/logger":"0.2.6-canary.340ce5cfe","@firebase/util":"0.4.1-canary.340ce5cfe","@firebase/component":"0.3.1-canary.340ce5cfe","@firebase/auth-interop-types":"0.1.5-canary.340ce5cfe","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.340ce5cfe","@firebase/app-types":"0.6.1-canary.340ce5cfe","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.340ce5cfe","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"9acbd175a92545dcd83ad8218079349ae95ae8c6","size":1818956,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.340ce5cfe.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.340ce5cfe_1617245724363_0.3431415020198221"},"_hasShrinkwrap":false,"publish_time":1617245724603,"_cnpm_publish_time":1617245724603,"contributors":[]},"0.9.7-canary.ecdc5a019":{"name":"@firebase/database","version":"0.9.7-canary.ecdc5a019","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.ecdc5a019","@firebase/logger":"0.2.6-canary.ecdc5a019","@firebase/util":"0.4.1-canary.ecdc5a019","@firebase/component":"0.3.1-canary.ecdc5a019","@firebase/auth-interop-types":"0.1.5-canary.ecdc5a019","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-canary.ecdc5a019","@firebase/app-types":"0.6.1-canary.ecdc5a019","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-canary.ecdc5a019","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"96b71bfc28362dccb9e829b479da5446a8d62dae","size":1818954,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-canary.ecdc5a019.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-canary.ecdc5a019_1617235359025_0.4816452435600831"},"_hasShrinkwrap":false,"publish_time":1617235359348,"_cnpm_publish_time":1617235359348,"contributors":[]},"0.9.7":{"name":"@firebase/database","version":"0.9.7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1","@firebase/component":"0.3.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.9.7","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"42a03c18cd705e95ad2c8fcc739616eecb8e1dfa","size":1818860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7_1617233880199_0.7972102493093212"},"_hasShrinkwrap":false,"publish_time":1617233880504,"_cnpm_publish_time":1617233880504,"contributors":[]},"0.9.6-canary.6c4920f1f":{"name":"@firebase/database","version":"0.9.6-canary.6c4920f1f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.6c4920f1f","@firebase/logger":"0.2.6-canary.6c4920f1f","@firebase/util":"0.4.0-canary.6c4920f1f","@firebase/component":"0.3.0-canary.6c4920f1f","@firebase/auth-interop-types":"0.1.5-canary.6c4920f1f","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17-canary.6c4920f1f","@firebase/app-types":"0.6.1-canary.6c4920f1f","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-canary.6c4920f1f","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"fe7782d4e37a51d9710589e8723e7ae9fe42a085","size":1818913,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-canary.6c4920f1f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-canary.6c4920f1f_1617231149707_0.2382175969803888"},"_hasShrinkwrap":false,"publish_time":1617231149984,"_cnpm_publish_time":1617231149984,"contributors":[]},"0.9.6-canary.19c0c01e4":{"name":"@firebase/database","version":"0.9.6-canary.19c0c01e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.19c0c01e4","@firebase/logger":"0.2.6-canary.19c0c01e4","@firebase/util":"0.4.0-canary.19c0c01e4","@firebase/component":"0.3.0-canary.19c0c01e4","@firebase/auth-interop-types":"0.1.5-canary.19c0c01e4","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17-canary.19c0c01e4","@firebase/app-types":"0.6.1-canary.19c0c01e4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-canary.19c0c01e4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"01e00485baf582e2597259ff11ab101c242b0f54","size":1818902,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-canary.19c0c01e4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-canary.19c0c01e4_1617229658882_0.45987281630615806"},"_hasShrinkwrap":false,"publish_time":1617229659102,"_cnpm_publish_time":1617229659102,"contributors":[]},"0.9.6-canary.976c5b133":{"name":"@firebase/database","version":"0.9.6-canary.976c5b133","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.976c5b133","@firebase/logger":"0.2.6-canary.976c5b133","@firebase/util":"0.4.0-canary.976c5b133","@firebase/component":"0.3.0-canary.976c5b133","@firebase/auth-interop-types":"0.1.5-canary.976c5b133","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17-canary.976c5b133","@firebase/app-types":"0.6.1-canary.976c5b133","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-canary.976c5b133","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"b17e4f7b642c4d3828148fed5d8bc53c4c7a3c4b","size":1818914,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-canary.976c5b133.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-canary.976c5b133_1617225626771_0.6290602884128527"},"_hasShrinkwrap":false,"publish_time":1617225627003,"_cnpm_publish_time":1617225627003,"contributors":[]},"0.9.7-2021230222248":{"name":"@firebase/database","version":"0.9.7-2021230222248","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.1-2021230222248","@firebase/component":"0.3.1-2021230222248","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.18-2021230222248","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.7-2021230222248","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"3ac4f6d30aedb53585a8f0fed37f473d6654a25a","size":1818970,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.7-2021230222248.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.7-2021230222248_1617143545078_0.941516442045657"},"_hasShrinkwrap":false,"publish_time":1617143545293,"_cnpm_publish_time":1617143545293,"contributors":[]},"0.9.6-canary.72b1096dd":{"name":"@firebase/database","version":"0.9.6-canary.72b1096dd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.72b1096dd","@firebase/logger":"0.2.6-canary.72b1096dd","@firebase/util":"0.4.0-canary.72b1096dd","@firebase/component":"0.3.0-canary.72b1096dd","@firebase/auth-interop-types":"0.1.5-canary.72b1096dd","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17-canary.72b1096dd","@firebase/app-types":"0.6.1-canary.72b1096dd","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-canary.72b1096dd","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"29ec797261b2ecc9648391d0b2c56bd88fb2942f","size":1818915,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-canary.72b1096dd.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-canary.72b1096dd_1617135378794_0.4826518219833258"},"_hasShrinkwrap":false,"publish_time":1617135379031,"_cnpm_publish_time":1617135379031,"contributors":[]},"0.9.6-canary.7b585e8e7":{"name":"@firebase/database","version":"0.9.6-canary.7b585e8e7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.7b585e8e7","@firebase/logger":"0.2.6-canary.7b585e8e7","@firebase/util":"0.4.0-canary.7b585e8e7","@firebase/component":"0.3.0-canary.7b585e8e7","@firebase/auth-interop-types":"0.1.5-canary.7b585e8e7","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17-canary.7b585e8e7","@firebase/app-types":"0.6.1-canary.7b585e8e7","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-canary.7b585e8e7","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3cf77aa6f4afb2749aff9467351e70c0e6ea098f","size":1818907,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-canary.7b585e8e7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-canary.7b585e8e7_1616715889965_0.20515031496136982"},"_hasShrinkwrap":false,"publish_time":1616715890219,"_cnpm_publish_time":1616715890219,"contributors":[]},"0.9.6-canary.de5f90501":{"name":"@firebase/database","version":"0.9.6-canary.de5f90501","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.de5f90501","@firebase/logger":"0.2.6-canary.de5f90501","@firebase/util":"0.4.0-canary.de5f90501","@firebase/component":"0.3.0-canary.de5f90501","@firebase/auth-interop-types":"0.1.5-canary.de5f90501","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17-canary.de5f90501","@firebase/app-types":"0.6.1-canary.de5f90501","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-canary.de5f90501","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"45cdd081b26c096d20f65ad6acea25c3cbaf097a","size":1818910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-canary.de5f90501.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-canary.de5f90501_1616613431807_0.2914201950608657"},"_hasShrinkwrap":false,"publish_time":1616613432008,"_cnpm_publish_time":1616613432008,"contributors":[]},"0.9.6-canary.bce35ced7":{"name":"@firebase/database","version":"0.9.6-canary.bce35ced7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.bce35ced7","@firebase/logger":"0.2.6-canary.bce35ced7","@firebase/util":"0.4.0-canary.bce35ced7","@firebase/component":"0.3.0-canary.bce35ced7","@firebase/auth-interop-types":"0.1.5-canary.bce35ced7","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17-canary.bce35ced7","@firebase/app-types":"0.6.1-canary.bce35ced7","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-canary.bce35ced7","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"30498fc29f1c9a905f78d0cee117dbe8e0b0506e","size":1818908,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-canary.bce35ced7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-canary.bce35ced7_1616201592675_0.5896955193980031"},"_hasShrinkwrap":false,"publish_time":1616201592957,"_cnpm_publish_time":1616201592957,"contributors":[]},"0.0.900-exp.a9e3f07fc":{"name":"@firebase/database","version":"0.0.900-exp.a9e3f07fc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.a9e3f07fc"},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/component":"0.3.0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.a9e3f07fc","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"44629b75156012e347f2f203d3b3e1bf8f7e8599","size":922604,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.a9e3f07fc.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.a9e3f07fc_1616106265121_0.048740537717501864"},"_hasShrinkwrap":false,"publish_time":1616106265601,"_cnpm_publish_time":1616106265601,"contributors":[]},"0.9.6-canary.c1e2cf3c4":{"name":"@firebase/database","version":"0.9.6-canary.c1e2cf3c4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.c1e2cf3c4","@firebase/logger":"0.2.6-canary.c1e2cf3c4","@firebase/util":"0.4.0-canary.c1e2cf3c4","@firebase/component":"0.3.0-canary.c1e2cf3c4","@firebase/auth-interop-types":"0.1.5-canary.c1e2cf3c4","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17-canary.c1e2cf3c4","@firebase/app-types":"0.6.1-canary.c1e2cf3c4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-canary.c1e2cf3c4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"70403eaf5be00ab47800314270becb687b6b82ff","size":1814490,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-canary.c1e2cf3c4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-canary.c1e2cf3c4_1616105156793_0.4310720290139487"},"_hasShrinkwrap":false,"publish_time":1616105157060,"_cnpm_publish_time":1616105157060,"contributors":[]},"0.9.5-canary.ab1d3bcb8":{"name":"@firebase/database","version":"0.9.5-canary.ab1d3bcb8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.ab1d3bcb8","@firebase/logger":"0.2.6-canary.ab1d3bcb8","@firebase/util":"0.4.0-canary.ab1d3bcb8","@firebase/component":"0.2.1-canary.ab1d3bcb8","@firebase/auth-interop-types":"0.1.5-canary.ab1d3bcb8","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.ab1d3bcb8","@firebase/app-types":"0.6.1-canary.ab1d3bcb8","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.ab1d3bcb8","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"2db3bfc5a469d2dadd16c90591f4d25e256fedd1","size":1814358,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.ab1d3bcb8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.ab1d3bcb8_1616102655242_0.08839963830866293"},"_hasShrinkwrap":false,"publish_time":1616102655502,"_cnpm_publish_time":1616102655502,"contributors":[]},"0.9.5-canary.477a1ce27":{"name":"@firebase/database","version":"0.9.5-canary.477a1ce27","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.477a1ce27","@firebase/logger":"0.2.6-canary.477a1ce27","@firebase/util":"0.4.0-canary.477a1ce27","@firebase/component":"0.2.1-canary.477a1ce27","@firebase/auth-interop-types":"0.1.5-canary.477a1ce27","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.477a1ce27","@firebase/app-types":"0.6.1-canary.477a1ce27","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.477a1ce27","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"ea5fc25511241055d06b3a8d4926f63f4a482f98","size":1821189,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.477a1ce27.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.477a1ce27_1616102441843_0.5258865723691413"},"_hasShrinkwrap":false,"publish_time":1616102442126,"_cnpm_publish_time":1616102442126,"contributors":[]},"0.9.5-canary.231052722":{"name":"@firebase/database","version":"0.9.5-canary.231052722","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.231052722","@firebase/logger":"0.2.6-canary.231052722","@firebase/util":"0.4.0-canary.231052722","@firebase/component":"0.2.1-canary.231052722","@firebase/auth-interop-types":"0.1.5-canary.231052722","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.231052722","@firebase/app-types":"0.6.1-canary.231052722","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.231052722","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"38f4ddbe8f0803f3b7880970b48d8624b8de3ddb","size":1814362,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.231052722.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.231052722_1616102365001_0.20785945025173613"},"_hasShrinkwrap":false,"publish_time":1616102365660,"_cnpm_publish_time":1616102365660,"contributors":[]},"0.0.900-exp.f8e97019f":{"name":"@firebase/database","version":"0.0.900-exp.f8e97019f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.f8e97019f"},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/component":"0.2.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.16","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.f8e97019f","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"6195966ba2ebeb5f0185b33297267efc87a752f3","size":926604,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.f8e97019f.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.f8e97019f_1616100873230_0.9951213755143438"},"_hasShrinkwrap":false,"publish_time":1616100873542,"_cnpm_publish_time":1616100873542,"contributors":[]},"0.9.5-canary.f8e97019f":{"name":"@firebase/database","version":"0.9.5-canary.f8e97019f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.f8e97019f","@firebase/logger":"0.2.6-canary.f8e97019f","@firebase/util":"0.4.0-canary.f8e97019f","@firebase/component":"0.2.1-canary.f8e97019f","@firebase/auth-interop-types":"0.1.5-canary.f8e97019f","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.f8e97019f","@firebase/app-types":"0.6.1-canary.f8e97019f","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.f8e97019f","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"5c8b743d37689537109e67d59ee68a3849250ce1","size":1821183,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.f8e97019f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.f8e97019f_1616099613585_0.0996133392802172"},"_hasShrinkwrap":false,"publish_time":1616099613900,"_cnpm_publish_time":1616099613900,"contributors":[]},"0.9.6":{"name":"@firebase/database","version":"0.9.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/component":"0.3.0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.9.6","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"b195112e677b9e0eed626485fb98198f5d1ae1b0","size":1821244,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6_1616098398509_0.9453363250332778"},"_hasShrinkwrap":false,"publish_time":1616098398837,"_cnpm_publish_time":1616098398837,"contributors":[]},"0.9.5-canary.a66be53ba":{"name":"@firebase/database","version":"0.9.5-canary.a66be53ba","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.a66be53ba","@firebase/logger":"0.2.6-canary.a66be53ba","@firebase/util":"0.4.0-canary.a66be53ba","@firebase/component":"0.2.1-canary.a66be53ba","@firebase/auth-interop-types":"0.1.5-canary.a66be53ba","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.a66be53ba","@firebase/app-types":"0.6.1-canary.a66be53ba","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.a66be53ba","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3fd1325fbee62d202d06234dc7fbed0b490504f0","size":1821188,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.a66be53ba.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.a66be53ba_1616096147650_0.6255056170222564"},"_hasShrinkwrap":false,"publish_time":1616096147879,"_cnpm_publish_time":1616096147879,"contributors":[]},"0.9.5-canary.0acc03970":{"name":"@firebase/database","version":"0.9.5-canary.0acc03970","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.0acc03970","@firebase/logger":"0.2.6-canary.0acc03970","@firebase/util":"0.4.0-canary.0acc03970","@firebase/component":"0.2.1-canary.0acc03970","@firebase/auth-interop-types":"0.1.5-canary.0acc03970","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.0acc03970","@firebase/app-types":"0.6.1-canary.0acc03970","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.0acc03970","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"3c2b61d732c59e0223219ff5a6a257861dc35888","size":1821181,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.0acc03970.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.0acc03970_1616091059935_0.9213226030717179"},"_hasShrinkwrap":false,"publish_time":1616091060114,"_cnpm_publish_time":1616091060114,"contributors":[]},"0.9.6-2021217204338":{"name":"@firebase/database","version":"0.9.6-2021217204338","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/component":"0.3.0-2021217204338","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.17-2021217204338","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-2021217204338","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"49c50f3cc12c10d7649418d85f17a87843cec2e0","size":1821342,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-2021217204338.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-2021217204338_1616014215332_0.022199492147764843"},"_hasShrinkwrap":false,"publish_time":1616014215861,"_cnpm_publish_time":1616014215861,"contributors":[]},"0.9.5-canary.4d7d2c4d9":{"name":"@firebase/database","version":"0.9.5-canary.4d7d2c4d9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.4d7d2c4d9","@firebase/logger":"0.2.6-canary.4d7d2c4d9","@firebase/util":"0.4.0-canary.4d7d2c4d9","@firebase/component":"0.2.1-canary.4d7d2c4d9","@firebase/auth-interop-types":"0.1.5-canary.4d7d2c4d9","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.4d7d2c4d9","@firebase/app-types":"0.6.1-canary.4d7d2c4d9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.4d7d2c4d9","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"c9ce99df6e2fc6482f0d9ce2f0c55e87603ad528","size":1821182,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.4d7d2c4d9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.4d7d2c4d9_1616011365987_0.9598274073855217"},"_hasShrinkwrap":false,"publish_time":1616011366228,"_cnpm_publish_time":1616011366228,"contributors":[]},"0.9.5-canary.478901892":{"name":"@firebase/database","version":"0.9.5-canary.478901892","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.478901892","@firebase/logger":"0.2.6-canary.478901892","@firebase/util":"0.4.0-canary.478901892","@firebase/component":"0.2.1-canary.478901892","@firebase/auth-interop-types":"0.1.5-canary.478901892","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.478901892","@firebase/app-types":"0.6.1-canary.478901892","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.478901892","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"28e9f896af1fd5887c714b844afcc5328d2b8564","size":1821195,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.478901892.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.478901892_1616007647730_0.5567707821507524"},"_hasShrinkwrap":false,"publish_time":1616007647945,"_cnpm_publish_time":1616007647945,"contributors":[]},"0.9.5-canary.22870cd65":{"name":"@firebase/database","version":"0.9.5-canary.22870cd65","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.22870cd65","@firebase/logger":"0.2.6-canary.22870cd65","@firebase/util":"0.4.0-canary.22870cd65","@firebase/component":"0.2.1-canary.22870cd65","@firebase/auth-interop-types":"0.1.5-canary.22870cd65","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.22870cd65","@firebase/app-types":"0.6.1-canary.22870cd65","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.22870cd65","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"401415e57f7b201a75e35e48db91c5ea90a1647e","size":1821184,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.22870cd65.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.22870cd65_1616005526700_0.28962783370778133"},"_hasShrinkwrap":false,"publish_time":1616005527082,"_cnpm_publish_time":1616005527082,"contributors":[]},"0.9.5-canary.3a465b404":{"name":"@firebase/database","version":"0.9.5-canary.3a465b404","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.3a465b404","@firebase/logger":"0.2.6-canary.3a465b404","@firebase/util":"0.4.0-canary.3a465b404","@firebase/component":"0.2.1-canary.3a465b404","@firebase/auth-interop-types":"0.1.5-canary.3a465b404","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.3a465b404","@firebase/app-types":"0.6.1-canary.3a465b404","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.3a465b404","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"48b64db3b8cff75396290e0feffb2435409d1d71","size":1822985,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.3a465b404.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.3a465b404_1615930836890_0.21693871094856632"},"_hasShrinkwrap":false,"publish_time":1615930837210,"_cnpm_publish_time":1615930837210,"contributors":[]},"0.9.6-2021216212658":{"name":"@firebase/database","version":"0.9.6-2021216212658","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/component":"0.3.0-2021216212658","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.17-2021216212658","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.6-2021216212658","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"eadb7f2f25645ddac0098696f6084add4085cabb","size":1823136,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.6-2021216212658.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.6-2021216212658_1615930407322_0.002994182331772288"},"_hasShrinkwrap":false,"publish_time":1615930407847,"_cnpm_publish_time":1615930407847,"contributors":[]},"0.9.5-canary.dfa20ff71":{"name":"@firebase/database","version":"0.9.5-canary.dfa20ff71","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.dfa20ff71","@firebase/logger":"0.2.6-canary.dfa20ff71","@firebase/util":"0.4.0-canary.dfa20ff71","@firebase/component":"0.2.1-canary.dfa20ff71","@firebase/auth-interop-types":"0.1.5-canary.dfa20ff71","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.dfa20ff71","@firebase/app-types":"0.6.1-canary.dfa20ff71","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.dfa20ff71","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"f6d59db83e9fc13e0da06bc5c1cfdca6fe48e7d0","size":1822970,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.dfa20ff71.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.dfa20ff71_1615926783551_0.22475877195024885"},"_hasShrinkwrap":false,"publish_time":1615926783881,"_cnpm_publish_time":1615926783881,"contributors":[]},"0.9.5-canary.a6d29aad2":{"name":"@firebase/database","version":"0.9.5-canary.a6d29aad2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.a6d29aad2","@firebase/logger":"0.2.6-canary.a6d29aad2","@firebase/util":"0.4.0-canary.a6d29aad2","@firebase/component":"0.2.1-canary.a6d29aad2","@firebase/auth-interop-types":"0.1.5-canary.a6d29aad2","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.a6d29aad2","@firebase/app-types":"0.6.1-canary.a6d29aad2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.a6d29aad2","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"9f4baf0ca7401e983fd5913e8573d5bc0eba3dfa","size":1822980,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.a6d29aad2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.a6d29aad2_1615918116288_0.2742416194482258"},"_hasShrinkwrap":false,"publish_time":1615918116616,"_cnpm_publish_time":1615918116616,"contributors":[]},"0.9.5-canary.4e7c78bbc":{"name":"@firebase/database","version":"0.9.5-canary.4e7c78bbc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.4e7c78bbc","@firebase/logger":"0.2.6-canary.4e7c78bbc","@firebase/util":"0.4.0-canary.4e7c78bbc","@firebase/component":"0.2.1-canary.4e7c78bbc","@firebase/auth-interop-types":"0.1.5-canary.4e7c78bbc","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.4e7c78bbc","@firebase/app-types":"0.6.1-canary.4e7c78bbc","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.4e7c78bbc","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"26f890213443b41029565353cdbb29b17be3020b","size":1822974,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.4e7c78bbc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.4e7c78bbc_1615850019450_0.4495578864360119"},"_hasShrinkwrap":false,"publish_time":1615850019635,"_cnpm_publish_time":1615850019635,"contributors":[]},"0.9.5-canary.d2eda134c":{"name":"@firebase/database","version":"0.9.5-canary.d2eda134c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.d2eda134c","@firebase/logger":"0.2.6-canary.d2eda134c","@firebase/util":"0.4.0-canary.d2eda134c","@firebase/component":"0.2.1-canary.d2eda134c","@firebase/auth-interop-types":"0.1.5-canary.d2eda134c","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.d2eda134c","@firebase/app-types":"0.6.1-canary.d2eda134c","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.d2eda134c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"11bc1e2125fc716be6ec53ef48082ac8907c8ad4","size":1822980,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.d2eda134c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.d2eda134c_1615828409255_0.30512208548355635"},"_hasShrinkwrap":false,"publish_time":1615828409679,"_cnpm_publish_time":1615828409679,"contributors":[]},"0.9.5-canary.ed4c96d06":{"name":"@firebase/database","version":"0.9.5-canary.ed4c96d06","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.ed4c96d06","@firebase/logger":"0.2.6-canary.ed4c96d06","@firebase/util":"0.4.0-canary.ed4c96d06","@firebase/component":"0.2.1-canary.ed4c96d06","@firebase/auth-interop-types":"0.1.5-canary.ed4c96d06","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.ed4c96d06","@firebase/app-types":"0.6.1-canary.ed4c96d06","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.ed4c96d06","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"f53aca9170f095b166a5fc7ba7a99e2b93581745","size":1822975,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.ed4c96d06.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.ed4c96d06_1615620112740_0.8625049840571579"},"_hasShrinkwrap":false,"publish_time":1615620113014,"_cnpm_publish_time":1615620113014,"contributors":[]},"0.9.5-canary.5ec9c83b1":{"name":"@firebase/database","version":"0.9.5-canary.5ec9c83b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.5ec9c83b1","@firebase/logger":"0.2.6-canary.5ec9c83b1","@firebase/util":"0.4.0-canary.5ec9c83b1","@firebase/component":"0.2.1-canary.5ec9c83b1","@firebase/auth-interop-types":"0.1.5-canary.5ec9c83b1","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.5ec9c83b1","@firebase/app-types":"0.6.1-canary.5ec9c83b1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.5ec9c83b1","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"52b70596c700923eee974d96dcb1b5166673cf84","size":1822982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.5ec9c83b1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.5ec9c83b1_1615604967823_0.9230449888091918"},"_hasShrinkwrap":false,"publish_time":1615604968052,"_cnpm_publish_time":1615604968052,"contributors":[]},"0.9.5-canary.ca05ad6a4":{"name":"@firebase/database","version":"0.9.5-canary.ca05ad6a4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.ca05ad6a4","@firebase/logger":"0.2.6-canary.ca05ad6a4","@firebase/util":"0.4.0-canary.ca05ad6a4","@firebase/component":"0.2.1-canary.ca05ad6a4","@firebase/auth-interop-types":"0.1.5-canary.ca05ad6a4","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.ca05ad6a4","@firebase/app-types":"0.6.1-canary.ca05ad6a4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.ca05ad6a4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"ee90091e4aba2878c6bd3af42afeab3e4c30d6bd","size":1822973,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.ca05ad6a4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.ca05ad6a4_1615592628680_0.9493204818807062"},"_hasShrinkwrap":false,"publish_time":1615592629029,"_cnpm_publish_time":1615592629029,"contributors":[]},"0.9.5-canary.ef1a7d988":{"name":"@firebase/database","version":"0.9.5-canary.ef1a7d988","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.ef1a7d988","@firebase/logger":"0.2.6-canary.ef1a7d988","@firebase/util":"0.4.0-canary.ef1a7d988","@firebase/component":"0.2.1-canary.ef1a7d988","@firebase/auth-interop-types":"0.1.5-canary.ef1a7d988","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.ef1a7d988","@firebase/app-types":"0.6.1-canary.ef1a7d988","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.ef1a7d988","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"ba42ba6ce6a86b0756ddef5f00536fd4a25b2567","size":1823854,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.ef1a7d988.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.ef1a7d988_1615591690527_0.9958883424916587"},"_hasShrinkwrap":false,"publish_time":1615591690764,"_cnpm_publish_time":1615591690764,"contributors":[]},"0.9.5-canary.35fdb9305":{"name":"@firebase/database","version":"0.9.5-canary.35fdb9305","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.35fdb9305","@firebase/logger":"0.2.6-canary.35fdb9305","@firebase/util":"0.4.0-canary.35fdb9305","@firebase/component":"0.2.1-canary.35fdb9305","@firebase/auth-interop-types":"0.1.5-canary.35fdb9305","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.35fdb9305","@firebase/app-types":"0.6.1-canary.35fdb9305","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.35fdb9305","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"22459c0b3c4f29ddc1e0126b4970cd84c6be1beb","size":1823864,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.35fdb9305.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.35fdb9305_1615586566389_0.8715975234080944"},"_hasShrinkwrap":false,"publish_time":1615586566587,"_cnpm_publish_time":1615586566587,"contributors":[]},"0.9.5-canary.ec6ccc7d3":{"name":"@firebase/database","version":"0.9.5-canary.ec6ccc7d3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.ec6ccc7d3","@firebase/logger":"0.2.6-canary.ec6ccc7d3","@firebase/util":"0.4.0-canary.ec6ccc7d3","@firebase/component":"0.2.1-canary.ec6ccc7d3","@firebase/auth-interop-types":"0.1.5-canary.ec6ccc7d3","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.ec6ccc7d3","@firebase/app-types":"0.6.1-canary.ec6ccc7d3","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.ec6ccc7d3","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"f67b5778bc8aa499fe75cdf0d32b632b07d65178","size":1824148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.ec6ccc7d3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.ec6ccc7d3_1615585992977_0.8422335325376658"},"_hasShrinkwrap":false,"publish_time":1615585993282,"_cnpm_publish_time":1615585993282,"contributors":[]},"0.9.5-canary.5c1a83ed7":{"name":"@firebase/database","version":"0.9.5-canary.5c1a83ed7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.5c1a83ed7","@firebase/logger":"0.2.6-canary.5c1a83ed7","@firebase/util":"0.4.0-canary.5c1a83ed7","@firebase/component":"0.2.1-canary.5c1a83ed7","@firebase/auth-interop-types":"0.1.5-canary.5c1a83ed7","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.5c1a83ed7","@firebase/app-types":"0.6.1-canary.5c1a83ed7","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.5c1a83ed7","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"99e0b0b9073be511e0cf8f946074d366686ccb6b","size":1824160,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.5c1a83ed7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.5c1a83ed7_1615585782268_0.9548562905629401"},"_hasShrinkwrap":false,"publish_time":1615585782554,"_cnpm_publish_time":1615585782554,"contributors":[]},"0.9.5-canary.b6a7a5984":{"name":"@firebase/database","version":"0.9.5-canary.b6a7a5984","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.b6a7a5984","@firebase/logger":"0.2.6-canary.b6a7a5984","@firebase/util":"0.4.0-canary.b6a7a5984","@firebase/component":"0.2.1-canary.b6a7a5984","@firebase/auth-interop-types":"0.1.5-canary.b6a7a5984","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.b6a7a5984","@firebase/app-types":"0.6.1-canary.b6a7a5984","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.b6a7a5984","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"1f2da9414069f60f0c8349d8db28036bf045885a","size":1824006,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.b6a7a5984.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.b6a7a5984_1615577161805_0.19478116329139428"},"_hasShrinkwrap":false,"publish_time":1615577162081,"_cnpm_publish_time":1615577162081,"contributors":[]},"0.9.5-canary.0ac48bbbc":{"name":"@firebase/database","version":"0.9.5-canary.0ac48bbbc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.0ac48bbbc","@firebase/logger":"0.2.6-canary.0ac48bbbc","@firebase/util":"0.4.0-canary.0ac48bbbc","@firebase/component":"0.2.1-canary.0ac48bbbc","@firebase/auth-interop-types":"0.1.5-canary.0ac48bbbc","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.0ac48bbbc","@firebase/app-types":"0.6.1-canary.0ac48bbbc","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.0ac48bbbc","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"0e4999978d6cfd3baac872dd8e64322d7cf34a42","size":1824000,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.0ac48bbbc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.0ac48bbbc_1615572436963_0.5907328237033196"},"_hasShrinkwrap":false,"publish_time":1615572437202,"_cnpm_publish_time":1615572437202,"contributors":[]},"0.9.5-canary.8dab8e115":{"name":"@firebase/database","version":"0.9.5-canary.8dab8e115","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.8dab8e115","@firebase/logger":"0.2.6-canary.8dab8e115","@firebase/util":"0.4.0-canary.8dab8e115","@firebase/component":"0.2.1-canary.8dab8e115","@firebase/auth-interop-types":"0.1.5-canary.8dab8e115","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.8dab8e115","@firebase/app-types":"0.6.1-canary.8dab8e115","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.8dab8e115","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"5b7d9c48e0580716ef342bb8909a8fb86dc5bba8","size":1824001,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.8dab8e115.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.8dab8e115_1615569246668_0.7447255041204546"},"_hasShrinkwrap":false,"publish_time":1615569246914,"_cnpm_publish_time":1615569246914,"contributors":[]},"0.9.5-canary.1de07ba80":{"name":"@firebase/database","version":"0.9.5-canary.1de07ba80","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.1de07ba80","@firebase/logger":"0.2.6-canary.1de07ba80","@firebase/util":"0.4.0-canary.1de07ba80","@firebase/component":"0.2.1-canary.1de07ba80","@firebase/auth-interop-types":"0.1.5-canary.1de07ba80","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.1de07ba80","@firebase/app-types":"0.6.1-canary.1de07ba80","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.1de07ba80","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"b19bb3a30d1aa13268d688ced46e7b8ec0c0b966","size":1823999,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.1de07ba80.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.1de07ba80_1615569112683_0.5419946557838484"},"_hasShrinkwrap":false,"publish_time":1615569113315,"_cnpm_publish_time":1615569113315,"contributors":[]},"0.9.5-canary.6b336dcf6":{"name":"@firebase/database","version":"0.9.5-canary.6b336dcf6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.6b336dcf6","@firebase/logger":"0.2.6-canary.6b336dcf6","@firebase/util":"0.4.0-canary.6b336dcf6","@firebase/component":"0.2.1-canary.6b336dcf6","@firebase/auth-interop-types":"0.1.5-canary.6b336dcf6","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.6b336dcf6","@firebase/app-types":"0.6.1-canary.6b336dcf6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.6b336dcf6","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"a17145e19bf21125f4b6da41c0884e8da8435152","size":1824005,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.6b336dcf6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.6b336dcf6_1615510483695_0.5149076746554317"},"_hasShrinkwrap":false,"publish_time":1615510483884,"_cnpm_publish_time":1615510483884,"contributors":[]},"0.9.5-canary.2ed329197":{"name":"@firebase/database","version":"0.9.5-canary.2ed329197","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.2ed329197","@firebase/logger":"0.2.6-canary.2ed329197","@firebase/util":"0.4.0-canary.2ed329197","@firebase/component":"0.2.1-canary.2ed329197","@firebase/auth-interop-types":"0.1.5-canary.2ed329197","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.2ed329197","@firebase/app-types":"0.6.1-canary.2ed329197","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.2ed329197","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"6f2f3fc9259a4a7fbf4bdcf5e05ef992075a72c7","size":1823997,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.2ed329197.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.2ed329197_1615510284021_0.23411572912964873"},"_hasShrinkwrap":false,"publish_time":1615510284291,"_cnpm_publish_time":1615510284291,"contributors":[]},"0.9.5-canary.77c2ce9e6":{"name":"@firebase/database","version":"0.9.5-canary.77c2ce9e6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.77c2ce9e6","@firebase/logger":"0.2.6-canary.77c2ce9e6","@firebase/util":"0.4.0-canary.77c2ce9e6","@firebase/component":"0.2.1-canary.77c2ce9e6","@firebase/auth-interop-types":"0.1.5-canary.77c2ce9e6","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.77c2ce9e6","@firebase/app-types":"0.6.1-canary.77c2ce9e6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.77c2ce9e6","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"67ac64ac674590ef5cbd35cc0aad98acec2e6792","size":1823995,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.77c2ce9e6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.77c2ce9e6_1615510220032_0.53348860057705"},"_hasShrinkwrap":false,"publish_time":1615510220260,"_cnpm_publish_time":1615510220260,"contributors":[]},"0.0.900-exp.0bd766e7a":{"name":"@firebase/database","version":"0.0.900-exp.0bd766e7a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.0bd766e7a"},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/component":"0.2.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.0bd766e7a","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"7ab0ed15d75e0292cc8a284e789e34571d941d19","size":928350,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.0bd766e7a.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.0bd766e7a_1615507571942_0.7850173093128516"},"_hasShrinkwrap":false,"publish_time":1615507572193,"_cnpm_publish_time":1615507572193,"contributors":[]},"0.9.5-canary.0bd766e7a":{"name":"@firebase/database","version":"0.9.5-canary.0bd766e7a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.0bd766e7a","@firebase/logger":"0.2.6-canary.0bd766e7a","@firebase/util":"0.4.0-canary.0bd766e7a","@firebase/component":"0.2.1-canary.0bd766e7a","@firebase/auth-interop-types":"0.1.5-canary.0bd766e7a","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.0bd766e7a","@firebase/app-types":"0.6.1-canary.0bd766e7a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.0bd766e7a","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"eaf44b796fb28b2467365104f0a6d91778595af6","size":1824003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.0bd766e7a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.0bd766e7a_1615499883119_0.6643237483027971"},"_hasShrinkwrap":false,"publish_time":1615499883339,"_cnpm_publish_time":1615499883339,"contributors":[]},"0.9.5-canary.6b7b89f38":{"name":"@firebase/database","version":"0.9.5-canary.6b7b89f38","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.6b7b89f38","@firebase/logger":"0.2.6-canary.6b7b89f38","@firebase/util":"0.4.0-canary.6b7b89f38","@firebase/component":"0.2.1-canary.6b7b89f38","@firebase/auth-interop-types":"0.1.5-canary.6b7b89f38","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.6b7b89f38","@firebase/app-types":"0.6.1-canary.6b7b89f38","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.6b7b89f38","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"2c3f69b525c7ecafe911f9b268317eddee620348","size":1824010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.6b7b89f38.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.6b7b89f38_1615494756126_0.29654215076579504"},"_hasShrinkwrap":false,"publish_time":1615494756536,"_cnpm_publish_time":1615494756536,"contributors":[]},"0.9.5-canary.10bd519fc":{"name":"@firebase/database","version":"0.9.5-canary.10bd519fc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.10bd519fc","@firebase/logger":"0.2.6-canary.10bd519fc","@firebase/util":"0.4.0-canary.10bd519fc","@firebase/component":"0.2.1-canary.10bd519fc","@firebase/auth-interop-types":"0.1.5-canary.10bd519fc","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.10bd519fc","@firebase/app-types":"0.6.1-canary.10bd519fc","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.10bd519fc","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"e61e26284a0e48dca79ad5df3a58a6c57e627edc","size":1823991,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.10bd519fc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.10bd519fc_1615489193920_0.7203513506634383"},"_hasShrinkwrap":false,"publish_time":1615489194130,"_cnpm_publish_time":1615489194130,"contributors":[]},"0.9.5-canary.c49689b10":{"name":"@firebase/database","version":"0.9.5-canary.c49689b10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.c49689b10","@firebase/logger":"0.2.6-canary.c49689b10","@firebase/util":"0.4.0-canary.c49689b10","@firebase/component":"0.2.1-canary.c49689b10","@firebase/auth-interop-types":"0.1.5-canary.c49689b10","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-canary.c49689b10","@firebase/app-types":"0.6.1-canary.c49689b10","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-canary.c49689b10","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"019ea46a8396003e5213ad48b90277ee61767bf6","size":1824006,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-canary.c49689b10.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-canary.c49689b10_1615447234323_0.5918321804526356"},"_hasShrinkwrap":false,"publish_time":1615447234602,"_cnpm_publish_time":1615447234602,"contributors":[]},"0.9.5":{"name":"@firebase/database","version":"0.9.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0","@firebase/component":"0.2.1","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.9.5","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3f4f1dac759d138cf7cfaef5121640cba506f700","size":1823384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5_1615422898841_0.11598306658869162"},"_hasShrinkwrap":false,"publish_time":1615422899101,"_cnpm_publish_time":1615422899101,"contributors":[]},"0.9.4-canary.44759f7d4":{"name":"@firebase/database","version":"0.9.4-canary.44759f7d4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.44759f7d4","@firebase/logger":"0.2.6-canary.44759f7d4","@firebase/util":"0.3.4-canary.44759f7d4","@firebase/component":"0.2.0-canary.44759f7d4","@firebase/auth-interop-types":"0.1.5-canary.44759f7d4","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.44759f7d4","@firebase/app-types":"0.6.1-canary.44759f7d4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.44759f7d4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"760733c700093bcfd34eefb7fd8fd486b1184186","size":1823960,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.44759f7d4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.44759f7d4_1615404671798_0.10112265813538301"},"_hasShrinkwrap":false,"publish_time":1615404671997,"_cnpm_publish_time":1615404671997,"contributors":[]},"0.9.5-202121019112":{"name":"@firebase/database","version":"0.9.5-202121019112","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0-202121019112","@firebase/component":"0.2.1-202121019112","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-202121019112","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-202121019112","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"fc50cd815ed218f05bcaad97c0ec883b4fc6d86e","size":1823456,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-202121019112.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-202121019112_1615403827888_0.09363646438760331"},"_hasShrinkwrap":false,"publish_time":1615403828214,"_cnpm_publish_time":1615403828214,"contributors":[]},"0.9.4-canary.13686cbbe":{"name":"@firebase/database","version":"0.9.4-canary.13686cbbe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.13686cbbe","@firebase/logger":"0.2.6-canary.13686cbbe","@firebase/util":"0.3.4-canary.13686cbbe","@firebase/component":"0.2.0-canary.13686cbbe","@firebase/auth-interop-types":"0.1.5-canary.13686cbbe","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.13686cbbe","@firebase/app-types":"0.6.1-canary.13686cbbe","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.13686cbbe","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"866813a1ac5fd13602372768f00521267a6486f9","size":1823946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.13686cbbe.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.13686cbbe_1615402480150_0.7909945436774415"},"_hasShrinkwrap":false,"publish_time":1615402480539,"_cnpm_publish_time":1615402480539,"contributors":[]},"0.9.5-2021210184049":{"name":"@firebase/database","version":"0.9.5-2021210184049","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0-2021210184049","@firebase/component":"0.2.1-2021210184049","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-2021210184049","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-2021210184049","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3ea442f9e232a57d0b16d2d4297ea02787802024","size":1823474,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-2021210184049.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-2021210184049_1615401947068_0.9077880226977104"},"_hasShrinkwrap":false,"publish_time":1615401947306,"_cnpm_publish_time":1615401947306,"contributors":[]},"0.9.5-202121018311":{"name":"@firebase/database","version":"0.9.5-202121018311","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.4.0-202121018311","@firebase/component":"0.2.1-202121018311","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.16-202121018311","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.5-202121018311","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1662efad8d04a8fd6bc54334b89403e12de77560","size":1823452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.5-202121018311.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.5-202121018311_1615401376777_0.9767174856281824"},"_hasShrinkwrap":false,"publish_time":1615401377016,"_cnpm_publish_time":1615401377016,"contributors":[]},"0.9.4-canary.ec95df3d0":{"name":"@firebase/database","version":"0.9.4-canary.ec95df3d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.ec95df3d0","@firebase/logger":"0.2.6-canary.ec95df3d0","@firebase/util":"0.3.4-canary.ec95df3d0","@firebase/component":"0.2.0-canary.ec95df3d0","@firebase/auth-interop-types":"0.1.5-canary.ec95df3d0","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.ec95df3d0","@firebase/app-types":"0.6.1-canary.ec95df3d0","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.ec95df3d0","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"1b94134fa31afe906005b47721a567e9bbc3e2cf","size":1823381,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.ec95df3d0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.ec95df3d0_1615401120361_0.7831059955417845"},"_hasShrinkwrap":false,"publish_time":1615401120548,"_cnpm_publish_time":1615401120548,"contributors":[]},"0.9.4-canary.97bde41a7":{"name":"@firebase/database","version":"0.9.4-canary.97bde41a7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.97bde41a7","@firebase/logger":"0.2.6-canary.97bde41a7","@firebase/util":"0.3.4-canary.97bde41a7","@firebase/component":"0.2.0-canary.97bde41a7","@firebase/auth-interop-types":"0.1.5-canary.97bde41a7","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.97bde41a7","@firebase/app-types":"0.6.1-canary.97bde41a7","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.97bde41a7","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"4022da676fdff5a8ffa508d4ed0ab4026be5436a","size":1823384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.97bde41a7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.97bde41a7_1615357746038_0.8144412185293457"},"_hasShrinkwrap":false,"publish_time":1615357746234,"_cnpm_publish_time":1615357746234,"contributors":[]},"0.9.4-canary.7d5048a2c":{"name":"@firebase/database","version":"0.9.4-canary.7d5048a2c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.7d5048a2c","@firebase/logger":"0.2.6-canary.7d5048a2c","@firebase/util":"0.3.4-canary.7d5048a2c","@firebase/component":"0.2.0-canary.7d5048a2c","@firebase/auth-interop-types":"0.1.5-canary.7d5048a2c","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.7d5048a2c","@firebase/app-types":"0.6.1-canary.7d5048a2c","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.7d5048a2c","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"ad3b9d7281f8042afafd86af1515b787ef83992e","size":1823385,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.7d5048a2c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.7d5048a2c_1615357544657_0.4631436557879014"},"_hasShrinkwrap":false,"publish_time":1615357544934,"_cnpm_publish_time":1615357544934,"contributors":[]},"0.0.900-exp.555fe23c5":{"name":"@firebase/database","version":"0.0.900-exp.555fe23c5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.555fe23c5"},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.2.0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.555fe23c5","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"21690e818ec241ebca557baf15397ee5482bebd8","size":1822625,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.555fe23c5.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.555fe23c5_1615356398306_0.24892180636820482"},"_hasShrinkwrap":false,"publish_time":1615356398528,"_cnpm_publish_time":1615356398528,"contributors":[]},"0.9.4-canary.555fe23c5":{"name":"@firebase/database","version":"0.9.4-canary.555fe23c5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.555fe23c5","@firebase/logger":"0.2.6-canary.555fe23c5","@firebase/util":"0.3.4-canary.555fe23c5","@firebase/component":"0.2.0-canary.555fe23c5","@firebase/auth-interop-types":"0.1.5-canary.555fe23c5","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.555fe23c5","@firebase/app-types":"0.6.1-canary.555fe23c5","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.555fe23c5","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"29d5720d3c7a16756dd475df8d7b1cab803843dd","size":1823386,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.555fe23c5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.555fe23c5_1615335870766_0.11071246173634441"},"_hasShrinkwrap":false,"publish_time":1615335871057,"_cnpm_publish_time":1615335871057,"contributors":[]},"0.9.4-canary.335e6d0d4":{"name":"@firebase/database","version":"0.9.4-canary.335e6d0d4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.335e6d0d4","@firebase/logger":"0.2.6-canary.335e6d0d4","@firebase/util":"0.3.4-canary.335e6d0d4","@firebase/component":"0.2.0-canary.335e6d0d4","@firebase/auth-interop-types":"0.1.5-canary.335e6d0d4","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.335e6d0d4","@firebase/app-types":"0.6.1-canary.335e6d0d4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.335e6d0d4","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"740a13345d9a1f90f7d0b44474f075f062008109","size":1823386,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.335e6d0d4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.335e6d0d4_1615333988852_0.7734088843475948"},"_hasShrinkwrap":false,"publish_time":1615333989344,"_cnpm_publish_time":1615333989344,"contributors":[]},"0.9.4-canary.56030a0fb":{"name":"@firebase/database","version":"0.9.4-canary.56030a0fb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.56030a0fb","@firebase/logger":"0.2.6-canary.56030a0fb","@firebase/util":"0.3.4-canary.56030a0fb","@firebase/component":"0.2.0-canary.56030a0fb","@firebase/auth-interop-types":"0.1.5-canary.56030a0fb","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.56030a0fb","@firebase/app-types":"0.6.1-canary.56030a0fb","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.56030a0fb","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"10aa7f92b5ebbcd2b7187ad92e586a8544d5e6b9","size":1823375,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.56030a0fb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.56030a0fb_1615333572469_0.5722633709578202"},"_hasShrinkwrap":false,"publish_time":1615333572671,"_cnpm_publish_time":1615333572671,"contributors":[]},"0.9.4-canary.b6080a857":{"name":"@firebase/database","version":"0.9.4-canary.b6080a857","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.b6080a857","@firebase/logger":"0.2.6-canary.b6080a857","@firebase/util":"0.3.4-canary.b6080a857","@firebase/component":"0.2.0-canary.b6080a857","@firebase/auth-interop-types":"0.1.5-canary.b6080a857","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.b6080a857","@firebase/app-types":"0.6.1-canary.b6080a857","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.b6080a857","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"7e05162c70265cac756dcf12b22e9a12c290e2bf","size":1823386,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.b6080a857.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.b6080a857_1615236499961_0.39640110263885164"},"_hasShrinkwrap":false,"publish_time":1615236500232,"_cnpm_publish_time":1615236500232,"contributors":[]},"0.9.4-canary.dccd23d47":{"name":"@firebase/database","version":"0.9.4-canary.dccd23d47","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.dccd23d47","@firebase/logger":"0.2.6-canary.dccd23d47","@firebase/util":"0.3.4-canary.dccd23d47","@firebase/component":"0.2.0-canary.dccd23d47","@firebase/auth-interop-types":"0.1.5-canary.dccd23d47","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.dccd23d47","@firebase/app-types":"0.6.1-canary.dccd23d47","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.dccd23d47","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"f9dd08f62980554946a61fb5703c0d12e8a2dae6","size":1823374,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.dccd23d47.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.dccd23d47_1615232449320_0.4797029238449224"},"_hasShrinkwrap":false,"publish_time":1615232449548,"_cnpm_publish_time":1615232449548,"contributors":[]},"0.9.4-canary.b6caa3fef":{"name":"@firebase/database","version":"0.9.4-canary.b6caa3fef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.b6caa3fef","@firebase/logger":"0.2.6-canary.b6caa3fef","@firebase/util":"0.3.4-canary.b6caa3fef","@firebase/component":"0.2.0-canary.b6caa3fef","@firebase/auth-interop-types":"0.1.5-canary.b6caa3fef","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.b6caa3fef","@firebase/app-types":"0.6.1-canary.b6caa3fef","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.b6caa3fef","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"e332e73d55f86a5a5a7a2f6ad4c1dbc128033be9","size":1823011,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.b6caa3fef.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.b6caa3fef_1615227263625_0.8204367461585726"},"_hasShrinkwrap":false,"publish_time":1615227263901,"_cnpm_publish_time":1615227263901,"contributors":[]},"0.9.4-canary.4f8cfcf92":{"name":"@firebase/database","version":"0.9.4-canary.4f8cfcf92","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.4f8cfcf92","@firebase/logger":"0.2.6-canary.4f8cfcf92","@firebase/util":"0.3.4-canary.4f8cfcf92","@firebase/component":"0.2.0-canary.4f8cfcf92","@firebase/auth-interop-types":"0.1.5-canary.4f8cfcf92","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.4f8cfcf92","@firebase/app-types":"0.6.1-canary.4f8cfcf92","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.4f8cfcf92","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"497f9a7d3980fae95f5d2ef4a3875b58389b28f5","size":1823017,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.4f8cfcf92.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.4f8cfcf92_1615221371538_0.4137381096269679"},"_hasShrinkwrap":false,"publish_time":1615221371747,"_cnpm_publish_time":1615221371747,"contributors":[]},"0.9.4-canary.8ba98cb86":{"name":"@firebase/database","version":"0.9.4-canary.8ba98cb86","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.8ba98cb86","@firebase/logger":"0.2.6-canary.8ba98cb86","@firebase/util":"0.3.4-canary.8ba98cb86","@firebase/component":"0.2.0-canary.8ba98cb86","@firebase/auth-interop-types":"0.1.5-canary.8ba98cb86","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.8ba98cb86","@firebase/app-types":"0.6.1-canary.8ba98cb86","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.8ba98cb86","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"cf8d7b6a482e53c36f1bafc5ddafd376abd1ca9f","size":1825503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.8ba98cb86.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.8ba98cb86_1614897066860_0.9240526660538215"},"_hasShrinkwrap":false,"publish_time":1614897067129,"_cnpm_publish_time":1614897067129,"contributors":[]},"0.9.4-canary.8b3fcd980":{"name":"@firebase/database","version":"0.9.4-canary.8b3fcd980","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.8b3fcd980","@firebase/logger":"0.2.6-canary.8b3fcd980","@firebase/util":"0.3.4-canary.8b3fcd980","@firebase/component":"0.2.0-canary.8b3fcd980","@firebase/auth-interop-types":"0.1.5-canary.8b3fcd980","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.8b3fcd980","@firebase/app-types":"0.6.1-canary.8b3fcd980","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.8b3fcd980","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"d5f567ffe73f995c50ddf0ebd3d58c32ca63a8f4","size":1825501,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.8b3fcd980.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.8b3fcd980_1614895854072_0.5082499777609775"},"_hasShrinkwrap":false,"publish_time":1614895854310,"_cnpm_publish_time":1614895854310,"contributors":[]},"0.9.4-canary.2a0893a66":{"name":"@firebase/database","version":"0.9.4-canary.2a0893a66","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.2a0893a66","@firebase/logger":"0.2.6-canary.2a0893a66","@firebase/util":"0.3.4-canary.2a0893a66","@firebase/component":"0.2.0-canary.2a0893a66","@firebase/auth-interop-types":"0.1.5-canary.2a0893a66","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.2a0893a66","@firebase/app-types":"0.6.1-canary.2a0893a66","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.2a0893a66","_nodeVersion":"10.24.0","_npmVersion":"6.14.11","dist":{"shasum":"e857833eac49bd4ce556dca25b01c4b979165acd","size":1824752,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.2a0893a66.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.2a0893a66_1614881562455_0.44035662701979605"},"_hasShrinkwrap":false,"publish_time":1614881562731,"_cnpm_publish_time":1614881562731,"contributors":[]},"0.9.4-canary.4888ee496":{"name":"@firebase/database","version":"0.9.4-canary.4888ee496","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.4888ee496","@firebase/logger":"0.2.6-canary.4888ee496","@firebase/util":"0.3.4-canary.4888ee496","@firebase/component":"0.2.0-canary.4888ee496","@firebase/auth-interop-types":"0.1.5-canary.4888ee496","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.4888ee496","@firebase/app-types":"0.6.1-canary.4888ee496","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.4888ee496","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8833d4c04256820f4198ff8beeafb799df38e0d4","size":1824744,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.4888ee496.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.4888ee496_1614807312266_0.19522166310440947"},"_hasShrinkwrap":false,"publish_time":1614807312509,"_cnpm_publish_time":1614807312509,"contributors":[]},"0.9.4-canary.b63d84d99":{"name":"@firebase/database","version":"0.9.4-canary.b63d84d99","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.b63d84d99","@firebase/logger":"0.2.6-canary.b63d84d99","@firebase/util":"0.3.4-canary.b63d84d99","@firebase/component":"0.2.0-canary.b63d84d99","@firebase/auth-interop-types":"0.1.5-canary.b63d84d99","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.b63d84d99","@firebase/app-types":"0.6.1-canary.b63d84d99","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.b63d84d99","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f5445cf5090acc73df52bbd31606adae60f2a92a","size":1827387,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.b63d84d99.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.b63d84d99_1614805006188_0.8468953239470032"},"_hasShrinkwrap":false,"publish_time":1614805006424,"_cnpm_publish_time":1614805006424,"contributors":[]},"0.9.4-canary.2301aee2f":{"name":"@firebase/database","version":"0.9.4-canary.2301aee2f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.2301aee2f","@firebase/logger":"0.2.6-canary.2301aee2f","@firebase/util":"0.3.4-canary.2301aee2f","@firebase/component":"0.2.0-canary.2301aee2f","@firebase/auth-interop-types":"0.1.5-canary.2301aee2f","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.2301aee2f","@firebase/app-types":"0.6.1-canary.2301aee2f","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.2301aee2f","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f65f4b7defd360822a2b6fe9cbbe11c5f2efc84d","size":1827371,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.2301aee2f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.2301aee2f_1614797660148_0.9984292353707556"},"_hasShrinkwrap":false,"publish_time":1614797660366,"_cnpm_publish_time":1614797660366,"contributors":[]},"0.9.4-canary.14fbc8e6a":{"name":"@firebase/database","version":"0.9.4-canary.14fbc8e6a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.14fbc8e6a","@firebase/logger":"0.2.6-canary.14fbc8e6a","@firebase/util":"0.3.4-canary.14fbc8e6a","@firebase/component":"0.2.0-canary.14fbc8e6a","@firebase/auth-interop-types":"0.1.5-canary.14fbc8e6a","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.14fbc8e6a","@firebase/app-types":"0.6.1-canary.14fbc8e6a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.14fbc8e6a","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"2f56bf1e45856e1872fdd1ef8f4f0bd0e4e35d42","size":1827381,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.14fbc8e6a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.14fbc8e6a_1614734775683_0.7970152639715977"},"_hasShrinkwrap":false,"publish_time":1614734775933,"_cnpm_publish_time":1614734775933,"contributors":[]},"0.9.4-canary.88a3b2e14":{"name":"@firebase/database","version":"0.9.4-canary.88a3b2e14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.88a3b2e14","@firebase/logger":"0.2.6-canary.88a3b2e14","@firebase/util":"0.3.4-canary.88a3b2e14","@firebase/component":"0.2.0-canary.88a3b2e14","@firebase/auth-interop-types":"0.1.5-canary.88a3b2e14","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.88a3b2e14","@firebase/app-types":"0.6.1-canary.88a3b2e14","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.88a3b2e14","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"5775beb71ac0fefdd1dfd3f4fdad49049e08d02d","size":1827384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.88a3b2e14.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.88a3b2e14_1614734405845_0.9046725824005868"},"_hasShrinkwrap":false,"publish_time":1614734406003,"_cnpm_publish_time":1614734406003,"contributors":[]},"0.9.4-canary.529a13a6c":{"name":"@firebase/database","version":"0.9.4-canary.529a13a6c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.529a13a6c","@firebase/logger":"0.2.6-canary.529a13a6c","@firebase/util":"0.3.4-canary.529a13a6c","@firebase/component":"0.2.0-canary.529a13a6c","@firebase/auth-interop-types":"0.1.5-canary.529a13a6c","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.529a13a6c","@firebase/app-types":"0.6.1-canary.529a13a6c","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.529a13a6c","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"33e546f6b4ef7bd20166e61b1b8c96ea00bd4505","size":1827375,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.529a13a6c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.529a13a6c_1614719191653_0.8562737045319022"},"_hasShrinkwrap":false,"publish_time":1614719191847,"_cnpm_publish_time":1614719191847,"contributors":[]},"0.9.4-canary.839a5bbcf":{"name":"@firebase/database","version":"0.9.4-canary.839a5bbcf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.839a5bbcf","@firebase/logger":"0.2.6-canary.839a5bbcf","@firebase/util":"0.3.4-canary.839a5bbcf","@firebase/component":"0.2.0-canary.839a5bbcf","@firebase/auth-interop-types":"0.1.5-canary.839a5bbcf","faye-websocket":"0.11.3","tslib":"^2.0.0"},"devDependencies":{"@firebase/app":"0.6.15-canary.839a5bbcf","@firebase/app-types":"0.6.1-canary.839a5bbcf","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.839a5bbcf","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"b8451ff57e368cfe5ca1e860788af4a9268af14c","size":1827384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.839a5bbcf.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.839a5bbcf_1614718854960_0.12317610926422429"},"_hasShrinkwrap":false,"publish_time":1614718855171,"_cnpm_publish_time":1614718855171,"contributors":[]},"0.9.4-canary.6b662fed1":{"name":"@firebase/database","version":"0.9.4-canary.6b662fed1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.6b662fed1","@firebase/logger":"0.2.6-canary.6b662fed1","@firebase/util":"0.3.4-canary.6b662fed1","@firebase/component":"0.2.0-canary.6b662fed1","@firebase/auth-interop-types":"0.1.5-canary.6b662fed1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.6b662fed1","@firebase/app-types":"0.6.1-canary.6b662fed1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.6b662fed1","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"042f835f3c499b1712763f97fac3c6c24f7b63cc","size":1827383,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.6b662fed1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.6b662fed1_1614718538097_0.10263102703340565"},"_hasShrinkwrap":false,"publish_time":1614718538341,"_cnpm_publish_time":1614718538341,"contributors":[]},"0.9.4-canary.2448fd773":{"name":"@firebase/database","version":"0.9.4-canary.2448fd773","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.2448fd773","@firebase/logger":"0.2.6-canary.2448fd773","@firebase/util":"0.3.4-canary.2448fd773","@firebase/component":"0.2.0-canary.2448fd773","@firebase/auth-interop-types":"0.1.5-canary.2448fd773","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.2448fd773","@firebase/app-types":"0.6.1-canary.2448fd773","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.2448fd773","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"02e7395c9862c6777182d494d64cdfea9c5ac0d1","size":1827377,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.2448fd773.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.2448fd773_1614716187814_0.391746492410602"},"_hasShrinkwrap":false,"publish_time":1614716188016,"_cnpm_publish_time":1614716188016,"contributors":[]},"0.9.4-canary.de9a03d3c":{"name":"@firebase/database","version":"0.9.4-canary.de9a03d3c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.de9a03d3c","@firebase/logger":"0.2.6-canary.de9a03d3c","@firebase/util":"0.3.4-canary.de9a03d3c","@firebase/component":"0.2.0-canary.de9a03d3c","@firebase/auth-interop-types":"0.1.5-canary.de9a03d3c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.de9a03d3c","@firebase/app-types":"0.6.1-canary.de9a03d3c","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.de9a03d3c","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"4829fad10933d77e8147b33f7644dc6fec5f6387","size":1827380,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.de9a03d3c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.de9a03d3c_1614715061413_0.6530733284231134"},"_hasShrinkwrap":false,"publish_time":1614715061611,"_cnpm_publish_time":1614715061611,"contributors":[]},"0.9.4-canary.79dafb8d8":{"name":"@firebase/database","version":"0.9.4-canary.79dafb8d8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.79dafb8d8","@firebase/logger":"0.2.6-canary.79dafb8d8","@firebase/util":"0.3.4-canary.79dafb8d8","@firebase/component":"0.2.0-canary.79dafb8d8","@firebase/auth-interop-types":"0.1.5-canary.79dafb8d8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.79dafb8d8","@firebase/app-types":"0.6.1-canary.79dafb8d8","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.79dafb8d8","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"ac54f5af6277fb24dfd2bf54fafc193d41dc79ed","size":1825996,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.79dafb8d8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.79dafb8d8_1614713881948_0.2504226455242091"},"_hasShrinkwrap":false,"publish_time":1614713882193,"_cnpm_publish_time":1614713882193,"contributors":[]},"0.9.4-canary.4cbff183a":{"name":"@firebase/database","version":"0.9.4-canary.4cbff183a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.4cbff183a","@firebase/logger":"0.2.6-canary.4cbff183a","@firebase/util":"0.3.4-canary.4cbff183a","@firebase/component":"0.2.0-canary.4cbff183a","@firebase/auth-interop-types":"0.1.5-canary.4cbff183a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.4cbff183a","@firebase/app-types":"0.6.1-canary.4cbff183a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.4cbff183a","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"3548db48344d41134baefb46fe5f3d3d874a6be6","size":1825993,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.4cbff183a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.4cbff183a_1614711359577_0.5350373947608884"},"_hasShrinkwrap":false,"publish_time":1614711359818,"_cnpm_publish_time":1614711359818,"contributors":[]},"0.9.4-canary.3ed0b0862":{"name":"@firebase/database","version":"0.9.4-canary.3ed0b0862","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.3ed0b0862","@firebase/logger":"0.2.6-canary.3ed0b0862","@firebase/util":"0.3.4-canary.3ed0b0862","@firebase/component":"0.2.0-canary.3ed0b0862","@firebase/auth-interop-types":"0.1.5-canary.3ed0b0862","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.3ed0b0862","@firebase/app-types":"0.6.1-canary.3ed0b0862","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.3ed0b0862","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"3a0acf0a32badb5eaf2284e54967a17ee8116745","size":1826014,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.3ed0b0862.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.3ed0b0862_1614709673049_0.834221261889017"},"_hasShrinkwrap":false,"publish_time":1614709673322,"_cnpm_publish_time":1614709673322,"contributors":[]},"0.9.4-canary.57c73a02e":{"name":"@firebase/database","version":"0.9.4-canary.57c73a02e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.57c73a02e","@firebase/logger":"0.2.6-canary.57c73a02e","@firebase/util":"0.3.4-canary.57c73a02e","@firebase/component":"0.2.0-canary.57c73a02e","@firebase/auth-interop-types":"0.1.5-canary.57c73a02e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.57c73a02e","@firebase/app-types":"0.6.1-canary.57c73a02e","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.57c73a02e","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"00ff4ba29bdc651b59440492e77c7ff26dd71a99","size":1826022,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.57c73a02e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.57c73a02e_1614625882479_0.021949445562660763"},"_hasShrinkwrap":false,"publish_time":1614625882677,"_cnpm_publish_time":1614625882677,"contributors":[]},"0.9.4-canary.50195991a":{"name":"@firebase/database","version":"0.9.4-canary.50195991a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.50195991a","@firebase/logger":"0.2.6-canary.50195991a","@firebase/util":"0.3.4-canary.50195991a","@firebase/component":"0.2.0-canary.50195991a","@firebase/auth-interop-types":"0.1.5-canary.50195991a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.50195991a","@firebase/app-types":"0.6.1-canary.50195991a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.50195991a","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"fe5c1a1e820263a6d4d0e8dbea56e6dc205ba177","size":1826034,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.50195991a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.50195991a_1614386748963_0.4146795900439251"},"_hasShrinkwrap":false,"publish_time":1614386749153,"_cnpm_publish_time":1614386749153,"contributors":[]},"0.9.4-canary.fefb64071":{"name":"@firebase/database","version":"0.9.4-canary.fefb64071","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.fefb64071","@firebase/logger":"0.2.6-canary.fefb64071","@firebase/util":"0.3.4-canary.fefb64071","@firebase/component":"0.2.0-canary.fefb64071","@firebase/auth-interop-types":"0.1.5-canary.fefb64071","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.fefb64071","@firebase/app-types":"0.6.1-canary.fefb64071","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.fefb64071","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"d12efda1740db2ef6278cf23355160b34e8b598a","size":1826012,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.fefb64071.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.fefb64071_1614379916214_0.27081717245791226"},"_hasShrinkwrap":false,"publish_time":1614379916473,"_cnpm_publish_time":1614379916473,"contributors":[]},"0.9.4-canary.e558d3ea9":{"name":"@firebase/database","version":"0.9.4-canary.e558d3ea9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.e558d3ea9","@firebase/logger":"0.2.6-canary.e558d3ea9","@firebase/util":"0.3.4-canary.e558d3ea9","@firebase/component":"0.2.0-canary.e558d3ea9","@firebase/auth-interop-types":"0.1.5-canary.e558d3ea9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.e558d3ea9","@firebase/app-types":"0.6.1-canary.e558d3ea9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.e558d3ea9","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f308f3d1a4efde7deb60505e6a2dbc041f3172c1","size":1825851,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.e558d3ea9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.e558d3ea9_1614365001364_0.753115904315395"},"_hasShrinkwrap":false,"publish_time":1614365001625,"_cnpm_publish_time":1614365001625,"contributors":[]},"0.9.4-canary.c3e5d5a76":{"name":"@firebase/database","version":"0.9.4-canary.c3e5d5a76","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.c3e5d5a76","@firebase/logger":"0.2.6-canary.c3e5d5a76","@firebase/util":"0.3.4-canary.c3e5d5a76","@firebase/component":"0.2.0-canary.c3e5d5a76","@firebase/auth-interop-types":"0.1.5-canary.c3e5d5a76","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.c3e5d5a76","@firebase/app-types":"0.6.1-canary.c3e5d5a76","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.c3e5d5a76","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"76fdd2c37bb514959c8c33bbae9962a714ac1fe4","size":1825843,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.c3e5d5a76.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.c3e5d5a76_1614360583484_0.9232231363051178"},"_hasShrinkwrap":false,"publish_time":1614360583687,"_cnpm_publish_time":1614360583687,"contributors":[]},"0.9.4-canary.04e532239":{"name":"@firebase/database","version":"0.9.4-canary.04e532239","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.04e532239","@firebase/logger":"0.2.6-canary.04e532239","@firebase/util":"0.3.4-canary.04e532239","@firebase/component":"0.2.0-canary.04e532239","@firebase/auth-interop-types":"0.1.5-canary.04e532239","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.04e532239","@firebase/app-types":"0.6.1-canary.04e532239","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.04e532239","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"154680d506c321adaa821eb06e4e3c85abf54ce4","size":1825853,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.04e532239.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.04e532239_1614317560560_0.7875753827683254"},"_hasShrinkwrap":false,"publish_time":1614317561117,"_cnpm_publish_time":1614317561117,"contributors":[]},"0.9.4-canary.5e7c0130b":{"name":"@firebase/database","version":"0.9.4-canary.5e7c0130b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.5e7c0130b","@firebase/logger":"0.2.6-canary.5e7c0130b","@firebase/util":"0.3.4-canary.5e7c0130b","@firebase/component":"0.2.0-canary.5e7c0130b","@firebase/auth-interop-types":"0.1.5-canary.5e7c0130b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.5e7c0130b","@firebase/app-types":"0.6.1-canary.5e7c0130b","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.5e7c0130b","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"ac6d7bffaaad85341a9ab15428ad035e235e631a","size":1825841,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.5e7c0130b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.5e7c0130b_1614295010982_0.6085127182970225"},"_hasShrinkwrap":false,"publish_time":1614295011254,"_cnpm_publish_time":1614295011254,"contributors":[]},"0.9.4-canary.386207188":{"name":"@firebase/database","version":"0.9.4-canary.386207188","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.386207188","@firebase/logger":"0.2.6-canary.386207188","@firebase/util":"0.3.4-canary.386207188","@firebase/component":"0.2.0-canary.386207188","@firebase/auth-interop-types":"0.1.5-canary.386207188","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.386207188","@firebase/app-types":"0.6.1-canary.386207188","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.386207188","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"37d51f77815eda9801bdd679c33366263f76843a","size":1825952,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.386207188.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.386207188_1614290738548_0.14828165649508462"},"_hasShrinkwrap":false,"publish_time":1614290738746,"_cnpm_publish_time":1614290738746,"contributors":[]},"0.9.4-canary.d4ba8daa2":{"name":"@firebase/database","version":"0.9.4-canary.d4ba8daa2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.d4ba8daa2","@firebase/logger":"0.2.6-canary.d4ba8daa2","@firebase/util":"0.3.4-canary.d4ba8daa2","@firebase/component":"0.2.0-canary.d4ba8daa2","@firebase/auth-interop-types":"0.1.5-canary.d4ba8daa2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.d4ba8daa2","@firebase/app-types":"0.6.1-canary.d4ba8daa2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.d4ba8daa2","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"de660074ca6df37bc1af0c26abeb4a013dfae27c","size":1825949,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.d4ba8daa2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.d4ba8daa2_1614284422118_0.9546931297149166"},"_hasShrinkwrap":false,"publish_time":1614284422391,"_cnpm_publish_time":1614284422391,"contributors":[]},"0.9.4-canary.261617b85":{"name":"@firebase/database","version":"0.9.4-canary.261617b85","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.261617b85","@firebase/logger":"0.2.6-canary.261617b85","@firebase/util":"0.3.4-canary.261617b85","@firebase/component":"0.2.0-canary.261617b85","@firebase/auth-interop-types":"0.1.5-canary.261617b85","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.261617b85","@firebase/app-types":"0.6.1-canary.261617b85","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.261617b85","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"a6f13e7dd2b5f37d834dbedacdaca8e45539a429","size":1825951,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.261617b85.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.261617b85_1614274792039_0.270518460920141"},"_hasShrinkwrap":false,"publish_time":1614274792508,"_cnpm_publish_time":1614274792508,"contributors":[]},"0.9.4-canary.89a4f6429":{"name":"@firebase/database","version":"0.9.4-canary.89a4f6429","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.89a4f6429","@firebase/logger":"0.2.6-canary.89a4f6429","@firebase/util":"0.3.4-canary.89a4f6429","@firebase/component":"0.2.0-canary.89a4f6429","@firebase/auth-interop-types":"0.1.5-canary.89a4f6429","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.89a4f6429","@firebase/app-types":"0.6.1-canary.89a4f6429","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.89a4f6429","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"b8811d9997c83f7de48a9cd0977c1b3b1978c8a5","size":1825274,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.89a4f6429.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.89a4f6429_1614217821785_0.06693106487242018"},"_hasShrinkwrap":false,"publish_time":1614217822105,"_cnpm_publish_time":1614217822105,"contributors":[]},"0.9.4-canary.c63214825":{"name":"@firebase/database","version":"0.9.4-canary.c63214825","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.c63214825","@firebase/logger":"0.2.6-canary.c63214825","@firebase/util":"0.3.4-canary.c63214825","@firebase/component":"0.2.0-canary.c63214825","@firebase/auth-interop-types":"0.1.5-canary.c63214825","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.c63214825","@firebase/app-types":"0.6.1-canary.c63214825","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.c63214825","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"b267604bba8cdee16e7ebee8f7ba5b449353f59e","size":1825276,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.c63214825.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.c63214825_1614215688393_0.4136568766462978"},"_hasShrinkwrap":false,"publish_time":1614215688675,"_cnpm_publish_time":1614215688675,"contributors":[]},"0.9.4-canary.d84e137d7":{"name":"@firebase/database","version":"0.9.4-canary.d84e137d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.d84e137d7","@firebase/logger":"0.2.6-canary.d84e137d7","@firebase/util":"0.3.4-canary.d84e137d7","@firebase/component":"0.2.0-canary.d84e137d7","@firebase/auth-interop-types":"0.1.5-canary.d84e137d7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.d84e137d7","@firebase/app-types":"0.6.1-canary.d84e137d7","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.d84e137d7","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"69b9ee8a7617395427efdb7645ffdea6991f49e7","size":1825282,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.d84e137d7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.d84e137d7_1614207769729_0.6685797013826722"},"_hasShrinkwrap":false,"publish_time":1614207769883,"_cnpm_publish_time":1614207769883,"contributors":[]},"0.9.4-canary.07d6b2c42":{"name":"@firebase/database","version":"0.9.4-canary.07d6b2c42","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.07d6b2c42","@firebase/logger":"0.2.6-canary.07d6b2c42","@firebase/util":"0.3.4-canary.07d6b2c42","@firebase/component":"0.2.0-canary.07d6b2c42","@firebase/auth-interop-types":"0.1.5-canary.07d6b2c42","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.07d6b2c42","@firebase/app-types":"0.6.1-canary.07d6b2c42","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.07d6b2c42","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"3efcb528f9b0f687043f70fbb06ae26f47a9c6a0","size":1825284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.07d6b2c42.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.07d6b2c42_1614207583531_0.29200149792374885"},"_hasShrinkwrap":false,"publish_time":1614207583756,"_cnpm_publish_time":1614207583756,"contributors":[]},"0.9.4-canary.c3739f338":{"name":"@firebase/database","version":"0.9.4-canary.c3739f338","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.c3739f338","@firebase/logger":"0.2.6-canary.c3739f338","@firebase/util":"0.3.4-canary.c3739f338","@firebase/component":"0.2.0-canary.c3739f338","@firebase/auth-interop-types":"0.1.5-canary.c3739f338","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.c3739f338","@firebase/app-types":"0.6.1-canary.c3739f338","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.c3739f338","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"b3e68b989f22b00c51cdad57730edba05ee1580b","size":1825277,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.c3739f338.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.c3739f338_1614206641754_0.5029464732609752"},"_hasShrinkwrap":false,"publish_time":1614206642549,"_cnpm_publish_time":1614206642549,"contributors":[]},"0.9.4-canary.636dd78ea":{"name":"@firebase/database","version":"0.9.4-canary.636dd78ea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.636dd78ea","@firebase/logger":"0.2.6-canary.636dd78ea","@firebase/util":"0.3.4-canary.636dd78ea","@firebase/component":"0.2.0-canary.636dd78ea","@firebase/auth-interop-types":"0.1.5-canary.636dd78ea","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.636dd78ea","@firebase/app-types":"0.6.1-canary.636dd78ea","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.636dd78ea","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"08d161b8074d95a3f5d6e7759cb004be68a3bf31","size":1829875,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.636dd78ea.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.636dd78ea_1614199433996_0.8609518088602537"},"_hasShrinkwrap":false,"publish_time":1614199434270,"_cnpm_publish_time":1614199434270,"contributors":[]},"0.9.4-canary.928e43933":{"name":"@firebase/database","version":"0.9.4-canary.928e43933","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.928e43933","@firebase/logger":"0.2.6-canary.928e43933","@firebase/util":"0.3.4-canary.928e43933","@firebase/component":"0.2.0-canary.928e43933","@firebase/auth-interop-types":"0.1.5-canary.928e43933","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.928e43933","@firebase/app-types":"0.6.1-canary.928e43933","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.928e43933","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f73d0159c8ddcad4a7c6e68c8958ed2a4feb4fad","size":1829887,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.928e43933.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.928e43933_1614196054826_0.6027588914613762"},"_hasShrinkwrap":false,"publish_time":1614196054992,"_cnpm_publish_time":1614196054992,"contributors":[]},"0.9.4-canary.02c176185":{"name":"@firebase/database","version":"0.9.4-canary.02c176185","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.02c176185","@firebase/logger":"0.2.6-canary.02c176185","@firebase/util":"0.3.4-canary.02c176185","@firebase/component":"0.2.0-canary.02c176185","@firebase/auth-interop-types":"0.1.5-canary.02c176185","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.02c176185","@firebase/app-types":"0.6.1-canary.02c176185","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.02c176185","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"28553bf4264c5f28cc568c0bffb8cc5bcc580c13","size":1829875,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.02c176185.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.02c176185_1614132262421_0.15182531713745262"},"_hasShrinkwrap":false,"publish_time":1614132262630,"_cnpm_publish_time":1614132262630,"contributors":[]},"0.9.4-canary.bc9f84149":{"name":"@firebase/database","version":"0.9.4-canary.bc9f84149","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.bc9f84149","@firebase/logger":"0.2.6-canary.bc9f84149","@firebase/util":"0.3.4-canary.bc9f84149","@firebase/component":"0.2.0-canary.bc9f84149","@firebase/auth-interop-types":"0.1.5-canary.bc9f84149","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.bc9f84149","@firebase/app-types":"0.6.1-canary.bc9f84149","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.bc9f84149","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"4d0cc92b420f70c7298d562c83b081b702f61761","size":1829886,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.bc9f84149.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.bc9f84149_1614132161838_0.1519255046616772"},"_hasShrinkwrap":false,"publish_time":1614132162184,"_cnpm_publish_time":1614132162184,"contributors":[]},"0.9.4-canary.97f7e3881":{"name":"@firebase/database","version":"0.9.4-canary.97f7e3881","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.97f7e3881","@firebase/logger":"0.2.6-canary.97f7e3881","@firebase/util":"0.3.4-canary.97f7e3881","@firebase/component":"0.2.0-canary.97f7e3881","@firebase/auth-interop-types":"0.1.5-canary.97f7e3881","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.97f7e3881","@firebase/app-types":"0.6.1-canary.97f7e3881","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.97f7e3881","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"0d7a88f8520b2b6cb5d5ee465918159e1bf7c831","size":1829888,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.97f7e3881.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.97f7e3881_1614129570687_0.44580794011315805"},"_hasShrinkwrap":false,"publish_time":1614129570898,"_cnpm_publish_time":1614129570898,"contributors":[]},"0.9.4-canary.39a8be6f1":{"name":"@firebase/database","version":"0.9.4-canary.39a8be6f1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.39a8be6f1","@firebase/logger":"0.2.6-canary.39a8be6f1","@firebase/util":"0.3.4-canary.39a8be6f1","@firebase/component":"0.2.0-canary.39a8be6f1","@firebase/auth-interop-types":"0.1.5-canary.39a8be6f1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.39a8be6f1","@firebase/app-types":"0.6.1-canary.39a8be6f1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.39a8be6f1","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"59a30362b23084deaa4db8e645e5a813c5c55185","size":1828630,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.39a8be6f1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.39a8be6f1_1614126276591_0.5317514250730286"},"_hasShrinkwrap":false,"publish_time":1614126276816,"_cnpm_publish_time":1614126276816,"contributors":[]},"0.9.4-canary.20a88da5d":{"name":"@firebase/database","version":"0.9.4-canary.20a88da5d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.20a88da5d","@firebase/logger":"0.2.6-canary.20a88da5d","@firebase/util":"0.3.4-canary.20a88da5d","@firebase/component":"0.2.0-canary.20a88da5d","@firebase/auth-interop-types":"0.1.5-canary.20a88da5d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.20a88da5d","@firebase/app-types":"0.6.1-canary.20a88da5d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.20a88da5d","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"e86315ba5651c00733d6673e0bbbdbb79bb1afad","size":1828631,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.20a88da5d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.20a88da5d_1614124144430_0.004117151787297768"},"_hasShrinkwrap":false,"publish_time":1614124144749,"_cnpm_publish_time":1614124144749,"contributors":[]},"0.9.4-canary.08e2aa3cc":{"name":"@firebase/database","version":"0.9.4-canary.08e2aa3cc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.08e2aa3cc","@firebase/logger":"0.2.6-canary.08e2aa3cc","@firebase/util":"0.3.4-canary.08e2aa3cc","@firebase/component":"0.2.0-canary.08e2aa3cc","@firebase/auth-interop-types":"0.1.5-canary.08e2aa3cc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.08e2aa3cc","@firebase/app-types":"0.6.1-canary.08e2aa3cc","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.08e2aa3cc","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"0f059c924957757b192d68537aab20339fc0f8fb","size":1828628,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.08e2aa3cc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.08e2aa3cc_1614114406221_0.3233154206205766"},"_hasShrinkwrap":false,"publish_time":1614114406624,"_cnpm_publish_time":1614114406624,"contributors":[]},"0.9.4-canary.04b498687":{"name":"@firebase/database","version":"0.9.4-canary.04b498687","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.04b498687","@firebase/logger":"0.2.6-canary.04b498687","@firebase/util":"0.3.4-canary.04b498687","@firebase/component":"0.2.0-canary.04b498687","@firebase/auth-interop-types":"0.1.5-canary.04b498687","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.04b498687","@firebase/app-types":"0.6.1-canary.04b498687","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.04b498687","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f6056f4a8f824f9b8c8b5b9459ab2234bdbb5fa5","size":1828638,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.04b498687.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.04b498687_1614112370738_0.8556274171940996"},"_hasShrinkwrap":false,"publish_time":1614112371190,"_cnpm_publish_time":1614112371190,"contributors":[]},"0.9.4-canary.43d7520d2":{"name":"@firebase/database","version":"0.9.4-canary.43d7520d2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.43d7520d2","@firebase/logger":"0.2.6-canary.43d7520d2","@firebase/util":"0.3.4-canary.43d7520d2","@firebase/component":"0.2.0-canary.43d7520d2","@firebase/auth-interop-types":"0.1.5-canary.43d7520d2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.43d7520d2","@firebase/app-types":"0.6.1-canary.43d7520d2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.43d7520d2","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8b43ed6554d31cdb4fde2347aacee5c205e71ce7","size":1828633,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.43d7520d2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.43d7520d2_1614112120771_0.147581404208192"},"_hasShrinkwrap":false,"publish_time":1614112121019,"_cnpm_publish_time":1614112121019,"contributors":[]},"0.0.900-exp.1003b8d91":{"name":"@firebase/database","version":"0.0.900-exp.1003b8d91","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.1003b8d91"},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.2.0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.1003b8d91","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"72ffbf3a6a4ad238b0b8af0bb9816b861dcff4ae","size":933690,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.1003b8d91.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.1003b8d91_1614110898038_0.6817259552686596"},"_hasShrinkwrap":false,"publish_time":1614110898320,"_cnpm_publish_time":1614110898320,"contributors":[]},"0.9.4-canary.1003b8d91":{"name":"@firebase/database","version":"0.9.4-canary.1003b8d91","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.1003b8d91","@firebase/logger":"0.2.6-canary.1003b8d91","@firebase/util":"0.3.4-canary.1003b8d91","@firebase/component":"0.2.0-canary.1003b8d91","@firebase/auth-interop-types":"0.1.5-canary.1003b8d91","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.1003b8d91","@firebase/app-types":"0.6.1-canary.1003b8d91","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.1003b8d91","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"6399060ddac5a38e8e66127eaaeaad14cc7896d3","size":1828632,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.1003b8d91.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.1003b8d91_1614110011247_0.11157077853494424"},"_hasShrinkwrap":false,"publish_time":1614110011431,"_cnpm_publish_time":1614110011431,"contributors":[]},"0.9.4-canary.70af481cd":{"name":"@firebase/database","version":"0.9.4-canary.70af481cd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.70af481cd","@firebase/logger":"0.2.6-canary.70af481cd","@firebase/util":"0.3.4-canary.70af481cd","@firebase/component":"0.2.0-canary.70af481cd","@firebase/auth-interop-types":"0.1.5-canary.70af481cd","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.70af481cd","@firebase/app-types":"0.6.1-canary.70af481cd","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.70af481cd","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f10567500c37297e3323e64912008be55d5072b4","size":1834176,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.70af481cd.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.70af481cd_1614105254209_0.858825582016421"},"_hasShrinkwrap":false,"publish_time":1614105254493,"_cnpm_publish_time":1614105254493,"contributors":[]},"0.9.4-canary.6a86a1b9b":{"name":"@firebase/database","version":"0.9.4-canary.6a86a1b9b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.6a86a1b9b","@firebase/logger":"0.2.6-canary.6a86a1b9b","@firebase/util":"0.3.4-canary.6a86a1b9b","@firebase/component":"0.2.0-canary.6a86a1b9b","@firebase/auth-interop-types":"0.1.5-canary.6a86a1b9b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.6a86a1b9b","@firebase/app-types":"0.6.1-canary.6a86a1b9b","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.6a86a1b9b","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"8b31551ab47ad4d616770f731ad67cde570974eb","size":1828632,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.6a86a1b9b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.6a86a1b9b_1614105237166_0.06276874070253347"},"_hasShrinkwrap":false,"publish_time":1614105237477,"_cnpm_publish_time":1614105237477,"contributors":[]},"0.9.4-canary.bd1691c13":{"name":"@firebase/database","version":"0.9.4-canary.bd1691c13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.bd1691c13","@firebase/logger":"0.2.6-canary.bd1691c13","@firebase/util":"0.3.4-canary.bd1691c13","@firebase/component":"0.2.0-canary.bd1691c13","@firebase/auth-interop-types":"0.1.5-canary.bd1691c13","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.bd1691c13","@firebase/app-types":"0.6.1-canary.bd1691c13","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.bd1691c13","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"fd4c50b96481e4c35a94819f10522f3a06ece7f6","size":1834172,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.bd1691c13.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.bd1691c13_1614103595563_0.007883257434276203"},"_hasShrinkwrap":false,"publish_time":1614103595762,"_cnpm_publish_time":1614103595762,"contributors":[]},"0.9.4-canary.938dc1a9d":{"name":"@firebase/database","version":"0.9.4-canary.938dc1a9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.938dc1a9d","@firebase/logger":"0.2.6-canary.938dc1a9d","@firebase/util":"0.3.4-canary.938dc1a9d","@firebase/component":"0.2.0-canary.938dc1a9d","@firebase/auth-interop-types":"0.1.5-canary.938dc1a9d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.938dc1a9d","@firebase/app-types":"0.6.1-canary.938dc1a9d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.938dc1a9d","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"6e6672d4f70a373a3551282dacf66e124a27b2a2","size":1834169,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.938dc1a9d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.938dc1a9d_1614042174587_0.2436158237248922"},"_hasShrinkwrap":false,"publish_time":1614042174838,"_cnpm_publish_time":1614042174838,"contributors":[]},"0.9.4-canary.145c62bd8":{"name":"@firebase/database","version":"0.9.4-canary.145c62bd8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.145c62bd8","@firebase/logger":"0.2.6-canary.145c62bd8","@firebase/util":"0.3.4-canary.145c62bd8","@firebase/component":"0.2.0-canary.145c62bd8","@firebase/auth-interop-types":"0.1.5-canary.145c62bd8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.145c62bd8","@firebase/app-types":"0.6.1-canary.145c62bd8","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.145c62bd8","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"ff958457b6595d1a5786c6f31d49b9c2e6d778df","size":1834178,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.145c62bd8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.145c62bd8_1614031474684_0.1346999606144541"},"_hasShrinkwrap":false,"publish_time":1614031474873,"_cnpm_publish_time":1614031474873,"contributors":[]},"0.9.4-canary.168f1d622":{"name":"@firebase/database","version":"0.9.4-canary.168f1d622","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.168f1d622","@firebase/logger":"0.2.6-canary.168f1d622","@firebase/util":"0.3.4-canary.168f1d622","@firebase/component":"0.2.0-canary.168f1d622","@firebase/auth-interop-types":"0.1.5-canary.168f1d622","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.168f1d622","@firebase/app-types":"0.6.1-canary.168f1d622","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.168f1d622","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"ecfbbeced23216baf3f3cf5b5a6285f81b856fb0","size":1834166,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.168f1d622.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.168f1d622_1614027141286_0.6936760434752511"},"_hasShrinkwrap":false,"publish_time":1614027141540,"_cnpm_publish_time":1614027141540,"contributors":[]},"0.9.4-canary.014fc2f2a":{"name":"@firebase/database","version":"0.9.4-canary.014fc2f2a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.014fc2f2a","@firebase/logger":"0.2.6-canary.014fc2f2a","@firebase/util":"0.3.4-canary.014fc2f2a","@firebase/component":"0.2.0-canary.014fc2f2a","@firebase/auth-interop-types":"0.1.5-canary.014fc2f2a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.014fc2f2a","@firebase/app-types":"0.6.1-canary.014fc2f2a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.014fc2f2a","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"dd00d1aaa96edaad5e46d9a0d5935748a64194c5","size":1834172,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.014fc2f2a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.014fc2f2a_1613795170393_0.8283969959252153"},"_hasShrinkwrap":false,"publish_time":1613795170894,"_cnpm_publish_time":1613795170894,"contributors":[]},"0.0.900-exp.c778ccd9d":{"name":"@firebase/database","version":"0.0.900-exp.c778ccd9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.c778ccd9d"},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.2.0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.c778ccd9d","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"7b6147aed5873c5a1abbda4650484096d11a1246","size":937802,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.c778ccd9d.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.c778ccd9d_1613784627635_0.30569463329356283"},"_hasShrinkwrap":false,"publish_time":1613784627865,"_cnpm_publish_time":1613784627865,"contributors":[]},"0.9.4-canary.c778ccd9d":{"name":"@firebase/database","version":"0.9.4-canary.c778ccd9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.c778ccd9d","@firebase/logger":"0.2.6-canary.c778ccd9d","@firebase/util":"0.3.4-canary.c778ccd9d","@firebase/component":"0.2.0-canary.c778ccd9d","@firebase/auth-interop-types":"0.1.5-canary.c778ccd9d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-canary.c778ccd9d","@firebase/app-types":"0.6.1-canary.c778ccd9d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-canary.c778ccd9d","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"0934a63e5324a75bd2e012ba41975e8513a07823","size":1834176,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-canary.c778ccd9d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-canary.c778ccd9d_1613782198257_0.9587264338933665"},"_hasShrinkwrap":false,"publish_time":1613782198498,"_cnpm_publish_time":1613782198498,"contributors":[]},"0.9.4":{"name":"@firebase/database","version":"0.9.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.2.0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.9.4","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"7f108ad96f099beae78c06a86f81edf4302fd4c4","size":1834117,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4_1613779652058_0.7262839623676989"},"_hasShrinkwrap":false,"publish_time":1613779652290,"_cnpm_publish_time":1613779652290,"contributors":[]},"0.9.3-canary.6afe42613":{"name":"@firebase/database","version":"0.9.3-canary.6afe42613","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.6afe42613","@firebase/logger":"0.2.6-canary.6afe42613","@firebase/util":"0.3.4-canary.6afe42613","@firebase/component":"0.1.21-canary.6afe42613","@firebase/auth-interop-types":"0.1.5-canary.6afe42613","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.6afe42613","@firebase/app-types":"0.6.1-canary.6afe42613","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.6afe42613","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"a188117b2989e7056914f02776760cda8eb5e14f","size":1834124,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.6afe42613.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.6afe42613_1613778424130_0.2919198325654402"},"_hasShrinkwrap":false,"publish_time":1613778424417,"_cnpm_publish_time":1613778424417,"contributors":[]},"0.9.4-2021119233939":{"name":"@firebase/database","version":"0.9.4-2021119233939","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.2.0-2021119233939","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.15-2021119233939","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.4-2021119233939","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b6e51847350f46aa5befe385d64e907ff93fdd08","size":1834202,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.4-2021119233939.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.4-2021119233939_1613778292937_0.6655956134633922"},"_hasShrinkwrap":false,"publish_time":1613778293258,"_cnpm_publish_time":1613778293258,"contributors":[]},"0.9.3-canary.368f5175b":{"name":"@firebase/database","version":"0.9.3-canary.368f5175b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.368f5175b","@firebase/logger":"0.2.6-canary.368f5175b","@firebase/util":"0.3.4-canary.368f5175b","@firebase/component":"0.1.21-canary.368f5175b","@firebase/auth-interop-types":"0.1.5-canary.368f5175b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.368f5175b","@firebase/app-types":"0.6.1-canary.368f5175b","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.368f5175b","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f218d5ceba969540c3150e127788a3d8ba2fdb38","size":1834122,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.368f5175b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.368f5175b_1613767285628_0.937387808250429"},"_hasShrinkwrap":false,"publish_time":1613767285851,"_cnpm_publish_time":1613767285851,"contributors":[]},"0.9.3-canary.a8300c15d":{"name":"@firebase/database","version":"0.9.3-canary.a8300c15d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.a8300c15d","@firebase/logger":"0.2.6-canary.a8300c15d","@firebase/util":"0.3.4-canary.a8300c15d","@firebase/component":"0.1.21-canary.a8300c15d","@firebase/auth-interop-types":"0.1.5-canary.a8300c15d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.a8300c15d","@firebase/app-types":"0.6.1-canary.a8300c15d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.a8300c15d","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"86f5e7c60dc83e88eee707207d7424221bcd0f82","size":1834126,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.a8300c15d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.a8300c15d_1613765200240_0.8501493335939818"},"_hasShrinkwrap":false,"publish_time":1613765200482,"_cnpm_publish_time":1613765200482,"contributors":[]},"0.9.3-canary.90f5f341f":{"name":"@firebase/database","version":"0.9.3-canary.90f5f341f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.90f5f341f","@firebase/logger":"0.2.6-canary.90f5f341f","@firebase/util":"0.3.4-canary.90f5f341f","@firebase/component":"0.1.21-canary.90f5f341f","@firebase/auth-interop-types":"0.1.5-canary.90f5f341f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.90f5f341f","@firebase/app-types":"0.6.1-canary.90f5f341f","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.90f5f341f","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"ce8ebd485485f6a0ee1eaae78c5775b4dbb6fe49","size":1834128,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.90f5f341f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.90f5f341f_1613765012272_0.5673302724155991"},"_hasShrinkwrap":false,"publish_time":1613765012528,"_cnpm_publish_time":1613765012528,"contributors":[]},"0.9.3-canary.483567a78":{"name":"@firebase/database","version":"0.9.3-canary.483567a78","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.483567a78","@firebase/logger":"0.2.6-canary.483567a78","@firebase/util":"0.3.4-canary.483567a78","@firebase/component":"0.1.21-canary.483567a78","@firebase/auth-interop-types":"0.1.5-canary.483567a78","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.483567a78","@firebase/app-types":"0.6.1-canary.483567a78","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.483567a78","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"f2022d89e5481038775cadb294338e74398ad6ab","size":1834125,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.483567a78.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.483567a78_1613688126529_0.05822911513416251"},"_hasShrinkwrap":false,"publish_time":1613688126992,"_cnpm_publish_time":1613688126992,"contributors":[]},"0.9.3-canary.77e73dc94":{"name":"@firebase/database","version":"0.9.3-canary.77e73dc94","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.77e73dc94","@firebase/logger":"0.2.6-canary.77e73dc94","@firebase/util":"0.3.4-canary.77e73dc94","@firebase/component":"0.1.21-canary.77e73dc94","@firebase/auth-interop-types":"0.1.5-canary.77e73dc94","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.77e73dc94","@firebase/app-types":"0.6.1-canary.77e73dc94","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.77e73dc94","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"90d4bb219bb024c12bcc44f803303a57c92dfdce","size":1834121,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.77e73dc94.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.77e73dc94_1613683360419_0.23133364399598455"},"_hasShrinkwrap":false,"publish_time":1613683360624,"_cnpm_publish_time":1613683360624,"contributors":[]},"0.9.3-canary.ee6980dee":{"name":"@firebase/database","version":"0.9.3-canary.ee6980dee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.ee6980dee","@firebase/logger":"0.2.6-canary.ee6980dee","@firebase/util":"0.3.4-canary.ee6980dee","@firebase/component":"0.1.21-canary.ee6980dee","@firebase/auth-interop-types":"0.1.5-canary.ee6980dee","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.ee6980dee","@firebase/app-types":"0.6.1-canary.ee6980dee","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.ee6980dee","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"d878439a28594a2dcf1953ddbbb92c7a627a77eb","size":1835737,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.ee6980dee.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.ee6980dee_1613676606801_0.6640054312637651"},"_hasShrinkwrap":false,"publish_time":1613676607001,"_cnpm_publish_time":1613676607001,"contributors":[]},"0.9.3-canary.1a90c06f3":{"name":"@firebase/database","version":"0.9.3-canary.1a90c06f3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.1a90c06f3","@firebase/logger":"0.2.6-canary.1a90c06f3","@firebase/util":"0.3.4-canary.1a90c06f3","@firebase/component":"0.1.21-canary.1a90c06f3","@firebase/auth-interop-types":"0.1.5-canary.1a90c06f3","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.1a90c06f3","@firebase/app-types":"0.6.1-canary.1a90c06f3","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.1a90c06f3","_nodeVersion":"10.23.3","_npmVersion":"6.14.11","dist":{"shasum":"3626a9065e586fc68c5c9799cbb3b293dcb73c23","size":1835747,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.1a90c06f3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.1a90c06f3_1613675904803_0.9996648220303281"},"_hasShrinkwrap":false,"publish_time":1613675905001,"_cnpm_publish_time":1613675905001,"contributors":[]},"0.9.3-canary.d0bae02f1":{"name":"@firebase/database","version":"0.9.3-canary.d0bae02f1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.d0bae02f1","@firebase/logger":"0.2.6-canary.d0bae02f1","@firebase/util":"0.3.4-canary.d0bae02f1","@firebase/component":"0.1.21-canary.d0bae02f1","@firebase/auth-interop-types":"0.1.5-canary.d0bae02f1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.d0bae02f1","@firebase/app-types":"0.6.1-canary.d0bae02f1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.d0bae02f1","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"e6133081e7912c428696b61f310f577d1e348280","size":1835742,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.d0bae02f1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.d0bae02f1_1613601847160_0.08911596184819714"},"_hasShrinkwrap":false,"publish_time":1613601847727,"_cnpm_publish_time":1613601847727,"contributors":[]},"0.9.3-canary.c6eadf7f5":{"name":"@firebase/database","version":"0.9.3-canary.c6eadf7f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.c6eadf7f5","@firebase/logger":"0.2.6-canary.c6eadf7f5","@firebase/util":"0.3.4-canary.c6eadf7f5","@firebase/component":"0.1.21-canary.c6eadf7f5","@firebase/auth-interop-types":"0.1.5-canary.c6eadf7f5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.c6eadf7f5","@firebase/app-types":"0.6.1-canary.c6eadf7f5","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.c6eadf7f5","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"689b17a83455d5d98334f6f54f00e10a89ad4d2a","size":1832303,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.c6eadf7f5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.c6eadf7f5_1613596961232_0.6450714855715036"},"_hasShrinkwrap":false,"publish_time":1613596961438,"_cnpm_publish_time":1613596961438,"contributors":[]},"0.9.3-canary.4ab5a9ce5":{"name":"@firebase/database","version":"0.9.3-canary.4ab5a9ce5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.4ab5a9ce5","@firebase/logger":"0.2.6-canary.4ab5a9ce5","@firebase/util":"0.3.4-canary.4ab5a9ce5","@firebase/component":"0.1.21-canary.4ab5a9ce5","@firebase/auth-interop-types":"0.1.5-canary.4ab5a9ce5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.4ab5a9ce5","@firebase/app-types":"0.6.1-canary.4ab5a9ce5","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.4ab5a9ce5","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"1cd64ce5e89e004e02b496233d81da235a155a50","size":1832299,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.4ab5a9ce5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.4ab5a9ce5_1613587343092_0.8830993820573687"},"_hasShrinkwrap":false,"publish_time":1613587343364,"_cnpm_publish_time":1613587343364,"contributors":[]},"0.9.3-canary.b3f2eef04":{"name":"@firebase/database","version":"0.9.3-canary.b3f2eef04","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.b3f2eef04","@firebase/logger":"0.2.6-canary.b3f2eef04","@firebase/util":"0.3.4-canary.b3f2eef04","@firebase/component":"0.1.21-canary.b3f2eef04","@firebase/auth-interop-types":"0.1.5-canary.b3f2eef04","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.b3f2eef04","@firebase/app-types":"0.6.1-canary.b3f2eef04","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.b3f2eef04","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"5565f5e9e48e50224aaf845597e5df0862523a61","size":1832287,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.b3f2eef04.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.b3f2eef04_1613539260810_0.31129719582675874"},"_hasShrinkwrap":false,"publish_time":1613539261057,"_cnpm_publish_time":1613539261057,"contributors":[]},"0.9.3-canary.553834989":{"name":"@firebase/database","version":"0.9.3-canary.553834989","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.553834989","@firebase/logger":"0.2.6-canary.553834989","@firebase/util":"0.3.4-canary.553834989","@firebase/component":"0.1.21-canary.553834989","@firebase/auth-interop-types":"0.1.5-canary.553834989","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.553834989","@firebase/app-types":"0.6.1-canary.553834989","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.553834989","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"e537dbcf760c7032f181f863318d8819e5e6870a","size":1832400,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.553834989.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.553834989_1613526709660_0.005880933735693983"},"_hasShrinkwrap":false,"publish_time":1613526709877,"_cnpm_publish_time":1613526709877,"contributors":[]},"0.9.3-canary.40afc0cc1":{"name":"@firebase/database","version":"0.9.3-canary.40afc0cc1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.40afc0cc1","@firebase/logger":"0.2.6-canary.40afc0cc1","@firebase/util":"0.3.4-canary.40afc0cc1","@firebase/component":"0.1.21-canary.40afc0cc1","@firebase/auth-interop-types":"0.1.5-canary.40afc0cc1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.40afc0cc1","@firebase/app-types":"0.6.1-canary.40afc0cc1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.40afc0cc1","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"85335c53c5e44727b94c0c39cda25ed403d2fe30","size":1832378,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.40afc0cc1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.40afc0cc1_1613514063448_0.22429639754741237"},"_hasShrinkwrap":false,"publish_time":1613514063667,"_cnpm_publish_time":1613514063667,"contributors":[]},"0.9.3-canary.536b47e18":{"name":"@firebase/database","version":"0.9.3-canary.536b47e18","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.536b47e18","@firebase/logger":"0.2.6-canary.536b47e18","@firebase/util":"0.3.4-canary.536b47e18","@firebase/component":"0.1.21-canary.536b47e18","@firebase/auth-interop-types":"0.1.5-canary.536b47e18","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.536b47e18","@firebase/app-types":"0.6.1-canary.536b47e18","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.536b47e18","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"2885ead618a3ba72c4d5c89ca84ba22209a55fec","size":1832386,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.536b47e18.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.536b47e18_1613512709244_0.9395861167283477"},"_hasShrinkwrap":false,"publish_time":1613512709463,"_cnpm_publish_time":1613512709463,"contributors":[]},"0.9.3-canary.8c92c1aca":{"name":"@firebase/database","version":"0.9.3-canary.8c92c1aca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.8c92c1aca","@firebase/logger":"0.2.6-canary.8c92c1aca","@firebase/util":"0.3.4-canary.8c92c1aca","@firebase/component":"0.1.21-canary.8c92c1aca","@firebase/auth-interop-types":"0.1.5-canary.8c92c1aca","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.8c92c1aca","@firebase/app-types":"0.6.1-canary.8c92c1aca","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.8c92c1aca","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"43d15b160d761e6bd1e0607d4d074aef71dc734f","size":1832380,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.8c92c1aca.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.8c92c1aca_1613511904398_0.21399653933651175"},"_hasShrinkwrap":false,"publish_time":1613511904680,"_cnpm_publish_time":1613511904680,"contributors":[]},"0.9.3-canary.9ac2093b9":{"name":"@firebase/database","version":"0.9.3-canary.9ac2093b9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.9ac2093b9","@firebase/logger":"0.2.6-canary.9ac2093b9","@firebase/util":"0.3.4-canary.9ac2093b9","@firebase/component":"0.1.21-canary.9ac2093b9","@firebase/auth-interop-types":"0.1.5-canary.9ac2093b9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.9ac2093b9","@firebase/app-types":"0.6.1-canary.9ac2093b9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.9ac2093b9","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"e3cbde3718397b8a2568687cb1558538c3ae9997","size":1833485,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.9ac2093b9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.9ac2093b9_1613167737816_0.8471018500048071"},"_hasShrinkwrap":false,"publish_time":1613167738051,"_cnpm_publish_time":1613167738051,"contributors":[]},"0.0.900-exp.47e035fe0":{"name":"@firebase/database","version":"0.0.900-exp.47e035fe0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.47e035fe0","@firebase/app-types":"0.0.900-exp.47e035fe0"},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.47e035fe0","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"28ced8bcc4b1826c8ce0e6417566c1c998494668","size":937079,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.47e035fe0.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.47e035fe0_1613161619935_0.11924512177384905"},"_hasShrinkwrap":false,"publish_time":1613161620139,"_cnpm_publish_time":1613161620139,"contributors":[]},"0.9.3-canary.47e035fe0":{"name":"@firebase/database","version":"0.9.3-canary.47e035fe0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.47e035fe0","@firebase/logger":"0.2.6-canary.47e035fe0","@firebase/util":"0.3.4-canary.47e035fe0","@firebase/component":"0.1.21-canary.47e035fe0","@firebase/auth-interop-types":"0.1.5-canary.47e035fe0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.47e035fe0","@firebase/app-types":"0.6.1-canary.47e035fe0","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.47e035fe0","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"f8b4e6c7fbf5736efaa51dc2e5b5c419192fa2e3","size":1833480,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.47e035fe0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.47e035fe0_1613154971734_0.15515821739938396"},"_hasShrinkwrap":false,"publish_time":1613154971981,"_cnpm_publish_time":1613154971981,"contributors":[]},"0.9.3-canary.7772426b3":{"name":"@firebase/database","version":"0.9.3-canary.7772426b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.7772426b3","@firebase/logger":"0.2.6-canary.7772426b3","@firebase/util":"0.3.4-canary.7772426b3","@firebase/component":"0.1.21-canary.7772426b3","@firebase/auth-interop-types":"0.1.5-canary.7772426b3","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.7772426b3","@firebase/app-types":"0.6.1-canary.7772426b3","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.7772426b3","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"c10136dfd363d9a9f7c9fd82c6963d387943c05d","size":1832668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.7772426b3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.7772426b3_1613113346952_0.3434191938018307"},"_hasShrinkwrap":false,"publish_time":1613113347126,"_cnpm_publish_time":1613113347126,"contributors":[]},"0.9.3-canary.b82ad7879":{"name":"@firebase/database","version":"0.9.3-canary.b82ad7879","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.b82ad7879","@firebase/logger":"0.2.6-canary.b82ad7879","@firebase/util":"0.3.4-canary.b82ad7879","@firebase/component":"0.1.21-canary.b82ad7879","@firebase/auth-interop-types":"0.1.5-canary.b82ad7879","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.b82ad7879","@firebase/app-types":"0.6.1-canary.b82ad7879","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.b82ad7879","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"e9d21953d39f040db2b62a1366e4481d5b77c106","size":1832661,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.b82ad7879.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.b82ad7879_1613113279519_0.7360889041305829"},"_hasShrinkwrap":false,"publish_time":1613113279830,"_cnpm_publish_time":1613113279830,"contributors":[]},"0.9.3-canary.84fa5f153":{"name":"@firebase/database","version":"0.9.3-canary.84fa5f153","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-canary.84fa5f153","@firebase/logger":"0.2.6-canary.84fa5f153","@firebase/util":"0.3.4-canary.84fa5f153","@firebase/component":"0.1.21-canary.84fa5f153","@firebase/auth-interop-types":"0.1.5-canary.84fa5f153","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.84fa5f153","@firebase/app-types":"0.6.1-canary.84fa5f153","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-canary.84fa5f153","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"930204b29d2d4fd01c511e29d74ce3e35e625399","size":1832664,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-canary.84fa5f153.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-canary.84fa5f153_1613091981067_0.4554053072077078"},"_hasShrinkwrap":false,"publish_time":1613091981310,"_cnpm_publish_time":1613091981310,"contributors":[]},"0.9.2-canary.7c178264e":{"name":"@firebase/database","version":"0.9.2-canary.7c178264e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.7c178264e","@firebase/logger":"0.2.6-canary.7c178264e","@firebase/util":"0.3.4-canary.7c178264e","@firebase/component":"0.1.21-canary.7c178264e","@firebase/auth-interop-types":"0.1.5-canary.7c178264e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.7c178264e","@firebase/app-types":"0.6.1-canary.7c178264e","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.7c178264e","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"9f6f1ee67456bc335d5cab72c135aee94301ef9f","size":1832486,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.7c178264e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.7c178264e_1613089294701_0.377074101062121"},"_hasShrinkwrap":false,"publish_time":1613089294930,"_cnpm_publish_time":1613089294930,"contributors":[]},"0.9.2-canary.938425524":{"name":"@firebase/database","version":"0.9.2-canary.938425524","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.938425524","@firebase/logger":"0.2.6-canary.938425524","@firebase/util":"0.3.4-canary.938425524","@firebase/component":"0.1.21-canary.938425524","@firebase/auth-interop-types":"0.1.5-canary.938425524","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.938425524","@firebase/app-types":"0.6.1-canary.938425524","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.938425524","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"bcf484b2035d22ab0baaa1fec890f77283964678","size":1832488,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.938425524.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.938425524_1613088189989_0.43206627505770756"},"_hasShrinkwrap":false,"publish_time":1613088190163,"_cnpm_publish_time":1613088190163,"contributors":[]},"0.9.2-canary.74bf52009":{"name":"@firebase/database","version":"0.9.2-canary.74bf52009","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.74bf52009","@firebase/logger":"0.2.6-canary.74bf52009","@firebase/util":"0.3.4-canary.74bf52009","@firebase/component":"0.1.21-canary.74bf52009","@firebase/auth-interop-types":"0.1.5-canary.74bf52009","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.74bf52009","@firebase/app-types":"0.6.1-canary.74bf52009","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.74bf52009","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"1dfc8c19ba6491ea059aa7d5ef2a2b1076176312","size":1832489,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.74bf52009.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.74bf52009_1613087786219_0.3537632398795385"},"_hasShrinkwrap":false,"publish_time":1613087786477,"_cnpm_publish_time":1613087786477,"contributors":[]},"0.9.3":{"name":"@firebase/database","version":"0.9.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.9.3","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"ea5ea23ab72fb2fbd271dcd73e525c982d3b9b0c","size":1832235,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3_1613081639732_0.567904327828767"},"_hasShrinkwrap":false,"publish_time":1613081639978,"_cnpm_publish_time":1613081639978,"contributors":[]},"0.9.2-canary.c0a1f6bf5":{"name":"@firebase/database","version":"0.9.2-canary.c0a1f6bf5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.c0a1f6bf5","@firebase/logger":"0.2.6-canary.c0a1f6bf5","@firebase/util":"0.3.4-canary.c0a1f6bf5","@firebase/component":"0.1.21-canary.c0a1f6bf5","@firebase/auth-interop-types":"0.1.5-canary.c0a1f6bf5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.c0a1f6bf5","@firebase/app-types":"0.6.1-canary.c0a1f6bf5","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.c0a1f6bf5","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"3642562cb6fddf7149d832e960c2d9bf648a09f6","size":1832480,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.c0a1f6bf5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.c0a1f6bf5_1613075680444_0.601503134240468"},"_hasShrinkwrap":false,"publish_time":1613075680782,"_cnpm_publish_time":1613075680782,"contributors":[]},"0.9.2-canary.5c2669ac8":{"name":"@firebase/database","version":"0.9.2-canary.5c2669ac8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.5c2669ac8","@firebase/logger":"0.2.6-canary.5c2669ac8","@firebase/util":"0.3.4-canary.5c2669ac8","@firebase/component":"0.1.21-canary.5c2669ac8","@firebase/auth-interop-types":"0.1.5-canary.5c2669ac8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.5c2669ac8","@firebase/app-types":"0.6.1-canary.5c2669ac8","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.5c2669ac8","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"900f71d1f67ffda106ade47afc363454df9783b4","size":1832897,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.5c2669ac8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.5c2669ac8_1613075009763_0.391480970680955"},"_hasShrinkwrap":false,"publish_time":1613075010085,"_cnpm_publish_time":1613075010085,"contributors":[]},"0.9.2-canary.ac05b1304":{"name":"@firebase/database","version":"0.9.2-canary.ac05b1304","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.ac05b1304","@firebase/logger":"0.2.6-canary.ac05b1304","@firebase/util":"0.3.4-canary.ac05b1304","@firebase/component":"0.1.21-canary.ac05b1304","@firebase/auth-interop-types":"0.1.5-canary.ac05b1304","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.ac05b1304","@firebase/app-types":"0.6.1-canary.ac05b1304","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.ac05b1304","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"d577caa70a6286239d3288d33beb9f9cadddabe1","size":1832895,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.ac05b1304.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.ac05b1304_1613070869897_0.599073867864897"},"_hasShrinkwrap":false,"publish_time":1613070870256,"_cnpm_publish_time":1613070870256,"contributors":[]},"0.9.2-canary.384b64dd6":{"name":"@firebase/database","version":"0.9.2-canary.384b64dd6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.384b64dd6","@firebase/logger":"0.2.6-canary.384b64dd6","@firebase/util":"0.3.4-canary.384b64dd6","@firebase/component":"0.1.21-canary.384b64dd6","@firebase/auth-interop-types":"0.1.5-canary.384b64dd6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.384b64dd6","@firebase/app-types":"0.6.1-canary.384b64dd6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.384b64dd6","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"ea4777a8ce233d2a76f1be6f48f78a5029a1b047","size":1832892,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.384b64dd6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.384b64dd6_1613064172607_0.6942645041977609"},"_hasShrinkwrap":false,"publish_time":1613064172854,"_cnpm_publish_time":1613064172854,"contributors":[]},"0.9.2-canary.9bac40276":{"name":"@firebase/database","version":"0.9.2-canary.9bac40276","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.9bac40276","@firebase/logger":"0.2.6-canary.9bac40276","@firebase/util":"0.3.4-canary.9bac40276","@firebase/component":"0.1.21-canary.9bac40276","@firebase/auth-interop-types":"0.1.5-canary.9bac40276","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.9bac40276","@firebase/app-types":"0.6.1-canary.9bac40276","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.9bac40276","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"09bab273f2751ddbae2adb4ac1b67770c1535646","size":1832898,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.9bac40276.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.9bac40276_1613063976580_0.2282092519488388"},"_hasShrinkwrap":false,"publish_time":1613063976778,"_cnpm_publish_time":1613063976778,"contributors":[]},"0.9.2-canary.9c7f99eb9":{"name":"@firebase/database","version":"0.9.2-canary.9c7f99eb9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.9c7f99eb9","@firebase/logger":"0.2.6-canary.9c7f99eb9","@firebase/util":"0.3.4-canary.9c7f99eb9","@firebase/component":"0.1.21-canary.9c7f99eb9","@firebase/auth-interop-types":"0.1.5-canary.9c7f99eb9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.9c7f99eb9","@firebase/app-types":"0.6.1-canary.9c7f99eb9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.9c7f99eb9","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"41ef87b8b4edbad71477db11dc49f778e346ec1b","size":1832126,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.9c7f99eb9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.9c7f99eb9_1613063919633_0.9911254976461148"},"_hasShrinkwrap":false,"publish_time":1613063919871,"_cnpm_publish_time":1613063919871,"contributors":[]},"0.9.2-canary.24b6d7d6f":{"name":"@firebase/database","version":"0.9.2-canary.24b6d7d6f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.24b6d7d6f","@firebase/logger":"0.2.6-canary.24b6d7d6f","@firebase/util":"0.3.4-canary.24b6d7d6f","@firebase/component":"0.1.21-canary.24b6d7d6f","@firebase/auth-interop-types":"0.1.5-canary.24b6d7d6f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.24b6d7d6f","@firebase/app-types":"0.6.1-canary.24b6d7d6f","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.24b6d7d6f","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"a9f78f997eeff7dbbe8edb9ff0c0dd999b01e7e2","size":1832119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.24b6d7d6f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.24b6d7d6f_1612985253366_0.0037202314887256893"},"_hasShrinkwrap":false,"publish_time":1612985253589,"_cnpm_publish_time":1612985253589,"contributors":[]},"0.9.2-canary.949c6acc2":{"name":"@firebase/database","version":"0.9.2-canary.949c6acc2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.949c6acc2","@firebase/logger":"0.2.6-canary.949c6acc2","@firebase/util":"0.3.4-canary.949c6acc2","@firebase/component":"0.1.21-canary.949c6acc2","@firebase/auth-interop-types":"0.1.5-canary.949c6acc2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.949c6acc2","@firebase/app-types":"0.6.1-canary.949c6acc2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.949c6acc2","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"5242b5cdb84b8bffeafa347ebf01370cf810ecd6","size":1832124,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.949c6acc2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.949c6acc2_1612983655290_0.42854516334061477"},"_hasShrinkwrap":false,"publish_time":1612983655490,"_cnpm_publish_time":1612983655490,"contributors":[]},"0.9.2-canary.3fc2c0b9e":{"name":"@firebase/database","version":"0.9.2-canary.3fc2c0b9e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.3fc2c0b9e","@firebase/logger":"0.2.6-canary.3fc2c0b9e","@firebase/util":"0.3.4-canary.3fc2c0b9e","@firebase/component":"0.1.21-canary.3fc2c0b9e","@firebase/auth-interop-types":"0.1.5-canary.3fc2c0b9e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.3fc2c0b9e","@firebase/app-types":"0.6.1-canary.3fc2c0b9e","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.3fc2c0b9e","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"945414c95de098b46938e32c0f517f312c937668","size":1832116,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.3fc2c0b9e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.3fc2c0b9e_1612983540829_0.14279669115813265"},"_hasShrinkwrap":false,"publish_time":1612983541113,"_cnpm_publish_time":1612983541113,"contributors":[]},"0.9.3-2021110184936":{"name":"@firebase/database","version":"0.9.3-2021110184936","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-2021110184936","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-2021110184936","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f6e1eddee01c53e315eea7870b888be2521ba918","size":1832320,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-2021110184936.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-2021110184936_1612983267128_0.4957509450774489"},"_hasShrinkwrap":false,"publish_time":1612983267503,"_cnpm_publish_time":1612983267503,"contributors":[]},"0.9.3-2021110183037":{"name":"@firebase/database","version":"0.9.3-2021110183037","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-2021110183037","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-2021110183037","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"cb1552bda78e31e41f97467dca5b6622612b6e1c","size":1832320,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-2021110183037.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-2021110183037_1612982128111_0.14349930216130513"},"_hasShrinkwrap":false,"publish_time":1612982128410,"_cnpm_publish_time":1612982128410,"contributors":[]},"0.9.2-canary.318af5471":{"name":"@firebase/database","version":"0.9.2-canary.318af5471","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.318af5471","@firebase/logger":"0.2.6-canary.318af5471","@firebase/util":"0.3.4-canary.318af5471","@firebase/component":"0.1.21-canary.318af5471","@firebase/auth-interop-types":"0.1.5-canary.318af5471","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.318af5471","@firebase/app-types":"0.6.1-canary.318af5471","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.318af5471","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"2710c793e73e13c69c937e3dcfe6e2a1b0782daa","size":1832120,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.318af5471.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.318af5471_1612924350834_0.37522141211433513"},"_hasShrinkwrap":false,"publish_time":1612924350992,"_cnpm_publish_time":1612924350992,"contributors":[]},"0.9.3-202119234540":{"name":"@firebase/database","version":"0.9.3-202119234540","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.0-202119234540","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.3-202119234540","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c3dc28ff9529fc449595d2a3bd979f32d9ea7cd9","size":1827995,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.3-202119234540.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.3-202119234540_1612914717926_0.696015452658775"},"_hasShrinkwrap":false,"publish_time":1612914718133,"_cnpm_publish_time":1612914718133,"contributors":[]},"0.9.2-canary.f5139220e":{"name":"@firebase/database","version":"0.9.2-canary.f5139220e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.f5139220e","@firebase/logger":"0.2.6-canary.f5139220e","@firebase/util":"0.3.4-canary.f5139220e","@firebase/component":"0.1.21-canary.f5139220e","@firebase/auth-interop-types":"0.1.5-canary.f5139220e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.f5139220e","@firebase/app-types":"0.6.1-canary.f5139220e","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.f5139220e","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"892f8e48cf87baadd73c3d2f011432f6bf100145","size":1827869,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.f5139220e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.f5139220e_1612913397258_0.5746721660597223"},"_hasShrinkwrap":false,"publish_time":1612913397560,"_cnpm_publish_time":1612913397560,"contributors":[]},"0.9.2-canary.05614aa86":{"name":"@firebase/database","version":"0.9.2-canary.05614aa86","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.05614aa86","@firebase/logger":"0.2.6-canary.05614aa86","@firebase/util":"0.3.4-canary.05614aa86","@firebase/component":"0.1.21-canary.05614aa86","@firebase/auth-interop-types":"0.1.5-canary.05614aa86","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.05614aa86","@firebase/app-types":"0.6.1-canary.05614aa86","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.05614aa86","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"a86b7375a8b83771a679072b62928a4b78985809","size":1825180,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.05614aa86.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.05614aa86_1612907731427_0.18494110854798573"},"_hasShrinkwrap":false,"publish_time":1612907731602,"_cnpm_publish_time":1612907731602,"contributors":[]},"0.9.2-canary.39562034a":{"name":"@firebase/database","version":"0.9.2-canary.39562034a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.39562034a","@firebase/logger":"0.2.6-canary.39562034a","@firebase/util":"0.3.4-canary.39562034a","@firebase/component":"0.1.21-canary.39562034a","@firebase/auth-interop-types":"0.1.5-canary.39562034a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.39562034a","@firebase/app-types":"0.6.1-canary.39562034a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.39562034a","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"d5e808db8f2b11ae55675cb79b6ffe1de742b5ba","size":1825183,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.39562034a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.39562034a_1612900396776_0.9348351874566152"},"_hasShrinkwrap":false,"publish_time":1612900397012,"_cnpm_publish_time":1612900397012,"contributors":[]},"0.9.2-canary.d987763c1":{"name":"@firebase/database","version":"0.9.2-canary.d987763c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.d987763c1","@firebase/logger":"0.2.6-canary.d987763c1","@firebase/util":"0.3.4-canary.d987763c1","@firebase/component":"0.1.21-canary.d987763c1","@firebase/auth-interop-types":"0.1.5-canary.d987763c1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.d987763c1","@firebase/app-types":"0.6.1-canary.d987763c1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.d987763c1","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"520f34597fec1bb532b480fbdefde25392c21b5e","size":1826768,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.d987763c1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.d987763c1_1612898628041_0.6860535703527417"},"_hasShrinkwrap":false,"publish_time":1612898628411,"_cnpm_publish_time":1612898628411,"contributors":[]},"0.9.2-canary.1d167529a":{"name":"@firebase/database","version":"0.9.2-canary.1d167529a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.1d167529a","@firebase/logger":"0.2.6-canary.1d167529a","@firebase/util":"0.3.4-canary.1d167529a","@firebase/component":"0.1.21-canary.1d167529a","@firebase/auth-interop-types":"0.1.5-canary.1d167529a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.1d167529a","@firebase/app-types":"0.6.1-canary.1d167529a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.1d167529a","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"9071aba24a8fff69a0477782128b62037c0e7621","size":1826767,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.1d167529a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.1d167529a_1612898563273_0.36378871007491376"},"_hasShrinkwrap":false,"publish_time":1612898563510,"_cnpm_publish_time":1612898563510,"contributors":[]},"0.9.2-canary.456577357":{"name":"@firebase/database","version":"0.9.2-canary.456577357","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.456577357","@firebase/logger":"0.2.6-canary.456577357","@firebase/util":"0.3.4-canary.456577357","@firebase/component":"0.1.21-canary.456577357","@firebase/auth-interop-types":"0.1.5-canary.456577357","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.456577357","@firebase/app-types":"0.6.1-canary.456577357","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.456577357","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"7347009b22310eb7ca5ea513635de47f37c8187d","size":1828764,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.456577357.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.456577357_1612894582516_0.9330395279434349"},"_hasShrinkwrap":false,"publish_time":1612894582892,"_cnpm_publish_time":1612894582892,"contributors":[]},"0.9.2-canary.40a702eb2":{"name":"@firebase/database","version":"0.9.2-canary.40a702eb2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.40a702eb2","@firebase/logger":"0.2.6-canary.40a702eb2","@firebase/util":"0.3.4-canary.40a702eb2","@firebase/component":"0.1.21-canary.40a702eb2","@firebase/auth-interop-types":"0.1.5-canary.40a702eb2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.40a702eb2","@firebase/app-types":"0.6.1-canary.40a702eb2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.40a702eb2","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"0b0c77bcd587f9c57a9b933f04f7d08c6a229e3f","size":1828761,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.40a702eb2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.40a702eb2_1612829314782_0.3775054709663721"},"_hasShrinkwrap":false,"publish_time":1612829315039,"_cnpm_publish_time":1612829315039,"contributors":[]},"0.9.2-canary.96bcb98c6":{"name":"@firebase/database","version":"0.9.2-canary.96bcb98c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.96bcb98c6","@firebase/logger":"0.2.6-canary.96bcb98c6","@firebase/util":"0.3.4-canary.96bcb98c6","@firebase/component":"0.1.21-canary.96bcb98c6","@firebase/auth-interop-types":"0.1.5-canary.96bcb98c6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.96bcb98c6","@firebase/app-types":"0.6.1-canary.96bcb98c6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.96bcb98c6","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"d479afeeaa62ed017b64304410f8976cb232bce0","size":1901358,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.96bcb98c6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.96bcb98c6_1612827080526_0.8776759085017773"},"_hasShrinkwrap":false,"publish_time":1612827080744,"_cnpm_publish_time":1612827080744,"contributors":[]},"0.9.2-canary.3da20394f":{"name":"@firebase/database","version":"0.9.2-canary.3da20394f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.3da20394f","@firebase/logger":"0.2.6-canary.3da20394f","@firebase/util":"0.3.4-canary.3da20394f","@firebase/component":"0.1.21-canary.3da20394f","@firebase/auth-interop-types":"0.1.5-canary.3da20394f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.3da20394f","@firebase/app-types":"0.6.1-canary.3da20394f","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.3da20394f","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"6694f53d05cfae4cda267c8ce771b83d664af0b2","size":1901374,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.3da20394f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.3da20394f_1612819965882_0.7945635779383293"},"_hasShrinkwrap":false,"publish_time":1612819966176,"_cnpm_publish_time":1612819966176,"contributors":[]},"0.9.2-canary.e8811c042":{"name":"@firebase/database","version":"0.9.2-canary.e8811c042","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.e8811c042","@firebase/logger":"0.2.6-canary.e8811c042","@firebase/util":"0.3.4-canary.e8811c042","@firebase/component":"0.1.21-canary.e8811c042","@firebase/auth-interop-types":"0.1.5-canary.e8811c042","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.e8811c042","@firebase/app-types":"0.6.1-canary.e8811c042","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.e8811c042","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"884bfed1cd6ff7de82df50d7626f9b6b87b87d77","size":1901355,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.e8811c042.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.e8811c042_1612803649248_0.9461726777803052"},"_hasShrinkwrap":false,"publish_time":1612803649569,"_cnpm_publish_time":1612803649569,"contributors":[]},"0.9.2-canary.1d8c113c6":{"name":"@firebase/database","version":"0.9.2-canary.1d8c113c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.1d8c113c6","@firebase/logger":"0.2.6-canary.1d8c113c6","@firebase/util":"0.3.4-canary.1d8c113c6","@firebase/component":"0.1.21-canary.1d8c113c6","@firebase/auth-interop-types":"0.1.5-canary.1d8c113c6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.1d8c113c6","@firebase/app-types":"0.6.1-canary.1d8c113c6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.1d8c113c6","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"c5373b9e9137ed5b124ceafd87a9b65785d7802e","size":1901352,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.1d8c113c6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.1d8c113c6_1612579882533_0.7263428657575786"},"_hasShrinkwrap":false,"publish_time":1612579883165,"_cnpm_publish_time":1612579883165,"contributors":[]},"0.9.2-canary.e3c55b276":{"name":"@firebase/database","version":"0.9.2-canary.e3c55b276","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.e3c55b276","@firebase/logger":"0.2.6-canary.e3c55b276","@firebase/util":"0.3.4-canary.e3c55b276","@firebase/component":"0.1.21-canary.e3c55b276","@firebase/auth-interop-types":"0.1.5-canary.e3c55b276","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.e3c55b276","@firebase/app-types":"0.6.1-canary.e3c55b276","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.e3c55b276","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"bbab1155e4f9c99d2b34b894bd63927874338dd6","size":1901355,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.e3c55b276.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.e3c55b276_1612554092484_0.824191249349822"},"_hasShrinkwrap":false,"publish_time":1612554092692,"_cnpm_publish_time":1612554092692,"contributors":[]},"0.9.2-canary.21ee150c6":{"name":"@firebase/database","version":"0.9.2-canary.21ee150c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.21ee150c6","@firebase/logger":"0.2.6-canary.21ee150c6","@firebase/util":"0.3.4-canary.21ee150c6","@firebase/component":"0.1.21-canary.21ee150c6","@firebase/auth-interop-types":"0.1.5-canary.21ee150c6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.21ee150c6","@firebase/app-types":"0.6.1-canary.21ee150c6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.21ee150c6","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"f820fceeba306bf6588f9cfab99407732e458fe7","size":1901715,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.21ee150c6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.21ee150c6_1612551629783_0.9980377866784027"},"_hasShrinkwrap":false,"publish_time":1612551630041,"_cnpm_publish_time":1612551630041,"contributors":[]},"0.9.2-canary.56ce6d744":{"name":"@firebase/database","version":"0.9.2-canary.56ce6d744","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.56ce6d744","@firebase/logger":"0.2.6-canary.56ce6d744","@firebase/util":"0.3.4-canary.56ce6d744","@firebase/component":"0.1.21-canary.56ce6d744","@firebase/auth-interop-types":"0.1.5-canary.56ce6d744","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.56ce6d744","@firebase/app-types":"0.6.1-canary.56ce6d744","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.56ce6d744","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"62090e054a8daf1d7eade85fc87a214a0bf31d1b","size":1901718,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.56ce6d744.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.56ce6d744_1612547177587_0.1726477973259115"},"_hasShrinkwrap":false,"publish_time":1612547178015,"_cnpm_publish_time":1612547178015,"contributors":[]},"0.9.2-canary.a718518e9":{"name":"@firebase/database","version":"0.9.2-canary.a718518e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.a718518e9","@firebase/logger":"0.2.6-canary.a718518e9","@firebase/util":"0.3.4-canary.a718518e9","@firebase/component":"0.1.21-canary.a718518e9","@firebase/auth-interop-types":"0.1.5-canary.a718518e9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.a718518e9","@firebase/app-types":"0.6.1-canary.a718518e9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.a718518e9","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"e2cf015a3ff03d52c12b7d9f632e50e7b9562ef2","size":1901719,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.a718518e9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.a718518e9_1612542815217_0.08235598338804673"},"_hasShrinkwrap":false,"publish_time":1612542815427,"_cnpm_publish_time":1612542815427,"contributors":[]},"0.9.2-canary.5d7575b82":{"name":"@firebase/database","version":"0.9.2-canary.5d7575b82","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.5d7575b82","@firebase/logger":"0.2.6-canary.5d7575b82","@firebase/util":"0.3.4-canary.5d7575b82","@firebase/component":"0.1.21-canary.5d7575b82","@firebase/auth-interop-types":"0.1.5-canary.5d7575b82","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.5d7575b82","@firebase/app-types":"0.6.1-canary.5d7575b82","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-canary.5d7575b82","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"a73c9b0bfcd1744f185e6a011be0885263b4d535","size":1901720,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-canary.5d7575b82.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-canary.5d7575b82_1612477103754_0.46988199741207426"},"_hasShrinkwrap":false,"publish_time":1612477103923,"_cnpm_publish_time":1612477103923,"contributors":[]},"0.9.2":{"name":"@firebase/database","version":"0.9.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.9.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"197fc76882ea8f050ebd09cd5ff4c1ba9a6a1787","size":1901632,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2_1612475094213_0.9669048097010025"},"_hasShrinkwrap":false,"publish_time":1612475094629,"_cnpm_publish_time":1612475094629,"contributors":[]},"0.9.1-canary.92d6e508e":{"name":"@firebase/database","version":"0.9.1-canary.92d6e508e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.92d6e508e","@firebase/logger":"0.2.6-canary.92d6e508e","@firebase/util":"0.3.4-canary.92d6e508e","@firebase/component":"0.1.21-canary.92d6e508e","@firebase/auth-interop-types":"0.1.5-canary.92d6e508e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.92d6e508e","@firebase/app-types":"0.6.1-canary.92d6e508e","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.92d6e508e","_nodeVersion":"10.23.2","_npmVersion":"6.14.10","dist":{"shasum":"e21a7ac19fef44a9dd063427af45094fd0132473","size":1901647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.92d6e508e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.92d6e508e_1612461281043_0.03816139328767787"},"_hasShrinkwrap":false,"publish_time":1612461281293,"_cnpm_publish_time":1612461281293,"contributors":[]},"0.9.1-canary.0eeefe298":{"name":"@firebase/database","version":"0.9.1-canary.0eeefe298","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.0eeefe298","@firebase/logger":"0.2.6-canary.0eeefe298","@firebase/util":"0.3.4-canary.0eeefe298","@firebase/component":"0.1.21-canary.0eeefe298","@firebase/auth-interop-types":"0.1.5-canary.0eeefe298","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.0eeefe298","@firebase/app-types":"0.6.1-canary.0eeefe298","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.0eeefe298","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"acc91c8da6ed3197305d75fac4119521dda486eb","size":1901635,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.0eeefe298.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.0eeefe298_1612395357987_0.8493684493864193"},"_hasShrinkwrap":false,"publish_time":1612395358252,"_cnpm_publish_time":1612395358252,"contributors":[]},"0.9.1-canary.09e8249ef":{"name":"@firebase/database","version":"0.9.1-canary.09e8249ef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.09e8249ef","@firebase/logger":"0.2.6-canary.09e8249ef","@firebase/util":"0.3.4-canary.09e8249ef","@firebase/component":"0.1.21-canary.09e8249ef","@firebase/auth-interop-types":"0.1.5-canary.09e8249ef","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.09e8249ef","@firebase/app-types":"0.6.1-canary.09e8249ef","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.09e8249ef","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"6970f0462e2791e5fb56e4ff849d6dfcae7a1804","size":1901642,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.09e8249ef.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.09e8249ef_1612392803148_0.04649840995243171"},"_hasShrinkwrap":false,"publish_time":1612392803482,"_cnpm_publish_time":1612392803482,"contributors":[]},"0.0.900-exp.a42a35e64":{"name":"@firebase/database","version":"0.0.900-exp.a42a35e64","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.a42a35e64","@firebase/app-types":"0.0.900-exp.a42a35e64"},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.a42a35e64","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"2214ad924aca00758fc72e26bc8ca9da130d765e","size":972499,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.a42a35e64.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.a42a35e64_1612391573552_0.867524353748784"},"_hasShrinkwrap":false,"publish_time":1612391573746,"_cnpm_publish_time":1612391573746,"contributors":[]},"0.9.1-canary.a42a35e64":{"name":"@firebase/database","version":"0.9.1-canary.a42a35e64","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.a42a35e64","@firebase/logger":"0.2.6-canary.a42a35e64","@firebase/util":"0.3.4-canary.a42a35e64","@firebase/component":"0.1.21-canary.a42a35e64","@firebase/auth-interop-types":"0.1.5-canary.a42a35e64","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.a42a35e64","@firebase/app-types":"0.6.1-canary.a42a35e64","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.a42a35e64","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"0d20b23e90d29577e877328c3dc446133344ed63","size":1901647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.a42a35e64.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.a42a35e64_1612391240710_0.9069310314077961"},"_hasShrinkwrap":false,"publish_time":1612391241001,"_cnpm_publish_time":1612391241001,"contributors":[]},"0.9.1-canary.a5ac81860":{"name":"@firebase/database","version":"0.9.1-canary.a5ac81860","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.a5ac81860","@firebase/logger":"0.2.6-canary.a5ac81860","@firebase/util":"0.3.4-canary.a5ac81860","@firebase/component":"0.1.21-canary.a5ac81860","@firebase/auth-interop-types":"0.1.5-canary.a5ac81860","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.a5ac81860","@firebase/app-types":"0.6.1-canary.a5ac81860","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.a5ac81860","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"b10a219ea24c188fb445daa22725bb09c72a3b37","size":1901648,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.a5ac81860.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.a5ac81860_1612384895409_0.47112644128386694"},"_hasShrinkwrap":false,"publish_time":1612384895598,"_cnpm_publish_time":1612384895598,"contributors":[]},"0.9.1-canary.fd16bb26d":{"name":"@firebase/database","version":"0.9.1-canary.fd16bb26d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.fd16bb26d","@firebase/logger":"0.2.6-canary.fd16bb26d","@firebase/util":"0.3.4-canary.fd16bb26d","@firebase/component":"0.1.21-canary.fd16bb26d","@firebase/auth-interop-types":"0.1.5-canary.fd16bb26d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.fd16bb26d","@firebase/app-types":"0.6.1-canary.fd16bb26d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.fd16bb26d","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"34ea38696b4f181651079475a88a6c55a0e8175b","size":1901647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.fd16bb26d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.fd16bb26d_1612382720672_0.32753651977774134"},"_hasShrinkwrap":false,"publish_time":1612382720946,"_cnpm_publish_time":1612382720946,"contributors":[]},"0.9.1-canary.64ef7087d":{"name":"@firebase/database","version":"0.9.1-canary.64ef7087d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.64ef7087d","@firebase/logger":"0.2.6-canary.64ef7087d","@firebase/util":"0.3.4-canary.64ef7087d","@firebase/component":"0.1.21-canary.64ef7087d","@firebase/auth-interop-types":"0.1.5-canary.64ef7087d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.64ef7087d","@firebase/app-types":"0.6.1-canary.64ef7087d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.64ef7087d","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"615b27bbe95dc9cb3cd03eeaeec216f1f5b17151","size":1901649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.64ef7087d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.64ef7087d_1612381823654_0.4042500334669432"},"_hasShrinkwrap":false,"publish_time":1612381823822,"_cnpm_publish_time":1612381823822,"contributors":[]},"0.9.1-canary.78e26b376":{"name":"@firebase/database","version":"0.9.1-canary.78e26b376","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.78e26b376","@firebase/logger":"0.2.6-canary.78e26b376","@firebase/util":"0.3.4-canary.78e26b376","@firebase/component":"0.1.21-canary.78e26b376","@firebase/auth-interop-types":"0.1.5-canary.78e26b376","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.78e26b376","@firebase/app-types":"0.6.1-canary.78e26b376","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.78e26b376","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"5757cda941928cc78e34c602d3bde7302cf99206","size":1901651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.78e26b376.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.78e26b376_1612381021971_0.20149873205927005"},"_hasShrinkwrap":false,"publish_time":1612381022298,"_cnpm_publish_time":1612381022298,"contributors":[]},"0.9.1-canary.b59c36a80":{"name":"@firebase/database","version":"0.9.1-canary.b59c36a80","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b59c36a80","@firebase/logger":"0.2.6-canary.b59c36a80","@firebase/util":"0.3.4-canary.b59c36a80","@firebase/component":"0.1.21-canary.b59c36a80","@firebase/auth-interop-types":"0.1.5-canary.b59c36a80","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.b59c36a80","@firebase/app-types":"0.6.1-canary.b59c36a80","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.b59c36a80","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"453e60a1e97883807d33a6c33e8bd3aeb5c68056","size":1901650,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.b59c36a80.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.b59c36a80_1612378040456_0.841152003351763"},"_hasShrinkwrap":false,"publish_time":1612378040674,"_cnpm_publish_time":1612378040674,"contributors":[]},"0.9.1-canary.08ace30a0":{"name":"@firebase/database","version":"0.9.1-canary.08ace30a0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.08ace30a0","@firebase/logger":"0.2.6-canary.08ace30a0","@firebase/util":"0.3.4-canary.08ace30a0","@firebase/component":"0.1.21-canary.08ace30a0","@firebase/auth-interop-types":"0.1.5-canary.08ace30a0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.08ace30a0","@firebase/app-types":"0.6.1-canary.08ace30a0","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.08ace30a0","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"7754ad805202b684c8eb60e4694c211f799bf8bc","size":1901641,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.08ace30a0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.08ace30a0_1612372855914_0.04050048605874346"},"_hasShrinkwrap":false,"publish_time":1612372856145,"_cnpm_publish_time":1612372856145,"contributors":[]},"0.9.1-canary.97f26b716":{"name":"@firebase/database","version":"0.9.1-canary.97f26b716","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.97f26b716","@firebase/logger":"0.2.6-canary.97f26b716","@firebase/util":"0.3.4-canary.97f26b716","@firebase/component":"0.1.21-canary.97f26b716","@firebase/auth-interop-types":"0.1.5-canary.97f26b716","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.97f26b716","@firebase/app-types":"0.6.1-canary.97f26b716","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.97f26b716","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"c58b4929abbcc2a8f6a3af2af052651e4be000b5","size":1901641,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.97f26b716.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.97f26b716_1612358365557_0.4229477379885558"},"_hasShrinkwrap":false,"publish_time":1612358365704,"_cnpm_publish_time":1612358365704,"contributors":[]},"0.9.1-canary.3d0cd6f33":{"name":"@firebase/database","version":"0.9.1-canary.3d0cd6f33","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.3d0cd6f33","@firebase/logger":"0.2.6-canary.3d0cd6f33","@firebase/util":"0.3.4-canary.3d0cd6f33","@firebase/component":"0.1.21-canary.3d0cd6f33","@firebase/auth-interop-types":"0.1.5-canary.3d0cd6f33","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.3d0cd6f33","@firebase/app-types":"0.6.1-canary.3d0cd6f33","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.3d0cd6f33","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"133a645c8799b4dd0bbab52b309581e1c128d6c2","size":1901635,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.3d0cd6f33.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.3d0cd6f33_1612318968168_0.7080909471428272"},"_hasShrinkwrap":false,"publish_time":1612318968432,"_cnpm_publish_time":1612318968432,"contributors":[]},"0.9.1-canary.ba7d58990":{"name":"@firebase/database","version":"0.9.1-canary.ba7d58990","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.ba7d58990","@firebase/logger":"0.2.6-canary.ba7d58990","@firebase/util":"0.3.4-canary.ba7d58990","@firebase/component":"0.1.21-canary.ba7d58990","@firebase/auth-interop-types":"0.1.5-canary.ba7d58990","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.ba7d58990","@firebase/app-types":"0.6.1-canary.ba7d58990","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.ba7d58990","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"ac73c75d04ddff2eb816a3eb1402ed9422e41f01","size":1901641,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.ba7d58990.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.ba7d58990_1612312814566_0.8963856450707808"},"_hasShrinkwrap":false,"publish_time":1612312814870,"_cnpm_publish_time":1612312814870,"contributors":[]},"0.9.2-202112213818":{"name":"@firebase/database","version":"0.9.2-202112213818","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.2-202112213818","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"468114eb13024ac77068810ab0703f21f8da8bec","size":1901709,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.2-202112213818.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.2-202112213818_1612302261259_0.6085025124485914"},"_hasShrinkwrap":false,"publish_time":1612302261483,"_cnpm_publish_time":1612302261483,"contributors":[]},"0.9.1-canary.6766da286":{"name":"@firebase/database","version":"0.9.1-canary.6766da286","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.6766da286","@firebase/logger":"0.2.6-canary.6766da286","@firebase/util":"0.3.4-canary.6766da286","@firebase/component":"0.1.21-canary.6766da286","@firebase/auth-interop-types":"0.1.5-canary.6766da286","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.6766da286","@firebase/app-types":"0.6.1-canary.6766da286","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.6766da286","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"bc00ba113f546799cde9496bb9e5b7f71c0e230b","size":1901650,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.6766da286.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.6766da286_1612238832648_0.9976998918133229"},"_hasShrinkwrap":false,"publish_time":1612238832871,"_cnpm_publish_time":1612238832871,"contributors":[]},"0.9.1-canary.38caaadaf":{"name":"@firebase/database","version":"0.9.1-canary.38caaadaf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.38caaadaf","@firebase/logger":"0.2.6-canary.38caaadaf","@firebase/util":"0.3.4-canary.38caaadaf","@firebase/component":"0.1.21-canary.38caaadaf","@firebase/auth-interop-types":"0.1.5-canary.38caaadaf","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.38caaadaf","@firebase/app-types":"0.6.1-canary.38caaadaf","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.38caaadaf","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"7dc5045a103d876cf28a41287ca8c50ed4044162","size":1901643,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.38caaadaf.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.38caaadaf_1612232852184_0.09903932749600064"},"_hasShrinkwrap":false,"publish_time":1612232852464,"_cnpm_publish_time":1612232852464,"contributors":[]},"0.9.1-canary.6b15a4044":{"name":"@firebase/database","version":"0.9.1-canary.6b15a4044","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.6b15a4044","@firebase/logger":"0.2.6-canary.6b15a4044","@firebase/util":"0.3.4-canary.6b15a4044","@firebase/component":"0.1.21-canary.6b15a4044","@firebase/auth-interop-types":"0.1.5-canary.6b15a4044","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-canary.6b15a4044","@firebase/app-types":"0.6.1-canary.6b15a4044","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-canary.6b15a4044","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"b08377bbc1a28b410db3b5c9704b30652a85b6af","size":1901650,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-canary.6b15a4044.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-canary.6b15a4044_1612220813522_0.8381485184163826"},"_hasShrinkwrap":false,"publish_time":1612220813761,"_cnpm_publish_time":1612220813761,"contributors":[]},"0.9.0-canary.0af2bdfc6":{"name":"@firebase/database","version":"0.9.0-canary.0af2bdfc6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.0af2bdfc6","@firebase/logger":"0.2.6-canary.0af2bdfc6","@firebase/util":"0.3.4-canary.0af2bdfc6","@firebase/component":"0.1.21-canary.0af2bdfc6","@firebase/auth-interop-types":"0.1.5-canary.0af2bdfc6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.0af2bdfc6","@firebase/app-types":"0.6.1-canary.0af2bdfc6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.0af2bdfc6","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"67f4c2f62b2c0e8863c1cb62d39cd9a27e1bebe9","size":1901553,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.0af2bdfc6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.0af2bdfc6_1612212096729_0.10008830416505798"},"_hasShrinkwrap":false,"publish_time":1612212096952,"_cnpm_publish_time":1612212096952,"contributors":[]},"0.9.0-canary.d9b945fed":{"name":"@firebase/database","version":"0.9.0-canary.d9b945fed","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.d9b945fed","@firebase/logger":"0.2.6-canary.d9b945fed","@firebase/util":"0.3.4-canary.d9b945fed","@firebase/component":"0.1.21-canary.d9b945fed","@firebase/auth-interop-types":"0.1.5-canary.d9b945fed","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.d9b945fed","@firebase/app-types":"0.6.1-canary.d9b945fed","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.d9b945fed","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"6054536149ab0e9886522a1dc53ee39c14bfd084","size":1900502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.d9b945fed.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.d9b945fed_1611967174555_0.17405059745415064"},"_hasShrinkwrap":false,"publish_time":1611967174810,"_cnpm_publish_time":1611967174810,"contributors":[]},"0.9.0-canary.31f8bd593":{"name":"@firebase/database","version":"0.9.0-canary.31f8bd593","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.31f8bd593","@firebase/logger":"0.2.6-canary.31f8bd593","@firebase/util":"0.3.4-canary.31f8bd593","@firebase/component":"0.1.21-canary.31f8bd593","@firebase/auth-interop-types":"0.1.5-canary.31f8bd593","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.31f8bd593","@firebase/app-types":"0.6.1-canary.31f8bd593","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.31f8bd593","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"5e786719bbde04892c49c95e18bec85dda72a833","size":1900504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.31f8bd593.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.31f8bd593_1611956469035_0.736941437566428"},"_hasShrinkwrap":false,"publish_time":1611956469223,"_cnpm_publish_time":1611956469223,"contributors":[]},"0.9.0-canary.4cab3ec31":{"name":"@firebase/database","version":"0.9.0-canary.4cab3ec31","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.4cab3ec31","@firebase/logger":"0.2.6-canary.4cab3ec31","@firebase/util":"0.3.4-canary.4cab3ec31","@firebase/component":"0.1.21-canary.4cab3ec31","@firebase/auth-interop-types":"0.1.5-canary.4cab3ec31","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4cab3ec31","@firebase/app-types":"0.6.1-canary.4cab3ec31","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.4cab3ec31","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"d04274c76f25ab539a4468b9a3bda23f9e08d236","size":1900498,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.4cab3ec31.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.4cab3ec31_1611955879466_0.0748437486254574"},"_hasShrinkwrap":false,"publish_time":1611955879743,"_cnpm_publish_time":1611955879743,"contributors":[]},"0.9.0-canary.8f7be4e6d":{"name":"@firebase/database","version":"0.9.0-canary.8f7be4e6d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.8f7be4e6d","@firebase/logger":"0.2.6-canary.8f7be4e6d","@firebase/util":"0.3.4-canary.8f7be4e6d","@firebase/component":"0.1.21-canary.8f7be4e6d","@firebase/auth-interop-types":"0.1.5-canary.8f7be4e6d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.8f7be4e6d","@firebase/app-types":"0.6.1-canary.8f7be4e6d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.8f7be4e6d","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"cc2bfbacb5e2881aa3c5228d5df92c1d08419422","size":1900501,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.8f7be4e6d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.8f7be4e6d_1611946433950_0.02363244875365833"},"_hasShrinkwrap":false,"publish_time":1611946434203,"_cnpm_publish_time":1611946434203,"contributors":[]},"0.9.1":{"name":"@firebase/database","version":"0.9.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.9.1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a0f6a91bb21b746812b5848c1a9504dec524eab3","size":1844870,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1_1611945711317_0.00035452341296160483"},"_hasShrinkwrap":false,"publish_time":1611945711522,"_cnpm_publish_time":1611945711522,"contributors":[]},"0.9.0-canary.b57487398":{"name":"@firebase/database","version":"0.9.0-canary.b57487398","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b57487398","@firebase/logger":"0.2.6-canary.b57487398","@firebase/util":"0.3.4-canary.b57487398","@firebase/component":"0.1.21-canary.b57487398","@firebase/auth-interop-types":"0.1.5-canary.b57487398","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b57487398","@firebase/app-types":"0.6.1-canary.b57487398","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.b57487398","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"d42a4d0eabd8eec413146bc42f1a83a229bf8b30","size":1900510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.b57487398.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.b57487398_1611942835129_0.702185280794055"},"_hasShrinkwrap":false,"publish_time":1611942835401,"_cnpm_publish_time":1611942835401,"contributors":[]},"0.9.0-canary.7ca7f4e98":{"name":"@firebase/database","version":"0.9.0-canary.7ca7f4e98","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.7ca7f4e98","@firebase/logger":"0.2.6-canary.7ca7f4e98","@firebase/util":"0.3.4-canary.7ca7f4e98","@firebase/component":"0.1.21-canary.7ca7f4e98","@firebase/auth-interop-types":"0.1.5-canary.7ca7f4e98","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.7ca7f4e98","@firebase/app-types":"0.6.1-canary.7ca7f4e98","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.7ca7f4e98","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"fc07a0ececf5f88cd28b21c18bd0039a2eabd0d0","size":1900503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.7ca7f4e98.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.7ca7f4e98_1611920086906_0.4988990779171303"},"_hasShrinkwrap":false,"publish_time":1611920087142,"_cnpm_publish_time":1611920087142,"contributors":[]},"0.9.0-canary.4986a3ed4":{"name":"@firebase/database","version":"0.9.0-canary.4986a3ed4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.4986a3ed4","@firebase/logger":"0.2.6-canary.4986a3ed4","@firebase/util":"0.3.4-canary.4986a3ed4","@firebase/component":"0.1.21-canary.4986a3ed4","@firebase/auth-interop-types":"0.1.5-canary.4986a3ed4","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4986a3ed4","@firebase/app-types":"0.6.1-canary.4986a3ed4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.4986a3ed4","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"56cc6ceffb53f94cffceb8a503f341ba06ae722a","size":1900504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.4986a3ed4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.4986a3ed4_1611866621117_0.9417056082330344"},"_hasShrinkwrap":false,"publish_time":1611866621334,"_cnpm_publish_time":1611866621334,"contributors":[]},"0.9.0-canary.73bb561e1":{"name":"@firebase/database","version":"0.9.0-canary.73bb561e1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.73bb561e1","@firebase/logger":"0.2.6-canary.73bb561e1","@firebase/util":"0.3.4-canary.73bb561e1","@firebase/component":"0.1.21-canary.73bb561e1","@firebase/auth-interop-types":"0.1.5-canary.73bb561e1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.73bb561e1","@firebase/app-types":"0.6.1-canary.73bb561e1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.73bb561e1","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"8d82bdec9dddb48b42da55eb7f9319acc9856885","size":1900491,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.73bb561e1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.73bb561e1_1611863470136_0.34946458705053307"},"_hasShrinkwrap":false,"publish_time":1611863470302,"_cnpm_publish_time":1611863470302,"contributors":[]},"0.9.0-canary.617a4d5d6":{"name":"@firebase/database","version":"0.9.0-canary.617a4d5d6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.617a4d5d6","@firebase/logger":"0.2.6-canary.617a4d5d6","@firebase/util":"0.3.4-canary.617a4d5d6","@firebase/component":"0.1.21-canary.617a4d5d6","@firebase/auth-interop-types":"0.1.5-canary.617a4d5d6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.617a4d5d6","@firebase/app-types":"0.6.1-canary.617a4d5d6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.617a4d5d6","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"147fe68a171f1da417f9ea02f4d69c954aa0dc56","size":1900492,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.617a4d5d6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.617a4d5d6_1611856281207_0.7578378992514148"},"_hasShrinkwrap":false,"publish_time":1611856281418,"_cnpm_publish_time":1611856281418,"contributors":[]},"0.9.0-canary.5380e0012":{"name":"@firebase/database","version":"0.9.0-canary.5380e0012","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.5380e0012","@firebase/logger":"0.2.6-canary.5380e0012","@firebase/util":"0.3.4-canary.5380e0012","@firebase/component":"0.1.21-canary.5380e0012","@firebase/auth-interop-types":"0.1.5-canary.5380e0012","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.5380e0012","@firebase/app-types":"0.6.1-canary.5380e0012","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.5380e0012","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c2481a104450c50c800136b87705fa5a2d000a4a","size":1900503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.5380e0012.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.5380e0012_1611775313018_0.632872981679885"},"_hasShrinkwrap":false,"publish_time":1611775313189,"_cnpm_publish_time":1611775313189,"contributors":[]},"0.0.900-exp.1b15844a1":{"name":"@firebase/database","version":"0.0.900-exp.1b15844a1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.1b15844a1","@firebase/app-types":"0.0.900-exp.1b15844a1"},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.1b15844a1","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"6cb858adc7e37802292a70404d780073ee0ad396","size":971813,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.1b15844a1.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.1b15844a1_1611773514212_0.22301483939259215"},"_hasShrinkwrap":false,"publish_time":1611773514457,"_cnpm_publish_time":1611773514457,"contributors":[]},"0.9.0-canary.1b15844a1":{"name":"@firebase/database","version":"0.9.0-canary.1b15844a1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.1b15844a1","@firebase/logger":"0.2.6-canary.1b15844a1","@firebase/util":"0.3.4-canary.1b15844a1","@firebase/component":"0.1.21-canary.1b15844a1","@firebase/auth-interop-types":"0.1.5-canary.1b15844a1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.1b15844a1","@firebase/app-types":"0.6.1-canary.1b15844a1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.1b15844a1","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"5d67468f3fa08c5a3a77ce4b1eaf1ca2568eec4d","size":1900502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.1b15844a1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.1b15844a1_1611773026910_0.725501444802102"},"_hasShrinkwrap":false,"publish_time":1611773027104,"_cnpm_publish_time":1611773027104,"contributors":[]},"0.9.0-canary.872c5438d":{"name":"@firebase/database","version":"0.9.0-canary.872c5438d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.872c5438d","@firebase/logger":"0.2.6-canary.872c5438d","@firebase/util":"0.3.4-canary.872c5438d","@firebase/component":"0.1.21-canary.872c5438d","@firebase/auth-interop-types":"0.1.5-canary.872c5438d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.872c5438d","@firebase/app-types":"0.6.1-canary.872c5438d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.872c5438d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c2908960a3d169c18e2ebc5aa10abc71e32096b2","size":1900506,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.872c5438d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.872c5438d_1611772398557_0.49812531939636484"},"_hasShrinkwrap":false,"publish_time":1611772398813,"_cnpm_publish_time":1611772398813,"contributors":[]},"0.9.0-canary.a67d320ca":{"name":"@firebase/database","version":"0.9.0-canary.a67d320ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.a67d320ca","@firebase/logger":"0.2.6-canary.a67d320ca","@firebase/util":"0.3.4-canary.a67d320ca","@firebase/component":"0.1.21-canary.a67d320ca","@firebase/auth-interop-types":"0.1.5-canary.a67d320ca","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.a67d320ca","@firebase/app-types":"0.6.1-canary.a67d320ca","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.a67d320ca","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b86ba99aed1c65ad3c7ac68ba0d12632718be453","size":1900500,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.a67d320ca.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.a67d320ca_1611772176921_0.03507703121962802"},"_hasShrinkwrap":false,"publish_time":1611772177115,"_cnpm_publish_time":1611772177115,"contributors":[]},"0.9.0-canary.9533688b1":{"name":"@firebase/database","version":"0.9.0-canary.9533688b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.9533688b1","@firebase/logger":"0.2.6-canary.9533688b1","@firebase/util":"0.3.4-canary.9533688b1","@firebase/component":"0.1.21-canary.9533688b1","@firebase/auth-interop-types":"0.1.5-canary.9533688b1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.9533688b1","@firebase/app-types":"0.6.1-canary.9533688b1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.9533688b1","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"68e1ba6cf762ed32cad39376e1b76eb92677156e","size":1900508,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.9533688b1.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.9533688b1_1611771419757_0.19029994363062408"},"_hasShrinkwrap":false,"publish_time":1611771420020,"_cnpm_publish_time":1611771420020,"contributors":[]},"0.9.0-canary.269c918c2":{"name":"@firebase/database","version":"0.9.0-canary.269c918c2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.269c918c2","@firebase/logger":"0.2.6-canary.269c918c2","@firebase/util":"0.3.4-canary.269c918c2","@firebase/component":"0.1.21-canary.269c918c2","@firebase/auth-interop-types":"0.1.5-canary.269c918c2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.269c918c2","@firebase/app-types":"0.6.1-canary.269c918c2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.269c918c2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"db39cd223dc95bcd5756dbf982200e21bae57f6c","size":1900495,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.269c918c2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.269c918c2_1611705429295_0.22012490725335776"},"_hasShrinkwrap":false,"publish_time":1611705429488,"_cnpm_publish_time":1611705429488,"contributors":[]},"0.9.1-2021026232412":{"name":"@firebase/database","version":"0.9.1-2021026232412","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.14-2021026232412","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.1-2021026232412","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"882300da6e61efe42fa3b7dc90dbfb9bf76e4b73","size":1844940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.1-2021026232412.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.1-2021026232412_1611703741727_0.004845582072601218"},"_hasShrinkwrap":false,"publish_time":1611703748638,"_cnpm_publish_time":1611703748638,"contributors":[]},"0.9.0-canary.1de0c1835":{"name":"@firebase/database","version":"0.9.0-canary.1de0c1835","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.1de0c1835","@firebase/logger":"0.2.6-canary.1de0c1835","@firebase/util":"0.3.4-canary.1de0c1835","@firebase/component":"0.1.21-canary.1de0c1835","@firebase/auth-interop-types":"0.1.5-canary.1de0c1835","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.1de0c1835","@firebase/app-types":"0.6.1-canary.1de0c1835","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.1de0c1835","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"85134a9a2d35499ae87673c8edbdbbc17c84d1ba","size":1844825,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.1de0c1835.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.1de0c1835_1611703657707_0.4259717854135874"},"_hasShrinkwrap":false,"publish_time":1611703657940,"_cnpm_publish_time":1611703657940,"contributors":[]},"0.9.0-canary.749c7f3d9":{"name":"@firebase/database","version":"0.9.0-canary.749c7f3d9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.749c7f3d9","@firebase/logger":"0.2.6-canary.749c7f3d9","@firebase/util":"0.3.4-canary.749c7f3d9","@firebase/component":"0.1.21-canary.749c7f3d9","@firebase/auth-interop-types":"0.1.5-canary.749c7f3d9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.749c7f3d9","@firebase/app-types":"0.6.1-canary.749c7f3d9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.749c7f3d9","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d8af13dec27e80f5e2ffd7a3da7187cf1d98d4a6","size":1844830,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.749c7f3d9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.749c7f3d9_1611702178755_0.4261367530726705"},"_hasShrinkwrap":false,"publish_time":1611702179076,"_cnpm_publish_time":1611702179076,"contributors":[]},"0.9.0-canary.c2bd3db34":{"name":"@firebase/database","version":"0.9.0-canary.c2bd3db34","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.c2bd3db34","@firebase/logger":"0.2.6-canary.c2bd3db34","@firebase/util":"0.3.4-canary.c2bd3db34","@firebase/component":"0.1.21-canary.c2bd3db34","@firebase/auth-interop-types":"0.1.5-canary.c2bd3db34","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.c2bd3db34","@firebase/app-types":"0.6.1-canary.c2bd3db34","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.c2bd3db34","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c8110b60892eb6079af42786766532aefe9c04b0","size":1844813,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.c2bd3db34.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.c2bd3db34_1611626524973_0.9653686030201494"},"_hasShrinkwrap":false,"publish_time":1611626525154,"_cnpm_publish_time":1611626525154,"contributors":[]},"0.9.0-canary.384846b12":{"name":"@firebase/database","version":"0.9.0-canary.384846b12","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.384846b12","@firebase/logger":"0.2.6-canary.384846b12","@firebase/util":"0.3.4-canary.384846b12","@firebase/component":"0.1.21-canary.384846b12","@firebase/auth-interop-types":"0.1.5-canary.384846b12","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.384846b12","@firebase/app-types":"0.6.1-canary.384846b12","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.384846b12","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"28a88dda34e6afa19708991b825abdf7e69ea959","size":1844820,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.384846b12.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.384846b12_1611622368561_0.8793947110681881"},"_hasShrinkwrap":false,"publish_time":1611622368779,"_cnpm_publish_time":1611622368779,"contributors":[]},"0.9.0-canary.b28aff2d7":{"name":"@firebase/database","version":"0.9.0-canary.b28aff2d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b28aff2d7","@firebase/logger":"0.2.6-canary.b28aff2d7","@firebase/util":"0.3.4-canary.b28aff2d7","@firebase/component":"0.1.21-canary.b28aff2d7","@firebase/auth-interop-types":"0.1.5-canary.b28aff2d7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b28aff2d7","@firebase/app-types":"0.6.1-canary.b28aff2d7","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.b28aff2d7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"893e82ca35153d7b3713395a4a327f7c94b34809","size":1844824,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.b28aff2d7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.b28aff2d7_1611621664199_0.7496851534450111"},"_hasShrinkwrap":false,"publish_time":1611621664493,"_cnpm_publish_time":1611621664493,"contributors":[]},"0.9.0-canary.4190745a5":{"name":"@firebase/database","version":"0.9.0-canary.4190745a5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.4190745a5","@firebase/logger":"0.2.6-canary.4190745a5","@firebase/util":"0.3.4-canary.4190745a5","@firebase/component":"0.1.21-canary.4190745a5","@firebase/auth-interop-types":"0.1.5-canary.4190745a5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4190745a5","@firebase/app-types":"0.6.1-canary.4190745a5","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.4190745a5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1ef73e60624e13906c949d071aac0fb41cc86591","size":1844830,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.4190745a5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.4190745a5_1611603554861_0.8464796125935674"},"_hasShrinkwrap":false,"publish_time":1611603555202,"_cnpm_publish_time":1611603555202,"contributors":[]},"0.9.0-canary.572038776":{"name":"@firebase/database","version":"0.9.0-canary.572038776","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.572038776","@firebase/logger":"0.2.6-canary.572038776","@firebase/util":"0.3.4-canary.572038776","@firebase/component":"0.1.21-canary.572038776","@firebase/auth-interop-types":"0.1.5-canary.572038776","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.572038776","@firebase/app-types":"0.6.1-canary.572038776","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-canary.572038776","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0e47a67baf6660f291f18000b672a69ea861fbcc","size":1844831,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-canary.572038776.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-canary.572038776_1611599653301_0.03302667961396044"},"_hasShrinkwrap":false,"publish_time":1611599653514,"_cnpm_publish_time":1611599653514,"contributors":[]},"0.8.3-canary.352eb475c":{"name":"@firebase/database","version":"0.8.3-canary.352eb475c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.352eb475c","@firebase/logger":"0.2.6-canary.352eb475c","@firebase/util":"0.3.4-canary.352eb475c","@firebase/component":"0.1.21-canary.352eb475c","@firebase/auth-interop-types":"0.1.5-canary.352eb475c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.352eb475c","@firebase/app-types":"0.6.1-canary.352eb475c","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.352eb475c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"54a096c4e5ae1de8fc90e5cd9184f469967b244c","size":1844735,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.352eb475c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.352eb475c_1611365984112_0.9434918418135301"},"_hasShrinkwrap":false,"publish_time":1611365984337,"_cnpm_publish_time":1611365984337,"contributors":[]},"0.0.900-exp.f919db6a9":{"name":"@firebase/database","version":"0.0.900-exp.f919db6a9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.f919db6a9","@firebase/app-types":"0.0.900-exp.f919db6a9"},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.f919db6a9","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"105b06d55d5831b00aba48d6047fe2a2615aee92","size":916005,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.f919db6a9.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.f919db6a9_1611365099481_0.6806051068012937"},"_hasShrinkwrap":false,"publish_time":1611365099683,"_cnpm_publish_time":1611365099683,"contributors":[]},"0.8.3-canary.f919db6a9":{"name":"@firebase/database","version":"0.8.3-canary.f919db6a9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp && yarn api-report","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.f919db6a9","@firebase/logger":"0.2.6-canary.f919db6a9","@firebase/util":"0.3.4-canary.f919db6a9","@firebase/component":"0.1.21-canary.f919db6a9","@firebase/auth-interop-types":"0.1.5-canary.f919db6a9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f919db6a9","@firebase/app-types":"0.6.1-canary.f919db6a9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.f919db6a9","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"e7296b124969eb03abea52664d35014779d0b171","size":1844739,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.f919db6a9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.f919db6a9_1611363310847_0.18669260933548815"},"_hasShrinkwrap":false,"publish_time":1611363311303,"_cnpm_publish_time":1611363311303,"contributors":[]},"0.8.3-canary.94681d915":{"name":"@firebase/database","version":"0.8.3-canary.94681d915","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.94681d915","@firebase/logger":"0.2.6-canary.94681d915","@firebase/util":"0.3.4-canary.94681d915","@firebase/component":"0.1.21-canary.94681d915","@firebase/auth-interop-types":"0.1.5-canary.94681d915","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.94681d915","@firebase/app-types":"0.6.1-canary.94681d915","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.94681d915","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"52dcd123ab0140a98b0414de27d5abb452d4b205","size":1844527,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.94681d915.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.94681d915_1611359752207_0.058915822138404295"},"_hasShrinkwrap":false,"publish_time":1611359752348,"_cnpm_publish_time":1611359752348,"contributors":[]},"0.8.3-canary.5221904ed":{"name":"@firebase/database","version":"0.8.3-canary.5221904ed","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.5221904ed","@firebase/logger":"0.2.6-canary.5221904ed","@firebase/util":"0.3.4-canary.5221904ed","@firebase/component":"0.1.21-canary.5221904ed","@firebase/auth-interop-types":"0.1.5-canary.5221904ed","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.5221904ed","@firebase/app-types":"0.6.1-canary.5221904ed","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.5221904ed","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b09f21e0921d5f81ce4761f5c7cef7e5fb826cdf","size":1844511,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.5221904ed.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.5221904ed_1611347512740_0.7212983204053494"},"_hasShrinkwrap":false,"publish_time":1611347512981,"_cnpm_publish_time":1611347512981,"contributors":[]},"0.0.900-exp.4bb72b62a":{"name":"@firebase/database","version":"0.0.900-exp.4bb72b62a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.4bb72b62a","@firebase/app-types":"0.0.900-exp.4bb72b62a"},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.4bb72b62a","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"14cb884dcddb05476775c9bcccbdce681e5c3152","size":915648,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.4bb72b62a.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.4bb72b62a_1611346559123_0.5584337863259512"},"_hasShrinkwrap":false,"publish_time":1611346559412,"_cnpm_publish_time":1611346559412,"contributors":[]},"0.8.3-canary.4bb72b62a":{"name":"@firebase/database","version":"0.8.3-canary.4bb72b62a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.4bb72b62a","@firebase/logger":"0.2.6-canary.4bb72b62a","@firebase/util":"0.3.4-canary.4bb72b62a","@firebase/component":"0.1.21-canary.4bb72b62a","@firebase/auth-interop-types":"0.1.5-canary.4bb72b62a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4bb72b62a","@firebase/app-types":"0.6.1-canary.4bb72b62a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.4bb72b62a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0ae65e0587ea6d63365f3fb055cff2aba5042006","size":1844521,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.4bb72b62a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.4bb72b62a_1611345790074_0.9684248969987401"},"_hasShrinkwrap":false,"publish_time":1611345790229,"_cnpm_publish_time":1611345790229,"contributors":[]},"0.8.3-canary.b6ff547e5":{"name":"@firebase/database","version":"0.8.3-canary.b6ff547e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b6ff547e5","@firebase/logger":"0.2.6-canary.b6ff547e5","@firebase/util":"0.3.4-canary.b6ff547e5","@firebase/component":"0.1.21-canary.b6ff547e5","@firebase/auth-interop-types":"0.1.5-canary.b6ff547e5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b6ff547e5","@firebase/app-types":"0.6.1-canary.b6ff547e5","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.b6ff547e5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"01ef1c59c20411a5a596e4d75945467d529bc7b9","size":1844522,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.b6ff547e5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.b6ff547e5_1611344343669_0.15917111274064544"},"_hasShrinkwrap":false,"publish_time":1611344344041,"_cnpm_publish_time":1611344344041,"contributors":[]},"0.8.3-canary.c6d27b5a7":{"name":"@firebase/database","version":"0.8.3-canary.c6d27b5a7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.c6d27b5a7","@firebase/logger":"0.2.6-canary.c6d27b5a7","@firebase/util":"0.3.4-canary.c6d27b5a7","@firebase/component":"0.1.21-canary.c6d27b5a7","@firebase/auth-interop-types":"0.1.5-canary.c6d27b5a7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.c6d27b5a7","@firebase/app-types":"0.6.1-canary.c6d27b5a7","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.c6d27b5a7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"125012ae08259070e4b8feafb8a89c44646fe3f5","size":1844509,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.c6d27b5a7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.c6d27b5a7_1611343285847_0.6818059291556169"},"_hasShrinkwrap":false,"publish_time":1611343286111,"_cnpm_publish_time":1611343286111,"contributors":[]},"0.8.3-canary.86ea40719":{"name":"@firebase/database","version":"0.8.3-canary.86ea40719","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.86ea40719","@firebase/logger":"0.2.6-canary.86ea40719","@firebase/util":"0.3.4-canary.86ea40719","@firebase/component":"0.1.21-canary.86ea40719","@firebase/auth-interop-types":"0.1.5-canary.86ea40719","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.86ea40719","@firebase/app-types":"0.6.1-canary.86ea40719","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.86ea40719","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6355531e56ca607f5fab8feca7b8c5f6d798c081","size":1844524,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.86ea40719.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.86ea40719_1611335974013_0.8480253821149235"},"_hasShrinkwrap":false,"publish_time":1611335974218,"_cnpm_publish_time":1611335974218,"contributors":[]},"0.8.3-canary.a6c6cff8d":{"name":"@firebase/database","version":"0.8.3-canary.a6c6cff8d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.a6c6cff8d","@firebase/logger":"0.2.6-canary.a6c6cff8d","@firebase/util":"0.3.4-canary.a6c6cff8d","@firebase/component":"0.1.21-canary.a6c6cff8d","@firebase/auth-interop-types":"0.1.5-canary.a6c6cff8d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.a6c6cff8d","@firebase/app-types":"0.6.1-canary.a6c6cff8d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.a6c6cff8d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"45f9ec8fc34c10f7f81c47a568ae812d75c17928","size":1844518,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.a6c6cff8d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.a6c6cff8d_1611286365265_0.3805645069532373"},"_hasShrinkwrap":false,"publish_time":1611286365603,"_cnpm_publish_time":1611286365603,"contributors":[]},"0.0.900-exp.f18a6d41d":{"name":"@firebase/database","version":"0.0.900-exp.f18a6d41d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.f18a6d41d","@firebase/app-types":"0.0.900-exp.f18a6d41d"},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.f18a6d41d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c43466a779d97804298885d3bd2f06291680f696","size":917340,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.f18a6d41d.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.f18a6d41d_1611284437701_0.38931560083134253"},"_hasShrinkwrap":false,"publish_time":1611284437900,"_cnpm_publish_time":1611284437900,"contributors":[]},"0.8.3-canary.f18a6d41d":{"name":"@firebase/database","version":"0.8.3-canary.f18a6d41d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.f18a6d41d","@firebase/logger":"0.2.6-canary.f18a6d41d","@firebase/util":"0.3.4-canary.f18a6d41d","@firebase/component":"0.1.21-canary.f18a6d41d","@firebase/auth-interop-types":"0.1.5-canary.f18a6d41d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f18a6d41d","@firebase/app-types":"0.6.1-canary.f18a6d41d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.f18a6d41d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c1fe9db2a86b79d643d370c6b65e14d8b57a2810","size":1844519,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.f18a6d41d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.f18a6d41d_1611281373401_0.21241582968745076"},"_hasShrinkwrap":false,"publish_time":1611281373621,"_cnpm_publish_time":1611281373621,"contributors":[]},"0.8.3-canary.f7e30543a":{"name":"@firebase/database","version":"0.8.3-canary.f7e30543a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.f7e30543a","@firebase/logger":"0.2.6-canary.f7e30543a","@firebase/util":"0.3.4-canary.f7e30543a","@firebase/component":"0.1.21-canary.f7e30543a","@firebase/auth-interop-types":"0.1.5-canary.f7e30543a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f7e30543a","@firebase/app-types":"0.6.1-canary.f7e30543a","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.f7e30543a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ef490830ce73575ee34610fbac4dcf7388b9d174","size":1844510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.f7e30543a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.f7e30543a_1611278246547_0.49816245402455417"},"_hasShrinkwrap":false,"publish_time":1611278246778,"_cnpm_publish_time":1611278246778,"contributors":[]},"0.8.3-canary.ab60f5fa9":{"name":"@firebase/database","version":"0.8.3-canary.ab60f5fa9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.ab60f5fa9","@firebase/logger":"0.2.6-canary.ab60f5fa9","@firebase/util":"0.3.4-canary.ab60f5fa9","@firebase/component":"0.1.21-canary.ab60f5fa9","@firebase/auth-interop-types":"0.1.5-canary.ab60f5fa9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.ab60f5fa9","@firebase/app-types":"0.6.1-canary.ab60f5fa9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.ab60f5fa9","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b5b1cb77fa317edcd38d8ca5d74e40b21505b348","size":1844510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.ab60f5fa9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.ab60f5fa9_1611277280828_0.9994986572777165"},"_hasShrinkwrap":false,"publish_time":1611277281007,"_cnpm_publish_time":1611277281007,"contributors":[]},"0.8.3-canary.09470fe8d":{"name":"@firebase/database","version":"0.8.3-canary.09470fe8d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.09470fe8d","@firebase/logger":"0.2.6-canary.09470fe8d","@firebase/util":"0.3.4-canary.09470fe8d","@firebase/component":"0.1.21-canary.09470fe8d","@firebase/auth-interop-types":"0.1.5-canary.09470fe8d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.09470fe8d","@firebase/app-types":"0.6.1-canary.09470fe8d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.09470fe8d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7664275b11baa857122e761d4830b593e4dff6da","size":1844524,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.09470fe8d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.09470fe8d_1611276892015_0.16540488068225434"},"_hasShrinkwrap":false,"publish_time":1611276892224,"_cnpm_publish_time":1611276892224,"contributors":[]},"0.0.900-exp.ab60f5fa9":{"name":"@firebase/database","version":"0.0.900-exp.ab60f5fa9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.ab60f5fa9","@firebase/app-types":"0.0.900-exp.ab60f5fa9"},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.ab60f5fa9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"63929fa0d8b9a5092dea4e6b2aa4833a8d355908","size":917340,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.ab60f5fa9.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.ab60f5fa9_1611276430619_0.2629612126766281"},"_hasShrinkwrap":false,"publish_time":1611276430829,"_cnpm_publish_time":1611276430829,"contributors":[]},"0.8.3-canary.d42bb3936":{"name":"@firebase/database","version":"0.8.3-canary.d42bb3936","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.d42bb3936","@firebase/logger":"0.2.6-canary.d42bb3936","@firebase/util":"0.3.4-canary.d42bb3936","@firebase/component":"0.1.21-canary.d42bb3936","@firebase/auth-interop-types":"0.1.5-canary.d42bb3936","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.d42bb3936","@firebase/app-types":"0.6.1-canary.d42bb3936","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.d42bb3936","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7cb594f2f2ef5c3fbd2571bfbc95a840de0065e2","size":1901536,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.d42bb3936.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.d42bb3936_1611273794380_0.7515629519876164"},"_hasShrinkwrap":false,"publish_time":1611273794613,"_cnpm_publish_time":1611273794613,"contributors":[]},"0.8.3-canary.99ee5b67f":{"name":"@firebase/database","version":"0.8.3-canary.99ee5b67f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.99ee5b67f","@firebase/logger":"0.2.6-canary.99ee5b67f","@firebase/util":"0.3.4-canary.99ee5b67f","@firebase/component":"0.1.21-canary.99ee5b67f","@firebase/auth-interop-types":"0.1.5-canary.99ee5b67f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.99ee5b67f","@firebase/app-types":"0.6.1-canary.99ee5b67f","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.99ee5b67f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"cbd3b652aa3f0963fa2388b1091ee1be0f4a49b4","size":1901534,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.99ee5b67f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.99ee5b67f_1611272870352_0.3843990086587057"},"_hasShrinkwrap":false,"publish_time":1611272870550,"_cnpm_publish_time":1611272870550,"contributors":[]},"0.0.900-exp.99ee5b67f":{"name":"@firebase/database","version":"0.0.900-exp.99ee5b67f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.99ee5b67f","@firebase/app-types":"0.0.900-exp.99ee5b67f"},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.99ee5b67f","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"2ebdd5fecc40fbc890a8dc4f27e4eb079335e26d","size":973093,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.99ee5b67f.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.99ee5b67f_1611272534837_0.3626649142370679"},"_hasShrinkwrap":false,"publish_time":1611272535134,"_cnpm_publish_time":1611272535134,"contributors":[]},"0.8.3-canary.b955788ee":{"name":"@firebase/database","version":"0.8.3-canary.b955788ee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b955788ee","@firebase/logger":"0.2.6-canary.b955788ee","@firebase/util":"0.3.4-canary.b955788ee","@firebase/component":"0.1.21-canary.b955788ee","@firebase/auth-interop-types":"0.1.5-canary.b955788ee","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b955788ee","@firebase/app-types":"0.6.1-canary.b955788ee","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.b955788ee","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"76a8e7a57a76016439c42954f7bbafae4d2dea2f","size":1901537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.b955788ee.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.b955788ee_1611271240021_0.17693583358809684"},"_hasShrinkwrap":false,"publish_time":1611271240274,"_cnpm_publish_time":1611271240274,"contributors":[]},"0.0.900-exp.f8f0902e6":{"name":"@firebase/database","version":"0.0.900-exp.f8f0902e6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm.js","module":"dist/exp/index.esm.js","esm2017":"dist/exp/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.f8f0902e6","@firebase/app-types":"0.0.900-exp.f8f0902e6"},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"exp-types/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.f8f0902e6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"00a8b7bbec1552abf241d2eea479271ccb2c664d","size":973092,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.f8f0902e6.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.f8f0902e6_1611269810804_0.8226256654906783"},"_hasShrinkwrap":false,"publish_time":1611269811051,"_cnpm_publish_time":1611269811051,"contributors":[]},"0.8.3-canary.f8f0902e6":{"name":"@firebase/database","version":"0.8.3-canary.f8f0902e6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.f8f0902e6","@firebase/logger":"0.2.6-canary.f8f0902e6","@firebase/util":"0.3.4-canary.f8f0902e6","@firebase/component":"0.1.21-canary.f8f0902e6","@firebase/auth-interop-types":"0.1.5-canary.f8f0902e6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f8f0902e6","@firebase/app-types":"0.6.1-canary.f8f0902e6","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.f8f0902e6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"468bb4c38e90c33e66bddd6b48660f9cac81a037","size":1901523,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.f8f0902e6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.f8f0902e6_1611269698706_0.7301762155400913"},"_hasShrinkwrap":false,"publish_time":1611269698946,"_cnpm_publish_time":1611269698946,"contributors":[]},"0.8.3-canary.d8d138422":{"name":"@firebase/database","version":"0.8.3-canary.d8d138422","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.d8d138422","@firebase/logger":"0.2.6-canary.d8d138422","@firebase/util":"0.3.4-canary.d8d138422","@firebase/component":"0.1.21-canary.d8d138422","@firebase/auth-interop-types":"0.1.5-canary.d8d138422","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.d8d138422","@firebase/app-types":"0.6.1-canary.d8d138422","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.d8d138422","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"70eafec818312bbacad410b7b2c26cd39e60902c","size":1901534,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.d8d138422.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.d8d138422_1611268892168_0.8742801507452065"},"_hasShrinkwrap":false,"publish_time":1611268892362,"_cnpm_publish_time":1611268892362,"contributors":[]},"0.9.0":{"name":"@firebase/database","version":"0.9.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.9.0","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"eaf07dbaf3433be6cc27543c1823dc3c88c47572","size":976073,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0_1611266276177_0.42487593354324416"},"_hasShrinkwrap":false,"publish_time":1611266276334,"_cnpm_publish_time":1611266276334,"contributors":[]},"0.8.3-canary.f68bd3f29":{"name":"@firebase/database","version":"0.8.3-canary.f68bd3f29","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.f68bd3f29","@firebase/logger":"0.2.6-canary.f68bd3f29","@firebase/util":"0.3.4-canary.f68bd3f29","@firebase/component":"0.1.21-canary.f68bd3f29","@firebase/auth-interop-types":"0.1.5-canary.f68bd3f29","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f68bd3f29","@firebase/app-types":"0.6.1-canary.f68bd3f29","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.f68bd3f29","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"8621e5adda4ae27318f31c65692fa29e5724efd2","size":1901535,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.f68bd3f29.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.f68bd3f29_1611262116114_0.9100607449209792"},"_hasShrinkwrap":false,"publish_time":1611262116340,"_cnpm_publish_time":1611262116340,"contributors":[]},"0.8.3-canary.fb90580e5":{"name":"@firebase/database","version":"0.8.3-canary.fb90580e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"run-p build:classic build:exp","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.fb90580e5","@firebase/logger":"0.2.6-canary.fb90580e5","@firebase/util":"0.3.4-canary.fb90580e5","@firebase/component":"0.1.21-canary.fb90580e5","@firebase/auth-interop-types":"0.1.5-canary.fb90580e5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.fb90580e5","@firebase/app-types":"0.6.1-canary.fb90580e5","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.fb90580e5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f87944cd5a24bd2e80889c94f9863cae8cd99025","size":1901534,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.fb90580e5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.fb90580e5_1611255184979_0.2542729498000058"},"_hasShrinkwrap":false,"publish_time":1611255185276,"_cnpm_publish_time":1611255185276,"contributors":[]},"0.8.3-canary.743e13457":{"name":"@firebase/database","version":"0.8.3-canary.743e13457","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.743e13457","@firebase/logger":"0.2.6-canary.743e13457","@firebase/util":"0.3.4-canary.743e13457","@firebase/component":"0.1.21-canary.743e13457","@firebase/auth-interop-types":"0.1.5-canary.743e13457","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.743e13457","@firebase/app-types":"0.6.1-canary.743e13457","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.743e13457","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2f2bb49ca7d696648a213d1fb4d31329fdb45542","size":974785,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.743e13457.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.743e13457_1611249612051_0.8477603947285517"},"_hasShrinkwrap":false,"publish_time":1611249612238,"_cnpm_publish_time":1611249612238,"contributors":[]},"0.8.3-canary.7aee62eac":{"name":"@firebase/database","version":"0.8.3-canary.7aee62eac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.7aee62eac","@firebase/logger":"0.2.6-canary.7aee62eac","@firebase/util":"0.3.4-canary.7aee62eac","@firebase/component":"0.1.21-canary.7aee62eac","@firebase/auth-interop-types":"0.1.5-canary.7aee62eac","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.7aee62eac","@firebase/app-types":"0.6.1-canary.7aee62eac","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.7aee62eac","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b4798e2054043c65a0a1e4e325ef30bf5bafcc39","size":974780,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.7aee62eac.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.7aee62eac_1611192992110_0.24890796653467828"},"_hasShrinkwrap":false,"publish_time":1611192992396,"_cnpm_publish_time":1611192992396,"contributors":[]},"0.8.3-canary.04a0fea9e":{"name":"@firebase/database","version":"0.8.3-canary.04a0fea9e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.04a0fea9e","@firebase/logger":"0.2.6-canary.04a0fea9e","@firebase/util":"0.3.4-canary.04a0fea9e","@firebase/component":"0.1.21-canary.04a0fea9e","@firebase/auth-interop-types":"0.1.5-canary.04a0fea9e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.04a0fea9e","@firebase/app-types":"0.6.1-canary.04a0fea9e","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.04a0fea9e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"8d367137162a5c2a61b66414ae5f1fe77e15f796","size":974782,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.04a0fea9e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.04a0fea9e_1611184233203_0.9413965496914123"},"_hasShrinkwrap":false,"publish_time":1611184233433,"_cnpm_publish_time":1611184233433,"contributors":[]},"0.8.3-canary.898bf5891":{"name":"@firebase/database","version":"0.8.3-canary.898bf5891","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.898bf5891","@firebase/logger":"0.2.6-canary.898bf5891","@firebase/util":"0.3.4-canary.898bf5891","@firebase/component":"0.1.21-canary.898bf5891","@firebase/auth-interop-types":"0.1.5-canary.898bf5891","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.898bf5891","@firebase/app-types":"0.6.1-canary.898bf5891","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.898bf5891","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ac566b4da8963c03283d20c680683fca5c20a525","size":976044,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.898bf5891.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.898bf5891_1611181633770_0.4635961567639555"},"_hasShrinkwrap":false,"publish_time":1611181633985,"_cnpm_publish_time":1611181633985,"contributors":[]},"0.9.0-2021019222814":{"name":"@firebase/database","version":"0.9.0-2021019222814","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.0-2021019222814","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"4be247255c95075ee95c6448d9617fb4042d4c80","size":976146,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.0-2021019222814.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.0-2021019222814_1611095806246_0.5420910631545659"},"_hasShrinkwrap":false,"publish_time":1611095806408,"_cnpm_publish_time":1611095806408,"contributors":[]},"0.8.3-canary.6ac66baa0":{"name":"@firebase/database","version":"0.8.3-canary.6ac66baa0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.6ac66baa0","@firebase/logger":"0.2.6-canary.6ac66baa0","@firebase/util":"0.3.4-canary.6ac66baa0","@firebase/component":"0.1.21-canary.6ac66baa0","@firebase/auth-interop-types":"0.1.5-canary.6ac66baa0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6ac66baa0","@firebase/app-types":"0.6.1-canary.6ac66baa0","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.6ac66baa0","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"1ac9b0c6f63977b30d4622ff34461eb68abf9267","size":976036,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.6ac66baa0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.6ac66baa0_1611081180913_0.05481105132605868"},"_hasShrinkwrap":false,"publish_time":1611081181096,"_cnpm_publish_time":1611081181096,"contributors":[]},"0.8.3-canary.818a961e7":{"name":"@firebase/database","version":"0.8.3-canary.818a961e7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.818a961e7","@firebase/logger":"0.2.6-canary.818a961e7","@firebase/util":"0.3.4-canary.818a961e7","@firebase/component":"0.1.21-canary.818a961e7","@firebase/auth-interop-types":"0.1.5-canary.818a961e7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.818a961e7","@firebase/app-types":"0.6.1-canary.818a961e7","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.818a961e7","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"28761827cd879db50a298e5a4153eea6249103d4","size":976042,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.818a961e7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.818a961e7_1610752603028_0.9096013393759039"},"_hasShrinkwrap":false,"publish_time":1610752603245,"_cnpm_publish_time":1610752603245,"contributors":[]},"0.8.3-canary.b98cd6591":{"name":"@firebase/database","version":"0.8.3-canary.b98cd6591","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b98cd6591","@firebase/logger":"0.2.6-canary.b98cd6591","@firebase/util":"0.3.4-canary.b98cd6591","@firebase/component":"0.1.21-canary.b98cd6591","@firebase/auth-interop-types":"0.1.5-canary.b98cd6591","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b98cd6591","@firebase/app-types":"0.6.1-canary.b98cd6591","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.b98cd6591","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"3ff5ce0f31b3d41d6caa92037ab3861a0e3981c5","size":976041,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.b98cd6591.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.b98cd6591_1610751190992_0.29007793917928626"},"_hasShrinkwrap":false,"publish_time":1610751191273,"_cnpm_publish_time":1610751191273,"contributors":[]},"0.8.3-canary.f53e5b939":{"name":"@firebase/database","version":"0.8.3-canary.f53e5b939","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.f53e5b939","@firebase/logger":"0.2.6-canary.f53e5b939","@firebase/util":"0.3.4-canary.f53e5b939","@firebase/component":"0.1.21-canary.f53e5b939","@firebase/auth-interop-types":"0.1.5-canary.f53e5b939","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f53e5b939","@firebase/app-types":"0.6.1-canary.f53e5b939","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.f53e5b939","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"fdb326537d432602f61dc664e4616af2f3ecd750","size":976061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.f53e5b939.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.f53e5b939_1610739450195_0.010287773954328783"},"_hasShrinkwrap":false,"publish_time":1610739450508,"_cnpm_publish_time":1610739450508,"contributors":[]},"0.8.3-canary.02dcd9256":{"name":"@firebase/database","version":"0.8.3-canary.02dcd9256","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.02dcd9256","@firebase/logger":"0.2.6-canary.02dcd9256","@firebase/util":"0.3.4-canary.02dcd9256","@firebase/component":"0.1.21-canary.02dcd9256","@firebase/auth-interop-types":"0.1.5-canary.02dcd9256","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.02dcd9256","@firebase/app-types":"0.6.1-canary.02dcd9256","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-canary.02dcd9256","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"0be86a20506ea023ea3d90feea73ba4ed69a87fe","size":976059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-canary.02dcd9256.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-canary.02dcd9256_1610670613780_0.7065625192750093"},"_hasShrinkwrap":false,"publish_time":1610670614066,"_cnpm_publish_time":1610670614066,"contributors":[]},"0.8.2-canary.c42a7c6eb":{"name":"@firebase/database","version":"0.8.2-canary.c42a7c6eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.c42a7c6eb","@firebase/logger":"0.2.6-canary.c42a7c6eb","@firebase/util":"0.3.4-canary.c42a7c6eb","@firebase/component":"0.1.21-canary.c42a7c6eb","@firebase/auth-interop-types":"0.1.5-canary.c42a7c6eb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.c42a7c6eb","@firebase/app-types":"0.6.1-canary.c42a7c6eb","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.c42a7c6eb","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"ad933c34da5113cbe5c6ea0792f5efc699b3e1ca","size":975960,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.c42a7c6eb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.c42a7c6eb_1610669698926_0.3289062347788867"},"_hasShrinkwrap":false,"publish_time":1610669699151,"_cnpm_publish_time":1610669699151,"contributors":[]},"0.8.3":{"name":"@firebase/database","version":"0.8.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.8.3","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"4e5efa8fc8df00d6febfd9c8d6d6e409596659f7","size":966610,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3_1610666559702_0.9346570919101831"},"_hasShrinkwrap":false,"publish_time":1610666559918,"_cnpm_publish_time":1610666559918,"contributors":[]},"0.8.2-canary.884532522":{"name":"@firebase/database","version":"0.8.2-canary.884532522","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.884532522","@firebase/logger":"0.2.6-canary.884532522","@firebase/util":"0.3.4-canary.884532522","@firebase/component":"0.1.21-canary.884532522","@firebase/auth-interop-types":"0.1.5-canary.884532522","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.884532522","@firebase/app-types":"0.6.1-canary.884532522","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.884532522","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"e75067faf2ffa9c79ecca3634a0298b828c6b7a8","size":975966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.884532522.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.884532522_1610658916647_0.08315902743752224"},"_hasShrinkwrap":false,"publish_time":1610658916964,"_cnpm_publish_time":1610658916964,"contributors":[]},"0.8.2-canary.4395b5f0d":{"name":"@firebase/database","version":"0.8.2-canary.4395b5f0d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.4395b5f0d","@firebase/logger":"0.2.6-canary.4395b5f0d","@firebase/util":"0.3.4-canary.4395b5f0d","@firebase/component":"0.1.21-canary.4395b5f0d","@firebase/auth-interop-types":"0.1.5-canary.4395b5f0d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4395b5f0d","@firebase/app-types":"0.6.1-canary.4395b5f0d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.4395b5f0d","_nodeVersion":"10.23.1","_npmVersion":"6.14.10","dist":{"shasum":"9c976fd5f3243fd5dff39740c3c4238ddb6c492d","size":975965,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.4395b5f0d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.4395b5f0d_1610655474330_0.29851329505888513"},"_hasShrinkwrap":false,"publish_time":1610655474514,"_cnpm_publish_time":1610655474514,"contributors":[]},"0.8.2-canary.cb835e723":{"name":"@firebase/database","version":"0.8.2-canary.cb835e723","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.cb835e723","@firebase/logger":"0.2.6-canary.cb835e723","@firebase/util":"0.3.4-canary.cb835e723","@firebase/component":"0.1.21-canary.cb835e723","@firebase/auth-interop-types":"0.1.5-canary.cb835e723","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.cb835e723","@firebase/app-types":"0.6.1-canary.cb835e723","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.cb835e723","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"4c0254340ccd1669e132e1180e873042be591b6d","size":975962,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.cb835e723.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.cb835e723_1610592537931_0.06758809075419503"},"_hasShrinkwrap":false,"publish_time":1610592538114,"_cnpm_publish_time":1610592538114,"contributors":[]},"0.8.2-canary.92a7f4345":{"name":"@firebase/database","version":"0.8.2-canary.92a7f4345","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.92a7f4345","@firebase/logger":"0.2.6-canary.92a7f4345","@firebase/util":"0.3.4-canary.92a7f4345","@firebase/component":"0.1.21-canary.92a7f4345","@firebase/auth-interop-types":"0.1.5-canary.92a7f4345","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.92a7f4345","@firebase/app-types":"0.6.1-canary.92a7f4345","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.92a7f4345","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c14935e404b54e2678e5f5590a3b0819dd20834d","size":966567,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.92a7f4345.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.92a7f4345_1610579724310_0.30442083200576797"},"_hasShrinkwrap":false,"publish_time":1610579724477,"_cnpm_publish_time":1610579724477,"contributors":[]},"0.8.2-canary.204fbcfad":{"name":"@firebase/database","version":"0.8.2-canary.204fbcfad","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.204fbcfad","@firebase/logger":"0.2.6-canary.204fbcfad","@firebase/util":"0.3.4-canary.204fbcfad","@firebase/component":"0.1.21-canary.204fbcfad","@firebase/auth-interop-types":"0.1.5-canary.204fbcfad","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.204fbcfad","@firebase/app-types":"0.6.1-canary.204fbcfad","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.204fbcfad","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"9b4e793997fc034462de088eb922fb4068d2d87a","size":966564,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.204fbcfad.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.204fbcfad_1610567109302_0.018338422564634138"},"_hasShrinkwrap":false,"publish_time":1610567109487,"_cnpm_publish_time":1610567109487,"contributors":[]},"0.8.2-canary.762fa539e":{"name":"@firebase/database","version":"0.8.2-canary.762fa539e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.762fa539e","@firebase/logger":"0.2.6-canary.762fa539e","@firebase/util":"0.3.4-canary.762fa539e","@firebase/component":"0.1.21-canary.762fa539e","@firebase/auth-interop-types":"0.1.5-canary.762fa539e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.762fa539e","@firebase/app-types":"0.6.1-canary.762fa539e","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.762fa539e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"cb9e5a924d9053333186ce05ecc26b80e0dec47e","size":966564,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.762fa539e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.762fa539e_1610559098868_0.6755804138598878"},"_hasShrinkwrap":false,"publish_time":1610559099089,"_cnpm_publish_time":1610559099089,"contributors":[]},"0.8.2-canary.da7f7ff61":{"name":"@firebase/database","version":"0.8.2-canary.da7f7ff61","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.da7f7ff61","@firebase/logger":"0.2.6-canary.da7f7ff61","@firebase/util":"0.3.4-canary.da7f7ff61","@firebase/component":"0.1.21-canary.da7f7ff61","@firebase/auth-interop-types":"0.1.5-canary.da7f7ff61","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.da7f7ff61","@firebase/app-types":"0.6.1-canary.da7f7ff61","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.da7f7ff61","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c4527e85a0e56fb8317c85549de8d60aeae3bd27","size":966566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.da7f7ff61.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.da7f7ff61_1610492003251_0.5461203041097902"},"_hasShrinkwrap":false,"publish_time":1610492003435,"_cnpm_publish_time":1610492003435,"contributors":[]},"0.8.3-2021012224526":{"name":"@firebase/database","version":"0.8.3-2021012224526","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.3-2021012224526","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c3fcccf9b9bdb22ab95f9d4b522d368206548e8d","size":966690,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.3-2021012224526.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.3-2021012224526_1610491821219_0.932071646295058"},"_hasShrinkwrap":false,"publish_time":1610491821400,"_cnpm_publish_time":1610491821400,"contributors":[]},"0.8.2-longpoll.66863f547":{"name":"@firebase/database","version":"0.8.2-longpoll.66863f547","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-longpoll.66863f547","@firebase/logger":"0.2.6-longpoll.66863f547","@firebase/util":"0.3.4-longpoll.66863f547","@firebase/component":"0.1.21-longpoll.66863f547","@firebase/auth-interop-types":"0.1.5-longpoll.66863f547","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-longpoll.66863f547","@firebase/app-types":"0.6.1-longpoll.66863f547","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-longpoll.66863f547","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f52d3adf4616dc43fcf8710b8ec393f3e86d3667","size":966574,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-longpoll.66863f547.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-longpoll.66863f547_1610410142434_0.8701062476457826"},"_hasShrinkwrap":false,"publish_time":1610410142634,"_cnpm_publish_time":1610410142634,"contributors":[]},"0.8.2-canary.50abe6c4d":{"name":"@firebase/database","version":"0.8.2-canary.50abe6c4d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.50abe6c4d","@firebase/logger":"0.2.6-canary.50abe6c4d","@firebase/util":"0.3.4-canary.50abe6c4d","@firebase/component":"0.1.21-canary.50abe6c4d","@firebase/auth-interop-types":"0.1.5-canary.50abe6c4d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.50abe6c4d","@firebase/app-types":"0.6.1-canary.50abe6c4d","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.50abe6c4d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"23cd19776d3eccfc71171c7b93517e26fd5822ba","size":966566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.50abe6c4d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.50abe6c4d_1610132093770_0.24333750144066268"},"_hasShrinkwrap":false,"publish_time":1610132093959,"_cnpm_publish_time":1610132093959,"contributors":[]},"0.8.2-canary.34b4e3004":{"name":"@firebase/database","version":"0.8.2-canary.34b4e3004","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.34b4e3004","@firebase/logger":"0.2.6-canary.34b4e3004","@firebase/util":"0.3.4-canary.34b4e3004","@firebase/component":"0.1.21-canary.34b4e3004","@firebase/auth-interop-types":"0.1.5-canary.34b4e3004","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.34b4e3004","@firebase/app-types":"0.6.1-canary.34b4e3004","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-canary.34b4e3004","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"658f5ad330e079a5a07653b8060e4978a435903b","size":966576,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-canary.34b4e3004.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-canary.34b4e3004_1610057892077_0.7331651396582146"},"_hasShrinkwrap":false,"publish_time":1610057892261,"_cnpm_publish_time":1610057892261,"contributors":[]},"0.8.2":{"name":"@firebase/database","version":"0.8.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.8.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"cfe893fa467bb5e55056ab2ffa8b2abc66a8ad52","size":966502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2_1610055972486_0.9341659317517872"},"_hasShrinkwrap":false,"publish_time":1610055972685,"_cnpm_publish_time":1610055972685,"contributors":[]},"0.8.2-20210721223":{"name":"@firebase/database","version":"0.8.2-20210721223","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-20210721223","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"0ba74be3e837475d32a444628dd193e8a1cc4415","size":966590,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-20210721223.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-20210721223_1610055310202_0.8531939476537871"},"_hasShrinkwrap":false,"publish_time":1610055310533,"_cnpm_publish_time":1610055310533,"contributors":[]},"0.8.1-canary.be377e680":{"name":"@firebase/database","version":"0.8.1-canary.be377e680","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.be377e680","@firebase/logger":"0.2.6-canary.be377e680","@firebase/util":"0.3.4-canary.be377e680","@firebase/component":"0.1.21-canary.be377e680","@firebase/auth-interop-types":"0.1.5-canary.be377e680","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.be377e680","@firebase/app-types":"0.6.1-canary.be377e680","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.be377e680","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"e066869c4faef050c8d8476786197e7bdaf71ad1","size":966473,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.be377e680.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.be377e680_1610053020928_0.16619388614856856"},"_hasShrinkwrap":false,"publish_time":1610053021192,"_cnpm_publish_time":1610053021192,"contributors":[]},"0.8.1-canary.c457f2cf2":{"name":"@firebase/database","version":"0.8.1-canary.c457f2cf2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.c457f2cf2","@firebase/logger":"0.2.6-canary.c457f2cf2","@firebase/util":"0.3.4-canary.c457f2cf2","@firebase/component":"0.1.21-canary.c457f2cf2","@firebase/auth-interop-types":"0.1.5-canary.c457f2cf2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.c457f2cf2","@firebase/app-types":"0.6.1-canary.c457f2cf2","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.c457f2cf2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0b22eca0b9292954bc337394da3fc1fba948bd5e","size":966472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.c457f2cf2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.c457f2cf2_1609998128655_0.2594690540258464"},"_hasShrinkwrap":false,"publish_time":1609998128823,"_cnpm_publish_time":1609998128823,"contributors":[]},"0.8.1-canary.db7dae7d5":{"name":"@firebase/database","version":"0.8.1-canary.db7dae7d5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.db7dae7d5","@firebase/logger":"0.2.6-canary.db7dae7d5","@firebase/util":"0.3.4-canary.db7dae7d5","@firebase/component":"0.1.21-canary.db7dae7d5","@firebase/auth-interop-types":"0.1.5-canary.db7dae7d5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.db7dae7d5","@firebase/app-types":"0.6.1-canary.db7dae7d5","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.db7dae7d5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f056de082f08d5afbc23be15b0bf182fa37a3fc9","size":966471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.db7dae7d5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.db7dae7d5_1609993962705_0.6278500497875554"},"_hasShrinkwrap":false,"publish_time":1609993962943,"_cnpm_publish_time":1609993962943,"contributors":[]},"0.8.2-202105235553":{"name":"@firebase/database","version":"0.8.2-202105235553","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.2-202105235553","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"70bb6c2e0ec6c2f17b3e706c346e8b9cd4b2bf92","size":966604,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.2-202105235553.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.2-202105235553_1609891735007_0.09199013720583116"},"_hasShrinkwrap":false,"publish_time":1609891735227,"_cnpm_publish_time":1609891735227,"contributors":[]},"0.8.1-canary.4512bc9b2":{"name":"@firebase/database","version":"0.8.1-canary.4512bc9b2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.4512bc9b2","@firebase/logger":"0.2.6-canary.4512bc9b2","@firebase/util":"0.3.4-canary.4512bc9b2","@firebase/component":"0.1.21-canary.4512bc9b2","@firebase/auth-interop-types":"0.1.5-canary.4512bc9b2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4512bc9b2","@firebase/app-types":"0.6.1-canary.4512bc9b2","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.4512bc9b2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"4448d0dc87e3cd55c7f311b0f29207be19b1c00b","size":966470,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.4512bc9b2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.4512bc9b2_1609890533023_0.35595011170899427"},"_hasShrinkwrap":false,"publish_time":1609890533215,"_cnpm_publish_time":1609890533215,"contributors":[]},"0.8.1-canary.6d4d2b6ff":{"name":"@firebase/database","version":"0.8.1-canary.6d4d2b6ff","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.6d4d2b6ff","@firebase/logger":"0.2.6-canary.6d4d2b6ff","@firebase/util":"0.3.4-canary.6d4d2b6ff","@firebase/component":"0.1.21-canary.6d4d2b6ff","@firebase/auth-interop-types":"0.1.5-canary.6d4d2b6ff","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6d4d2b6ff","@firebase/app-types":"0.6.1-canary.6d4d2b6ff","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.6d4d2b6ff","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"412ec69dfc5249e5588a25ac643ee81110d95ac5","size":966473,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.6d4d2b6ff.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.6d4d2b6ff_1609888645667_0.37128796275527076"},"_hasShrinkwrap":false,"publish_time":1609888645869,"_cnpm_publish_time":1609888645869,"contributors":[]},"0.8.1-canary.6069b1d6c":{"name":"@firebase/database","version":"0.8.1-canary.6069b1d6c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.6069b1d6c","@firebase/logger":"0.2.6-canary.6069b1d6c","@firebase/util":"0.3.4-canary.6069b1d6c","@firebase/component":"0.1.21-canary.6069b1d6c","@firebase/auth-interop-types":"0.1.5-canary.6069b1d6c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6069b1d6c","@firebase/app-types":"0.6.1-canary.6069b1d6c","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.6069b1d6c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"20854adafc8ff784df4e1171cbe8a29be86d851f","size":966472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.6069b1d6c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.6069b1d6c_1609882476454_0.9462693998919682"},"_hasShrinkwrap":false,"publish_time":1609882476619,"_cnpm_publish_time":1609882476619,"contributors":[]},"0.8.1-canary.487f8e1d2":{"name":"@firebase/database","version":"0.8.1-canary.487f8e1d2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.487f8e1d2","@firebase/logger":"0.2.6-canary.487f8e1d2","@firebase/util":"0.3.4-canary.487f8e1d2","@firebase/component":"0.1.21-canary.487f8e1d2","@firebase/auth-interop-types":"0.1.5-canary.487f8e1d2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.487f8e1d2","@firebase/app-types":"0.6.1-canary.487f8e1d2","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.487f8e1d2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"4027bc08cbaf0c00c3855414c0a30d9496fc5eb2","size":966472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.487f8e1d2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.487f8e1d2_1609325141124_0.7066860770045331"},"_hasShrinkwrap":false,"publish_time":1609325141297,"_cnpm_publish_time":1609325141297,"contributors":[]},"0.8.1-canary.d638a42af":{"name":"@firebase/database","version":"0.8.1-canary.d638a42af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.d638a42af","@firebase/logger":"0.2.6-canary.d638a42af","@firebase/util":"0.3.4-canary.d638a42af","@firebase/component":"0.1.21-canary.d638a42af","@firebase/auth-interop-types":"0.1.5-canary.d638a42af","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.d638a42af","@firebase/app-types":"0.6.1-canary.d638a42af","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.d638a42af","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"e2d4d87ddc6c0961d58d473e3e9f4e13accfbeb1","size":965944,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.d638a42af.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.d638a42af_1609205103941_0.5276741366196112"},"_hasShrinkwrap":false,"publish_time":1609205104167,"_cnpm_publish_time":1609205104167,"contributors":[]},"0.8.1-canary.ba59a0f90":{"name":"@firebase/database","version":"0.8.1-canary.ba59a0f90","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.ba59a0f90","@firebase/logger":"0.2.6-canary.ba59a0f90","@firebase/util":"0.3.4-canary.ba59a0f90","@firebase/component":"0.1.21-canary.ba59a0f90","@firebase/auth-interop-types":"0.1.5-canary.ba59a0f90","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.ba59a0f90","@firebase/app-types":"0.6.1-canary.ba59a0f90","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.ba59a0f90","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"8a855ea8bbec539769465da70408d1af97d1bfff","size":965945,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.ba59a0f90.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.ba59a0f90_1608749972786_0.44262504137392056"},"_hasShrinkwrap":false,"publish_time":1608749973053,"_cnpm_publish_time":1608749973053,"contributors":[]},"0.8.1-canary.dec74aa1e":{"name":"@firebase/database","version":"0.8.1-canary.dec74aa1e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.dec74aa1e","@firebase/logger":"0.2.6-canary.dec74aa1e","@firebase/util":"0.3.4-canary.dec74aa1e","@firebase/component":"0.1.21-canary.dec74aa1e","@firebase/auth-interop-types":"0.1.5-canary.dec74aa1e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.dec74aa1e","@firebase/app-types":"0.6.1-canary.dec74aa1e","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.dec74aa1e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"52a7ffe28c9e9eecda93dcfc68ed575f2ce2063f","size":965942,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.dec74aa1e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.dec74aa1e_1608665966914_0.7714379933608098"},"_hasShrinkwrap":false,"publish_time":1608665967143,"_cnpm_publish_time":1608665967143,"contributors":[]},"0.8.1-canary.df16811af":{"name":"@firebase/database","version":"0.8.1-canary.df16811af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.df16811af","@firebase/logger":"0.2.6-canary.df16811af","@firebase/util":"0.3.4-canary.df16811af","@firebase/component":"0.1.21-canary.df16811af","@firebase/auth-interop-types":"0.1.5-canary.df16811af","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.df16811af","@firebase/app-types":"0.6.1-canary.df16811af","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.df16811af","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6a3fc968ef5218b3674c7b0b08262c0185946af4","size":965943,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.df16811af.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.df16811af_1608663956929_0.7992178997259927"},"_hasShrinkwrap":false,"publish_time":1608663957106,"_cnpm_publish_time":1608663957106,"contributors":[]},"0.8.1-canary.e13b79429":{"name":"@firebase/database","version":"0.8.1-canary.e13b79429","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.e13b79429","@firebase/logger":"0.2.6-canary.e13b79429","@firebase/util":"0.3.4-canary.e13b79429","@firebase/component":"0.1.21-canary.e13b79429","@firebase/auth-interop-types":"0.1.5-canary.e13b79429","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.e13b79429","@firebase/app-types":"0.6.1-canary.e13b79429","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.e13b79429","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"684c7a9086a2fe2e71ed0a8050d7adeb764fab00","size":965949,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.e13b79429.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.e13b79429_1608577573977_0.9266142649493807"},"_hasShrinkwrap":false,"publish_time":1608577574222,"_cnpm_publish_time":1608577574222,"contributors":[]},"0.8.1-canary.404dc9167":{"name":"@firebase/database","version":"0.8.1-canary.404dc9167","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.404dc9167","@firebase/logger":"0.2.6-canary.404dc9167","@firebase/util":"0.3.4-canary.404dc9167","@firebase/component":"0.1.21-canary.404dc9167","@firebase/auth-interop-types":"0.1.5-canary.404dc9167","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.404dc9167","@firebase/app-types":"0.6.1-canary.404dc9167","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.404dc9167","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"740225f24aaeaf3f416832841c7f289e93a5efd2","size":965946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.404dc9167.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.404dc9167_1608575072802_0.8987769235075203"},"_hasShrinkwrap":false,"publish_time":1608575073051,"_cnpm_publish_time":1608575073051,"contributors":[]},"0.8.1-canary.dbaf70694":{"name":"@firebase/database","version":"0.8.1-canary.dbaf70694","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.dbaf70694","@firebase/logger":"0.2.6-canary.dbaf70694","@firebase/util":"0.3.4-canary.dbaf70694","@firebase/component":"0.1.21-canary.dbaf70694","@firebase/auth-interop-types":"0.1.5-canary.dbaf70694","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.dbaf70694","@firebase/app-types":"0.6.1-canary.dbaf70694","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.dbaf70694","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ff57b2c5723dc5fa61708407d567f649974b09c7","size":965946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.dbaf70694.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.dbaf70694_1608574981810_0.46111089367714664"},"_hasShrinkwrap":false,"publish_time":1608574982060,"_cnpm_publish_time":1608574982060,"contributors":[]},"0.8.1-canary.1a8cb40ac":{"name":"@firebase/database","version":"0.8.1-canary.1a8cb40ac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.1a8cb40ac","@firebase/logger":"0.2.6-canary.1a8cb40ac","@firebase/util":"0.3.4-canary.1a8cb40ac","@firebase/component":"0.1.21-canary.1a8cb40ac","@firebase/auth-interop-types":"0.1.5-canary.1a8cb40ac","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.1a8cb40ac","@firebase/app-types":"0.6.1-canary.1a8cb40ac","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.1a8cb40ac","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6ddb5df0ac139f8deb8cc7ac10039ae7c1e4ce7d","size":965942,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.1a8cb40ac.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.1a8cb40ac_1608251319034_0.4987376595609214"},"_hasShrinkwrap":false,"publish_time":1608251319254,"_cnpm_publish_time":1608251319254,"contributors":[]},"0.8.1-canary.17a477c12":{"name":"@firebase/database","version":"0.8.1-canary.17a477c12","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.17a477c12","@firebase/logger":"0.2.6-canary.17a477c12","@firebase/util":"0.3.4-canary.17a477c12","@firebase/component":"0.1.21-canary.17a477c12","@firebase/auth-interop-types":"0.1.5-canary.17a477c12","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.17a477c12","@firebase/app-types":"0.6.1-canary.17a477c12","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.17a477c12","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1fe2ff7342c5419c7013620e9726498b1e5c39cd","size":965946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.17a477c12.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.17a477c12_1608249372138_0.06521483098783931"},"_hasShrinkwrap":false,"publish_time":1608249372360,"_cnpm_publish_time":1608249372360,"contributors":[]},"0.8.1-canary.233317238":{"name":"@firebase/database","version":"0.8.1-canary.233317238","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.233317238","@firebase/logger":"0.2.6-canary.233317238","@firebase/util":"0.3.4-canary.233317238","@firebase/component":"0.1.21-canary.233317238","@firebase/auth-interop-types":"0.1.5-canary.233317238","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.233317238","@firebase/app-types":"0.6.1-canary.233317238","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.233317238","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"99e2b3ef311dc7ee2cf8aa36f8ff9232e98da172","size":965949,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.233317238.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.233317238_1608228939852_0.5677224675670645"},"_hasShrinkwrap":false,"publish_time":1608228940039,"_cnpm_publish_time":1608228940039,"contributors":[]},"0.8.1-canary.b0f7d4c36":{"name":"@firebase/database","version":"0.8.1-canary.b0f7d4c36","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b0f7d4c36","@firebase/logger":"0.2.6-canary.b0f7d4c36","@firebase/util":"0.3.4-canary.b0f7d4c36","@firebase/component":"0.1.21-canary.b0f7d4c36","@firebase/auth-interop-types":"0.1.5-canary.b0f7d4c36","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b0f7d4c36","@firebase/app-types":"0.6.1-canary.b0f7d4c36","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.b0f7d4c36","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"35a872259fe28ad72ceb131123999a9edf4a0411","size":965947,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.b0f7d4c36.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.b0f7d4c36_1608139480760_0.36758809607675746"},"_hasShrinkwrap":false,"publish_time":1608139481025,"_cnpm_publish_time":1608139481025,"contributors":[]},"0.8.1-canary.b95734c17":{"name":"@firebase/database","version":"0.8.1-canary.b95734c17","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b95734c17","@firebase/logger":"0.2.6-canary.b95734c17","@firebase/util":"0.3.4-canary.b95734c17","@firebase/component":"0.1.21-canary.b95734c17","@firebase/auth-interop-types":"0.1.5-canary.b95734c17","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b95734c17","@firebase/app-types":"0.6.1-canary.b95734c17","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.b95734c17","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0df6f42646f5c0b74979768cda30375e6db75bc6","size":965949,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.b95734c17.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.b95734c17_1607709686611_0.1054067345614067"},"_hasShrinkwrap":false,"publish_time":1607709686819,"_cnpm_publish_time":1607709686819,"contributors":[]},"0.8.1-canary.9fd3f5233":{"name":"@firebase/database","version":"0.8.1-canary.9fd3f5233","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.9fd3f5233","@firebase/logger":"0.2.6-canary.9fd3f5233","@firebase/util":"0.3.4-canary.9fd3f5233","@firebase/component":"0.1.21-canary.9fd3f5233","@firebase/auth-interop-types":"0.1.5-canary.9fd3f5233","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.9fd3f5233","@firebase/app-types":"0.6.1-canary.9fd3f5233","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.9fd3f5233","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ed84f81dd09a9ab881538b29cdc404a071e980ac","size":965946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.9fd3f5233.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.9fd3f5233_1608051115569_0.112106349436073"},"_hasShrinkwrap":false,"publish_time":1608051115791,"_cnpm_publish_time":1608051115791,"contributors":[]},"0.8.1-canary.4418d787f":{"name":"@firebase/database","version":"0.8.1-canary.4418d787f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.4418d787f","@firebase/logger":"0.2.6-canary.4418d787f","@firebase/util":"0.3.4-canary.4418d787f","@firebase/component":"0.1.21-canary.4418d787f","@firebase/auth-interop-types":"0.1.5-canary.4418d787f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4418d787f","@firebase/app-types":"0.6.1-canary.4418d787f","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.4418d787f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"5c2678baef170f44ec739a79a6d6e33e412fc470","size":965948,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.4418d787f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.4418d787f_1607976134924_0.4662478335456033"},"_hasShrinkwrap":false,"publish_time":1607976135109,"_cnpm_publish_time":1607976135109,"contributors":[]},"0.8.1-canary.a9388d5b2":{"name":"@firebase/database","version":"0.8.1-canary.a9388d5b2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.a9388d5b2","@firebase/logger":"0.2.6-canary.a9388d5b2","@firebase/util":"0.3.4-canary.a9388d5b2","@firebase/component":"0.1.21-canary.a9388d5b2","@firebase/auth-interop-types":"0.1.5-canary.a9388d5b2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.a9388d5b2","@firebase/app-types":"0.6.1-canary.a9388d5b2","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.a9388d5b2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"fc48176abb485bfe1c69cd2b5f4881ac2cab18a4","size":965947,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.a9388d5b2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.a9388d5b2_1607975076118_0.6254026723753034"},"_hasShrinkwrap":false,"publish_time":1607975076354,"_cnpm_publish_time":1607975076354,"contributors":[]},"0.8.1-canary.9909a3b59":{"name":"@firebase/database","version":"0.8.1-canary.9909a3b59","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.9909a3b59","@firebase/logger":"0.2.6-canary.9909a3b59","@firebase/util":"0.3.4-canary.9909a3b59","@firebase/component":"0.1.21-canary.9909a3b59","@firebase/auth-interop-types":"0.1.5-canary.9909a3b59","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.9909a3b59","@firebase/app-types":"0.6.1-canary.9909a3b59","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.9909a3b59","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"904492e3b7ee77a3cc7c05e3ea3d689a9503ea07","size":965950,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.9909a3b59.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.9909a3b59_1607973695041_0.9564586948851914"},"_hasShrinkwrap":false,"publish_time":1607973695212,"_cnpm_publish_time":1607973695212,"contributors":[]},"0.8.1-canary.93eeb8862":{"name":"@firebase/database","version":"0.8.1-canary.93eeb8862","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.93eeb8862","@firebase/logger":"0.2.6-canary.93eeb8862","@firebase/util":"0.3.4-canary.93eeb8862","@firebase/component":"0.1.21-canary.93eeb8862","@firebase/auth-interop-types":"0.1.5-canary.93eeb8862","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.93eeb8862","@firebase/app-types":"0.6.1-canary.93eeb8862","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.93eeb8862","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"8fe1895dd8d4b5f1f96ac9ac64008563cdefda26","size":965947,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.93eeb8862.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.93eeb8862_1607973179155_0.253888001692544"},"_hasShrinkwrap":false,"publish_time":1607973179421,"_cnpm_publish_time":1607973179421,"contributors":[]},"0.8.1-canary.04f2e2485":{"name":"@firebase/database","version":"0.8.1-canary.04f2e2485","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.04f2e2485","@firebase/logger":"0.2.6-canary.04f2e2485","@firebase/util":"0.3.4-canary.04f2e2485","@firebase/component":"0.1.21-canary.04f2e2485","@firebase/auth-interop-types":"0.1.5-canary.04f2e2485","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.04f2e2485","@firebase/app-types":"0.6.1-canary.04f2e2485","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.04f2e2485","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1f95a31121d396197f3ede414cb70b9b83177bbc","size":965946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.04f2e2485.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.04f2e2485_1607724463317_0.4373167736956971"},"_hasShrinkwrap":false,"publish_time":1607724463486,"_cnpm_publish_time":1607724463486,"contributors":[]},"0.8.1-canary.e1649b4da":{"name":"@firebase/database","version":"0.8.1-canary.e1649b4da","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.e1649b4da","@firebase/logger":"0.2.6-canary.e1649b4da","@firebase/util":"0.3.4-canary.e1649b4da","@firebase/component":"0.1.21-canary.e1649b4da","@firebase/auth-interop-types":"0.1.5-canary.e1649b4da","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.e1649b4da","@firebase/app-types":"0.6.1-canary.e1649b4da","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.e1649b4da","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"70894a1deaa247028ca15e31366f3a3550cbf072","size":965945,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.e1649b4da.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.e1649b4da_1607723990917_0.3669734453801228"},"_hasShrinkwrap":false,"publish_time":1607723991106,"_cnpm_publish_time":1607723991106,"contributors":[]},"0.8.1-canary.08aa4b19a":{"name":"@firebase/database","version":"0.8.1-canary.08aa4b19a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.08aa4b19a","@firebase/logger":"0.2.6-canary.08aa4b19a","@firebase/util":"0.3.4-canary.08aa4b19a","@firebase/component":"0.1.21-canary.08aa4b19a","@firebase/auth-interop-types":"0.1.5-canary.08aa4b19a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.08aa4b19a","@firebase/app-types":"0.6.1-canary.08aa4b19a","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.08aa4b19a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"a370dfced269008626100a6230ecaebb6e68e695","size":965944,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.08aa4b19a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.08aa4b19a_1607718323760_0.7438247839290899"},"_hasShrinkwrap":false,"publish_time":1607718323977,"_cnpm_publish_time":1607718323977,"contributors":[]},"0.8.1-canary.dface90f9":{"name":"@firebase/database","version":"0.8.1-canary.dface90f9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.dface90f9","@firebase/logger":"0.2.6-canary.dface90f9","@firebase/util":"0.3.4-canary.dface90f9","@firebase/component":"0.1.21-canary.dface90f9","@firebase/auth-interop-types":"0.1.5-canary.dface90f9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.dface90f9","@firebase/app-types":"0.6.1-canary.dface90f9","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.dface90f9","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1f2fc983dbd0dab5c8592199f28119a5654f1487","size":965939,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.dface90f9.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.dface90f9_1607652544359_0.839511297542755"},"_hasShrinkwrap":false,"publish_time":1607652544639,"_cnpm_publish_time":1607652544639,"contributors":[]},"0.8.1-canary.44b5251d0":{"name":"@firebase/database","version":"0.8.1-canary.44b5251d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.44b5251d0","@firebase/logger":"0.2.6-canary.44b5251d0","@firebase/util":"0.3.4-canary.44b5251d0","@firebase/component":"0.1.21-canary.44b5251d0","@firebase/auth-interop-types":"0.1.5-canary.44b5251d0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.44b5251d0","@firebase/app-types":"0.6.1-canary.44b5251d0","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.44b5251d0","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"af05e15f68f3d7315d7ff3351d2c44baac244e8c","size":965944,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.44b5251d0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.44b5251d0_1607625281611_0.9595513230484707"},"_hasShrinkwrap":false,"publish_time":1607625281852,"_cnpm_publish_time":1607625281852,"contributors":[]},"0.8.1-canary.566a62dd4":{"name":"@firebase/database","version":"0.8.1-canary.566a62dd4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.566a62dd4","@firebase/logger":"0.2.6-canary.566a62dd4","@firebase/util":"0.3.4-canary.566a62dd4","@firebase/component":"0.1.21-canary.566a62dd4","@firebase/auth-interop-types":"0.1.5-canary.566a62dd4","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.566a62dd4","@firebase/app-types":"0.6.1-canary.566a62dd4","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.566a62dd4","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b4ebb72f4dcc268cbe815d384b49a9d1f00e77bf","size":965946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.566a62dd4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.566a62dd4_1607621663705_0.10489012500124772"},"_hasShrinkwrap":false,"publish_time":1607621663911,"_cnpm_publish_time":1607621663911,"contributors":[]},"0.8.1-canary.a49c51c1c":{"name":"@firebase/database","version":"0.8.1-canary.a49c51c1c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.a49c51c1c","@firebase/logger":"0.2.6-canary.a49c51c1c","@firebase/util":"0.3.4-canary.a49c51c1c","@firebase/component":"0.1.21-canary.a49c51c1c","@firebase/auth-interop-types":"0.1.5-canary.a49c51c1c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.a49c51c1c","@firebase/app-types":"0.6.1-canary.a49c51c1c","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.a49c51c1c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1e5f4c7971544ed5d4c113e339199668f4d76216","size":965943,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.a49c51c1c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.a49c51c1c_1607545467058_0.7730512613532641"},"_hasShrinkwrap":false,"publish_time":1607545467383,"_cnpm_publish_time":1607545467383,"contributors":[]},"0.8.1-canary.7f7f5075f":{"name":"@firebase/database","version":"0.8.1-canary.7f7f5075f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.7f7f5075f","@firebase/logger":"0.2.6-canary.7f7f5075f","@firebase/util":"0.3.4-canary.7f7f5075f","@firebase/component":"0.1.21-canary.7f7f5075f","@firebase/auth-interop-types":"0.1.5-canary.7f7f5075f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.7f7f5075f","@firebase/app-types":"0.6.1-canary.7f7f5075f","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.7f7f5075f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"77957c4abfde6d366fd28fd8dc5bc6021eb6cefe","size":965948,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.7f7f5075f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.7f7f5075f_1607537063972_0.39029195237241177"},"_hasShrinkwrap":false,"publish_time":1607537064178,"_cnpm_publish_time":1607537064178,"contributors":[]},"0.8.1-canary.2b8a03b7f":{"name":"@firebase/database","version":"0.8.1-canary.2b8a03b7f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.2b8a03b7f","@firebase/logger":"0.2.6-canary.2b8a03b7f","@firebase/util":"0.3.4-canary.2b8a03b7f","@firebase/component":"0.1.21-canary.2b8a03b7f","@firebase/auth-interop-types":"0.1.5-canary.2b8a03b7f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.2b8a03b7f","@firebase/app-types":"0.6.1-canary.2b8a03b7f","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.2b8a03b7f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b4ceb040355202d0fbd3629a22e481bffd8d0e7a","size":965946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.2b8a03b7f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.2b8a03b7f_1607454583175_0.5418612774056459"},"_hasShrinkwrap":false,"publish_time":1607454583405,"_cnpm_publish_time":1607454583405,"contributors":[]},"0.8.1-canary.1e0eb201d":{"name":"@firebase/database","version":"0.8.1-canary.1e0eb201d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.1e0eb201d","@firebase/logger":"0.2.6-canary.1e0eb201d","@firebase/util":"0.3.4-canary.1e0eb201d","@firebase/component":"0.1.21-canary.1e0eb201d","@firebase/auth-interop-types":"0.1.5-canary.1e0eb201d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.1e0eb201d","@firebase/app-types":"0.6.1-canary.1e0eb201d","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.1e0eb201d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"ddae493d0a14fdd7581d0f518c067bd0ef6c16cd","size":965938,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.1e0eb201d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.1e0eb201d_1607449231992_0.3352362073744177"},"_hasShrinkwrap":false,"publish_time":1607449232267,"_cnpm_publish_time":1607449232267,"contributors":[]},"0.8.1-canary.4090271bb":{"name":"@firebase/database","version":"0.8.1-canary.4090271bb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.4090271bb","@firebase/logger":"0.2.6-canary.4090271bb","@firebase/util":"0.3.4-canary.4090271bb","@firebase/component":"0.1.21-canary.4090271bb","@firebase/auth-interop-types":"0.1.5-canary.4090271bb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4090271bb","@firebase/app-types":"0.6.1-canary.4090271bb","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.4090271bb","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"530538d26235dd4ba4e2a1511ca7a7d7b7ae0e9f","size":965947,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.4090271bb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.4090271bb_1607444345517_0.6367595153921555"},"_hasShrinkwrap":false,"publish_time":1607444345801,"_cnpm_publish_time":1607444345801,"contributors":[]},"0.8.1-canary.6f2c7b7aa":{"name":"@firebase/database","version":"0.8.1-canary.6f2c7b7aa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.6f2c7b7aa","@firebase/logger":"0.2.6-canary.6f2c7b7aa","@firebase/util":"0.3.4-canary.6f2c7b7aa","@firebase/component":"0.1.21-canary.6f2c7b7aa","@firebase/auth-interop-types":"0.1.5-canary.6f2c7b7aa","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6f2c7b7aa","@firebase/app-types":"0.6.1-canary.6f2c7b7aa","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.6f2c7b7aa","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"029a3844bc6bde551ff405b464b0115502285abc","size":965945,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.6f2c7b7aa.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.6f2c7b7aa_1607408847604_0.24426943525493972"},"_hasShrinkwrap":false,"publish_time":1607408847884,"_cnpm_publish_time":1607408847884,"contributors":[]},"0.8.1-canary.254137540":{"name":"@firebase/database","version":"0.8.1-canary.254137540","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.254137540","@firebase/logger":"0.2.6-canary.254137540","@firebase/util":"0.3.4-canary.254137540","@firebase/component":"0.1.21-canary.254137540","@firebase/auth-interop-types":"0.1.5-canary.254137540","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.254137540","@firebase/app-types":"0.6.1-canary.254137540","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.254137540","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"da343c901f96ef2bc5a2502c4d3dbdb5f5bf0994","size":965947,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.254137540.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.254137540_1607406415624_0.6917782430594055"},"_hasShrinkwrap":false,"publish_time":1607406415789,"_cnpm_publish_time":1607406415789,"contributors":[]},"0.8.1-BundlePrerelease.b662f8c0a":{"name":"@firebase/database","version":"0.8.1-BundlePrerelease.b662f8c0a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-BundlePrerelease.b662f8c0a","@firebase/logger":"0.2.6-BundlePrerelease.b662f8c0a","@firebase/util":"0.3.4-BundlePrerelease.b662f8c0a","@firebase/component":"0.1.21-BundlePrerelease.b662f8c0a","@firebase/auth-interop-types":"0.1.5-BundlePrerelease.b662f8c0a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.b662f8c0a","@firebase/app-types":"0.6.1-BundlePrerelease.b662f8c0a","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-BundlePrerelease.b662f8c0a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"8f44e3c7d829019316d3cef17433f8b5440a5cc1","size":965975,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-BundlePrerelease.b662f8c0a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-BundlePrerelease.b662f8c0a_1607392626951_0.13861816710766983"},"_hasShrinkwrap":false,"publish_time":1607392627243,"_cnpm_publish_time":1607392627243,"contributors":[]},"0.8.1-canary.b662f8c0a":{"name":"@firebase/database","version":"0.8.1-canary.b662f8c0a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b662f8c0a","@firebase/logger":"0.2.6-canary.b662f8c0a","@firebase/util":"0.3.4-canary.b662f8c0a","@firebase/component":"0.1.21-canary.b662f8c0a","@firebase/auth-interop-types":"0.1.5-canary.b662f8c0a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b662f8c0a","@firebase/app-types":"0.6.1-canary.b662f8c0a","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.b662f8c0a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7d0a35d5b30224665cfe29d8f15d63e264906a25","size":965944,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.b662f8c0a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.b662f8c0a_1607392470413_0.8006602124497095"},"_hasShrinkwrap":false,"publish_time":1607392470593,"_cnpm_publish_time":1607392470593,"contributors":[]},"0.8.1-canary.9634efd13":{"name":"@firebase/database","version":"0.8.1-canary.9634efd13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.9634efd13","@firebase/logger":"0.2.6-canary.9634efd13","@firebase/util":"0.3.4-canary.9634efd13","@firebase/component":"0.1.21-canary.9634efd13","@firebase/auth-interop-types":"0.1.5-canary.9634efd13","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.9634efd13","@firebase/app-types":"0.6.1-canary.9634efd13","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.9634efd13","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"9ff26d1a8a7e0aa15700a0777cfff509a45a5d9c","size":965945,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.9634efd13.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.9634efd13_1607380891302_0.34363567378347293"},"_hasShrinkwrap":false,"publish_time":1607380891492,"_cnpm_publish_time":1607380891492,"contributors":[]},"0.8.1-canary.8518b6b2b":{"name":"@firebase/database","version":"0.8.1-canary.8518b6b2b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.8518b6b2b","@firebase/logger":"0.2.6-canary.8518b6b2b","@firebase/util":"0.3.4-canary.8518b6b2b","@firebase/component":"0.1.21-canary.8518b6b2b","@firebase/auth-interop-types":"0.1.5-canary.8518b6b2b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.8518b6b2b","@firebase/app-types":"0.6.1-canary.8518b6b2b","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.8518b6b2b","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"80dd0704b04b6904cad2271726a17080bbbf4015","size":965946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.8518b6b2b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.8518b6b2b_1607367986993_0.8512477919597918"},"_hasShrinkwrap":false,"publish_time":1607367987262,"_cnpm_publish_time":1607367987262,"contributors":[]},"0.8.1-BundlePrerelease.dee1ef083":{"name":"@firebase/database","version":"0.8.1-BundlePrerelease.dee1ef083","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-BundlePrerelease.dee1ef083","@firebase/logger":"0.2.6-BundlePrerelease.dee1ef083","@firebase/util":"0.3.4-BundlePrerelease.dee1ef083","@firebase/component":"0.1.21-BundlePrerelease.dee1ef083","@firebase/auth-interop-types":"0.1.5-BundlePrerelease.dee1ef083","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.dee1ef083","@firebase/app-types":"0.6.1-BundlePrerelease.dee1ef083","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-BundlePrerelease.dee1ef083","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"23aa5d9f8b9c0c1a14d1a3edc034d3f937914f9a","size":965441,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-BundlePrerelease.dee1ef083.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-BundlePrerelease.dee1ef083_1607287413492_0.06880195807497991"},"_hasShrinkwrap":false,"publish_time":1607287413676,"_cnpm_publish_time":1607287413676,"contributors":[]},"0.8.1-BundlePrerelease.2c91fd1e5":{"name":"@firebase/database","version":"0.8.1-BundlePrerelease.2c91fd1e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-BundlePrerelease.2c91fd1e5","@firebase/logger":"0.2.6-BundlePrerelease.2c91fd1e5","@firebase/util":"0.3.4-BundlePrerelease.2c91fd1e5","@firebase/component":"0.1.21-BundlePrerelease.2c91fd1e5","@firebase/auth-interop-types":"0.1.5-BundlePrerelease.2c91fd1e5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.2c91fd1e5","@firebase/app-types":"0.6.1-BundlePrerelease.2c91fd1e5","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-BundlePrerelease.2c91fd1e5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f8f7c64241d067b3dcdb259756f17e7cca382a47","size":965443,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-BundlePrerelease.2c91fd1e5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-BundlePrerelease.2c91fd1e5_1607280714208_0.45479745501615865"},"_hasShrinkwrap":false,"publish_time":1607280714399,"_cnpm_publish_time":1607280714399,"contributors":[]},"0.8.1-BundlePrerelease.116cd82a2":{"name":"@firebase/database","version":"0.8.1-BundlePrerelease.116cd82a2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-BundlePrerelease.116cd82a2","@firebase/logger":"0.2.6-BundlePrerelease.116cd82a2","@firebase/util":"0.3.4-BundlePrerelease.116cd82a2","@firebase/component":"0.1.21-BundlePrerelease.116cd82a2","@firebase/auth-interop-types":"0.1.5-BundlePrerelease.116cd82a2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.116cd82a2","@firebase/app-types":"0.6.1-BundlePrerelease.116cd82a2","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-BundlePrerelease.116cd82a2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"de6f677d8a8cde8b7eefc1833468eceae0ddce20","size":965441,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-BundlePrerelease.116cd82a2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-BundlePrerelease.116cd82a2_1607227961191_0.5249569139705879"},"_hasShrinkwrap":false,"publish_time":1607227961411,"_cnpm_publish_time":1607227961411,"contributors":[]},"0.8.1-BundlePrerelease.aae995629":{"name":"@firebase/database","version":"0.8.1-BundlePrerelease.aae995629","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-BundlePrerelease.aae995629","@firebase/logger":"0.2.6-BundlePrerelease.aae995629","@firebase/util":"0.3.4-BundlePrerelease.aae995629","@firebase/component":"0.1.21-BundlePrerelease.aae995629","@firebase/auth-interop-types":"0.1.5-BundlePrerelease.aae995629","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.aae995629","@firebase/app-types":"0.6.1-BundlePrerelease.aae995629","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-BundlePrerelease.aae995629","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"58297989744ffc11172977ba70ea5c0ee2fd6bce","size":965446,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-BundlePrerelease.aae995629.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-BundlePrerelease.aae995629_1607136122691_0.7768203035930443"},"_hasShrinkwrap":false,"publish_time":1607136122929,"_cnpm_publish_time":1607136122929,"contributors":[]},"0.8.1-BundlePrerelease.f8bb4d8b7":{"name":"@firebase/database","version":"0.8.1-BundlePrerelease.f8bb4d8b7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-BundlePrerelease.f8bb4d8b7","@firebase/logger":"0.2.6-BundlePrerelease.f8bb4d8b7","@firebase/util":"0.3.4-BundlePrerelease.f8bb4d8b7","@firebase/component":"0.1.21-BundlePrerelease.f8bb4d8b7","@firebase/auth-interop-types":"0.1.5-BundlePrerelease.f8bb4d8b7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-BundlePrerelease.f8bb4d8b7","@firebase/app-types":"0.6.1-BundlePrerelease.f8bb4d8b7","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-BundlePrerelease.f8bb4d8b7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"446b31097f9ecca9194b7e3b1b2f5508e6547141","size":965444,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-BundlePrerelease.f8bb4d8b7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-BundlePrerelease.f8bb4d8b7_1607122420634_0.2467324576122829"},"_hasShrinkwrap":false,"publish_time":1607122420791,"_cnpm_publish_time":1607122420791,"contributors":[]},"0.8.1-canary.375437171":{"name":"@firebase/database","version":"0.8.1-canary.375437171","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.375437171","@firebase/logger":"0.2.6-canary.375437171","@firebase/util":"0.3.4-canary.375437171","@firebase/component":"0.1.21-canary.375437171","@firebase/auth-interop-types":"0.1.5-canary.375437171","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.375437171","@firebase/app-types":"0.6.1-canary.375437171","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.375437171","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"60109b03c8ebcd815b85b7bea8891bfbcd6066e5","size":965433,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.375437171.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.375437171_1607117669794_0.4963643366098567"},"_hasShrinkwrap":false,"publish_time":1607117669980,"_cnpm_publish_time":1607117669980,"contributors":[]},"0.8.1-canary.ff9dc3460":{"name":"@firebase/database","version":"0.8.1-canary.ff9dc3460","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.ff9dc3460","@firebase/logger":"0.2.6-canary.ff9dc3460","@firebase/util":"0.3.4-canary.ff9dc3460","@firebase/component":"0.1.21-canary.ff9dc3460","@firebase/auth-interop-types":"0.1.5-canary.ff9dc3460","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.ff9dc3460","@firebase/app-types":"0.6.1-canary.ff9dc3460","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.ff9dc3460","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"8c8c575e4b1c1fe004734ba5dcfa826cf247866e","size":965428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.ff9dc3460.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.ff9dc3460_1607116771028_0.08555970395622725"},"_hasShrinkwrap":false,"publish_time":1607116771219,"_cnpm_publish_time":1607116771219,"contributors":[]},"0.8.1-canary.c9f379cf7":{"name":"@firebase/database","version":"0.8.1-canary.c9f379cf7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.c9f379cf7","@firebase/logger":"0.2.6-canary.c9f379cf7","@firebase/util":"0.3.4-canary.c9f379cf7","@firebase/component":"0.1.21-canary.c9f379cf7","@firebase/auth-interop-types":"0.1.5-canary.c9f379cf7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.c9f379cf7","@firebase/app-types":"0.6.1-canary.c9f379cf7","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.c9f379cf7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6d5d0a099a7bad9054103af398fd3ac0fc4931c2","size":965432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.c9f379cf7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.c9f379cf7_1607115101213_0.05535357542641495"},"_hasShrinkwrap":false,"publish_time":1607115101461,"_cnpm_publish_time":1607115101461,"contributors":[]},"0.8.1-1.0.0-eap-firestore-debug.9c6096f43":{"name":"@firebase/database","version":"0.8.1-1.0.0-eap-firestore-debug.9c6096f43","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-1.0.0-eap-firestore-debug.9c6096f43","@firebase/logger":"0.2.6-1.0.0-eap-firestore-debug.9c6096f43","@firebase/util":"0.3.4-1.0.0-eap-firestore-debug.9c6096f43","@firebase/component":"0.1.21-1.0.0-eap-firestore-debug.9c6096f43","@firebase/auth-interop-types":"0.1.5-1.0.0-eap-firestore-debug.9c6096f43","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-1.0.0-eap-firestore-debug.9c6096f43","@firebase/app-types":"0.6.1-1.0.0-eap-firestore-debug.9c6096f43","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-1.0.0-eap-firestore-debug.9c6096f43","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"84094636efab25f05bd086012277471715f17c45","size":965471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-1.0.0-eap-firestore-debug.9c6096f43.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-1.0.0-eap-firestore-debug.9c6096f43_1607111989050_0.48934770839575625"},"_hasShrinkwrap":false,"publish_time":1607111989280,"_cnpm_publish_time":1607111989280,"contributors":[]},"0.8.1-canary.1b5407372":{"name":"@firebase/database","version":"0.8.1-canary.1b5407372","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.1b5407372","@firebase/logger":"0.2.6-canary.1b5407372","@firebase/util":"0.3.4-canary.1b5407372","@firebase/component":"0.1.21-canary.1b5407372","@firebase/auth-interop-types":"0.1.5-canary.1b5407372","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.1b5407372","@firebase/app-types":"0.6.1-canary.1b5407372","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.1b5407372","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7be7dd424e6238ecefe7b8b0a01f3edd0cdbcde2","size":965428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.1b5407372.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.1b5407372_1607109567108_0.6565727031978315"},"_hasShrinkwrap":false,"publish_time":1607109567428,"_cnpm_publish_time":1607109567428,"contributors":[]},"0.8.1-canary.6d640284e":{"name":"@firebase/database","version":"0.8.1-canary.6d640284e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.6d640284e","@firebase/logger":"0.2.6-canary.6d640284e","@firebase/util":"0.3.4-canary.6d640284e","@firebase/component":"0.1.21-canary.6d640284e","@firebase/auth-interop-types":"0.1.5-canary.6d640284e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6d640284e","@firebase/app-types":"0.6.1-canary.6d640284e","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.6d640284e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"4e80895b34289468d8763a890fc4c11fd4000fc8","size":965431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.6d640284e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.6d640284e_1607022584324_0.20228470071838522"},"_hasShrinkwrap":false,"publish_time":1607022584547,"_cnpm_publish_time":1607022584547,"contributors":[]},"0.8.1-canary.93d8dc084":{"name":"@firebase/database","version":"0.8.1-canary.93d8dc084","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.93d8dc084","@firebase/logger":"0.2.6-canary.93d8dc084","@firebase/util":"0.3.4-canary.93d8dc084","@firebase/component":"0.1.21-canary.93d8dc084","@firebase/auth-interop-types":"0.1.5-canary.93d8dc084","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.93d8dc084","@firebase/app-types":"0.6.1-canary.93d8dc084","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.93d8dc084","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1e6c4a2e6c101d4375bc8ce27b61788ac772a0f2","size":965431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.93d8dc084.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.93d8dc084_1607017412703_0.6045538728273738"},"_hasShrinkwrap":false,"publish_time":1607017413068,"_cnpm_publish_time":1607017413068,"contributors":[]},"0.8.1-canary.f2562c292":{"name":"@firebase/database","version":"0.8.1-canary.f2562c292","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.f2562c292","@firebase/logger":"0.2.6-canary.f2562c292","@firebase/util":"0.3.4-canary.f2562c292","@firebase/component":"0.1.21-canary.f2562c292","@firebase/auth-interop-types":"0.1.5-canary.f2562c292","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f2562c292","@firebase/app-types":"0.6.1-canary.f2562c292","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.f2562c292","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7486e32902f4fdaa0a7f7ebaa90dfdc0569319bb","size":965431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.f2562c292.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.f2562c292_1607012468770_0.19325128981541306"},"_hasShrinkwrap":false,"publish_time":1607012468957,"_cnpm_publish_time":1607012468957,"contributors":[]},"0.8.1-canary.09c537ddc":{"name":"@firebase/database","version":"0.8.1-canary.09c537ddc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.09c537ddc","@firebase/logger":"0.2.6-canary.09c537ddc","@firebase/util":"0.3.4-canary.09c537ddc","@firebase/component":"0.1.21-canary.09c537ddc","@firebase/auth-interop-types":"0.1.5-canary.09c537ddc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.09c537ddc","@firebase/app-types":"0.6.1-canary.09c537ddc","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.09c537ddc","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"cfdcd0e04fe4a7a5a09aaafd5fcea586c66ef2fd","size":965430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.09c537ddc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.09c537ddc_1606933815967_0.7213429099637967"},"_hasShrinkwrap":false,"publish_time":1606933816198,"_cnpm_publish_time":1606933816198,"contributors":[]},"0.8.1-canary.daea03258":{"name":"@firebase/database","version":"0.8.1-canary.daea03258","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.daea03258","@firebase/logger":"0.2.6-canary.daea03258","@firebase/util":"0.3.4-canary.daea03258","@firebase/component":"0.1.21-canary.daea03258","@firebase/auth-interop-types":"0.1.5-canary.daea03258","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.daea03258","@firebase/app-types":"0.6.1-canary.daea03258","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.daea03258","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1f3c746fe9826d54655414a4817c16e0a1f3d80a","size":965429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.daea03258.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.daea03258_1606928954736_0.9707527837715413"},"_hasShrinkwrap":false,"publish_time":1606928954926,"_cnpm_publish_time":1606928954926,"contributors":[]},"0.8.1-canary.11563b227":{"name":"@firebase/database","version":"0.8.1-canary.11563b227","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.11563b227","@firebase/logger":"0.2.6-canary.11563b227","@firebase/util":"0.3.4-canary.11563b227","@firebase/component":"0.1.21-canary.11563b227","@firebase/auth-interop-types":"0.1.5-canary.11563b227","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.11563b227","@firebase/app-types":"0.6.1-canary.11563b227","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.11563b227","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2405ea5f6977aa4fa014bc7ea33d28c58422d29e","size":965432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.11563b227.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.11563b227_1606927964388_0.8509361240161972"},"_hasShrinkwrap":false,"publish_time":1606927964577,"_cnpm_publish_time":1606927964577,"contributors":[]},"0.8.1-canary.1849b0d0f":{"name":"@firebase/database","version":"0.8.1-canary.1849b0d0f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.1849b0d0f","@firebase/logger":"0.2.6-canary.1849b0d0f","@firebase/util":"0.3.4-canary.1849b0d0f","@firebase/component":"0.1.21-canary.1849b0d0f","@firebase/auth-interop-types":"0.1.5-canary.1849b0d0f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.1849b0d0f","@firebase/app-types":"0.6.1-canary.1849b0d0f","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.1849b0d0f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"aec3afd8eeb34d676672b0232aedab0d8686f4c9","size":965430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.1849b0d0f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.1849b0d0f_1606872768326_0.1883468171722551"},"_hasShrinkwrap":false,"publish_time":1606872768587,"_cnpm_publish_time":1606872768587,"contributors":[]},"0.8.1-canary.772c4d1b3":{"name":"@firebase/database","version":"0.8.1-canary.772c4d1b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.772c4d1b3","@firebase/logger":"0.2.6-canary.772c4d1b3","@firebase/util":"0.3.4-canary.772c4d1b3","@firebase/component":"0.1.21-canary.772c4d1b3","@firebase/auth-interop-types":"0.1.5-canary.772c4d1b3","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.772c4d1b3","@firebase/app-types":"0.6.1-canary.772c4d1b3","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.772c4d1b3","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d07f473acd552169180390eaecb27738e7265693","size":965428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.772c4d1b3.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.772c4d1b3_1606872137344_0.7199890114547189"},"_hasShrinkwrap":false,"publish_time":1606872137558,"_cnpm_publish_time":1606872137558,"contributors":[]},"0.8.1-canary.694a29911":{"name":"@firebase/database","version":"0.8.1-canary.694a29911","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.694a29911","@firebase/logger":"0.2.6-canary.694a29911","@firebase/util":"0.3.4-canary.694a29911","@firebase/component":"0.1.21-canary.694a29911","@firebase/auth-interop-types":"0.1.5-canary.694a29911","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.694a29911","@firebase/app-types":"0.6.1-canary.694a29911","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.694a29911","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0eaca0f907b829805a5540ae95061ac271452e46","size":965434,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.694a29911.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.694a29911_1606870237195_0.1648489421459387"},"_hasShrinkwrap":false,"publish_time":1606870237444,"_cnpm_publish_time":1606870237444,"contributors":[]},"0.8.1-canary.568214182":{"name":"@firebase/database","version":"0.8.1-canary.568214182","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.568214182","@firebase/logger":"0.2.6-canary.568214182","@firebase/util":"0.3.4-canary.568214182","@firebase/component":"0.1.21-canary.568214182","@firebase/auth-interop-types":"0.1.5-canary.568214182","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.568214182","@firebase/app-types":"0.6.1-canary.568214182","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.568214182","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"4cbba6739622cea9f6b6ae790c635c7d48c3c3e3","size":965431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.568214182.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.568214182_1606870059657_0.27603824867169746"},"_hasShrinkwrap":false,"publish_time":1606870059900,"_cnpm_publish_time":1606870059900,"contributors":[]},"0.8.1-canary.b87cfd13d":{"name":"@firebase/database","version":"0.8.1-canary.b87cfd13d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.b87cfd13d","@firebase/logger":"0.2.6-canary.b87cfd13d","@firebase/util":"0.3.4-canary.b87cfd13d","@firebase/component":"0.1.21-canary.b87cfd13d","@firebase/auth-interop-types":"0.1.5-canary.b87cfd13d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b87cfd13d","@firebase/app-types":"0.6.1-canary.b87cfd13d","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.b87cfd13d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"95c35a9aa4b3f054829874120dba78b4df5abc1d","size":965428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.b87cfd13d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.b87cfd13d_1606781501906_0.6786004622138866"},"_hasShrinkwrap":false,"publish_time":1606781502086,"_cnpm_publish_time":1606781502086,"contributors":[]},"0.8.1-canary.9c61afe3c":{"name":"@firebase/database","version":"0.8.1-canary.9c61afe3c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.9c61afe3c","@firebase/logger":"0.2.6-canary.9c61afe3c","@firebase/util":"0.3.4-canary.9c61afe3c","@firebase/component":"0.1.21-canary.9c61afe3c","@firebase/auth-interop-types":"0.1.5-canary.9c61afe3c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.9c61afe3c","@firebase/app-types":"0.6.1-canary.9c61afe3c","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.9c61afe3c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"dfca6c619f9e36f5fc46edecb71556fcaf5abe0c","size":965428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.9c61afe3c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.9c61afe3c_1606330041548_0.5352846941950391"},"_hasShrinkwrap":false,"publish_time":1606330041746,"_cnpm_publish_time":1606330041746,"contributors":[]},"0.8.1-canary.ddb7993dd":{"name":"@firebase/database","version":"0.8.1-canary.ddb7993dd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.ddb7993dd","@firebase/logger":"0.2.6-canary.ddb7993dd","@firebase/util":"0.3.4-canary.ddb7993dd","@firebase/component":"0.1.21-canary.ddb7993dd","@firebase/auth-interop-types":"0.1.5-canary.ddb7993dd","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.ddb7993dd","@firebase/app-types":"0.6.1-canary.ddb7993dd","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.ddb7993dd","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"509c221d8046f39fd4a54e1d127ffd33ecddfa71","size":965431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.ddb7993dd.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.ddb7993dd_1606263540291_0.22861120710795468"},"_hasShrinkwrap":false,"publish_time":1606263540481,"_cnpm_publish_time":1606263540481,"contributors":[]},"0.8.1-canary.83affbf30":{"name":"@firebase/database","version":"0.8.1-canary.83affbf30","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.83affbf30","@firebase/logger":"0.2.6-canary.83affbf30","@firebase/util":"0.3.4-canary.83affbf30","@firebase/component":"0.1.21-canary.83affbf30","@firebase/auth-interop-types":"0.1.5-canary.83affbf30","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.83affbf30","@firebase/app-types":"0.6.1-canary.83affbf30","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.83affbf30","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7a67152e0361cb256d769a9e7d63727e1cea35db","size":965429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.83affbf30.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.83affbf30_1606263459873_0.8874766993841998"},"_hasShrinkwrap":false,"publish_time":1606263460324,"_cnpm_publish_time":1606263460324,"contributors":[]},"0.8.1-canary.c76e1ffb8":{"name":"@firebase/database","version":"0.8.1-canary.c76e1ffb8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.c76e1ffb8","@firebase/logger":"0.2.6-canary.c76e1ffb8","@firebase/util":"0.3.4-canary.c76e1ffb8","@firebase/component":"0.1.21-canary.c76e1ffb8","@firebase/auth-interop-types":"0.1.5-canary.c76e1ffb8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.c76e1ffb8","@firebase/app-types":"0.6.1-canary.c76e1ffb8","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.c76e1ffb8","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"5ce57eb08fa84421f15c709d6d10c71803ee0572","size":965429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.c76e1ffb8.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.c76e1ffb8_1606238338001_0.7065082232150242"},"_hasShrinkwrap":false,"publish_time":1606238338362,"_cnpm_publish_time":1606238338362,"contributors":[]},"0.8.1-canary.6358fd076":{"name":"@firebase/database","version":"0.8.1-canary.6358fd076","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.6358fd076","@firebase/logger":"0.2.6-canary.6358fd076","@firebase/util":"0.3.4-canary.6358fd076","@firebase/component":"0.1.21-canary.6358fd076","@firebase/auth-interop-types":"0.1.5-canary.6358fd076","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6358fd076","@firebase/app-types":"0.6.1-canary.6358fd076","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.6358fd076","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"153431b018cf70554012a9f0efb51d991c052cdb","size":965432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.6358fd076.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.6358fd076_1606185132544_0.11193982611678899"},"_hasShrinkwrap":false,"publish_time":1606185132756,"_cnpm_publish_time":1606185132756,"contributors":[]},"0.8.1-canary.be56cd87a":{"name":"@firebase/database","version":"0.8.1-canary.be56cd87a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.be56cd87a","@firebase/logger":"0.2.6-canary.be56cd87a","@firebase/util":"0.3.4-canary.be56cd87a","@firebase/component":"0.1.21-canary.be56cd87a","@firebase/auth-interop-types":"0.1.5-canary.be56cd87a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.be56cd87a","@firebase/app-types":"0.6.1-canary.be56cd87a","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.be56cd87a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0fed1bea19c07d665b2424b599bb7d989223b504","size":965429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.be56cd87a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.be56cd87a_1606175453918_0.5692602898697405"},"_hasShrinkwrap":false,"publish_time":1606175454163,"_cnpm_publish_time":1606175454163,"contributors":[]},"0.8.1-canary.912744fcd":{"name":"@firebase/database","version":"0.8.1-canary.912744fcd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-canary.912744fcd","@firebase/logger":"0.2.6-canary.912744fcd","@firebase/util":"0.3.4-canary.912744fcd","@firebase/component":"0.1.21-canary.912744fcd","@firebase/auth-interop-types":"0.1.5-canary.912744fcd","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.912744fcd","@firebase/app-types":"0.6.1-canary.912744fcd","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-canary.912744fcd","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"22f7dce56d0517813167701eb2f89f8d10158071","size":965430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-canary.912744fcd.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-canary.912744fcd_1606174394430_0.4039445386073943"},"_hasShrinkwrap":false,"publish_time":1606174394663,"_cnpm_publish_time":1606174394663,"contributors":[]},"0.8.0-canary.80d19e2f6":{"name":"@firebase/database","version":"0.8.0-canary.80d19e2f6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.80d19e2f6","@firebase/logger":"0.2.6-canary.80d19e2f6","@firebase/util":"0.3.4-canary.80d19e2f6","@firebase/component":"0.1.21-canary.80d19e2f6","@firebase/auth-interop-types":"0.1.5-canary.80d19e2f6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.80d19e2f6","@firebase/app-types":"0.6.1-canary.80d19e2f6","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.0-canary.80d19e2f6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"df63cdadc511b266fae231f5ab7207e1fc8b29c1","size":965390,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0-canary.80d19e2f6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0-canary.80d19e2f6_1606163920143_0.7274304626400594"},"_hasShrinkwrap":false,"publish_time":1606163920333,"_cnpm_publish_time":1606163920333,"contributors":[]},"0.8.0-canary.3045a0e16":{"name":"@firebase/database","version":"0.8.0-canary.3045a0e16","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.3045a0e16","@firebase/logger":"0.2.6-canary.3045a0e16","@firebase/util":"0.3.4-canary.3045a0e16","@firebase/component":"0.1.21-canary.3045a0e16","@firebase/auth-interop-types":"0.1.5-canary.3045a0e16","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.3045a0e16","@firebase/app-types":"0.6.1-canary.3045a0e16","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.0-canary.3045a0e16","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"c5ec40a9def910f7412008723255c38694a664db","size":965391,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0-canary.3045a0e16.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0-canary.3045a0e16_1606162415330_0.08620446377405688"},"_hasShrinkwrap":false,"publish_time":1606162415623,"_cnpm_publish_time":1606162415623,"contributors":[]},"0.8.0-canary.3d5354021":{"name":"@firebase/database","version":"0.8.0-canary.3d5354021","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.3d5354021","@firebase/logger":"0.2.6-canary.3d5354021","@firebase/util":"0.3.4-canary.3d5354021","@firebase/component":"0.1.21-canary.3d5354021","@firebase/auth-interop-types":"0.1.5-canary.3d5354021","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.3d5354021","@firebase/app-types":"0.6.1-canary.3d5354021","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.0-canary.3d5354021","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"8032eed47ddad7ab63f983dfb4eb38aa3e305a8e","size":965752,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0-canary.3d5354021.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0-canary.3d5354021_1606045926395_0.5095949356499463"},"_hasShrinkwrap":false,"publish_time":1606045926670,"_cnpm_publish_time":1606045926670,"contributors":[]},"0.8.0-canary.4ffb6649c":{"name":"@firebase/database","version":"0.8.0-canary.4ffb6649c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.4ffb6649c","@firebase/logger":"0.2.6-canary.4ffb6649c","@firebase/util":"0.3.4-canary.4ffb6649c","@firebase/component":"0.1.21-canary.4ffb6649c","@firebase/auth-interop-types":"0.1.5-canary.4ffb6649c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4ffb6649c","@firebase/app-types":"0.6.1-canary.4ffb6649c","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.0-canary.4ffb6649c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b745e520d0f4d6ae19cbcc6bf80f09579fd52d78","size":965749,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0-canary.4ffb6649c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0-canary.4ffb6649c_1605918516765_0.16953161093406077"},"_hasShrinkwrap":false,"publish_time":1605918517053,"_cnpm_publish_time":1605918517053,"contributors":[]},"0.8.0-canary.3a19f9e69":{"name":"@firebase/database","version":"0.8.0-canary.3a19f9e69","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.3a19f9e69","@firebase/logger":"0.2.6-canary.3a19f9e69","@firebase/util":"0.3.4-canary.3a19f9e69","@firebase/component":"0.1.21-canary.3a19f9e69","@firebase/auth-interop-types":"0.1.5-canary.3a19f9e69","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.3a19f9e69","@firebase/app-types":"0.6.1-canary.3a19f9e69","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.0-canary.3a19f9e69","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"474c89d50809db3ab05f4eb8229b7f177fbfdd2e","size":965751,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0-canary.3a19f9e69.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0-canary.3a19f9e69_1605888841458_0.6132366915185277"},"_hasShrinkwrap":false,"publish_time":1605888841662,"_cnpm_publish_time":1605888841662,"contributors":[]},"0.8.1":{"name":"@firebase/database","version":"0.8.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.8.1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a7bc1c01052d35817a242c21bfe09ab29ee485a3","size":965724,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1_1605837018440_0.8951551904569099"},"_hasShrinkwrap":false,"publish_time":1605837018794,"_cnpm_publish_time":1605837018794,"contributors":[]},"0.8.1-2020102005919":{"name":"@firebase/database","version":"0.8.1-2020102005919","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.1-2020102005919","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.1-2020102005919","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a81586745a178c38a4abdffcfd0f8e7e881d6530","size":965786,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.1-2020102005919.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.1-2020102005919_1605834210937_0.7234125514806771"},"_hasShrinkwrap":false,"publish_time":1605834218157,"_cnpm_publish_time":1605834218157,"contributors":[]},"0.8.0-canary.bab4e1935":{"name":"@firebase/database","version":"0.8.0-canary.bab4e1935","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.bab4e1935","@firebase/logger":"0.2.6-canary.bab4e1935","@firebase/util":"0.3.4-canary.bab4e1935","@firebase/component":"0.1.21-canary.bab4e1935","@firebase/auth-interop-types":"0.1.5-canary.bab4e1935","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.bab4e1935","@firebase/app-types":"0.6.1-canary.bab4e1935","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.0-canary.bab4e1935","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"990e444bb11ab222f234028bc3d92b35ce6782c8","size":965748,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0-canary.bab4e1935.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0-canary.bab4e1935_1605833624511_0.21897135982589422"},"_hasShrinkwrap":false,"publish_time":1605833624816,"_cnpm_publish_time":1605833624816,"contributors":[]},"0.8.0-canary.4f6313262":{"name":"@firebase/database","version":"0.8.0-canary.4f6313262","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.4f6313262","@firebase/logger":"0.2.6-canary.4f6313262","@firebase/util":"0.3.4-canary.4f6313262","@firebase/component":"0.1.21-canary.4f6313262","@firebase/auth-interop-types":"0.1.5-canary.4f6313262","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4f6313262","@firebase/app-types":"0.6.1-canary.4f6313262","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.0-canary.4f6313262","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"dee6ffd6c28502d14b5f24abbc6c64e5e6300019","size":965751,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0-canary.4f6313262.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0-canary.4f6313262_1605832063509_0.4679404671098817"},"_hasShrinkwrap":false,"publish_time":1605832063704,"_cnpm_publish_time":1605832063704,"contributors":[]},"0.8.0-canary.3c3c5fa4c":{"name":"@firebase/database","version":"0.8.0-canary.3c3c5fa4c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.3c3c5fa4c","@firebase/logger":"0.2.6-canary.3c3c5fa4c","@firebase/util":"0.3.4-canary.3c3c5fa4c","@firebase/component":"0.1.21-canary.3c3c5fa4c","@firebase/auth-interop-types":"0.1.5-canary.3c3c5fa4c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.3c3c5fa4c","@firebase/app-types":"0.6.1-canary.3c3c5fa4c","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.0-canary.3c3c5fa4c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7a43feec2cee87d93f8ddae6055173af6460975c","size":965748,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0-canary.3c3c5fa4c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0-canary.3c3c5fa4c_1605828393204_0.2743930537503061"},"_hasShrinkwrap":false,"publish_time":1605828393340,"_cnpm_publish_time":1605828393340,"contributors":[]},"0.7.1-canary.b3ee391f7":{"name":"@firebase/database","version":"0.7.1-canary.b3ee391f7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.b3ee391f7","@firebase/logger":"0.2.6-canary.b3ee391f7","@firebase/util":"0.3.4-canary.b3ee391f7","@firebase/component":"0.1.21-canary.b3ee391f7","@firebase/auth-interop-types":"0.1.5-canary.b3ee391f7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.b3ee391f7","@firebase/app-types":"0.6.1-canary.b3ee391f7","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.b3ee391f7","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"9a8670d8c5712e7864088784f59d4d28a53898d2","size":965667,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.b3ee391f7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.b3ee391f7_1605826565189_0.6829800218078841"},"_hasShrinkwrap":false,"publish_time":1605826565353,"_cnpm_publish_time":1605826565353,"contributors":[]},"0.8.0":{"name":"@firebase/database","version":"0.8.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.8.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"0d61cb84f66a8fdf6febd1c2152e125ef7765bc5","size":965681,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0_1605825597947_0.3325347585615077"},"_hasShrinkwrap":false,"publish_time":1605825598217,"_cnpm_publish_time":1605825598217,"contributors":[]},"0.7.1-canary.9822e125c":{"name":"@firebase/database","version":"0.7.1-canary.9822e125c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.9822e125c","@firebase/logger":"0.2.6-canary.9822e125c","@firebase/util":"0.3.4-canary.9822e125c","@firebase/component":"0.1.21-canary.9822e125c","@firebase/auth-interop-types":"0.1.5-canary.9822e125c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.9822e125c","@firebase/app-types":"0.6.1-canary.9822e125c","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.9822e125c","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"dc2fb7a71831a60c9cbf928c821c62e5e635932a","size":965667,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.9822e125c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.9822e125c_1605810404323_0.6804866825984477"},"_hasShrinkwrap":false,"publish_time":1605810404529,"_cnpm_publish_time":1605810404529,"contributors":[]},"0.7.1-canary.27438f138":{"name":"@firebase/database","version":"0.7.1-canary.27438f138","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.27438f138","@firebase/logger":"0.2.6-canary.27438f138","@firebase/util":"0.3.4-canary.27438f138","@firebase/component":"0.1.21-canary.27438f138","@firebase/auth-interop-types":"0.1.5-canary.27438f138","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.27438f138","@firebase/app-types":"0.6.1-canary.27438f138","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.27438f138","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"9e88dceb010df5c1ac9e2338e8f70d23c609db0f","size":965668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.27438f138.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.27438f138_1605803511246_0.27645782551487086"},"_hasShrinkwrap":false,"publish_time":1605803511524,"_cnpm_publish_time":1605803511524,"contributors":[]},"0.7.1-canary.d934f74d6":{"name":"@firebase/database","version":"0.7.1-canary.d934f74d6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.d934f74d6","@firebase/logger":"0.2.6-canary.d934f74d6","@firebase/util":"0.3.4-canary.d934f74d6","@firebase/component":"0.1.21-canary.d934f74d6","@firebase/auth-interop-types":"0.1.5-canary.d934f74d6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.d934f74d6","@firebase/app-types":"0.6.1-canary.d934f74d6","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.d934f74d6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"a10aaa0733ad77c3f824be50ab7f4db2c2b544b8","size":965669,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.d934f74d6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.d934f74d6_1605725181997_0.9860949440831681"},"_hasShrinkwrap":false,"publish_time":1605725182232,"_cnpm_publish_time":1605725182232,"contributors":[]},"0.8.0-202010180421":{"name":"@firebase/database","version":"0.8.0-202010180421","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.8.0-202010180421","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"74c77956f00664e66bcb76efdb162229e70e678c","size":965753,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.8.0-202010180421.tgz"},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.8.0-202010180421_1605658246643_0.13165665727941223"},"_hasShrinkwrap":false,"publish_time":1605658246800,"_cnpm_publish_time":1605658246800,"contributors":[]},"0.7.1-canary.0c4f7944a":{"name":"@firebase/database","version":"0.7.1-canary.0c4f7944a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.0c4f7944a","@firebase/logger":"0.2.6-canary.0c4f7944a","@firebase/util":"0.3.4-canary.0c4f7944a","@firebase/component":"0.1.21-canary.0c4f7944a","@firebase/auth-interop-types":"0.1.5-canary.0c4f7944a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.0c4f7944a","@firebase/app-types":"0.6.1-canary.0c4f7944a","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.0c4f7944a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"75fc59817f96567680a29401d4d121e22c8cf3ff","size":965668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.0c4f7944a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.0c4f7944a_1605652863438_0.2137853651911905"},"_hasShrinkwrap":false,"publish_time":1605652863847,"_cnpm_publish_time":1605652863847,"contributors":[]},"0.7.1-canary.34973cde2":{"name":"@firebase/database","version":"0.7.1-canary.34973cde2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.34973cde2","@firebase/logger":"0.2.6-canary.34973cde2","@firebase/util":"0.3.4-canary.34973cde2","@firebase/component":"0.1.21-canary.34973cde2","@firebase/auth-interop-types":"0.1.5-canary.34973cde2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.34973cde2","@firebase/app-types":"0.6.1-canary.34973cde2","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.34973cde2","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d28e9eb435c39156db8e4e38a7494f2a67db16ef","size":965666,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.34973cde2.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.34973cde2_1605652354465_0.581141606910015"},"_hasShrinkwrap":false,"publish_time":1605652354630,"_cnpm_publish_time":1605652354630,"contributors":[]},"0.7.1-canary.fc9de467b":{"name":"@firebase/database","version":"0.7.1-canary.fc9de467b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.fc9de467b","@firebase/logger":"0.2.6-canary.fc9de467b","@firebase/util":"0.3.4-canary.fc9de467b","@firebase/component":"0.1.21-canary.fc9de467b","@firebase/auth-interop-types":"0.1.5-canary.fc9de467b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.fc9de467b","@firebase/app-types":"0.6.1-canary.fc9de467b","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.fc9de467b","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"9c719697c2599047a7f9fd19e69c3e68c38cf04f","size":955417,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.fc9de467b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.fc9de467b_1605642611652_0.4846667280796646"},"_hasShrinkwrap":false,"publish_time":1605642611889,"_cnpm_publish_time":1605642611889,"contributors":[]},"0.7.1-canary.d5baaff23":{"name":"@firebase/database","version":"0.7.1-canary.d5baaff23","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.d5baaff23","@firebase/logger":"0.2.6-canary.d5baaff23","@firebase/util":"0.3.4-canary.d5baaff23","@firebase/component":"0.1.21-canary.d5baaff23","@firebase/auth-interop-types":"0.1.5-canary.d5baaff23","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.d5baaff23","@firebase/app-types":"0.6.1-canary.d5baaff23","rollup":"2.33.2","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.d5baaff23","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"cc97d8cfa6367122028ee5c4affdc6d13d780a57","size":955413,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.d5baaff23.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.d5baaff23_1605642591859_0.8406712936760157"},"_hasShrinkwrap":false,"publish_time":1605642592101,"_cnpm_publish_time":1605642592101,"contributors":[]},"0.7.1-canary.4da7606a0":{"name":"@firebase/database","version":"0.7.1-canary.4da7606a0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.4da7606a0","@firebase/logger":"0.2.6-canary.4da7606a0","@firebase/util":"0.3.4-canary.4da7606a0","@firebase/component":"0.1.21-canary.4da7606a0","@firebase/auth-interop-types":"0.1.5-canary.4da7606a0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.4da7606a0","@firebase/app-types":"0.6.1-canary.4da7606a0","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.4da7606a0","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"18acc515032e8105b26c86a59c63cae49c929322","size":955415,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.4da7606a0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.4da7606a0_1605642513517_0.6098969073326546"},"_hasShrinkwrap":false,"publish_time":1605642513699,"_cnpm_publish_time":1605642513699,"contributors":[]},"0.7.1-canary.1d306453f":{"name":"@firebase/database","version":"0.7.1-canary.1d306453f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.1d306453f","@firebase/logger":"0.2.6-canary.1d306453f","@firebase/util":"0.3.4-canary.1d306453f","@firebase/component":"0.1.21-canary.1d306453f","@firebase/auth-interop-types":"0.1.5-canary.1d306453f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.1d306453f","@firebase/app-types":"0.6.1-canary.1d306453f","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.1d306453f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2cade67f90b262740dc625c29347de499b7faaff","size":955418,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.1d306453f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.1d306453f_1605639755584_0.7585614021231184"},"_hasShrinkwrap":false,"publish_time":1605639755846,"_cnpm_publish_time":1605639755846,"contributors":[]},"0.7.1-canary.7bb22733f":{"name":"@firebase/database","version":"0.7.1-canary.7bb22733f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.7bb22733f","@firebase/logger":"0.2.6-canary.7bb22733f","@firebase/util":"0.3.4-canary.7bb22733f","@firebase/component":"0.1.21-canary.7bb22733f","@firebase/auth-interop-types":"0.1.5-canary.7bb22733f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.7bb22733f","@firebase/app-types":"0.6.1-canary.7bb22733f","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.7bb22733f","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"58ae2a8be734758683b87ab33f41ab8025cae929","size":955419,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.7bb22733f.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.7bb22733f_1605639011586_0.3861860664319656"},"_hasShrinkwrap":false,"publish_time":1605639011844,"_cnpm_publish_time":1605639011844,"contributors":[]},"0.7.1-canary.e0bf3f70b":{"name":"@firebase/database","version":"0.7.1-canary.e0bf3f70b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.e0bf3f70b","@firebase/logger":"0.2.6-canary.e0bf3f70b","@firebase/util":"0.3.4-canary.e0bf3f70b","@firebase/component":"0.1.21-canary.e0bf3f70b","@firebase/auth-interop-types":"0.1.5-canary.e0bf3f70b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.e0bf3f70b","@firebase/app-types":"0.6.1-canary.e0bf3f70b","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.e0bf3f70b","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"89d63575fd17e7db72439b014b98a5e313e6c2b9","size":955415,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.e0bf3f70b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.e0bf3f70b_1605634750358_0.018164574050554938"},"_hasShrinkwrap":false,"publish_time":1605634750616,"_cnpm_publish_time":1605634750616,"contributors":[]},"0.7.1-canary.6a154eb13":{"name":"@firebase/database","version":"0.7.1-canary.6a154eb13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.6a154eb13","@firebase/logger":"0.2.6-canary.6a154eb13","@firebase/util":"0.3.4-canary.6a154eb13","@firebase/component":"0.1.21-canary.6a154eb13","@firebase/auth-interop-types":"0.1.5-canary.6a154eb13","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6a154eb13","@firebase/app-types":"0.6.1-canary.6a154eb13","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.6a154eb13","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"f20bcfdb4045e3d7cd1308c5013bd7a717fd88c0","size":955417,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.6a154eb13.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.6a154eb13_1605557157675_0.6457369272984548"},"_hasShrinkwrap":false,"publish_time":1605557157967,"_cnpm_publish_time":1605557157967,"contributors":[]},"0.7.1-canary.6cd65fca4":{"name":"@firebase/database","version":"0.7.1-canary.6cd65fca4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.6cd65fca4","@firebase/logger":"0.2.6-canary.6cd65fca4","@firebase/util":"0.3.4-canary.6cd65fca4","@firebase/component":"0.1.21-canary.6cd65fca4","@firebase/auth-interop-types":"0.1.5-canary.6cd65fca4","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6cd65fca4","@firebase/app-types":"0.6.1-canary.6cd65fca4","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.6cd65fca4","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2fba1d35ecb7e7c991bad9eed6c45c667b4076fb","size":955416,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.6cd65fca4.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.6cd65fca4_1605551033560_0.8305656412696301"},"_hasShrinkwrap":false,"publish_time":1605551033784,"_cnpm_publish_time":1605551033784,"contributors":[]},"0.7.1-canary.6c6c49ad6":{"name":"@firebase/database","version":"0.7.1-canary.6c6c49ad6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.6c6c49ad6","@firebase/logger":"0.2.6-canary.6c6c49ad6","@firebase/util":"0.3.4-canary.6c6c49ad6","@firebase/component":"0.1.21-canary.6c6c49ad6","@firebase/auth-interop-types":"0.1.5-canary.6c6c49ad6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6c6c49ad6","@firebase/app-types":"0.6.1-canary.6c6c49ad6","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.6c6c49ad6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"bcc224152b391852b06667c9f8cfb9e518a3f12b","size":955417,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.6c6c49ad6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.6c6c49ad6_1605297191759_0.42570220428789196"},"_hasShrinkwrap":false,"publish_time":1605297191918,"_cnpm_publish_time":1605297191918,"contributors":[]},"0.7.1-canary.ad44c195b":{"name":"@firebase/database","version":"0.7.1-canary.ad44c195b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.ad44c195b","@firebase/logger":"0.2.6-canary.ad44c195b","@firebase/util":"0.3.4-canary.ad44c195b","@firebase/component":"0.1.21-canary.ad44c195b","@firebase/auth-interop-types":"0.1.5-canary.ad44c195b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.ad44c195b","@firebase/app-types":"0.6.1-canary.ad44c195b","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.ad44c195b","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0db20b3c1f2f031cf7a93d4757f9b04bafe05519","size":955417,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.ad44c195b.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.ad44c195b_1605288815784_0.6745248774052466"},"_hasShrinkwrap":false,"publish_time":1605288815938,"_cnpm_publish_time":1605288815938,"contributors":[]},"0.7.1-canary.5b2d1073a":{"name":"@firebase/database","version":"0.7.1-canary.5b2d1073a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.5b2d1073a","@firebase/logger":"0.2.6-canary.5b2d1073a","@firebase/util":"0.3.4-canary.5b2d1073a","@firebase/component":"0.1.21-canary.5b2d1073a","@firebase/auth-interop-types":"0.1.5-canary.5b2d1073a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.5b2d1073a","@firebase/app-types":"0.6.1-canary.5b2d1073a","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.5b2d1073a","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"1163d46ae0aafd09688622002048c4134fe64344","size":955416,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.5b2d1073a.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.5b2d1073a_1605225224535_0.03738280683924455"},"_hasShrinkwrap":false,"publish_time":1605225224817,"_cnpm_publish_time":1605225224817,"contributors":[]},"0.7.1-canary.5ba4c2670":{"name":"@firebase/database","version":"0.7.1-canary.5ba4c2670","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.5ba4c2670","@firebase/logger":"0.2.6-canary.5ba4c2670","@firebase/util":"0.3.4-canary.5ba4c2670","@firebase/component":"0.1.21-canary.5ba4c2670","@firebase/auth-interop-types":"0.1.5-canary.5ba4c2670","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.5ba4c2670","@firebase/app-types":"0.6.1-canary.5ba4c2670","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.5ba4c2670","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"15124beb7f238e41a7db1981fe73d482176a3683","size":955415,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.5ba4c2670.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.5ba4c2670_1605223706707_0.33991154938082135"},"_hasShrinkwrap":false,"publish_time":1605223706906,"_cnpm_publish_time":1605223706906,"contributors":[]},"0.7.1-canary.f69db37ca":{"name":"@firebase/database","version":"0.7.1-canary.f69db37ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.f69db37ca","@firebase/logger":"0.2.6-canary.f69db37ca","@firebase/util":"0.3.4-canary.f69db37ca","@firebase/component":"0.1.21-canary.f69db37ca","@firebase/auth-interop-types":"0.1.5-canary.f69db37ca","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f69db37ca","@firebase/app-types":"0.6.1-canary.f69db37ca","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.f69db37ca","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"a44197da2fcaa4d9b8423b4156f0fa87d754e8f4","size":955416,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.f69db37ca.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.f69db37ca_1605223597438_0.4337945830795751"},"_hasShrinkwrap":false,"publish_time":1605223597656,"_cnpm_publish_time":1605223597656,"contributors":[]},"0.7.1-canary.743a244c6":{"name":"@firebase/database","version":"0.7.1-canary.743a244c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.743a244c6","@firebase/logger":"0.2.6-canary.743a244c6","@firebase/util":"0.3.4-canary.743a244c6","@firebase/component":"0.1.21-canary.743a244c6","@firebase/auth-interop-types":"0.1.5-canary.743a244c6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.743a244c6","@firebase/app-types":"0.6.1-canary.743a244c6","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.743a244c6","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"b8a05b722e8a1b1c2f04fb2fdf9644626d156c9f","size":955418,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.743a244c6.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.743a244c6_1605220209175_0.3809613061785553"},"_hasShrinkwrap":false,"publish_time":1605220209415,"_cnpm_publish_time":1605220209415,"contributors":[]},"0.7.1-canary.6dffdf2eb":{"name":"@firebase/database","version":"0.7.1-canary.6dffdf2eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.6dffdf2eb","@firebase/logger":"0.2.6-canary.6dffdf2eb","@firebase/util":"0.3.4-canary.6dffdf2eb","@firebase/component":"0.1.21-canary.6dffdf2eb","@firebase/auth-interop-types":"0.1.5-canary.6dffdf2eb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6dffdf2eb","@firebase/app-types":"0.6.1-canary.6dffdf2eb","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.6dffdf2eb","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"67d15f051915dec668b72fdf5dac9c7b77f05f39","size":955413,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.6dffdf2eb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.6dffdf2eb_1605210752347_0.3028584366100271"},"_hasShrinkwrap":false,"publish_time":1605210752549,"_cnpm_publish_time":1605210752549,"contributors":[]},"0.7.1-canary.eff049b75":{"name":"@firebase/database","version":"0.7.1-canary.eff049b75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.eff049b75","@firebase/logger":"0.2.6-canary.eff049b75","@firebase/util":"0.3.4-canary.eff049b75","@firebase/component":"0.1.21-canary.eff049b75","@firebase/auth-interop-types":"0.1.5-canary.eff049b75","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.eff049b75","@firebase/app-types":"0.6.1-canary.eff049b75","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.eff049b75","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2f596629e172f89809273e5334590d05e736224e","size":955392,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.eff049b75.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.eff049b75_1605202126362_0.2832494054481629"},"_hasShrinkwrap":false,"publish_time":1605202126546,"_cnpm_publish_time":1605202126546,"contributors":[]},"0.7.1-canary.c2b215c19":{"name":"@firebase/database","version":"0.7.1-canary.c2b215c19","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.c2b215c19","@firebase/logger":"0.2.6-canary.c2b215c19","@firebase/util":"0.3.4-canary.c2b215c19","@firebase/component":"0.1.21-canary.c2b215c19","@firebase/auth-interop-types":"0.1.5-canary.c2b215c19","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.c2b215c19","@firebase/app-types":"0.6.1-canary.c2b215c19","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.c2b215c19","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"2a414e144335ebf35d2431cfb23abb97e8ac76a0","size":955393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.c2b215c19.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.c2b215c19_1605145640038_0.860882769023672"},"_hasShrinkwrap":false,"publish_time":1605145640318,"_cnpm_publish_time":1605145640318,"contributors":[]},"0.7.1-canary.d2adf4e3e":{"name":"@firebase/database","version":"0.7.1-canary.d2adf4e3e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.d2adf4e3e","@firebase/logger":"0.2.6-canary.d2adf4e3e","@firebase/util":"0.3.4-canary.d2adf4e3e","@firebase/component":"0.1.21-canary.d2adf4e3e","@firebase/auth-interop-types":"0.1.5-canary.d2adf4e3e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.d2adf4e3e","@firebase/app-types":"0.6.1-canary.d2adf4e3e","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.d2adf4e3e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"7855de2417bc7943548db17f69fcd914ee1513e3","size":955389,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.d2adf4e3e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.d2adf4e3e_1605130605832_0.9500054919360315"},"_hasShrinkwrap":false,"publish_time":1605130606014,"_cnpm_publish_time":1605130606014,"contributors":[]},"0.7.1-canary.8602cda89":{"name":"@firebase/database","version":"0.7.1-canary.8602cda89","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.8602cda89","@firebase/logger":"0.2.6-canary.8602cda89","@firebase/util":"0.3.4-canary.8602cda89","@firebase/component":"0.1.21-canary.8602cda89","@firebase/auth-interop-types":"0.1.5-canary.8602cda89","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.8602cda89","@firebase/app-types":"0.6.1-canary.8602cda89","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.8602cda89","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d97fd367909726696f6d786009c75652a30d8a2c","size":955393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.8602cda89.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.8602cda89_1605125066630_0.28218156436505937"},"_hasShrinkwrap":false,"publish_time":1605125066804,"_cnpm_publish_time":1605125066804,"contributors":[]},"0.7.1-canary.a4507adb5":{"name":"@firebase/database","version":"0.7.1-canary.a4507adb5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.a4507adb5","@firebase/logger":"0.2.6-canary.a4507adb5","@firebase/util":"0.3.4-canary.a4507adb5","@firebase/component":"0.1.21-canary.a4507adb5","@firebase/auth-interop-types":"0.1.5-canary.a4507adb5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.a4507adb5","@firebase/app-types":"0.6.1-canary.a4507adb5","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.a4507adb5","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"75a149a7ed56e83e59e34f97b0fd5c23006a44a8","size":955391,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.a4507adb5.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.a4507adb5_1605118581788_0.08344909044471138"},"_hasShrinkwrap":false,"publish_time":1605118582104,"_cnpm_publish_time":1605118582104,"contributors":[]},"0.7.1-canary.47b182b91":{"name":"@firebase/database","version":"0.7.1-canary.47b182b91","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.47b182b91","@firebase/logger":"0.2.6-canary.47b182b91","@firebase/util":"0.3.4-canary.47b182b91","@firebase/component":"0.1.21-canary.47b182b91","@firebase/auth-interop-types":"0.1.5-canary.47b182b91","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.47b182b91","@firebase/app-types":"0.6.1-canary.47b182b91","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.47b182b91","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"d68c525018422ee7f70693127601cb5a8bd67fbf","size":955394,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.47b182b91.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.47b182b91_1605051747243_0.25610994855850966"},"_hasShrinkwrap":false,"publish_time":1605051747467,"_cnpm_publish_time":1605051747467,"contributors":[]},"0.7.1-canary.82ef45bfc":{"name":"@firebase/database","version":"0.7.1-canary.82ef45bfc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.82ef45bfc","@firebase/logger":"0.2.6-canary.82ef45bfc","@firebase/util":"0.3.4-canary.82ef45bfc","@firebase/component":"0.1.21-canary.82ef45bfc","@firebase/auth-interop-types":"0.1.5-canary.82ef45bfc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.82ef45bfc","@firebase/app-types":"0.6.1-canary.82ef45bfc","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.82ef45bfc","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"4592d8bcb65ab67dcb45010785cc8f7271c4348a","size":955391,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.82ef45bfc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.82ef45bfc_1605048218129_0.9928640795958044"},"_hasShrinkwrap":false,"publish_time":1605048218321,"_cnpm_publish_time":1605048218321,"contributors":[]},"0.7.1-canary.f676f6790":{"name":"@firebase/database","version":"0.7.1-canary.f676f6790","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.f676f6790","@firebase/logger":"0.2.6-canary.f676f6790","@firebase/util":"0.3.4-canary.f676f6790","@firebase/component":"0.1.21-canary.f676f6790","@firebase/auth-interop-types":"0.1.5-canary.f676f6790","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f676f6790","@firebase/app-types":"0.6.1-canary.f676f6790","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.f676f6790","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"768c0ad754d1d3cc5eb61263a0f023c2b9e77f58","size":955393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.f676f6790.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.f676f6790_1605037408071_0.6478560526715675"},"_hasShrinkwrap":false,"publish_time":1605037408242,"_cnpm_publish_time":1605037408242,"contributors":[]},"0.7.1-canary.484e90a1d":{"name":"@firebase/database","version":"0.7.1-canary.484e90a1d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.484e90a1d","@firebase/logger":"0.2.6-canary.484e90a1d","@firebase/util":"0.3.4-canary.484e90a1d","@firebase/component":"0.1.21-canary.484e90a1d","@firebase/auth-interop-types":"0.1.5-canary.484e90a1d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.484e90a1d","@firebase/app-types":"0.6.1-canary.484e90a1d","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.484e90a1d","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"80803933be7700b964804065eda2fb03a3511b69","size":955392,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.484e90a1d.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.484e90a1d_1604962194379_0.16065660148561323"},"_hasShrinkwrap":false,"publish_time":1604962194659,"_cnpm_publish_time":1604962194659,"contributors":[]},"0.7.1-canary.6be9225fc":{"name":"@firebase/database","version":"0.7.1-canary.6be9225fc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.6be9225fc","@firebase/logger":"0.2.6-canary.6be9225fc","@firebase/util":"0.3.4-canary.6be9225fc","@firebase/component":"0.1.21-canary.6be9225fc","@firebase/auth-interop-types":"0.1.5-canary.6be9225fc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.6be9225fc","@firebase/app-types":"0.6.1-canary.6be9225fc","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.6be9225fc","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"240b4f2a49fbcbfd2a0e6f08aef0d04296b53643","size":955392,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.6be9225fc.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.6be9225fc_1604945131225_0.8443987598617348"},"_hasShrinkwrap":false,"publish_time":1604945131507,"_cnpm_publish_time":1604945131507,"contributors":[]},"0.7.1-canary.2d325e77e":{"name":"@firebase/database","version":"0.7.1-canary.2d325e77e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.2d325e77e","@firebase/logger":"0.2.6-canary.2d325e77e","@firebase/util":"0.3.4-canary.2d325e77e","@firebase/component":"0.1.21-canary.2d325e77e","@firebase/auth-interop-types":"0.1.5-canary.2d325e77e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.2d325e77e","@firebase/app-types":"0.6.1-canary.2d325e77e","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.2d325e77e","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"6b231286d39fdf3b7cdee663049bcdb0bbd007f9","size":955393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.2d325e77e.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.2d325e77e_1604703192965_0.4603157737472028"},"_hasShrinkwrap":false,"publish_time":1604703193299,"_cnpm_publish_time":1604703193299,"contributors":[]},"0.7.1-canary.f9dc50e35":{"name":"@firebase/database","version":"0.7.1-canary.f9dc50e35","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.f9dc50e35","@firebase/logger":"0.2.6-canary.f9dc50e35","@firebase/util":"0.3.4-canary.f9dc50e35","@firebase/component":"0.1.21-canary.f9dc50e35","@firebase/auth-interop-types":"0.1.5-canary.f9dc50e35","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.f9dc50e35","@firebase/app-types":"0.6.1-canary.f9dc50e35","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.f9dc50e35","_nodeVersion":"10.23.0","_npmVersion":"6.14.8","dist":{"shasum":"0ddd9a618542e5c7002e3d9c38d3b8a800a81446","size":955392,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.f9dc50e35.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.f9dc50e35_1604624083384_0.45679942101266624"},"_hasShrinkwrap":false,"publish_time":1604624083562,"_cnpm_publish_time":1604624083562,"contributors":[]},"0.7.1-canary.996004f65":{"name":"@firebase/database","version":"0.7.1-canary.996004f65","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.996004f65","@firebase/logger":"0.2.6-canary.996004f65","@firebase/util":"0.3.4-canary.996004f65","@firebase/component":"0.1.21-canary.996004f65","@firebase/auth-interop-types":"0.1.5-canary.996004f65","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-canary.996004f65","@firebase/app-types":"0.6.1-canary.996004f65","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-canary.996004f65","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"72c6aae504e32e0500f346b9a9f887103ddb5484","size":955396,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-canary.996004f65.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-canary.996004f65_1604611339628_0.05143692979332304"},"_hasShrinkwrap":false,"publish_time":1604611339778,"_cnpm_publish_time":1604611339778,"contributors":[]},"0.7.1":{"name":"@firebase/database","version":"0.7.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4","@firebase/component":"0.1.21","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13","@firebase/app-types":"0.6.1","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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/database@0.7.1","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"900d2e6ed734249e65e5f159293830e4f4285d6e","size":955341,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1_1604608037115_0.11805730988411756"},"_hasShrinkwrap":false,"publish_time":1604608037321,"_cnpm_publish_time":1604608037321,"contributors":[]},"0.7.0-canary.c47ba31d0":{"name":"@firebase/database","version":"0.7.0-canary.c47ba31d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.c47ba31d0","@firebase/logger":"0.2.6-canary.c47ba31d0","@firebase/util":"0.3.3-canary.c47ba31d0","@firebase/component":"0.1.20-canary.c47ba31d0","@firebase/auth-interop-types":"0.1.5-canary.c47ba31d0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.c47ba31d0","@firebase/app-types":"0.6.1-canary.c47ba31d0","rollup":"2.33.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.c47ba31d0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"9e7578a0d8a30446a150d7af07e76b8fe593b40b","size":955334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.c47ba31d0.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.c47ba31d0_1604603819926_0.8034361499258598"},"_hasShrinkwrap":false,"publish_time":1604603820151,"_cnpm_publish_time":1604603820151,"contributors":[]},"0.7.0-canary.14d023db7":{"name":"@firebase/database","version":"0.7.0-canary.14d023db7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.14d023db7","@firebase/logger":"0.2.6-canary.14d023db7","@firebase/util":"0.3.3-canary.14d023db7","@firebase/component":"0.1.20-canary.14d023db7","@firebase/auth-interop-types":"0.1.5-canary.14d023db7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.14d023db7","@firebase/app-types":"0.6.1-canary.14d023db7","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.14d023db7","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"125777b0ccb4d4f0f37dc6bdb23213bae0c1e21e","size":955335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.14d023db7.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.14d023db7_1604538189024_0.5877004056459412"},"_hasShrinkwrap":false,"publish_time":1604538189253,"_cnpm_publish_time":1604538189253,"contributors":[]},"0.7.0-canary.9d424f5da":{"name":"@firebase/database","version":"0.7.0-canary.9d424f5da","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.9d424f5da","@firebase/logger":"0.2.6-canary.9d424f5da","@firebase/util":"0.3.3-canary.9d424f5da","@firebase/component":"0.1.20-canary.9d424f5da","@firebase/auth-interop-types":"0.1.5-canary.9d424f5da","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.9d424f5da","@firebase/app-types":"0.6.1-canary.9d424f5da","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.9d424f5da","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"8ce823bee77bde99423d2fa878c0797455cc4328","size":955335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.9d424f5da.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.9d424f5da_1604532208248_0.7522092796382105"},"_hasShrinkwrap":false,"publish_time":1604532208686,"_cnpm_publish_time":1604532208686,"contributors":[]},"0.7.0-canary.39847b8ec":{"name":"@firebase/database","version":"0.7.0-canary.39847b8ec","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.39847b8ec","@firebase/logger":"0.2.6-canary.39847b8ec","@firebase/util":"0.3.3-canary.39847b8ec","@firebase/component":"0.1.20-canary.39847b8ec","@firebase/auth-interop-types":"0.1.5-canary.39847b8ec","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.39847b8ec","@firebase/app-types":"0.6.1-canary.39847b8ec","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.39847b8ec","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"26f6aa001ea2c730cfadc0039a7054d9a1210d9c","size":955337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.39847b8ec.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.39847b8ec_1604518005815_0.3139782482434599"},"_hasShrinkwrap":false,"publish_time":1604518006133,"_cnpm_publish_time":1604518006133,"contributors":[]},"0.7.0-canary.86971662c":{"name":"@firebase/database","version":"0.7.0-canary.86971662c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.86971662c","@firebase/logger":"0.2.6-canary.86971662c","@firebase/util":"0.3.3-canary.86971662c","@firebase/component":"0.1.20-canary.86971662c","@firebase/auth-interop-types":"0.1.5-canary.86971662c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.86971662c","@firebase/app-types":"0.6.1-canary.86971662c","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.86971662c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"2a2e7024eb8e994397075fd98cbc73599319ad0e","size":955338,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.86971662c.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.86971662c_1604446179071_0.6943259202814105"},"_hasShrinkwrap":false,"publish_time":1604446179286,"_cnpm_publish_time":1604446179286,"contributors":[]},"0.7.1-2020103231751":{"name":"@firebase/database","version":"0.7.1-2020103231751","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.4-2020103231751","@firebase/component":"0.1.21-2020103231751","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.13-2020103231751","@firebase/app-types":"0.6.1","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.1-2020103231751","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"e342e4cacb4bae9f9d6e62d5f840a33124e95a54","size":955397,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.1-2020103231751.tgz"},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.1-2020103231751_1604445999423_0.5215336563712021"},"_hasShrinkwrap":false,"publish_time":1604445999646,"_cnpm_publish_time":1604445999646,"contributors":[]},"0.7.0-canary.007ddd1eb":{"name":"@firebase/database","version":"0.7.0-canary.007ddd1eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.007ddd1eb","@firebase/logger":"0.2.6-canary.007ddd1eb","@firebase/util":"0.3.3-canary.007ddd1eb","@firebase/component":"0.1.20-canary.007ddd1eb","@firebase/auth-interop-types":"0.1.5-canary.007ddd1eb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.007ddd1eb","@firebase/app-types":"0.6.1-canary.007ddd1eb","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.007ddd1eb","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"06d8267ff718c26c6437c06cc54399d7eccd182a","size":955332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.007ddd1eb.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.007ddd1eb_1604428602264_0.11314977733939902"},"_hasShrinkwrap":false,"publish_time":1604428602582,"_cnpm_publish_time":1604428602582,"contributors":[]},"0.7.0-canary.d7c6d6213":{"name":"@firebase/database","version":"0.7.0-canary.d7c6d6213","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.d7c6d6213","@firebase/logger":"0.2.6-canary.d7c6d6213","@firebase/util":"0.3.3-canary.d7c6d6213","@firebase/component":"0.1.20-canary.d7c6d6213","@firebase/auth-interop-types":"0.1.5-canary.d7c6d6213","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.d7c6d6213","@firebase/app-types":"0.6.1-canary.d7c6d6213","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.d7c6d6213","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"fcbc0082afc9f3c865f655a92e23d14408f0036e","size":955335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.d7c6d6213.tgz"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.d7c6d6213_1604424212171_0.8230591852144513"},"_hasShrinkwrap":false,"publish_time":1604424212383,"_cnpm_publish_time":1604424212383,"contributors":[]},"0.7.0-canary.a74a1d167":{"name":"@firebase/database","version":"0.7.0-canary.a74a1d167","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.a74a1d167","@firebase/logger":"0.2.6-canary.a74a1d167","@firebase/util":"0.3.3-canary.a74a1d167","@firebase/component":"0.1.20-canary.a74a1d167","@firebase/auth-interop-types":"0.1.5-canary.a74a1d167","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.a74a1d167","@firebase/app-types":"0.6.1-canary.a74a1d167","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.a74a1d167","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"79c8b885fcf4e9c8ae5897ced0d745b2c89e0c8d","size":955335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.a74a1d167.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.a74a1d167_1604368539207_0.16997320391131931"},"_hasShrinkwrap":false,"publish_time":1604368539401,"_cnpm_publish_time":1604368539401,"contributors":[]},"0.7.0-canary.6ef39d4d3":{"name":"@firebase/database","version":"0.7.0-canary.6ef39d4d3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.6ef39d4d3","@firebase/logger":"0.2.6-canary.6ef39d4d3","@firebase/util":"0.3.3-canary.6ef39d4d3","@firebase/component":"0.1.20-canary.6ef39d4d3","@firebase/auth-interop-types":"0.1.5-canary.6ef39d4d3","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.6ef39d4d3","@firebase/app-types":"0.6.1-canary.6ef39d4d3","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.6ef39d4d3","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0b6e1f51e55571eb58c68db97290ff103f6bc9bd","size":955334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.6ef39d4d3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.6ef39d4d3_1604077571570_0.28785278577243"},"_hasShrinkwrap":false,"publish_time":1604077571765,"_cnpm_publish_time":1604077571765,"contributors":[]},"0.7.0-canary.2ac31a1db":{"name":"@firebase/database","version":"0.7.0-canary.2ac31a1db","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.2ac31a1db","@firebase/logger":"0.2.6-canary.2ac31a1db","@firebase/util":"0.3.3-canary.2ac31a1db","@firebase/component":"0.1.20-canary.2ac31a1db","@firebase/auth-interop-types":"0.1.5-canary.2ac31a1db","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.2ac31a1db","@firebase/app-types":"0.6.1-canary.2ac31a1db","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.2ac31a1db","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"68d12d727a052ccf9990dd7d9b6f64af7168c3ae","size":955331,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.2ac31a1db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.2ac31a1db_1604011966956_0.8975470781116939"},"_hasShrinkwrap":false,"publish_time":1604011967193,"_cnpm_publish_time":1604011967193,"contributors":[]},"0.7.0-canary.54a46f89c":{"name":"@firebase/database","version":"0.7.0-canary.54a46f89c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.54a46f89c","@firebase/logger":"0.2.6-canary.54a46f89c","@firebase/util":"0.3.3-canary.54a46f89c","@firebase/component":"0.1.20-canary.54a46f89c","@firebase/auth-interop-types":"0.1.5-canary.54a46f89c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.54a46f89c","@firebase/app-types":"0.6.1-canary.54a46f89c","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.54a46f89c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1672195944aaef0dc183766da4c40208430b7caf","size":955337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.54a46f89c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.54a46f89c_1604009074887_0.8558627171964941"},"_hasShrinkwrap":false,"publish_time":1604009075081,"_cnpm_publish_time":1604009075081,"contributors":[]},"0.7.0-canary.f68ce2437":{"name":"@firebase/database","version":"0.7.0-canary.f68ce2437","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.f68ce2437","@firebase/logger":"0.2.6-canary.f68ce2437","@firebase/util":"0.3.3-canary.f68ce2437","@firebase/component":"0.1.20-canary.f68ce2437","@firebase/auth-interop-types":"0.1.5-canary.f68ce2437","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.f68ce2437","@firebase/app-types":"0.6.1-canary.f68ce2437","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.f68ce2437","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"88b1bdb6d3b39d1904e5b5ce0919dbadb6ad6adb","size":955336,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.f68ce2437.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.f68ce2437_1604006455347_0.32196464082239284"},"_hasShrinkwrap":false,"publish_time":1604006455578,"_cnpm_publish_time":1604006455578,"contributors":[]},"0.7.0-canary.3f6f5e491":{"name":"@firebase/database","version":"0.7.0-canary.3f6f5e491","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.3f6f5e491","@firebase/logger":"0.2.6-canary.3f6f5e491","@firebase/util":"0.3.3-canary.3f6f5e491","@firebase/component":"0.1.20-canary.3f6f5e491","@firebase/auth-interop-types":"0.1.5-canary.3f6f5e491","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.3f6f5e491","@firebase/app-types":"0.6.1-canary.3f6f5e491","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.3f6f5e491","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"7b6f0cb532f4fc4fd16a136d855b2aa941903df7","size":955336,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.3f6f5e491.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.3f6f5e491_1604002781885_0.6710705105858037"},"_hasShrinkwrap":false,"publish_time":1604002782262,"_cnpm_publish_time":1604002782262,"contributors":[]},"0.7.0-canary.a7991f42f":{"name":"@firebase/database","version":"0.7.0-canary.a7991f42f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.a7991f42f","@firebase/logger":"0.2.6-canary.a7991f42f","@firebase/util":"0.3.3-canary.a7991f42f","@firebase/component":"0.1.20-canary.a7991f42f","@firebase/auth-interop-types":"0.1.5-canary.a7991f42f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.a7991f42f","@firebase/app-types":"0.6.1-canary.a7991f42f","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.a7991f42f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3174317167006c79497ac11226a63bfdbe756362","size":955337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.a7991f42f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.a7991f42f_1604002100254_0.6906847902612356"},"_hasShrinkwrap":false,"publish_time":1604002100475,"_cnpm_publish_time":1604002100475,"contributors":[]},"0.7.0-canary.1cdd3ab34":{"name":"@firebase/database","version":"0.7.0-canary.1cdd3ab34","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.1cdd3ab34","@firebase/logger":"0.2.6-canary.1cdd3ab34","@firebase/util":"0.3.3-canary.1cdd3ab34","@firebase/component":"0.1.20-canary.1cdd3ab34","@firebase/auth-interop-types":"0.1.5-canary.1cdd3ab34","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.1cdd3ab34","@firebase/app-types":"0.6.1-canary.1cdd3ab34","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.1cdd3ab34","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"748405a96530f9a6c8a111e3441f3ca36d25e1e8","size":955333,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.1cdd3ab34.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.1cdd3ab34_1604001883597_0.6781825247338578"},"_hasShrinkwrap":false,"publish_time":1604001883896,"_cnpm_publish_time":1604001883896,"contributors":[]},"0.7.0-canary.de5237f91":{"name":"@firebase/database","version":"0.7.0-canary.de5237f91","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.de5237f91","@firebase/logger":"0.2.6-canary.de5237f91","@firebase/util":"0.3.3-canary.de5237f91","@firebase/component":"0.1.20-canary.de5237f91","@firebase/auth-interop-types":"0.1.5-canary.de5237f91","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.de5237f91","@firebase/app-types":"0.6.1-canary.de5237f91","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.de5237f91","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"da51ba5e8cd2ae05eaa88001ced0a705b0011594","size":955335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.de5237f91.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.de5237f91_1603999037077_0.9403343777282163"},"_hasShrinkwrap":false,"publish_time":1603999037315,"_cnpm_publish_time":1603999037315,"contributors":[]},"0.7.0-canary.7e3846b0f":{"name":"@firebase/database","version":"0.7.0-canary.7e3846b0f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.7e3846b0f","@firebase/logger":"0.2.6-canary.7e3846b0f","@firebase/util":"0.3.3-canary.7e3846b0f","@firebase/component":"0.1.20-canary.7e3846b0f","@firebase/auth-interop-types":"0.1.5-canary.7e3846b0f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.7e3846b0f","@firebase/app-types":"0.6.1-canary.7e3846b0f","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.7e3846b0f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"8465487ac92169105b3780caaf9a2b0e29f03f96","size":955336,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.7e3846b0f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.7e3846b0f_1603996186230_0.3884881034045169"},"_hasShrinkwrap":false,"publish_time":1603996186590,"_cnpm_publish_time":1603996186590,"contributors":[]},"0.7.0-canary.0c602aa0a":{"name":"@firebase/database","version":"0.7.0-canary.0c602aa0a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.0c602aa0a","@firebase/logger":"0.2.6-canary.0c602aa0a","@firebase/util":"0.3.3-canary.0c602aa0a","@firebase/component":"0.1.20-canary.0c602aa0a","@firebase/auth-interop-types":"0.1.5-canary.0c602aa0a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.0c602aa0a","@firebase/app-types":"0.6.1-canary.0c602aa0a","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.0c602aa0a","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e8b4074ced41644bea92293436f00e81755d6be0","size":955331,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.0c602aa0a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.0c602aa0a_1603991514678_0.001900291563316836"},"_hasShrinkwrap":false,"publish_time":1603991514943,"_cnpm_publish_time":1603991514943,"contributors":[]},"0.7.0-canary.973cdfa7f":{"name":"@firebase/database","version":"0.7.0-canary.973cdfa7f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.973cdfa7f","@firebase/logger":"0.2.6-canary.973cdfa7f","@firebase/util":"0.3.3-canary.973cdfa7f","@firebase/component":"0.1.20-canary.973cdfa7f","@firebase/auth-interop-types":"0.1.5-canary.973cdfa7f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.973cdfa7f","@firebase/app-types":"0.6.1-canary.973cdfa7f","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.973cdfa7f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"9548c45fdee2bf4844b7aeb8389029e7c9734cdb","size":955334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.973cdfa7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.973cdfa7f_1603967344286_0.07846601718774027"},"_hasShrinkwrap":false,"publish_time":1603967344456,"_cnpm_publish_time":1603967344456,"contributors":[]},"0.7.0-canary.6f06d840e":{"name":"@firebase/database","version":"0.7.0-canary.6f06d840e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.6f06d840e","@firebase/logger":"0.2.6-canary.6f06d840e","@firebase/util":"0.3.3-canary.6f06d840e","@firebase/component":"0.1.20-canary.6f06d840e","@firebase/auth-interop-types":"0.1.5-canary.6f06d840e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.6f06d840e","@firebase/app-types":"0.6.1-canary.6f06d840e","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.6f06d840e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"efec6dd3bfaa9644d1f755e65b450881adb1e628","size":955337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.6f06d840e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.6f06d840e_1603930203511_0.451710096328662"},"_hasShrinkwrap":false,"publish_time":1603930203765,"_cnpm_publish_time":1603930203765,"contributors":[]},"0.7.0-canary.878a1bff0":{"name":"@firebase/database","version":"0.7.0-canary.878a1bff0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.878a1bff0","@firebase/logger":"0.2.6-canary.878a1bff0","@firebase/util":"0.3.3-canary.878a1bff0","@firebase/component":"0.1.20-canary.878a1bff0","@firebase/auth-interop-types":"0.1.5-canary.878a1bff0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.878a1bff0","@firebase/app-types":"0.6.1-canary.878a1bff0","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.878a1bff0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ab501d020aa9023287ba58c5c2d34520c9a7c68d","size":955333,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.878a1bff0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.878a1bff0_1603910019972_0.03143704180524032"},"_hasShrinkwrap":false,"publish_time":1603910020189,"_cnpm_publish_time":1603910020189,"contributors":[]},"0.7.0-canary.9c0a47f43":{"name":"@firebase/database","version":"0.7.0-canary.9c0a47f43","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.9c0a47f43","@firebase/logger":"0.2.6-canary.9c0a47f43","@firebase/util":"0.3.3-canary.9c0a47f43","@firebase/component":"0.1.20-canary.9c0a47f43","@firebase/auth-interop-types":"0.1.5-canary.9c0a47f43","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.9c0a47f43","@firebase/app-types":"0.6.1-canary.9c0a47f43","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.9c0a47f43","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0ce47bb7b85c57a909307cae90f8c854caffcbbc","size":955335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.9c0a47f43.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.9c0a47f43_1603907678847_0.5414894906997436"},"_hasShrinkwrap":false,"publish_time":1603907679098,"_cnpm_publish_time":1603907679098,"contributors":[]},"0.7.0-canary.b5e9d6ae8":{"name":"@firebase/database","version":"0.7.0-canary.b5e9d6ae8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.b5e9d6ae8","@firebase/logger":"0.2.6-canary.b5e9d6ae8","@firebase/util":"0.3.3-canary.b5e9d6ae8","@firebase/component":"0.1.20-canary.b5e9d6ae8","@firebase/auth-interop-types":"0.1.5-canary.b5e9d6ae8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.b5e9d6ae8","@firebase/app-types":"0.6.1-canary.b5e9d6ae8","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.b5e9d6ae8","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"4426f36cb2be1494d9c10f89e49cce4af28b03e1","size":955333,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.b5e9d6ae8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.b5e9d6ae8_1603905124831_0.2260571203423698"},"_hasShrinkwrap":false,"publish_time":1603905125020,"_cnpm_publish_time":1603905125020,"contributors":[]},"0.7.0-canary.8f3bb8038":{"name":"@firebase/database","version":"0.7.0-canary.8f3bb8038","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.8f3bb8038","@firebase/logger":"0.2.6-canary.8f3bb8038","@firebase/util":"0.3.3-canary.8f3bb8038","@firebase/component":"0.1.20-canary.8f3bb8038","@firebase/auth-interop-types":"0.1.5-canary.8f3bb8038","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.8f3bb8038","@firebase/app-types":"0.6.1-canary.8f3bb8038","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.8f3bb8038","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"77ea9bdf0d21d01efccf89e09d946e10e44d7715","size":955336,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.8f3bb8038.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.8f3bb8038_1603904231985_0.5221859257622556"},"_hasShrinkwrap":false,"publish_time":1603904232189,"_cnpm_publish_time":1603904232189,"contributors":[]},"0.7.0-canary.a8df66983":{"name":"@firebase/database","version":"0.7.0-canary.a8df66983","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.a8df66983","@firebase/logger":"0.2.6-canary.a8df66983","@firebase/util":"0.3.3-canary.a8df66983","@firebase/component":"0.1.20-canary.a8df66983","@firebase/auth-interop-types":"0.1.5-canary.a8df66983","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.a8df66983","@firebase/app-types":"0.6.1-canary.a8df66983","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.a8df66983","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"d48d2e057ac2bf923a610f7b1c897f137cb62d01","size":955335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.a8df66983.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.a8df66983_1603904164352_0.2911730600992912"},"_hasShrinkwrap":false,"publish_time":1603904164646,"_cnpm_publish_time":1603904164646,"contributors":[]},"0.7.0-canary.8922f543c":{"name":"@firebase/database","version":"0.7.0-canary.8922f543c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.8922f543c","@firebase/logger":"0.2.6-canary.8922f543c","@firebase/util":"0.3.3-canary.8922f543c","@firebase/component":"0.1.20-canary.8922f543c","@firebase/auth-interop-types":"0.1.5-canary.8922f543c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.8922f543c","@firebase/app-types":"0.6.1-canary.8922f543c","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.8922f543c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"442d33e358ce199dcdd87283960be107093722b1","size":955337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.8922f543c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.8922f543c_1603841950562_0.9639164924552279"},"_hasShrinkwrap":false,"publish_time":1603841950733,"_cnpm_publish_time":1603841950733,"contributors":[]},"0.7.0-canary.e0f296dd8":{"name":"@firebase/database","version":"0.7.0-canary.e0f296dd8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.e0f296dd8","@firebase/logger":"0.2.6-canary.e0f296dd8","@firebase/util":"0.3.3-canary.e0f296dd8","@firebase/component":"0.1.20-canary.e0f296dd8","@firebase/auth-interop-types":"0.1.5-canary.e0f296dd8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.e0f296dd8","@firebase/app-types":"0.6.1-canary.e0f296dd8","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.e0f296dd8","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3c733d959b64fb36c636d3fb95dad1246d7d8d12","size":955334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.e0f296dd8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.e0f296dd8_1603835000111_0.042777464395698406"},"_hasShrinkwrap":false,"publish_time":1603835000468,"_cnpm_publish_time":1603835000468,"contributors":[]},"0.7.0-canary.9cf727fcc":{"name":"@firebase/database","version":"0.7.0-canary.9cf727fcc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.9cf727fcc","@firebase/logger":"0.2.6-canary.9cf727fcc","@firebase/util":"0.3.3-canary.9cf727fcc","@firebase/component":"0.1.20-canary.9cf727fcc","@firebase/auth-interop-types":"0.1.5-canary.9cf727fcc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.9cf727fcc","@firebase/app-types":"0.6.1-canary.9cf727fcc","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.9cf727fcc","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a9ed84f769ccf16642485b9cef915b058d2b0875","size":955334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.9cf727fcc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.9cf727fcc_1603834980703_0.11786861196071374"},"_hasShrinkwrap":false,"publish_time":1603834980926,"_cnpm_publish_time":1603834980926,"contributors":[]},"0.7.0-canary.ab0f64357":{"name":"@firebase/database","version":"0.7.0-canary.ab0f64357","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.ab0f64357","@firebase/logger":"0.2.6-canary.ab0f64357","@firebase/util":"0.3.3-canary.ab0f64357","@firebase/component":"0.1.20-canary.ab0f64357","@firebase/auth-interop-types":"0.1.5-canary.ab0f64357","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.ab0f64357","@firebase/app-types":"0.6.1-canary.ab0f64357","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.ab0f64357","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"80b8ce50f58ac831564caa310305c8a34ecac577","size":955335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.ab0f64357.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.ab0f64357_1603834403058_0.6161937003329396"},"_hasShrinkwrap":false,"publish_time":1603834403271,"_cnpm_publish_time":1603834403271,"contributors":[]},"0.7.0-canary.8e9604f71":{"name":"@firebase/database","version":"0.7.0-canary.8e9604f71","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.8e9604f71","@firebase/logger":"0.2.6-canary.8e9604f71","@firebase/util":"0.3.3-canary.8e9604f71","@firebase/component":"0.1.20-canary.8e9604f71","@firebase/auth-interop-types":"0.1.5-canary.8e9604f71","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.8e9604f71","@firebase/app-types":"0.6.1-canary.8e9604f71","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.8e9604f71","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"4d2b216fabdc88dccf31d883ebef320dfb1d6659","size":955337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.8e9604f71.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.8e9604f71_1603834199334_0.68656431998779"},"_hasShrinkwrap":false,"publish_time":1603834199570,"_cnpm_publish_time":1603834199570,"contributors":[]},"0.7.0-canary.a9ba7ba7c":{"name":"@firebase/database","version":"0.7.0-canary.a9ba7ba7c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.a9ba7ba7c","@firebase/logger":"0.2.6-canary.a9ba7ba7c","@firebase/util":"0.3.3-canary.a9ba7ba7c","@firebase/component":"0.1.20-canary.a9ba7ba7c","@firebase/auth-interop-types":"0.1.5-canary.a9ba7ba7c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.a9ba7ba7c","@firebase/app-types":"0.6.1-canary.a9ba7ba7c","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.a9ba7ba7c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"5e9c57f2d727b2b499bb3190819db5805686f5c6","size":955333,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.a9ba7ba7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.a9ba7ba7c_1603747553440_0.5870244139304701"},"_hasShrinkwrap":false,"publish_time":1603747553712,"_cnpm_publish_time":1603747553712,"contributors":[]},"0.7.0-canary.519d2cf64":{"name":"@firebase/database","version":"0.7.0-canary.519d2cf64","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-canary.519d2cf64","@firebase/logger":"0.2.6-canary.519d2cf64","@firebase/util":"0.3.3-canary.519d2cf64","@firebase/component":"0.1.20-canary.519d2cf64","@firebase/auth-interop-types":"0.1.5-canary.519d2cf64","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-canary.519d2cf64","@firebase/app-types":"0.6.1-canary.519d2cf64","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-canary.519d2cf64","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"2a19bba976b46cc417f4a83ebf9c40f1339722ec","size":955335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-canary.519d2cf64.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-canary.519d2cf64_1603746634338_0.1603249993977247"},"_hasShrinkwrap":false,"publish_time":1603746634679,"_cnpm_publish_time":1603746634679,"contributors":[]},"0.7.0":{"name":"@firebase/database","version":"0.7.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0","@firebase/logger":"0.2.6","@firebase/util":"0.3.3","@firebase/component":"0.1.20","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12","@firebase/app-types":"0.6.1","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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/database@0.7.0","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"969b69e5ac6a9ef6c388a2a50fcdf7ea44fbc580","size":955280,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0_1603743243316_0.7888321586119722"},"_hasShrinkwrap":false,"publish_time":1603743243590,"_cnpm_publish_time":1603743243590,"contributors":[]},"0.7.0-2020926155854":{"name":"@firebase/database","version":"0.7.0-2020926155854","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-2020926155854","@firebase/logger":"0.2.6","@firebase/util":"0.3.3-2020926155854","@firebase/component":"0.1.20-2020926155854","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-2020926155854","@firebase/app-types":"0.6.1","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-2020926155854","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"009ab5dcec2f1fc1878a6ea587e051e4df353925","size":955342,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-2020926155854.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-2020926155854_1603728903172_0.43444034427684874"},"_hasShrinkwrap":false,"publish_time":1603728903622,"_cnpm_publish_time":1603728903622,"contributors":[]},"0.6.13-canary.03e907092":{"name":"@firebase/database","version":"0.6.13-canary.03e907092","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.03e907092","@firebase/logger":"0.2.6-canary.03e907092","@firebase/util":"0.3.2-canary.03e907092","@firebase/component":"0.1.19-canary.03e907092","@firebase/auth-interop-types":"0.1.5-canary.03e907092","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.03e907092","@firebase/app-types":"0.6.1-canary.03e907092","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.03e907092","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"7fb52a6e541362808f859884c07b2a3799614884","size":954911,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.03e907092.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.03e907092_1603727786209_0.11622239616689645"},"_hasShrinkwrap":false,"publish_time":1603727786459,"_cnpm_publish_time":1603727786459,"contributors":[]},"0.6.13-canary.541944bf2":{"name":"@firebase/database","version":"0.6.13-canary.541944bf2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.541944bf2","@firebase/logger":"0.2.6-canary.541944bf2","@firebase/util":"0.3.2-canary.541944bf2","@firebase/component":"0.1.19-canary.541944bf2","@firebase/auth-interop-types":"0.1.5-canary.541944bf2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.541944bf2","@firebase/app-types":"0.6.1-canary.541944bf2","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.541944bf2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0c2b8aca4dea9dfd6d0ecda5dd544ba62062c105","size":954912,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.541944bf2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.541944bf2_1603402887758_0.04882843170384099"},"_hasShrinkwrap":false,"publish_time":1603402887874,"_cnpm_publish_time":1603402887874,"contributors":[]},"0.6.13-canary.3f4cbf761":{"name":"@firebase/database","version":"0.6.13-canary.3f4cbf761","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.3f4cbf761","@firebase/logger":"0.2.6-canary.3f4cbf761","@firebase/util":"0.3.2-canary.3f4cbf761","@firebase/component":"0.1.19-canary.3f4cbf761","@firebase/auth-interop-types":"0.1.5-canary.3f4cbf761","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.3f4cbf761","@firebase/app-types":"0.6.1-canary.3f4cbf761","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.3f4cbf761","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ddb4a90869f0e49e455c3426fc86e630713107ae","size":954910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.3f4cbf761.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.3f4cbf761_1603401898801_0.03346342986154238"},"_hasShrinkwrap":false,"publish_time":1603401898939,"_cnpm_publish_time":1603401898939,"contributors":[]},"0.6.13-canary.64c8d04c2":{"name":"@firebase/database","version":"0.6.13-canary.64c8d04c2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.64c8d04c2","@firebase/logger":"0.2.6-canary.64c8d04c2","@firebase/util":"0.3.2-canary.64c8d04c2","@firebase/component":"0.1.19-canary.64c8d04c2","@firebase/auth-interop-types":"0.1.5-canary.64c8d04c2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.64c8d04c2","@firebase/app-types":"0.6.1-canary.64c8d04c2","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.64c8d04c2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"73040587205b8ef2edee4e58bd7dbeda0ffbf81f","size":954910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.64c8d04c2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.64c8d04c2_1603401171916_0.9378497353621225"},"_hasShrinkwrap":false,"publish_time":1603401172101,"_cnpm_publish_time":1603401172101,"contributors":[]},"0.7.0-2020922203858":{"name":"@firebase/database","version":"0.7.0-2020922203858","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.6.0-2020922203858","@firebase/logger":"0.2.6","@firebase/util":"0.3.3-2020922203858","@firebase/component":"0.1.20-2020922203858","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.12-2020922203858","@firebase/app-types":"0.6.1","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.7.0-2020922203858","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"ac3cbc8dbe765f2d47c0d0cee46e0067c0b122b8","size":955344,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.7.0-2020922203858.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.7.0-2020922203858_1603399505080_0.9811201117272659"},"_hasShrinkwrap":false,"publish_time":1603399505243,"_cnpm_publish_time":1603399505243,"contributors":[]},"0.6.13-canary.f4110cc5b":{"name":"@firebase/database","version":"0.6.13-canary.f4110cc5b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.f4110cc5b","@firebase/logger":"0.2.6-canary.f4110cc5b","@firebase/util":"0.3.2-canary.f4110cc5b","@firebase/component":"0.1.19-canary.f4110cc5b","@firebase/auth-interop-types":"0.1.5-canary.f4110cc5b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.f4110cc5b","@firebase/app-types":"0.6.1-canary.f4110cc5b","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.f4110cc5b","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"234bda6f6294a9f3203954c65dd7c73533b9eba2","size":954908,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.f4110cc5b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.f4110cc5b_1603393081078_0.7583803192723768"},"_hasShrinkwrap":false,"publish_time":1603393081292,"_cnpm_publish_time":1603393081292,"contributors":[]},"0.6.13-canary.3e7175da5":{"name":"@firebase/database","version":"0.6.13-canary.3e7175da5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.3e7175da5","@firebase/logger":"0.2.6-canary.3e7175da5","@firebase/util":"0.3.2-canary.3e7175da5","@firebase/component":"0.1.19-canary.3e7175da5","@firebase/auth-interop-types":"0.1.5-canary.3e7175da5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.3e7175da5","@firebase/app-types":"0.6.1-canary.3e7175da5","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.3e7175da5","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"67d23c8e9d787ae87ef16ca9417877f357f62c9c","size":954910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.3e7175da5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.3e7175da5_1603389886684_0.9488181383294649"},"_hasShrinkwrap":false,"publish_time":1603389886894,"_cnpm_publish_time":1603389886894,"contributors":[]},"0.6.13-canary.7c15fb0a0":{"name":"@firebase/database","version":"0.6.13-canary.7c15fb0a0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.7c15fb0a0","@firebase/logger":"0.2.6-canary.7c15fb0a0","@firebase/util":"0.3.2-canary.7c15fb0a0","@firebase/component":"0.1.19-canary.7c15fb0a0","@firebase/auth-interop-types":"0.1.5-canary.7c15fb0a0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.7c15fb0a0","@firebase/app-types":"0.6.1-canary.7c15fb0a0","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.7c15fb0a0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"6562d50245ac22af48753a3ee4af2229fe933ab4","size":954907,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.7c15fb0a0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.7c15fb0a0_1603318982821_0.15512575793598882"},"_hasShrinkwrap":false,"publish_time":1603318983036,"_cnpm_publish_time":1603318983036,"contributors":[]},"0.6.13-canary.602ec18e9":{"name":"@firebase/database","version":"0.6.13-canary.602ec18e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.602ec18e9","@firebase/logger":"0.2.6-canary.602ec18e9","@firebase/util":"0.3.2-canary.602ec18e9","@firebase/component":"0.1.19-canary.602ec18e9","@firebase/auth-interop-types":"0.1.5-canary.602ec18e9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.602ec18e9","@firebase/app-types":"0.6.1-canary.602ec18e9","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.602ec18e9","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a689ff25b225273889327a44b43f321b162d3f96","size":954910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.602ec18e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.602ec18e9_1603234028092_0.1809217276821895"},"_hasShrinkwrap":false,"publish_time":1603234028343,"_cnpm_publish_time":1603234028343,"contributors":[]},"0.6.13-canary.9719635fe":{"name":"@firebase/database","version":"0.6.13-canary.9719635fe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.9719635fe","@firebase/logger":"0.2.6-canary.9719635fe","@firebase/util":"0.3.2-canary.9719635fe","@firebase/component":"0.1.19-canary.9719635fe","@firebase/auth-interop-types":"0.1.5-canary.9719635fe","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.9719635fe","@firebase/app-types":"0.6.1-canary.9719635fe","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.9719635fe","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"7089a2d641e05b6ed6f81914e5b8d9c6cedf2870","size":954914,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.9719635fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.9719635fe_1603231314246_0.23256009440940995"},"_hasShrinkwrap":false,"publish_time":1603231314508,"_cnpm_publish_time":1603231314508,"contributors":[]},"0.6.13-canary.b247ffa76":{"name":"@firebase/database","version":"0.6.13-canary.b247ffa76","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b247ffa76","@firebase/logger":"0.2.6-canary.b247ffa76","@firebase/util":"0.3.2-canary.b247ffa76","@firebase/component":"0.1.19-canary.b247ffa76","@firebase/auth-interop-types":"0.1.5-canary.b247ffa76","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b247ffa76","@firebase/app-types":"0.6.1-canary.b247ffa76","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.b247ffa76","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"81c614e57f6ec0f0e38fa0819c23548ac6a7ba1e","size":954909,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.b247ffa76.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.b247ffa76_1603229390073_0.5537596900434416"},"_hasShrinkwrap":false,"publish_time":1603229390252,"_cnpm_publish_time":1603229390252,"contributors":[]},"0.6.13-canary.2b06694da":{"name":"@firebase/database","version":"0.6.13-canary.2b06694da","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.2b06694da","@firebase/logger":"0.2.6-canary.2b06694da","@firebase/util":"0.3.2-canary.2b06694da","@firebase/component":"0.1.19-canary.2b06694da","@firebase/auth-interop-types":"0.1.5-canary.2b06694da","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.2b06694da","@firebase/app-types":"0.6.1-canary.2b06694da","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.2b06694da","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"769258a1ac68382cb8973cf6286024425880c30e","size":954910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.2b06694da.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.2b06694da_1603224338283_0.19105913100809002"},"_hasShrinkwrap":false,"publish_time":1603224338505,"_cnpm_publish_time":1603224338505,"contributors":[]},"0.6.13-canary.ca04eda40":{"name":"@firebase/database","version":"0.6.13-canary.ca04eda40","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.ca04eda40","@firebase/logger":"0.2.6-canary.ca04eda40","@firebase/util":"0.3.2-canary.ca04eda40","@firebase/component":"0.1.19-canary.ca04eda40","@firebase/auth-interop-types":"0.1.5-canary.ca04eda40","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.ca04eda40","@firebase/app-types":"0.6.1-canary.ca04eda40","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.ca04eda40","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3645353fe37977739437a8f8393df115ea5d0827","size":954905,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.ca04eda40.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.ca04eda40_1603222687082_0.17964676880846797"},"_hasShrinkwrap":false,"publish_time":1603222687400,"_cnpm_publish_time":1603222687400,"contributors":[]},"0.6.13-canary.ef33328f7":{"name":"@firebase/database","version":"0.6.13-canary.ef33328f7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.ef33328f7","@firebase/logger":"0.2.6-canary.ef33328f7","@firebase/util":"0.3.2-canary.ef33328f7","@firebase/component":"0.1.19-canary.ef33328f7","@firebase/auth-interop-types":"0.1.5-canary.ef33328f7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.ef33328f7","@firebase/app-types":"0.6.1-canary.ef33328f7","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.ef33328f7","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"014a89bd7d168d402b0b5b8069db36711bdacb73","size":954911,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.ef33328f7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.ef33328f7_1603220354707_0.1272585726703317"},"_hasShrinkwrap":false,"publish_time":1603220354980,"_cnpm_publish_time":1603220354980,"contributors":[]},"0.6.13-canary.4b540f91d":{"name":"@firebase/database","version":"0.6.13-canary.4b540f91d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.4b540f91d","@firebase/logger":"0.2.6-canary.4b540f91d","@firebase/util":"0.3.2-canary.4b540f91d","@firebase/component":"0.1.19-canary.4b540f91d","@firebase/auth-interop-types":"0.1.5-canary.4b540f91d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.4b540f91d","@firebase/app-types":"0.6.1-canary.4b540f91d","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.4b540f91d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"80cb4a9c22a9230bcf5074894ea4b7accce11a88","size":951696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.4b540f91d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.4b540f91d_1603217339359_0.7706151296451214"},"_hasShrinkwrap":false,"publish_time":1603217339518,"_cnpm_publish_time":1603217339518,"contributors":[]},"0.6.13-canary.a5768b0aa":{"name":"@firebase/database","version":"0.6.13-canary.a5768b0aa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.a5768b0aa","@firebase/logger":"0.2.6-canary.a5768b0aa","@firebase/util":"0.3.2-canary.a5768b0aa","@firebase/component":"0.1.19-canary.a5768b0aa","@firebase/auth-interop-types":"0.1.5-canary.a5768b0aa","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.a5768b0aa","@firebase/app-types":"0.6.1-canary.a5768b0aa","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.a5768b0aa","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e92d25ec97eaaf803bca6eed8fa93f7f12359408","size":951695,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.a5768b0aa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.a5768b0aa_1603212859287_0.09454046199432042"},"_hasShrinkwrap":false,"publish_time":1603212859726,"_cnpm_publish_time":1603212859726,"contributors":[]},"0.6.13-canary.eded21827":{"name":"@firebase/database","version":"0.6.13-canary.eded21827","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.eded21827","@firebase/logger":"0.2.6-canary.eded21827","@firebase/util":"0.3.2-canary.eded21827","@firebase/component":"0.1.19-canary.eded21827","@firebase/auth-interop-types":"0.1.5-canary.eded21827","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.eded21827","@firebase/app-types":"0.6.1-canary.eded21827","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.eded21827","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"72dfa0e54b8ce96a59b1bf14c64dea6591c75fe3","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.eded21827.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.eded21827_1603167577873_0.7226192866752557"},"_hasShrinkwrap":false,"publish_time":1603167578086,"_cnpm_publish_time":1603167578086,"contributors":[]},"0.6.13-canary.b6a9bf0a1":{"name":"@firebase/database","version":"0.6.13-canary.b6a9bf0a1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b6a9bf0a1","@firebase/logger":"0.2.6-canary.b6a9bf0a1","@firebase/util":"0.3.2-canary.b6a9bf0a1","@firebase/component":"0.1.19-canary.b6a9bf0a1","@firebase/auth-interop-types":"0.1.5-canary.b6a9bf0a1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b6a9bf0a1","@firebase/app-types":"0.6.1-canary.b6a9bf0a1","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.b6a9bf0a1","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"9aa99a31cee87215cd1ef8667268d62c256c277a","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.b6a9bf0a1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.b6a9bf0a1_1603151763201_0.688207456992417"},"_hasShrinkwrap":false,"publish_time":1603151763325,"_cnpm_publish_time":1603151763325,"contributors":[]},"0.6.13-canary.0204abfd4":{"name":"@firebase/database","version":"0.6.13-canary.0204abfd4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0204abfd4","@firebase/logger":"0.2.6-canary.0204abfd4","@firebase/util":"0.3.2-canary.0204abfd4","@firebase/component":"0.1.19-canary.0204abfd4","@firebase/auth-interop-types":"0.1.5-canary.0204abfd4","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.0204abfd4","@firebase/app-types":"0.6.1-canary.0204abfd4","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.0204abfd4","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"cc042090bbc91bdeda5a3cf7c44673caa20e996d","size":1255323,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.0204abfd4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.0204abfd4_1603134162467_0.6911777596367272"},"_hasShrinkwrap":false,"publish_time":1603134162756,"_cnpm_publish_time":1603134162756,"contributors":[]},"0.6.13-canary.2fce62a95":{"name":"@firebase/database","version":"0.6.13-canary.2fce62a95","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.2fce62a95","@firebase/logger":"0.2.6-canary.2fce62a95","@firebase/util":"0.3.2-canary.2fce62a95","@firebase/component":"0.1.19-canary.2fce62a95","@firebase/auth-interop-types":"0.1.5-canary.2fce62a95","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.2fce62a95","@firebase/app-types":"0.6.1-canary.2fce62a95","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.2fce62a95","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"d950c91689d578fc49e86e58efb706143076fd8e","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.2fce62a95.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.2fce62a95_1603131223029_0.11570946407729976"},"_hasShrinkwrap":false,"publish_time":1603131223301,"_cnpm_publish_time":1603131223301,"contributors":[]},"0.6.13-canary.49378bf58":{"name":"@firebase/database","version":"0.6.13-canary.49378bf58","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.49378bf58","@firebase/logger":"0.2.6-canary.49378bf58","@firebase/util":"0.3.2-canary.49378bf58","@firebase/component":"0.1.19-canary.49378bf58","@firebase/auth-interop-types":"0.1.5-canary.49378bf58","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.49378bf58","@firebase/app-types":"0.6.1-canary.49378bf58","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.49378bf58","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"5f472a929bf83b988b32aed2160f96fa5f7e9cd9","size":1255335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.49378bf58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.49378bf58_1603127775523_0.67468464640947"},"_hasShrinkwrap":false,"publish_time":1603127775725,"_cnpm_publish_time":1603127775725,"contributors":[]},"0.6.13-canary.fc3bf652f":{"name":"@firebase/database","version":"0.6.13-canary.fc3bf652f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.fc3bf652f","@firebase/logger":"0.2.6-canary.fc3bf652f","@firebase/util":"0.3.2-canary.fc3bf652f","@firebase/component":"0.1.19-canary.fc3bf652f","@firebase/auth-interop-types":"0.1.5-canary.fc3bf652f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.fc3bf652f","@firebase/app-types":"0.6.1-canary.fc3bf652f","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.fc3bf652f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"89e394af8863d006250c1ca285bbe22317a95ee8","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.fc3bf652f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.fc3bf652f_1603125776986_0.6599723448344239"},"_hasShrinkwrap":false,"publish_time":1603125777244,"_cnpm_publish_time":1603125777244,"contributors":[]},"0.6.13-canary.7d916d905":{"name":"@firebase/database","version":"0.6.13-canary.7d916d905","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.7d916d905","@firebase/logger":"0.2.6-canary.7d916d905","@firebase/util":"0.3.2-canary.7d916d905","@firebase/component":"0.1.19-canary.7d916d905","@firebase/auth-interop-types":"0.1.5-canary.7d916d905","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.7d916d905","@firebase/app-types":"0.6.1-canary.7d916d905","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.7d916d905","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"487253879f21d468b632840a45e90108978315a0","size":1255332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.7d916d905.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.7d916d905_1603125569466_0.8519842437264766"},"_hasShrinkwrap":false,"publish_time":1603125569694,"_cnpm_publish_time":1603125569694,"contributors":[]},"0.6.13-canary.959e21a11":{"name":"@firebase/database","version":"0.6.13-canary.959e21a11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.959e21a11","@firebase/logger":"0.2.6-canary.959e21a11","@firebase/util":"0.3.2-canary.959e21a11","@firebase/component":"0.1.19-canary.959e21a11","@firebase/auth-interop-types":"0.1.5-canary.959e21a11","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.959e21a11","@firebase/app-types":"0.6.1-canary.959e21a11","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.959e21a11","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"cef834da34678131ee7b2e80613a6b1a013d2dac","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.959e21a11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.959e21a11_1602882152251_0.7818845287545857"},"_hasShrinkwrap":false,"publish_time":1602882152578,"_cnpm_publish_time":1602882152578,"contributors":[]},"0.6.13-canary.79b049375":{"name":"@firebase/database","version":"0.6.13-canary.79b049375","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.79b049375","@firebase/logger":"0.2.6-canary.79b049375","@firebase/util":"0.3.2-canary.79b049375","@firebase/component":"0.1.19-canary.79b049375","@firebase/auth-interop-types":"0.1.5-canary.79b049375","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.79b049375","@firebase/app-types":"0.6.1-canary.79b049375","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.79b049375","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"7c6aab9a841d84141cfb80647ad1699a85aa9583","size":1255334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.79b049375.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.79b049375_1602848002448_0.1977010035460245"},"_hasShrinkwrap":false,"publish_time":1602848002635,"_cnpm_publish_time":1602848002635,"contributors":[]},"0.6.13-canary.8939aeca0":{"name":"@firebase/database","version":"0.6.13-canary.8939aeca0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.8939aeca0","@firebase/logger":"0.2.6-canary.8939aeca0","@firebase/util":"0.3.2-canary.8939aeca0","@firebase/component":"0.1.19-canary.8939aeca0","@firebase/auth-interop-types":"0.1.5-canary.8939aeca0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.8939aeca0","@firebase/app-types":"0.6.1-canary.8939aeca0","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.8939aeca0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a326df3fe7805f26a0b78ff187c01acad6819aff","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.8939aeca0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.8939aeca0_1602805563559_0.6588365145461803"},"_hasShrinkwrap":false,"publish_time":1602805563754,"_cnpm_publish_time":1602805563754,"contributors":[]},"0.6.13-canary.ffef32e38":{"name":"@firebase/database","version":"0.6.13-canary.ffef32e38","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.ffef32e38","@firebase/logger":"0.2.6-canary.ffef32e38","@firebase/util":"0.3.2-canary.ffef32e38","@firebase/component":"0.1.19-canary.ffef32e38","@firebase/auth-interop-types":"0.1.5-canary.ffef32e38","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.ffef32e38","@firebase/app-types":"0.6.1-canary.ffef32e38","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.ffef32e38","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"2f1120306967730316640f5bb53a216e2efde016","size":1255324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.ffef32e38.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.ffef32e38_1602796876724_0.160388334398045"},"_hasShrinkwrap":false,"publish_time":1602796876923,"_cnpm_publish_time":1602796876923,"contributors":[]},"0.6.13-canary.f3554394d":{"name":"@firebase/database","version":"0.6.13-canary.f3554394d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.f3554394d","@firebase/logger":"0.2.6-canary.f3554394d","@firebase/util":"0.3.2-canary.f3554394d","@firebase/component":"0.1.19-canary.f3554394d","@firebase/auth-interop-types":"0.1.5-canary.f3554394d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.f3554394d","@firebase/app-types":"0.6.1-canary.f3554394d","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.f3554394d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ec58aca79ad56dad056a993229843c44f135af4a","size":1255331,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.f3554394d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.f3554394d_1602794966874_0.5074866868585985"},"_hasShrinkwrap":false,"publish_time":1602794967139,"_cnpm_publish_time":1602794967139,"contributors":[]},"0.6.13-canary.1f2292511":{"name":"@firebase/database","version":"0.6.13-canary.1f2292511","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.1f2292511","@firebase/logger":"0.2.6-canary.1f2292511","@firebase/util":"0.3.2-canary.1f2292511","@firebase/component":"0.1.19-canary.1f2292511","@firebase/auth-interop-types":"0.1.5-canary.1f2292511","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.1f2292511","@firebase/app-types":"0.6.1-canary.1f2292511","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.1f2292511","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3e41945d000982e3308f589edb67c056b412eeba","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.1f2292511.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.1f2292511_1602790375758_0.8154385555888961"},"_hasShrinkwrap":false,"publish_time":1602790376056,"_cnpm_publish_time":1602790376056,"contributors":[]},"0.6.13-canary.d0189bdda":{"name":"@firebase/database","version":"0.6.13-canary.d0189bdda","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.d0189bdda","@firebase/logger":"0.2.6-canary.d0189bdda","@firebase/util":"0.3.2-canary.d0189bdda","@firebase/component":"0.1.19-canary.d0189bdda","@firebase/auth-interop-types":"0.1.5-canary.d0189bdda","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.d0189bdda","@firebase/app-types":"0.6.1-canary.d0189bdda","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.d0189bdda","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"8cd538e96635b022c288a29bb9dccf6e6463d655","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.d0189bdda.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.d0189bdda_1602789568740_0.986045874849554"},"_hasShrinkwrap":false,"publish_time":1602789569021,"_cnpm_publish_time":1602789569021,"contributors":[]},"0.6.13-canary.6a8086c5b":{"name":"@firebase/database","version":"0.6.13-canary.6a8086c5b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.6a8086c5b","@firebase/logger":"0.2.6-canary.6a8086c5b","@firebase/util":"0.3.2-canary.6a8086c5b","@firebase/component":"0.1.19-canary.6a8086c5b","@firebase/auth-interop-types":"0.1.5-canary.6a8086c5b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.6a8086c5b","@firebase/app-types":"0.6.1-canary.6a8086c5b","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.6a8086c5b","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"f0703b9b9db82748ac0c6b29fb0c0d5dc7e39d68","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.6a8086c5b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.6a8086c5b_1602788795456_0.022275266549970585"},"_hasShrinkwrap":false,"publish_time":1602788795652,"_cnpm_publish_time":1602788795652,"contributors":[]},"0.6.13-canary.344bd8856":{"name":"@firebase/database","version":"0.6.13-canary.344bd8856","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.344bd8856","@firebase/logger":"0.2.6-canary.344bd8856","@firebase/util":"0.3.2-canary.344bd8856","@firebase/component":"0.1.19-canary.344bd8856","@firebase/auth-interop-types":"0.1.5-canary.344bd8856","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.344bd8856","@firebase/app-types":"0.6.1-canary.344bd8856","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.344bd8856","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"fc06de11467f45d07f9387556cdd8aef44982cd5","size":1255330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.344bd8856.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.344bd8856_1602780895529_0.5649489852816509"},"_hasShrinkwrap":false,"publish_time":1602780895756,"_cnpm_publish_time":1602780895756,"contributors":[]},"0.6.13-canary.2c1764dce":{"name":"@firebase/database","version":"0.6.13-canary.2c1764dce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.2c1764dce","@firebase/logger":"0.2.6-canary.2c1764dce","@firebase/util":"0.3.2-canary.2c1764dce","@firebase/component":"0.1.19-canary.2c1764dce","@firebase/auth-interop-types":"0.1.5-canary.2c1764dce","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.2c1764dce","@firebase/app-types":"0.6.1-canary.2c1764dce","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.2c1764dce","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"475658f216ca1a40b13be4d6c437a79dddec2982","size":1255322,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.2c1764dce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.2c1764dce_1602718973890_0.5641096602027327"},"_hasShrinkwrap":false,"publish_time":1602718974163,"_cnpm_publish_time":1602718974163,"contributors":[]},"0.6.13-canary.add9d211d":{"name":"@firebase/database","version":"0.6.13-canary.add9d211d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.add9d211d","@firebase/logger":"0.2.6-canary.add9d211d","@firebase/util":"0.3.2-canary.add9d211d","@firebase/component":"0.1.19-canary.add9d211d","@firebase/auth-interop-types":"0.1.5-canary.add9d211d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.add9d211d","@firebase/app-types":"0.6.1-canary.add9d211d","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.add9d211d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3cf76b0ed8d518e9158bcb38ca54830fd4f8a06f","size":1255324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.add9d211d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.add9d211d_1602713126186_0.7263726604035665"},"_hasShrinkwrap":false,"publish_time":1602713126318,"_cnpm_publish_time":1602713126318,"contributors":[]},"0.6.13-canary.8f9e55992":{"name":"@firebase/database","version":"0.6.13-canary.8f9e55992","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.8f9e55992","@firebase/logger":"0.2.6-canary.8f9e55992","@firebase/util":"0.3.2-canary.8f9e55992","@firebase/component":"0.1.19-canary.8f9e55992","@firebase/auth-interop-types":"0.1.5-canary.8f9e55992","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.8f9e55992","@firebase/app-types":"0.6.1-canary.8f9e55992","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.8f9e55992","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0f6f9f80d5319ca959db733dbb74696a0b1599d7","size":1255332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.8f9e55992.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.8f9e55992_1602707430998_0.9730367453539643"},"_hasShrinkwrap":false,"publish_time":1602707431289,"_cnpm_publish_time":1602707431289,"contributors":[]},"0.6.13-canary.0322c1bda":{"name":"@firebase/database","version":"0.6.13-canary.0322c1bda","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0322c1bda","@firebase/logger":"0.2.6-canary.0322c1bda","@firebase/util":"0.3.2-canary.0322c1bda","@firebase/component":"0.1.19-canary.0322c1bda","@firebase/auth-interop-types":"0.1.5-canary.0322c1bda","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.0322c1bda","@firebase/app-types":"0.6.1-canary.0322c1bda","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.0322c1bda","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"728b2de27a48b5748bbe5df26b7aab08c9580842","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.0322c1bda.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.0322c1bda_1602680603843_0.09789670660320282"},"_hasShrinkwrap":false,"publish_time":1602680604030,"_cnpm_publish_time":1602680604030,"contributors":[]},"0.6.13-canary.7156eb3d2":{"name":"@firebase/database","version":"0.6.13-canary.7156eb3d2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.7156eb3d2","@firebase/logger":"0.2.6-canary.7156eb3d2","@firebase/util":"0.3.2-canary.7156eb3d2","@firebase/component":"0.1.19-canary.7156eb3d2","@firebase/auth-interop-types":"0.1.5-canary.7156eb3d2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.7156eb3d2","@firebase/app-types":"0.6.1-canary.7156eb3d2","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.7156eb3d2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"713f98974bcf3529ead409948c58e2652722689d","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.7156eb3d2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.7156eb3d2_1602632736562_0.06206922358608802"},"_hasShrinkwrap":false,"publish_time":1602632736737,"_cnpm_publish_time":1602632736737,"contributors":[]},"0.6.13-canary.916770f3c":{"name":"@firebase/database","version":"0.6.13-canary.916770f3c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.916770f3c","@firebase/logger":"0.2.6-canary.916770f3c","@firebase/util":"0.3.2-canary.916770f3c","@firebase/component":"0.1.19-canary.916770f3c","@firebase/auth-interop-types":"0.1.5-canary.916770f3c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.916770f3c","@firebase/app-types":"0.6.1-canary.916770f3c","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.916770f3c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"02fa3e1f7ae94a7ec40d373c7b370efd7b1018b2","size":1255332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.916770f3c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.916770f3c_1602631640621_0.3958510016575951"},"_hasShrinkwrap":false,"publish_time":1602631640804,"_cnpm_publish_time":1602631640804,"contributors":[]},"0.6.13-canary.00c963b1d":{"name":"@firebase/database","version":"0.6.13-canary.00c963b1d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.00c963b1d","@firebase/logger":"0.2.6-canary.00c963b1d","@firebase/util":"0.3.2-canary.00c963b1d","@firebase/component":"0.1.19-canary.00c963b1d","@firebase/auth-interop-types":"0.1.5-canary.00c963b1d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.00c963b1d","@firebase/app-types":"0.6.1-canary.00c963b1d","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.00c963b1d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"4128edb3aec14afb6f25451ae2efde35ec967453","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.00c963b1d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.00c963b1d_1602629817739_0.7668621644499858"},"_hasShrinkwrap":false,"publish_time":1602629818030,"_cnpm_publish_time":1602629818030,"contributors":[]},"0.6.13-canary.eeb1dfa4f":{"name":"@firebase/database","version":"0.6.13-canary.eeb1dfa4f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.eeb1dfa4f","@firebase/logger":"0.2.6-canary.eeb1dfa4f","@firebase/util":"0.3.2-canary.eeb1dfa4f","@firebase/component":"0.1.19-canary.eeb1dfa4f","@firebase/auth-interop-types":"0.1.5-canary.eeb1dfa4f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.eeb1dfa4f","@firebase/app-types":"0.6.1-canary.eeb1dfa4f","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.eeb1dfa4f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"21dcb765c9a65a5bce80e68100800421dca893dd","size":1255320,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.eeb1dfa4f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.eeb1dfa4f_1602625601292_0.5842074158792268"},"_hasShrinkwrap":false,"publish_time":1602625601487,"_cnpm_publish_time":1602625601487,"contributors":[]},"0.6.13-canary.8c0f1e22e":{"name":"@firebase/database","version":"0.6.13-canary.8c0f1e22e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.8c0f1e22e","@firebase/logger":"0.2.6-canary.8c0f1e22e","@firebase/util":"0.3.2-canary.8c0f1e22e","@firebase/component":"0.1.19-canary.8c0f1e22e","@firebase/auth-interop-types":"0.1.5-canary.8c0f1e22e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.8c0f1e22e","@firebase/app-types":"0.6.1-canary.8c0f1e22e","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.8c0f1e22e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"11eef9f29f8e7080f609311f9633f8ae64115830","size":1255321,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.8c0f1e22e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.8c0f1e22e_1602625355559_0.3842884846027954"},"_hasShrinkwrap":false,"publish_time":1602625355773,"_cnpm_publish_time":1602625355773,"contributors":[]},"0.6.13-canary.d4966cfc2":{"name":"@firebase/database","version":"0.6.13-canary.d4966cfc2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.d4966cfc2","@firebase/logger":"0.2.6-canary.d4966cfc2","@firebase/util":"0.3.2-canary.d4966cfc2","@firebase/component":"0.1.19-canary.d4966cfc2","@firebase/auth-interop-types":"0.1.5-canary.d4966cfc2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.d4966cfc2","@firebase/app-types":"0.6.1-canary.d4966cfc2","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.d4966cfc2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"4e9abbe47e1a3074d37eed6a1f03fe1ed3336bab","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.d4966cfc2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.d4966cfc2_1602606935502_0.47072365160621166"},"_hasShrinkwrap":false,"publish_time":1602606935691,"_cnpm_publish_time":1602606935691,"contributors":[]},"0.6.13-canary.9e92e91da":{"name":"@firebase/database","version":"0.6.13-canary.9e92e91da","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.9e92e91da","@firebase/logger":"0.2.6-canary.9e92e91da","@firebase/util":"0.3.2-canary.9e92e91da","@firebase/component":"0.1.19-canary.9e92e91da","@firebase/auth-interop-types":"0.1.5-canary.9e92e91da","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.9e92e91da","@firebase/app-types":"0.6.1-canary.9e92e91da","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.9e92e91da","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"833349b91b1c58300082f1bd69a6b3a5e8c9b875","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.9e92e91da.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.9e92e91da_1602605632269_0.10113615735639869"},"_hasShrinkwrap":false,"publish_time":1602605632576,"_cnpm_publish_time":1602605632576,"contributors":[]},"0.6.13-canary.df27732bc":{"name":"@firebase/database","version":"0.6.13-canary.df27732bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.df27732bc","@firebase/logger":"0.2.6-canary.df27732bc","@firebase/util":"0.3.2-canary.df27732bc","@firebase/component":"0.1.19-canary.df27732bc","@firebase/auth-interop-types":"0.1.5-canary.df27732bc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.df27732bc","@firebase/app-types":"0.6.1-canary.df27732bc","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.df27732bc","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"fd97f6ad01ba2fe91956257afedb33f6ac8dfb1f","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.df27732bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.df27732bc_1602563071719_0.48144953018057035"},"_hasShrinkwrap":false,"publish_time":1602563071946,"_cnpm_publish_time":1602563071946,"contributors":[]},"0.6.13-canary.3c420b0bd":{"name":"@firebase/database","version":"0.6.13-canary.3c420b0bd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.3c420b0bd","@firebase/logger":"0.2.6-canary.3c420b0bd","@firebase/util":"0.3.2-canary.3c420b0bd","@firebase/component":"0.1.19-canary.3c420b0bd","@firebase/auth-interop-types":"0.1.5-canary.3c420b0bd","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.3c420b0bd","@firebase/app-types":"0.6.1-canary.3c420b0bd","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.3c420b0bd","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"5d0830b3546d68cd7ffc7469136df58b814018e7","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.3c420b0bd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.3c420b0bd_1602539343915_0.8545759176616894"},"_hasShrinkwrap":false,"publish_time":1602539344106,"_cnpm_publish_time":1602539344106,"contributors":[]},"0.6.13-canary.cb28261e0":{"name":"@firebase/database","version":"0.6.13-canary.cb28261e0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.cb28261e0","@firebase/logger":"0.2.6-canary.cb28261e0","@firebase/util":"0.3.2-canary.cb28261e0","@firebase/component":"0.1.19-canary.cb28261e0","@firebase/auth-interop-types":"0.1.5-canary.cb28261e0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.cb28261e0","@firebase/app-types":"0.6.1-canary.cb28261e0","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.cb28261e0","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1b689755c8ae530b353272f2ff33a8520ba923f5","size":1255324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.cb28261e0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.cb28261e0_1602533943633_0.546323677495437"},"_hasShrinkwrap":false,"publish_time":1602533943844,"_cnpm_publish_time":1602533943844,"contributors":[]},"0.6.13-canary.79f4a5ae5":{"name":"@firebase/database","version":"0.6.13-canary.79f4a5ae5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.79f4a5ae5","@firebase/logger":"0.2.6-canary.79f4a5ae5","@firebase/util":"0.3.2-canary.79f4a5ae5","@firebase/component":"0.1.19-canary.79f4a5ae5","@firebase/auth-interop-types":"0.1.5-canary.79f4a5ae5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.79f4a5ae5","@firebase/app-types":"0.6.1-canary.79f4a5ae5","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.79f4a5ae5","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ae52975ccddfd9f4f0cf22eb717c1fd11b005e92","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.79f4a5ae5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.79f4a5ae5_1602533016388_0.956152179433758"},"_hasShrinkwrap":false,"publish_time":1602533016836,"_cnpm_publish_time":1602533016836,"contributors":[]},"0.6.13-canary.10f038fdc":{"name":"@firebase/database","version":"0.6.13-canary.10f038fdc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.10f038fdc","@firebase/logger":"0.2.6-canary.10f038fdc","@firebase/util":"0.3.2-canary.10f038fdc","@firebase/component":"0.1.19-canary.10f038fdc","@firebase/auth-interop-types":"0.1.5-canary.10f038fdc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.10f038fdc","@firebase/app-types":"0.6.1-canary.10f038fdc","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.10f038fdc","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b449d7104f7410f4d34fb590c293aface351d442","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.10f038fdc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.10f038fdc_1602522165439_0.9183319738688323"},"_hasShrinkwrap":false,"publish_time":1602522165611,"_cnpm_publish_time":1602522165611,"contributors":[]},"0.6.13-canary.2bea0a367":{"name":"@firebase/database","version":"0.6.13-canary.2bea0a367","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.2bea0a367","@firebase/logger":"0.2.6-canary.2bea0a367","@firebase/util":"0.3.2-canary.2bea0a367","@firebase/component":"0.1.19-canary.2bea0a367","@firebase/auth-interop-types":"0.1.5-canary.2bea0a367","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.2bea0a367","@firebase/app-types":"0.6.1-canary.2bea0a367","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.2bea0a367","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"472d21afbf32e98191b93b3782e58210554f1618","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.2bea0a367.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.2bea0a367_1602521670679_0.621028038540341"},"_hasShrinkwrap":false,"publish_time":1602521670867,"_cnpm_publish_time":1602521670867,"contributors":[]},"0.6.13-canary.6f2cf64be":{"name":"@firebase/database","version":"0.6.13-canary.6f2cf64be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.6f2cf64be","@firebase/logger":"0.2.6-canary.6f2cf64be","@firebase/util":"0.3.2-canary.6f2cf64be","@firebase/component":"0.1.19-canary.6f2cf64be","@firebase/auth-interop-types":"0.1.5-canary.6f2cf64be","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.6f2cf64be","@firebase/app-types":"0.6.1-canary.6f2cf64be","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.6f2cf64be","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b1dbd9a429e67757ca6df69665160e67182af5d2","size":1255323,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.6f2cf64be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.6f2cf64be_1602520696301_0.4151380421605577"},"_hasShrinkwrap":false,"publish_time":1602520696642,"_cnpm_publish_time":1602520696642,"contributors":[]},"0.6.13-canary.76c2d9b4f":{"name":"@firebase/database","version":"0.6.13-canary.76c2d9b4f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.76c2d9b4f","@firebase/logger":"0.2.6-canary.76c2d9b4f","@firebase/util":"0.3.2-canary.76c2d9b4f","@firebase/component":"0.1.19-canary.76c2d9b4f","@firebase/auth-interop-types":"0.1.5-canary.76c2d9b4f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.76c2d9b4f","@firebase/app-types":"0.6.1-canary.76c2d9b4f","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.76c2d9b4f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"bdf5f91a5429d390efd19c3345654ef6b87878b4","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.76c2d9b4f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.76c2d9b4f_1602519367688_0.48847909103276455"},"_hasShrinkwrap":false,"publish_time":1602519367979,"_cnpm_publish_time":1602519367979,"contributors":[]},"0.6.13-canary.958261bd4":{"name":"@firebase/database","version":"0.6.13-canary.958261bd4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.958261bd4","@firebase/logger":"0.2.6-canary.958261bd4","@firebase/util":"0.3.2-canary.958261bd4","@firebase/component":"0.1.19-canary.958261bd4","@firebase/auth-interop-types":"0.1.5-canary.958261bd4","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.958261bd4","@firebase/app-types":"0.6.1-canary.958261bd4","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.958261bd4","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1bdff31027a4e2cc9d679be883ea6048d31c883e","size":1255332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.958261bd4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.958261bd4_1602519258794_0.5826925914399863"},"_hasShrinkwrap":false,"publish_time":1602519258986,"_cnpm_publish_time":1602519258986,"contributors":[]},"0.6.13-canary.15d90cf8b":{"name":"@firebase/database","version":"0.6.13-canary.15d90cf8b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.15d90cf8b","@firebase/logger":"0.2.6-canary.15d90cf8b","@firebase/util":"0.3.2-canary.15d90cf8b","@firebase/component":"0.1.19-canary.15d90cf8b","@firebase/auth-interop-types":"0.1.5-canary.15d90cf8b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.15d90cf8b","@firebase/app-types":"0.6.1-canary.15d90cf8b","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.15d90cf8b","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3e6ec9178952307e3f72442f9ae92a71039da577","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.15d90cf8b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.15d90cf8b_1602519169577_0.5333178805722063"},"_hasShrinkwrap":false,"publish_time":1602519169794,"_cnpm_publish_time":1602519169794,"contributors":[]},"0.6.13-alpha.96ae6a5fe":{"name":"@firebase/database","version":"0.6.13-alpha.96ae6a5fe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-alpha.96ae6a5fe","@firebase/logger":"0.2.6-alpha.96ae6a5fe","@firebase/util":"0.3.2-alpha.96ae6a5fe","@firebase/component":"0.1.19-alpha.96ae6a5fe","@firebase/auth-interop-types":"0.1.5-alpha.96ae6a5fe","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-alpha.96ae6a5fe","@firebase/app-types":"0.6.1-alpha.96ae6a5fe","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-alpha.96ae6a5fe","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"061197aa72971057b7c7f2a396b57c559854a212","size":1255337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-alpha.96ae6a5fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-alpha.96ae6a5fe_1602393240301_0.7775573053543687"},"_hasShrinkwrap":false,"publish_time":1602393240532,"_cnpm_publish_time":1602393240532,"contributors":[]},"0.6.13-alpha.6b865e005":{"name":"@firebase/database","version":"0.6.13-alpha.6b865e005","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-alpha.6b865e005","@firebase/logger":"0.2.6-alpha.6b865e005","@firebase/util":"0.3.2-alpha.6b865e005","@firebase/component":"0.1.19-alpha.6b865e005","@firebase/auth-interop-types":"0.1.5-alpha.6b865e005","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-alpha.6b865e005","@firebase/app-types":"0.6.1-alpha.6b865e005","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-alpha.6b865e005","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"53b116d04139dc038b8b88b0f1476d968360f6be","size":1255341,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-alpha.6b865e005.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-alpha.6b865e005_1602278193680_0.5133483648034673"},"_hasShrinkwrap":false,"publish_time":1602278193880,"_cnpm_publish_time":1602278193880,"contributors":[]},"0.6.13-canary.88e1f8863":{"name":"@firebase/database","version":"0.6.13-canary.88e1f8863","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.88e1f8863","@firebase/logger":"0.2.6-canary.88e1f8863","@firebase/util":"0.3.2-canary.88e1f8863","@firebase/component":"0.1.19-canary.88e1f8863","@firebase/auth-interop-types":"0.1.5-canary.88e1f8863","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.88e1f8863","@firebase/app-types":"0.6.1-canary.88e1f8863","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.88e1f8863","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"42d8dd6b808b03adf0ddf10f2b399ca37eb26434","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.88e1f8863.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.88e1f8863_1602272543826_0.2962776232351554"},"_hasShrinkwrap":false,"publish_time":1602272544081,"_cnpm_publish_time":1602272544081,"contributors":[]},"0.6.13-alpha.01492c06e":{"name":"@firebase/database","version":"0.6.13-alpha.01492c06e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-alpha.01492c06e","@firebase/logger":"0.2.6-alpha.01492c06e","@firebase/util":"0.3.2-alpha.01492c06e","@firebase/component":"0.1.19-alpha.01492c06e","@firebase/auth-interop-types":"0.1.5-alpha.01492c06e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-alpha.01492c06e","@firebase/app-types":"0.6.1-alpha.01492c06e","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-alpha.01492c06e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0a1220a41790015ee1d75d5046f71a716232d3d3","size":1255339,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-alpha.01492c06e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-alpha.01492c06e_1602270671320_0.1672231894987124"},"_hasShrinkwrap":false,"publish_time":1602270671469,"_cnpm_publish_time":1602270671469,"contributors":[]},"0.6.13-canary.fe0ae19a9":{"name":"@firebase/database","version":"0.6.13-canary.fe0ae19a9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.fe0ae19a9","@firebase/logger":"0.2.6-canary.fe0ae19a9","@firebase/util":"0.3.2-canary.fe0ae19a9","@firebase/component":"0.1.19-canary.fe0ae19a9","@firebase/auth-interop-types":"0.1.5-canary.fe0ae19a9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.fe0ae19a9","@firebase/app-types":"0.6.1-canary.fe0ae19a9","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.fe0ae19a9","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"8743a2dff848b6a33bd2b3d87bf4ca2ef274fd9f","size":1255324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.fe0ae19a9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.fe0ae19a9_1602264640476_0.7060028736643971"},"_hasShrinkwrap":false,"publish_time":1602264640758,"_cnpm_publish_time":1602264640758,"contributors":[]},"0.6.13-canary.4f997bce1":{"name":"@firebase/database","version":"0.6.13-canary.4f997bce1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.4f997bce1","@firebase/logger":"0.2.6-canary.4f997bce1","@firebase/util":"0.3.2-canary.4f997bce1","@firebase/component":"0.1.19-canary.4f997bce1","@firebase/auth-interop-types":"0.1.5-canary.4f997bce1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.4f997bce1","@firebase/app-types":"0.6.1-canary.4f997bce1","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.4f997bce1","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a04a4005986c6ef48aa3d0adf5a97b2eb355301c","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.4f997bce1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.4f997bce1_1602202310600_0.8608118536915839"},"_hasShrinkwrap":false,"publish_time":1602202310810,"_cnpm_publish_time":1602202310810,"contributors":[]},"0.6.13-eap-auth-emulator.df41ee388":{"name":"@firebase/database","version":"0.6.13-eap-auth-emulator.df41ee388","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-eap-auth-emulator.df41ee388","@firebase/logger":"0.2.6-eap-auth-emulator.df41ee388","@firebase/util":"0.3.2-eap-auth-emulator.df41ee388","@firebase/component":"0.1.19-eap-auth-emulator.df41ee388","@firebase/auth-interop-types":"0.1.5-eap-auth-emulator.df41ee388","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-eap-auth-emulator.df41ee388","@firebase/app-types":"0.6.1-eap-auth-emulator.df41ee388","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-eap-auth-emulator.df41ee388","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"922448ef888bcabc03b6f072e14a60993282a01f","size":1255354,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-eap-auth-emulator.df41ee388.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-eap-auth-emulator.df41ee388_1602195386076_0.33196803899474836"},"_hasShrinkwrap":false,"publish_time":1602195386292,"_cnpm_publish_time":1602195386292,"contributors":[]},"0.6.13-eap-auth-emulator.8fbbe234f":{"name":"@firebase/database","version":"0.6.13-eap-auth-emulator.8fbbe234f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-eap-auth-emulator.8fbbe234f","@firebase/logger":"0.2.6-eap-auth-emulator.8fbbe234f","@firebase/util":"0.3.2-eap-auth-emulator.8fbbe234f","@firebase/component":"0.1.19-eap-auth-emulator.8fbbe234f","@firebase/auth-interop-types":"0.1.5-eap-auth-emulator.8fbbe234f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-eap-auth-emulator.8fbbe234f","@firebase/app-types":"0.6.1-eap-auth-emulator.8fbbe234f","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-eap-auth-emulator.8fbbe234f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"08a837c679ee66f9b41503f354be0881778beffc","size":1255354,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-eap-auth-emulator.8fbbe234f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-eap-auth-emulator.8fbbe234f_1602176588643_0.4412246860752944"},"_hasShrinkwrap":false,"publish_time":1602176588930,"_cnpm_publish_time":1602176588930,"contributors":[]},"0.6.13-canary.5af6e1c11":{"name":"@firebase/database","version":"0.6.13-canary.5af6e1c11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.5af6e1c11","@firebase/logger":"0.2.6-canary.5af6e1c11","@firebase/util":"0.3.2-canary.5af6e1c11","@firebase/component":"0.1.19-canary.5af6e1c11","@firebase/auth-interop-types":"0.1.5-canary.5af6e1c11","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.5af6e1c11","@firebase/app-types":"0.6.1-canary.5af6e1c11","rollup":"2.29.0","rollup-plugin-typescript2":"0.27.3","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.5af6e1c11","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b7f7ecde4a5644c5d23b378129201bd43ef7c0d4","size":1255324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.5af6e1c11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.5af6e1c11_1602173007571_0.4807742572024245"},"_hasShrinkwrap":false,"publish_time":1602173007827,"_cnpm_publish_time":1602173007827,"contributors":[]},"0.6.13-canary.f5d122a94":{"name":"@firebase/database","version":"0.6.13-canary.f5d122a94","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.f5d122a94","@firebase/logger":"0.2.6-canary.f5d122a94","@firebase/util":"0.3.2-canary.f5d122a94","@firebase/component":"0.1.19-canary.f5d122a94","@firebase/auth-interop-types":"0.1.5-canary.f5d122a94","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.f5d122a94","@firebase/app-types":"0.6.1-canary.f5d122a94","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.f5d122a94","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"bfcc170f0af6d50d286b141060b050a82bf2a5ac","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.f5d122a94.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.f5d122a94_1602021883212_0.6862867266233952"},"_hasShrinkwrap":false,"publish_time":1602021883401,"_cnpm_publish_time":1602021883401,"contributors":[]},"0.6.13-canary.769f0e7af":{"name":"@firebase/database","version":"0.6.13-canary.769f0e7af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.769f0e7af","@firebase/logger":"0.2.6-canary.769f0e7af","@firebase/util":"0.3.2-canary.769f0e7af","@firebase/component":"0.1.19-canary.769f0e7af","@firebase/auth-interop-types":"0.1.5-canary.769f0e7af","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.769f0e7af","@firebase/app-types":"0.6.1-canary.769f0e7af","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.769f0e7af","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"8f5b0c5f5bb8947adc9b2fedab0baee424d94f98","size":1255330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.769f0e7af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.769f0e7af_1602003605717_0.45036920013767734"},"_hasShrinkwrap":false,"publish_time":1602003606011,"_cnpm_publish_time":1602003606011,"contributors":[]},"0.6.13-canary.0e308b623":{"name":"@firebase/database","version":"0.6.13-canary.0e308b623","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0e308b623","@firebase/logger":"0.2.6-canary.0e308b623","@firebase/util":"0.3.2-canary.0e308b623","@firebase/component":"0.1.19-canary.0e308b623","@firebase/auth-interop-types":"0.1.5-canary.0e308b623","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.0e308b623","@firebase/app-types":"0.6.1-canary.0e308b623","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.0e308b623","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"98ed648bb30b89166c97e099c226863d9877d393","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.0e308b623.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.0e308b623_1601939695412_0.9042677038122662"},"_hasShrinkwrap":false,"publish_time":1601939695715,"_cnpm_publish_time":1601939695715,"contributors":[]},"0.6.13-canary.c49a08b29":{"name":"@firebase/database","version":"0.6.13-canary.c49a08b29","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.c49a08b29","@firebase/logger":"0.2.6-canary.c49a08b29","@firebase/util":"0.3.2-canary.c49a08b29","@firebase/component":"0.1.19-canary.c49a08b29","@firebase/auth-interop-types":"0.1.5-canary.c49a08b29","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.c49a08b29","@firebase/app-types":"0.6.1-canary.c49a08b29","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.c49a08b29","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e4544a842a00d079c63b54ac29a138e17d5d5138","size":1255332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.c49a08b29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.c49a08b29_1601934739066_0.5585120884707924"},"_hasShrinkwrap":false,"publish_time":1601934739362,"_cnpm_publish_time":1601934739362,"contributors":[]},"0.6.13-canary.795f31a50":{"name":"@firebase/database","version":"0.6.13-canary.795f31a50","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.795f31a50","@firebase/logger":"0.2.6-canary.795f31a50","@firebase/util":"0.3.2-canary.795f31a50","@firebase/component":"0.1.19-canary.795f31a50","@firebase/auth-interop-types":"0.1.5-canary.795f31a50","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.795f31a50","@firebase/app-types":"0.6.1-canary.795f31a50","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.795f31a50","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"be4cd0c49efe4c510f4313aaf37e0ce5436a4db3","size":1255332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.795f31a50.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.795f31a50_1601932324672_0.5335197883729463"},"_hasShrinkwrap":false,"publish_time":1601932324884,"_cnpm_publish_time":1601932324884,"contributors":[]},"0.6.13-canary.2b1123033":{"name":"@firebase/database","version":"0.6.13-canary.2b1123033","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.2b1123033","@firebase/logger":"0.2.6-canary.2b1123033","@firebase/util":"0.3.2-canary.2b1123033","@firebase/component":"0.1.19-canary.2b1123033","@firebase/auth-interop-types":"0.1.5-canary.2b1123033","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.2b1123033","@firebase/app-types":"0.6.1-canary.2b1123033","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.2b1123033","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"38acd102965d81495bca04725bdfbf0f29d13c55","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.2b1123033.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.2b1123033_1601923579557_0.2886588976573643"},"_hasShrinkwrap":false,"publish_time":1601923579748,"_cnpm_publish_time":1601923579748,"contributors":[]},"0.6.13-canary.b73ab4135":{"name":"@firebase/database","version":"0.6.13-canary.b73ab4135","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b73ab4135","@firebase/logger":"0.2.6-canary.b73ab4135","@firebase/util":"0.3.2-canary.b73ab4135","@firebase/component":"0.1.19-canary.b73ab4135","@firebase/auth-interop-types":"0.1.5-canary.b73ab4135","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b73ab4135","@firebase/app-types":"0.6.1-canary.b73ab4135","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.b73ab4135","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1408a2b918671663ebf5bd687b5b80a0df3068d3","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.b73ab4135.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.b73ab4135_1601686709963_0.8224031164003589"},"_hasShrinkwrap":false,"publish_time":1601686710152,"_cnpm_publish_time":1601686710152,"contributors":[]},"0.6.13-canary.0dfef5dd5":{"name":"@firebase/database","version":"0.6.13-canary.0dfef5dd5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0dfef5dd5","@firebase/logger":"0.2.6-canary.0dfef5dd5","@firebase/util":"0.3.2-canary.0dfef5dd5","@firebase/component":"0.1.19-canary.0dfef5dd5","@firebase/auth-interop-types":"0.1.5-canary.0dfef5dd5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.0dfef5dd5","@firebase/app-types":"0.6.1-canary.0dfef5dd5","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.0dfef5dd5","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"afa7bb1e514974e264ef3bc8e17050095ec1dda7","size":1255324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.0dfef5dd5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.0dfef5dd5_1601682442137_0.9692448038088641"},"_hasShrinkwrap":false,"publish_time":1601682442360,"_cnpm_publish_time":1601682442360,"contributors":[]},"0.6.13-canary.b9087b90f":{"name":"@firebase/database","version":"0.6.13-canary.b9087b90f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b9087b90f","@firebase/logger":"0.2.6-canary.b9087b90f","@firebase/util":"0.3.2-canary.b9087b90f","@firebase/component":"0.1.19-canary.b9087b90f","@firebase/auth-interop-types":"0.1.5-canary.b9087b90f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b9087b90f","@firebase/app-types":"0.6.1-canary.b9087b90f","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.b9087b90f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1b42c14df79e08d3f607a63c2657bde6774a55e0","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.b9087b90f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.b9087b90f_1601640731434_0.385969903007084"},"_hasShrinkwrap":false,"publish_time":1601640731634,"_cnpm_publish_time":1601640731634,"contributors":[]},"0.6.13-canary.8728e1a0f":{"name":"@firebase/database","version":"0.6.13-canary.8728e1a0f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.8728e1a0f","@firebase/logger":"0.2.6-canary.8728e1a0f","@firebase/util":"0.3.2-canary.8728e1a0f","@firebase/component":"0.1.19-canary.8728e1a0f","@firebase/auth-interop-types":"0.1.5-canary.8728e1a0f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.8728e1a0f","@firebase/app-types":"0.6.1-canary.8728e1a0f","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.8728e1a0f","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"47462ee72a80df42f797a49ce4f24700da896c1e","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.8728e1a0f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.8728e1a0f_1601602065310_0.3493317241560747"},"_hasShrinkwrap":false,"publish_time":1601602065528,"_cnpm_publish_time":1601602065528,"contributors":[]},"0.6.13-canary.e68c47e54":{"name":"@firebase/database","version":"0.6.13-canary.e68c47e54","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.e68c47e54","@firebase/logger":"0.2.6-canary.e68c47e54","@firebase/util":"0.3.2-canary.e68c47e54","@firebase/component":"0.1.19-canary.e68c47e54","@firebase/auth-interop-types":"0.1.5-canary.e68c47e54","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.e68c47e54","@firebase/app-types":"0.6.1-canary.e68c47e54","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.e68c47e54","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"769303803263b6a564b31af8ce3eb31b3aad578a","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.e68c47e54.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.e68c47e54_1601599023927_0.42050185803993134"},"_hasShrinkwrap":false,"publish_time":1601599024163,"_cnpm_publish_time":1601599024163,"contributors":[]},"0.6.13-canary.b6925be1d":{"name":"@firebase/database","version":"0.6.13-canary.b6925be1d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b6925be1d","@firebase/logger":"0.2.6-canary.b6925be1d","@firebase/util":"0.3.2-canary.b6925be1d","@firebase/component":"0.1.19-canary.b6925be1d","@firebase/auth-interop-types":"0.1.5-canary.b6925be1d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b6925be1d","@firebase/app-types":"0.6.1-canary.b6925be1d","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.b6925be1d","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"995f35ed06c4505c261057e798e700d5abeb6637","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.b6925be1d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.b6925be1d_1601595036897_0.7856867033258712"},"_hasShrinkwrap":false,"publish_time":1601595037092,"_cnpm_publish_time":1601595037092,"contributors":[]},"0.6.13-canary.eb663f27a":{"name":"@firebase/database","version":"0.6.13-canary.eb663f27a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.eb663f27a","@firebase/logger":"0.2.6-canary.eb663f27a","@firebase/util":"0.3.2-canary.eb663f27a","@firebase/component":"0.1.19-canary.eb663f27a","@firebase/auth-interop-types":"0.1.5-canary.eb663f27a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.eb663f27a","@firebase/app-types":"0.6.1-canary.eb663f27a","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.eb663f27a","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"670cbd1598f1edc94829a543b7fc1af52792c0de","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.eb663f27a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.eb663f27a_1601593751866_0.8540137600154689"},"_hasShrinkwrap":false,"publish_time":1601593752115,"_cnpm_publish_time":1601593752115,"contributors":[]},"0.6.13-canary.791824b48":{"name":"@firebase/database","version":"0.6.13-canary.791824b48","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.791824b48","@firebase/logger":"0.2.6-canary.791824b48","@firebase/util":"0.3.2-canary.791824b48","@firebase/component":"0.1.19-canary.791824b48","@firebase/auth-interop-types":"0.1.5-canary.791824b48","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.791824b48","@firebase/app-types":"0.6.1-canary.791824b48","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.791824b48","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"fbd40feb0634fea182d3e465a6e9f93f267f1e81","size":1255334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.791824b48.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.791824b48_1601592839568_0.22135114856302573"},"_hasShrinkwrap":false,"publish_time":1601592839726,"_cnpm_publish_time":1601592839726,"contributors":[]},"0.6.13-canary.c20b19ef4":{"name":"@firebase/database","version":"0.6.13-canary.c20b19ef4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.c20b19ef4","@firebase/logger":"0.2.6-canary.c20b19ef4","@firebase/util":"0.3.2-canary.c20b19ef4","@firebase/component":"0.1.19-canary.c20b19ef4","@firebase/auth-interop-types":"0.1.5-canary.c20b19ef4","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.c20b19ef4","@firebase/app-types":"0.6.1-canary.c20b19ef4","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.c20b19ef4","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"2410bc0b379a241d182cfad922f24b638ba12131","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.c20b19ef4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.c20b19ef4_1601592641365_0.8476307458631849"},"_hasShrinkwrap":false,"publish_time":1601592641547,"_cnpm_publish_time":1601592641547,"contributors":[]},"0.6.13-canary.332c36cb8":{"name":"@firebase/database","version":"0.6.13-canary.332c36cb8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.332c36cb8","@firebase/logger":"0.2.6-canary.332c36cb8","@firebase/util":"0.3.2-canary.332c36cb8","@firebase/component":"0.1.19-canary.332c36cb8","@firebase/auth-interop-types":"0.1.5-canary.332c36cb8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.332c36cb8","@firebase/app-types":"0.6.1-canary.332c36cb8","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.332c36cb8","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c62a72c2c038ce18624ff591b94dcf1ec8b703e7","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.332c36cb8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.332c36cb8_1601579334066_0.8227990027485375"},"_hasShrinkwrap":false,"publish_time":1601579334478,"_cnpm_publish_time":1601579334478,"contributors":[]},"0.6.13-canary.53ccf1964":{"name":"@firebase/database","version":"0.6.13-canary.53ccf1964","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.53ccf1964","@firebase/logger":"0.2.6-canary.53ccf1964","@firebase/util":"0.3.2-canary.53ccf1964","@firebase/component":"0.1.19-canary.53ccf1964","@firebase/auth-interop-types":"0.1.5-canary.53ccf1964","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.53ccf1964","@firebase/app-types":"0.6.1-canary.53ccf1964","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.53ccf1964","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1ea6dec1256247027620e7facb38c160543c0be8","size":1255330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.53ccf1964.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.53ccf1964_1601578759143_0.0036009476606722046"},"_hasShrinkwrap":false,"publish_time":1601578759365,"_cnpm_publish_time":1601578759365,"contributors":[]},"0.6.13-canary.48b0b0f7c":{"name":"@firebase/database","version":"0.6.13-canary.48b0b0f7c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.48b0b0f7c","@firebase/logger":"0.2.6-canary.48b0b0f7c","@firebase/util":"0.3.2-canary.48b0b0f7c","@firebase/component":"0.1.19-canary.48b0b0f7c","@firebase/auth-interop-types":"0.1.5-canary.48b0b0f7c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.48b0b0f7c","@firebase/app-types":"0.6.1-canary.48b0b0f7c","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.48b0b0f7c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"edbe4867fac551882cc9785664bb64ba8ae15c5b","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.48b0b0f7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.48b0b0f7c_1601577402867_0.9918283698798149"},"_hasShrinkwrap":false,"publish_time":1601577403119,"_cnpm_publish_time":1601577403119,"contributors":[]},"0.6.13-canary.a831aec9e":{"name":"@firebase/database","version":"0.6.13-canary.a831aec9e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.a831aec9e","@firebase/logger":"0.2.6-canary.a831aec9e","@firebase/util":"0.3.2-canary.a831aec9e","@firebase/component":"0.1.19-canary.a831aec9e","@firebase/auth-interop-types":"0.1.5-canary.a831aec9e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.a831aec9e","@firebase/app-types":"0.6.1-canary.a831aec9e","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.a831aec9e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"512431f2ce133f80aa62a92ac64d5db39971c46b","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.a831aec9e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.a831aec9e_1601576970160_0.7676726399726199"},"_hasShrinkwrap":false,"publish_time":1601576970354,"_cnpm_publish_time":1601576970354,"contributors":[]},"0.6.13-canary.34c8693eb":{"name":"@firebase/database","version":"0.6.13-canary.34c8693eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.34c8693eb","@firebase/logger":"0.2.6-canary.34c8693eb","@firebase/util":"0.3.2-canary.34c8693eb","@firebase/component":"0.1.19-canary.34c8693eb","@firebase/auth-interop-types":"0.1.5-canary.34c8693eb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.34c8693eb","@firebase/app-types":"0.6.1-canary.34c8693eb","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.34c8693eb","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"24355156dfaf4b6b1054169bbc1aca2d54b3a6d0","size":1255332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.34c8693eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.34c8693eb_1601575200646_0.9961455724888106"},"_hasShrinkwrap":false,"publish_time":1601575200810,"_cnpm_publish_time":1601575200810,"contributors":[]},"0.6.13-canary.a10c18f89":{"name":"@firebase/database","version":"0.6.13-canary.a10c18f89","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.a10c18f89","@firebase/logger":"0.2.6-canary.a10c18f89","@firebase/util":"0.3.2-canary.a10c18f89","@firebase/component":"0.1.19-canary.a10c18f89","@firebase/auth-interop-types":"0.1.5-canary.a10c18f89","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.a10c18f89","@firebase/app-types":"0.6.1-canary.a10c18f89","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.a10c18f89","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"00d08ceee77b3601b01b684ff42ba367554e47c1","size":1255330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.a10c18f89.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.a10c18f89_1601517846650_0.0874234311482518"},"_hasShrinkwrap":false,"publish_time":1601517846887,"_cnpm_publish_time":1601517846887,"contributors":[]},"0.6.13-canary.41467b53c":{"name":"@firebase/database","version":"0.6.13-canary.41467b53c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.41467b53c","@firebase/logger":"0.2.6-canary.41467b53c","@firebase/util":"0.3.2-canary.41467b53c","@firebase/component":"0.1.19-canary.41467b53c","@firebase/auth-interop-types":"0.1.5-canary.41467b53c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.41467b53c","@firebase/app-types":"0.6.1-canary.41467b53c","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.41467b53c","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"1332898094eed0d066d96ae239ae953105ef5ca7","size":1255330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.41467b53c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.41467b53c_1601511370549_0.2484703303721827"},"_hasShrinkwrap":false,"publish_time":1601511370713,"_cnpm_publish_time":1601511370713,"contributors":[]},"0.6.13-canary.38983dcfe":{"name":"@firebase/database","version":"0.6.13-canary.38983dcfe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.38983dcfe","@firebase/logger":"0.2.6-canary.38983dcfe","@firebase/util":"0.3.2-canary.38983dcfe","@firebase/component":"0.1.19-canary.38983dcfe","@firebase/auth-interop-types":"0.1.5-canary.38983dcfe","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.38983dcfe","@firebase/app-types":"0.6.1-canary.38983dcfe","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.38983dcfe","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"6cd466b7afb244912de167e6cabc1db0d5bd07e3","size":1255330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.38983dcfe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.38983dcfe_1601511074211_0.17187127638385835"},"_hasShrinkwrap":false,"publish_time":1601511074444,"_cnpm_publish_time":1601511074444,"contributors":[]},"0.6.13-canary.b0da2a9f1":{"name":"@firebase/database","version":"0.6.13-canary.b0da2a9f1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b0da2a9f1","@firebase/logger":"0.2.6-canary.b0da2a9f1","@firebase/util":"0.3.2-canary.b0da2a9f1","@firebase/component":"0.1.19-canary.b0da2a9f1","@firebase/auth-interop-types":"0.1.5-canary.b0da2a9f1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b0da2a9f1","@firebase/app-types":"0.6.1-canary.b0da2a9f1","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.b0da2a9f1","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"a74bde3891ce143e4a61f650f9080807b4b043a0","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.b0da2a9f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.b0da2a9f1_1601500199258_0.8141608007500156"},"_hasShrinkwrap":false,"publish_time":1601500199441,"_cnpm_publish_time":1601500199441,"contributors":[]},"0.6.13-canary.db3ce8162":{"name":"@firebase/database","version":"0.6.13-canary.db3ce8162","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.db3ce8162","@firebase/logger":"0.2.6-canary.db3ce8162","@firebase/util":"0.3.2-canary.db3ce8162","@firebase/component":"0.1.19-canary.db3ce8162","@firebase/auth-interop-types":"0.1.5-canary.db3ce8162","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.db3ce8162","@firebase/app-types":"0.6.1-canary.db3ce8162","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.db3ce8162","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c7de1c2ca9e4462aeb1638c3834057192c6c9f64","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.db3ce8162.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.db3ce8162_1601499707626_0.9995958956530244"},"_hasShrinkwrap":false,"publish_time":1601499707830,"_cnpm_publish_time":1601499707830,"contributors":[]},"0.6.13-canary.0faff4d58":{"name":"@firebase/database","version":"0.6.13-canary.0faff4d58","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0faff4d58","@firebase/logger":"0.2.6-canary.0faff4d58","@firebase/util":"0.3.2-canary.0faff4d58","@firebase/component":"0.1.19-canary.0faff4d58","@firebase/auth-interop-types":"0.1.5-canary.0faff4d58","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.0faff4d58","@firebase/app-types":"0.6.1-canary.0faff4d58","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.0faff4d58","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"0e2d300fdc64b232ab12fdc91d2ea4a5b1ab6c2b","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.0faff4d58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.0faff4d58_1601493454933_0.5312485577193395"},"_hasShrinkwrap":false,"publish_time":1601493455115,"_cnpm_publish_time":1601493455115,"contributors":[]},"0.6.13-canary.fe55004be":{"name":"@firebase/database","version":"0.6.13-canary.fe55004be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.fe55004be","@firebase/logger":"0.2.6-canary.fe55004be","@firebase/util":"0.3.2-canary.fe55004be","@firebase/component":"0.1.19-canary.fe55004be","@firebase/auth-interop-types":"0.1.5-canary.fe55004be","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.fe55004be","@firebase/app-types":"0.6.1-canary.fe55004be","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.fe55004be","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"770cf026a2bce71937132af9f4b68d1aa629e1f7","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.fe55004be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.fe55004be_1601489638011_0.9111368321725848"},"_hasShrinkwrap":false,"publish_time":1601489638202,"_cnpm_publish_time":1601489638202,"contributors":[]},"0.6.13-canary.d4db75ff8":{"name":"@firebase/database","version":"0.6.13-canary.d4db75ff8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.d4db75ff8","@firebase/logger":"0.2.6-canary.d4db75ff8","@firebase/util":"0.3.2-canary.d4db75ff8","@firebase/component":"0.1.19-canary.d4db75ff8","@firebase/auth-interop-types":"0.1.5-canary.d4db75ff8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.d4db75ff8","@firebase/app-types":"0.6.1-canary.d4db75ff8","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.d4db75ff8","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b1bf51242688debc4868bd9568e6c46d37ff891c","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.d4db75ff8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.d4db75ff8_1601483054848_0.14942745073059527"},"_hasShrinkwrap":false,"publish_time":1601483055106,"_cnpm_publish_time":1601483055106,"contributors":[]},"0.6.13-canary.2be43eadf":{"name":"@firebase/database","version":"0.6.13-canary.2be43eadf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.2be43eadf","@firebase/logger":"0.2.6-canary.2be43eadf","@firebase/util":"0.3.2-canary.2be43eadf","@firebase/component":"0.1.19-canary.2be43eadf","@firebase/auth-interop-types":"0.1.5-canary.2be43eadf","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.2be43eadf","@firebase/app-types":"0.6.1-canary.2be43eadf","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.2be43eadf","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"17d95bce8cf6f244b7585fb144f091b93d964374","size":1255321,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.2be43eadf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.2be43eadf_1601424466968_0.9213632574144566"},"_hasShrinkwrap":false,"publish_time":1601424467244,"_cnpm_publish_time":1601424467244,"contributors":[]},"0.6.13-canary.7d655a816":{"name":"@firebase/database","version":"0.6.13-canary.7d655a816","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.7d655a816","@firebase/logger":"0.2.6-canary.7d655a816","@firebase/util":"0.3.2-canary.7d655a816","@firebase/component":"0.1.19-canary.7d655a816","@firebase/auth-interop-types":"0.1.5-canary.7d655a816","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.7d655a816","@firebase/app-types":"0.6.1-canary.7d655a816","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.7d655a816","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"ce91eb772755d4e066123206299c3171b4ad1925","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.7d655a816.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.7d655a816_1601338290886_0.3103654885556226"},"_hasShrinkwrap":false,"publish_time":1601338291118,"_cnpm_publish_time":1601338291118,"contributors":[]},"0.6.13-canary.7c1c7f182":{"name":"@firebase/database","version":"0.6.13-canary.7c1c7f182","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.7c1c7f182","@firebase/logger":"0.2.6-canary.7c1c7f182","@firebase/util":"0.3.2-canary.7c1c7f182","@firebase/component":"0.1.19-canary.7c1c7f182","@firebase/auth-interop-types":"0.1.5-canary.7c1c7f182","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.7c1c7f182","@firebase/app-types":"0.6.1-canary.7c1c7f182","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.7c1c7f182","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e8a06b77653775a2f9d2226d1bef7d962f77ca1b","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.7c1c7f182.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.7c1c7f182_1601330088774_0.21776105668667922"},"_hasShrinkwrap":false,"publish_time":1601330088975,"_cnpm_publish_time":1601330088975,"contributors":[]},"0.6.13-canary.01bb65b54":{"name":"@firebase/database","version":"0.6.13-canary.01bb65b54","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.01bb65b54","@firebase/logger":"0.2.6-canary.01bb65b54","@firebase/util":"0.3.2-canary.01bb65b54","@firebase/component":"0.1.19-canary.01bb65b54","@firebase/auth-interop-types":"0.1.5-canary.01bb65b54","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.01bb65b54","@firebase/app-types":"0.6.1-canary.01bb65b54","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.01bb65b54","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"b1612f130f621fad8eb81853253c996b741fb3e2","size":1255330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.01bb65b54.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.01bb65b54_1601313529363_0.5119286444048994"},"_hasShrinkwrap":false,"publish_time":1601313529605,"_cnpm_publish_time":1601313529605,"contributors":[]},"0.6.13-canary.a6af7c279":{"name":"@firebase/database","version":"0.6.13-canary.a6af7c279","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.a6af7c279","@firebase/logger":"0.2.6-canary.a6af7c279","@firebase/util":"0.3.2-canary.a6af7c279","@firebase/component":"0.1.19-canary.a6af7c279","@firebase/auth-interop-types":"0.1.5-canary.a6af7c279","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.a6af7c279","@firebase/app-types":"0.6.1-canary.a6af7c279","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.a6af7c279","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"d326b126a8deb47d115f26d6c824c11d10922321","size":1255330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.a6af7c279.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.a6af7c279_1601050880463_0.9488185746406317"},"_hasShrinkwrap":false,"publish_time":1601050880613,"_cnpm_publish_time":1601050880613,"contributors":[]},"0.6.13-canary.37590059e":{"name":"@firebase/database","version":"0.6.13-canary.37590059e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.37590059e","@firebase/logger":"0.2.6-canary.37590059e","@firebase/util":"0.3.2-canary.37590059e","@firebase/component":"0.1.19-canary.37590059e","@firebase/auth-interop-types":"0.1.5-canary.37590059e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.37590059e","@firebase/app-types":"0.6.1-canary.37590059e","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.37590059e","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"724cff6c893a28ffa02e12d6cd8dec9767ef8409","size":1255335,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.37590059e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.37590059e_1600994141137_0.6294893631004419"},"_hasShrinkwrap":false,"publish_time":1600994141735,"_cnpm_publish_time":1600994141735,"contributors":[]},"0.6.13-canary.63d7fc805":{"name":"@firebase/database","version":"0.6.13-canary.63d7fc805","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.63d7fc805","@firebase/logger":"0.2.6-canary.63d7fc805","@firebase/util":"0.3.2-canary.63d7fc805","@firebase/component":"0.1.19-canary.63d7fc805","@firebase/auth-interop-types":"0.1.5-canary.63d7fc805","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.63d7fc805","@firebase/app-types":"0.6.1-canary.63d7fc805","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.63d7fc805","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"3b026d606947f8583dc2494a8773a2483d7a7d25","size":1255330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.63d7fc805.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.63d7fc805_1600993747795_0.8434405275970362"},"_hasShrinkwrap":false,"publish_time":1600993748184,"_cnpm_publish_time":1600993748184,"contributors":[]},"0.6.13-canary.2a18beb84":{"name":"@firebase/database","version":"0.6.13-canary.2a18beb84","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.2a18beb84","@firebase/logger":"0.2.6-canary.2a18beb84","@firebase/util":"0.3.2-canary.2a18beb84","@firebase/component":"0.1.19-canary.2a18beb84","@firebase/auth-interop-types":"0.1.5-canary.2a18beb84","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.2a18beb84","@firebase/app-types":"0.6.1-canary.2a18beb84","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.2a18beb84","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"739031f51756e9b41b1c016665109e3459536344","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.2a18beb84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.2a18beb84_1600983620365_0.1320604578728486"},"_hasShrinkwrap":false,"publish_time":1600983620567,"_cnpm_publish_time":1600983620567,"contributors":[]},"0.6.13-canary.205421eda":{"name":"@firebase/database","version":"0.6.13-canary.205421eda","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.205421eda","@firebase/logger":"0.2.6-canary.205421eda","@firebase/util":"0.3.2-canary.205421eda","@firebase/component":"0.1.19-canary.205421eda","@firebase/auth-interop-types":"0.1.5-canary.205421eda","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.205421eda","@firebase/app-types":"0.6.1-canary.205421eda","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.205421eda","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"e81ecfaa54061fc32ceebae56c97e3e0fd2dc864","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.205421eda.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.205421eda_1600981169637_0.8095692180536267"},"_hasShrinkwrap":false,"publish_time":1600981169832,"_cnpm_publish_time":1600981169832,"contributors":[]},"0.6.13-canary.fff14a712":{"name":"@firebase/database","version":"0.6.13-canary.fff14a712","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.fff14a712","@firebase/logger":"0.2.6-canary.fff14a712","@firebase/util":"0.3.2-canary.fff14a712","@firebase/component":"0.1.19-canary.fff14a712","@firebase/auth-interop-types":"0.1.5-canary.fff14a712","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.fff14a712","@firebase/app-types":"0.6.1-canary.fff14a712","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.fff14a712","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"f075bd2ae5cab0298d309768d8446b64190e1e91","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.fff14a712.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.fff14a712_1600981085912_0.10908786850895247"},"_hasShrinkwrap":false,"publish_time":1600981086159,"_cnpm_publish_time":1600981086159,"contributors":[]},"0.6.13-eap-auth-emulator.16fda4fd2":{"name":"@firebase/database","version":"0.6.13-eap-auth-emulator.16fda4fd2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-eap-auth-emulator.16fda4fd2","@firebase/logger":"0.2.6-eap-auth-emulator.16fda4fd2","@firebase/util":"0.3.2-eap-auth-emulator.16fda4fd2","@firebase/component":"0.1.19-eap-auth-emulator.16fda4fd2","@firebase/auth-interop-types":"0.1.5-eap-auth-emulator.16fda4fd2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-eap-auth-emulator.16fda4fd2","@firebase/app-types":"0.6.1-eap-auth-emulator.16fda4fd2","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-eap-auth-emulator.16fda4fd2","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"c9c84db7daaa8dab9b3769b10b7c81f45399aca8","size":1255349,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-eap-auth-emulator.16fda4fd2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-eap-auth-emulator.16fda4fd2_1600973927126_0.3541568786829157"},"_hasShrinkwrap":false,"publish_time":1600973927289,"_cnpm_publish_time":1600973927289,"contributors":[]},"0.6.13-canary.81c61b6cb":{"name":"@firebase/database","version":"0.6.13-canary.81c61b6cb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.81c61b6cb","@firebase/logger":"0.2.6-canary.81c61b6cb","@firebase/util":"0.3.2-canary.81c61b6cb","@firebase/component":"0.1.19-canary.81c61b6cb","@firebase/auth-interop-types":"0.1.5-canary.81c61b6cb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.81c61b6cb","@firebase/app-types":"0.6.1-canary.81c61b6cb","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.81c61b6cb","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"fa97f8decc451b0a39a1a8731ba4b0cbac11c6b4","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.81c61b6cb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.81c61b6cb_1600973580264_0.5563904822270784"},"_hasShrinkwrap":false,"publish_time":1600973580531,"_cnpm_publish_time":1600973580531,"contributors":[]},"0.6.13-canary.b61f0d7d4":{"name":"@firebase/database","version":"0.6.13-canary.b61f0d7d4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b61f0d7d4","@firebase/logger":"0.2.6-canary.b61f0d7d4","@firebase/util":"0.3.2-canary.b61f0d7d4","@firebase/component":"0.1.19-canary.b61f0d7d4","@firebase/auth-interop-types":"0.1.5-canary.b61f0d7d4","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b61f0d7d4","@firebase/app-types":"0.6.1-canary.b61f0d7d4","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.b61f0d7d4","_nodeVersion":"10.22.1","_npmVersion":"6.14.6","dist":{"shasum":"d228a8ed6c5a85a46569d87ed594bffbf97d6491","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.b61f0d7d4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.b61f0d7d4_1600965282824_0.8303893354258216"},"_hasShrinkwrap":false,"publish_time":1600965282989,"_cnpm_publish_time":1600965282989,"contributors":[]},"0.6.13-canary.0a1181b18":{"name":"@firebase/database","version":"0.6.13-canary.0a1181b18","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0a1181b18","@firebase/logger":"0.2.6-canary.0a1181b18","@firebase/util":"0.3.2-canary.0a1181b18","@firebase/component":"0.1.19-canary.0a1181b18","@firebase/auth-interop-types":"0.1.5-canary.0a1181b18","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.0a1181b18","@firebase/app-types":"0.6.1-canary.0a1181b18","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.0a1181b18","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"670a947e6e36fa30374545323221b69334d2b464","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.0a1181b18.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.0a1181b18_1600910095157_0.5816145931560373"},"_hasShrinkwrap":false,"publish_time":1600910095472,"_cnpm_publish_time":1600910095472,"contributors":[]},"0.6.13-canary.0c607c992":{"name":"@firebase/database","version":"0.6.13-canary.0c607c992","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0c607c992","@firebase/logger":"0.2.6-canary.0c607c992","@firebase/util":"0.3.2-canary.0c607c992","@firebase/component":"0.1.19-canary.0c607c992","@firebase/auth-interop-types":"0.1.5-canary.0c607c992","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.0c607c992","@firebase/app-types":"0.6.1-canary.0c607c992","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.0c607c992","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"9db9524031115aa50c5cbc1b7c7c39e4d6ca987d","size":1255331,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.0c607c992.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.0c607c992_1600888816735_0.5522167794990216"},"_hasShrinkwrap":false,"publish_time":1600888816951,"_cnpm_publish_time":1600888816951,"contributors":[]},"0.6.13-canary.cddc5512f":{"name":"@firebase/database","version":"0.6.13-canary.cddc5512f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.cddc5512f","@firebase/logger":"0.2.6-canary.cddc5512f","@firebase/util":"0.3.2-canary.cddc5512f","@firebase/component":"0.1.19-canary.cddc5512f","@firebase/auth-interop-types":"0.1.5-canary.cddc5512f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.cddc5512f","@firebase/app-types":"0.6.1-canary.cddc5512f","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.cddc5512f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"224c4edfaa566f7b795046c715a1fb987ea0aec1","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.cddc5512f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.cddc5512f_1600886534577_0.17045071081870944"},"_hasShrinkwrap":false,"publish_time":1600886534790,"_cnpm_publish_time":1600886534790,"contributors":[]},"0.6.13-canary.e55e7c663":{"name":"@firebase/database","version":"0.6.13-canary.e55e7c663","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.e55e7c663","@firebase/logger":"0.2.6-canary.e55e7c663","@firebase/util":"0.3.2-canary.e55e7c663","@firebase/component":"0.1.19-canary.e55e7c663","@firebase/auth-interop-types":"0.1.5-canary.e55e7c663","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.e55e7c663","@firebase/app-types":"0.6.1-canary.e55e7c663","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.e55e7c663","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e62458940379338d58cb3f2d04d9282842439017","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.e55e7c663.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.e55e7c663_1600819767175_0.8146292663624812"},"_hasShrinkwrap":false,"publish_time":1600819767412,"_cnpm_publish_time":1600819767412,"contributors":[]},"0.6.13-canary.c20f63130":{"name":"@firebase/database","version":"0.6.13-canary.c20f63130","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.c20f63130","@firebase/logger":"0.2.6-canary.c20f63130","@firebase/util":"0.3.2-canary.c20f63130","@firebase/component":"0.1.19-canary.c20f63130","@firebase/auth-interop-types":"0.1.5-canary.c20f63130","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.c20f63130","@firebase/app-types":"0.6.1-canary.c20f63130","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.c20f63130","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"9b9b032a9bb5ace48f77a4f60fe482a36564750e","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.c20f63130.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.c20f63130_1600816941546_0.29570645247842364"},"_hasShrinkwrap":false,"publish_time":1600816941791,"_cnpm_publish_time":1600816941791,"contributors":[]},"0.6.13-canary.cb1caa0e3":{"name":"@firebase/database","version":"0.6.13-canary.cb1caa0e3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.cb1caa0e3","@firebase/logger":"0.2.6-canary.cb1caa0e3","@firebase/util":"0.3.2-canary.cb1caa0e3","@firebase/component":"0.1.19-canary.cb1caa0e3","@firebase/auth-interop-types":"0.1.5-canary.cb1caa0e3","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.cb1caa0e3","@firebase/app-types":"0.6.1-canary.cb1caa0e3","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.cb1caa0e3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"5693a59c043deb632adfb115bafe6c206b41842a","size":1255321,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.cb1caa0e3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.cb1caa0e3_1600814037592_0.5515197111029588"},"_hasShrinkwrap":false,"publish_time":1600814037840,"_cnpm_publish_time":1600814037840,"contributors":[]},"0.6.13-canary.61ed2144d":{"name":"@firebase/database","version":"0.6.13-canary.61ed2144d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.61ed2144d","@firebase/logger":"0.2.6-canary.61ed2144d","@firebase/util":"0.3.2-canary.61ed2144d","@firebase/component":"0.1.19-canary.61ed2144d","@firebase/auth-interop-types":"0.1.5-canary.61ed2144d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.61ed2144d","@firebase/app-types":"0.6.1-canary.61ed2144d","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.61ed2144d","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"bde2541cc9fe8d23c9621e38a1296bda523fade5","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.61ed2144d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.61ed2144d_1600806965766_0.6152938095420926"},"_hasShrinkwrap":false,"publish_time":1600806965939,"_cnpm_publish_time":1600806965939,"contributors":[]},"0.6.13-canary.9e040c14a":{"name":"@firebase/database","version":"0.6.13-canary.9e040c14a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.9e040c14a","@firebase/logger":"0.2.6-canary.9e040c14a","@firebase/util":"0.3.2-canary.9e040c14a","@firebase/component":"0.1.19-canary.9e040c14a","@firebase/auth-interop-types":"0.1.5-canary.9e040c14a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.9e040c14a","@firebase/app-types":"0.6.1-canary.9e040c14a","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.9e040c14a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"308bc36b9bca869c8cfbbb55687f1006c54d92d6","size":1255326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.9e040c14a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.9e040c14a_1600804940133_0.5942404926456781"},"_hasShrinkwrap":false,"publish_time":1600804940315,"_cnpm_publish_time":1600804940315,"contributors":[]},"0.6.13-canary.3f0aa7bf3":{"name":"@firebase/database","version":"0.6.13-canary.3f0aa7bf3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.3f0aa7bf3","@firebase/logger":"0.2.6-canary.3f0aa7bf3","@firebase/util":"0.3.2-canary.3f0aa7bf3","@firebase/component":"0.1.19-canary.3f0aa7bf3","@firebase/auth-interop-types":"0.1.5-canary.3f0aa7bf3","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.3f0aa7bf3","@firebase/app-types":"0.6.1-canary.3f0aa7bf3","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.3f0aa7bf3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"baa5e3977aa1bf01fe72fb9bb5489aa8f7afae4b","size":1255324,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.3f0aa7bf3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.3f0aa7bf3_1600800943068_0.6756834125336508"},"_hasShrinkwrap":false,"publish_time":1600800943254,"_cnpm_publish_time":1600800943254,"contributors":[]},"0.6.13-canary.70fe23901":{"name":"@firebase/database","version":"0.6.13-canary.70fe23901","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.70fe23901","@firebase/logger":"0.2.6-canary.70fe23901","@firebase/util":"0.3.2-canary.70fe23901","@firebase/component":"0.1.19-canary.70fe23901","@firebase/auth-interop-types":"0.1.5-canary.70fe23901","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.70fe23901","@firebase/app-types":"0.6.1-canary.70fe23901","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.70fe23901","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"05a16a41971bebec6e7e13542856fecfb0d0ccb0","size":1255329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.70fe23901.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.70fe23901_1600800920946_0.7281491484653144"},"_hasShrinkwrap":false,"publish_time":1600800921132,"_cnpm_publish_time":1600800921132,"contributors":[]},"0.6.13-canary.c01a88f46":{"name":"@firebase/database","version":"0.6.13-canary.c01a88f46","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.c01a88f46","@firebase/logger":"0.2.6-canary.c01a88f46","@firebase/util":"0.3.2-canary.c01a88f46","@firebase/component":"0.1.19-canary.c01a88f46","@firebase/auth-interop-types":"0.1.5-canary.c01a88f46","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.c01a88f46","@firebase/app-types":"0.6.1-canary.c01a88f46","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.c01a88f46","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"5d4de58dd0dbd53babe3580c338a72da8df589ec","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.c01a88f46.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.c01a88f46_1600800734265_0.6277798380067363"},"_hasShrinkwrap":false,"publish_time":1600800734492,"_cnpm_publish_time":1600800734492,"contributors":[]},"0.6.13-canary.b23149517":{"name":"@firebase/database","version":"0.6.13-canary.b23149517","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b23149517","@firebase/logger":"0.2.6-canary.b23149517","@firebase/util":"0.3.2-canary.b23149517","@firebase/component":"0.1.19-canary.b23149517","@firebase/auth-interop-types":"0.1.5-canary.b23149517","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b23149517","@firebase/app-types":"0.6.1-canary.b23149517","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.b23149517","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"46e3ef83034edb3854209bd008c9d57635c750af","size":1255334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.b23149517.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.b23149517_1600800055755_0.4467377544931108"},"_hasShrinkwrap":false,"publish_time":1600800055983,"_cnpm_publish_time":1600800055983,"contributors":[]},"0.6.13-canary.49d97ff38":{"name":"@firebase/database","version":"0.6.13-canary.49d97ff38","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.49d97ff38","@firebase/logger":"0.2.6-canary.49d97ff38","@firebase/util":"0.3.2-canary.49d97ff38","@firebase/component":"0.1.19-canary.49d97ff38","@firebase/auth-interop-types":"0.1.5-canary.49d97ff38","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.49d97ff38","@firebase/app-types":"0.6.1-canary.49d97ff38","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.49d97ff38","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d61116a7519b4254f025d6c9a9903f2595aa9459","size":1255334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.49d97ff38.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.49d97ff38_1600733746729_0.6963403884793296"},"_hasShrinkwrap":false,"publish_time":1600733746950,"_cnpm_publish_time":1600733746950,"contributors":[]},"0.6.13-canary.4dc8817c3":{"name":"@firebase/database","version":"0.6.13-canary.4dc8817c3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.4dc8817c3","@firebase/logger":"0.2.6-canary.4dc8817c3","@firebase/util":"0.3.2-canary.4dc8817c3","@firebase/component":"0.1.19-canary.4dc8817c3","@firebase/auth-interop-types":"0.1.5-canary.4dc8817c3","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.4dc8817c3","@firebase/app-types":"0.6.1-canary.4dc8817c3","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.4dc8817c3","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"491d78891093a74dd296ec7c798fb35c4e0cc05e","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.4dc8817c3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.4dc8817c3_1600730874020_0.1182577821532158"},"_hasShrinkwrap":false,"publish_time":1600730874249,"_cnpm_publish_time":1600730874249,"contributors":[]},"0.6.13-canary.5593be665":{"name":"@firebase/database","version":"0.6.13-canary.5593be665","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.5593be665","@firebase/logger":"0.2.6-canary.5593be665","@firebase/util":"0.3.2-canary.5593be665","@firebase/component":"0.1.19-canary.5593be665","@firebase/auth-interop-types":"0.1.5-canary.5593be665","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.5593be665","@firebase/app-types":"0.6.1-canary.5593be665","rollup":"2.28.1","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.5593be665","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"5dc05addb503f99a91c9c03ef19c810881d97cf9","size":1255333,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.5593be665.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.5593be665_1600723243837_0.5281260597620465"},"_hasShrinkwrap":false,"publish_time":1600723244111,"_cnpm_publish_time":1600723244111,"contributors":[]},"0.6.13-canary.16c6ba979":{"name":"@firebase/database","version":"0.6.13-canary.16c6ba979","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.16c6ba979","@firebase/logger":"0.2.6-canary.16c6ba979","@firebase/util":"0.3.2-canary.16c6ba979","@firebase/component":"0.1.19-canary.16c6ba979","@firebase/auth-interop-types":"0.1.5-canary.16c6ba979","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.16c6ba979","@firebase/app-types":"0.6.1-canary.16c6ba979","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.16c6ba979","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"a9cb0b93c9a4b8513627c2a91ba340be35e722a8","size":1255331,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.16c6ba979.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.16c6ba979_1600720935980_0.11757211646066734"},"_hasShrinkwrap":false,"publish_time":1600720936214,"_cnpm_publish_time":1600720936214,"contributors":[]},"0.6.13-canary.7bf73797d":{"name":"@firebase/database","version":"0.6.13-canary.7bf73797d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.7bf73797d","@firebase/logger":"0.2.6-canary.7bf73797d","@firebase/util":"0.3.2-canary.7bf73797d","@firebase/component":"0.1.19-canary.7bf73797d","@firebase/auth-interop-types":"0.1.5-canary.7bf73797d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.7bf73797d","@firebase/app-types":"0.6.1-canary.7bf73797d","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.7bf73797d","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1f1cb0a8b3d962f5a76b135d7a7be07a93c03279","size":1255334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.7bf73797d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.7bf73797d_1600708753366_0.6553393769177338"},"_hasShrinkwrap":false,"publish_time":1600708753589,"_cnpm_publish_time":1600708753589,"contributors":[]},"0.6.13-canary.4c4b2d110":{"name":"@firebase/database","version":"0.6.13-canary.4c4b2d110","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.4c4b2d110","@firebase/logger":"0.2.6-canary.4c4b2d110","@firebase/util":"0.3.2-canary.4c4b2d110","@firebase/component":"0.1.19-canary.4c4b2d110","@firebase/auth-interop-types":"0.1.5-canary.4c4b2d110","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.4c4b2d110","@firebase/app-types":"0.6.1-canary.4c4b2d110","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.4c4b2d110","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"b1e1073a7ecb23f2df7ae235450b1bf23953d1ae","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.4c4b2d110.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.4c4b2d110_1600704554424_0.6383608247112327"},"_hasShrinkwrap":false,"publish_time":1600704554737,"_cnpm_publish_time":1600704554737,"contributors":[]},"0.6.13-canary.bd85ee70f":{"name":"@firebase/database","version":"0.6.13-canary.bd85ee70f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.bd85ee70f","@firebase/logger":"0.2.6-canary.bd85ee70f","@firebase/util":"0.3.2-canary.bd85ee70f","@firebase/component":"0.1.19-canary.bd85ee70f","@firebase/auth-interop-types":"0.1.5-canary.bd85ee70f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.bd85ee70f","@firebase/app-types":"0.6.1-canary.bd85ee70f","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.bd85ee70f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"6fe6d38f9d50e434a87e8ed8dafd62070ef66144","size":1255327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.bd85ee70f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.bd85ee70f_1600491562608_0.23612685756861285"},"_hasShrinkwrap":false,"publish_time":1600491562813,"_cnpm_publish_time":1600491562813,"contributors":[]},"0.6.13-canary.0986b92c6":{"name":"@firebase/database","version":"0.6.13-canary.0986b92c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0986b92c6","@firebase/logger":"0.2.6-canary.0986b92c6","@firebase/util":"0.3.2-canary.0986b92c6","@firebase/component":"0.1.19-canary.0986b92c6","@firebase/auth-interop-types":"0.1.5-canary.0986b92c6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.0986b92c6","@firebase/app-types":"0.6.1-canary.0986b92c6","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.0986b92c6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"6535e41ffba09a3e9d52e7722342d39a02d3cb75","size":1255334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.0986b92c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.0986b92c6_1600384133360_0.27590922317574806"},"_hasShrinkwrap":false,"publish_time":1600384133553,"_cnpm_publish_time":1600384133553,"contributors":[]},"0.6.13-canary.3a6e5ffbb":{"name":"@firebase/database","version":"0.6.13-canary.3a6e5ffbb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.3a6e5ffbb","@firebase/logger":"0.2.6-canary.3a6e5ffbb","@firebase/util":"0.3.2-canary.3a6e5ffbb","@firebase/component":"0.1.19-canary.3a6e5ffbb","@firebase/auth-interop-types":"0.1.5-canary.3a6e5ffbb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.3a6e5ffbb","@firebase/app-types":"0.6.1-canary.3a6e5ffbb","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.3a6e5ffbb","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"0346b1ce35f2c25e9433f0ff4590d3f41e8c6258","size":1255325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.3a6e5ffbb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.3a6e5ffbb_1600381085463_0.6807255849600067"},"_hasShrinkwrap":false,"publish_time":1600381085618,"_cnpm_publish_time":1600381085618,"contributors":[]},"0.6.13-canary.9b6b06ad2":{"name":"@firebase/database","version":"0.6.13-canary.9b6b06ad2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.9b6b06ad2","@firebase/logger":"0.2.6-canary.9b6b06ad2","@firebase/util":"0.3.2-canary.9b6b06ad2","@firebase/component":"0.1.19-canary.9b6b06ad2","@firebase/auth-interop-types":"0.1.5-canary.9b6b06ad2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.9b6b06ad2","@firebase/app-types":"0.6.1-canary.9b6b06ad2","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-canary.9b6b06ad2","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e9858bb2488748f4c4c23961649c4a0063e2e87f","size":1255328,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-canary.9b6b06ad2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-canary.9b6b06ad2_1600380373452_0.12529729126307831"},"_hasShrinkwrap":false,"publish_time":1600380373644,"_cnpm_publish_time":1600380373644,"contributors":[]},"0.6.13":{"name":"@firebase/database","version":"0.6.13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/component":"0.1.19","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11","@firebase/app-types":"0.6.1","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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/database@0.6.13","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"b96fe0c53757dd6404ee085fdcb45c0f9f525c17","size":1252278,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13_1600376655016_0.33065220500387804"},"_hasShrinkwrap":false,"publish_time":1600376655311,"_cnpm_publish_time":1600376655311,"contributors":[]},"0.6.12-canary.7086f4a31":{"name":"@firebase/database","version":"0.6.12-canary.7086f4a31","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.7086f4a31","@firebase/logger":"0.2.6-canary.7086f4a31","@firebase/util":"0.3.2-canary.7086f4a31","@firebase/component":"0.1.19-canary.7086f4a31","@firebase/auth-interop-types":"0.1.5-canary.7086f4a31","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.7086f4a31","@firebase/app-types":"0.6.1-canary.7086f4a31","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.7086f4a31","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"418a7a26a855ca7ea3dde9ea6518f8d7ea007596","size":1255248,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.7086f4a31.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.7086f4a31_1600374299750_0.6365982245997908"},"_hasShrinkwrap":false,"publish_time":1600374299968,"_cnpm_publish_time":1600374299968,"contributors":[]},"0.6.12-canary.d41152a2a":{"name":"@firebase/database","version":"0.6.12-canary.d41152a2a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.d41152a2a","@firebase/logger":"0.2.6-canary.d41152a2a","@firebase/util":"0.3.2-canary.d41152a2a","@firebase/component":"0.1.19-canary.d41152a2a","@firebase/auth-interop-types":"0.1.5-canary.d41152a2a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.d41152a2a","@firebase/app-types":"0.6.1-canary.d41152a2a","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.d41152a2a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"512cc41c1c0e9af9f4c2e0befcd0f709cf2328fb","size":1255243,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.d41152a2a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.d41152a2a_1600367218826_0.4097679431115895"},"_hasShrinkwrap":false,"publish_time":1600367219149,"_cnpm_publish_time":1600367219149,"contributors":[]},"0.6.12-canary.ff66d8cc9":{"name":"@firebase/database","version":"0.6.12-canary.ff66d8cc9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.ff66d8cc9","@firebase/logger":"0.2.6-canary.ff66d8cc9","@firebase/util":"0.3.2-canary.ff66d8cc9","@firebase/component":"0.1.19-canary.ff66d8cc9","@firebase/auth-interop-types":"0.1.5-canary.ff66d8cc9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.ff66d8cc9","@firebase/app-types":"0.6.1-canary.ff66d8cc9","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.ff66d8cc9","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"484a92a1e6b49baf1dbe5032a7d53f859b0f6600","size":1252257,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.ff66d8cc9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.ff66d8cc9_1600283755643_0.9970297309305818"},"_hasShrinkwrap":false,"publish_time":1600283755945,"_cnpm_publish_time":1600283755945,"contributors":[]},"0.6.12-canary.01e9f58f9":{"name":"@firebase/database","version":"0.6.12-canary.01e9f58f9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.01e9f58f9","@firebase/logger":"0.2.6-canary.01e9f58f9","@firebase/util":"0.3.2-canary.01e9f58f9","@firebase/component":"0.1.19-canary.01e9f58f9","@firebase/auth-interop-types":"0.1.5-canary.01e9f58f9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.01e9f58f9","@firebase/app-types":"0.6.1-canary.01e9f58f9","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.01e9f58f9","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e03028828d6a120263086bbc26024e2f5838d983","size":1252258,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.01e9f58f9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.01e9f58f9_1600281704990_0.9286121256347513"},"_hasShrinkwrap":false,"publish_time":1600281705166,"_cnpm_publish_time":1600281705166,"contributors":[]},"0.6.12-canary.40f958254":{"name":"@firebase/database","version":"0.6.12-canary.40f958254","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.40f958254","@firebase/logger":"0.2.6-canary.40f958254","@firebase/util":"0.3.2-canary.40f958254","@firebase/component":"0.1.19-canary.40f958254","@firebase/auth-interop-types":"0.1.5-canary.40f958254","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.40f958254","@firebase/app-types":"0.6.1-canary.40f958254","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.40f958254","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"659dbafa8a109377a8a3f0b54c4432267ccb55af","size":1252260,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.40f958254.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.40f958254_1600281682659_0.5971127890190804"},"_hasShrinkwrap":false,"publish_time":1600281682890,"_cnpm_publish_time":1600281682890,"contributors":[]},"0.6.12-canary.07cbd42e6":{"name":"@firebase/database","version":"0.6.12-canary.07cbd42e6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.07cbd42e6","@firebase/logger":"0.2.6-canary.07cbd42e6","@firebase/util":"0.3.2-canary.07cbd42e6","@firebase/component":"0.1.19-canary.07cbd42e6","@firebase/auth-interop-types":"0.1.5-canary.07cbd42e6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.07cbd42e6","@firebase/app-types":"0.6.1-canary.07cbd42e6","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.07cbd42e6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e1ea319d164bfd65463b7720d23d5e59f080e093","size":1252254,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.07cbd42e6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.07cbd42e6_1600278019093_0.877813352445125"},"_hasShrinkwrap":false,"publish_time":1600278019247,"_cnpm_publish_time":1600278019247,"contributors":[]},"0.6.12-canary.80e421900":{"name":"@firebase/database","version":"0.6.12-canary.80e421900","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.80e421900","@firebase/logger":"0.2.6-canary.80e421900","@firebase/util":"0.3.2-canary.80e421900","@firebase/component":"0.1.19-canary.80e421900","@firebase/auth-interop-types":"0.1.5-canary.80e421900","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.80e421900","@firebase/app-types":"0.6.1-canary.80e421900","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.80e421900","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"de516c1a5b94907782df6249c4af5e8f7ee8311a","size":1252260,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.80e421900.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.80e421900_1600212481669_0.8909782714672203"},"_hasShrinkwrap":false,"publish_time":1600212481914,"_cnpm_publish_time":1600212481914,"contributors":[]},"0.6.13-2020815231418":{"name":"@firebase/database","version":"0.6.13-2020815231418","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/component":"0.1.19","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11","@firebase/app-types":"0.6.1","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.13-2020815231418","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"256860571dd6deac994c748670d39de4675bdc09","size":1252363,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.13-2020815231418.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.13-2020815231418_1600211983700_0.8674602453875029"},"_hasShrinkwrap":false,"publish_time":1600211984034,"_cnpm_publish_time":1600211984034,"contributors":[]},"0.6.12-canary.f9004177e":{"name":"@firebase/database","version":"0.6.12-canary.f9004177e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.f9004177e","@firebase/logger":"0.2.6-canary.f9004177e","@firebase/util":"0.3.2-canary.f9004177e","@firebase/component":"0.1.19-canary.f9004177e","@firebase/auth-interop-types":"0.1.5-canary.f9004177e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.f9004177e","@firebase/app-types":"0.6.1-canary.f9004177e","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.f9004177e","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"776419bbb7ee61cf9a210260e4f777db4ed4a69b","size":1252258,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.f9004177e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.f9004177e_1600184041925_0.9311992703167393"},"_hasShrinkwrap":false,"publish_time":1600184042272,"_cnpm_publish_time":1600184042272,"contributors":[]},"0.6.12-canary.a865ae9eb":{"name":"@firebase/database","version":"0.6.12-canary.a865ae9eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.a865ae9eb","@firebase/logger":"0.2.6-canary.a865ae9eb","@firebase/util":"0.3.2-canary.a865ae9eb","@firebase/component":"0.1.19-canary.a865ae9eb","@firebase/auth-interop-types":"0.1.5-canary.a865ae9eb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.a865ae9eb","@firebase/app-types":"0.6.1-canary.a865ae9eb","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.a865ae9eb","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"4b9894cf7d434fccd98f4185b04bf07a7fc4639b","size":1252256,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.a865ae9eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.a865ae9eb_1600105625748_0.29179931027635275"},"_hasShrinkwrap":false,"publish_time":1600105625977,"_cnpm_publish_time":1600105625977,"contributors":[]},"0.6.12-canary.b1854ab30":{"name":"@firebase/database","version":"0.6.12-canary.b1854ab30","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b1854ab30","@firebase/logger":"0.2.6-canary.b1854ab30","@firebase/util":"0.3.2-canary.b1854ab30","@firebase/component":"0.1.19-canary.b1854ab30","@firebase/auth-interop-types":"0.1.5-canary.b1854ab30","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.b1854ab30","@firebase/app-types":"0.6.1-canary.b1854ab30","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.b1854ab30","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7664aae98273941ad0951af654c82a0f180aadc0","size":1252256,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.b1854ab30.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.b1854ab30_1599866598438_0.5809973348165913"},"_hasShrinkwrap":false,"publish_time":1599866598645,"_cnpm_publish_time":1599866598645,"contributors":[]},"0.6.12-canary.e81c429ae":{"name":"@firebase/database","version":"0.6.12-canary.e81c429ae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.e81c429ae","@firebase/logger":"0.2.6-canary.e81c429ae","@firebase/util":"0.3.2-canary.e81c429ae","@firebase/component":"0.1.19-canary.e81c429ae","@firebase/auth-interop-types":"0.1.5-canary.e81c429ae","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.e81c429ae","@firebase/app-types":"0.6.1-canary.e81c429ae","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.e81c429ae","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"73a8ab7d536820c0f84f62d97f0b7d3d913355c7","size":1252255,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.e81c429ae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.e81c429ae_1599858387868_0.9869425668161056"},"_hasShrinkwrap":false,"publish_time":1599858388116,"_cnpm_publish_time":1599858388116,"contributors":[]},"0.6.12-canary.35d1c0df6":{"name":"@firebase/database","version":"0.6.12-canary.35d1c0df6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.35d1c0df6","@firebase/logger":"0.2.6-canary.35d1c0df6","@firebase/util":"0.3.2-canary.35d1c0df6","@firebase/component":"0.1.19-canary.35d1c0df6","@firebase/auth-interop-types":"0.1.5-canary.35d1c0df6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.35d1c0df6","@firebase/app-types":"0.6.1-canary.35d1c0df6","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.35d1c0df6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e91b8c8433453d0b95dac0914bc4caca4e8829bc","size":1252254,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.35d1c0df6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.35d1c0df6_1599849332192_0.10455172535815382"},"_hasShrinkwrap":false,"publish_time":1599849332420,"_cnpm_publish_time":1599849332420,"contributors":[]},"0.6.12-canary.4b4816703":{"name":"@firebase/database","version":"0.6.12-canary.4b4816703","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.4b4816703","@firebase/logger":"0.2.6-canary.4b4816703","@firebase/util":"0.3.2-canary.4b4816703","@firebase/component":"0.1.19-canary.4b4816703","@firebase/auth-interop-types":"0.1.5-canary.4b4816703","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.4b4816703","@firebase/app-types":"0.6.1-canary.4b4816703","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.4b4816703","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"f65ef3b944db9af81afb4cb384e0a2e96657cd6b","size":1252259,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.4b4816703.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.4b4816703_1599844801488_0.2551579759194402"},"_hasShrinkwrap":false,"publish_time":1599844801767,"_cnpm_publish_time":1599844801767,"contributors":[]},"0.6.12-canary.0eb18ca80":{"name":"@firebase/database","version":"0.6.12-canary.0eb18ca80","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0eb18ca80","@firebase/logger":"0.2.6-canary.0eb18ca80","@firebase/util":"0.3.2-canary.0eb18ca80","@firebase/component":"0.1.19-canary.0eb18ca80","@firebase/auth-interop-types":"0.1.5-canary.0eb18ca80","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-canary.0eb18ca80","@firebase/app-types":"0.6.1-canary.0eb18ca80","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-canary.0eb18ca80","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"70e9461e754dab23357b1c40a61853d4acaddef6","size":1252253,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-canary.0eb18ca80.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-canary.0eb18ca80_1599775237726_0.6345052846111576"},"_hasShrinkwrap":false,"publish_time":1599775237891,"_cnpm_publish_time":1599775237891,"contributors":[]},"0.6.12":{"name":"@firebase/database","version":"0.6.12","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2","@firebase/logger":"0.2.6","@firebase/util":"0.3.2","@firebase/component":"0.1.19","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11","@firebase/app-types":"0.6.1","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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/database@0.6.12","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"60b484d34add1c0aad4999e2b1cb58b8f2b707c6","size":1251534,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12_1599767376154_0.40237872449997636"},"_hasShrinkwrap":false,"publish_time":1599767376386,"_cnpm_publish_time":1599767376386,"contributors":[]},"0.6.11-canary.595dfb0df":{"name":"@firebase/database","version":"0.6.11-canary.595dfb0df","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.595dfb0df","@firebase/logger":"0.2.6-canary.595dfb0df","@firebase/util":"0.3.1-canary.595dfb0df","@firebase/component":"0.1.18-canary.595dfb0df","@firebase/auth-interop-types":"0.1.5-canary.595dfb0df","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.595dfb0df","@firebase/app-types":"0.6.1-canary.595dfb0df","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.595dfb0df","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"c1f001d33cde5b7c1576cd239f6d622bfba152a3","size":1252078,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.595dfb0df.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.595dfb0df_1599766903661_0.8387026674356839"},"_hasShrinkwrap":false,"publish_time":1599766903855,"_cnpm_publish_time":1599766903855,"contributors":[]},"0.6.11-canary.95ab732eb":{"name":"@firebase/database","version":"0.6.11-canary.95ab732eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.95ab732eb","@firebase/logger":"0.2.6-canary.95ab732eb","@firebase/util":"0.3.1-canary.95ab732eb","@firebase/component":"0.1.18-canary.95ab732eb","@firebase/auth-interop-types":"0.1.5-canary.95ab732eb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.95ab732eb","@firebase/app-types":"0.6.1-canary.95ab732eb","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.95ab732eb","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"6cb49fb2d941b93a309f06cf771ac94dcc990c72","size":1252078,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.95ab732eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.95ab732eb_1599693518432_0.05809624290571502"},"_hasShrinkwrap":false,"publish_time":1599693518645,"_cnpm_publish_time":1599693518645,"contributors":[]},"0.6.11-canary.565004d8f":{"name":"@firebase/database","version":"0.6.11-canary.565004d8f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.565004d8f","@firebase/logger":"0.2.6-canary.565004d8f","@firebase/util":"0.3.1-canary.565004d8f","@firebase/component":"0.1.18-canary.565004d8f","@firebase/auth-interop-types":"0.1.5-canary.565004d8f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.565004d8f","@firebase/app-types":"0.6.1-canary.565004d8f","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.565004d8f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"448d915c6336ed69562799c2b9656c2f71708ecb","size":1252079,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.565004d8f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.565004d8f_1599690849402_0.04102323123663387"},"_hasShrinkwrap":false,"publish_time":1599690849677,"_cnpm_publish_time":1599690849677,"contributors":[]},"0.6.11-canary.0119d6677":{"name":"@firebase/database","version":"0.6.11-canary.0119d6677","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0119d6677","@firebase/logger":"0.2.6-canary.0119d6677","@firebase/util":"0.3.1-canary.0119d6677","@firebase/component":"0.1.18-canary.0119d6677","@firebase/auth-interop-types":"0.1.5-canary.0119d6677","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.0119d6677","@firebase/app-types":"0.6.1-canary.0119d6677","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.0119d6677","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"26a18a20d119b427077e267294b4ad9e5626dbfe","size":1252081,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.0119d6677.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.0119d6677_1599683499103_0.8197821891943697"},"_hasShrinkwrap":false,"publish_time":1599683499479,"_cnpm_publish_time":1599683499479,"contributors":[]},"0.6.11-canary.a8ff3dbaa":{"name":"@firebase/database","version":"0.6.11-canary.a8ff3dbaa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.a8ff3dbaa","@firebase/logger":"0.2.6-canary.a8ff3dbaa","@firebase/util":"0.3.1-canary.a8ff3dbaa","@firebase/component":"0.1.18-canary.a8ff3dbaa","@firebase/auth-interop-types":"0.1.5-canary.a8ff3dbaa","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.a8ff3dbaa","@firebase/app-types":"0.6.1-canary.a8ff3dbaa","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.a8ff3dbaa","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"fc4302922589ae39e85becb0eb6a987791f79081","size":1252070,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.a8ff3dbaa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.a8ff3dbaa_1599672855869_0.10548011699915416"},"_hasShrinkwrap":false,"publish_time":1599672856059,"_cnpm_publish_time":1599672856059,"contributors":[]},"0.6.11-canary.3d9b5a595":{"name":"@firebase/database","version":"0.6.11-canary.3d9b5a595","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.3d9b5a595","@firebase/logger":"0.2.6-canary.3d9b5a595","@firebase/util":"0.3.1-canary.3d9b5a595","@firebase/component":"0.1.18-canary.3d9b5a595","@firebase/auth-interop-types":"0.1.5-canary.3d9b5a595","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.3d9b5a595","@firebase/app-types":"0.6.1-canary.3d9b5a595","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.3d9b5a595","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e260a6e267bb60b8ed67db8ecb093d9118d149e4","size":1252081,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.3d9b5a595.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.3d9b5a595_1599671217331_0.546648480541398"},"_hasShrinkwrap":false,"publish_time":1599671217685,"_cnpm_publish_time":1599671217685,"contributors":[]},"0.6.11-canary.f47f9907c":{"name":"@firebase/database","version":"0.6.11-canary.f47f9907c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.f47f9907c","@firebase/logger":"0.2.6-canary.f47f9907c","@firebase/util":"0.3.1-canary.f47f9907c","@firebase/component":"0.1.18-canary.f47f9907c","@firebase/auth-interop-types":"0.1.5-canary.f47f9907c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.f47f9907c","@firebase/app-types":"0.6.1-canary.f47f9907c","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.f47f9907c","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"af9387f1e983e8a5a8a5d0b2c18b2db41e7a6270","size":1251423,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.f47f9907c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.f47f9907c_1599609924571_0.20978879277700968"},"_hasShrinkwrap":false,"publish_time":1599609924791,"_cnpm_publish_time":1599609924791,"contributors":[]},"0.6.12-202088235442":{"name":"@firebase/database","version":"0.6.12-202088235442","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2","@firebase/logger":"0.2.6","@firebase/util":"0.3.2-202088235442","@firebase/component":"0.1.19-202088235442","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.11-202088235442","@firebase/app-types":"0.6.1","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.12-202088235442","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"084f5bb9d71f355345c9a97e9314f0b5a796b638","size":1251628,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.12-202088235442.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.12-202088235442_1599609692928_0.48982192280232795"},"_hasShrinkwrap":false,"publish_time":1599609693099,"_cnpm_publish_time":1599609693099,"contributors":[]},"0.6.11-canary.7e7081011":{"name":"@firebase/database","version":"0.6.11-canary.7e7081011","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.7e7081011","@firebase/logger":"0.2.6-canary.7e7081011","@firebase/util":"0.3.1-canary.7e7081011","@firebase/component":"0.1.18-canary.7e7081011","@firebase/auth-interop-types":"0.1.5-canary.7e7081011","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.7e7081011","@firebase/app-types":"0.6.1-canary.7e7081011","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.7e7081011","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"a900c6b01a358abd11983a9bae6ee052584ea4ea","size":1250980,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.7e7081011.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.7e7081011_1598642589408_0.5514079934552274"},"_hasShrinkwrap":false,"publish_time":1598642589618,"_cnpm_publish_time":1598642589618,"contributors":[]},"0.6.11-canary.4c9cfa0cc":{"name":"@firebase/database","version":"0.6.11-canary.4c9cfa0cc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.4c9cfa0cc","@firebase/logger":"0.2.6-canary.4c9cfa0cc","@firebase/util":"0.3.1-canary.4c9cfa0cc","@firebase/component":"0.1.18-canary.4c9cfa0cc","@firebase/auth-interop-types":"0.1.5-canary.4c9cfa0cc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.4c9cfa0cc","@firebase/app-types":"0.6.1-canary.4c9cfa0cc","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.4c9cfa0cc","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"79550ae6246efd2012b1e096703e5e2b46105df8","size":1250981,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.4c9cfa0cc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.4c9cfa0cc_1598641292389_0.5532318178729709"},"_hasShrinkwrap":false,"publish_time":1598641292602,"_cnpm_publish_time":1598641292602,"contributors":[]},"0.6.11-canary.bdae2c966":{"name":"@firebase/database","version":"0.6.11-canary.bdae2c966","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.bdae2c966","@firebase/logger":"0.2.6-canary.bdae2c966","@firebase/util":"0.3.1-canary.bdae2c966","@firebase/component":"0.1.18-canary.bdae2c966","@firebase/auth-interop-types":"0.1.5-canary.bdae2c966","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.bdae2c966","@firebase/app-types":"0.6.1-canary.bdae2c966","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.bdae2c966","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"405123348384a1e5baaa5aa31c84261f71ef2b5f","size":1250982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.bdae2c966.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.bdae2c966_1598640045587_0.14984665230477567"},"_hasShrinkwrap":false,"publish_time":1598640045812,"_cnpm_publish_time":1598640045812,"contributors":[]},"0.6.11-canary.8d2361299":{"name":"@firebase/database","version":"0.6.11-canary.8d2361299","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.8d2361299","@firebase/logger":"0.2.6-canary.8d2361299","@firebase/util":"0.3.1-canary.8d2361299","@firebase/component":"0.1.18-canary.8d2361299","@firebase/auth-interop-types":"0.1.5-canary.8d2361299","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.8d2361299","@firebase/app-types":"0.6.1-canary.8d2361299","rollup":"2.26.7","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.8d2361299","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"05ccf32f68849890e072b6ea91c92d98121364c1","size":1250986,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.8d2361299.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.8d2361299_1598637430128_0.17039218196503425"},"_hasShrinkwrap":false,"publish_time":1598637430360,"_cnpm_publish_time":1598637430360,"contributors":[]},"0.6.11-canary.249d40cb6":{"name":"@firebase/database","version":"0.6.11-canary.249d40cb6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.249d40cb6","@firebase/logger":"0.2.6-canary.249d40cb6","@firebase/util":"0.3.1-canary.249d40cb6","@firebase/component":"0.1.18-canary.249d40cb6","@firebase/auth-interop-types":"0.1.5-canary.249d40cb6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.249d40cb6","@firebase/app-types":"0.6.1-canary.249d40cb6","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.249d40cb6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"bc5eb1046b801099e88ca47e6c1c9158e478f91f","size":1250986,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.249d40cb6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.249d40cb6_1598634526848_0.29375774302738056"},"_hasShrinkwrap":false,"publish_time":1598634527046,"_cnpm_publish_time":1598634527046,"contributors":[]},"0.6.11-canary.0dfd51620":{"name":"@firebase/database","version":"0.6.11-canary.0dfd51620","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0dfd51620","@firebase/logger":"0.2.6-canary.0dfd51620","@firebase/util":"0.3.1-canary.0dfd51620","@firebase/component":"0.1.18-canary.0dfd51620","@firebase/auth-interop-types":"0.1.5-canary.0dfd51620","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.0dfd51620","@firebase/app-types":"0.6.1-canary.0dfd51620","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.0dfd51620","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"006fbe5f5bc57a3b5b5a4ab12c99c8d4b7e81a71","size":1250982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.0dfd51620.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.0dfd51620_1598577044783_0.8886129720587941"},"_hasShrinkwrap":false,"publish_time":1598577044990,"_cnpm_publish_time":1598577044990,"contributors":[]},"0.6.11-canary.f7a1a974d":{"name":"@firebase/database","version":"0.6.11-canary.f7a1a974d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.f7a1a974d","@firebase/logger":"0.2.6-canary.f7a1a974d","@firebase/util":"0.3.1-canary.f7a1a974d","@firebase/component":"0.1.18-canary.f7a1a974d","@firebase/auth-interop-types":"0.1.5-canary.f7a1a974d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.f7a1a974d","@firebase/app-types":"0.6.1-canary.f7a1a974d","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.f7a1a974d","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7fa5f2ce22c9821e32687d9d832766e618ca0a82","size":1250984,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.f7a1a974d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.f7a1a974d_1598575888862_0.6788235015945665"},"_hasShrinkwrap":false,"publish_time":1598575889084,"_cnpm_publish_time":1598575889084,"contributors":[]},"0.6.11-canary.c4f8541f5":{"name":"@firebase/database","version":"0.6.11-canary.c4f8541f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.c4f8541f5","@firebase/logger":"0.2.6-canary.c4f8541f5","@firebase/util":"0.3.1-canary.c4f8541f5","@firebase/component":"0.1.18-canary.c4f8541f5","@firebase/auth-interop-types":"0.1.5-canary.c4f8541f5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.c4f8541f5","@firebase/app-types":"0.6.1-canary.c4f8541f5","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.c4f8541f5","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"b66efdc7139a6b7d0bec3ede99323aa0a331db71","size":1250981,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.c4f8541f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.c4f8541f5_1598573526360_0.035045160575635226"},"_hasShrinkwrap":false,"publish_time":1598573526575,"_cnpm_publish_time":1598573526575,"contributors":[]},"0.6.11-canary.b0a75acb0":{"name":"@firebase/database","version":"0.6.11-canary.b0a75acb0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.b0a75acb0","@firebase/logger":"0.2.6-canary.b0a75acb0","@firebase/util":"0.3.1-canary.b0a75acb0","@firebase/component":"0.1.18-canary.b0a75acb0","@firebase/auth-interop-types":"0.1.5-canary.b0a75acb0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.b0a75acb0","@firebase/app-types":"0.6.1-canary.b0a75acb0","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.b0a75acb0","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"5a08414fdbb0dcc1b9aff916cc6e2ccef213f3ca","size":1250980,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.b0a75acb0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.b0a75acb0_1598557924633_0.4096487002969931"},"_hasShrinkwrap":false,"publish_time":1598557924846,"_cnpm_publish_time":1598557924846,"contributors":[]},"0.6.11-canary.fee4e8bb7":{"name":"@firebase/database","version":"0.6.11-canary.fee4e8bb7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.fee4e8bb7","@firebase/logger":"0.2.6-canary.fee4e8bb7","@firebase/util":"0.3.1-canary.fee4e8bb7","@firebase/component":"0.1.18-canary.fee4e8bb7","@firebase/auth-interop-types":"0.1.5-canary.fee4e8bb7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.fee4e8bb7","@firebase/app-types":"0.6.1-canary.fee4e8bb7","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.fee4e8bb7","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d4f94d4b1f0df362d6d59e98ad7726fd3c6e9a08","size":1250978,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.fee4e8bb7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.fee4e8bb7_1598554916300_0.9132352921389677"},"_hasShrinkwrap":false,"publish_time":1598554916457,"_cnpm_publish_time":1598554916457,"contributors":[]},"0.6.11-canary.70537a61e":{"name":"@firebase/database","version":"0.6.11-canary.70537a61e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.70537a61e","@firebase/logger":"0.2.6-canary.70537a61e","@firebase/util":"0.3.1-canary.70537a61e","@firebase/component":"0.1.18-canary.70537a61e","@firebase/auth-interop-types":"0.1.5-canary.70537a61e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.70537a61e","@firebase/app-types":"0.6.1-canary.70537a61e","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.70537a61e","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"81f740f907e42023fe03339da34400dcd3982586","size":1250982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.70537a61e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.70537a61e_1598551582542_0.8331579797766395"},"_hasShrinkwrap":false,"publish_time":1598551582842,"_cnpm_publish_time":1598551582842,"contributors":[]},"0.6.11-canary.29bac5e88":{"name":"@firebase/database","version":"0.6.11-canary.29bac5e88","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.29bac5e88","@firebase/logger":"0.2.6-canary.29bac5e88","@firebase/util":"0.3.1-canary.29bac5e88","@firebase/component":"0.1.18-canary.29bac5e88","@firebase/auth-interop-types":"0.1.5-canary.29bac5e88","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.29bac5e88","@firebase/app-types":"0.6.1-canary.29bac5e88","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.29bac5e88","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e225cee1b16fa0615b5a12af3a033a017ca53915","size":1250982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.29bac5e88.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.29bac5e88_1598548222339_0.08752159865129494"},"_hasShrinkwrap":false,"publish_time":1598548222547,"_cnpm_publish_time":1598548222547,"contributors":[]},"0.6.11-canary.1a82549a7":{"name":"@firebase/database","version":"0.6.11-canary.1a82549a7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.1a82549a7","@firebase/logger":"0.2.6-canary.1a82549a7","@firebase/util":"0.3.1-canary.1a82549a7","@firebase/component":"0.1.18-canary.1a82549a7","@firebase/auth-interop-types":"0.1.5-canary.1a82549a7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.1a82549a7","@firebase/app-types":"0.6.1-canary.1a82549a7","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.1a82549a7","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"e32fed1f9b1c747c53907792e56ff4349a515974","size":1250985,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.1a82549a7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.1a82549a7_1598547405852_0.9581314425765066"},"_hasShrinkwrap":false,"publish_time":1598547406009,"_cnpm_publish_time":1598547406009,"contributors":[]},"0.6.11-canary.e22a2957e":{"name":"@firebase/database","version":"0.6.11-canary.e22a2957e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.e22a2957e","@firebase/logger":"0.2.6-canary.e22a2957e","@firebase/util":"0.3.1-canary.e22a2957e","@firebase/component":"0.1.18-canary.e22a2957e","@firebase/auth-interop-types":"0.1.5-canary.e22a2957e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.e22a2957e","@firebase/app-types":"0.6.1-canary.e22a2957e","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.e22a2957e","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"c9d318b169b21f32a6c290eaa1180f30e7905c7d","size":1250982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.e22a2957e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.e22a2957e_1598522482541_0.12513061016379057"},"_hasShrinkwrap":false,"publish_time":1598522482781,"_cnpm_publish_time":1598522482781,"contributors":[]},"0.6.11-canary.da1c7df79":{"name":"@firebase/database","version":"0.6.11-canary.da1c7df79","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.da1c7df79","@firebase/logger":"0.2.6-canary.da1c7df79","@firebase/util":"0.3.1-canary.da1c7df79","@firebase/component":"0.1.18-canary.da1c7df79","@firebase/auth-interop-types":"0.1.5-canary.da1c7df79","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.da1c7df79","@firebase/app-types":"0.6.1-canary.da1c7df79","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.da1c7df79","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"44426c1bee3fbf16c1dc90e93c908e6ed242677d","size":1250983,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.da1c7df79.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.da1c7df79_1598468477131_0.7737009260512777"},"_hasShrinkwrap":false,"publish_time":1598468477299,"_cnpm_publish_time":1598468477299,"contributors":[]},"0.6.11-canary.44c91e5b8":{"name":"@firebase/database","version":"0.6.11-canary.44c91e5b8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.44c91e5b8","@firebase/logger":"0.2.6-canary.44c91e5b8","@firebase/util":"0.3.1-canary.44c91e5b8","@firebase/component":"0.1.18-canary.44c91e5b8","@firebase/auth-interop-types":"0.1.5-canary.44c91e5b8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.44c91e5b8","@firebase/app-types":"0.6.1-canary.44c91e5b8","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.44c91e5b8","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"c20fea7491baf8e01a81a00684dc4a38a43d072f","size":1250986,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.44c91e5b8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.44c91e5b8_1598400024367_0.7724607406742086"},"_hasShrinkwrap":false,"publish_time":1598400024528,"_cnpm_publish_time":1598400024528,"contributors":[]},"0.6.11-canary.0d0686392":{"name":"@firebase/database","version":"0.6.11-canary.0d0686392","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.0d0686392","@firebase/logger":"0.2.6-canary.0d0686392","@firebase/util":"0.3.1-canary.0d0686392","@firebase/component":"0.1.18-canary.0d0686392","@firebase/auth-interop-types":"0.1.5-canary.0d0686392","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.0d0686392","@firebase/app-types":"0.6.1-canary.0d0686392","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.0d0686392","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"abf8f794f52ad6c437503694eb40b118779400ee","size":1250985,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.0d0686392.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.0d0686392_1598397265706_0.12373102485589471"},"_hasShrinkwrap":false,"publish_time":1598397265853,"_cnpm_publish_time":1598397265853,"contributors":[]},"0.6.11-canary.57739ae2b":{"name":"@firebase/database","version":"0.6.11-canary.57739ae2b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.57739ae2b","@firebase/logger":"0.2.6-canary.57739ae2b","@firebase/util":"0.3.1-canary.57739ae2b","@firebase/component":"0.1.18-canary.57739ae2b","@firebase/auth-interop-types":"0.1.5-canary.57739ae2b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.57739ae2b","@firebase/app-types":"0.6.1-canary.57739ae2b","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"4.0.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.57739ae2b","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"cd677203ddb756a06d8478e0b16924828020d1c9","size":1250986,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.57739ae2b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.57739ae2b_1598390905430_0.9637809671183428"},"_hasShrinkwrap":false,"publish_time":1598390905608,"_cnpm_publish_time":1598390905608,"contributors":[]},"0.6.11-canary.05b56061c":{"name":"@firebase/database","version":"0.6.11-canary.05b56061c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.05b56061c","@firebase/logger":"0.2.6-canary.05b56061c","@firebase/util":"0.3.1-canary.05b56061c","@firebase/component":"0.1.18-canary.05b56061c","@firebase/auth-interop-types":"0.1.5-canary.05b56061c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.05b56061c","@firebase/app-types":"0.6.1-canary.05b56061c","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.05b56061c","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"94056fefbb5273a0bbf79436f80a5c775d61775d","size":1250982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.05b56061c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.05b56061c_1598389571547_0.9773743862042605"},"_hasShrinkwrap":false,"publish_time":1598389571771,"_cnpm_publish_time":1598389571771,"contributors":[]},"0.6.11-canary.c0f2be022":{"name":"@firebase/database","version":"0.6.11-canary.c0f2be022","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.c0f2be022","@firebase/logger":"0.2.6-canary.c0f2be022","@firebase/util":"0.3.1-canary.c0f2be022","@firebase/component":"0.1.18-canary.c0f2be022","@firebase/auth-interop-types":"0.1.5-canary.c0f2be022","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.c0f2be022","@firebase/app-types":"0.6.1-canary.c0f2be022","rollup":"2.26.5","rollup-plugin-typescript2":"0.27.2","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.c0f2be022","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"9fdd4cbcf4bb174dfcd13404acae48a5c65084dd","size":1250981,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.c0f2be022.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.c0f2be022_1598382852495_0.7700797859153761"},"_hasShrinkwrap":false,"publish_time":1598382852809,"_cnpm_publish_time":1598382852809,"contributors":[]},"0.6.11-canary.978faa60a":{"name":"@firebase/database","version":"0.6.11-canary.978faa60a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.978faa60a","@firebase/logger":"0.2.6-canary.978faa60a","@firebase/util":"0.3.1-canary.978faa60a","@firebase/component":"0.1.18-canary.978faa60a","@firebase/auth-interop-types":"0.1.5-canary.978faa60a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.978faa60a","@firebase/app-types":"0.6.1-canary.978faa60a","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.978faa60a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"f528dd301bb238bb2c3c381be60259fa2e022d69","size":1250912,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.978faa60a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.978faa60a_1598381263525_0.7938255635942826"},"_hasShrinkwrap":false,"publish_time":1598381263765,"_cnpm_publish_time":1598381263765,"contributors":[]},"0.6.11-canary.ccb171663":{"name":"@firebase/database","version":"0.6.11-canary.ccb171663","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.ccb171663","@firebase/logger":"0.2.6-canary.ccb171663","@firebase/util":"0.3.1-canary.ccb171663","@firebase/component":"0.1.18-canary.ccb171663","@firebase/auth-interop-types":"0.1.5-canary.ccb171663","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.ccb171663","@firebase/app-types":"0.6.1-canary.ccb171663","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.ccb171663","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"44928e6d15b87bde1846b2f6d9299c000dda4495","size":1250902,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.ccb171663.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.ccb171663_1598381011577_0.1715133183464581"},"_hasShrinkwrap":false,"publish_time":1598381011886,"_cnpm_publish_time":1598381011886,"contributors":[]},"0.6.11-canary.4623bbd17":{"name":"@firebase/database","version":"0.6.11-canary.4623bbd17","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.4623bbd17","@firebase/logger":"0.2.6-canary.4623bbd17","@firebase/util":"0.3.1-canary.4623bbd17","@firebase/component":"0.1.18-canary.4623bbd17","@firebase/auth-interop-types":"0.1.5-canary.4623bbd17","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.4623bbd17","@firebase/app-types":"0.6.1-canary.4623bbd17","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.4623bbd17","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"b9705ead8ee87be5268e9a56e975c8da79d21207","size":1250911,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.4623bbd17.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.4623bbd17_1598380920805_0.27331808826623827"},"_hasShrinkwrap":false,"publish_time":1598380921047,"_cnpm_publish_time":1598380921047,"contributors":[]},"0.6.11-canary.9611fd739":{"name":"@firebase/database","version":"0.6.11-canary.9611fd739","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.9611fd739","@firebase/logger":"0.2.6-canary.9611fd739","@firebase/util":"0.3.1-canary.9611fd739","@firebase/component":"0.1.18-canary.9611fd739","@firebase/auth-interop-types":"0.1.5-canary.9611fd739","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.9611fd739","@firebase/app-types":"0.6.1-canary.9611fd739","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.9611fd739","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"c7f4658047edbcf36823ec08ce377902d807f0d3","size":1250913,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.9611fd739.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.9611fd739_1598380640681_0.1664392200990652"},"_hasShrinkwrap":false,"publish_time":1598380640899,"_cnpm_publish_time":1598380640899,"contributors":[]},"0.6.11-canary.fa5104fb2":{"name":"@firebase/database","version":"0.6.11-canary.fa5104fb2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.fa5104fb2","@firebase/logger":"0.2.6-canary.fa5104fb2","@firebase/util":"0.3.1-canary.fa5104fb2","@firebase/component":"0.1.18-canary.fa5104fb2","@firebase/auth-interop-types":"0.1.5-canary.fa5104fb2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.fa5104fb2","@firebase/app-types":"0.6.1-canary.fa5104fb2","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.fa5104fb2","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"402fbffa38a51d89c003ddc998787c537caa1f6f","size":1250843,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.fa5104fb2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.fa5104fb2_1598294400190_0.08558803753025579"},"_hasShrinkwrap":false,"publish_time":1598294400366,"_cnpm_publish_time":1598294400366,"contributors":[]},"0.6.11-canary.d3cd75b1f":{"name":"@firebase/database","version":"0.6.11-canary.d3cd75b1f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.d3cd75b1f","@firebase/logger":"0.2.6-canary.d3cd75b1f","@firebase/util":"0.3.1-canary.d3cd75b1f","@firebase/component":"0.1.18-canary.d3cd75b1f","@firebase/auth-interop-types":"0.1.5-canary.d3cd75b1f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.d3cd75b1f","@firebase/app-types":"0.6.1-canary.d3cd75b1f","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.d3cd75b1f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"909dc6c1fc7b57f3fb920334e22f4cfeca9c87bc","size":1250843,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.d3cd75b1f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.d3cd75b1f_1598046561184_0.6692095415705384"},"_hasShrinkwrap":false,"publish_time":1598046561373,"_cnpm_publish_time":1598046561373,"contributors":[]},"0.6.11-canary.1508a0e4c":{"name":"@firebase/database","version":"0.6.11-canary.1508a0e4c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.1508a0e4c","@firebase/logger":"0.2.6-canary.1508a0e4c","@firebase/util":"0.3.1-canary.1508a0e4c","@firebase/component":"0.1.18-canary.1508a0e4c","@firebase/auth-interop-types":"0.1.5-canary.1508a0e4c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.1508a0e4c","@firebase/app-types":"0.6.1-canary.1508a0e4c","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.1508a0e4c","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7dd7356e615d63f859ef7a5c821cda9e6e124b54","size":1250844,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.1508a0e4c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.1508a0e4c_1598029578242_0.9191025744301682"},"_hasShrinkwrap":false,"publish_time":1598029578788,"_cnpm_publish_time":1598029578788,"contributors":[]},"0.6.11-canary.8d3aca79d":{"name":"@firebase/database","version":"0.6.11-canary.8d3aca79d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.8d3aca79d","@firebase/logger":"0.2.6-canary.8d3aca79d","@firebase/util":"0.3.1-canary.8d3aca79d","@firebase/component":"0.1.18-canary.8d3aca79d","@firebase/auth-interop-types":"0.1.5-canary.8d3aca79d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.8d3aca79d","@firebase/app-types":"0.6.1-canary.8d3aca79d","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.8d3aca79d","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1f4fb2f844502ab79f10c84637cb65d9aaa8afe5","size":1250845,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.8d3aca79d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.8d3aca79d_1597946627333_0.3759778819439423"},"_hasShrinkwrap":false,"publish_time":1597946627528,"_cnpm_publish_time":1597946627528,"contributors":[]},"0.6.11-canary.ccbcadce1":{"name":"@firebase/database","version":"0.6.11-canary.ccbcadce1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.ccbcadce1","@firebase/logger":"0.2.6-canary.ccbcadce1","@firebase/util":"0.3.1-canary.ccbcadce1","@firebase/component":"0.1.18-canary.ccbcadce1","@firebase/auth-interop-types":"0.1.5-canary.ccbcadce1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.ccbcadce1","@firebase/app-types":"0.6.1-canary.ccbcadce1","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.ccbcadce1","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"9cf307a075c0245f8aeb995798e975d5d9723244","size":1250835,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.ccbcadce1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.ccbcadce1_1597945648350_0.9310193193979475"},"_hasShrinkwrap":false,"publish_time":1597945648541,"_cnpm_publish_time":1597945648541,"contributors":[]},"0.6.11-canary.3b26db427":{"name":"@firebase/database","version":"0.6.11-canary.3b26db427","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.3b26db427","@firebase/logger":"0.2.6-canary.3b26db427","@firebase/util":"0.3.1-canary.3b26db427","@firebase/component":"0.1.18-canary.3b26db427","@firebase/auth-interop-types":"0.1.5-canary.3b26db427","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.3b26db427","@firebase/app-types":"0.6.1-canary.3b26db427","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.3b26db427","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"692b16245191c0e372f922ae614ae77d9b661e37","size":1250845,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.3b26db427.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.3b26db427_1597931525856_0.9828734731330233"},"_hasShrinkwrap":false,"publish_time":1597931526054,"_cnpm_publish_time":1597931526054,"contributors":[]},"0.6.11-canary.05f800282":{"name":"@firebase/database","version":"0.6.11-canary.05f800282","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.05f800282","@firebase/logger":"0.2.6-canary.05f800282","@firebase/util":"0.3.1-canary.05f800282","@firebase/component":"0.1.18-canary.05f800282","@firebase/auth-interop-types":"0.1.5-canary.05f800282","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.05f800282","@firebase/app-types":"0.6.1-canary.05f800282","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.05f800282","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"afd782882b888bdb4d851ca98c2448c04c95d85e","size":1250846,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.05f800282.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.05f800282_1597880938080_0.8028905409116107"},"_hasShrinkwrap":false,"publish_time":1597880938249,"_cnpm_publish_time":1597880938249,"contributors":[]},"0.6.11-canary.d03c5ad6f":{"name":"@firebase/database","version":"0.6.11-canary.d03c5ad6f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.d03c5ad6f","@firebase/logger":"0.2.6-canary.d03c5ad6f","@firebase/util":"0.3.1-canary.d03c5ad6f","@firebase/component":"0.1.18-canary.d03c5ad6f","@firebase/auth-interop-types":"0.1.5-canary.d03c5ad6f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.d03c5ad6f","@firebase/app-types":"0.6.1-canary.d03c5ad6f","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.d03c5ad6f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"ab0802f8b3e55ac5bbb33b258142e723cae86f2c","size":1250840,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.d03c5ad6f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.d03c5ad6f_1597870938121_0.29714317504512344"},"_hasShrinkwrap":false,"publish_time":1597870938316,"_cnpm_publish_time":1597870938316,"contributors":[]},"0.6.11-canary.46ef5d72b":{"name":"@firebase/database","version":"0.6.11-canary.46ef5d72b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.46ef5d72b","@firebase/logger":"0.2.6-canary.46ef5d72b","@firebase/util":"0.3.1-canary.46ef5d72b","@firebase/component":"0.1.18-canary.46ef5d72b","@firebase/auth-interop-types":"0.1.5-canary.46ef5d72b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.46ef5d72b","@firebase/app-types":"0.6.1-canary.46ef5d72b","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.46ef5d72b","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"6cd8549a6e51bf6ff8a25ae9b096cb32dc526411","size":1250842,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.46ef5d72b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.46ef5d72b_1597863234830_0.8832919346970196"},"_hasShrinkwrap":false,"publish_time":1597863235005,"_cnpm_publish_time":1597863235005,"contributors":[]},"0.6.11-canary.8c5d52251":{"name":"@firebase/database","version":"0.6.11-canary.8c5d52251","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.8c5d52251","@firebase/logger":"0.2.6-canary.8c5d52251","@firebase/util":"0.3.1-canary.8c5d52251","@firebase/component":"0.1.18-canary.8c5d52251","@firebase/auth-interop-types":"0.1.5-canary.8c5d52251","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.8c5d52251","@firebase/app-types":"0.6.1-canary.8c5d52251","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.8c5d52251","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"33d6a4275207d51a78ea569c8d553b972d6f5204","size":1250841,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.8c5d52251.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.8c5d52251_1597861611425_0.7178758858945811"},"_hasShrinkwrap":false,"publish_time":1597861611695,"_cnpm_publish_time":1597861611695,"contributors":[]},"0.6.11-canary.f8f37388a":{"name":"@firebase/database","version":"0.6.11-canary.f8f37388a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.f8f37388a","@firebase/logger":"0.2.6-canary.f8f37388a","@firebase/util":"0.3.1-canary.f8f37388a","@firebase/component":"0.1.18-canary.f8f37388a","@firebase/auth-interop-types":"0.1.5-canary.f8f37388a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.f8f37388a","@firebase/app-types":"0.6.1-canary.f8f37388a","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.f8f37388a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d6ab1be2e940e904eed0ef85230d02d6071c54d6","size":1250844,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.f8f37388a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.f8f37388a_1597792977663_0.3481396296261785"},"_hasShrinkwrap":false,"publish_time":1597792977882,"_cnpm_publish_time":1597792977882,"contributors":[]},"0.6.11-canary.6a95ae14c":{"name":"@firebase/database","version":"0.6.11-canary.6a95ae14c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.6a95ae14c","@firebase/logger":"0.2.6-canary.6a95ae14c","@firebase/util":"0.3.1-canary.6a95ae14c","@firebase/component":"0.1.18-canary.6a95ae14c","@firebase/auth-interop-types":"0.1.5-canary.6a95ae14c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-canary.6a95ae14c","@firebase/app-types":"0.6.1-canary.6a95ae14c","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-canary.6a95ae14c","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7e74fa029c71c4d87e83a775ca6ff9bf8189fe81","size":1250843,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-canary.6a95ae14c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-canary.6a95ae14c_1597369469804_0.06039986595756175"},"_hasShrinkwrap":false,"publish_time":1597369469986,"_cnpm_publish_time":1597369469986,"contributors":[]},"0.6.11":{"name":"@firebase/database","version":"0.6.11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2","@firebase/logger":"0.2.6","@firebase/util":"0.3.1","@firebase/component":"0.1.18","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10","@firebase/app-types":"0.6.1","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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/database@0.6.11","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"74a09d5f4769eb97c00bc2f7621f54efbccea6f2","size":1250773,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11_1597352095535_0.061633361980076184"},"_hasShrinkwrap":false,"publish_time":1597352095764,"_cnpm_publish_time":1597352095764,"contributors":[]},"0.6.10-canary.c8495f52a":{"name":"@firebase/database","version":"0.6.10-canary.c8495f52a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.c8495f52a","@firebase/logger":"0.2.6-canary.c8495f52a","@firebase/util":"0.3.0-canary.c8495f52a","@firebase/component":"0.1.17-canary.c8495f52a","@firebase/auth-interop-types":"0.1.5-canary.c8495f52a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.c8495f52a","@firebase/app-types":"0.6.1-canary.c8495f52a","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.c8495f52a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d570fe892c01262fb898811cd5410dafe6e9ece3","size":1250789,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.c8495f52a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.c8495f52a_1597340552149_0.6856260636696014"},"_hasShrinkwrap":false,"publish_time":1597340552417,"_cnpm_publish_time":1597340552417,"contributors":[]},"0.6.10-canary.980c7d539":{"name":"@firebase/database","version":"0.6.10-canary.980c7d539","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.980c7d539","@firebase/logger":"0.2.6-canary.980c7d539","@firebase/util":"0.3.0-canary.980c7d539","@firebase/component":"0.1.17-canary.980c7d539","@firebase/auth-interop-types":"0.1.5-canary.980c7d539","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.980c7d539","@firebase/app-types":"0.6.1-canary.980c7d539","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.980c7d539","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"8469c0c4995e84057e549894f01c064edf8230a6","size":1250789,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.980c7d539.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.980c7d539_1597315357300_0.9584109708953921"},"_hasShrinkwrap":false,"publish_time":1597315357461,"_cnpm_publish_time":1597315357461,"contributors":[]},"0.6.10-canary.5d4d18234":{"name":"@firebase/database","version":"0.6.10-canary.5d4d18234","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.5d4d18234","@firebase/logger":"0.2.6-canary.5d4d18234","@firebase/util":"0.3.0-canary.5d4d18234","@firebase/component":"0.1.17-canary.5d4d18234","@firebase/auth-interop-types":"0.1.5-canary.5d4d18234","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.5d4d18234","@firebase/app-types":"0.6.1-canary.5d4d18234","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.5d4d18234","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d198148e4ef6709ee75494d0a131d3f79550457e","size":1250787,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.5d4d18234.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.5d4d18234_1597281456863_0.30222508595506326"},"_hasShrinkwrap":false,"publish_time":1597281457081,"_cnpm_publish_time":1597281457081,"contributors":[]},"0.6.10-canary.d4721c53a":{"name":"@firebase/database","version":"0.6.10-canary.d4721c53a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.d4721c53a","@firebase/logger":"0.2.6-canary.d4721c53a","@firebase/util":"0.3.0-canary.d4721c53a","@firebase/component":"0.1.17-canary.d4721c53a","@firebase/auth-interop-types":"0.1.5-canary.d4721c53a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.d4721c53a","@firebase/app-types":"0.6.1-canary.d4721c53a","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.d4721c53a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"5de3c6647729684ae960aad1001c1529d11e8740","size":1250783,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.d4721c53a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.d4721c53a_1597269323315_0.3036485698490048"},"_hasShrinkwrap":false,"publish_time":1597269323555,"_cnpm_publish_time":1597269323555,"contributors":[]},"0.6.10-canary.5b87b591":{"name":"@firebase/database","version":"0.6.10-canary.5b87b591","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.5b87b591","@firebase/logger":"0.2.6-canary.5b87b591","@firebase/util":"0.3.0-canary.5b87b591","@firebase/component":"0.1.17-canary.5b87b591","@firebase/auth-interop-types":"0.1.5-canary.5b87b591","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.5b87b591","@firebase/app-types":"0.6.1-canary.5b87b591","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.5b87b591","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"3b20860f2e9ccce901a62a939632d54f86133f24","size":1250777,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.5b87b591.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.5b87b591_1597193395486_0.6494528043469867"},"_hasShrinkwrap":false,"publish_time":1597193395644,"_cnpm_publish_time":1597193395644,"contributors":[]},"0.6.10-canary.4ea2b6bc":{"name":"@firebase/database","version":"0.6.10-canary.4ea2b6bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.4ea2b6bc","@firebase/logger":"0.2.6-canary.4ea2b6bc","@firebase/util":"0.3.0-canary.4ea2b6bc","@firebase/component":"0.1.17-canary.4ea2b6bc","@firebase/auth-interop-types":"0.1.5-canary.4ea2b6bc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.4ea2b6bc","@firebase/app-types":"0.6.1-canary.4ea2b6bc","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.4ea2b6bc","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"8947dd7217e96300ea95938635f079fba5020273","size":1250770,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.4ea2b6bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.4ea2b6bc_1597186233028_0.7718585263333031"},"_hasShrinkwrap":false,"publish_time":1597186233271,"_cnpm_publish_time":1597186233271,"contributors":[]},"0.6.11-202071122108":{"name":"@firebase/database","version":"0.6.11-202071122108","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2","@firebase/logger":"0.2.6","@firebase/util":"0.3.1-202071122108","@firebase/component":"0.1.18-202071122108","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.10-202071122108","@firebase/app-types":"0.6.1","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.11-202071122108","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"d9f6bad0f94f9776f0f56596069a404a0bd96e77","size":1250866,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.11-202071122108.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.11-202071122108_1597184962856_0.5133786665179179"},"_hasShrinkwrap":false,"publish_time":1597184963030,"_cnpm_publish_time":1597184963030,"contributors":[]},"0.6.10-canary.e8b0098a":{"name":"@firebase/database","version":"0.6.10-canary.e8b0098a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.e8b0098a","@firebase/logger":"0.2.6-canary.e8b0098a","@firebase/util":"0.3.0-canary.e8b0098a","@firebase/component":"0.1.17-canary.e8b0098a","@firebase/auth-interop-types":"0.1.5-canary.e8b0098a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.e8b0098a","@firebase/app-types":"0.6.1-canary.e8b0098a","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.e8b0098a","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"14533c918692ee31b0982fba25690a591da1a35b","size":1250775,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.e8b0098a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.e8b0098a_1597184417926_0.9679775516436628"},"_hasShrinkwrap":false,"publish_time":1597184418145,"_cnpm_publish_time":1597184418145,"contributors":[]},"0.6.10-canary.bbc6d7e6":{"name":"@firebase/database","version":"0.6.10-canary.bbc6d7e6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.bbc6d7e6","@firebase/logger":"0.2.6-canary.bbc6d7e6","@firebase/util":"0.3.0-canary.bbc6d7e6","@firebase/component":"0.1.17-canary.bbc6d7e6","@firebase/auth-interop-types":"0.1.5-canary.bbc6d7e6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.bbc6d7e6","@firebase/app-types":"0.6.1-canary.bbc6d7e6","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.bbc6d7e6","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"adde1aa9854160e7a0bebcb388775e956e1c6c33","size":1250771,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.bbc6d7e6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.bbc6d7e6_1597184195351_0.18726993562173644"},"_hasShrinkwrap":false,"publish_time":1597184195637,"_cnpm_publish_time":1597184195637,"contributors":[]},"0.6.10-canary.e96559f5":{"name":"@firebase/database","version":"0.6.10-canary.e96559f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.e96559f5","@firebase/logger":"0.2.6-canary.e96559f5","@firebase/util":"0.3.0-canary.e96559f5","@firebase/component":"0.1.17-canary.e96559f5","@firebase/auth-interop-types":"0.1.5-canary.e96559f5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.e96559f5","@firebase/app-types":"0.6.1-canary.e96559f5","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.e96559f5","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"c1e798782a443d0ce3de21e923cd6cfaa70b21aa","size":1250777,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.e96559f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.e96559f5_1597180155225_0.957159365378468"},"_hasShrinkwrap":false,"publish_time":1597180155799,"_cnpm_publish_time":1597180155799,"contributors":[]},"0.6.10-canary.e1d37efe":{"name":"@firebase/database","version":"0.6.10-canary.e1d37efe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.e1d37efe","@firebase/logger":"0.2.6-canary.e1d37efe","@firebase/util":"0.3.0-canary.e1d37efe","@firebase/component":"0.1.17-canary.e1d37efe","@firebase/auth-interop-types":"0.1.5-canary.e1d37efe","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.e1d37efe","@firebase/app-types":"0.6.1-canary.e1d37efe","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.e1d37efe","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"93b47d13021f79e38c8c61e04a286cfccaa3d1ad","size":1250768,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.e1d37efe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.e1d37efe_1597165244383_0.8487382144870208"},"_hasShrinkwrap":false,"publish_time":1597165244581,"_cnpm_publish_time":1597165244581,"contributors":[]},"0.6.10-canary.d3f25079":{"name":"@firebase/database","version":"0.6.10-canary.d3f25079","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.d3f25079","@firebase/logger":"0.2.6-canary.d3f25079","@firebase/util":"0.3.0-canary.d3f25079","@firebase/component":"0.1.17-canary.d3f25079","@firebase/auth-interop-types":"0.1.5-canary.d3f25079","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.d3f25079","@firebase/app-types":"0.6.1-canary.d3f25079","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.d3f25079","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"230097b2f71b5cecfde5e0b297b0afacf659c192","size":1250776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.d3f25079.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.d3f25079_1597096009477_0.631736013212923"},"_hasShrinkwrap":false,"publish_time":1597096009710,"_cnpm_publish_time":1597096009710,"contributors":[]},"0.6.10-canary.90203ebd":{"name":"@firebase/database","version":"0.6.10-canary.90203ebd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.90203ebd","@firebase/logger":"0.2.6-canary.90203ebd","@firebase/util":"0.3.0-canary.90203ebd","@firebase/component":"0.1.17-canary.90203ebd","@firebase/auth-interop-types":"0.1.5-canary.90203ebd","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.90203ebd","@firebase/app-types":"0.6.1-canary.90203ebd","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.90203ebd","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"2da15d3d3976b437f3ca0d13177d331dba961016","size":1250772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.90203ebd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.90203ebd_1597095557168_0.057049442675950246"},"_hasShrinkwrap":false,"publish_time":1597095557364,"_cnpm_publish_time":1597095557364,"contributors":[]},"0.6.10-canary.68995c24":{"name":"@firebase/database","version":"0.6.10-canary.68995c24","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.68995c24","@firebase/logger":"0.2.6-canary.68995c24","@firebase/util":"0.3.0-canary.68995c24","@firebase/component":"0.1.17-canary.68995c24","@firebase/auth-interop-types":"0.1.5-canary.68995c24","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.68995c24","@firebase/app-types":"0.6.1-canary.68995c24","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.68995c24","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"572f8b8620650e68e9fee6c4e585e601fb21e958","size":1250780,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.68995c24.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.68995c24_1597069858638_0.41042140969444807"},"_hasShrinkwrap":false,"publish_time":1597069858803,"_cnpm_publish_time":1597069858803,"contributors":[]},"0.6.10-canary.2c37560f":{"name":"@firebase/database","version":"0.6.10-canary.2c37560f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-canary.2c37560f","@firebase/logger":"0.2.6-canary.2c37560f","@firebase/util":"0.3.0-canary.2c37560f","@firebase/component":"0.1.17-canary.2c37560f","@firebase/auth-interop-types":"0.1.5-canary.2c37560f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.2c37560f","@firebase/app-types":"0.6.1-canary.2c37560f","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-canary.2c37560f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"84003e42f15d4729210ad0b9bed9ce2855a0a0a6","size":1250770,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-canary.2c37560f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-canary.2c37560f_1596858318733_0.40446242987794334"},"_hasShrinkwrap":false,"publish_time":1596858318910,"_cnpm_publish_time":1596858318910,"contributors":[]},"0.6.9-canary.3e653c7f":{"name":"@firebase/database","version":"0.6.9-canary.3e653c7f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.3e653c7f","@firebase/logger":"0.2.6-canary.3e653c7f","@firebase/util":"0.3.0-canary.3e653c7f","@firebase/component":"0.1.17-canary.3e653c7f","@firebase/auth-interop-types":"0.1.5-canary.3e653c7f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.3e653c7f","@firebase/app-types":"0.6.1-canary.3e653c7f","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.3e653c7f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"0c59dd7777226c7388aae9dfa6e257b93651a4ec","size":1250631,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.3e653c7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.3e653c7f_1596847255667_0.918982174722001"},"_hasShrinkwrap":false,"publish_time":1596847255902,"_cnpm_publish_time":1596847255902,"contributors":[]},"0.6.9-canary.30553df0":{"name":"@firebase/database","version":"0.6.9-canary.30553df0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.30553df0","@firebase/logger":"0.2.6-canary.30553df0","@firebase/util":"0.3.0-canary.30553df0","@firebase/component":"0.1.17-canary.30553df0","@firebase/auth-interop-types":"0.1.5-canary.30553df0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.30553df0","@firebase/app-types":"0.6.1-canary.30553df0","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.30553df0","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"38d49801878d0b461de73d6d543c8a6b3612202d","size":1250630,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.30553df0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.30553df0_1596846868119_0.015756613533232544"},"_hasShrinkwrap":false,"publish_time":1596846868329,"_cnpm_publish_time":1596846868329,"contributors":[]},"0.6.9-canary.f1299756":{"name":"@firebase/database","version":"0.6.9-canary.f1299756","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.f1299756","@firebase/logger":"0.2.6-canary.f1299756","@firebase/util":"0.3.0-canary.f1299756","@firebase/component":"0.1.17-canary.f1299756","@firebase/auth-interop-types":"0.1.5-canary.f1299756","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.f1299756","@firebase/app-types":"0.6.1-canary.f1299756","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.f1299756","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"71f7affce21a407184eb044eafd8234367db32ae","size":1250632,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.f1299756.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.f1299756_1596837710100_0.3847212666817834"},"_hasShrinkwrap":false,"publish_time":1596837710388,"_cnpm_publish_time":1596837710388,"contributors":[]},"0.6.10":{"name":"@firebase/database","version":"0.6.10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2","@firebase/logger":"0.2.6","@firebase/util":"0.3.0","@firebase/component":"0.1.17","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9","@firebase/app-types":"0.6.1","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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/database@0.6.10","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7947d55ef25c676b7a9f4d2e2d1a4c1808ddb89c","size":1250717,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10_1596745656039_0.7300439636461089"},"_hasShrinkwrap":false,"publish_time":1596745656228,"_cnpm_publish_time":1596745656228,"contributors":[]},"0.6.9-canary.36be62a8":{"name":"@firebase/database","version":"0.6.9-canary.36be62a8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.36be62a8","@firebase/logger":"0.2.6-canary.36be62a8","@firebase/util":"0.3.0-canary.36be62a8","@firebase/component":"0.1.17-canary.36be62a8","@firebase/auth-interop-types":"0.1.5-canary.36be62a8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.36be62a8","@firebase/app-types":"0.6.1-canary.36be62a8","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.36be62a8","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"d6d4f60c67f57bff0bb286725321202e2c6ddca7","size":1250630,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.36be62a8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.36be62a8_1596674000164_0.33303281400967855"},"_hasShrinkwrap":false,"publish_time":1596674000353,"_cnpm_publish_time":1596674000353,"contributors":[]},"0.6.9-canary.cf3401d1":{"name":"@firebase/database","version":"0.6.9-canary.cf3401d1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.cf3401d1","@firebase/logger":"0.2.6-canary.cf3401d1","@firebase/util":"0.3.0-canary.cf3401d1","@firebase/component":"0.1.17-canary.cf3401d1","@firebase/auth-interop-types":"0.1.5-canary.cf3401d1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.cf3401d1","@firebase/app-types":"0.6.1-canary.cf3401d1","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.cf3401d1","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"3b765c1e0575a12ad5f929cc068a23bc50a597d1","size":1250625,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.cf3401d1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.cf3401d1_1596672775528_0.9898604884122615"},"_hasShrinkwrap":false,"publish_time":1596672775698,"_cnpm_publish_time":1596672775698,"contributors":[]},"0.6.9-canary.2a0d254f":{"name":"@firebase/database","version":"0.6.9-canary.2a0d254f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.2a0d254f","@firebase/logger":"0.2.6-canary.2a0d254f","@firebase/util":"0.3.0-canary.2a0d254f","@firebase/component":"0.1.17-canary.2a0d254f","@firebase/auth-interop-types":"0.1.5-canary.2a0d254f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.2a0d254f","@firebase/app-types":"0.6.1-canary.2a0d254f","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.2a0d254f","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"1374c4819f44b5edffc375f0aafe2f1f08928a1d","size":1250627,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.2a0d254f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.2a0d254f_1596651648902_0.8472441179578478"},"_hasShrinkwrap":false,"publish_time":1596651649130,"_cnpm_publish_time":1596651649130,"contributors":[]},"0.6.9-canary.7f9b3d96":{"name":"@firebase/database","version":"0.6.9-canary.7f9b3d96","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.7f9b3d96","@firebase/logger":"0.2.6-canary.7f9b3d96","@firebase/util":"0.3.0-canary.7f9b3d96","@firebase/component":"0.1.17-canary.7f9b3d96","@firebase/auth-interop-types":"0.1.5-canary.7f9b3d96","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.7f9b3d96","@firebase/app-types":"0.6.1-canary.7f9b3d96","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.7f9b3d96","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"0ccba513de51fd66038a6e5f284455a45b736962","size":1250632,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.7f9b3d96.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.7f9b3d96_1596583805024_0.9037684489632494"},"_hasShrinkwrap":false,"publish_time":1596583805372,"_cnpm_publish_time":1596583805372,"contributors":[]},"0.6.10-20207421553":{"name":"@firebase/database","version":"0.6.10-20207421553","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.2-20207421553","@firebase/logger":"0.2.6","@firebase/util":"0.3.0","@firebase/component":"0.1.17","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9","@firebase/app-types":"0.6.1","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.7"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.10-20207421553","_nodeVersion":"10.22.0","_npmVersion":"6.14.6","dist":{"shasum":"7395032779bb15fcb14689b75326b1f5f0a9c7e1","size":1250788,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.10-20207421553.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.10-20207421553_1596578426789_0.09890418933297207"},"_hasShrinkwrap":false,"publish_time":1596578427027,"_cnpm_publish_time":1596578427027,"contributors":[]},"0.6.9-canary.217dca9a":{"name":"@firebase/database","version":"0.6.9-canary.217dca9a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.217dca9a","@firebase/logger":"0.2.6-canary.217dca9a","@firebase/util":"0.3.0-canary.217dca9a","@firebase/component":"0.1.17-canary.217dca9a","@firebase/auth-interop-types":"0.1.5-canary.217dca9a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.217dca9a","@firebase/app-types":"0.6.1-canary.217dca9a","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.217dca9a","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"8c2474b5f95e4f90c107591f31852337f5442fc6","size":1250620,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.217dca9a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.217dca9a_1595982449410_0.7962417109878095"},"_hasShrinkwrap":false,"publish_time":1595982449572,"_cnpm_publish_time":1595982449572,"contributors":[]},"0.6.9-canary.acfedd2f":{"name":"@firebase/database","version":"0.6.9-canary.acfedd2f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.acfedd2f","@firebase/logger":"0.2.6-canary.acfedd2f","@firebase/util":"0.3.0-canary.acfedd2f","@firebase/component":"0.1.17-canary.acfedd2f","@firebase/auth-interop-types":"0.1.5-canary.acfedd2f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.acfedd2f","@firebase/app-types":"0.6.1-canary.acfedd2f","rollup":"2.23.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.acfedd2f","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"9af3f3497d1d590fd5f06b49ecea9397e24a110f","size":1250617,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.acfedd2f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.acfedd2f_1595981628687_0.36726811958150574"},"_hasShrinkwrap":false,"publish_time":1595981628867,"_cnpm_publish_time":1595981628867,"contributors":[]},"0.6.9-canary.c1cc4281":{"name":"@firebase/database","version":"0.6.9-canary.c1cc4281","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.c1cc4281","@firebase/logger":"0.2.6-canary.c1cc4281","@firebase/util":"0.3.0-canary.c1cc4281","@firebase/component":"0.1.17-canary.c1cc4281","@firebase/auth-interop-types":"0.1.5-canary.c1cc4281","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.c1cc4281","@firebase/app-types":"0.6.1-canary.c1cc4281","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.c1cc4281","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c9fcf8312160637cf91a09fa4d0ec3432f14d589","size":1250623,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.c1cc4281.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.c1cc4281_1595630748333_0.1277640872044341"},"_hasShrinkwrap":false,"publish_time":1595630748494,"_cnpm_publish_time":1595630748494,"contributors":[]},"0.6.9-canary.1a630ba6":{"name":"@firebase/database","version":"0.6.9-canary.1a630ba6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.1a630ba6","@firebase/logger":"0.2.6-canary.1a630ba6","@firebase/util":"0.3.0-canary.1a630ba6","@firebase/component":"0.1.17-canary.1a630ba6","@firebase/auth-interop-types":"0.1.5-canary.1a630ba6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.1a630ba6","@firebase/app-types":"0.6.1-canary.1a630ba6","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.1a630ba6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"83689ed9eef308a5db29219cd06e6c86b26d357a","size":1250623,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.1a630ba6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.1a630ba6_1595627674243_0.7741375333962977"},"_hasShrinkwrap":false,"publish_time":1595627674431,"_cnpm_publish_time":1595627674431,"contributors":[]},"0.6.9-canary.26c5bebe":{"name":"@firebase/database","version":"0.6.9-canary.26c5bebe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.26c5bebe","@firebase/logger":"0.2.6-canary.26c5bebe","@firebase/util":"0.3.0-canary.26c5bebe","@firebase/component":"0.1.17-canary.26c5bebe","@firebase/auth-interop-types":"0.1.5-canary.26c5bebe","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-canary.26c5bebe","@firebase/app-types":"0.6.1-canary.26c5bebe","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-canary.26c5bebe","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"653ddf550e9d8eeb3a4ae5100341e56e3f5213d1","size":1250620,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-canary.26c5bebe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-canary.26c5bebe_1595626308225_0.5876533797106522"},"_hasShrinkwrap":false,"publish_time":1595626308402,"_cnpm_publish_time":1595626308402,"contributors":[]},"0.6.8-canary.1d7ee969":{"name":"@firebase/database","version":"0.6.8-canary.1d7ee969","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.1d7ee969","@firebase/logger":"0.2.6-canary.1d7ee969","@firebase/util":"0.2.50-canary.1d7ee969","@firebase/component":"0.1.16-canary.1d7ee969","@firebase/auth-interop-types":"0.1.5-canary.1d7ee969","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.1d7ee969","@firebase/app-types":"0.6.1-canary.1d7ee969","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.1d7ee969","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e8040db7e8fcc1725a478f19b5ec1141f223873e","size":1250553,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.1d7ee969.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.1d7ee969_1595613509578_0.661474095129043"},"_hasShrinkwrap":false,"publish_time":1595613509755,"_cnpm_publish_time":1595613509755,"contributors":[]},"0.6.9":{"name":"@firebase/database","version":"0.6.9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.0","@firebase/component":"0.1.17","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9","@firebase/app-types":"0.6.1","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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/database@0.6.9","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"18a4bdc93b0b10c19a8ad4ff616bba196e5a16e0","size":1248118,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9_1595567639408_0.044832352557359956"},"_hasShrinkwrap":false,"publish_time":1595567639614,"_cnpm_publish_time":1595567639614,"contributors":[]},"0.6.9-20206244562":{"name":"@firebase/database","version":"0.6.9-20206244562","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.6","@firebase/util":"0.3.0-20206244562","@firebase/component":"0.1.17-20206244562","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.9-20206244562","@firebase/app-types":"0.6.1","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.9-20206244562","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"31624057e76538ebc5053e048669e8ca9c79840a","size":1248191,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.9-20206244562.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.9-20206244562_1595566992279_0.8893964012650186"},"_hasShrinkwrap":false,"publish_time":1595566992452,"_cnpm_publish_time":1595566992452,"contributors":[]},"0.6.8-canary.6af4c277":{"name":"@firebase/database","version":"0.6.8-canary.6af4c277","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.6af4c277","@firebase/logger":"0.2.6-canary.6af4c277","@firebase/util":"0.2.50-canary.6af4c277","@firebase/component":"0.1.16-canary.6af4c277","@firebase/auth-interop-types":"0.1.5-canary.6af4c277","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.6af4c277","@firebase/app-types":"0.6.1-canary.6af4c277","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.6af4c277","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"47d0ef5766aca6dfe53c15adff7ae63169fd69eb","size":1250552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.6af4c277.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.6af4c277_1595401226591_0.500097463661346"},"_hasShrinkwrap":false,"publish_time":1595401226760,"_cnpm_publish_time":1595401226760,"contributors":[]},"0.6.8-canary.c2829cde":{"name":"@firebase/database","version":"0.6.8-canary.c2829cde","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.c2829cde","@firebase/logger":"0.2.6-canary.c2829cde","@firebase/util":"0.2.50-canary.c2829cde","@firebase/component":"0.1.16-canary.c2829cde","@firebase/auth-interop-types":"0.1.5-canary.c2829cde","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.c2829cde","@firebase/app-types":"0.6.1-canary.c2829cde","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.c2829cde","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f7957597fa4fcce81a5199112ab1061f60a09c28","size":1250549,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.c2829cde.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.c2829cde_1595396996536_0.9752909398721756"},"_hasShrinkwrap":false,"publish_time":1595396996748,"_cnpm_publish_time":1595396996748,"contributors":[]},"0.6.8-canary.eb44f4a9":{"name":"@firebase/database","version":"0.6.8-canary.eb44f4a9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.eb44f4a9","@firebase/logger":"0.2.6-canary.eb44f4a9","@firebase/util":"0.2.50-canary.eb44f4a9","@firebase/component":"0.1.16-canary.eb44f4a9","@firebase/auth-interop-types":"0.1.5-canary.eb44f4a9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.eb44f4a9","@firebase/app-types":"0.6.1-canary.eb44f4a9","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.eb44f4a9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"9c19c6d519c4410e7f3d494648f1962ed5d1c576","size":1250553,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.eb44f4a9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.eb44f4a9_1595304847602_0.48818015896440214"},"_hasShrinkwrap":false,"publish_time":1595304847884,"_cnpm_publish_time":1595304847884,"contributors":[]},"0.6.8-canary.cf8696e2":{"name":"@firebase/database","version":"0.6.8-canary.cf8696e2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.cf8696e2","@firebase/logger":"0.2.6-canary.cf8696e2","@firebase/util":"0.2.50-canary.cf8696e2","@firebase/component":"0.1.16-canary.cf8696e2","@firebase/auth-interop-types":"0.1.5-canary.cf8696e2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.cf8696e2","@firebase/app-types":"0.6.1-canary.cf8696e2","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.cf8696e2","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b36b33ba459730cb928f4afad3e733abe8b499d4","size":1250554,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.cf8696e2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.cf8696e2_1595298443092_0.7244420217782868"},"_hasShrinkwrap":false,"publish_time":1595298443306,"_cnpm_publish_time":1595298443306,"contributors":[]},"0.6.8-canary.7d5678be":{"name":"@firebase/database","version":"0.6.8-canary.7d5678be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.7d5678be","@firebase/logger":"0.2.6-canary.7d5678be","@firebase/util":"0.2.50-canary.7d5678be","@firebase/component":"0.1.16-canary.7d5678be","@firebase/auth-interop-types":"0.1.5-canary.7d5678be","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.7d5678be","@firebase/app-types":"0.6.1-canary.7d5678be","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.7d5678be","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b6a02561a72d6666e4c3f0d8a3dcc006bcba9ce1","size":1250552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.7d5678be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.7d5678be_1595283771362_0.38813645163130595"},"_hasShrinkwrap":false,"publish_time":1595283771731,"_cnpm_publish_time":1595283771731,"contributors":[]},"0.6.8-canary.d4341186":{"name":"@firebase/database","version":"0.6.8-canary.d4341186","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.d4341186","@firebase/logger":"0.2.6-canary.d4341186","@firebase/util":"0.2.50-canary.d4341186","@firebase/component":"0.1.16-canary.d4341186","@firebase/auth-interop-types":"0.1.5-canary.d4341186","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.d4341186","@firebase/app-types":"0.6.1-canary.d4341186","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.d4341186","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a210821015de5ea35044dd91e918ed4f9b379fe7","size":1250553,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.d4341186.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.d4341186_1595039367445_0.05981863071856641"},"_hasShrinkwrap":false,"publish_time":1595039367657,"_cnpm_publish_time":1595039367657,"contributors":[]},"0.6.8-canary.ee33ebf7":{"name":"@firebase/database","version":"0.6.8-canary.ee33ebf7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.ee33ebf7","@firebase/logger":"0.2.6-canary.ee33ebf7","@firebase/util":"0.2.50-canary.ee33ebf7","@firebase/component":"0.1.16-canary.ee33ebf7","@firebase/auth-interop-types":"0.1.5-canary.ee33ebf7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.ee33ebf7","@firebase/app-types":"0.6.1-canary.ee33ebf7","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.ee33ebf7","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"8f0c245ae99a474b199f945a81ca25f40b1115c1","size":1250548,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.ee33ebf7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.ee33ebf7_1595020167515_0.5455387459922609"},"_hasShrinkwrap":false,"publish_time":1595020167693,"_cnpm_publish_time":1595020167693,"contributors":[]},"0.6.8-canary.ea699fac":{"name":"@firebase/database","version":"0.6.8-canary.ea699fac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.ea699fac","@firebase/logger":"0.2.6-canary.ea699fac","@firebase/util":"0.2.50-canary.ea699fac","@firebase/component":"0.1.16-canary.ea699fac","@firebase/auth-interop-types":"0.1.5-canary.ea699fac","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.ea699fac","@firebase/app-types":"0.6.1-canary.ea699fac","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.ea699fac","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"4a2b4fbd9dbaf2850a643d304c36591d27729648","size":1250550,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.ea699fac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.ea699fac_1594969892386_0.4515640898817941"},"_hasShrinkwrap":false,"publish_time":1594969892617,"_cnpm_publish_time":1594969892617,"contributors":[]},"0.6.8-canary.a875bbe0":{"name":"@firebase/database","version":"0.6.8-canary.a875bbe0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.a875bbe0","@firebase/logger":"0.2.6-canary.a875bbe0","@firebase/util":"0.2.50-canary.a875bbe0","@firebase/component":"0.1.16-canary.a875bbe0","@firebase/auth-interop-types":"0.1.5-canary.a875bbe0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.a875bbe0","@firebase/app-types":"0.6.1-canary.a875bbe0","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.a875bbe0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"683d717d1d09e25329695f20daf1f4c3c44b3985","size":1250550,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.a875bbe0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.a875bbe0_1594952150068_0.08751833426791422"},"_hasShrinkwrap":false,"publish_time":1594952150298,"_cnpm_publish_time":1594952150298,"contributors":[]},"0.6.8-canary.6d11f7f5":{"name":"@firebase/database","version":"0.6.8-canary.6d11f7f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.6d11f7f5","@firebase/logger":"0.2.6-canary.6d11f7f5","@firebase/util":"0.2.50-canary.6d11f7f5","@firebase/component":"0.1.16-canary.6d11f7f5","@firebase/auth-interop-types":"0.1.5-canary.6d11f7f5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.6d11f7f5","@firebase/app-types":"0.6.1-canary.6d11f7f5","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.6d11f7f5","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fa7af81210f268e607d0c4431a4b46e424c50f2c","size":1250552,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.6d11f7f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.6d11f7f5_1594949281082_0.8806398929603896"},"_hasShrinkwrap":false,"publish_time":1594949281271,"_cnpm_publish_time":1594949281271,"contributors":[]},"0.6.8-canary.65568139":{"name":"@firebase/database","version":"0.6.8-canary.65568139","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.65568139","@firebase/logger":"0.2.6-canary.65568139","@firebase/util":"0.2.50-canary.65568139","@firebase/component":"0.1.16-canary.65568139","@firebase/auth-interop-types":"0.1.5-canary.65568139","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.65568139","@firebase/app-types":"0.6.1-canary.65568139","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-canary.65568139","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"527d89ad46ca175a740519e7bd6d5bf0a5259aa1","size":1250561,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-canary.65568139.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-canary.65568139_1594942035751_0.5094357811896648"},"_hasShrinkwrap":false,"publish_time":1594942035928,"_cnpm_publish_time":1594942035928,"contributors":[]},"0.6.7-canary.5b7d812a":{"name":"@firebase/database","version":"0.6.7-canary.5b7d812a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.5b7d812a","@firebase/logger":"0.2.6-canary.5b7d812a","@firebase/util":"0.2.50-canary.5b7d812a","@firebase/component":"0.1.16-canary.5b7d812a","@firebase/auth-interop-types":"0.1.5-canary.5b7d812a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.5b7d812a","@firebase/app-types":"0.6.1-canary.5b7d812a","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.5b7d812a","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"40196e9a15c0d77e4c94aa9f9b8865e279f87ab5","size":1250408,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.5b7d812a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.5b7d812a_1594939842112_0.9032036679224429"},"_hasShrinkwrap":false,"publish_time":1594939842264,"_cnpm_publish_time":1594939842264,"contributors":[]},"0.6.7-canary.38a12bb9":{"name":"@firebase/database","version":"0.6.7-canary.38a12bb9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.38a12bb9","@firebase/logger":"0.2.6-canary.38a12bb9","@firebase/util":"0.2.50-canary.38a12bb9","@firebase/component":"0.1.16-canary.38a12bb9","@firebase/auth-interop-types":"0.1.5-canary.38a12bb9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.38a12bb9","@firebase/app-types":"0.6.1-canary.38a12bb9","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.38a12bb9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"2cbf30eabe53aa2c69e836a48982f017aa8f5bc2","size":1250411,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.38a12bb9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.38a12bb9_1594937542020_0.7868197896293687"},"_hasShrinkwrap":false,"publish_time":1594937542205,"_cnpm_publish_time":1594937542205,"contributors":[]},"0.6.8":{"name":"@firebase/database","version":"0.6.8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.6","@firebase/util":"0.2.50","@firebase/component":"0.1.16","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8","@firebase/app-types":"0.6.1","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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/database@0.6.8","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"28c9fb4e6a3322cdf9b5f58e768f21d9ac948840","size":1250493,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8_1594937262796_0.32834444734843204"},"_hasShrinkwrap":false,"publish_time":1594937263118,"_cnpm_publish_time":1594937263118,"contributors":[]},"0.6.7-canary.6d5b4cc3":{"name":"@firebase/database","version":"0.6.7-canary.6d5b4cc3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.6d5b4cc3","@firebase/logger":"0.2.6-canary.6d5b4cc3","@firebase/util":"0.2.50-canary.6d5b4cc3","@firebase/component":"0.1.16-canary.6d5b4cc3","@firebase/auth-interop-types":"0.1.5-canary.6d5b4cc3","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.6d5b4cc3","@firebase/app-types":"0.6.1-canary.6d5b4cc3","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.6d5b4cc3","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c012961f8bd70c2c341e397054195929ed395ef9","size":1250406,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.6d5b4cc3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.6d5b4cc3_1594921187157_0.7219786348393362"},"_hasShrinkwrap":false,"publish_time":1594921187342,"_cnpm_publish_time":1594921187342,"contributors":[]},"0.6.8-2020615181619":{"name":"@firebase/database","version":"0.6.8-2020615181619","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.6","@firebase/util":"0.2.50","@firebase/component":"0.1.16","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8","@firebase/app-types":"0.6.1","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.8-2020615181619","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"20c75b9c29e5f1c2ed192cb68bf5bf6275134417","size":1250587,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.8-2020615181619.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.8-2020615181619_1594838880256_0.5617888967370461"},"_hasShrinkwrap":false,"publish_time":1594838880500,"_cnpm_publish_time":1594838880500,"contributors":[]},"0.6.7-canary.b6145466":{"name":"@firebase/database","version":"0.6.7-canary.b6145466","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.b6145466","@firebase/logger":"0.2.6-canary.b6145466","@firebase/util":"0.2.50-canary.b6145466","@firebase/component":"0.1.16-canary.b6145466","@firebase/auth-interop-types":"0.1.5-canary.b6145466","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.b6145466","@firebase/app-types":"0.6.1-canary.b6145466","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.b6145466","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"dadad3b5c49bb9f1876b58ee43cab6d0ac46d197","size":1250410,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.b6145466.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.b6145466_1594838677682_0.5013651543770601"},"_hasShrinkwrap":false,"publish_time":1594838677872,"_cnpm_publish_time":1594838677872,"contributors":[]},"0.6.7-canary.28438f60":{"name":"@firebase/database","version":"0.6.7-canary.28438f60","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.28438f60","@firebase/logger":"0.2.6-canary.28438f60","@firebase/util":"0.2.50-canary.28438f60","@firebase/component":"0.1.16-canary.28438f60","@firebase/auth-interop-types":"0.1.5-canary.28438f60","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.28438f60","@firebase/app-types":"0.6.1-canary.28438f60","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.28438f60","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e80e981f9fccf5da2279e95f1d46e5579f9ba819","size":1250409,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.28438f60.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.28438f60_1594833856466_0.16301687492653572"},"_hasShrinkwrap":false,"publish_time":1594833856664,"_cnpm_publish_time":1594833856664,"contributors":[]},"0.6.7-canary.c2b737b2":{"name":"@firebase/database","version":"0.6.7-canary.c2b737b2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.c2b737b2","@firebase/logger":"0.2.6-canary.c2b737b2","@firebase/util":"0.2.50-canary.c2b737b2","@firebase/component":"0.1.16-canary.c2b737b2","@firebase/auth-interop-types":"0.1.5-canary.c2b737b2","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.c2b737b2","@firebase/app-types":"0.6.1-canary.c2b737b2","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.c2b737b2","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b0dac61952b3c3f9b16a5cbc49ae6335c2abc873","size":1250408,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.c2b737b2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.c2b737b2_1594762364040_0.7488881885380496"},"_hasShrinkwrap":false,"publish_time":1594762364278,"_cnpm_publish_time":1594762364278,"contributors":[]},"0.6.7-canary.b07f822b":{"name":"@firebase/database","version":"0.6.7-canary.b07f822b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.b07f822b","@firebase/logger":"0.2.6-canary.b07f822b","@firebase/util":"0.2.50-canary.b07f822b","@firebase/component":"0.1.16-canary.b07f822b","@firebase/auth-interop-types":"0.1.5-canary.b07f822b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.b07f822b","@firebase/app-types":"0.6.1-canary.b07f822b","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.b07f822b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"8c3c0344e3a50e7ccc944c0e7bfedeec7aab76cf","size":1247736,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.b07f822b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.b07f822b_1594404205712_0.5864527242331807"},"_hasShrinkwrap":false,"publish_time":1594404205887,"_cnpm_publish_time":1594404205887,"contributors":[]},"0.6.7-canary.f46bc247":{"name":"@firebase/database","version":"0.6.7-canary.f46bc247","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.f46bc247","@firebase/logger":"0.2.6-canary.f46bc247","@firebase/util":"0.2.50-canary.f46bc247","@firebase/component":"0.1.16-canary.f46bc247","@firebase/auth-interop-types":"0.1.5-canary.f46bc247","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.f46bc247","@firebase/app-types":"0.6.1-canary.f46bc247","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.f46bc247","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"792b1b6b12527e0c719399f76f4c9bff65ce7390","size":1248719,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.f46bc247.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.f46bc247_1594354301382_0.03561272160394213"},"_hasShrinkwrap":false,"publish_time":1594354301605,"_cnpm_publish_time":1594354301605,"contributors":[]},"0.6.7-canary.31cb0f1d":{"name":"@firebase/database","version":"0.6.7-canary.31cb0f1d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.31cb0f1d","@firebase/logger":"0.2.6-canary.31cb0f1d","@firebase/util":"0.2.50-canary.31cb0f1d","@firebase/component":"0.1.16-canary.31cb0f1d","@firebase/auth-interop-types":"0.1.5-canary.31cb0f1d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.31cb0f1d","@firebase/app-types":"0.6.1-canary.31cb0f1d","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.31cb0f1d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"54842ae2ded80067c334ea1ed3478011a048a792","size":1248711,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.31cb0f1d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.31cb0f1d_1594352270353_0.010392666442725185"},"_hasShrinkwrap":false,"publish_time":1594352270523,"_cnpm_publish_time":1594352270523,"contributors":[]},"0.6.7-canary.ee5ec1eb":{"name":"@firebase/database","version":"0.6.7-canary.ee5ec1eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.ee5ec1eb","@firebase/logger":"0.2.6-canary.ee5ec1eb","@firebase/util":"0.2.50-canary.ee5ec1eb","@firebase/component":"0.1.16-canary.ee5ec1eb","@firebase/auth-interop-types":"0.1.5-canary.ee5ec1eb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.ee5ec1eb","@firebase/app-types":"0.6.1-canary.ee5ec1eb","rollup":"2.21.0","rollup-plugin-typescript2":"0.27.1","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.ee5ec1eb","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"412875df3f40001a2907378f69a0dc6140a88950","size":1248711,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.ee5ec1eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.ee5ec1eb_1594352089802_0.798780169487715"},"_hasShrinkwrap":false,"publish_time":1594352090008,"_cnpm_publish_time":1594352090008,"contributors":[]},"0.6.7-canary.d7735c98":{"name":"@firebase/database","version":"0.6.7-canary.d7735c98","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.d7735c98","@firebase/logger":"0.2.6-canary.d7735c98","@firebase/util":"0.2.50-canary.d7735c98","@firebase/component":"0.1.16-canary.d7735c98","@firebase/auth-interop-types":"0.1.5-canary.d7735c98","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.d7735c98","@firebase/app-types":"0.6.1-canary.d7735c98","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.d7735c98","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"9dbb06b04246114cad840025ab889b71d2c9dbd0","size":1248716,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.d7735c98.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.d7735c98_1594347146793_0.21756436527735556"},"_hasShrinkwrap":false,"publish_time":1594347147010,"_cnpm_publish_time":1594347147010,"contributors":[]},"0.6.7-canary.023d729a":{"name":"@firebase/database","version":"0.6.7-canary.023d729a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.023d729a","@firebase/logger":"0.2.6-canary.023d729a","@firebase/util":"0.2.50-canary.023d729a","@firebase/component":"0.1.16-canary.023d729a","@firebase/auth-interop-types":"0.1.5-canary.023d729a","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.023d729a","@firebase/app-types":"0.6.1-canary.023d729a","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.023d729a","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"92d47798fa8cf95cb6fc4459f3756b44987aba09","size":1248715,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.023d729a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.023d729a_1594347098491_0.11105519246795592"},"_hasShrinkwrap":false,"publish_time":1594347098825,"_cnpm_publish_time":1594347098825,"contributors":[]},"0.6.7-canary.7d5ccb20":{"name":"@firebase/database","version":"0.6.7-canary.7d5ccb20","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.7d5ccb20","@firebase/logger":"0.2.6-canary.7d5ccb20","@firebase/util":"0.2.50-canary.7d5ccb20","@firebase/component":"0.1.16-canary.7d5ccb20","@firebase/auth-interop-types":"0.1.5-canary.7d5ccb20","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.7d5ccb20","@firebase/app-types":"0.6.1-canary.7d5ccb20","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.7d5ccb20","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"76885b34d556071d23a659f95ec350d366ff138c","size":1248713,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.7d5ccb20.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.7d5ccb20_1594346999852_0.7402023023882274"},"_hasShrinkwrap":false,"publish_time":1594347000061,"_cnpm_publish_time":1594347000061,"contributors":[]},"0.6.7-canary.3c21efe4":{"name":"@firebase/database","version":"0.6.7-canary.3c21efe4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.3c21efe4","@firebase/logger":"0.2.6-canary.3c21efe4","@firebase/util":"0.2.50-canary.3c21efe4","@firebase/component":"0.1.16-canary.3c21efe4","@firebase/auth-interop-types":"0.1.5-canary.3c21efe4","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.3c21efe4","@firebase/app-types":"0.6.1-canary.3c21efe4","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.3c21efe4","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"dc86ff787e3c0604eb2e284f52af2a9121fc5daa","size":1248708,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.3c21efe4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.3c21efe4_1594336373911_0.9467730709834474"},"_hasShrinkwrap":false,"publish_time":1594336374146,"_cnpm_publish_time":1594336374146,"contributors":[]},"0.6.7-canary.23891b20":{"name":"@firebase/database","version":"0.6.7-canary.23891b20","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.23891b20","@firebase/logger":"0.2.6-canary.23891b20","@firebase/util":"0.2.50-canary.23891b20","@firebase/component":"0.1.16-canary.23891b20","@firebase/auth-interop-types":"0.1.5-canary.23891b20","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-canary.23891b20","@firebase/app-types":"0.6.1-canary.23891b20","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-canary.23891b20","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"7cced4c0ff8137afad0befdcf2687fff867addb2","size":1248715,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-canary.23891b20.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-canary.23891b20_1594333049340_0.8836633545687727"},"_hasShrinkwrap":false,"publish_time":1594333049558,"_cnpm_publish_time":1594333049558,"contributors":[]},"0.6.7":{"name":"@firebase/database","version":"0.6.7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.6","@firebase/util":"0.2.50","@firebase/component":"0.1.16","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8","@firebase/app-types":"0.6.1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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/database@0.6.7","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"93394cb449f9f9f250bcc097a5cc9d2d3b9e1f1b","size":1246306,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7_1594327213599_0.00234378793186929"},"_hasShrinkwrap":false,"publish_time":1594327213887,"_cnpm_publish_time":1594327213887,"contributors":[]},"0.6.6-canary.9c409ea7":{"name":"@firebase/database","version":"0.6.6-canary.9c409ea7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.9c409ea7","@firebase/logger":"0.2.5-canary.9c409ea7","@firebase/util":"0.2.50-canary.9c409ea7","@firebase/component":"0.1.15-canary.9c409ea7","@firebase/auth-interop-types":"0.1.5-canary.9c409ea7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.9c409ea7","@firebase/app-types":"0.6.1-canary.9c409ea7","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.9c409ea7","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"fedd051be247f4aba7ad0bf2a8a9a6917573318c","size":1248508,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.9c409ea7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.9c409ea7_1594323943965_0.8510632353597922"},"_hasShrinkwrap":false,"publish_time":1594323944153,"_cnpm_publish_time":1594323944153,"contributors":[]},"0.6.6-canary.308f020d":{"name":"@firebase/database","version":"0.6.6-canary.308f020d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.308f020d","@firebase/logger":"0.2.5-canary.308f020d","@firebase/util":"0.2.50-canary.308f020d","@firebase/component":"0.1.15-canary.308f020d","@firebase/auth-interop-types":"0.1.5-canary.308f020d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.308f020d","@firebase/app-types":"0.6.1-canary.308f020d","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.308f020d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b73587b29c42fe09be0e99bee56b7395cc80d3ff","size":1248504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.308f020d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.308f020d_1594323291859_0.8586637800724535"},"_hasShrinkwrap":false,"publish_time":1594323292032,"_cnpm_publish_time":1594323292032,"contributors":[]},"0.6.6-canary.1c6ca04f":{"name":"@firebase/database","version":"0.6.6-canary.1c6ca04f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.1c6ca04f","@firebase/logger":"0.2.5-canary.1c6ca04f","@firebase/util":"0.2.50-canary.1c6ca04f","@firebase/component":"0.1.15-canary.1c6ca04f","@firebase/auth-interop-types":"0.1.5-canary.1c6ca04f","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.1c6ca04f","@firebase/app-types":"0.6.1-canary.1c6ca04f","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.1c6ca04f","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1ea472fb8941555e24cf8d68a254cbc77532bf3a","size":1248505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.1c6ca04f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.1c6ca04f_1594323101192_0.8020096436089614"},"_hasShrinkwrap":false,"publish_time":1594323101454,"_cnpm_publish_time":1594323101454,"contributors":[]},"0.6.6-canary.d1a86e6d":{"name":"@firebase/database","version":"0.6.6-canary.d1a86e6d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.d1a86e6d","@firebase/logger":"0.2.5-canary.d1a86e6d","@firebase/util":"0.2.50-canary.d1a86e6d","@firebase/component":"0.1.15-canary.d1a86e6d","@firebase/auth-interop-types":"0.1.5-canary.d1a86e6d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.d1a86e6d","@firebase/app-types":"0.6.1-canary.d1a86e6d","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.d1a86e6d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f730b4fbb33fbdad89e092e0a2007d80d9ba7e5f","size":1248506,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.d1a86e6d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.d1a86e6d_1594323049259_0.42039000620902645"},"_hasShrinkwrap":false,"publish_time":1594323049515,"_cnpm_publish_time":1594323049515,"contributors":[]},"0.6.6-canary.ce168bd9":{"name":"@firebase/database","version":"0.6.6-canary.ce168bd9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.ce168bd9","@firebase/logger":"0.2.5-canary.ce168bd9","@firebase/util":"0.2.50-canary.ce168bd9","@firebase/component":"0.1.15-canary.ce168bd9","@firebase/auth-interop-types":"0.1.5-canary.ce168bd9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.ce168bd9","@firebase/app-types":"0.6.1-canary.ce168bd9","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.ce168bd9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"0becfc610de1e2a747023ef5bb709b74b2bb2612","size":1248505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.ce168bd9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.ce168bd9_1594323014777_0.624254666822539"},"_hasShrinkwrap":false,"publish_time":1594323014937,"_cnpm_publish_time":1594323014937,"contributors":[]},"0.6.6-canary.4fc68ef9":{"name":"@firebase/database","version":"0.6.6-canary.4fc68ef9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.4fc68ef9","@firebase/logger":"0.2.5-canary.4fc68ef9","@firebase/util":"0.2.50-canary.4fc68ef9","@firebase/component":"0.1.15-canary.4fc68ef9","@firebase/auth-interop-types":"0.1.5-canary.4fc68ef9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.4fc68ef9","@firebase/app-types":"0.6.1-canary.4fc68ef9","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.4fc68ef9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"009042a838277e1045ea5a9ea7c877cf18c327ba","size":1248505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.4fc68ef9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.4fc68ef9_1594276477144_0.24768434547825424"},"_hasShrinkwrap":false,"publish_time":1594276477350,"_cnpm_publish_time":1594276477350,"contributors":[]},"0.6.6-canary.9b53ec89":{"name":"@firebase/database","version":"0.6.6-canary.9b53ec89","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.9b53ec89","@firebase/logger":"0.2.5-canary.9b53ec89","@firebase/util":"0.2.50-canary.9b53ec89","@firebase/component":"0.1.15-canary.9b53ec89","@firebase/auth-interop-types":"0.1.5-canary.9b53ec89","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.9b53ec89","@firebase/app-types":"0.6.1-canary.9b53ec89","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.9b53ec89","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"6b2111ede77c16433b74acab16ff5c9bec42aa57","size":1248509,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.9b53ec89.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.9b53ec89_1594273328975_0.34249120860068527"},"_hasShrinkwrap":false,"publish_time":1594273329241,"_cnpm_publish_time":1594273329241,"contributors":[]},"0.6.6-canary.5a355360":{"name":"@firebase/database","version":"0.6.6-canary.5a355360","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.5a355360","@firebase/logger":"0.2.5-canary.5a355360","@firebase/util":"0.2.50-canary.5a355360","@firebase/component":"0.1.15-canary.5a355360","@firebase/auth-interop-types":"0.1.5-canary.5a355360","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.5a355360","@firebase/app-types":"0.6.1-canary.5a355360","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.5a355360","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"09efe0c1723f8cbfecd81498e9a2bc90ccc4b709","size":1248506,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.5a355360.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.5a355360_1594269073561_0.10237152293081775"},"_hasShrinkwrap":false,"publish_time":1594269073808,"_cnpm_publish_time":1594269073808,"contributors":[]},"0.6.6-canary.6f266bf1":{"name":"@firebase/database","version":"0.6.6-canary.6f266bf1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.6f266bf1","@firebase/logger":"0.2.5-canary.6f266bf1","@firebase/util":"0.2.50-canary.6f266bf1","@firebase/component":"0.1.15-canary.6f266bf1","@firebase/auth-interop-types":"0.1.5-canary.6f266bf1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.6f266bf1","@firebase/app-types":"0.6.1-canary.6f266bf1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.6f266bf1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f5c883a27cdf28c76bf21f576f04134c18a98b0d","size":1248501,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.6f266bf1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.6f266bf1_1594259989436_0.03926687348139546"},"_hasShrinkwrap":false,"publish_time":1594259989604,"_cnpm_publish_time":1594259989604,"contributors":[]},"0.6.6-canary.989cb756":{"name":"@firebase/database","version":"0.6.6-canary.989cb756","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.989cb756","@firebase/logger":"0.2.5-canary.989cb756","@firebase/util":"0.2.50-canary.989cb756","@firebase/component":"0.1.15-canary.989cb756","@firebase/auth-interop-types":"0.1.5-canary.989cb756","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.989cb756","@firebase/app-types":"0.6.1-canary.989cb756","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.989cb756","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"18bfe8391c712c87e6a9b0ed37921d3933d9ed33","size":1248510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.989cb756.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.989cb756_1594161887478_0.7230618905324271"},"_hasShrinkwrap":false,"publish_time":1594161887761,"_cnpm_publish_time":1594161887761,"contributors":[]},"0.6.7-202067221036":{"name":"@firebase/database","version":"0.6.7-202067221036","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.6-202067221036","@firebase/util":"0.2.50","@firebase/component":"0.1.16-202067221036","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.8-202067221036","@firebase/app-types":"0.6.1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.7-202067221036","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"efa6440b56b5c04fb5a03b59e4cd2766aa0b1d52","size":1246381,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.7-202067221036.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.7-202067221036_1594160142416_0.9930818627994702"},"_hasShrinkwrap":false,"publish_time":1594160142609,"_cnpm_publish_time":1594160142609,"contributors":[]},"0.6.6-canary.f8d1b3d7":{"name":"@firebase/database","version":"0.6.6-canary.f8d1b3d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.f8d1b3d7","@firebase/logger":"0.2.5-canary.f8d1b3d7","@firebase/util":"0.2.50-canary.f8d1b3d7","@firebase/component":"0.1.15-canary.f8d1b3d7","@firebase/auth-interop-types":"0.1.5-canary.f8d1b3d7","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.f8d1b3d7","@firebase/app-types":"0.6.1-canary.f8d1b3d7","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.f8d1b3d7","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"4c21adfae94d0313936dd17ef4b81cd8993ad014","size":1248504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.f8d1b3d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.f8d1b3d7_1594154444029_0.00791047335267936"},"_hasShrinkwrap":false,"publish_time":1594154444214,"_cnpm_publish_time":1594154444214,"contributors":[]},"0.6.6-canary.bb740836":{"name":"@firebase/database","version":"0.6.6-canary.bb740836","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.bb740836","@firebase/logger":"0.2.5-canary.bb740836","@firebase/util":"0.2.50-canary.bb740836","@firebase/component":"0.1.15-canary.bb740836","@firebase/auth-interop-types":"0.1.5-canary.bb740836","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.bb740836","@firebase/app-types":"0.6.1-canary.bb740836","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.bb740836","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b23bba1d96678d051ac65efe099e0c5f20568a5c","size":1248506,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.bb740836.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.bb740836_1594152699558_0.10091352032510503"},"_hasShrinkwrap":false,"publish_time":1594152699873,"_cnpm_publish_time":1594152699873,"contributors":[]},"0.6.6-canary.26767cd9":{"name":"@firebase/database","version":"0.6.6-canary.26767cd9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.26767cd9","@firebase/logger":"0.2.5-canary.26767cd9","@firebase/util":"0.2.50-canary.26767cd9","@firebase/component":"0.1.15-canary.26767cd9","@firebase/auth-interop-types":"0.1.5-canary.26767cd9","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.26767cd9","@firebase/app-types":"0.6.1-canary.26767cd9","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.26767cd9","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"80ef992ffbdfdaa9cc787aaad768baad9de52e90","size":1248509,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.26767cd9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.26767cd9_1594148177100_0.5517734887736876"},"_hasShrinkwrap":false,"publish_time":1594148177279,"_cnpm_publish_time":1594148177279,"contributors":[]},"0.6.6-canary.064cf2e5":{"name":"@firebase/database","version":"0.6.6-canary.064cf2e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.064cf2e5","@firebase/logger":"0.2.5-canary.064cf2e5","@firebase/util":"0.2.50-canary.064cf2e5","@firebase/component":"0.1.15-canary.064cf2e5","@firebase/auth-interop-types":"0.1.5-canary.064cf2e5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.064cf2e5","@firebase/app-types":"0.6.1-canary.064cf2e5","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.064cf2e5","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"465d0318b2f1efc7e3ac497cd65e9e3274025617","size":1248503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.064cf2e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.064cf2e5_1594077952049_0.8180676077230238"},"_hasShrinkwrap":false,"publish_time":1594077952287,"_cnpm_publish_time":1594077952287,"contributors":[]},"0.6.6-canary.c7aa053d":{"name":"@firebase/database","version":"0.6.6-canary.c7aa053d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.c7aa053d","@firebase/logger":"0.2.5-canary.c7aa053d","@firebase/util":"0.2.50-canary.c7aa053d","@firebase/component":"0.1.15-canary.c7aa053d","@firebase/auth-interop-types":"0.1.5-canary.c7aa053d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.c7aa053d","@firebase/app-types":"0.6.1-canary.c7aa053d","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.c7aa053d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"4d60c916fd3882e5e8f26fb038efe26d7e521de2","size":1248502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.c7aa053d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.c7aa053d_1594075235283_0.36234007644598343"},"_hasShrinkwrap":false,"publish_time":1594075235460,"_cnpm_publish_time":1594075235460,"contributors":[]},"0.6.6-canary.469c8bdf":{"name":"@firebase/database","version":"0.6.6-canary.469c8bdf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.469c8bdf","@firebase/logger":"0.2.5-canary.469c8bdf","@firebase/util":"0.2.50-canary.469c8bdf","@firebase/component":"0.1.15-canary.469c8bdf","@firebase/auth-interop-types":"0.1.5-canary.469c8bdf","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.469c8bdf","@firebase/app-types":"0.6.1-canary.469c8bdf","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.469c8bdf","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"55db44dd89b5a5608fc9f4ba039e914b4fa7f823","size":1248506,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.469c8bdf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.469c8bdf_1594074344285_0.8442162895526728"},"_hasShrinkwrap":false,"publish_time":1594074344492,"_cnpm_publish_time":1594074344492,"contributors":[]},"0.6.6-canary.ee1892d6":{"name":"@firebase/database","version":"0.6.6-canary.ee1892d6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.ee1892d6","@firebase/logger":"0.2.5-canary.ee1892d6","@firebase/util":"0.2.50-canary.ee1892d6","@firebase/component":"0.1.15-canary.ee1892d6","@firebase/auth-interop-types":"0.1.5-canary.ee1892d6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.ee1892d6","@firebase/app-types":"0.6.1-canary.ee1892d6","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.ee1892d6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c981e51999d55d06c31a6d7492005c97e9f82b66","size":1248503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.ee1892d6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.ee1892d6_1594060790524_0.6977416273041475"},"_hasShrinkwrap":false,"publish_time":1594060790704,"_cnpm_publish_time":1594060790704,"contributors":[]},"0.6.6-canary.992432e0":{"name":"@firebase/database","version":"0.6.6-canary.992432e0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.992432e0","@firebase/logger":"0.2.5-canary.992432e0","@firebase/util":"0.2.50-canary.992432e0","@firebase/component":"0.1.15-canary.992432e0","@firebase/auth-interop-types":"0.1.5-canary.992432e0","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.992432e0","@firebase/app-types":"0.6.1-canary.992432e0","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.992432e0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"5ff30e8bd524af8b8e9f1c86d0a8141d99b367b9","size":1248509,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.992432e0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.992432e0_1594057400826_0.7338078935435637"},"_hasShrinkwrap":false,"publish_time":1594057401083,"_cnpm_publish_time":1594057401083,"contributors":[]},"0.6.6-canary.fc17a3cf":{"name":"@firebase/database","version":"0.6.6-canary.fc17a3cf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.fc17a3cf","@firebase/logger":"0.2.5-canary.fc17a3cf","@firebase/util":"0.2.50-canary.fc17a3cf","@firebase/component":"0.1.15-canary.fc17a3cf","@firebase/auth-interop-types":"0.1.5-canary.fc17a3cf","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.fc17a3cf","@firebase/app-types":"0.6.1-canary.fc17a3cf","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.fc17a3cf","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"9979f948d2fc9ab5e77a90e0cdd615447ea4d908","size":1248501,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.fc17a3cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.fc17a3cf_1593715241453_0.3726507447447498"},"_hasShrinkwrap":false,"publish_time":1593715241738,"_cnpm_publish_time":1593715241738,"contributors":[]},"0.6.6-canary.0c8b011b":{"name":"@firebase/database","version":"0.6.6-canary.0c8b011b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.0c8b011b","@firebase/logger":"0.2.5-canary.0c8b011b","@firebase/util":"0.2.50-canary.0c8b011b","@firebase/component":"0.1.15-canary.0c8b011b","@firebase/auth-interop-types":"0.1.5-canary.0c8b011b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.0c8b011b","@firebase/app-types":"0.6.1-canary.0c8b011b","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.0c8b011b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b5167b8c26f727acd140e6562e58706531e30e29","size":1248504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.0c8b011b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.0c8b011b_1593623324764_0.13301854229937282"},"_hasShrinkwrap":false,"publish_time":1593623324905,"_cnpm_publish_time":1593623324905,"contributors":[]},"0.6.6-canary.877c060c":{"name":"@firebase/database","version":"0.6.6-canary.877c060c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.877c060c","@firebase/logger":"0.2.5-canary.877c060c","@firebase/util":"0.2.50-canary.877c060c","@firebase/component":"0.1.15-canary.877c060c","@firebase/auth-interop-types":"0.1.5-canary.877c060c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.877c060c","@firebase/app-types":"0.6.1-canary.877c060c","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.877c060c","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"925c5c31790f6e27e8b10f74e1fde871e0a32d5a","size":1248367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.877c060c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.877c060c_1593557622993_0.15690133240264048"},"_hasShrinkwrap":false,"publish_time":1593557623276,"_cnpm_publish_time":1593557623276,"contributors":[]},"0.6.6-canary.a754645e":{"name":"@firebase/database","version":"0.6.6-canary.a754645e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.a754645e","@firebase/logger":"0.2.5-canary.a754645e","@firebase/util":"0.2.50-canary.a754645e","@firebase/component":"0.1.15-canary.a754645e","@firebase/auth-interop-types":"0.1.5-canary.a754645e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.a754645e","@firebase/app-types":"0.6.1-canary.a754645e","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.9.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.a754645e","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"50d9e9caf25ebbbf30067e1e108546002969f7dd","size":1248508,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.a754645e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.a754645e_1593557489597_0.20549848157838757"},"_hasShrinkwrap":false,"publish_time":1593557489754,"_cnpm_publish_time":1593557489754,"contributors":[]},"0.6.6-canary.dd1e63ce":{"name":"@firebase/database","version":"0.6.6-canary.dd1e63ce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.dd1e63ce","@firebase/logger":"0.2.5-canary.dd1e63ce","@firebase/util":"0.2.50-canary.dd1e63ce","@firebase/component":"0.1.15-canary.dd1e63ce","@firebase/auth-interop-types":"0.1.5-canary.dd1e63ce","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.dd1e63ce","@firebase/app-types":"0.6.1-canary.dd1e63ce","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.dd1e63ce","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"8b77216e6dbf4baf6b2d03f512044ebb29d8f4ec","size":1248359,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.dd1e63ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.dd1e63ce_1593557454433_0.7514951442435089"},"_hasShrinkwrap":false,"publish_time":1593557454657,"_cnpm_publish_time":1593557454657,"contributors":[]},"0.6.6-canary.982acf91":{"name":"@firebase/database","version":"0.6.6-canary.982acf91","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.982acf91","@firebase/logger":"0.2.5-canary.982acf91","@firebase/util":"0.2.50-canary.982acf91","@firebase/component":"0.1.15-canary.982acf91","@firebase/auth-interop-types":"0.1.5-canary.982acf91","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.982acf91","@firebase/app-types":"0.6.1-canary.982acf91","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.982acf91","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c04e3efe3a32864d7df296201d162e8f82fe727e","size":1248369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.982acf91.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.982acf91_1593552879953_0.45783017140284765"},"_hasShrinkwrap":false,"publish_time":1593552880156,"_cnpm_publish_time":1593552880156,"contributors":[]},"0.6.6-canary.c3cd471b":{"name":"@firebase/database","version":"0.6.6-canary.c3cd471b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.c3cd471b","@firebase/logger":"0.2.5-canary.c3cd471b","@firebase/util":"0.2.50-canary.c3cd471b","@firebase/component":"0.1.15-canary.c3cd471b","@firebase/auth-interop-types":"0.1.5-canary.c3cd471b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.c3cd471b","@firebase/app-types":"0.6.1-canary.c3cd471b","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.c3cd471b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b9f2b3ad286821d1564c90832feeb23166852286","size":1248364,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.c3cd471b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.c3cd471b_1593542312511_0.7359816888339703"},"_hasShrinkwrap":false,"publish_time":1593542312743,"_cnpm_publish_time":1593542312743,"contributors":[]},"0.6.6-canary.2ab5a175":{"name":"@firebase/database","version":"0.6.6-canary.2ab5a175","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.2ab5a175","@firebase/logger":"0.2.5-canary.2ab5a175","@firebase/util":"0.2.50-canary.2ab5a175","@firebase/component":"0.1.15-canary.2ab5a175","@firebase/auth-interop-types":"0.1.5-canary.2ab5a175","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.2ab5a175","@firebase/app-types":"0.6.1-canary.2ab5a175","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.2ab5a175","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"85c8f8567d6b78e05449c204edb6821fd40c4875","size":1248364,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.2ab5a175.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.2ab5a175_1593538327781_0.37372020132210815"},"_hasShrinkwrap":false,"publish_time":1593538327963,"_cnpm_publish_time":1593538327963,"contributors":[]},"0.6.6-canary.fe85035e":{"name":"@firebase/database","version":"0.6.6-canary.fe85035e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.fe85035e","@firebase/logger":"0.2.5-canary.fe85035e","@firebase/util":"0.2.50-canary.fe85035e","@firebase/component":"0.1.15-canary.fe85035e","@firebase/auth-interop-types":"0.1.5-canary.fe85035e","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.fe85035e","@firebase/app-types":"0.6.1-canary.fe85035e","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.fe85035e","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c6c04070fd7487ff8d756df7d3d33a9982765694","size":1248363,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.fe85035e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.fe85035e_1593538106663_0.7037753039216124"},"_hasShrinkwrap":false,"publish_time":1593538106914,"_cnpm_publish_time":1593538106914,"contributors":[]},"0.6.6-canary.f54abc25":{"name":"@firebase/database","version":"0.6.6-canary.f54abc25","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.f54abc25","@firebase/logger":"0.2.5-canary.f54abc25","@firebase/util":"0.2.50-canary.f54abc25","@firebase/component":"0.1.15-canary.f54abc25","@firebase/auth-interop-types":"0.1.5-canary.f54abc25","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.f54abc25","@firebase/app-types":"0.6.1-canary.f54abc25","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.f54abc25","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"7476fe840a287c5656d2c1274752d33db4f1de7f","size":1248363,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.f54abc25.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.f54abc25_1593492405596_0.2629653588953409"},"_hasShrinkwrap":false,"publish_time":1593492405758,"_cnpm_publish_time":1593492405758,"contributors":[]},"0.6.6-canary.fe2bd0f1":{"name":"@firebase/database","version":"0.6.6-canary.fe2bd0f1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.fe2bd0f1","@firebase/logger":"0.2.5-canary.fe2bd0f1","@firebase/util":"0.2.50-canary.fe2bd0f1","@firebase/component":"0.1.15-canary.fe2bd0f1","@firebase/auth-interop-types":"0.1.5-canary.fe2bd0f1","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.fe2bd0f1","@firebase/app-types":"0.6.1-canary.fe2bd0f1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.fe2bd0f1","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e568c1eee5f08d023d3ebb8766ef67368bea6e52","size":1248360,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.fe2bd0f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.fe2bd0f1_1593480874426_0.5895159045198952"},"_hasShrinkwrap":false,"publish_time":1593480874652,"_cnpm_publish_time":1593480874652,"contributors":[]},"0.6.6-canary.d0bc885b":{"name":"@firebase/database","version":"0.6.6-canary.d0bc885b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.d0bc885b","@firebase/logger":"0.2.5-canary.d0bc885b","@firebase/util":"0.2.50-canary.d0bc885b","@firebase/component":"0.1.15-canary.d0bc885b","@firebase/auth-interop-types":"0.1.5-canary.d0bc885b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.d0bc885b","@firebase/app-types":"0.6.1-canary.d0bc885b","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.d0bc885b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"2323cd9722beee29a7c7e24abdb2b4a6e5e0d444","size":1248365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.d0bc885b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.d0bc885b_1593477484450_0.5548875982530277"},"_hasShrinkwrap":false,"publish_time":1593477484589,"_cnpm_publish_time":1593477484589,"contributors":[]},"0.6.6-canary.17c628eb":{"name":"@firebase/database","version":"0.6.6-canary.17c628eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.17c628eb","@firebase/logger":"0.2.5-canary.17c628eb","@firebase/util":"0.2.50-canary.17c628eb","@firebase/component":"0.1.15-canary.17c628eb","@firebase/auth-interop-types":"0.1.5-canary.17c628eb","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.17c628eb","@firebase/app-types":"0.6.1-canary.17c628eb","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.17c628eb","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c529d951d99eccc779e421d81e2b1f10a19d7b9a","size":1248365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.17c628eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.17c628eb_1593218318364_0.9899694652261211"},"_hasShrinkwrap":false,"publish_time":1593218318604,"_cnpm_publish_time":1593218318604,"contributors":[]},"0.6.6-canary.9e204e77":{"name":"@firebase/database","version":"0.6.6-canary.9e204e77","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.9e204e77","@firebase/logger":"0.2.5-canary.9e204e77","@firebase/util":"0.2.50-canary.9e204e77","@firebase/component":"0.1.15-canary.9e204e77","@firebase/auth-interop-types":"0.1.5-canary.9e204e77","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.9e204e77","@firebase/app-types":"0.6.1-canary.9e204e77","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.9e204e77","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"b9dd303135d756c22665de451e58312babc86896","size":1248368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.9e204e77.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.9e204e77_1593216879282_0.6281923063926327"},"_hasShrinkwrap":false,"publish_time":1593216879578,"_cnpm_publish_time":1593216879578,"contributors":[]},"0.6.6-canary.e90304c8":{"name":"@firebase/database","version":"0.6.6-canary.e90304c8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.e90304c8","@firebase/logger":"0.2.5-canary.e90304c8","@firebase/util":"0.2.50-canary.e90304c8","@firebase/component":"0.1.15-canary.e90304c8","@firebase/auth-interop-types":"0.1.5-canary.e90304c8","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.e90304c8","@firebase/app-types":"0.6.1-canary.e90304c8","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.e90304c8","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"80a381c5377ce5d8bd6f013dc7e5dfc8474d8e40","size":1248369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.e90304c8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.e90304c8_1593214137735_0.34661800791807673"},"_hasShrinkwrap":false,"publish_time":1593214137904,"_cnpm_publish_time":1593214137904,"contributors":[]},"0.6.6-canary.c38fc717":{"name":"@firebase/database","version":"0.6.6-canary.c38fc717","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.c38fc717","@firebase/logger":"0.2.5-canary.c38fc717","@firebase/util":"0.2.50-canary.c38fc717","@firebase/component":"0.1.15-canary.c38fc717","@firebase/auth-interop-types":"0.1.5-canary.c38fc717","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.c38fc717","@firebase/app-types":"0.6.1-canary.c38fc717","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.c38fc717","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f5def32cb9b73c58ac9a3b7889a7918d864d14fd","size":1248365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.c38fc717.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.c38fc717_1593212315024_0.7849201539690558"},"_hasShrinkwrap":false,"publish_time":1593212315201,"_cnpm_publish_time":1593212315201,"contributors":[]},"0.6.6-canary.a4ff036c":{"name":"@firebase/database","version":"0.6.6-canary.a4ff036c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.a4ff036c","@firebase/logger":"0.2.5-canary.a4ff036c","@firebase/util":"0.2.50-canary.a4ff036c","@firebase/component":"0.1.15-canary.a4ff036c","@firebase/auth-interop-types":"0.1.5-canary.a4ff036c","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.a4ff036c","@firebase/app-types":"0.6.1-canary.a4ff036c","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.a4ff036c","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"76825c7fe95a51756ee584356cf46415c405e1dd","size":1248362,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.a4ff036c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.a4ff036c_1593210864957_0.614175759290702"},"_hasShrinkwrap":false,"publish_time":1593210865287,"_cnpm_publish_time":1593210865287,"contributors":[]},"0.6.6-canary.3d43b009":{"name":"@firebase/database","version":"0.6.6-canary.3d43b009","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.3d43b009","@firebase/logger":"0.2.5-canary.3d43b009","@firebase/util":"0.2.50-canary.3d43b009","@firebase/component":"0.1.15-canary.3d43b009","@firebase/auth-interop-types":"0.1.5-canary.3d43b009","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.3d43b009","@firebase/app-types":"0.6.1-canary.3d43b009","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.3d43b009","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"89858ba48c257b94fe1b67dd47458bfbd3b74b12","size":1248369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.3d43b009.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.3d43b009_1593208935273_0.4485039385438281"},"_hasShrinkwrap":false,"publish_time":1593208935571,"_cnpm_publish_time":1593208935571,"contributors":[]},"0.6.6-canary.ddbe2180":{"name":"@firebase/database","version":"0.6.6-canary.ddbe2180","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.ddbe2180","@firebase/logger":"0.2.5-canary.ddbe2180","@firebase/util":"0.2.50-canary.ddbe2180","@firebase/component":"0.1.15-canary.ddbe2180","@firebase/auth-interop-types":"0.1.5-canary.ddbe2180","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.ddbe2180","@firebase/app-types":"0.6.1-canary.ddbe2180","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.ddbe2180","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"1bcc51a9042747c1f3ba18c468e278cbb53f1923","size":1248361,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.ddbe2180.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.ddbe2180_1593203873395_0.03393603193738137"},"_hasShrinkwrap":false,"publish_time":1593203873638,"_cnpm_publish_time":1593203873638,"contributors":[]},"0.6.6-canary.8e0c0360":{"name":"@firebase/database","version":"0.6.6-canary.8e0c0360","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.8e0c0360","@firebase/logger":"0.2.5-canary.8e0c0360","@firebase/util":"0.2.50-canary.8e0c0360","@firebase/component":"0.1.15-canary.8e0c0360","@firebase/auth-interop-types":"0.1.5-canary.8e0c0360","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.8e0c0360","@firebase/app-types":"0.6.1-canary.8e0c0360","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.8e0c0360","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"abddc66e3d30d2f7da0a016f875313d5feed89f5","size":1248364,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.8e0c0360.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.8e0c0360_1593190973241_0.9068009307313518"},"_hasShrinkwrap":false,"publish_time":1593190973381,"_cnpm_publish_time":1593190973381,"contributors":[]},"0.6.6-canary.64d9ab6b":{"name":"@firebase/database","version":"0.6.6-canary.64d9ab6b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.64d9ab6b","@firebase/logger":"0.2.5-canary.64d9ab6b","@firebase/util":"0.2.50-canary.64d9ab6b","@firebase/component":"0.1.15-canary.64d9ab6b","@firebase/auth-interop-types":"0.1.5-canary.64d9ab6b","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-canary.64d9ab6b","@firebase/app-types":"0.6.1-canary.64d9ab6b","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-canary.64d9ab6b","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"4d042459a31c83b9f95b454cfea2916e011c415a","size":1248368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-canary.64d9ab6b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-canary.64d9ab6b_1593134333755_0.48808531341400574"},"_hasShrinkwrap":false,"publish_time":1593134333953,"_cnpm_publish_time":1593134333953,"contributors":[]},"0.6.6":{"name":"@firebase/database","version":"0.6.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.5","@firebase/util":"0.2.50","@firebase/component":"0.1.15","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7","@firebase/app-types":"0.6.1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.6.6","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"77b9bef3c38589975c1f9b3b79089916139e8212","size":1245972,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6_1593126541927_0.5385220142069007"},"_hasShrinkwrap":false,"publish_time":1593126542174,"_cnpm_publish_time":1593126542174,"contributors":[]},"0.6.5-canary.4edfe226":{"name":"@firebase/database","version":"0.6.5-canary.4edfe226","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.4edfe226","@firebase/logger":"0.2.5-canary.4edfe226","@firebase/util":"0.2.49-canary.4edfe226","@firebase/component":"0.1.14-canary.4edfe226","@firebase/auth-interop-types":"0.1.5-canary.4edfe226","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.4edfe226","@firebase/app-types":"0.6.1-canary.4edfe226","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.4edfe226","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"513bfef78ea7610e44b25bec9571c2f125e30255","size":1248362,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.4edfe226.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.4edfe226_1593119426274_0.3787915786116882"},"_hasShrinkwrap":false,"publish_time":1593119426491,"_cnpm_publish_time":1593119426491,"contributors":[]},"0.6.5-canary.590c9a44":{"name":"@firebase/database","version":"0.6.5-canary.590c9a44","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.590c9a44","@firebase/logger":"0.2.5-canary.590c9a44","@firebase/util":"0.2.49-canary.590c9a44","@firebase/component":"0.1.14-canary.590c9a44","@firebase/auth-interop-types":"0.1.5-canary.590c9a44","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.590c9a44","@firebase/app-types":"0.6.1-canary.590c9a44","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.590c9a44","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"bfaf4e4b21d4249714e4db14e9e947ad90fb512c","size":1248372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.590c9a44.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.590c9a44_1593108954604_0.33964913310036393"},"_hasShrinkwrap":false,"publish_time":1593108954870,"_cnpm_publish_time":1593108954870,"contributors":[]},"0.6.5-canary.fa70d0a3":{"name":"@firebase/database","version":"0.6.5-canary.fa70d0a3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.fa70d0a3","@firebase/logger":"0.2.5-canary.fa70d0a3","@firebase/util":"0.2.49-canary.fa70d0a3","@firebase/component":"0.1.14-canary.fa70d0a3","@firebase/auth-interop-types":"0.1.5-canary.fa70d0a3","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.fa70d0a3","@firebase/app-types":"0.6.1-canary.fa70d0a3","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.fa70d0a3","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"17b3a413a18339d4bd211d792348982e731fdd97","size":1248363,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.fa70d0a3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.fa70d0a3_1593106762948_0.26639751562077296"},"_hasShrinkwrap":false,"publish_time":1593106763197,"_cnpm_publish_time":1593106763197,"contributors":[]},"0.6.5-canary.04874c97":{"name":"@firebase/database","version":"0.6.5-canary.04874c97","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.04874c97","@firebase/logger":"0.2.5-canary.04874c97","@firebase/util":"0.2.49-canary.04874c97","@firebase/component":"0.1.14-canary.04874c97","@firebase/auth-interop-types":"0.1.5-canary.04874c97","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.04874c97","@firebase/app-types":"0.6.1-canary.04874c97","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.04874c97","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"3a8822ab3b00ab0d66fee3c720cd970a4a88f5c9","size":1248373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.04874c97.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.04874c97_1593045131025_0.5660463870395549"},"_hasShrinkwrap":false,"publish_time":1593045131186,"_cnpm_publish_time":1593045131186,"contributors":[]},"0.6.5-canary.c436bcc6":{"name":"@firebase/database","version":"0.6.5-canary.c436bcc6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.c436bcc6","@firebase/logger":"0.2.5-canary.c436bcc6","@firebase/util":"0.2.49-canary.c436bcc6","@firebase/component":"0.1.14-canary.c436bcc6","@firebase/auth-interop-types":"0.1.5-canary.c436bcc6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.c436bcc6","@firebase/app-types":"0.6.1-canary.c436bcc6","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.c436bcc6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"204958a28b51dd0adca33a1598e3c6d0960955f1","size":1248365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.c436bcc6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.c436bcc6_1593031635371_0.33955097205315"},"_hasShrinkwrap":false,"publish_time":1593031635653,"_cnpm_publish_time":1593031635653,"contributors":[]},"0.6.5-canary.a1081c61":{"name":"@firebase/database","version":"0.6.5-canary.a1081c61","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.a1081c61","@firebase/logger":"0.2.5-canary.a1081c61","@firebase/util":"0.2.49-canary.a1081c61","@firebase/component":"0.1.14-canary.a1081c61","@firebase/auth-interop-types":"0.1.5-canary.a1081c61","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.a1081c61","@firebase/app-types":"0.6.1-canary.a1081c61","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.a1081c61","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"07fea0505867e91146c3be722edcc2b90fa2d468","size":1248366,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.a1081c61.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.a1081c61_1593029389037_0.6137667542502403"},"_hasShrinkwrap":false,"publish_time":1593029389260,"_cnpm_publish_time":1593029389260,"contributors":[]},"0.6.5-canary.b27974af":{"name":"@firebase/database","version":"0.6.5-canary.b27974af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.b27974af","@firebase/logger":"0.2.5-canary.b27974af","@firebase/util":"0.2.49-canary.b27974af","@firebase/component":"0.1.14-canary.b27974af","@firebase/auth-interop-types":"0.1.5-canary.b27974af","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.b27974af","@firebase/app-types":"0.6.1-canary.b27974af","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.b27974af","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"f832578349f51fdd0cb77a973571316a48028a75","size":1248370,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.b27974af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.b27974af_1593026440775_0.14532797785854612"},"_hasShrinkwrap":false,"publish_time":1593026440958,"_cnpm_publish_time":1593026440958,"contributors":[]},"0.6.5-canary.9bac5bcc":{"name":"@firebase/database","version":"0.6.5-canary.9bac5bcc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.9bac5bcc","@firebase/logger":"0.2.5-canary.9bac5bcc","@firebase/util":"0.2.49-canary.9bac5bcc","@firebase/component":"0.1.14-canary.9bac5bcc","@firebase/auth-interop-types":"0.1.5-canary.9bac5bcc","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.9bac5bcc","@firebase/app-types":"0.6.1-canary.9bac5bcc","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.9bac5bcc","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"c861e0f4110b866664b6dab9a538bcdd2f840e75","size":1248362,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.9bac5bcc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.9bac5bcc_1593026208358_0.14225358204249816"},"_hasShrinkwrap":false,"publish_time":1593026208514,"_cnpm_publish_time":1593026208514,"contributors":[]},"0.6.5-canary.1791a9be":{"name":"@firebase/database","version":"0.6.5-canary.1791a9be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.1791a9be","@firebase/logger":"0.2.5-canary.1791a9be","@firebase/util":"0.2.49-canary.1791a9be","@firebase/component":"0.1.14-canary.1791a9be","@firebase/auth-interop-types":"0.1.5-canary.1791a9be","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.1791a9be","@firebase/app-types":"0.6.1-canary.1791a9be","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.1791a9be","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"5eea6fd6e114f4ddf9646b223d5f2023963ce385","size":1248369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.1791a9be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.1791a9be_1593019033381_0.18056342236313472"},"_hasShrinkwrap":false,"publish_time":1593019033565,"_cnpm_publish_time":1593019033565,"contributors":[]},"0.6.5-canary.9cf49f74":{"name":"@firebase/database","version":"0.6.5-canary.9cf49f74","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.9cf49f74","@firebase/logger":"0.2.5-canary.9cf49f74","@firebase/util":"0.2.49-canary.9cf49f74","@firebase/component":"0.1.14-canary.9cf49f74","@firebase/auth-interop-types":"0.1.5-canary.9cf49f74","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.9cf49f74","@firebase/app-types":"0.6.1-canary.9cf49f74","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.9cf49f74","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"287d27b941777735726dbecb029924acc6d710b4","size":1248372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.9cf49f74.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.9cf49f74_1593018119612_0.3018221655431632"},"_hasShrinkwrap":false,"publish_time":1593018119849,"_cnpm_publish_time":1593018119849,"contributors":[]},"0.6.5-canary.5de3ec66":{"name":"@firebase/database","version":"0.6.5-canary.5de3ec66","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.5de3ec66","@firebase/logger":"0.2.5-canary.5de3ec66","@firebase/util":"0.2.49-canary.5de3ec66","@firebase/component":"0.1.14-canary.5de3ec66","@firebase/auth-interop-types":"0.1.5-canary.5de3ec66","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.5de3ec66","@firebase/app-types":"0.6.1-canary.5de3ec66","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.5de3ec66","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e1a751c29825113bb8fc65f02d947c8c3aa3dfe7","size":1248364,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.5de3ec66.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.5de3ec66_1592955883520_0.3461414846853823"},"_hasShrinkwrap":false,"publish_time":1592955883752,"_cnpm_publish_time":1592955883752,"contributors":[]},"0.6.6-0":{"name":"@firebase/database","version":"0.6.6-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.5","@firebase/util":"0.2.50-0","@firebase/component":"0.1.15-0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.7-0","@firebase/app-types":"0.6.1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.6-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"4de277874aa66c25da72acc56f2af65b83477528","size":1245980,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.6-0_1592954980204_0.3126737356764655"},"_hasShrinkwrap":false,"publish_time":1592954980505,"_cnpm_publish_time":1592954980505,"contributors":[]},"0.6.5-canary.acd89ee4":{"name":"@firebase/database","version":"0.6.5-canary.acd89ee4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.acd89ee4","@firebase/logger":"0.2.5-canary.acd89ee4","@firebase/util":"0.2.49-canary.acd89ee4","@firebase/component":"0.1.14-canary.acd89ee4","@firebase/auth-interop-types":"0.1.5-canary.acd89ee4","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.acd89ee4","@firebase/app-types":"0.6.1-canary.acd89ee4","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.acd89ee4","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"7d68d0f2368c999268c267cff58dbfd1dd7f08f4","size":1248367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.acd89ee4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.acd89ee4_1592947026653_0.3738600140261703"},"_hasShrinkwrap":false,"publish_time":1592947026837,"_cnpm_publish_time":1592947026837,"contributors":[]},"0.6.5-canary.71f94f14":{"name":"@firebase/database","version":"0.6.5-canary.71f94f14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.71f94f14","@firebase/logger":"0.2.5-canary.71f94f14","@firebase/util":"0.2.49-canary.71f94f14","@firebase/component":"0.1.14-canary.71f94f14","@firebase/auth-interop-types":"0.1.5-canary.71f94f14","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.71f94f14","@firebase/app-types":"0.6.1-canary.71f94f14","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.71f94f14","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"bbfba422b63d46259fb9eeb6f3dc2f11a9719af0","size":1248372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.71f94f14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.71f94f14_1592856447980_0.7241086686654155"},"_hasShrinkwrap":false,"publish_time":1592856448139,"_cnpm_publish_time":1592856448139,"contributors":[]},"0.6.5-canary.23e89711":{"name":"@firebase/database","version":"0.6.5-canary.23e89711","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.23e89711","@firebase/logger":"0.2.5-canary.23e89711","@firebase/util":"0.2.49-canary.23e89711","@firebase/component":"0.1.14-canary.23e89711","@firebase/auth-interop-types":"0.1.5-canary.23e89711","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.23e89711","@firebase/app-types":"0.6.1-canary.23e89711","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.23e89711","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"8fbf6d41c88b97d58b2a932bf1e6e99412e41dbd","size":1248373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.23e89711.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.23e89711_1592852747491_0.7704323973061005"},"_hasShrinkwrap":false,"publish_time":1592852747639,"_cnpm_publish_time":1592852747639,"contributors":[]},"0.6.5-canary.d470f49d":{"name":"@firebase/database","version":"0.6.5-canary.d470f49d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.d470f49d","@firebase/logger":"0.2.5-canary.d470f49d","@firebase/util":"0.2.49-canary.d470f49d","@firebase/component":"0.1.14-canary.d470f49d","@firebase/auth-interop-types":"0.1.5-canary.d470f49d","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.d470f49d","@firebase/app-types":"0.6.1-canary.d470f49d","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.d470f49d","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"a441ffedbc18ea874bd4446e62f01ed00269a643","size":1248371,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.d470f49d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.d470f49d_1592617706871_0.047141188225476194"},"_hasShrinkwrap":false,"publish_time":1592617707096,"_cnpm_publish_time":1592617707096,"contributors":[]},"0.6.5-canary.246ed9d6":{"name":"@firebase/database","version":"0.6.5-canary.246ed9d6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.246ed9d6","@firebase/logger":"0.2.5-canary.246ed9d6","@firebase/util":"0.2.49-canary.246ed9d6","@firebase/component":"0.1.14-canary.246ed9d6","@firebase/auth-interop-types":"0.1.5-canary.246ed9d6","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-canary.246ed9d6","@firebase/app-types":"0.6.1-canary.246ed9d6","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-canary.246ed9d6","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"14a7105b20e5fc6e28210e31d531febe0df33c5a","size":1248367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-canary.246ed9d6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-canary.246ed9d6_1592585818290_0.8118431905619741"},"_hasShrinkwrap":false,"publish_time":1592585818512,"_cnpm_publish_time":1592585818512,"contributors":[]},"0.6.5":{"name":"@firebase/database","version":"0.6.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.5","@firebase/util":"0.2.49","@firebase/component":"0.1.14","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6","@firebase/app-types":"0.6.1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.6.5","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"e3b0a23166ca1d2d6308d1dbef82e5fba020ffb8","size":1248305,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5_1592517035505_0.6981714901295546"},"_hasShrinkwrap":false,"publish_time":1592517035654,"_cnpm_publish_time":1592517035654,"contributors":[]},"0.6.5-0":{"name":"@firebase/database","version":"0.6.5-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.5","@firebase/util":"0.2.49-0","@firebase/component":"0.1.14-0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"^1.11.1"},"devDependencies":{"@firebase/app":"0.6.6-0","@firebase/app-types":"0.6.1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.5-0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"aa075d2531d186b76609001bd5c9a0abad100410","size":1248323,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.5-0_1592421959152_0.3253141156881487"},"_hasShrinkwrap":false,"publish_time":1592421959306,"_cnpm_publish_time":1592421959306,"contributors":[]},"0.6.4-canary.1e3721c5":{"name":"@firebase/database","version":"0.6.4-canary.1e3721c5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.1e3721c5","@firebase/logger":"0.2.5-canary.1e3721c5","@firebase/util":"0.2.48-canary.1e3721c5","@firebase/component":"0.1.13-canary.1e3721c5","@firebase/auth-interop-types":"0.1.5-canary.1e3721c5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.1e3721c5","@firebase/app-types":"0.6.1-canary.1e3721c5","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.1e3721c5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"aa46bc9e8affea1b321a1eb9d37f3cef7a65daa6","size":1246429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.1e3721c5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.1e3721c5_1591653927068_0.977681734129592"},"_hasShrinkwrap":false,"publish_time":1591653927454,"_cnpm_publish_time":1591653927454,"contributors":[]},"0.6.4-canary.59d45d6e":{"name":"@firebase/database","version":"0.6.4-canary.59d45d6e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.59d45d6e","@firebase/logger":"0.2.5-canary.59d45d6e","@firebase/util":"0.2.48-canary.59d45d6e","@firebase/component":"0.1.13-canary.59d45d6e","@firebase/auth-interop-types":"0.1.5-canary.59d45d6e","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.59d45d6e","@firebase/app-types":"0.6.1-canary.59d45d6e","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.59d45d6e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b829892803b7ad46817b772ce6951eb3097325d4","size":1246428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.59d45d6e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.59d45d6e_1591645199772_0.3853485764233351"},"_hasShrinkwrap":false,"publish_time":1591645199928,"_cnpm_publish_time":1591645199928,"contributors":[]},"0.6.4-canary.68768d62":{"name":"@firebase/database","version":"0.6.4-canary.68768d62","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.68768d62","@firebase/logger":"0.2.5-canary.68768d62","@firebase/util":"0.2.48-canary.68768d62","@firebase/component":"0.1.13-canary.68768d62","@firebase/auth-interop-types":"0.1.5-canary.68768d62","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.68768d62","@firebase/app-types":"0.6.1-canary.68768d62","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.68768d62","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ccb9d86db82e191b35005853beae3073f66129da","size":1246433,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.68768d62.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.68768d62_1591639835305_0.6296412929078572"},"_hasShrinkwrap":false,"publish_time":1591639835519,"_cnpm_publish_time":1591639835519,"contributors":[]},"0.6.4-canary.b011da84":{"name":"@firebase/database","version":"0.6.4-canary.b011da84","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.b011da84","@firebase/logger":"0.2.5-canary.b011da84","@firebase/util":"0.2.48-canary.b011da84","@firebase/component":"0.1.13-canary.b011da84","@firebase/auth-interop-types":"0.1.5-canary.b011da84","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.b011da84","@firebase/app-types":"0.6.1-canary.b011da84","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.b011da84","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"0941993998d198693ac2ba519cbba84c5f39fca8","size":1246421,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.b011da84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.b011da84_1591636809738_0.00972985091605505"},"_hasShrinkwrap":false,"publish_time":1591636809908,"_cnpm_publish_time":1591636809908,"contributors":[]},"0.6.4-canary.6651efd3":{"name":"@firebase/database","version":"0.6.4-canary.6651efd3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.6651efd3","@firebase/logger":"0.2.5-canary.6651efd3","@firebase/util":"0.2.48-canary.6651efd3","@firebase/component":"0.1.13-canary.6651efd3","@firebase/auth-interop-types":"0.1.5-canary.6651efd3","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.6651efd3","@firebase/app-types":"0.6.1-canary.6651efd3","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.6651efd3","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"5c442ab222b94ee29ac3e9679508c2aee57b4008","size":1246426,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.6651efd3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.6651efd3_1591636695661_0.6459839892373427"},"_hasShrinkwrap":false,"publish_time":1591636695940,"_cnpm_publish_time":1591636695940,"contributors":[]},"0.6.4-canary.df36a245":{"name":"@firebase/database","version":"0.6.4-canary.df36a245","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.df36a245","@firebase/logger":"0.2.5-canary.df36a245","@firebase/util":"0.2.48-canary.df36a245","@firebase/component":"0.1.13-canary.df36a245","@firebase/auth-interop-types":"0.1.5-canary.df36a245","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.df36a245","@firebase/app-types":"0.6.1-canary.df36a245","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.df36a245","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"debc42a6655799be6e117cd964ccc1be50836cc1","size":1246428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.df36a245.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.df36a245_1591571059735_0.6300726837672059"},"_hasShrinkwrap":false,"publish_time":1591571059919,"_cnpm_publish_time":1591571059919,"contributors":[]},"0.6.4-canary.0fac7bdc":{"name":"@firebase/database","version":"0.6.4-canary.0fac7bdc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.0fac7bdc","@firebase/logger":"0.2.5-canary.0fac7bdc","@firebase/util":"0.2.48-canary.0fac7bdc","@firebase/component":"0.1.13-canary.0fac7bdc","@firebase/auth-interop-types":"0.1.5-canary.0fac7bdc","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.0fac7bdc","@firebase/app-types":"0.6.1-canary.0fac7bdc","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.0fac7bdc","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"99a47f46298e61fc5beeb11c45cc346600af0b44","size":1246424,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.0fac7bdc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.0fac7bdc_1591380860561_0.28101984917121414"},"_hasShrinkwrap":false,"publish_time":1591380860743,"_cnpm_publish_time":1591380860743,"contributors":[]},"0.6.4-canary.0abf211d":{"name":"@firebase/database","version":"0.6.4-canary.0abf211d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.0abf211d","@firebase/logger":"0.2.5-canary.0abf211d","@firebase/util":"0.2.48-canary.0abf211d","@firebase/component":"0.1.13-canary.0abf211d","@firebase/auth-interop-types":"0.1.5-canary.0abf211d","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.0abf211d","@firebase/app-types":"0.6.1-canary.0abf211d","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.0abf211d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"39a3e2607309f1d38410852a62470838a14274e8","size":1246425,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.0abf211d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.0abf211d_1591378049050_0.060681887725150485"},"_hasShrinkwrap":false,"publish_time":1591378049239,"_cnpm_publish_time":1591378049239,"contributors":[]},"0.6.4-canary.6cd5ed1d":{"name":"@firebase/database","version":"0.6.4-canary.6cd5ed1d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.6cd5ed1d","@firebase/logger":"0.2.5-canary.6cd5ed1d","@firebase/util":"0.2.48-canary.6cd5ed1d","@firebase/component":"0.1.13-canary.6cd5ed1d","@firebase/auth-interop-types":"0.1.5-canary.6cd5ed1d","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.6cd5ed1d","@firebase/app-types":"0.6.1-canary.6cd5ed1d","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.6cd5ed1d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8795e92cbb05db93cfac675f868debec459ca939","size":1246425,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.6cd5ed1d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.6cd5ed1d_1591377275398_0.7829092840784726"},"_hasShrinkwrap":false,"publish_time":1591377275519,"_cnpm_publish_time":1591377275519,"contributors":[]},"0.6.4-canary.5cf39ab8":{"name":"@firebase/database","version":"0.6.4-canary.5cf39ab8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.5cf39ab8","@firebase/logger":"0.2.5-canary.5cf39ab8","@firebase/util":"0.2.48-canary.5cf39ab8","@firebase/component":"0.1.13-canary.5cf39ab8","@firebase/auth-interop-types":"0.1.5-canary.5cf39ab8","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.5cf39ab8","@firebase/app-types":"0.6.1-canary.5cf39ab8","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.5cf39ab8","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"1398b7b91bd3688de5fdcce2419c365f0db5fc0b","size":1246429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.5cf39ab8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.5cf39ab8_1591336350502_0.40433953308379844"},"_hasShrinkwrap":false,"publish_time":1591336350824,"_cnpm_publish_time":1591336350824,"contributors":[]},"0.6.4-canary.27d42867":{"name":"@firebase/database","version":"0.6.4-canary.27d42867","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.27d42867","@firebase/logger":"0.2.5-canary.27d42867","@firebase/util":"0.2.48-canary.27d42867","@firebase/component":"0.1.13-canary.27d42867","@firebase/auth-interop-types":"0.1.5-canary.27d42867","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.27d42867","@firebase/app-types":"0.6.1-canary.27d42867","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.27d42867","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8e96d6e0fca7c71274ee2129ab7394840d34f346","size":1246432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.27d42867.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.27d42867_1591328965931_0.8429097435242727"},"_hasShrinkwrap":false,"publish_time":1591328966106,"_cnpm_publish_time":1591328966106,"contributors":[]},"0.6.4-canary.2c66c4e2":{"name":"@firebase/database","version":"0.6.4-canary.2c66c4e2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.2c66c4e2","@firebase/logger":"0.2.5-canary.2c66c4e2","@firebase/util":"0.2.48-canary.2c66c4e2","@firebase/component":"0.1.13-canary.2c66c4e2","@firebase/auth-interop-types":"0.1.5-canary.2c66c4e2","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.2c66c4e2","@firebase/app-types":"0.6.1-canary.2c66c4e2","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.2c66c4e2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"340b362eb98eadc14911ea592a5446ff8b1f3cc1","size":1246427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.2c66c4e2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.2c66c4e2_1591322007362_0.6978650487944928"},"_hasShrinkwrap":false,"publish_time":1591322007547,"_cnpm_publish_time":1591322007547,"contributors":[]},"0.6.4-canary.3af49b4b":{"name":"@firebase/database","version":"0.6.4-canary.3af49b4b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.3af49b4b","@firebase/logger":"0.2.5-canary.3af49b4b","@firebase/util":"0.2.48-canary.3af49b4b","@firebase/component":"0.1.13-canary.3af49b4b","@firebase/auth-interop-types":"0.1.5-canary.3af49b4b","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.3af49b4b","@firebase/app-types":"0.6.1-canary.3af49b4b","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.3af49b4b","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"f875b19d390db1a245b848999a8a9202b5f59cdc","size":1246429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.3af49b4b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.3af49b4b_1591319643578_0.7352020816330109"},"_hasShrinkwrap":false,"publish_time":1591319643702,"_cnpm_publish_time":1591319643702,"contributors":[]},"0.6.4-canary.239bea37":{"name":"@firebase/database","version":"0.6.4-canary.239bea37","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.239bea37","@firebase/logger":"0.2.5-canary.239bea37","@firebase/util":"0.2.48-canary.239bea37","@firebase/component":"0.1.13-canary.239bea37","@firebase/auth-interop-types":"0.1.5-canary.239bea37","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-canary.239bea37","@firebase/app-types":"0.6.1-canary.239bea37","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-canary.239bea37","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"24b69e7dd86f3e20b7757dbbe1589f5a630842f8","size":1246430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-canary.239bea37.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-canary.239bea37_1591317097597_0.4134633584435363"},"_hasShrinkwrap":false,"publish_time":1591317097802,"_cnpm_publish_time":1591317097802,"contributors":[]},"0.6.3-canary.94f3c34f":{"name":"@firebase/database","version":"0.6.3-canary.94f3c34f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.94f3c34f","@firebase/logger":"0.2.4-canary.94f3c34f","@firebase/util":"0.2.47-canary.94f3c34f","@firebase/component":"0.1.12-canary.94f3c34f","@firebase/auth-interop-types":"0.1.5-canary.94f3c34f","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.94f3c34f","@firebase/app-types":"0.6.1-canary.94f3c34f","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.94f3c34f","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"10286eed756cb49f1137ebe6af63241a71927d19","size":1246430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.94f3c34f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.94f3c34f_1591316528734_0.9214034116979284"},"_hasShrinkwrap":false,"publish_time":1591316528915,"_cnpm_publish_time":1591316528915,"contributors":[]},"0.6.3-canary.1b0230ec":{"name":"@firebase/database","version":"0.6.3-canary.1b0230ec","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.1b0230ec","@firebase/logger":"0.2.4-canary.1b0230ec","@firebase/util":"0.2.47-canary.1b0230ec","@firebase/component":"0.1.12-canary.1b0230ec","@firebase/auth-interop-types":"0.1.5-canary.1b0230ec","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.1b0230ec","@firebase/app-types":"0.6.1-canary.1b0230ec","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.1b0230ec","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"488a5c3ad72a4d95ec3bf6c85dcca9c6382f6871","size":1246427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.1b0230ec.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.1b0230ec_1591315106167_0.101588408777328"},"_hasShrinkwrap":false,"publish_time":1591315106317,"_cnpm_publish_time":1591315106317,"contributors":[]},"0.6.3-canary.3c61f243":{"name":"@firebase/database","version":"0.6.3-canary.3c61f243","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.3c61f243","@firebase/logger":"0.2.4-canary.3c61f243","@firebase/util":"0.2.47-canary.3c61f243","@firebase/component":"0.1.12-canary.3c61f243","@firebase/auth-interop-types":"0.1.5-canary.3c61f243","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.3c61f243","@firebase/app-types":"0.6.1-canary.3c61f243","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.3c61f243","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"699deb9c999d6561f8f553afb216855cf5bfc5d8","size":1246428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.3c61f243.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.3c61f243_1591313668750_0.009368627637973637"},"_hasShrinkwrap":false,"publish_time":1591313668870,"_cnpm_publish_time":1591313668870,"contributors":[]},"0.6.4":{"name":"@firebase/database","version":"0.6.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.5","@firebase/util":"0.2.48","@firebase/component":"0.1.13","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5","@firebase/app-types":"0.6.1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.6.4","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"00220a8d2e69e93ad22ae51620762b58c12eb044","size":1244058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4_1591313324692_0.21552207165783632"},"_hasShrinkwrap":false,"publish_time":1591313324885,"_cnpm_publish_time":1591313324885,"contributors":[]},"0.6.4-0":{"name":"@firebase/database","version":"0.6.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.5-0","@firebase/util":"0.2.48-0","@firebase/component":"0.1.13-0","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.5-0","@firebase/app-types":"0.6.1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.4-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"807dbebaa823327727608911ce31e55164ec6545","size":1244077,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.4-0_1591217511540_0.9321800321025482"},"_hasShrinkwrap":false,"publish_time":1591217511719,"_cnpm_publish_time":1591217511719,"contributors":[]},"0.6.3-canary.0395a1d2":{"name":"@firebase/database","version":"0.6.3-canary.0395a1d2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.0395a1d2","@firebase/logger":"0.2.4-canary.0395a1d2","@firebase/util":"0.2.47-canary.0395a1d2","@firebase/component":"0.1.12-canary.0395a1d2","@firebase/auth-interop-types":"0.1.5-canary.0395a1d2","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.0395a1d2","@firebase/app-types":"0.6.1-canary.0395a1d2","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.0395a1d2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"d72ef11f571ba7841dfb281ef19a4356a74dcbb6","size":1246431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.0395a1d2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.0395a1d2_1591216612685_0.7266950515630115"},"_hasShrinkwrap":false,"publish_time":1591216613044,"_cnpm_publish_time":1591216613044,"contributors":[]},"0.6.3-canary.c049186f":{"name":"@firebase/database","version":"0.6.3-canary.c049186f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.c049186f","@firebase/logger":"0.2.4-canary.c049186f","@firebase/util":"0.2.47-canary.c049186f","@firebase/component":"0.1.12-canary.c049186f","@firebase/auth-interop-types":"0.1.5-canary.c049186f","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.c049186f","@firebase/app-types":"0.6.1-canary.c049186f","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.c049186f","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8eb38432bce03bad493317a2e36c8bd429ffc893","size":1246432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.c049186f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.c049186f_1591215515678_0.047172700415297086"},"_hasShrinkwrap":false,"publish_time":1591215515892,"_cnpm_publish_time":1591215515892,"contributors":[]},"0.6.3-canary.0d6f14eb":{"name":"@firebase/database","version":"0.6.3-canary.0d6f14eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.0d6f14eb","@firebase/logger":"0.2.4-canary.0d6f14eb","@firebase/util":"0.2.47-canary.0d6f14eb","@firebase/component":"0.1.12-canary.0d6f14eb","@firebase/auth-interop-types":"0.1.5-canary.0d6f14eb","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.0d6f14eb","@firebase/app-types":"0.6.1-canary.0d6f14eb","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.0d6f14eb","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"f11a09232c38ff650c7c376e0c327113e0a1b804","size":1246426,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.0d6f14eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.0d6f14eb_1590696445066_0.6334941865554757"},"_hasShrinkwrap":false,"publish_time":1590696445239,"_cnpm_publish_time":1590696445239,"contributors":[]},"0.6.3-canary.7de1a7c1":{"name":"@firebase/database","version":"0.6.3-canary.7de1a7c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.7de1a7c1","@firebase/logger":"0.2.4-canary.7de1a7c1","@firebase/util":"0.2.47-canary.7de1a7c1","@firebase/component":"0.1.12-canary.7de1a7c1","@firebase/auth-interop-types":"0.1.5-canary.7de1a7c1","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.7de1a7c1","@firebase/app-types":"0.6.1-canary.7de1a7c1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.7de1a7c1","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"871b50b4708676b4c043c4bade4274ebb4dde73f","size":1246426,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.7de1a7c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.7de1a7c1_1590693556296_0.6969878675111578"},"_hasShrinkwrap":false,"publish_time":1590693556430,"_cnpm_publish_time":1590693556430,"contributors":[]},"0.6.3-canary.ec1471cf":{"name":"@firebase/database","version":"0.6.3-canary.ec1471cf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.ec1471cf","@firebase/logger":"0.2.4-canary.ec1471cf","@firebase/util":"0.2.47-canary.ec1471cf","@firebase/component":"0.1.12-canary.ec1471cf","@firebase/auth-interop-types":"0.1.5-canary.ec1471cf","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.ec1471cf","@firebase/app-types":"0.6.1-canary.ec1471cf","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.ec1471cf","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c3e40872640212fef7726c693c63f595311010d8","size":1246426,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.ec1471cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.ec1471cf_1590688299784_0.41734789381084036"},"_hasShrinkwrap":false,"publish_time":1590688299944,"_cnpm_publish_time":1590688299944,"contributors":[]},"0.6.3-canary.963fd1fa":{"name":"@firebase/database","version":"0.6.3-canary.963fd1fa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.963fd1fa","@firebase/logger":"0.2.4-canary.963fd1fa","@firebase/util":"0.2.47-canary.963fd1fa","@firebase/component":"0.1.12-canary.963fd1fa","@firebase/auth-interop-types":"0.1.5-canary.963fd1fa","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.963fd1fa","@firebase/app-types":"0.6.1-canary.963fd1fa","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.963fd1fa","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"3ac1f2425893f7f7d5a4f2d534fd3f38cc275241","size":1246428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.963fd1fa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.963fd1fa_1590688188289_0.5176745839012138"},"_hasShrinkwrap":false,"publish_time":1590688188498,"_cnpm_publish_time":1590688188498,"contributors":[]},"0.6.3-canary.b41d0ae1":{"name":"@firebase/database","version":"0.6.3-canary.b41d0ae1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.b41d0ae1","@firebase/logger":"0.2.4-canary.b41d0ae1","@firebase/util":"0.2.47-canary.b41d0ae1","@firebase/component":"0.1.12-canary.b41d0ae1","@firebase/auth-interop-types":"0.1.5-canary.b41d0ae1","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.b41d0ae1","@firebase/app-types":"0.6.1-canary.b41d0ae1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.b41d0ae1","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"aa97f47a4c7f02df533e57d5dc96cc872935f78b","size":1246425,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.b41d0ae1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.b41d0ae1_1590687828448_0.4191025988478494"},"_hasShrinkwrap":false,"publish_time":1590687828654,"_cnpm_publish_time":1590687828654,"contributors":[]},"0.6.3-canary.67adfb2c":{"name":"@firebase/database","version":"0.6.3-canary.67adfb2c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.67adfb2c","@firebase/logger":"0.2.4-canary.67adfb2c","@firebase/util":"0.2.47-canary.67adfb2c","@firebase/component":"0.1.12-canary.67adfb2c","@firebase/auth-interop-types":"0.1.5-canary.67adfb2c","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.67adfb2c","@firebase/app-types":"0.6.1-canary.67adfb2c","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.67adfb2c","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"45e895a1551a2d03da12631c3703f8fe8c58dbb8","size":1246427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.67adfb2c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.67adfb2c_1590617134617_0.36587493781764135"},"_hasShrinkwrap":false,"publish_time":1590617134828,"_cnpm_publish_time":1590617134828,"contributors":[]},"0.6.3-canary.24c1ee90":{"name":"@firebase/database","version":"0.6.3-canary.24c1ee90","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.24c1ee90","@firebase/logger":"0.2.4-canary.24c1ee90","@firebase/util":"0.2.47-canary.24c1ee90","@firebase/component":"0.1.12-canary.24c1ee90","@firebase/auth-interop-types":"0.1.5-canary.24c1ee90","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.24c1ee90","@firebase/app-types":"0.6.1-canary.24c1ee90","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.24c1ee90","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"15d0d2c6008f314ea8dbbeaf92d53acb5832759d","size":1246427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.24c1ee90.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.24c1ee90_1590614765784_0.9288261489841281"},"_hasShrinkwrap":false,"publish_time":1590614765948,"_cnpm_publish_time":1590614765948,"contributors":[]},"0.6.3-canary.ef5fb1b9":{"name":"@firebase/database","version":"0.6.3-canary.ef5fb1b9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.ef5fb1b9","@firebase/logger":"0.2.4-canary.ef5fb1b9","@firebase/util":"0.2.47-canary.ef5fb1b9","@firebase/component":"0.1.12-canary.ef5fb1b9","@firebase/auth-interop-types":"0.1.5-canary.ef5fb1b9","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.ef5fb1b9","@firebase/app-types":"0.6.1-canary.ef5fb1b9","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.ef5fb1b9","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"f40d9eb7a0b2399e03554687293d3bec163e07da","size":1246428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.ef5fb1b9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.ef5fb1b9_1590609174582_0.5860520650779948"},"_hasShrinkwrap":false,"publish_time":1590609174785,"_cnpm_publish_time":1590609174785,"contributors":[]},"0.6.3-canary.230cd489":{"name":"@firebase/database","version":"0.6.3-canary.230cd489","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-canary.230cd489","@firebase/logger":"0.2.4-canary.230cd489","@firebase/util":"0.2.47-canary.230cd489","@firebase/component":"0.1.12-canary.230cd489","@firebase/auth-interop-types":"0.1.5-canary.230cd489","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-canary.230cd489","@firebase/app-types":"0.6.1-canary.230cd489","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-canary.230cd489","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ff7a2c7658fdebc032ab95a09b35c68b9d9db3ef","size":1246432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-canary.230cd489.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-canary.230cd489_1590530038236_0.8506015597406071"},"_hasShrinkwrap":false,"publish_time":1590530038496,"_cnpm_publish_time":1590530038496,"contributors":[]},"0.6.2-canary.ea2fcf55":{"name":"@firebase/database","version":"0.6.2-canary.ea2fcf55","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.ea2fcf55","@firebase/logger":"0.2.3-canary.ea2fcf55","@firebase/util":"0.2.46-canary.ea2fcf55","@firebase/component":"0.1.11-canary.ea2fcf55","@firebase/auth-interop-types":"0.1.4-canary.ea2fcf55","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.ea2fcf55","@firebase/app-types":"0.6.0-canary.ea2fcf55","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.ea2fcf55","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b83a6ebc31ab72cd58def5a15c9a911dfc2249c4","size":1246426,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.ea2fcf55.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.ea2fcf55_1590529262998_0.9790781387612018"},"_hasShrinkwrap":false,"publish_time":1590529263200,"_cnpm_publish_time":1590529263200,"contributors":[]},"0.6.2-canary.5ffa43b5":{"name":"@firebase/database","version":"0.6.2-canary.5ffa43b5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.5ffa43b5","@firebase/logger":"0.2.3-canary.5ffa43b5","@firebase/util":"0.2.46-canary.5ffa43b5","@firebase/component":"0.1.11-canary.5ffa43b5","@firebase/auth-interop-types":"0.1.4-canary.5ffa43b5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.5ffa43b5","@firebase/app-types":"0.6.0-canary.5ffa43b5","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.5ffa43b5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"fdde9b359a7666b8ca995d8491bd9f8545a4d1d3","size":1246429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.5ffa43b5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.5ffa43b5_1590514359992_0.048354028360203305"},"_hasShrinkwrap":false,"publish_time":1590514360221,"_cnpm_publish_time":1590514360221,"contributors":[]},"0.6.2-canary.4e86d019":{"name":"@firebase/database","version":"0.6.2-canary.4e86d019","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.4e86d019","@firebase/logger":"0.2.3-canary.4e86d019","@firebase/util":"0.2.46-canary.4e86d019","@firebase/component":"0.1.11-canary.4e86d019","@firebase/auth-interop-types":"0.1.4-canary.4e86d019","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.4e86d019","@firebase/app-types":"0.6.0-canary.4e86d019","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.4e86d019","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"853992630ce6bf8c3bae6d1de7d4b8505d2f7217","size":1246431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.4e86d019.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.4e86d019_1590107302064_0.6462771152218156"},"_hasShrinkwrap":false,"publish_time":1590107302359,"_cnpm_publish_time":1590107302359,"contributors":[]},"0.6.3":{"name":"@firebase/database","version":"0.6.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1","@firebase/logger":"0.2.4","@firebase/util":"0.2.47","@firebase/component":"0.1.12","@firebase/auth-interop-types":"0.1.5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4","@firebase/app-types":"0.6.1","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.6.3","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d85471938a0a9d9169f1f37f8f9d2dec7ef32f8b","size":1244060,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3_1590096024865_0.12593931789982116"},"_hasShrinkwrap":false,"publish_time":1590096025042,"_cnpm_publish_time":1590096025042,"contributors":[]},"0.6.2-canary.babdcfdd":{"name":"@firebase/database","version":"0.6.2-canary.babdcfdd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.babdcfdd","@firebase/logger":"0.2.3-canary.babdcfdd","@firebase/util":"0.2.46-canary.babdcfdd","@firebase/component":"0.1.11-canary.babdcfdd","@firebase/auth-interop-types":"0.1.4-canary.babdcfdd","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.babdcfdd","@firebase/app-types":"0.6.0-canary.babdcfdd","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.babdcfdd","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"dc596a63c9516495aa86715802aebad64204c717","size":1246423,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.babdcfdd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.babdcfdd_1590083429081_0.6537848979806855"},"_hasShrinkwrap":false,"publish_time":1590083429311,"_cnpm_publish_time":1590083429311,"contributors":[]},"0.6.2-canary.4a70e17f":{"name":"@firebase/database","version":"0.6.2-canary.4a70e17f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.4a70e17f","@firebase/logger":"0.2.3-canary.4a70e17f","@firebase/util":"0.2.46-canary.4a70e17f","@firebase/component":"0.1.11-canary.4a70e17f","@firebase/auth-interop-types":"0.1.4-canary.4a70e17f","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.4a70e17f","@firebase/app-types":"0.6.0-canary.4a70e17f","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.4a70e17f","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a7af9f7bd119a8a03412795113b12a1e3e60398e","size":1246428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.4a70e17f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.4a70e17f_1590006494536_0.7547509552160223"},"_hasShrinkwrap":false,"publish_time":1590006494703,"_cnpm_publish_time":1590006494703,"contributors":[]},"0.6.2-canary.76726387":{"name":"@firebase/database","version":"0.6.2-canary.76726387","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.76726387","@firebase/logger":"0.2.3-canary.76726387","@firebase/util":"0.2.46-canary.76726387","@firebase/component":"0.1.11-canary.76726387","@firebase/auth-interop-types":"0.1.4-canary.76726387","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.76726387","@firebase/app-types":"0.6.0-canary.76726387","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.76726387","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"f95f5e01b8bf638fc17d39acd30ea28fd645ade0","size":1246436,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.76726387.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.76726387_1589954966699_0.7711627146435496"},"_hasShrinkwrap":false,"publish_time":1589954967000,"_cnpm_publish_time":1589954967000,"contributors":[]},"0.6.2-canary.75ff9b29":{"name":"@firebase/database","version":"0.6.2-canary.75ff9b29","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.75ff9b29","@firebase/logger":"0.2.3-canary.75ff9b29","@firebase/util":"0.2.46-canary.75ff9b29","@firebase/component":"0.1.11-canary.75ff9b29","@firebase/auth-interop-types":"0.1.4-canary.75ff9b29","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.75ff9b29","@firebase/app-types":"0.6.0-canary.75ff9b29","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.75ff9b29","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a914d4d43b98696d5c4b72140af299ff62f95c99","size":1246433,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.75ff9b29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.75ff9b29_1589931889734_0.013200497842809078"},"_hasShrinkwrap":false,"publish_time":1589931889937,"_cnpm_publish_time":1589931889937,"contributors":[]},"0.6.3-0":{"name":"@firebase/database","version":"0.6.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.1-0","@firebase/logger":"0.2.4-0","@firebase/util":"0.2.47-0","@firebase/component":"0.1.12-0","@firebase/auth-interop-types":"0.1.5-0","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.4-0","@firebase/app-types":"0.6.1-0","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.3-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d166218b13f721d9ede9090a2c0c93e589431a0b","size":1244072,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.3-0_1589931146954_0.9162570727835397"},"_hasShrinkwrap":false,"publish_time":1589931147154,"_cnpm_publish_time":1589931147154,"contributors":[]},"0.6.2-canary.3de5763b":{"name":"@firebase/database","version":"0.6.2-canary.3de5763b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.3de5763b","@firebase/logger":"0.2.3-canary.3de5763b","@firebase/util":"0.2.46-canary.3de5763b","@firebase/component":"0.1.11-canary.3de5763b","@firebase/auth-interop-types":"0.1.4-canary.3de5763b","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.3de5763b","@firebase/app-types":"0.6.0-canary.3de5763b","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.3de5763b","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"0492e7a0c6e4eb228ab2e4c2e4201c020d63a4a2","size":1246431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.3de5763b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.3de5763b_1589829107967_0.5196285818879636"},"_hasShrinkwrap":false,"publish_time":1589829108112,"_cnpm_publish_time":1589829108112,"contributors":[]},"0.6.2-canary.fb900595":{"name":"@firebase/database","version":"0.6.2-canary.fb900595","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.fb900595","@firebase/logger":"0.2.3-canary.fb900595","@firebase/util":"0.2.46-canary.fb900595","@firebase/component":"0.1.11-canary.fb900595","@firebase/auth-interop-types":"0.1.4-canary.fb900595","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.fb900595","@firebase/app-types":"0.6.0-canary.fb900595","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.fb900595","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"3c7d0f4c82eddceeec420986ec62bf89bbd3dc73","size":1246434,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.fb900595.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.fb900595_1589824690956_0.9357559742505486"},"_hasShrinkwrap":false,"publish_time":1589824691148,"_cnpm_publish_time":1589824691148,"contributors":[]},"0.6.2-canary.ac215cf8":{"name":"@firebase/database","version":"0.6.2-canary.ac215cf8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.ac215cf8","@firebase/logger":"0.2.3-canary.ac215cf8","@firebase/util":"0.2.46-canary.ac215cf8","@firebase/component":"0.1.11-canary.ac215cf8","@firebase/auth-interop-types":"0.1.4-canary.ac215cf8","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.ac215cf8","@firebase/app-types":"0.6.0-canary.ac215cf8","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.ac215cf8","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"25c53687cbccc8132a6df1a7a5f78a1aaabac9de","size":1246427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.ac215cf8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.ac215cf8_1589581026881_0.2518195277156814"},"_hasShrinkwrap":false,"publish_time":1589581027214,"_cnpm_publish_time":1589581027214,"contributors":[]},"0.6.2-canary.94ee69a8":{"name":"@firebase/database","version":"0.6.2-canary.94ee69a8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.94ee69a8","@firebase/logger":"0.2.3-canary.94ee69a8","@firebase/util":"0.2.46-canary.94ee69a8","@firebase/component":"0.1.11-canary.94ee69a8","@firebase/auth-interop-types":"0.1.4-canary.94ee69a8","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.94ee69a8","@firebase/app-types":"0.6.0-canary.94ee69a8","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.94ee69a8","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"d80a3c3dbf03ec6787dada67aa378e9f7b2cd790","size":1246432,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.94ee69a8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.94ee69a8_1589493110262_0.11371769834812495"},"_hasShrinkwrap":false,"publish_time":1589493110568,"_cnpm_publish_time":1589493110568,"contributors":[]},"0.6.2-canary.ab2e73d6":{"name":"@firebase/database","version":"0.6.2-canary.ab2e73d6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.ab2e73d6","@firebase/logger":"0.2.3-canary.ab2e73d6","@firebase/util":"0.2.46-canary.ab2e73d6","@firebase/component":"0.1.11-canary.ab2e73d6","@firebase/auth-interop-types":"0.1.4-canary.ab2e73d6","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.ab2e73d6","@firebase/app-types":"0.6.0-canary.ab2e73d6","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.ab2e73d6","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ccdfacb08be980fd92031ff24b1c27f649334600","size":1246427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.ab2e73d6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.ab2e73d6_1589486824997_0.5093826090060523"},"_hasShrinkwrap":false,"publish_time":1589486825218,"_cnpm_publish_time":1589486825218,"contributors":[]},"0.6.2-canary.759b8775":{"name":"@firebase/database","version":"0.6.2-canary.759b8775","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.759b8775","@firebase/logger":"0.2.3-canary.759b8775","@firebase/util":"0.2.46-canary.759b8775","@firebase/component":"0.1.11-canary.759b8775","@firebase/auth-interop-types":"0.1.4-canary.759b8775","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.759b8775","@firebase/app-types":"0.6.0-canary.759b8775","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.759b8775","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"e30d7ce8b26a2576513f59c30782d0e0a3a5b333","size":1246888,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.759b8775.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.759b8775_1589479112841_0.7657967687757976"},"_hasShrinkwrap":false,"publish_time":1589479113043,"_cnpm_publish_time":1589479113043,"contributors":[]},"0.6.2-canary.f3f1b173":{"name":"@firebase/database","version":"0.6.2-canary.f3f1b173","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.f3f1b173","@firebase/logger":"0.2.3-canary.f3f1b173","@firebase/util":"0.2.46-canary.f3f1b173","@firebase/component":"0.1.11-canary.f3f1b173","@firebase/auth-interop-types":"0.1.4-canary.f3f1b173","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.f3f1b173","@firebase/app-types":"0.6.0-canary.f3f1b173","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.f3f1b173","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"63ab7e14ab21a88b66b630e88817de1ec550c8ca","size":1246879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.f3f1b173.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.f3f1b173_1589423850075_0.23436268715680608"},"_hasShrinkwrap":false,"publish_time":1589423850258,"_cnpm_publish_time":1589423850258,"contributors":[]},"0.6.2-canary.2261bcd0":{"name":"@firebase/database","version":"0.6.2-canary.2261bcd0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.2261bcd0","@firebase/logger":"0.2.3-canary.2261bcd0","@firebase/util":"0.2.46-canary.2261bcd0","@firebase/component":"0.1.11-canary.2261bcd0","@firebase/auth-interop-types":"0.1.4-canary.2261bcd0","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.2261bcd0","@firebase/app-types":"0.6.0-canary.2261bcd0","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.2261bcd0","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"aec9a4ada4bdac05986111fb13f44c41f657a887","size":1246879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.2261bcd0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.2261bcd0_1589412227821_0.9483898955642642"},"_hasShrinkwrap":false,"publish_time":1589412228315,"_cnpm_publish_time":1589412228315,"contributors":[]},"0.6.2-canary.20a094f5":{"name":"@firebase/database","version":"0.6.2-canary.20a094f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.20a094f5","@firebase/logger":"0.2.3-canary.20a094f5","@firebase/util":"0.2.46-canary.20a094f5","@firebase/component":"0.1.11-canary.20a094f5","@firebase/auth-interop-types":"0.1.4-canary.20a094f5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.20a094f5","@firebase/app-types":"0.6.0-canary.20a094f5","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.20a094f5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"6b5e6b48809cb7a23ba8a894191869899e114615","size":1246886,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.20a094f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.20a094f5_1589412187834_0.1750464626386461"},"_hasShrinkwrap":false,"publish_time":1589412187990,"_cnpm_publish_time":1589412187990,"contributors":[]},"0.6.2-canary.3960fda2":{"name":"@firebase/database","version":"0.6.2-canary.3960fda2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.3960fda2","@firebase/logger":"0.2.3-canary.3960fda2","@firebase/util":"0.2.46-canary.3960fda2","@firebase/component":"0.1.11-canary.3960fda2","@firebase/auth-interop-types":"0.1.4-canary.3960fda2","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.3960fda2","@firebase/app-types":"0.6.0-canary.3960fda2","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.3960fda2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"53c12382ced2a9595fa404120595d612126dc0e6","size":1246884,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.3960fda2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.3960fda2_1589409822575_0.9185769067783878"},"_hasShrinkwrap":false,"publish_time":1589409822748,"_cnpm_publish_time":1589409822748,"contributors":[]},"0.6.2-canary.8e2fd913":{"name":"@firebase/database","version":"0.6.2-canary.8e2fd913","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.8e2fd913","@firebase/logger":"0.2.3-canary.8e2fd913","@firebase/util":"0.2.46-canary.8e2fd913","@firebase/component":"0.1.11-canary.8e2fd913","@firebase/auth-interop-types":"0.1.4-canary.8e2fd913","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.8e2fd913","@firebase/app-types":"0.6.0-canary.8e2fd913","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.8e2fd913","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"616cc10d023e35e51cd841ffd689d65be38bd46a","size":1246882,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.8e2fd913.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.8e2fd913_1589409595413_0.7219897704579914"},"_hasShrinkwrap":false,"publish_time":1589409595586,"_cnpm_publish_time":1589409595586,"contributors":[]},"0.6.2-canary.54c7872d":{"name":"@firebase/database","version":"0.6.2-canary.54c7872d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.54c7872d","@firebase/logger":"0.2.3-canary.54c7872d","@firebase/util":"0.2.46-canary.54c7872d","@firebase/component":"0.1.11-canary.54c7872d","@firebase/auth-interop-types":"0.1.4-canary.54c7872d","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.54c7872d","@firebase/app-types":"0.6.0-canary.54c7872d","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.54c7872d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ad6366f1f642b2666c3125075e7f3cb70ead13ca","size":1246884,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.54c7872d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.54c7872d_1589401752674_0.584160328643162"},"_hasShrinkwrap":false,"publish_time":1589401752911,"_cnpm_publish_time":1589401752911,"contributors":[]},"0.6.2-canary.425dfb1c":{"name":"@firebase/database","version":"0.6.2-canary.425dfb1c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.425dfb1c","@firebase/logger":"0.2.3-canary.425dfb1c","@firebase/util":"0.2.46-canary.425dfb1c","@firebase/component":"0.1.11-canary.425dfb1c","@firebase/auth-interop-types":"0.1.4-canary.425dfb1c","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.425dfb1c","@firebase/app-types":"0.6.0-canary.425dfb1c","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.425dfb1c","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"08f52e7c03e039705292c26529130d361343cae7","size":1246882,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.425dfb1c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.425dfb1c_1589396830455_0.14864901720069024"},"_hasShrinkwrap":false,"publish_time":1589396830604,"_cnpm_publish_time":1589396830604,"contributors":[]},"0.6.2-canary.094074cc":{"name":"@firebase/database","version":"0.6.2-canary.094074cc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.094074cc","@firebase/logger":"0.2.3-canary.094074cc","@firebase/util":"0.2.46-canary.094074cc","@firebase/component":"0.1.11-canary.094074cc","@firebase/auth-interop-types":"0.1.4-canary.094074cc","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.094074cc","@firebase/app-types":"0.6.0-canary.094074cc","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.094074cc","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8a0b9bd2d408c6c7abc0b0dcf32d368991b35270","size":1246498,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.094074cc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.094074cc_1589333752970_0.3086620436476102"},"_hasShrinkwrap":false,"publish_time":1589333753112,"_cnpm_publish_time":1589333753112,"contributors":[]},"0.6.2-canary.74621b7e":{"name":"@firebase/database","version":"0.6.2-canary.74621b7e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.74621b7e","@firebase/logger":"0.2.3-canary.74621b7e","@firebase/util":"0.2.46-canary.74621b7e","@firebase/component":"0.1.11-canary.74621b7e","@firebase/auth-interop-types":"0.1.4-canary.74621b7e","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.74621b7e","@firebase/app-types":"0.6.0-canary.74621b7e","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.74621b7e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8ff2b39a5e0fe73ec5e362eb171b817e551dd907","size":1246496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.74621b7e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.74621b7e_1589264404163_0.12566609191691014"},"_hasShrinkwrap":false,"publish_time":1589264404383,"_cnpm_publish_time":1589264404383,"contributors":[]},"0.6.2-canary.a57dac5a":{"name":"@firebase/database","version":"0.6.2-canary.a57dac5a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.a57dac5a","@firebase/logger":"0.2.3-canary.a57dac5a","@firebase/util":"0.2.46-canary.a57dac5a","@firebase/component":"0.1.11-canary.a57dac5a","@firebase/auth-interop-types":"0.1.4-canary.a57dac5a","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-canary.a57dac5a","@firebase/app-types":"0.6.0-canary.a57dac5a","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-canary.a57dac5a","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a3d45d140619c142d1285517b227be5d26d775a6","size":1246492,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-canary.a57dac5a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-canary.a57dac5a_1588901992243_0.17590504323581113"},"_hasShrinkwrap":false,"publish_time":1588901992491,"_cnpm_publish_time":1588901992491,"contributors":[]},"0.6.1-canary.141a6161":{"name":"@firebase/database","version":"0.6.1-canary.141a6161","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.141a6161","@firebase/logger":"0.2.2-canary.141a6161","@firebase/util":"0.2.45-canary.141a6161","@firebase/component":"0.1.10-canary.141a6161","@firebase/auth-interop-types":"0.1.4-canary.141a6161","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.141a6161","@firebase/app-types":"0.6.0-canary.141a6161","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.141a6161","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"153996ca4629057c237adfb40688344a3302922f","size":1246494,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.141a6161.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.141a6161_1588901251876_0.9828948651611882"},"_hasShrinkwrap":false,"publish_time":1588901252075,"_cnpm_publish_time":1588901252075,"contributors":[]},"0.6.2":{"name":"@firebase/database","version":"0.6.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0","@firebase/logger":"0.2.3","@firebase/util":"0.2.46","@firebase/component":"0.1.11","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3","@firebase/app-types":"0.6.0","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.6.2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d8ef8134d2ce71d5af2a948f8d2fd1ae36a48a12","size":1244147,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2_1588896339855_0.26057562381525257"},"_hasShrinkwrap":false,"publish_time":1588896340049,"_cnpm_publish_time":1588896340049,"contributors":[]},"0.6.2-0":{"name":"@firebase/database","version":"0.6.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0","@firebase/logger":"0.2.3-0","@firebase/util":"0.2.46-0","@firebase/component":"0.1.11-0","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.3-0","@firebase/app-types":"0.6.0","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.2-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"50a9845ef0dcf22aa3c66ab9599e66c2536840e0","size":1244164,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.2-0_1588889979138_0.8245480915681904"},"_hasShrinkwrap":false,"publish_time":1588889979293,"_cnpm_publish_time":1588889979293,"contributors":[]},"0.6.1-canary.f9c6ddec":{"name":"@firebase/database","version":"0.6.1-canary.f9c6ddec","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.f9c6ddec","@firebase/logger":"0.2.2-canary.f9c6ddec","@firebase/util":"0.2.45-canary.f9c6ddec","@firebase/component":"0.1.10-canary.f9c6ddec","@firebase/auth-interop-types":"0.1.4-canary.f9c6ddec","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.f9c6ddec","@firebase/app-types":"0.6.0-canary.f9c6ddec","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.f9c6ddec","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"df3dd19ca707d5756da1934fff8abc1367a6fce2","size":1246492,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.f9c6ddec.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.f9c6ddec_1588888352862_0.021592397997731272"},"_hasShrinkwrap":false,"publish_time":1588888353081,"_cnpm_publish_time":1588888353081,"contributors":[]},"0.6.1-canary.631a0ec5":{"name":"@firebase/database","version":"0.6.1-canary.631a0ec5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.631a0ec5","@firebase/logger":"0.2.2-canary.631a0ec5","@firebase/util":"0.2.45-canary.631a0ec5","@firebase/component":"0.1.10-canary.631a0ec5","@firebase/auth-interop-types":"0.1.4-canary.631a0ec5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.631a0ec5","@firebase/app-types":"0.6.0-canary.631a0ec5","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.631a0ec5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"2175a7b97b355a8969ef6ce5b1c130e60487ea23","size":1246493,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.631a0ec5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.631a0ec5_1588875548371_0.6402294050108246"},"_hasShrinkwrap":false,"publish_time":1588875548589,"_cnpm_publish_time":1588875548589,"contributors":[]},"0.6.1-canary.8143c836":{"name":"@firebase/database","version":"0.6.1-canary.8143c836","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.8143c836","@firebase/logger":"0.2.2-canary.8143c836","@firebase/util":"0.2.45-canary.8143c836","@firebase/component":"0.1.10-canary.8143c836","@firebase/auth-interop-types":"0.1.4-canary.8143c836","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.8143c836","@firebase/app-types":"0.6.0-canary.8143c836","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.8143c836","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a38c02d616306ec57625a72dd181f6442e612934","size":1246496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.8143c836.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.8143c836_1588808944274_0.2583421964019472"},"_hasShrinkwrap":false,"publish_time":1588808944474,"_cnpm_publish_time":1588808944474,"contributors":[]},"0.6.1-canary.575b3fe8":{"name":"@firebase/database","version":"0.6.1-canary.575b3fe8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.575b3fe8","@firebase/logger":"0.2.2-canary.575b3fe8","@firebase/util":"0.2.45-canary.575b3fe8","@firebase/component":"0.1.10-canary.575b3fe8","@firebase/auth-interop-types":"0.1.4-canary.575b3fe8","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.575b3fe8","@firebase/app-types":"0.6.0-canary.575b3fe8","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.575b3fe8","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"7f696895e3f37a9ba18ca3f333bcf82f2131d198","size":1246497,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.575b3fe8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.575b3fe8_1588783807815_0.03194429819032152"},"_hasShrinkwrap":false,"publish_time":1588783807999,"_cnpm_publish_time":1588783807999,"contributors":[]},"0.6.1-canary.e67affba":{"name":"@firebase/database","version":"0.6.1-canary.e67affba","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.e67affba","@firebase/logger":"0.2.2-canary.e67affba","@firebase/util":"0.2.45-canary.e67affba","@firebase/component":"0.1.10-canary.e67affba","@firebase/auth-interop-types":"0.1.4-canary.e67affba","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.e67affba","@firebase/app-types":"0.6.0-canary.e67affba","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.e67affba","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"e0b88e4583d17908861a9111c60c866afd5b8095","size":1246490,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.e67affba.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.e67affba_1588783609800_0.8223458666596679"},"_hasShrinkwrap":false,"publish_time":1588783609983,"_cnpm_publish_time":1588783609983,"contributors":[]},"0.6.1-canary.88778032":{"name":"@firebase/database","version":"0.6.1-canary.88778032","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.88778032","@firebase/logger":"0.2.2-canary.88778032","@firebase/util":"0.2.45-canary.88778032","@firebase/component":"0.1.10-canary.88778032","@firebase/auth-interop-types":"0.1.4-canary.88778032","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.88778032","@firebase/app-types":"0.6.0-canary.88778032","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.88778032","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"0e510ee2c86cfc3d3dbd12d0892a6cc37db64ff7","size":1246500,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.88778032.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.88778032_1588743631309_0.3246911467017628"},"_hasShrinkwrap":false,"publish_time":1588743631473,"_cnpm_publish_time":1588743631473,"contributors":[]},"0.6.1-canary.fd12d771":{"name":"@firebase/database","version":"0.6.1-canary.fd12d771","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.fd12d771","@firebase/logger":"0.2.2-canary.fd12d771","@firebase/util":"0.2.45-canary.fd12d771","@firebase/component":"0.1.10-canary.fd12d771","@firebase/auth-interop-types":"0.1.4-canary.fd12d771","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.fd12d771","@firebase/app-types":"0.6.0-canary.fd12d771","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.fd12d771","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"14038f208980267b39ff5ce40536ca7a36ba05cc","size":1246494,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.fd12d771.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.fd12d771_1588722336504_0.13241135610074628"},"_hasShrinkwrap":false,"publish_time":1588722336686,"_cnpm_publish_time":1588722336686,"contributors":[]},"0.6.1-canary.76ba2ea3":{"name":"@firebase/database","version":"0.6.1-canary.76ba2ea3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.76ba2ea3","@firebase/logger":"0.2.2-canary.76ba2ea3","@firebase/util":"0.2.45-canary.76ba2ea3","@firebase/component":"0.1.10-canary.76ba2ea3","@firebase/auth-interop-types":"0.1.4-canary.76ba2ea3","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.76ba2ea3","@firebase/app-types":"0.6.0-canary.76ba2ea3","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.76ba2ea3","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8a561bc781f112fed3b74cac8954d287b1814d27","size":1246491,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.76ba2ea3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.76ba2ea3_1588712314252_0.3166657752829998"},"_hasShrinkwrap":false,"publish_time":1588712314470,"_cnpm_publish_time":1588712314470,"contributors":[]},"0.6.1-canary.3ccd70a6":{"name":"@firebase/database","version":"0.6.1-canary.3ccd70a6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.3ccd70a6","@firebase/logger":"0.2.2-canary.3ccd70a6","@firebase/util":"0.2.45-canary.3ccd70a6","@firebase/component":"0.1.10-canary.3ccd70a6","@firebase/auth-interop-types":"0.1.4-canary.3ccd70a6","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.3ccd70a6","@firebase/app-types":"0.6.0-canary.3ccd70a6","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.3ccd70a6","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"f7493820012f0118df365307718baec0d4667c1b","size":1246492,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.3ccd70a6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.3ccd70a6_1588706849240_0.22831711538786537"},"_hasShrinkwrap":false,"publish_time":1588706849408,"_cnpm_publish_time":1588706849408,"contributors":[]},"0.6.1-canary.da3582bb":{"name":"@firebase/database","version":"0.6.1-canary.da3582bb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.da3582bb","@firebase/logger":"0.2.2-canary.da3582bb","@firebase/util":"0.2.45-canary.da3582bb","@firebase/component":"0.1.10-canary.da3582bb","@firebase/auth-interop-types":"0.1.4-canary.da3582bb","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.da3582bb","@firebase/app-types":"0.6.0-canary.da3582bb","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.da3582bb","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8abf117d9267a92c35c04fbb1f2bb7c9106a1249","size":1246494,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.da3582bb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.da3582bb_1588636244812_0.5697955081279744"},"_hasShrinkwrap":false,"publish_time":1588636245022,"_cnpm_publish_time":1588636245022,"contributors":[]},"0.6.1-canary.39013c9e":{"name":"@firebase/database","version":"0.6.1-canary.39013c9e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.39013c9e","@firebase/logger":"0.2.2-canary.39013c9e","@firebase/util":"0.2.45-canary.39013c9e","@firebase/component":"0.1.10-canary.39013c9e","@firebase/auth-interop-types":"0.1.4-canary.39013c9e","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.39013c9e","@firebase/app-types":"0.6.0-canary.39013c9e","rollup":"2.7.6","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.39013c9e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a9137d4d40fcb9d9758624ab9dba5bf6426a9907","size":1246495,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.39013c9e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.39013c9e_1588635697530_0.3537861499265227"},"_hasShrinkwrap":false,"publish_time":1588635697761,"_cnpm_publish_time":1588635697761,"contributors":[]},"0.6.1-canary.df44d12e":{"name":"@firebase/database","version":"0.6.1-canary.df44d12e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.df44d12e","@firebase/logger":"0.2.2-canary.df44d12e","@firebase/util":"0.2.45-canary.df44d12e","@firebase/component":"0.1.10-canary.df44d12e","@firebase/auth-interop-types":"0.1.4-canary.df44d12e","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.df44d12e","@firebase/app-types":"0.6.0-canary.df44d12e","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.df44d12e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"422c1100c1d67c019d680dc7bc408cb8f54f74fb","size":1246488,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.df44d12e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.df44d12e_1588613006184_0.35406493797205685"},"_hasShrinkwrap":false,"publish_time":1588613006365,"_cnpm_publish_time":1588613006365,"contributors":[]},"0.6.1-canary.96cd91dd":{"name":"@firebase/database","version":"0.6.1-canary.96cd91dd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.96cd91dd","@firebase/logger":"0.2.2-canary.96cd91dd","@firebase/util":"0.2.45-canary.96cd91dd","@firebase/component":"0.1.10-canary.96cd91dd","@firebase/auth-interop-types":"0.1.4-canary.96cd91dd","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.96cd91dd","@firebase/app-types":"0.6.0-canary.96cd91dd","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.96cd91dd","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"256d6690662597cdd5b3d6e4d51dc8f81f3bf5eb","size":1246494,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.96cd91dd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.96cd91dd_1588375942726_0.6018499101512378"},"_hasShrinkwrap":false,"publish_time":1588375942892,"_cnpm_publish_time":1588375942892,"contributors":[]},"0.6.1-canary.ba5a37ce":{"name":"@firebase/database","version":"0.6.1-canary.ba5a37ce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.ba5a37ce","@firebase/logger":"0.2.2-canary.ba5a37ce","@firebase/util":"0.2.45-canary.ba5a37ce","@firebase/component":"0.1.10-canary.ba5a37ce","@firebase/auth-interop-types":"0.1.4-canary.ba5a37ce","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.ba5a37ce","@firebase/app-types":"0.6.0-canary.ba5a37ce","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.ba5a37ce","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"e1d03c669915ab634afbc21419ef7971a52d8186","size":1246488,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.ba5a37ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.ba5a37ce_1588373733518_0.13091897676283315"},"_hasShrinkwrap":false,"publish_time":1588373733701,"_cnpm_publish_time":1588373733701,"contributors":[]},"0.6.1-canary.ff533874":{"name":"@firebase/database","version":"0.6.1-canary.ff533874","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.ff533874","@firebase/logger":"0.2.2-canary.ff533874","@firebase/util":"0.2.45-canary.ff533874","@firebase/component":"0.1.10-canary.ff533874","@firebase/auth-interop-types":"0.1.4-canary.ff533874","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.ff533874","@firebase/app-types":"0.6.0-canary.ff533874","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.ff533874","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"5d0306f295109dec52f547aed41029d60da8cfc7","size":1246496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.ff533874.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.ff533874_1588365355264_0.46416438905625657"},"_hasShrinkwrap":false,"publish_time":1588365355472,"_cnpm_publish_time":1588365355472,"contributors":[]},"0.6.1-canary.e03614c7":{"name":"@firebase/database","version":"0.6.1-canary.e03614c7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.e03614c7","@firebase/logger":"0.2.2-canary.e03614c7","@firebase/util":"0.2.45-canary.e03614c7","@firebase/component":"0.1.10-canary.e03614c7","@firebase/auth-interop-types":"0.1.4-canary.e03614c7","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.e03614c7","@firebase/app-types":"0.6.0-canary.e03614c7","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.e03614c7","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c6c12181fa54b35696f5536237d0c3d011e8c5df","size":1246493,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.e03614c7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.e03614c7_1588298314982_0.3096527660846482"},"_hasShrinkwrap":false,"publish_time":1588298315154,"_cnpm_publish_time":1588298315154,"contributors":[]},"0.6.1-canary.a6e9d5b4":{"name":"@firebase/database","version":"0.6.1-canary.a6e9d5b4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.a6e9d5b4","@firebase/logger":"0.2.2-canary.a6e9d5b4","@firebase/util":"0.2.45-canary.a6e9d5b4","@firebase/component":"0.1.10-canary.a6e9d5b4","@firebase/auth-interop-types":"0.1.4-canary.a6e9d5b4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.a6e9d5b4","@firebase/app-types":"0.6.0-canary.a6e9d5b4","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.a6e9d5b4","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"1fc7886ef37d2ddc8da8f2522d733fe3e12da41e","size":1246493,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.a6e9d5b4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.a6e9d5b4_1588197428255_0.778245284028324"},"_hasShrinkwrap":false,"publish_time":1588197428473,"_cnpm_publish_time":1588197428473,"contributors":[]},"0.6.1-canary.04d4f972":{"name":"@firebase/database","version":"0.6.1-canary.04d4f972","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.04d4f972","@firebase/logger":"0.2.2-canary.04d4f972","@firebase/util":"0.2.45-canary.04d4f972","@firebase/component":"0.1.10-canary.04d4f972","@firebase/auth-interop-types":"0.1.4-canary.04d4f972","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.04d4f972","@firebase/app-types":"0.6.0-canary.04d4f972","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.04d4f972","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"d640eba0cb705f2908f70ccb373035e8f603d701","size":1246496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.04d4f972.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.04d4f972_1588016931411_0.15683475698511073"},"_hasShrinkwrap":false,"publish_time":1588016932628,"_cnpm_publish_time":1588016932628,"contributors":[]},"0.6.1-canary.ccb9bf9d":{"name":"@firebase/database","version":"0.6.1-canary.ccb9bf9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.ccb9bf9d","@firebase/logger":"0.2.2-canary.ccb9bf9d","@firebase/util":"0.2.45-canary.ccb9bf9d","@firebase/component":"0.1.10-canary.ccb9bf9d","@firebase/auth-interop-types":"0.1.4-canary.ccb9bf9d","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.ccb9bf9d","@firebase/app-types":"0.6.0-canary.ccb9bf9d","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.ccb9bf9d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"579eac0d8baeb3d35e51fbdf3f66862410793ae5","size":1246474,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.ccb9bf9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.ccb9bf9d_1588009846380_0.4062224919418569"},"_hasShrinkwrap":false,"publish_time":1588009846569,"_cnpm_publish_time":1588009846569,"contributors":[]},"0.6.1-canary.be5bb4b2":{"name":"@firebase/database","version":"0.6.1-canary.be5bb4b2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.be5bb4b2","@firebase/logger":"0.2.2-canary.be5bb4b2","@firebase/util":"0.2.45-canary.be5bb4b2","@firebase/component":"0.1.10-canary.be5bb4b2","@firebase/auth-interop-types":"0.1.4-canary.be5bb4b2","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.be5bb4b2","@firebase/app-types":"0.6.0-canary.be5bb4b2","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.be5bb4b2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"17cab376bb2669b81d9a41d2b010faf5e8ec3741","size":1246468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.be5bb4b2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.be5bb4b2_1588007509734_0.7829797974949788"},"_hasShrinkwrap":false,"publish_time":1588007509916,"_cnpm_publish_time":1588007509916,"contributors":[]},"0.6.1-canary.8c369580":{"name":"@firebase/database","version":"0.6.1-canary.8c369580","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.8c369580","@firebase/logger":"0.2.2-canary.8c369580","@firebase/util":"0.2.45-canary.8c369580","@firebase/component":"0.1.10-canary.8c369580","@firebase/auth-interop-types":"0.1.4-canary.8c369580","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.8c369580","@firebase/app-types":"0.6.0-canary.8c369580","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.8c369580","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ac0611dd4c007c422089ee0008775082031fedc6","size":1246478,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.8c369580.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.8c369580_1587770221847_0.9058877531530702"},"_hasShrinkwrap":false,"publish_time":1587770222053,"_cnpm_publish_time":1587770222053,"contributors":[]},"0.6.1-canary.d92d67b2":{"name":"@firebase/database","version":"0.6.1-canary.d92d67b2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.d92d67b2","@firebase/logger":"0.2.2-canary.d92d67b2","@firebase/util":"0.2.45-canary.d92d67b2","@firebase/component":"0.1.10-canary.d92d67b2","@firebase/auth-interop-types":"0.1.4-canary.d92d67b2","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.d92d67b2","@firebase/app-types":"0.6.0-canary.d92d67b2","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.d92d67b2","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"7bb7f3a8a82db97e758a71aa24d00b9b26340595","size":1246476,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.d92d67b2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.d92d67b2_1587754427016_0.03321090808086158"},"_hasShrinkwrap":false,"publish_time":1587754427251,"_cnpm_publish_time":1587754427251,"contributors":[]},"0.6.1-canary.74870c7a":{"name":"@firebase/database","version":"0.6.1-canary.74870c7a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.74870c7a","@firebase/logger":"0.2.2-canary.74870c7a","@firebase/util":"0.2.45-canary.74870c7a","@firebase/component":"0.1.10-canary.74870c7a","@firebase/auth-interop-types":"0.1.4-canary.74870c7a","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.74870c7a","@firebase/app-types":"0.6.0-canary.74870c7a","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.74870c7a","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ea6ccfcdc65fcda608e2fde4a34263df27ab07ac","size":1246472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.74870c7a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.74870c7a_1587688228545_0.4420052314165235"},"_hasShrinkwrap":false,"publish_time":1587688228684,"_cnpm_publish_time":1587688228684,"contributors":[]},"0.6.1-canary.5d25a623":{"name":"@firebase/database","version":"0.6.1-canary.5d25a623","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.5d25a623","@firebase/logger":"0.2.2-canary.5d25a623","@firebase/util":"0.2.45-canary.5d25a623","@firebase/component":"0.1.10-canary.5d25a623","@firebase/auth-interop-types":"0.1.4-canary.5d25a623","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.5d25a623","@firebase/app-types":"0.6.0-canary.5d25a623","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.5d25a623","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c0fd89333a85f5b7b8d2e66b4602bc5f3785541f","size":1246471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.5d25a623.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.5d25a623_1587686943664_0.19385155275894084"},"_hasShrinkwrap":false,"publish_time":1587686943858,"_cnpm_publish_time":1587686943858,"contributors":[]},"0.6.1-canary.fe4971f1":{"name":"@firebase/database","version":"0.6.1-canary.fe4971f1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.fe4971f1","@firebase/logger":"0.2.2-canary.fe4971f1","@firebase/util":"0.2.45-canary.fe4971f1","@firebase/component":"0.1.10-canary.fe4971f1","@firebase/auth-interop-types":"0.1.4-canary.fe4971f1","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.fe4971f1","@firebase/app-types":"0.6.0-canary.fe4971f1","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.fe4971f1","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b12ba2648cc6a3151e7e48bfc7bbe2e21a5943a6","size":1246471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.fe4971f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.fe4971f1_1587681362252_0.5186511892880508"},"_hasShrinkwrap":false,"publish_time":1587681362452,"_cnpm_publish_time":1587681362452,"contributors":[]},"0.6.1-canary.1ae13d1f":{"name":"@firebase/database","version":"0.6.1-canary.1ae13d1f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.1ae13d1f","@firebase/logger":"0.2.2-canary.1ae13d1f","@firebase/util":"0.2.45-canary.1ae13d1f","@firebase/component":"0.1.10-canary.1ae13d1f","@firebase/auth-interop-types":"0.1.4-canary.1ae13d1f","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.1ae13d1f","@firebase/app-types":"0.6.0-canary.1ae13d1f","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.1ae13d1f","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"97cabcf907f73a494c3f4bbd5d5b541e74ea5741","size":1246466,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.1ae13d1f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.1ae13d1f_1587666704640_0.3182222825973795"},"_hasShrinkwrap":false,"publish_time":1587666704836,"_cnpm_publish_time":1587666704836,"contributors":[]},"0.6.1-canary.4ad57332":{"name":"@firebase/database","version":"0.6.1-canary.4ad57332","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.4ad57332","@firebase/logger":"0.2.2-canary.4ad57332","@firebase/util":"0.2.45-canary.4ad57332","@firebase/component":"0.1.10-canary.4ad57332","@firebase/auth-interop-types":"0.1.4-canary.4ad57332","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.4ad57332","@firebase/app-types":"0.6.0-canary.4ad57332","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.4ad57332","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"81f1fbe1233773c548e65be3e52d2c68adda59b0","size":1246472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.4ad57332.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.4ad57332_1587665010697_0.5673817158434702"},"_hasShrinkwrap":false,"publish_time":1587665010899,"_cnpm_publish_time":1587665010899,"contributors":[]},"0.6.1-canary.ce070106":{"name":"@firebase/database","version":"0.6.1-canary.ce070106","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.ce070106","@firebase/logger":"0.2.2-canary.ce070106","@firebase/util":"0.2.45-canary.ce070106","@firebase/component":"0.1.10-canary.ce070106","@firebase/auth-interop-types":"0.1.4-canary.ce070106","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.ce070106","@firebase/app-types":"0.6.0-canary.ce070106","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.ce070106","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"1b1c8a77a6d9371adede562b3cee77523ebf56a3","size":1246470,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.ce070106.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.ce070106_1587664022895_0.9689069573330342"},"_hasShrinkwrap":false,"publish_time":1587664023115,"_cnpm_publish_time":1587664023115,"contributors":[]},"0.6.1-canary.16938c0e":{"name":"@firebase/database","version":"0.6.1-canary.16938c0e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.16938c0e","@firebase/logger":"0.2.2-canary.16938c0e","@firebase/util":"0.2.45-canary.16938c0e","@firebase/component":"0.1.10-canary.16938c0e","@firebase/auth-interop-types":"0.1.4-canary.16938c0e","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.16938c0e","@firebase/app-types":"0.6.0-canary.16938c0e","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.16938c0e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"0ffd73ff7b2a4a5e3d3da1a15bfb15405e173e66","size":1246470,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.16938c0e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.16938c0e_1587585251431_0.8672951876269424"},"_hasShrinkwrap":false,"publish_time":1587585251644,"_cnpm_publish_time":1587585251644,"contributors":[]},"0.6.1-canary.a98a7664":{"name":"@firebase/database","version":"0.6.1-canary.a98a7664","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.a98a7664","@firebase/logger":"0.2.2-canary.a98a7664","@firebase/util":"0.2.45-canary.a98a7664","@firebase/component":"0.1.10-canary.a98a7664","@firebase/auth-interop-types":"0.1.4-canary.a98a7664","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.a98a7664","@firebase/app-types":"0.6.0-canary.a98a7664","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.a98a7664","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8412543e41aa1c14e881cdd959eed1955fd18f61","size":1246474,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.a98a7664.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.a98a7664_1587575405676_0.5094873649701308"},"_hasShrinkwrap":false,"publish_time":1587575405871,"_cnpm_publish_time":1587575405871,"contributors":[]},"0.6.1-canary.f23120e5":{"name":"@firebase/database","version":"0.6.1-canary.f23120e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.f23120e5","@firebase/logger":"0.2.2-canary.f23120e5","@firebase/util":"0.2.45-canary.f23120e5","@firebase/component":"0.1.10-canary.f23120e5","@firebase/auth-interop-types":"0.1.4-canary.f23120e5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.f23120e5","@firebase/app-types":"0.6.0-canary.f23120e5","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.f23120e5","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"e5689418f29ac698e6c38c33710eb8448c6a8203","size":1246470,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.f23120e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.f23120e5_1587515022739_0.1416713356660131"},"_hasShrinkwrap":false,"publish_time":1587515022914,"_cnpm_publish_time":1587515022914,"contributors":[]},"0.6.1-canary.9acd35f6":{"name":"@firebase/database","version":"0.6.1-canary.9acd35f6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.9acd35f6","@firebase/logger":"0.2.2-canary.9acd35f6","@firebase/util":"0.2.45-canary.9acd35f6","@firebase/component":"0.1.10-canary.9acd35f6","@firebase/auth-interop-types":"0.1.4-canary.9acd35f6","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-canary.9acd35f6","@firebase/app-types":"0.6.0-canary.9acd35f6","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-canary.9acd35f6","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a5c77292185ee8a539625223796632fc979800f5","size":1246471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-canary.9acd35f6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-canary.9acd35f6_1587507783010_0.44950404861906623"},"_hasShrinkwrap":false,"publish_time":1587507783208,"_cnpm_publish_time":1587507783208,"contributors":[]},"0.6.0-canary.18fb16b7":{"name":"@firebase/database","version":"0.6.0-canary.18fb16b7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.18fb16b7","@firebase/logger":"0.2.1-canary.18fb16b7","@firebase/util":"0.2.44-canary.18fb16b7","@firebase/component":"0.1.9-canary.18fb16b7","@firebase/auth-interop-types":"0.1.4-canary.18fb16b7","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.18fb16b7","@firebase/app-types":"0.6.0-canary.18fb16b7","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.18fb16b7","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a95397c15d29a3b395fc0980cd218c3abefca1e7","size":1246470,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.18fb16b7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.18fb16b7_1587492508211_0.3154052158894858"},"_hasShrinkwrap":false,"publish_time":1587492508463,"_cnpm_publish_time":1587492508463,"contributors":[]},"0.6.0-canary.5a60243b":{"name":"@firebase/database","version":"0.6.0-canary.5a60243b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.5a60243b","@firebase/logger":"0.2.1-canary.5a60243b","@firebase/util":"0.2.44-canary.5a60243b","@firebase/component":"0.1.9-canary.5a60243b","@firebase/auth-interop-types":"0.1.4-canary.5a60243b","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.5a60243b","@firebase/app-types":"0.6.0-canary.5a60243b","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.5a60243b","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"2b5c24350328655a45b139b41a459227f83d7a16","size":1246469,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.5a60243b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.5a60243b_1587439260304_0.46439157921514984"},"_hasShrinkwrap":false,"publish_time":1587439260500,"_cnpm_publish_time":1587439260500,"contributors":[]},"0.6.0-canary.a36b51b4":{"name":"@firebase/database","version":"0.6.0-canary.a36b51b4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.a36b51b4","@firebase/logger":"0.2.1-canary.a36b51b4","@firebase/util":"0.2.44-canary.a36b51b4","@firebase/component":"0.1.9-canary.a36b51b4","@firebase/auth-interop-types":"0.1.4-canary.a36b51b4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.a36b51b4","@firebase/app-types":"0.6.0-canary.a36b51b4","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.a36b51b4","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"80a6a74105cee77912ef20581b5eeee08e22b340","size":1246469,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.a36b51b4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.a36b51b4_1587434437285_0.32253018776411513"},"_hasShrinkwrap":false,"publish_time":1587434437505,"_cnpm_publish_time":1587434437505,"contributors":[]},"0.6.0-canary.0601283c":{"name":"@firebase/database","version":"0.6.0-canary.0601283c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.0601283c","@firebase/logger":"0.2.1-canary.0601283c","@firebase/util":"0.2.44-canary.0601283c","@firebase/component":"0.1.9-canary.0601283c","@firebase/auth-interop-types":"0.1.4-canary.0601283c","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.0601283c","@firebase/app-types":"0.6.0-canary.0601283c","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.0601283c","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"0c42045e42b0d78631026ac0d9059d263a61baf1","size":1246464,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.0601283c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.0601283c_1587430530299_0.7524410900588536"},"_hasShrinkwrap":false,"publish_time":1587430530547,"_cnpm_publish_time":1587430530547,"contributors":[]},"0.6.0-canary.6cfb268e":{"name":"@firebase/database","version":"0.6.0-canary.6cfb268e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.6cfb268e","@firebase/logger":"0.2.1-canary.6cfb268e","@firebase/util":"0.2.44-canary.6cfb268e","@firebase/component":"0.1.9-canary.6cfb268e","@firebase/auth-interop-types":"0.1.4-canary.6cfb268e","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.6cfb268e","@firebase/app-types":"0.6.0-canary.6cfb268e","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.6cfb268e","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"60df5b528edf7c1835a0db23a47323797468a31c","size":1246467,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.6cfb268e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.6cfb268e_1587428892093_0.6079918422330477"},"_hasShrinkwrap":false,"publish_time":1587428892418,"_cnpm_publish_time":1587428892418,"contributors":[]},"0.6.0-canary.ed9a7be7":{"name":"@firebase/database","version":"0.6.0-canary.ed9a7be7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.ed9a7be7","@firebase/logger":"0.2.1-canary.ed9a7be7","@firebase/util":"0.2.44-canary.ed9a7be7","@firebase/component":"0.1.9-canary.ed9a7be7","@firebase/auth-interop-types":"0.1.4-canary.ed9a7be7","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.ed9a7be7","@firebase/app-types":"0.6.0-canary.ed9a7be7","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.ed9a7be7","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"cbb84b4a3f7728ca582f2861e7cceced9b437df6","size":1246467,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.ed9a7be7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.ed9a7be7_1587425865914_0.9878494526955877"},"_hasShrinkwrap":false,"publish_time":1587425866108,"_cnpm_publish_time":1587425866108,"contributors":[]},"0.6.0-canary.d7c9ed40":{"name":"@firebase/database","version":"0.6.0-canary.d7c9ed40","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.d7c9ed40","@firebase/logger":"0.2.1-canary.d7c9ed40","@firebase/util":"0.2.44-canary.d7c9ed40","@firebase/component":"0.1.9-canary.d7c9ed40","@firebase/auth-interop-types":"0.1.4-canary.d7c9ed40","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.d7c9ed40","@firebase/app-types":"0.6.0-canary.d7c9ed40","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.d7c9ed40","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"260fb838805790e85ef999c97127f3d7ac7c0807","size":1246468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.d7c9ed40.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.d7c9ed40_1587422442877_0.6778754916793466"},"_hasShrinkwrap":false,"publish_time":1587422443129,"_cnpm_publish_time":1587422443129,"contributors":[]},"0.6.0-canary.fc3d5396":{"name":"@firebase/database","version":"0.6.0-canary.fc3d5396","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.fc3d5396","@firebase/logger":"0.2.1-canary.fc3d5396","@firebase/util":"0.2.44-canary.fc3d5396","@firebase/component":"0.1.9-canary.fc3d5396","@firebase/auth-interop-types":"0.1.4-canary.fc3d5396","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.fc3d5396","@firebase/app-types":"0.6.0-canary.fc3d5396","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.fc3d5396","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"726d4f468b6d2761bdb28495d449ff5e656896ca","size":1246472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.fc3d5396.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.fc3d5396_1587420935001_0.786724661875082"},"_hasShrinkwrap":false,"publish_time":1587420935316,"_cnpm_publish_time":1587420935316,"contributors":[]},"0.6.0-canary.98c25234":{"name":"@firebase/database","version":"0.6.0-canary.98c25234","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.98c25234","@firebase/logger":"0.2.1-canary.98c25234","@firebase/util":"0.2.44-canary.98c25234","@firebase/component":"0.1.9-canary.98c25234","@firebase/auth-interop-types":"0.1.4-canary.98c25234","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.98c25234","@firebase/app-types":"0.6.0-canary.98c25234","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.98c25234","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"5a6fb73fc86c5818a9610ffe70574248131d0638","size":1246474,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.98c25234.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.98c25234_1587418445772_0.3861610813836027"},"_hasShrinkwrap":false,"publish_time":1587418445935,"_cnpm_publish_time":1587418445935,"contributors":[]},"0.6.0-canary.1562bb71":{"name":"@firebase/database","version":"0.6.0-canary.1562bb71","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.1562bb71","@firebase/logger":"0.2.1-canary.1562bb71","@firebase/util":"0.2.44-canary.1562bb71","@firebase/component":"0.1.9-canary.1562bb71","@firebase/auth-interop-types":"0.1.4-canary.1562bb71","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.1562bb71","@firebase/app-types":"0.6.0-canary.1562bb71","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.1562bb71","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"f3c8b80640815b28bf034e11b5e6d2a3c975a6f5","size":1246471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.1562bb71.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.1562bb71_1587413563776_0.6816426023582056"},"_hasShrinkwrap":false,"publish_time":1587413564032,"_cnpm_publish_time":1587413564032,"contributors":[]},"0.6.0-canary.7396d48d":{"name":"@firebase/database","version":"0.6.0-canary.7396d48d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.7396d48d","@firebase/logger":"0.2.1-canary.7396d48d","@firebase/util":"0.2.44-canary.7396d48d","@firebase/component":"0.1.9-canary.7396d48d","@firebase/auth-interop-types":"0.1.4-canary.7396d48d","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.7396d48d","@firebase/app-types":"0.6.0-canary.7396d48d","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.7396d48d","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"c3096ab0588c93a14ca4516b10916bd8ae7b906d","size":1246474,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.7396d48d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.7396d48d_1587413390161_0.9089646836309835"},"_hasShrinkwrap":false,"publish_time":1587413390416,"_cnpm_publish_time":1587413390416,"contributors":[]},"0.6.0-canary.507da7ab":{"name":"@firebase/database","version":"0.6.0-canary.507da7ab","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.507da7ab","@firebase/logger":"0.2.1-canary.507da7ab","@firebase/util":"0.2.44-canary.507da7ab","@firebase/component":"0.1.9-canary.507da7ab","@firebase/auth-interop-types":"0.1.4-canary.507da7ab","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.507da7ab","@firebase/app-types":"0.6.0-canary.507da7ab","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.507da7ab","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"428685191049cb8fab1240685faaff5220a40fba","size":1246468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.507da7ab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.507da7ab_1587407632837_0.43909972737385705"},"_hasShrinkwrap":false,"publish_time":1587407633067,"_cnpm_publish_time":1587407633067,"contributors":[]},"0.6.0-canary.b107e040":{"name":"@firebase/database","version":"0.6.0-canary.b107e040","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.b107e040","@firebase/logger":"0.2.1-canary.b107e040","@firebase/util":"0.2.44-canary.b107e040","@firebase/component":"0.1.9-canary.b107e040","@firebase/auth-interop-types":"0.1.4-canary.b107e040","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.b107e040","@firebase/app-types":"0.6.0-canary.b107e040","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.b107e040","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"4a06fcba02d81eae8b48c944901b9f4f8078bcba","size":1246468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.b107e040.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.b107e040_1587407553179_0.09711807517370086"},"_hasShrinkwrap":false,"publish_time":1587407553424,"_cnpm_publish_time":1587407553424,"contributors":[]},"0.6.0-canary.537350ee":{"name":"@firebase/database","version":"0.6.0-canary.537350ee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.537350ee","@firebase/logger":"0.2.1-canary.537350ee","@firebase/util":"0.2.44-canary.537350ee","@firebase/component":"0.1.9-canary.537350ee","@firebase/auth-interop-types":"0.1.4-canary.537350ee","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.537350ee","@firebase/app-types":"0.6.0-canary.537350ee","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.537350ee","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"a3284e247a9d980b0fb333666fc0a75e86578e39","size":1246470,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.537350ee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.537350ee_1587162032552_0.5211670047331665"},"_hasShrinkwrap":false,"publish_time":1587162032736,"_cnpm_publish_time":1587162032736,"contributors":[]},"0.6.1":{"name":"@firebase/database","version":"0.6.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0","@firebase/logger":"0.2.2","@firebase/util":"0.2.45","@firebase/component":"0.1.10","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2","@firebase/app-types":"0.6.0","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.6.1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"76ee8003aa1fff7ff5deb317959bbb0e35e56765","size":1244118,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1_1587070067485_0.996012027603346"},"_hasShrinkwrap":false,"publish_time":1587070067731,"_cnpm_publish_time":1587070067731,"contributors":[]},"0.6.0-canary.c3f34dce":{"name":"@firebase/database","version":"0.6.0-canary.c3f34dce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.c3f34dce","@firebase/logger":"0.2.1-canary.c3f34dce","@firebase/util":"0.2.44-canary.c3f34dce","@firebase/component":"0.1.9-canary.c3f34dce","@firebase/auth-interop-types":"0.1.4-canary.c3f34dce","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.c3f34dce","@firebase/app-types":"0.6.0-canary.c3f34dce","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.c3f34dce","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"05a7ab6afd5dd6aa362c27dba707f0ecadef4f92","size":1246465,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.c3f34dce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.c3f34dce_1587066201489_0.731009110750273"},"_hasShrinkwrap":false,"publish_time":1587066201950,"_cnpm_publish_time":1587066201950,"contributors":[]},"0.6.0-canary.294bed48":{"name":"@firebase/database","version":"0.6.0-canary.294bed48","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.294bed48","@firebase/logger":"0.2.1-canary.294bed48","@firebase/util":"0.2.44-canary.294bed48","@firebase/component":"0.1.9-canary.294bed48","@firebase/auth-interop-types":"0.1.4-canary.294bed48","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.294bed48","@firebase/app-types":"0.6.0-canary.294bed48","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.294bed48","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"5914c581c6377b0a806f2845eb779ea51b9baeb8","size":1246471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.294bed48.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.294bed48_1587060321476_0.49349954564347787"},"_hasShrinkwrap":false,"publish_time":1587060321728,"_cnpm_publish_time":1587060321728,"contributors":[]},"0.6.0-canary.77cb1838":{"name":"@firebase/database","version":"0.6.0-canary.77cb1838","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.77cb1838","@firebase/logger":"0.2.1-canary.77cb1838","@firebase/util":"0.2.44-canary.77cb1838","@firebase/component":"0.1.9-canary.77cb1838","@firebase/auth-interop-types":"0.1.4-canary.77cb1838","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.77cb1838","@firebase/app-types":"0.6.0-canary.77cb1838","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.77cb1838","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"33ed81851d4d0c9dd0cb35b7acb429d3feeb9e9f","size":1246472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.77cb1838.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.77cb1838_1586989828625_0.21066269146573458"},"_hasShrinkwrap":false,"publish_time":1586989828942,"_cnpm_publish_time":1586989828942,"contributors":[]},"0.6.0-canary.a82af58b":{"name":"@firebase/database","version":"0.6.0-canary.a82af58b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.a82af58b","@firebase/logger":"0.2.1-canary.a82af58b","@firebase/util":"0.2.44-canary.a82af58b","@firebase/component":"0.1.9-canary.a82af58b","@firebase/auth-interop-types":"0.1.4-canary.a82af58b","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.a82af58b","@firebase/app-types":"0.6.0-canary.a82af58b","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.a82af58b","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ad6c5a07c957d6194936073ba95c9becc73b9ee0","size":1246468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.a82af58b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.a82af58b_1586989329916_0.19436699121620404"},"_hasShrinkwrap":false,"publish_time":1586989330248,"_cnpm_publish_time":1586989330248,"contributors":[]},"0.6.0-canary.daf63c2c":{"name":"@firebase/database","version":"0.6.0-canary.daf63c2c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.daf63c2c","@firebase/logger":"0.2.1-canary.daf63c2c","@firebase/util":"0.2.44-canary.daf63c2c","@firebase/component":"0.1.9-canary.daf63c2c","@firebase/auth-interop-types":"0.1.4-canary.daf63c2c","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.daf63c2c","@firebase/app-types":"0.6.0-canary.daf63c2c","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.daf63c2c","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"57602d25b8d605303053306bf05a355340ae6788","size":1246466,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.daf63c2c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.daf63c2c_1586979775125_0.6765669267963501"},"_hasShrinkwrap":false,"publish_time":1586979775302,"_cnpm_publish_time":1586979775302,"contributors":[]},"0.6.0-canary.afa7bf93":{"name":"@firebase/database","version":"0.6.0-canary.afa7bf93","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.afa7bf93","@firebase/logger":"0.2.1-canary.afa7bf93","@firebase/util":"0.2.44-canary.afa7bf93","@firebase/component":"0.1.9-canary.afa7bf93","@firebase/auth-interop-types":"0.1.4-canary.afa7bf93","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.afa7bf93","@firebase/app-types":"0.6.0-canary.afa7bf93","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.afa7bf93","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"ad8902b6164a0f0663e7f5a97ad8b2b7f4e10331","size":1246468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.afa7bf93.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.afa7bf93_1586979668921_0.10776342523543625"},"_hasShrinkwrap":false,"publish_time":1586979669235,"_cnpm_publish_time":1586979669235,"contributors":[]},"0.6.1-0":{"name":"@firebase/database","version":"0.6.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0","@firebase/logger":"0.2.2-0","@firebase/util":"0.2.45-0","@firebase/component":"0.1.10-0","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.2-0","@firebase/app-types":"0.6.0","rollup":"2.6.1","rollup-plugin-typescript2":"0.27.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.1-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"28a4d71ce68e41bc2b73e68d3c735412ecc42304","size":1244132,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.1-0_1586979349836_0.47444930187410206"},"_hasShrinkwrap":false,"publish_time":1586979350091,"_cnpm_publish_time":1586979350091,"contributors":[]},"0.6.0-canary.21193108":{"name":"@firebase/database","version":"0.6.0-canary.21193108","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.21193108","@firebase/logger":"0.2.1-canary.21193108","@firebase/util":"0.2.44-canary.21193108","@firebase/component":"0.1.9-canary.21193108","@firebase/auth-interop-types":"0.1.4-canary.21193108","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.21193108","@firebase/app-types":"0.6.0-canary.21193108","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.21193108","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"3584c4e52af177e31123c0fe68e11744148593f5","size":1246473,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.21193108.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.21193108_1586974149609_0.8210918408506387"},"_hasShrinkwrap":false,"publish_time":1586974149814,"_cnpm_publish_time":1586974149814,"contributors":[]},"0.6.0-canary.92aa3852":{"name":"@firebase/database","version":"0.6.0-canary.92aa3852","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.92aa3852","@firebase/logger":"0.2.1-canary.92aa3852","@firebase/util":"0.2.44-canary.92aa3852","@firebase/component":"0.1.9-canary.92aa3852","@firebase/auth-interop-types":"0.1.4-canary.92aa3852","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.92aa3852","@firebase/app-types":"0.6.0-canary.92aa3852","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.92aa3852","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"b85c9c017eb2c9249380e5e8509c45f1c6a4114e","size":1246472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.92aa3852.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.92aa3852_1586916384831_0.9336381061529979"},"_hasShrinkwrap":false,"publish_time":1586916385074,"_cnpm_publish_time":1586916385074,"contributors":[]},"0.6.0-canary.d61625f1":{"name":"@firebase/database","version":"0.6.0-canary.d61625f1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.d61625f1","@firebase/logger":"0.2.1-canary.d61625f1","@firebase/util":"0.2.44-canary.d61625f1","@firebase/component":"0.1.9-canary.d61625f1","@firebase/auth-interop-types":"0.1.4-canary.d61625f1","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.d61625f1","@firebase/app-types":"0.6.0-canary.d61625f1","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.d61625f1","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"f90ec4d26cea15e71e0b2a1c7056cd619bf019f8","size":1246470,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.d61625f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.d61625f1_1586915950200_0.05497755067041443"},"_hasShrinkwrap":false,"publish_time":1586915950458,"_cnpm_publish_time":1586915950458,"contributors":[]},"0.6.0-canary.bbb34331":{"name":"@firebase/database","version":"0.6.0-canary.bbb34331","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.bbb34331","@firebase/logger":"0.2.1-canary.bbb34331","@firebase/util":"0.2.44-canary.bbb34331","@firebase/component":"0.1.9-canary.bbb34331","@firebase/auth-interop-types":"0.1.4-canary.bbb34331","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.bbb34331","@firebase/app-types":"0.6.0-canary.bbb34331","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.bbb34331","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"7699dfe05ad9825f9c7b25a8bd4c111a05e82ca3","size":1246469,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.bbb34331.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.bbb34331_1586912584625_0.9689313450152441"},"_hasShrinkwrap":false,"publish_time":1586912584897,"_cnpm_publish_time":1586912584897,"contributors":[]},"0.6.0-canary.f0a0dc96":{"name":"@firebase/database","version":"0.6.0-canary.f0a0dc96","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.f0a0dc96","@firebase/logger":"0.2.1-canary.f0a0dc96","@firebase/util":"0.2.44-canary.f0a0dc96","@firebase/component":"0.1.9-canary.f0a0dc96","@firebase/auth-interop-types":"0.1.4-canary.f0a0dc96","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.f0a0dc96","@firebase/app-types":"0.6.0-canary.f0a0dc96","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.f0a0dc96","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"419f4de4150d3aa8f38618970763a4aa629dc08c","size":1246468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.f0a0dc96.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.f0a0dc96_1586904094082_0.7306477035517938"},"_hasShrinkwrap":false,"publish_time":1586904094426,"_cnpm_publish_time":1586904094426,"contributors":[]},"0.6.0-canary.ce41a642":{"name":"@firebase/database","version":"0.6.0-canary.ce41a642","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.ce41a642","@firebase/logger":"0.2.1-canary.ce41a642","@firebase/util":"0.2.44-canary.ce41a642","@firebase/component":"0.1.9-canary.ce41a642","@firebase/auth-interop-types":"0.1.4-canary.ce41a642","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.ce41a642","@firebase/app-types":"0.6.0-canary.ce41a642","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.ce41a642","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"280a5f581baae4d4bdf6242bc55b7462ae55ac17","size":1246467,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.ce41a642.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.ce41a642_1586903289729_0.39783078116460335"},"_hasShrinkwrap":false,"publish_time":1586903289915,"_cnpm_publish_time":1586903289915,"contributors":[]},"0.6.0-canary.7f69b704":{"name":"@firebase/database","version":"0.6.0-canary.7f69b704","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.7f69b704","@firebase/logger":"0.2.1-canary.7f69b704","@firebase/util":"0.2.44-canary.7f69b704","@firebase/component":"0.1.9-canary.7f69b704","@firebase/auth-interop-types":"0.1.4-canary.7f69b704","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.7f69b704","@firebase/app-types":"0.6.0-canary.7f69b704","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.7f69b704","_nodeVersion":"10.20.1","_npmVersion":"6.14.4","dist":{"shasum":"8589643934fa6ec4bb58e57b4cbe439a6937002c","size":1246473,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.7f69b704.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.7f69b704_1586816193221_0.8547988372899358"},"_hasShrinkwrap":false,"publish_time":1586816193464,"_cnpm_publish_time":1586816193464,"contributors":[]},"0.6.0-canary.0cad04b7":{"name":"@firebase/database","version":"0.6.0-canary.0cad04b7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0-canary.0cad04b7","@firebase/logger":"0.2.1-canary.0cad04b7","@firebase/util":"0.2.44-canary.0cad04b7","@firebase/component":"0.1.9-canary.0cad04b7","@firebase/auth-interop-types":"0.1.4-canary.0cad04b7","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.0cad04b7","@firebase/app-types":"0.6.0-canary.0cad04b7","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.6.0-canary.0cad04b7","_nodeVersion":"10.20.0","_npmVersion":"6.14.4","dist":{"shasum":"5eabe2da5be9075d8872a81780d2adb689479baa","size":1246468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0-canary.0cad04b7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0-canary.0cad04b7_1586477600138_0.513443409623269"},"_hasShrinkwrap":false,"publish_time":1586477600356,"_cnpm_publish_time":1586477600356,"contributors":[]},"0.5.25-canary.bc39eb5b":{"name":"@firebase/database","version":"0.5.25-canary.bc39eb5b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.bc39eb5b","@firebase/logger":"0.2.1-canary.bc39eb5b","@firebase/util":"0.2.44-canary.bc39eb5b","@firebase/component":"0.1.9-canary.bc39eb5b","@firebase/auth-interop-types":"0.1.4-canary.bc39eb5b","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.bc39eb5b","@firebase/app-types":"0.6.0-canary.bc39eb5b","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.25-canary.bc39eb5b","_nodeVersion":"10.20.0","_npmVersion":"6.14.4","dist":{"shasum":"dcbcd79164d6e3a492775fafb0cc5aa9f628910b","size":1246482,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.25-canary.bc39eb5b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.25-canary.bc39eb5b_1586474452349_0.16543833495402605"},"_hasShrinkwrap":false,"publish_time":1586474452612,"_cnpm_publish_time":1586474452612,"contributors":[]},"0.6.0":{"name":"@firebase/database","version":"0.6.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.5.0","@firebase/logger":"0.2.1","@firebase/util":"0.2.44","@firebase/component":"0.1.9","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1","@firebase/app-types":"0.6.0","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.6.0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"48b2d8624da64bd3352290a9c13b478d871d4768","size":1244114,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.6.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.6.0_1586473189921_0.941421847818839"},"_hasShrinkwrap":false,"publish_time":1586473190115,"_cnpm_publish_time":1586473190115,"contributors":[]},"0.5.25-canary.ce3addba":{"name":"@firebase/database","version":"0.5.25-canary.ce3addba","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.ce3addba","@firebase/logger":"0.2.1-canary.ce3addba","@firebase/util":"0.2.44-canary.ce3addba","@firebase/component":"0.1.9-canary.ce3addba","@firebase/auth-interop-types":"0.1.4-canary.ce3addba","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.ce3addba","@firebase/app-types":"0.6.0-canary.ce3addba","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.25-canary.ce3addba","_nodeVersion":"10.20.0","_npmVersion":"6.14.4","dist":{"shasum":"16bf9a7aafa6380c8b4792d9d9ae8a89b697c872","size":1246476,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.25-canary.ce3addba.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.25-canary.ce3addba_1586469827423_0.10040669162658644"},"_hasShrinkwrap":false,"publish_time":1586469827672,"_cnpm_publish_time":1586469827672,"contributors":[]},"0.5.26-0":{"name":"@firebase/database","version":"0.5.26-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.15-0","@firebase/logger":"0.2.1","@firebase/util":"0.2.44","@firebase/component":"0.1.9","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1","@firebase/app-types":"0.6.0","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.26-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0bd0dc9da12caf2806394ce2c3c785066e3d3d26","size":1244140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.26-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.26-0_1586458855301_0.8985100481602959"},"_hasShrinkwrap":false,"publish_time":1586458855524,"_cnpm_publish_time":1586458855524,"contributors":[]},"0.5.25-canary.7e63eb52":{"name":"@firebase/database","version":"0.5.25-canary.7e63eb52","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.7e63eb52","@firebase/logger":"0.2.1-canary.7e63eb52","@firebase/util":"0.2.44-canary.7e63eb52","@firebase/component":"0.1.9-canary.7e63eb52","@firebase/auth-interop-types":"0.1.4-canary.7e63eb52","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.7e63eb52","@firebase/app-types":"0.6.0-canary.7e63eb52","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.25-canary.7e63eb52","_nodeVersion":"10.20.0","_npmVersion":"6.14.4","dist":{"shasum":"ced0e88e916aa6085b6495b9bc7c1d577c948a5d","size":1246483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.25-canary.7e63eb52.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.25-canary.7e63eb52_1586456919696_0.5593102125622325"},"_hasShrinkwrap":false,"publish_time":1586456919866,"_cnpm_publish_time":1586456919866,"contributors":[]},"0.5.25-canary.60c8b89c":{"name":"@firebase/database","version":"0.5.25-canary.60c8b89c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.60c8b89c","@firebase/logger":"0.2.1-canary.60c8b89c","@firebase/util":"0.2.44-canary.60c8b89c","@firebase/component":"0.1.9-canary.60c8b89c","@firebase/auth-interop-types":"0.1.4-canary.60c8b89c","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.60c8b89c","@firebase/app-types":"0.6.0-canary.60c8b89c","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.25-canary.60c8b89c","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"cd31bfde2b034666699b1e7acafaff26d0436aed","size":1246427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.25-canary.60c8b89c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.25-canary.60c8b89c_1585957631405_0.14383702794324815"},"_hasShrinkwrap":false,"publish_time":1585957631731,"_cnpm_publish_time":1585957631731,"contributors":[]},"0.5.25-canary.437c4041":{"name":"@firebase/database","version":"0.5.25-canary.437c4041","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.437c4041","@firebase/logger":"0.2.1-canary.437c4041","@firebase/util":"0.2.44-canary.437c4041","@firebase/component":"0.1.9-canary.437c4041","@firebase/auth-interop-types":"0.1.4-canary.437c4041","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-canary.437c4041","@firebase/app-types":"0.6.0-canary.437c4041","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.25-canary.437c4041","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"889f372e7a3e33e893922bee9e2828083b12270f","size":1246424,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.25-canary.437c4041.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.25-canary.437c4041_1585941008842_0.15784507543138004"},"_hasShrinkwrap":false,"publish_time":1585941009171,"_cnpm_publish_time":1585941009171,"contributors":[]},"0.5.25":{"name":"@firebase/database","version":"0.5.25","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14","@firebase/logger":"0.2.1","@firebase/util":"0.2.44","@firebase/component":"0.1.9","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1","@firebase/app-types":"0.6.0","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.5.25","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"fa3b00cf315cebd7a29ca1dfd869853b61469534","size":1244058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.25.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.25_1585863620342_0.897257063528242"},"_hasShrinkwrap":false,"publish_time":1585863620554,"_cnpm_publish_time":1585863620554,"contributors":[]},"0.5.24-canary.7b17e03b":{"name":"@firebase/database","version":"0.5.24-canary.7b17e03b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.7b17e03b","@firebase/logger":"0.2.0-canary.7b17e03b","@firebase/util":"0.2.43-canary.7b17e03b","@firebase/component":"0.1.8-canary.7b17e03b","@firebase/auth-interop-types":"0.1.4-canary.7b17e03b","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.7b17e03b","@firebase/app-types":"0.6.0-canary.7b17e03b","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.7b17e03b","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"beb535fa7d68ccf5bbce6ddbb4aef610a10e8691","size":1246419,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.7b17e03b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.7b17e03b_1585852215293_0.9593471246966312"},"_hasShrinkwrap":false,"publish_time":1585852215534,"_cnpm_publish_time":1585852215534,"contributors":[]},"0.5.24-canary.e0629330":{"name":"@firebase/database","version":"0.5.24-canary.e0629330","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.e0629330","@firebase/logger":"0.2.0-canary.e0629330","@firebase/util":"0.2.43-canary.e0629330","@firebase/component":"0.1.8-canary.e0629330","@firebase/auth-interop-types":"0.1.4-canary.e0629330","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.e0629330","@firebase/app-types":"0.6.0-canary.e0629330","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.e0629330","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"c3741f0633583d6b77459096b9ab5409764d2bed","size":1246422,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.e0629330.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.e0629330_1585785856985_0.14771585568514367"},"_hasShrinkwrap":false,"publish_time":1585785857225,"_cnpm_publish_time":1585785857225,"contributors":[]},"0.5.24-canary.aab78f9d":{"name":"@firebase/database","version":"0.5.24-canary.aab78f9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.aab78f9d","@firebase/logger":"0.2.0-canary.aab78f9d","@firebase/util":"0.2.43-canary.aab78f9d","@firebase/component":"0.1.8-canary.aab78f9d","@firebase/auth-interop-types":"0.1.4-canary.aab78f9d","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.aab78f9d","@firebase/app-types":"0.6.0-canary.aab78f9d","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.aab78f9d","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"2db932f7ef9add1b27acd3ad83813c8876af966b","size":1246418,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.aab78f9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.aab78f9d_1585692720894_0.3074190377349544"},"_hasShrinkwrap":false,"publish_time":1585692721118,"_cnpm_publish_time":1585692721118,"contributors":[]},"0.5.25-0":{"name":"@firebase/database","version":"0.5.25-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14","@firebase/logger":"0.2.1-0","@firebase/util":"0.2.44-0","@firebase/component":"0.1.9-0","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.1-0","@firebase/app-types":"0.6.0","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.25-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"bf1c7a2ffb504e63b9573c05559a9d553f4b50c6","size":1244072,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.25-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.25-0_1585691505782_0.04461267889699427"},"_hasShrinkwrap":false,"publish_time":1585691505989,"_cnpm_publish_time":1585691505989,"contributors":[]},"0.5.24-canary.8e70e4a0":{"name":"@firebase/database","version":"0.5.24-canary.8e70e4a0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.8e70e4a0","@firebase/logger":"0.2.0-canary.8e70e4a0","@firebase/util":"0.2.43-canary.8e70e4a0","@firebase/component":"0.1.8-canary.8e70e4a0","@firebase/auth-interop-types":"0.1.4-canary.8e70e4a0","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.8e70e4a0","@firebase/app-types":"0.6.0-canary.8e70e4a0","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.8e70e4a0","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"55b4c4ece0573fe9b53609ad9c31c6df27c56c22","size":1246415,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.8e70e4a0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.8e70e4a0_1585685010631_0.28162261169967673"},"_hasShrinkwrap":false,"publish_time":1585685010830,"_cnpm_publish_time":1585685010830,"contributors":[]},"0.5.24-canary.50de3fb1":{"name":"@firebase/database","version":"0.5.24-canary.50de3fb1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.50de3fb1","@firebase/logger":"0.2.0-canary.50de3fb1","@firebase/util":"0.2.43-canary.50de3fb1","@firebase/component":"0.1.8-canary.50de3fb1","@firebase/auth-interop-types":"0.1.4-canary.50de3fb1","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.50de3fb1","@firebase/app-types":"0.6.0-canary.50de3fb1","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.50de3fb1","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"d01d6c9778c8db80d8d699d0a8ba3e01e87fea78","size":1246417,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.50de3fb1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.50de3fb1_1585611448931_0.7748889717509511"},"_hasShrinkwrap":false,"publish_time":1585611449203,"_cnpm_publish_time":1585611449203,"contributors":[]},"0.5.24-canary.5f587224":{"name":"@firebase/database","version":"0.5.24-canary.5f587224","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.5f587224","@firebase/logger":"0.2.0-canary.5f587224","@firebase/util":"0.2.43-canary.5f587224","@firebase/component":"0.1.8-canary.5f587224","@firebase/auth-interop-types":"0.1.4-canary.5f587224","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.5f587224","@firebase/app-types":"0.6.0-canary.5f587224","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.5f587224","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"a85d71647b02d6c72317dc38acdcc513508c626a","size":1246423,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.5f587224.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.5f587224_1585609025046_0.7844253161070707"},"_hasShrinkwrap":false,"publish_time":1585609025369,"_cnpm_publish_time":1585609025369,"contributors":[]},"0.5.24-canary.6cff2f4e":{"name":"@firebase/database","version":"0.5.24-canary.6cff2f4e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.6cff2f4e","@firebase/logger":"0.2.0-canary.6cff2f4e","@firebase/util":"0.2.43-canary.6cff2f4e","@firebase/component":"0.1.8-canary.6cff2f4e","@firebase/auth-interop-types":"0.1.4-canary.6cff2f4e","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.6cff2f4e","@firebase/app-types":"0.6.0-canary.6cff2f4e","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.6cff2f4e","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"f95c2f279c4592056c1a98a57528f6e80d146a57","size":1246417,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.6cff2f4e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.6cff2f4e_1585602939966_0.5801302383976366"},"_hasShrinkwrap":false,"publish_time":1585602940148,"_cnpm_publish_time":1585602940148,"contributors":[]},"0.5.24-canary.353f5caa":{"name":"@firebase/database","version":"0.5.24-canary.353f5caa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.353f5caa","@firebase/logger":"0.2.0-canary.353f5caa","@firebase/util":"0.2.43-canary.353f5caa","@firebase/component":"0.1.8-canary.353f5caa","@firebase/auth-interop-types":"0.1.4-canary.353f5caa","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.353f5caa","@firebase/app-types":"0.6.0-canary.353f5caa","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.353f5caa","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"7336cfc5698dbb080685ce65ef0c5678ef7e07e9","size":1236056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.353f5caa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.353f5caa_1585597321741_0.19063767604900206"},"_hasShrinkwrap":false,"publish_time":1585597321933,"_cnpm_publish_time":1585597321933,"contributors":[]},"0.5.24-canary.74b06f51":{"name":"@firebase/database","version":"0.5.24-canary.74b06f51","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.74b06f51","@firebase/logger":"0.2.0-canary.74b06f51","@firebase/util":"0.2.43-canary.74b06f51","@firebase/component":"0.1.8-canary.74b06f51","@firebase/auth-interop-types":"0.1.4-canary.74b06f51","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.74b06f51","@firebase/app-types":"0.6.0-canary.74b06f51","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.74b06f51","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"204e57357793d5e0d175e7704b9d85071fdabcf7","size":1236059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.74b06f51.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.74b06f51_1585595858533_0.6260247527496539"},"_hasShrinkwrap":false,"publish_time":1585595858741,"_cnpm_publish_time":1585595858741,"contributors":[]},"0.5.24-canary.735f7c72":{"name":"@firebase/database","version":"0.5.24-canary.735f7c72","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.735f7c72","@firebase/logger":"0.2.0-canary.735f7c72","@firebase/util":"0.2.43-canary.735f7c72","@firebase/component":"0.1.8-canary.735f7c72","@firebase/auth-interop-types":"0.1.4-canary.735f7c72","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.735f7c72","@firebase/app-types":"0.6.0-canary.735f7c72","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.735f7c72","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"0eac8e7d88a2fbc56f1c4e756812274a53b59485","size":1236057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.735f7c72.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.735f7c72_1585595477609_0.6423330058461529"},"_hasShrinkwrap":false,"publish_time":1585595477782,"_cnpm_publish_time":1585595477782,"contributors":[]},"0.5.24-canary.049118af":{"name":"@firebase/database","version":"0.5.24-canary.049118af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.049118af","@firebase/logger":"0.2.0-canary.049118af","@firebase/util":"0.2.43-canary.049118af","@firebase/component":"0.1.8-canary.049118af","@firebase/auth-interop-types":"0.1.4-canary.049118af","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.049118af","@firebase/app-types":"0.6.0-canary.049118af","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.049118af","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"1aa39633d7a10a3f472be294e0fa8efde1cdf05e","size":1236057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.049118af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.049118af_1585592766839_0.24887035006847258"},"_hasShrinkwrap":false,"publish_time":1585592767043,"_cnpm_publish_time":1585592767043,"contributors":[]},"0.5.24-canary.bd85150b":{"name":"@firebase/database","version":"0.5.24-canary.bd85150b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.bd85150b","@firebase/logger":"0.2.0-canary.bd85150b","@firebase/util":"0.2.43-canary.bd85150b","@firebase/component":"0.1.8-canary.bd85150b","@firebase/auth-interop-types":"0.1.4-canary.bd85150b","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.bd85150b","@firebase/app-types":"0.6.0-canary.bd85150b","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.bd85150b","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"e0177ef3eab4519dceca02bc1de35cfb12d8dda0","size":1236058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.bd85150b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.bd85150b_1585545264498_0.3067730596796068"},"_hasShrinkwrap":false,"publish_time":1585545264763,"_cnpm_publish_time":1585545264763,"contributors":[]},"0.5.24-canary.1d7f06ca":{"name":"@firebase/database","version":"0.5.24-canary.1d7f06ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.1d7f06ca","@firebase/logger":"0.2.0-canary.1d7f06ca","@firebase/util":"0.2.43-canary.1d7f06ca","@firebase/component":"0.1.8-canary.1d7f06ca","@firebase/auth-interop-types":"0.1.4-canary.1d7f06ca","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.1d7f06ca","@firebase/app-types":"0.6.0-canary.1d7f06ca","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.1d7f06ca","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"a61482cb5107fe094ac56bb5b613dbea9b737c51","size":1236055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.1d7f06ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.1d7f06ca_1585355872717_0.9449717520995435"},"_hasShrinkwrap":false,"publish_time":1585355872948,"_cnpm_publish_time":1585355872948,"contributors":[]},"0.5.24-canary.e9fed6d7":{"name":"@firebase/database","version":"0.5.24-canary.e9fed6d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.e9fed6d7","@firebase/logger":"0.2.0-canary.e9fed6d7","@firebase/util":"0.2.43-canary.e9fed6d7","@firebase/component":"0.1.8-canary.e9fed6d7","@firebase/auth-interop-types":"0.1.4-canary.e9fed6d7","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.e9fed6d7","@firebase/app-types":"0.6.0-canary.e9fed6d7","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.e9fed6d7","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"0434c1adb8174e9429ce52fb8f04fc7bd8ba3eee","size":1236054,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.e9fed6d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.e9fed6d7_1585335007545_0.3361414461554737"},"_hasShrinkwrap":false,"publish_time":1585335007808,"_cnpm_publish_time":1585335007808,"contributors":[]},"0.5.24-canary.228b0474":{"name":"@firebase/database","version":"0.5.24-canary.228b0474","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.228b0474","@firebase/logger":"0.2.0-canary.228b0474","@firebase/util":"0.2.43-canary.228b0474","@firebase/component":"0.1.8-canary.228b0474","@firebase/auth-interop-types":"0.1.4-canary.228b0474","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.228b0474","@firebase/app-types":"0.6.0-canary.228b0474","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.228b0474","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"870d4a61c1351f213717bd428843affe649b17cd","size":1236059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.228b0474.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.228b0474_1585328857906_0.9244883866620315"},"_hasShrinkwrap":false,"publish_time":1585328858188,"_cnpm_publish_time":1585328858188,"contributors":[]},"0.5.24-canary.e7b230cf":{"name":"@firebase/database","version":"0.5.24-canary.e7b230cf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.e7b230cf","@firebase/logger":"0.2.0-canary.e7b230cf","@firebase/util":"0.2.43-canary.e7b230cf","@firebase/component":"0.1.8-canary.e7b230cf","@firebase/auth-interop-types":"0.1.4-canary.e7b230cf","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.e7b230cf","@firebase/app-types":"0.6.0-canary.e7b230cf","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.e7b230cf","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"856a071184a7943581653fa7ef5ee44d4134fb3e","size":1236055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.e7b230cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.e7b230cf_1585270306377_0.16571218037723878"},"_hasShrinkwrap":false,"publish_time":1585270306681,"_cnpm_publish_time":1585270306681,"contributors":[]},"0.5.24-canary.17e3e616":{"name":"@firebase/database","version":"0.5.24-canary.17e3e616","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.17e3e616","@firebase/logger":"0.2.0-canary.17e3e616","@firebase/util":"0.2.43-canary.17e3e616","@firebase/component":"0.1.8-canary.17e3e616","@firebase/auth-interop-types":"0.1.4-canary.17e3e616","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.17e3e616","@firebase/app-types":"0.6.0-canary.17e3e616","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.17e3e616","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"d0a9c610fe064f4305b36ecb7927a1676eb02bf1","size":1236055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.17e3e616.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.17e3e616_1585251672494_0.34176491121226316"},"_hasShrinkwrap":false,"publish_time":1585251672733,"_cnpm_publish_time":1585251672733,"contributors":[]},"0.5.24-canary.faa9fc62":{"name":"@firebase/database","version":"0.5.24-canary.faa9fc62","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.faa9fc62","@firebase/logger":"0.2.0-canary.faa9fc62","@firebase/util":"0.2.43-canary.faa9fc62","@firebase/component":"0.1.8-canary.faa9fc62","@firebase/auth-interop-types":"0.1.4-canary.faa9fc62","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.faa9fc62","@firebase/app-types":"0.6.0-canary.faa9fc62","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.faa9fc62","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"264d32c0246193f24312ea90eff699a3fe26f008","size":1236053,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.faa9fc62.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.faa9fc62_1585251555883_0.6450616066005217"},"_hasShrinkwrap":false,"publish_time":1585251556131,"_cnpm_publish_time":1585251556131,"contributors":[]},"0.5.24-canary.0d0bdc10":{"name":"@firebase/database","version":"0.5.24-canary.0d0bdc10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.0d0bdc10","@firebase/logger":"0.2.0-canary.0d0bdc10","@firebase/util":"0.2.43-canary.0d0bdc10","@firebase/component":"0.1.8-canary.0d0bdc10","@firebase/auth-interop-types":"0.1.4-canary.0d0bdc10","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.0d0bdc10","@firebase/app-types":"0.6.0-canary.0d0bdc10","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.0d0bdc10","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"6a2c3661bca475541a7db96cedef219785b58e84","size":1236012,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.0d0bdc10.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.0d0bdc10_1585098492122_0.003450741070884833"},"_hasShrinkwrap":false,"publish_time":1585098492385,"_cnpm_publish_time":1585098492385,"contributors":[]},"0.5.24-canary.f954d2f2":{"name":"@firebase/database","version":"0.5.24-canary.f954d2f2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.f954d2f2","@firebase/logger":"0.2.0-canary.f954d2f2","@firebase/util":"0.2.43-canary.f954d2f2","@firebase/component":"0.1.8-canary.f954d2f2","@firebase/auth-interop-types":"0.1.4-canary.f954d2f2","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.f954d2f2","@firebase/app-types":"0.6.0-canary.f954d2f2","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.f954d2f2","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"3ecf3135fc1d6df0ca5c401052e188dde02d53d8","size":1236016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.f954d2f2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.f954d2f2_1585096930552_0.9983016045270492"},"_hasShrinkwrap":false,"publish_time":1585096930752,"_cnpm_publish_time":1585096930752,"contributors":[]},"0.5.24-canary.1eada4e9":{"name":"@firebase/database","version":"0.5.24-canary.1eada4e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.1eada4e9","@firebase/logger":"0.2.0-canary.1eada4e9","@firebase/util":"0.2.43-canary.1eada4e9","@firebase/component":"0.1.8-canary.1eada4e9","@firebase/auth-interop-types":"0.1.4-canary.1eada4e9","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.1eada4e9","@firebase/app-types":"0.6.0-canary.1eada4e9","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.1eada4e9","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"8a5830cc37672da275b670ad8982b2392e763088","size":1236009,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.1eada4e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.1eada4e9_1585089721801_0.3137042960490366"},"_hasShrinkwrap":false,"publish_time":1585089721999,"_cnpm_publish_time":1585089721999,"contributors":[]},"0.5.24-canary.ef445722":{"name":"@firebase/database","version":"0.5.24-canary.ef445722","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.ef445722","@firebase/logger":"0.2.0-canary.ef445722","@firebase/util":"0.2.43-canary.ef445722","@firebase/component":"0.1.8-canary.ef445722","@firebase/auth-interop-types":"0.1.4-canary.ef445722","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.ef445722","@firebase/app-types":"0.6.0-canary.ef445722","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.ef445722","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"acc11f7594aff2992151464b1599bec56fe0a651","size":1236017,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.ef445722.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.ef445722_1585076747773_0.6329332998152584"},"_hasShrinkwrap":false,"publish_time":1585076748087,"_cnpm_publish_time":1585076748087,"contributors":[]},"0.5.24-canary.1de36ed4":{"name":"@firebase/database","version":"0.5.24-canary.1de36ed4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.1de36ed4","@firebase/logger":"0.2.0-canary.1de36ed4","@firebase/util":"0.2.43-canary.1de36ed4","@firebase/component":"0.1.8-canary.1de36ed4","@firebase/auth-interop-types":"0.1.4-canary.1de36ed4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.1de36ed4","@firebase/app-types":"0.6.0-canary.1de36ed4","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.1de36ed4","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"97a66adcf6657a5b0c09ec80847969a25c3d8864","size":1236014,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.1de36ed4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.1de36ed4_1585074082246_0.5972310755639814"},"_hasShrinkwrap":false,"publish_time":1585074082418,"_cnpm_publish_time":1585074082418,"contributors":[]},"0.5.24-canary.2c8c9403":{"name":"@firebase/database","version":"0.5.24-canary.2c8c9403","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.2c8c9403","@firebase/logger":"0.2.0-canary.2c8c9403","@firebase/util":"0.2.43-canary.2c8c9403","@firebase/component":"0.1.8-canary.2c8c9403","@firebase/auth-interop-types":"0.1.4-canary.2c8c9403","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.2c8c9403","@firebase/app-types":"0.6.0-canary.2c8c9403","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.2c8c9403","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"6a99f3e2658cde22eefd31be820e12a1cd31d121","size":1236015,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.2c8c9403.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.2c8c9403_1585069697782_0.9304645471207078"},"_hasShrinkwrap":false,"publish_time":1585069698007,"_cnpm_publish_time":1585069698007,"contributors":[]},"0.5.24-canary.afaf9825":{"name":"@firebase/database","version":"0.5.24-canary.afaf9825","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.afaf9825","@firebase/logger":"0.2.0-canary.afaf9825","@firebase/util":"0.2.43-canary.afaf9825","@firebase/component":"0.1.8-canary.afaf9825","@firebase/auth-interop-types":"0.1.4-canary.afaf9825","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.afaf9825","@firebase/app-types":"0.6.0-canary.afaf9825","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.afaf9825","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"19a67ca09454ece3f326639ab7c8888c8563efcf","size":1236014,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.afaf9825.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.afaf9825_1585007676641_0.8385092723091778"},"_hasShrinkwrap":false,"publish_time":1585007676881,"_cnpm_publish_time":1585007676881,"contributors":[]},"0.5.24-canary.a85f81db":{"name":"@firebase/database","version":"0.5.24-canary.a85f81db","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.a85f81db","@firebase/logger":"0.2.0-canary.a85f81db","@firebase/util":"0.2.43-canary.a85f81db","@firebase/component":"0.1.8-canary.a85f81db","@firebase/auth-interop-types":"0.1.4-canary.a85f81db","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.a85f81db","@firebase/app-types":"0.6.0-canary.a85f81db","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.a85f81db","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"ed71d3b1a329a9ef9840b63d925a1788ef546e38","size":1236015,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.a85f81db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.a85f81db_1584757341167_0.9779747688196581"},"_hasShrinkwrap":false,"publish_time":1584757341415,"_cnpm_publish_time":1584757341415,"contributors":[]},"0.5.24-canary.216eb639":{"name":"@firebase/database","version":"0.5.24-canary.216eb639","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.216eb639","@firebase/logger":"0.2.0-canary.216eb639","@firebase/util":"0.2.43-canary.216eb639","@firebase/component":"0.1.8-canary.216eb639","@firebase/auth-interop-types":"0.1.4-canary.216eb639","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.216eb639","@firebase/app-types":"0.6.0-canary.216eb639","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.216eb639","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"621e9128da41e55b6268792e010942f4beb65713","size":1236017,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.216eb639.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.216eb639_1584739698320_0.0176794995839471"},"_hasShrinkwrap":false,"publish_time":1584739698528,"_cnpm_publish_time":1584739698528,"contributors":[]},"0.5.24-canary.9200feb9":{"name":"@firebase/database","version":"0.5.24-canary.9200feb9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.9200feb9","@firebase/logger":"0.2.0-canary.9200feb9","@firebase/util":"0.2.43-canary.9200feb9","@firebase/component":"0.1.8-canary.9200feb9","@firebase/auth-interop-types":"0.1.4-canary.9200feb9","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.9200feb9","@firebase/app-types":"0.6.0-canary.9200feb9","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.9200feb9","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"06130d877d2a926cf9aab92cfc738ef552081f74","size":1236014,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.9200feb9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.9200feb9_1584722615889_0.07243111474356678"},"_hasShrinkwrap":false,"publish_time":1584722616115,"_cnpm_publish_time":1584722616115,"contributors":[]},"0.5.24-canary.cbc191d0":{"name":"@firebase/database","version":"0.5.24-canary.cbc191d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-canary.cbc191d0","@firebase/logger":"0.2.0-canary.cbc191d0","@firebase/util":"0.2.43-canary.cbc191d0","@firebase/component":"0.1.8-canary.cbc191d0","@firebase/auth-interop-types":"0.1.4-canary.cbc191d0","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-canary.cbc191d0","@firebase/app-types":"0.6.0-canary.cbc191d0","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-canary.cbc191d0","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"093056a950674e9f863fe5a30f730d008100933f","size":1236012,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-canary.cbc191d0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-canary.cbc191d0_1584655599657_0.33926818389701574"},"_hasShrinkwrap":false,"publish_time":1584655599920,"_cnpm_publish_time":1584655599920,"contributors":[]},"0.5.24":{"name":"@firebase/database","version":"0.5.24","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14","@firebase/logger":"0.2.0","@firebase/util":"0.2.43","@firebase/component":"0.1.8","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0","@firebase/app-types":"0.6.0","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.5.24","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"548b2030def35a7b6f4d71a4b2d1a67499d1eef3","size":1233704,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24_1584650516819_0.8121956947709861"},"_hasShrinkwrap":false,"publish_time":1584650517024,"_cnpm_publish_time":1584650517024,"contributors":[]},"0.5.23-canary.c8bebeb5":{"name":"@firebase/database","version":"0.5.23-canary.c8bebeb5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13-canary.c8bebeb5","@firebase/logger":"0.1.37-canary.c8bebeb5","@firebase/util":"0.2.42-canary.c8bebeb5","@firebase/component":"0.1.7-canary.c8bebeb5","@firebase/auth-interop-types":"0.1.4-canary.c8bebeb5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6-canary.c8bebeb5","@firebase/app-types":"0.5.3-canary.c8bebeb5","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.23-canary.c8bebeb5","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"d056f854611c2779df339d80a40f755f519df37f","size":1236016,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23-canary.c8bebeb5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23-canary.c8bebeb5_1584550199775_0.3654480913164606"},"_hasShrinkwrap":false,"publish_time":1584550199993,"_cnpm_publish_time":1584550199993,"contributors":[]},"0.5.24-0":{"name":"@firebase/database","version":"0.5.24-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.14-0","@firebase/logger":"0.2.0-0","@firebase/util":"0.2.43-0","@firebase/component":"0.1.8-0","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.6.0-0","@firebase/app-types":"0.6.0-0","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.24-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"676ee9a49400d1b3e2e241e93040e78d6ed5cb54","size":1233717,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.24-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.24-0_1584481140640_0.7634746063316731"},"_hasShrinkwrap":false,"publish_time":1584481140858,"_cnpm_publish_time":1584481140858,"contributors":[]},"0.5.23-canary.420c6261":{"name":"@firebase/database","version":"0.5.23-canary.420c6261","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13-canary.420c6261","@firebase/logger":"0.1.37-canary.420c6261","@firebase/util":"0.2.42-canary.420c6261","@firebase/component":"0.1.7-canary.420c6261","@firebase/auth-interop-types":"0.1.4-canary.420c6261","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6-canary.420c6261","@firebase/app-types":"0.5.3-canary.420c6261","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.23-canary.420c6261","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"912e8be5873666d080d404d9d416a217af22ea25","size":1236021,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23-canary.420c6261.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23-canary.420c6261_1584477267935_0.24410532386561457"},"_hasShrinkwrap":false,"publish_time":1584477268136,"_cnpm_publish_time":1584477268136,"contributors":[]},"0.5.23-canary.4f1f3034":{"name":"@firebase/database","version":"0.5.23-canary.4f1f3034","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13-canary.4f1f3034","@firebase/logger":"0.1.37-canary.4f1f3034","@firebase/util":"0.2.42-canary.4f1f3034","@firebase/component":"0.1.7-canary.4f1f3034","@firebase/auth-interop-types":"0.1.4-canary.4f1f3034","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6-canary.4f1f3034","@firebase/app-types":"0.5.3-canary.4f1f3034","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.23-canary.4f1f3034","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"041806cf9045d765246fba7b29581495f89f1746","size":1236020,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23-canary.4f1f3034.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23-canary.4f1f3034_1584473074047_0.7464172467310319"},"_hasShrinkwrap":false,"publish_time":1584473074248,"_cnpm_publish_time":1584473074248,"contributors":[]},"0.5.23-canary.a90acfa4":{"name":"@firebase/database","version":"0.5.23-canary.a90acfa4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13-canary.a90acfa4","@firebase/logger":"0.1.37-canary.a90acfa4","@firebase/util":"0.2.42-canary.a90acfa4","@firebase/component":"0.1.7-canary.a90acfa4","@firebase/auth-interop-types":"0.1.4-canary.a90acfa4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6-canary.a90acfa4","@firebase/app-types":"0.5.3-canary.a90acfa4","rollup":"2.0.6","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.23-canary.a90acfa4","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"cbffb0957a3be8e177a2bfb3e3c0bdac137709d7","size":1236015,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23-canary.a90acfa4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23-canary.a90acfa4_1584470941822_0.2941211351053339"},"_hasShrinkwrap":false,"publish_time":1584470941982,"_cnpm_publish_time":1584470941982,"contributors":[]},"0.5.23-canary.4277e4c5":{"name":"@firebase/database","version":"0.5.23-canary.4277e4c5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13-canary.4277e4c5","@firebase/logger":"0.1.37-canary.4277e4c5","@firebase/util":"0.2.42-canary.4277e4c5","@firebase/component":"0.1.7-canary.4277e4c5","@firebase/auth-interop-types":"0.1.4-canary.4277e4c5","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6-canary.4277e4c5","@firebase/app-types":"0.5.3-canary.4277e4c5","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.23-canary.4277e4c5","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"c613d55eac1e33d062d816512ca1c3fd4addca71","size":1236653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23-canary.4277e4c5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23-canary.4277e4c5_1584127025869_0.7101089344385181"},"_hasShrinkwrap":false,"publish_time":1584127026069,"_cnpm_publish_time":1584127026069,"contributors":[]},"0.5.23-canary.000316f6":{"name":"@firebase/database","version":"0.5.23-canary.000316f6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13-canary.000316f6","@firebase/logger":"0.1.37-canary.000316f6","@firebase/util":"0.2.42-canary.000316f6","@firebase/component":"0.1.7-canary.000316f6","@firebase/auth-interop-types":"0.1.4-canary.000316f6","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6-canary.000316f6","@firebase/app-types":"0.5.3-canary.000316f6","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.23-canary.000316f6","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"2922b6700d86193c139282cba7c2fecab09cdcfe","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23-canary.000316f6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23-canary.000316f6_1584120464957_0.22976362574900921"},"_hasShrinkwrap":false,"publish_time":1584120465171,"_cnpm_publish_time":1584120465171,"contributors":[]},"0.5.23":{"name":"@firebase/database","version":"0.5.23","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13","@firebase/logger":"0.1.37","@firebase/util":"0.2.42","@firebase/component":"0.1.7","@firebase/auth-interop-types":"0.1.4","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6","@firebase/app-types":"0.5.3","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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/database@0.5.23","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"372f0fda8fe057287f47afb6053a49bd58c5afa1","size":1234332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23_1584064964073_0.27210936001091723"},"_hasShrinkwrap":false,"publish_time":1584064964265,"_cnpm_publish_time":1584064964265,"contributors":[]},"0.5.23-2":{"name":"@firebase/database","version":"0.5.23-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13-2","@firebase/logger":"0.1.37-2","@firebase/util":"0.2.42-2","@firebase/component":"0.1.7-2","@firebase/auth-interop-types":"0.1.4-2","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6-2","@firebase/app-types":"0.5.3-2","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.23-2","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"0c35446a7736cb090ac71414c861224d1d368e5e","size":1234349,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23-2_1584062334849_0.2188022246183854"},"_hasShrinkwrap":false,"publish_time":1584062335232,"_cnpm_publish_time":1584062335232,"contributors":[]},"0.5.22-canary.b1aa52b3":{"name":"@firebase/database","version":"0.5.22-canary.b1aa52b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.b1aa52b3","@firebase/logger":"0.1.36-canary.b1aa52b3","@firebase/util":"0.2.41-canary.b1aa52b3","@firebase/component":"0.1.6-canary.b1aa52b3","@firebase/auth-interop-types":"0.1.3-canary.b1aa52b3","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.5-canary.b1aa52b3","@firebase/app-types":"0.5.2-canary.b1aa52b3","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.b1aa52b3","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"28bbdcd8a1789e171c34f6c0aa224bea72456a10","size":1236654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.b1aa52b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.b1aa52b3_1584061971613_0.936732701838475"},"_hasShrinkwrap":false,"publish_time":1584061971863,"_cnpm_publish_time":1584061971863,"contributors":[]},"0.5.23-1":{"name":"@firebase/database","version":"0.5.23-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13-1","@firebase/logger":"0.1.37-1","@firebase/util":"0.2.42-1","@firebase/component":"0.1.7-1","@firebase/auth-interop-types":"0.1.4-1","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6-1","@firebase/app-types":"0.5.3-1","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.23-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"303396aaba9ed67dcf7c43aaeec79c45ef247680","size":1234348,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23-1_1584049874509_0.8812895789731996"},"_hasShrinkwrap":false,"publish_time":1584049874710,"_cnpm_publish_time":1584049874710,"contributors":[]},"0.5.22-canary.f86f9540":{"name":"@firebase/database","version":"0.5.22-canary.f86f9540","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.f86f9540","@firebase/logger":"0.1.36-canary.f86f9540","@firebase/util":"0.2.41-canary.f86f9540","@firebase/component":"0.1.6-canary.f86f9540","@firebase/auth-interop-types":"0.1.3-canary.f86f9540","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.5-canary.f86f9540","@firebase/app-types":"0.5.2-canary.f86f9540","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.f86f9540","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"7c38d10baa91f643234f73438a3a8c549b2132ae","size":1236657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.f86f9540.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.f86f9540_1584049659840_0.02429990342729771"},"_hasShrinkwrap":false,"publish_time":1584049660050,"_cnpm_publish_time":1584049660050,"contributors":[]},"0.5.22-canary.aa04416d":{"name":"@firebase/database","version":"0.5.22-canary.aa04416d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.aa04416d","@firebase/logger":"0.1.36-canary.aa04416d","@firebase/util":"0.2.41-canary.aa04416d","@firebase/component":"0.1.6-canary.aa04416d","@firebase/auth-interop-types":"0.1.3-canary.aa04416d","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.5-canary.aa04416d","@firebase/app-types":"0.5.2-canary.aa04416d","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.aa04416d","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"e31b2457a636327533fc1f1384f428d4b5953f59","size":1236654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.aa04416d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.aa04416d_1584039383049_0.548700429387776"},"_hasShrinkwrap":false,"publish_time":1584039383264,"_cnpm_publish_time":1584039383264,"contributors":[]},"0.5.23-0":{"name":"@firebase/database","version":"0.5.23-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.13-0","@firebase/logger":"0.1.37-0","@firebase/util":"0.2.42-0","@firebase/component":"0.1.7-0","@firebase/auth-interop-types":"0.1.4-0","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.6-0","@firebase/app-types":"0.5.3-0","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.23-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"f95f35d191de600b88329deda2a282c346d42fc7","size":1234347,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.23-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.23-0_1583890695404_0.14776936514824013"},"_hasShrinkwrap":false,"publish_time":1583890695703,"_cnpm_publish_time":1583890695703,"contributors":[]},"0.5.22-canary.90b5f044":{"name":"@firebase/database","version":"0.5.22-canary.90b5f044","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.90b5f044","@firebase/logger":"0.1.36-canary.90b5f044","@firebase/util":"0.2.41-canary.90b5f044","@firebase/component":"0.1.6-canary.90b5f044","@firebase/auth-interop-types":"0.1.3-canary.90b5f044","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.5-canary.90b5f044","@firebase/app-types":"0.5.2-canary.90b5f044","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.90b5f044","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"0e43a4c0381c8d75b133bc59e7466b2430e03a75","size":1236657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.90b5f044.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.90b5f044_1583873729944_0.06478355739651809"},"_hasShrinkwrap":false,"publish_time":1583873730192,"_cnpm_publish_time":1583873730192,"contributors":[]},"0.5.22-canary.9d593bc7":{"name":"@firebase/database","version":"0.5.22-canary.9d593bc7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.9d593bc7","@firebase/logger":"0.1.36-canary.9d593bc7","@firebase/util":"0.2.41-canary.9d593bc7","@firebase/component":"0.1.6-canary.9d593bc7","@firebase/auth-interop-types":"0.1.3-canary.9d593bc7","faye-websocket":"0.11.3","tslib":"1.11.1"},"devDependencies":{"@firebase/app":"0.5.5-canary.9d593bc7","@firebase/app-types":"0.5.2-canary.9d593bc7","rollup":"1.32.1","rollup-plugin-typescript2":"0.26.0","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.9d593bc7","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"6b903f240fc8d20f11e498efb020fbe7e4747db5","size":1236657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.9d593bc7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.9d593bc7_1583793373517_0.7954444661857694"},"_hasShrinkwrap":false,"publish_time":1583793373712,"_cnpm_publish_time":1583793373712,"contributors":[]},"0.5.22-canary.b4274472":{"name":"@firebase/database","version":"0.5.22-canary.b4274472","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.b4274472","@firebase/logger":"0.1.36-canary.b4274472","@firebase/util":"0.2.41-canary.b4274472","@firebase/component":"0.1.6-canary.b4274472","@firebase/auth-interop-types":"0.1.3-canary.b4274472","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-canary.b4274472","@firebase/app-types":"0.5.2-canary.b4274472","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.b4274472","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"d6dcb61cd13e97bfed9a57bc5fd962091a238296","size":1236657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.b4274472.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.b4274472_1583773103334_0.44139886863616895"},"_hasShrinkwrap":false,"publish_time":1583773103519,"_cnpm_publish_time":1583773103519,"contributors":[]},"0.5.22-canary.43c67ac3":{"name":"@firebase/database","version":"0.5.22-canary.43c67ac3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.43c67ac3","@firebase/logger":"0.1.36-canary.43c67ac3","@firebase/util":"0.2.41-canary.43c67ac3","@firebase/component":"0.1.6-canary.43c67ac3","@firebase/auth-interop-types":"0.1.3-canary.43c67ac3","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-canary.43c67ac3","@firebase/app-types":"0.5.2-canary.43c67ac3","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.43c67ac3","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"1015466c6daa172498eae1bc8648ad4adb42cb44","size":1236657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.43c67ac3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.43c67ac3_1583535234907_0.20210176870861463"},"_hasShrinkwrap":false,"publish_time":1583535235169,"_cnpm_publish_time":1583535235169,"contributors":[]},"0.5.22-canary.ac255706":{"name":"@firebase/database","version":"0.5.22-canary.ac255706","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.ac255706","@firebase/logger":"0.1.36-canary.ac255706","@firebase/util":"0.2.41-canary.ac255706","@firebase/component":"0.1.6-canary.ac255706","@firebase/auth-interop-types":"0.1.3-canary.ac255706","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-canary.ac255706","@firebase/app-types":"0.5.2-canary.ac255706","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.ac255706","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"3704c139a5f4385df7bd674de430e0820f8444e1","size":1236660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.ac255706.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.ac255706_1583282884902_0.17993963348408548"},"_hasShrinkwrap":false,"publish_time":1583282885247,"_cnpm_publish_time":1583282885247,"contributors":[]},"0.5.22-canary.fcbd8a99":{"name":"@firebase/database","version":"0.5.22-canary.fcbd8a99","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.fcbd8a99","@firebase/logger":"0.1.36-canary.fcbd8a99","@firebase/util":"0.2.41-canary.fcbd8a99","@firebase/component":"0.1.6-canary.fcbd8a99","@firebase/auth-interop-types":"0.1.3-canary.fcbd8a99","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-canary.fcbd8a99","@firebase/app-types":"0.5.2-canary.fcbd8a99","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.fcbd8a99","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"d33aa25cbb91f0eb4d9c69e8873107ac44889083","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.fcbd8a99.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.fcbd8a99_1583179266710_0.33288286383630084"},"_hasShrinkwrap":false,"publish_time":1583179266994,"_cnpm_publish_time":1583179266994,"contributors":[]},"0.5.22-canary.f24ddc45":{"name":"@firebase/database","version":"0.5.22-canary.f24ddc45","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.f24ddc45","@firebase/logger":"0.1.36-canary.f24ddc45","@firebase/util":"0.2.41-canary.f24ddc45","@firebase/component":"0.1.6-canary.f24ddc45","@firebase/auth-interop-types":"0.1.3-canary.f24ddc45","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-canary.f24ddc45","@firebase/app-types":"0.5.2-canary.f24ddc45","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.f24ddc45","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"b09515e0169b676f6d42a51adf34eed28dcfca58","size":1236656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.f24ddc45.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.f24ddc45_1583177287250_0.11539615144389415"},"_hasShrinkwrap":false,"publish_time":1583177287418,"_cnpm_publish_time":1583177287418,"contributors":[]},"0.5.22-canary.488e7f40":{"name":"@firebase/database","version":"0.5.22-canary.488e7f40","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.488e7f40","@firebase/logger":"0.1.36-canary.488e7f40","@firebase/util":"0.2.41-canary.488e7f40","@firebase/component":"0.1.6-canary.488e7f40","@firebase/auth-interop-types":"0.1.3-canary.488e7f40","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-canary.488e7f40","@firebase/app-types":"0.5.2-canary.488e7f40","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.488e7f40","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"fb7298855854b4752592c117f0ad6bd5bdad7e38","size":1236658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.488e7f40.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.488e7f40_1583176744208_0.6027786680915252"},"_hasShrinkwrap":false,"publish_time":1583176744423,"_cnpm_publish_time":1583176744423,"contributors":[]},"0.5.22-canary.6fdc6e1c":{"name":"@firebase/database","version":"0.5.22-canary.6fdc6e1c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.6fdc6e1c","@firebase/logger":"0.1.36-canary.6fdc6e1c","@firebase/util":"0.2.41-canary.6fdc6e1c","@firebase/component":"0.1.6-canary.6fdc6e1c","@firebase/auth-interop-types":"0.1.3-canary.6fdc6e1c","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-canary.6fdc6e1c","@firebase/app-types":"0.5.2-canary.6fdc6e1c","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.6fdc6e1c","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"16c5afa082f138b1bbea61c03f81ce219e74426f","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.6fdc6e1c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.6fdc6e1c_1582931925413_0.0543828158072317"},"_hasShrinkwrap":false,"publish_time":1582931925704,"_cnpm_publish_time":1582931925704,"contributors":[]},"0.5.22-canary.3679e87c":{"name":"@firebase/database","version":"0.5.22-canary.3679e87c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.3679e87c","@firebase/logger":"0.1.36-canary.3679e87c","@firebase/util":"0.2.41-canary.3679e87c","@firebase/component":"0.1.6-canary.3679e87c","@firebase/auth-interop-types":"0.1.3-canary.3679e87c","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-canary.3679e87c","@firebase/app-types":"0.5.2-canary.3679e87c","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.3679e87c","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"109ba96bd1a1a3e22c6ff2684577b07ac3cc34fa","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.3679e87c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.3679e87c_1582928552539_0.6674653830234827"},"_hasShrinkwrap":false,"publish_time":1582928552738,"_cnpm_publish_time":1582928552738,"contributors":[]},"0.5.22-canary.e7beb86a":{"name":"@firebase/database","version":"0.5.22-canary.e7beb86a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-canary.e7beb86a","@firebase/logger":"0.1.36-canary.e7beb86a","@firebase/util":"0.2.41-canary.e7beb86a","@firebase/component":"0.1.6-canary.e7beb86a","@firebase/auth-interop-types":"0.1.3-canary.e7beb86a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-canary.e7beb86a","@firebase/app-types":"0.5.2-canary.e7beb86a","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-canary.e7beb86a","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"e60f9d2ff8b91f751d5ad9370e4c51fded21f62f","size":1236656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-canary.e7beb86a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-canary.e7beb86a_1582919498952_0.6067270845761443"},"_hasShrinkwrap":false,"publish_time":1582919499114,"_cnpm_publish_time":1582919499114,"contributors":[]},"0.5.22":{"name":"@firebase/database","version":"0.5.22","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12","@firebase/logger":"0.1.36","@firebase/util":"0.2.41","@firebase/component":"0.1.6","@firebase/auth-interop-types":"0.1.3","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5","@firebase/app-types":"0.5.2","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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/database@0.5.22","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"347e8f5d0fae2b7d50dbc2a39ee6fb35dfa37fc9","size":1234331,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22_1582849775782_0.9668816843789656"},"_hasShrinkwrap":false,"publish_time":1582849775949,"_cnpm_publish_time":1582849775949,"contributors":[]},"0.5.22-0":{"name":"@firebase/database","version":"0.5.22-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.12-0","@firebase/logger":"0.1.36-0","@firebase/util":"0.2.41-0","@firebase/component":"0.1.6-0","@firebase/auth-interop-types":"0.1.3-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.5-0","@firebase/app-types":"0.5.2-0","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.22-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"29ee4cb44bb634034a46c1812f81ef8dd8cc8411","size":1234344,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.22-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.22-0_1582845531359_0.5427290295695166"},"_hasShrinkwrap":false,"publish_time":1582845531516,"_cnpm_publish_time":1582845531516,"contributors":[]},"0.5.21-canary.cb01df49":{"name":"@firebase/database","version":"0.5.21-canary.cb01df49","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.cb01df49","@firebase/logger":"0.1.35-canary.cb01df49","@firebase/util":"0.2.40-canary.cb01df49","@firebase/component":"0.1.5-canary.cb01df49","@firebase/auth-interop-types":"0.1.2-canary.cb01df49","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.cb01df49","@firebase/app-types":"0.5.1-canary.cb01df49","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.cb01df49","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"a85335e09a0ac159d9a38ff955af7230188db997","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.cb01df49.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.cb01df49_1582844943915_0.07217686710437365"},"_hasShrinkwrap":false,"publish_time":1582844944152,"_cnpm_publish_time":1582844944152,"contributors":[]},"0.5.21-canary.9ed9b55b":{"name":"@firebase/database","version":"0.5.21-canary.9ed9b55b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.9ed9b55b","@firebase/logger":"0.1.35-canary.9ed9b55b","@firebase/util":"0.2.40-canary.9ed9b55b","@firebase/component":"0.1.5-canary.9ed9b55b","@firebase/auth-interop-types":"0.1.2-canary.9ed9b55b","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.9ed9b55b","@firebase/app-types":"0.5.1-canary.9ed9b55b","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.9ed9b55b","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"415486d14e84f1bb65c4467c008290a440e7ff19","size":1236658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.9ed9b55b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.9ed9b55b_1582843398148_0.5385498284619303"},"_hasShrinkwrap":false,"publish_time":1582843398330,"_cnpm_publish_time":1582843398330,"contributors":[]},"0.5.21-canary.ddab5212":{"name":"@firebase/database","version":"0.5.21-canary.ddab5212","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.ddab5212","@firebase/logger":"0.1.35-canary.ddab5212","@firebase/util":"0.2.40-canary.ddab5212","@firebase/component":"0.1.5-canary.ddab5212","@firebase/auth-interop-types":"0.1.2-canary.ddab5212","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.ddab5212","@firebase/app-types":"0.5.1-canary.ddab5212","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.ddab5212","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"21cfbc23abc2235a308deba6cadb22798a9ff583","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.ddab5212.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.ddab5212_1582840911815_0.45280345371954533"},"_hasShrinkwrap":false,"publish_time":1582840912292,"_cnpm_publish_time":1582840912292,"contributors":[]},"0.5.21-canary.ef7dabcb":{"name":"@firebase/database","version":"0.5.21-canary.ef7dabcb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.ef7dabcb","@firebase/logger":"0.1.35-canary.ef7dabcb","@firebase/util":"0.2.40-canary.ef7dabcb","@firebase/component":"0.1.5-canary.ef7dabcb","@firebase/auth-interop-types":"0.1.2-canary.ef7dabcb","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.ef7dabcb","@firebase/app-types":"0.5.1-canary.ef7dabcb","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.8.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.ef7dabcb","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"95d168567c476bfac6d88e9c95469ad713700c11","size":1236653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.ef7dabcb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.ef7dabcb_1582839986284_0.7032288750401021"},"_hasShrinkwrap":false,"publish_time":1582839986495,"_cnpm_publish_time":1582839986495,"contributors":[]},"0.5.21-canary.872ffe1e":{"name":"@firebase/database","version":"0.5.21-canary.872ffe1e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.872ffe1e","@firebase/logger":"0.1.35-canary.872ffe1e","@firebase/util":"0.2.40-canary.872ffe1e","@firebase/component":"0.1.5-canary.872ffe1e","@firebase/auth-interop-types":"0.1.2-canary.872ffe1e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.872ffe1e","@firebase/app-types":"0.5.1-canary.872ffe1e","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.872ffe1e","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"3b1820e39577a60c36d43213b04be4786db5c85c","size":1236656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.872ffe1e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.872ffe1e_1582756309985_0.17712430867077789"},"_hasShrinkwrap":false,"publish_time":1582756310231,"_cnpm_publish_time":1582756310231,"contributors":[]},"0.5.21-canary.fe06e91f":{"name":"@firebase/database","version":"0.5.21-canary.fe06e91f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.fe06e91f","@firebase/logger":"0.1.35-canary.fe06e91f","@firebase/util":"0.2.40-canary.fe06e91f","@firebase/component":"0.1.5-canary.fe06e91f","@firebase/auth-interop-types":"0.1.2-canary.fe06e91f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.fe06e91f","@firebase/app-types":"0.5.1-canary.fe06e91f","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.fe06e91f","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"39af1b66cf5e792998b7005b0c9e068d7c03a089","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.fe06e91f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.fe06e91f_1582312604775_0.45436723272930846"},"_hasShrinkwrap":false,"publish_time":1582312605001,"_cnpm_publish_time":1582312605001,"contributors":[]},"0.5.21-canary.2919c0ab":{"name":"@firebase/database","version":"0.5.21-canary.2919c0ab","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.2919c0ab","@firebase/logger":"0.1.35-canary.2919c0ab","@firebase/util":"0.2.40-canary.2919c0ab","@firebase/component":"0.1.5-canary.2919c0ab","@firebase/auth-interop-types":"0.1.2-canary.2919c0ab","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.2919c0ab","@firebase/app-types":"0.5.1-canary.2919c0ab","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.2919c0ab","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"56dddb790f1fc7a65216853acbe352d3454695cd","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.2919c0ab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.2919c0ab_1582223512909_0.9687799087355875"},"_hasShrinkwrap":false,"publish_time":1582223513104,"_cnpm_publish_time":1582223513104,"contributors":[]},"0.5.21-canary.4c2f8d1a":{"name":"@firebase/database","version":"0.5.21-canary.4c2f8d1a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.4c2f8d1a","@firebase/logger":"0.1.35-canary.4c2f8d1a","@firebase/util":"0.2.40-canary.4c2f8d1a","@firebase/component":"0.1.5-canary.4c2f8d1a","@firebase/auth-interop-types":"0.1.2-canary.4c2f8d1a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.4c2f8d1a","@firebase/app-types":"0.5.1-canary.4c2f8d1a","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.4c2f8d1a","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"0211c3f480a2a64bb36b3a7d714b9e2903323632","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.4c2f8d1a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.4c2f8d1a_1582178634984_0.058897550299860324"},"_hasShrinkwrap":false,"publish_time":1582178635228,"_cnpm_publish_time":1582178635228,"contributors":[]},"0.5.21-canary.1a7ef723":{"name":"@firebase/database","version":"0.5.21-canary.1a7ef723","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.1a7ef723","@firebase/logger":"0.1.35-canary.1a7ef723","@firebase/util":"0.2.40-canary.1a7ef723","@firebase/component":"0.1.5-canary.1a7ef723","@firebase/auth-interop-types":"0.1.2-canary.1a7ef723","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.1a7ef723","@firebase/app-types":"0.5.1-canary.1a7ef723","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.1a7ef723","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"0e43f5904bf1416f98caab03be88545bf98ffb4b","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.1a7ef723.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.1a7ef723_1582174893129_0.5025127312987434"},"_hasShrinkwrap":false,"publish_time":1582174893351,"_cnpm_publish_time":1582174893351,"contributors":[]},"0.5.21-canary.55026153":{"name":"@firebase/database","version":"0.5.21-canary.55026153","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.55026153","@firebase/logger":"0.1.35-canary.55026153","@firebase/util":"0.2.40-canary.55026153","@firebase/component":"0.1.5-canary.55026153","@firebase/auth-interop-types":"0.1.2-canary.55026153","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.55026153","@firebase/app-types":"0.5.1-canary.55026153","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.55026153","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"d42f5e57cdb6e28a79ff216b0f5c3cfec423b95f","size":1236663,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.55026153.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.55026153_1582162648695_0.01425181697076372"},"_hasShrinkwrap":false,"publish_time":1582162649000,"_cnpm_publish_time":1582162649000,"contributors":[]},"0.5.21-canary.d2b37c11":{"name":"@firebase/database","version":"0.5.21-canary.d2b37c11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.d2b37c11","@firebase/logger":"0.1.35-canary.d2b37c11","@firebase/util":"0.2.40-canary.d2b37c11","@firebase/component":"0.1.5-canary.d2b37c11","@firebase/auth-interop-types":"0.1.2-canary.d2b37c11","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.d2b37c11","@firebase/app-types":"0.5.1-canary.d2b37c11","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.d2b37c11","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"59328040fb0ff7029c3f948397a4b3678706f756","size":1236657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.d2b37c11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.d2b37c11_1582160112140_0.0024529018390189172"},"_hasShrinkwrap":false,"publish_time":1582160112427,"_cnpm_publish_time":1582160112427,"contributors":[]},"0.5.21-canary.20ab129c":{"name":"@firebase/database","version":"0.5.21-canary.20ab129c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.20ab129c","@firebase/logger":"0.1.35-canary.20ab129c","@firebase/util":"0.2.40-canary.20ab129c","@firebase/component":"0.1.5-canary.20ab129c","@firebase/auth-interop-types":"0.1.2-canary.20ab129c","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.20ab129c","@firebase/app-types":"0.5.1-canary.20ab129c","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.20ab129c","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"d0d5e04473d6ce891a370ac1a6d9588183278033","size":1236656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.20ab129c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.20ab129c_1582157541244_0.18214862759476746"},"_hasShrinkwrap":false,"publish_time":1582157541713,"_cnpm_publish_time":1582157541713,"contributors":[]},"0.5.21-canary.261bbd54":{"name":"@firebase/database","version":"0.5.21-canary.261bbd54","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.261bbd54","@firebase/logger":"0.1.35-canary.261bbd54","@firebase/util":"0.2.40-canary.261bbd54","@firebase/component":"0.1.5-canary.261bbd54","@firebase/auth-interop-types":"0.1.2-canary.261bbd54","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.261bbd54","@firebase/app-types":"0.5.1-canary.261bbd54","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.261bbd54","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"4e656492ffdce3bde68507d0ae45b8c1f05e40ba","size":1236659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.261bbd54.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.261bbd54_1582083878626_0.7083878533112442"},"_hasShrinkwrap":false,"publish_time":1582083878854,"_cnpm_publish_time":1582083878854,"contributors":[]},"0.5.21-canary.eb4fe34a":{"name":"@firebase/database","version":"0.5.21-canary.eb4fe34a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.eb4fe34a","@firebase/logger":"0.1.35-canary.eb4fe34a","@firebase/util":"0.2.40-canary.eb4fe34a","@firebase/component":"0.1.5-canary.eb4fe34a","@firebase/auth-interop-types":"0.1.2-canary.eb4fe34a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.eb4fe34a","@firebase/app-types":"0.5.1-canary.eb4fe34a","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.eb4fe34a","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"3dd05a0acf0415a110640650d19f8225ff272835","size":1236654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.eb4fe34a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.eb4fe34a_1582069702176_0.8478772463721236"},"_hasShrinkwrap":false,"publish_time":1582069702355,"_cnpm_publish_time":1582069702355,"contributors":[]},"0.5.21-canary.b40d71e3":{"name":"@firebase/database","version":"0.5.21-canary.b40d71e3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.b40d71e3","@firebase/logger":"0.1.35-canary.b40d71e3","@firebase/util":"0.2.40-canary.b40d71e3","@firebase/component":"0.1.5-canary.b40d71e3","@firebase/auth-interop-types":"0.1.2-canary.b40d71e3","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.b40d71e3","@firebase/app-types":"0.5.1-canary.b40d71e3","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.b40d71e3","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"ac9a2cb1c4ba44cc0fd7d2cc2e3fc925feaa5adc","size":1236657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.b40d71e3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.b40d71e3_1582069306526_0.09017521778463378"},"_hasShrinkwrap":false,"publish_time":1582069306734,"_cnpm_publish_time":1582069306734,"contributors":[]},"0.5.21-canary.fde23149":{"name":"@firebase/database","version":"0.5.21-canary.fde23149","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.fde23149","@firebase/logger":"0.1.35-canary.fde23149","@firebase/util":"0.2.40-canary.fde23149","@firebase/component":"0.1.5-canary.fde23149","@firebase/auth-interop-types":"0.1.2-canary.fde23149","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.fde23149","@firebase/app-types":"0.5.1-canary.fde23149","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.fde23149","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"39b81d6179b09a472e48d428b9f9918b6f815f20","size":1236656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.fde23149.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.fde23149_1581637623407_0.6042075902789068"},"_hasShrinkwrap":false,"publish_time":1581637623615,"_cnpm_publish_time":1581637623615,"contributors":[]},"0.5.21-canary.2af214af":{"name":"@firebase/database","version":"0.5.21-canary.2af214af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.2af214af","@firebase/logger":"0.1.35-canary.2af214af","@firebase/util":"0.2.40-canary.2af214af","@firebase/component":"0.1.5-canary.2af214af","@firebase/auth-interop-types":"0.1.2-canary.2af214af","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.2af214af","@firebase/app-types":"0.5.1-canary.2af214af","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.2af214af","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"534c28f986795b4e38d11227ed4d7d10c316b182","size":1236654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.2af214af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.2af214af_1581607653799_0.17788104980075592"},"_hasShrinkwrap":false,"publish_time":1581607654013,"_cnpm_publish_time":1581607654013,"contributors":[]},"0.5.21-canary.41132fa7":{"name":"@firebase/database","version":"0.5.21-canary.41132fa7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.41132fa7","@firebase/logger":"0.1.35-canary.41132fa7","@firebase/util":"0.2.40-canary.41132fa7","@firebase/component":"0.1.5-canary.41132fa7","@firebase/auth-interop-types":"0.1.2-canary.41132fa7","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.41132fa7","@firebase/app-types":"0.5.1-canary.41132fa7","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.41132fa7","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"ca4d0fbfdbae590cb92e73e033c0bbe35f329745","size":1236658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.41132fa7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.41132fa7_1581547228941_0.49513236893714274"},"_hasShrinkwrap":false,"publish_time":1581547229141,"_cnpm_publish_time":1581547229141,"contributors":[]},"0.5.21-canary.eb614f0e":{"name":"@firebase/database","version":"0.5.21-canary.eb614f0e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-canary.eb614f0e","@firebase/logger":"0.1.35-canary.eb614f0e","@firebase/util":"0.2.40-canary.eb614f0e","@firebase/component":"0.1.5-canary.eb614f0e","@firebase/auth-interop-types":"0.1.2-canary.eb614f0e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-canary.eb614f0e","@firebase/app-types":"0.5.1-canary.eb614f0e","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-canary.eb614f0e","_nodeVersion":"10.19.0","_npmVersion":"6.13.4","dist":{"shasum":"1b17138e5d42c3b17dab39a496405bdeacf7cfdc","size":1236656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-canary.eb614f0e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-canary.eb614f0e_1581377072866_0.7757751982904741"},"_hasShrinkwrap":false,"publish_time":1581377073074,"_cnpm_publish_time":1581377073074,"contributors":[]},"0.5.21":{"name":"@firebase/database","version":"0.5.21","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11","@firebase/logger":"0.1.35","@firebase/util":"0.2.40","@firebase/component":"0.1.5","@firebase/auth-interop-types":"0.1.2","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4","@firebase/app-types":"0.5.1","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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/database@0.5.21","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"2544399a9e018bab4241559932ccae6a9ae1cb35","size":1234336,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21_1581030768917_0.20313444004121228"},"_hasShrinkwrap":false,"publish_time":1581030769093,"_cnpm_publish_time":1581030769093,"contributors":[]},"0.5.21-0":{"name":"@firebase/database","version":"0.5.21-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.11-0","@firebase/logger":"0.1.35-0","@firebase/util":"0.2.40-0","@firebase/component":"0.1.5-0","@firebase/auth-interop-types":"0.1.2-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.4-0","@firebase/app-types":"0.5.1-0","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.21-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"19761f34b5b26fb062fa4a88fbabcd59e80ffdde","size":1234332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.21-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.21-0_1580855647797_0.31471280228456755"},"_hasShrinkwrap":false,"publish_time":1580855647973,"_cnpm_publish_time":1580855647973,"contributors":[]},"0.5.19-canary.689711a1":{"name":"@firebase/database","version":"0.5.19-canary.689711a1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.689711a1","@firebase/logger":"0.1.34-canary.689711a1","@firebase/util":"0.2.38-canary.689711a1","@firebase/component":"0.1.3-canary.689711a1","@firebase/auth-interop-types":"0.1.1-canary.689711a1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.689711a1","@firebase/app-types":"0.5.0-canary.689711a1","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.689711a1","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"69c3e1f019db91ab6dfe4db31399a683238e5afd","size":1236658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.689711a1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.689711a1_1580854605865_0.1402411614548833"},"_hasShrinkwrap":false,"publish_time":1580854606043,"_cnpm_publish_time":1580854606043,"contributors":[]},"0.5.19-canary.e6cb0c26":{"name":"@firebase/database","version":"0.5.19-canary.e6cb0c26","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.e6cb0c26","@firebase/logger":"0.1.34-canary.e6cb0c26","@firebase/util":"0.2.38-canary.e6cb0c26","@firebase/component":"0.1.3-canary.e6cb0c26","@firebase/auth-interop-types":"0.1.1-canary.e6cb0c26","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.e6cb0c26","@firebase/app-types":"0.5.0-canary.e6cb0c26","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.5"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.e6cb0c26","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"c7681eead406958fe8195e765b7d0264f1ef676f","size":1236656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.e6cb0c26.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.e6cb0c26_1580848895217_0.14975790113530452"},"_hasShrinkwrap":false,"publish_time":1580848895368,"_cnpm_publish_time":1580848895368,"contributors":[]},"0.5.19-canary.c5b79b6a":{"name":"@firebase/database","version":"0.5.19-canary.c5b79b6a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.c5b79b6a","@firebase/logger":"0.1.34-canary.c5b79b6a","@firebase/util":"0.2.38-canary.c5b79b6a","@firebase/component":"0.1.3-canary.c5b79b6a","@firebase/auth-interop-types":"0.1.1-canary.c5b79b6a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.c5b79b6a","@firebase/app-types":"0.5.0-canary.c5b79b6a","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.c5b79b6a","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"62c482176cad6f77618d04e658bd1b3ee8c522c4","size":1236658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.c5b79b6a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.c5b79b6a_1580509589561_0.4469159884695597"},"_hasShrinkwrap":false,"publish_time":1580509589748,"_cnpm_publish_time":1580509589748,"contributors":[]},"0.5.19-canary.8d8dac4d":{"name":"@firebase/database","version":"0.5.19-canary.8d8dac4d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.8d8dac4d","@firebase/logger":"0.1.34-canary.8d8dac4d","@firebase/util":"0.2.38-canary.8d8dac4d","@firebase/component":"0.1.3-canary.8d8dac4d","@firebase/auth-interop-types":"0.1.1-canary.8d8dac4d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.8d8dac4d","@firebase/app-types":"0.5.0-canary.8d8dac4d","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.8d8dac4d","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"418859008335d67b9198c5e4090ff396061589ea","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.8d8dac4d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.8d8dac4d_1580423458628_0.711601823652682"},"_hasShrinkwrap":false,"publish_time":1580423458801,"_cnpm_publish_time":1580423458801,"contributors":[]},"0.5.20":{"name":"@firebase/database","version":"0.5.20","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.34","@firebase/util":"0.2.39","@firebase/component":"0.1.4","@firebase/auth-interop-types":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.3","@firebase/app-types":"0.5.0","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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/database@0.5.20","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"f157e04409a94dda90ebb5493cc639310242cdea","size":1234313,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.20.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.20_1580417697624_0.1269707646193805"},"_hasShrinkwrap":false,"publish_time":1580417697862,"_cnpm_publish_time":1580417697862,"contributors":[]},"0.5.20-1":{"name":"@firebase/database","version":"0.5.20-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.34","@firebase/util":"0.2.39-1","@firebase/component":"0.1.4-1","@firebase/auth-interop-types":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.3-1","@firebase/app-types":"0.5.0","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.20-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"5bd24288b54d7be157aa77ce6ce122582b7f2525","size":1234331,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.20-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.20-1_1580413514546_0.9839934213080235"},"_hasShrinkwrap":false,"publish_time":1580413514724,"_cnpm_publish_time":1580413514724,"contributors":[]},"0.5.19-canary.cf185193":{"name":"@firebase/database","version":"0.5.19-canary.cf185193","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.cf185193","@firebase/logger":"0.1.34-canary.cf185193","@firebase/util":"0.2.38-canary.cf185193","@firebase/component":"0.1.3-canary.cf185193","@firebase/auth-interop-types":"0.1.1-canary.cf185193","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.cf185193","@firebase/app-types":"0.5.0-canary.cf185193","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.cf185193","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"98147b339f5ba5e42522186fcb6c0beb3311bfad","size":1236659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.cf185193.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.cf185193_1580336044003_0.40423520260855184"},"_hasShrinkwrap":false,"publish_time":1580336044181,"_cnpm_publish_time":1580336044181,"contributors":[]},"0.5.20-0":{"name":"@firebase/database","version":"0.5.20-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.34","@firebase/util":"0.2.39-0","@firebase/component":"0.1.4-0","@firebase/auth-interop-types":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.3-0","@firebase/app-types":"0.5.0","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.20-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"7db3fb10e7f91d19821a39c0a74fc492e177fceb","size":1234345,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.20-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.20-0_1580249556299_0.15514970260336858"},"_hasShrinkwrap":false,"publish_time":1580249556598,"_cnpm_publish_time":1580249556598,"contributors":[]},"0.5.19-canary.295a545d":{"name":"@firebase/database","version":"0.5.19-canary.295a545d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.295a545d","@firebase/logger":"0.1.34-canary.295a545d","@firebase/util":"0.2.38-canary.295a545d","@firebase/component":"0.1.3-canary.295a545d","@firebase/auth-interop-types":"0.1.1-canary.295a545d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.295a545d","@firebase/app-types":"0.5.0-canary.295a545d","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.295a545d","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"92c76dcb6e32c16dd127025eeb7c092ff04401d7","size":1236660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.295a545d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.295a545d_1580244293814_0.3738277805360328"},"_hasShrinkwrap":false,"publish_time":1580244294061,"_cnpm_publish_time":1580244294061,"contributors":[]},"0.5.19-canary.878c5016":{"name":"@firebase/database","version":"0.5.19-canary.878c5016","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.878c5016","@firebase/logger":"0.1.34-canary.878c5016","@firebase/util":"0.2.38-canary.878c5016","@firebase/component":"0.1.3-canary.878c5016","@firebase/auth-interop-types":"0.1.1-canary.878c5016","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.878c5016","@firebase/app-types":"0.5.0-canary.878c5016","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.878c5016","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"85202b5699f241841edfeca4b6af517943686708","size":1236659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.878c5016.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.878c5016_1580172382988_0.036610473718451386"},"_hasShrinkwrap":false,"publish_time":1580172383206,"_cnpm_publish_time":1580172383206,"contributors":[]},"0.5.19-canary.7d27807f":{"name":"@firebase/database","version":"0.5.19-canary.7d27807f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.7d27807f","@firebase/logger":"0.1.34-canary.7d27807f","@firebase/util":"0.2.38-canary.7d27807f","@firebase/component":"0.1.3-canary.7d27807f","@firebase/auth-interop-types":"0.1.1-canary.7d27807f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.7d27807f","@firebase/app-types":"0.5.0-canary.7d27807f","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.7d27807f","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"a8c73242a3772c25b95a6df82e03f6e6c976ca7e","size":1236658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.7d27807f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.7d27807f_1580155714846_0.6577447003578984"},"_hasShrinkwrap":false,"publish_time":1580155715037,"_cnpm_publish_time":1580155715037,"contributors":[]},"0.5.19-canary.d4ddeaf3":{"name":"@firebase/database","version":"0.5.19-canary.d4ddeaf3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.d4ddeaf3","@firebase/logger":"0.1.34-canary.d4ddeaf3","@firebase/util":"0.2.38-canary.d4ddeaf3","@firebase/component":"0.1.3-canary.d4ddeaf3","@firebase/auth-interop-types":"0.1.1-canary.d4ddeaf3","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.d4ddeaf3","@firebase/app-types":"0.5.0-canary.d4ddeaf3","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.d4ddeaf3","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"e2bb734a4d3aa331cd1939d3fd3f58f9b64a9c95","size":1236652,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.d4ddeaf3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.d4ddeaf3_1579907847927_0.965373133601968"},"_hasShrinkwrap":false,"publish_time":1579907848071,"_cnpm_publish_time":1579907848071,"contributors":[]},"0.5.19-canary.12f9b9b3":{"name":"@firebase/database","version":"0.5.19-canary.12f9b9b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.12f9b9b3","@firebase/logger":"0.1.34-canary.12f9b9b3","@firebase/util":"0.2.38-canary.12f9b9b3","@firebase/component":"0.1.3-canary.12f9b9b3","@firebase/auth-interop-types":"0.1.1-canary.12f9b9b3","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.12f9b9b3","@firebase/app-types":"0.5.0-canary.12f9b9b3","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.12f9b9b3","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"3b0e049f27376c3707373fdf000279efe16f8986","size":1236659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.12f9b9b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.12f9b9b3_1579892488158_0.6246286568888224"},"_hasShrinkwrap":false,"publish_time":1579892488280,"_cnpm_publish_time":1579892488280,"contributors":[]},"0.5.19-canary.df0f9c32":{"name":"@firebase/database","version":"0.5.19-canary.df0f9c32","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.df0f9c32","@firebase/logger":"0.1.34-canary.df0f9c32","@firebase/util":"0.2.38-canary.df0f9c32","@firebase/component":"0.1.3-canary.df0f9c32","@firebase/auth-interop-types":"0.1.1-canary.df0f9c32","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.df0f9c32","@firebase/app-types":"0.5.0-canary.df0f9c32","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.df0f9c32","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"58d0c6e93fb07d484235614bf00538681e7a4d20","size":1236656,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.df0f9c32.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.df0f9c32_1579813376420_0.8105228181611179"},"_hasShrinkwrap":false,"publish_time":1579813376651,"_cnpm_publish_time":1579813376651,"contributors":[]},"0.5.19-canary.ee57d26c":{"name":"@firebase/database","version":"0.5.19-canary.ee57d26c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.ee57d26c","@firebase/logger":"0.1.34-canary.ee57d26c","@firebase/util":"0.2.38-canary.ee57d26c","@firebase/component":"0.1.3-canary.ee57d26c","@firebase/auth-interop-types":"0.1.1-canary.ee57d26c","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.ee57d26c","@firebase/app-types":"0.5.0-canary.ee57d26c","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.ee57d26c","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"7b332d702eb45d908e7f47073f75d7136e37ee66","size":1236657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.ee57d26c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.ee57d26c_1579801774449_0.799733618363244"},"_hasShrinkwrap":false,"publish_time":1579801774632,"_cnpm_publish_time":1579801774632,"contributors":[]},"0.5.19-canary.d9bf41c5":{"name":"@firebase/database","version":"0.5.19-canary.d9bf41c5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.d9bf41c5","@firebase/logger":"0.1.34-canary.d9bf41c5","@firebase/util":"0.2.38-canary.d9bf41c5","@firebase/component":"0.1.3-canary.d9bf41c5","@firebase/auth-interop-types":"0.1.1-canary.d9bf41c5","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.d9bf41c5","@firebase/app-types":"0.5.0-canary.d9bf41c5","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.d9bf41c5","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"38281065a61a6a50164261797db053e69ec44c56","size":1236657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.d9bf41c5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.d9bf41c5_1579799934761_0.08427353314568453"},"_hasShrinkwrap":false,"publish_time":1579799934967,"_cnpm_publish_time":1579799934967,"contributors":[]},"0.5.19-canary.5fb352a9":{"name":"@firebase/database","version":"0.5.19-canary.5fb352a9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.5fb352a9","@firebase/logger":"0.1.34-canary.5fb352a9","@firebase/util":"0.2.38-canary.5fb352a9","@firebase/component":"0.1.3-canary.5fb352a9","@firebase/auth-interop-types":"0.1.1-canary.5fb352a9","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.5fb352a9","@firebase/app-types":"0.5.0-canary.5fb352a9","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.5fb352a9","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"c198e96c3949f14d2153a906d3736eca32a255a6","size":1236659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.5fb352a9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.5fb352a9_1579731792824_0.21829346741456668"},"_hasShrinkwrap":false,"publish_time":1579731793021,"_cnpm_publish_time":1579731793021,"contributors":[]},"0.5.19-canary.5042f724":{"name":"@firebase/database","version":"0.5.19-canary.5042f724","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.5042f724","@firebase/logger":"0.1.34-canary.5042f724","@firebase/util":"0.2.38-canary.5042f724","@firebase/component":"0.1.3-canary.5042f724","@firebase/auth-interop-types":"0.1.1-canary.5042f724","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.5042f724","@firebase/app-types":"0.5.0-canary.5042f724","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.5042f724","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"95d625e8b68c62a3365ace1d61b9ca749050adb0","size":1236661,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.5042f724.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.5042f724_1579717277404_0.29296650384948153"},"_hasShrinkwrap":false,"publish_time":1579717277663,"_cnpm_publish_time":1579717277663,"contributors":[]},"0.5.19-canary.38876ff9":{"name":"@firebase/database","version":"0.5.19-canary.38876ff9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.38876ff9","@firebase/logger":"0.1.34-canary.38876ff9","@firebase/util":"0.2.38-canary.38876ff9","@firebase/component":"0.1.3-canary.38876ff9","@firebase/auth-interop-types":"0.1.1-canary.38876ff9","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.38876ff9","@firebase/app-types":"0.5.0-canary.38876ff9","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.38876ff9","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"1110d9617e2160d0f3be117f24b401fe6103d8df","size":1236659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.38876ff9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.38876ff9_1579715637028_0.9805634345519443"},"_hasShrinkwrap":false,"publish_time":1579715637249,"_cnpm_publish_time":1579715637249,"contributors":[]},"0.5.19-canary.83fed17e":{"name":"@firebase/database","version":"0.5.19-canary.83fed17e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.83fed17e","@firebase/logger":"0.1.34-canary.83fed17e","@firebase/util":"0.2.38-canary.83fed17e","@firebase/component":"0.1.3-canary.83fed17e","@firebase/auth-interop-types":"0.1.1-canary.83fed17e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.83fed17e","@firebase/app-types":"0.5.0-canary.83fed17e","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.83fed17e","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"afc2dad1cf158e32f6714749be43fc58e9a2a49d","size":1236653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.83fed17e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.83fed17e_1579714533224_0.09637793985941245"},"_hasShrinkwrap":false,"publish_time":1579714533540,"_cnpm_publish_time":1579714533540,"contributors":[]},"0.5.19-canary.01da30b0":{"name":"@firebase/database","version":"0.5.19-canary.01da30b0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.01da30b0","@firebase/logger":"0.1.34-canary.01da30b0","@firebase/util":"0.2.38-canary.01da30b0","@firebase/component":"0.1.3-canary.01da30b0","@firebase/auth-interop-types":"0.1.1-canary.01da30b0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-canary.01da30b0","@firebase/app-types":"0.5.0-canary.01da30b0","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-canary.01da30b0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"74a8d72922518fef08ed56d5203f577c5427624b","size":1236655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-canary.01da30b0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-canary.01da30b0_1579649439844_0.6722930621981449"},"_hasShrinkwrap":false,"publish_time":1579649440134,"_cnpm_publish_time":1579649440134,"contributors":[]},"0.5.18-canary.cfa8a5f0":{"name":"@firebase/database","version":"0.5.18-canary.cfa8a5f0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.cfa8a5f0","@firebase/logger":"0.1.33-canary.cfa8a5f0","@firebase/util":"0.2.37-canary.cfa8a5f0","@firebase/component":"0.1.2-canary.cfa8a5f0","@firebase/auth-interop-types":"0.1.1-canary.cfa8a5f0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.1-canary.cfa8a5f0","@firebase/app-types":"0.5.0-canary.cfa8a5f0","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.18-canary.cfa8a5f0","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"436101f0d717a6348a40721d8d78bbb218fef782","size":1236654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.18-canary.cfa8a5f0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.18-canary.cfa8a5f0_1579640999991_0.9100063526394127"},"_hasShrinkwrap":false,"publish_time":1579641000237,"_cnpm_publish_time":1579641000237,"contributors":[]},"0.5.19":{"name":"@firebase/database","version":"0.5.19","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.34","@firebase/util":"0.2.38","@firebase/component":"0.1.3","@firebase/auth-interop-types":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2","@firebase/app-types":"0.5.0","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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/database@0.5.19","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"fb1e032fd201f109b975373096db5a82061b88fd","size":1234315,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19_1579214110835_0.4746138270939231"},"_hasShrinkwrap":false,"publish_time":1579214111049,"_cnpm_publish_time":1579214111049,"contributors":[]},"0.5.18-canary.9a1a8693":{"name":"@firebase/database","version":"0.5.18-canary.9a1a8693","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.9a1a8693","@firebase/logger":"0.1.33-canary.9a1a8693","@firebase/util":"0.2.37-canary.9a1a8693","@firebase/component":"0.1.2-canary.9a1a8693","@firebase/auth-interop-types":"0.1.1-canary.9a1a8693","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.1-canary.9a1a8693","@firebase/app-types":"0.5.0-canary.9a1a8693","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.18-canary.9a1a8693","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"eb66950e751aae1f1e147afafac8d98e0682f1a8","size":1236659,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.18-canary.9a1a8693.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.18-canary.9a1a8693_1579133487909_0.10086072372416455"},"_hasShrinkwrap":false,"publish_time":1579133488088,"_cnpm_publish_time":1579133488088,"contributors":[]},"0.5.19-0":{"name":"@firebase/database","version":"0.5.19-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.34-0","@firebase/util":"0.2.38-0","@firebase/component":"0.1.3-0","@firebase/auth-interop-types":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.2-0","@firebase/app-types":"0.5.0","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.19-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"6f51e7653f1073f46b01dd1c27fc42561cd20474","size":1234330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.19-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.19-0_1579041914947_0.4927718213155179"},"_hasShrinkwrap":false,"publish_time":1579041915142,"_cnpm_publish_time":1579041915142,"contributors":[]},"0.5.18-canary.00e77c1":{"name":"@firebase/database","version":"0.5.18-canary.00e77c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.00e77c1","@firebase/logger":"0.1.33-canary.00e77c1","@firebase/util":"0.2.37-canary.00e77c1","@firebase/component":"0.1.2-canary.00e77c1","@firebase/auth-interop-types":"0.1.1-canary.00e77c1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.1-canary.00e77c1","@firebase/app-types":"0.5.0-canary.00e77c1","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.18-canary.00e77c1","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"8878ed682c1df68ff34d40dfa02390c1008ed2f6","size":1236648,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.18-canary.00e77c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.18-canary.00e77c1_1578959788765_0.45899487581156495"},"_hasShrinkwrap":false,"publish_time":1578959788949,"_cnpm_publish_time":1578959788949,"contributors":[]},"0.5.18-canary.903abce":{"name":"@firebase/database","version":"0.5.18-canary.903abce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.903abce","@firebase/logger":"0.1.33-canary.903abce","@firebase/util":"0.2.37-canary.903abce","@firebase/component":"0.1.2-canary.903abce","@firebase/auth-interop-types":"0.1.1-canary.903abce","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.1-canary.903abce","@firebase/app-types":"0.5.0-canary.903abce","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.18-canary.903abce","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"4b26d4d3871f0be706f2207f46e05b846745fdce","size":1236648,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.18-canary.903abce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.18-canary.903abce_1578708699597_0.9023265364618771"},"_hasShrinkwrap":false,"publish_time":1578708699789,"_cnpm_publish_time":1578708699789,"contributors":[]},"0.5.18-canary.6ef51fe":{"name":"@firebase/database","version":"0.5.18-canary.6ef51fe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.6ef51fe","@firebase/logger":"0.1.33-canary.6ef51fe","@firebase/util":"0.2.37-canary.6ef51fe","@firebase/component":"0.1.2-canary.6ef51fe","@firebase/auth-interop-types":"0.1.1-canary.6ef51fe","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.1-canary.6ef51fe","@firebase/app-types":"0.5.0-canary.6ef51fe","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.18-canary.6ef51fe","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"15b2df8f5e2cc4247e307fe9df41b22aee194b41","size":1236649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.18-canary.6ef51fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.18-canary.6ef51fe_1578615339138_0.10328795379547295"},"_hasShrinkwrap":false,"publish_time":1578615339302,"_cnpm_publish_time":1578615339302,"contributors":[]},"0.5.18-canary.7058a53":{"name":"@firebase/database","version":"0.5.18-canary.7058a53","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.7058a53","@firebase/logger":"0.1.33-canary.7058a53","@firebase/util":"0.2.37-canary.7058a53","@firebase/component":"0.1.2-canary.7058a53","@firebase/auth-interop-types":"0.1.1-canary.7058a53","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.1-canary.7058a53","@firebase/app-types":"0.5.0-canary.7058a53","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.18-canary.7058a53","_nodeVersion":"10.18.1","_npmVersion":"6.13.4","dist":{"shasum":"a3a36a948e47f7646046bec465d3a4c629252b89","size":1236654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.18-canary.7058a53.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.18-canary.7058a53_1578612318140_0.8121578068954778"},"_hasShrinkwrap":false,"publish_time":1578612318296,"_cnpm_publish_time":1578612318296,"contributors":[]},"0.5.18":{"name":"@firebase/database","version":"0.5.18","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.33","@firebase/util":"0.2.37","@firebase/component":"0.1.2","@firebase/auth-interop-types":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.1","@firebase/app-types":"0.5.0","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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/database@0.5.18","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"1f9edda7ae1ebab95ce98911b2848b66e9deee13","size":1233668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.18.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.18_1578607379716_0.6162539608391033"},"_hasShrinkwrap":false,"publish_time":1578607379880,"_cnpm_publish_time":1578607379880,"contributors":[]},"0.5.17-canary.18a93e2":{"name":"@firebase/database","version":"0.5.17-canary.18a93e2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.18a93e2","@firebase/logger":"0.1.33-canary.18a93e2","@firebase/util":"0.2.36-canary.18a93e2","@firebase/component":"0.1.1-canary.18a93e2","@firebase/auth-interop-types":"0.1.1-canary.18a93e2","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.18a93e2","@firebase/app-types":"0.5.0-canary.18a93e2","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.18a93e2","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"a01ae71f47161094bf3b55b926428d8d3cb54f1b","size":1236648,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.18a93e2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.18a93e2_1578607015863_0.4170812570936828"},"_hasShrinkwrap":false,"publish_time":1578607016080,"_cnpm_publish_time":1578607016080,"contributors":[]},"0.5.17-canary.e9bf41c":{"name":"@firebase/database","version":"0.5.17-canary.e9bf41c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.e9bf41c","@firebase/logger":"0.1.33-canary.e9bf41c","@firebase/util":"0.2.36-canary.e9bf41c","@firebase/component":"0.1.1-canary.e9bf41c","@firebase/auth-interop-types":"0.1.1-canary.e9bf41c","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.e9bf41c","@firebase/app-types":"0.5.0-canary.e9bf41c","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.e9bf41c","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"bd38158cc58735c6644130fc3f4ba76c46052a6c","size":1236644,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.e9bf41c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.e9bf41c_1578606723203_0.3929519289565069"},"_hasShrinkwrap":false,"publish_time":1578606723411,"_cnpm_publish_time":1578606723411,"contributors":[]},"0.5.17-canary.f7bf249":{"name":"@firebase/database","version":"0.5.17-canary.f7bf249","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.f7bf249","@firebase/logger":"0.1.33-canary.f7bf249","@firebase/util":"0.2.36-canary.f7bf249","@firebase/component":"0.1.1-canary.f7bf249","@firebase/auth-interop-types":"0.1.1-canary.f7bf249","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.f7bf249","@firebase/app-types":"0.5.0-canary.f7bf249","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.f7bf249","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"cc3930441f8a4c7e3bd6e04f6bb30fa221aaf676","size":1236644,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.f7bf249.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.f7bf249_1578574586003_0.6848603273460152"},"_hasShrinkwrap":false,"publish_time":1578574586169,"_cnpm_publish_time":1578574586169,"contributors":[]},"0.5.17-canary.2092cce":{"name":"@firebase/database","version":"0.5.17-canary.2092cce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.2092cce","@firebase/logger":"0.1.33-canary.2092cce","@firebase/util":"0.2.36-canary.2092cce","@firebase/component":"0.1.1-canary.2092cce","@firebase/auth-interop-types":"0.1.1-canary.2092cce","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.2092cce","@firebase/app-types":"0.5.0-canary.2092cce","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.2092cce","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"7dd2e082bda70873c30b7547506ea623f5017f89","size":1236639,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.2092cce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.2092cce_1578567303268_0.1387275570252433"},"_hasShrinkwrap":false,"publish_time":1578567303386,"_cnpm_publish_time":1578567303386,"contributors":[]},"0.5.17-canary.9c28e7b":{"name":"@firebase/database","version":"0.5.17-canary.9c28e7b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.9c28e7b","@firebase/logger":"0.1.33-canary.9c28e7b","@firebase/util":"0.2.36-canary.9c28e7b","@firebase/component":"0.1.1-canary.9c28e7b","@firebase/auth-interop-types":"0.1.1-canary.9c28e7b","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.9c28e7b","@firebase/app-types":"0.5.0-canary.9c28e7b","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.9c28e7b","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"02c2604315565540b60f1d76fd3c2a44d0344482","size":1236644,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.9c28e7b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.9c28e7b_1578537448366_0.2053695251513048"},"_hasShrinkwrap":false,"publish_time":1578537448574,"_cnpm_publish_time":1578537448574,"contributors":[]},"0.5.17-canary.689f035":{"name":"@firebase/database","version":"0.5.17-canary.689f035","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.689f035","@firebase/logger":"0.1.33-canary.689f035","@firebase/util":"0.2.36-canary.689f035","@firebase/component":"0.1.1-canary.689f035","@firebase/auth-interop-types":"0.1.1-canary.689f035","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.689f035","@firebase/app-types":"0.5.0-canary.689f035","rollup":"1.28.0","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.689f035","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"78e4e0032ca275b5d0c8d67514fcb41582c1dd86","size":1236649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.689f035.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.689f035_1578533220800_0.25227439873150703"},"_hasShrinkwrap":false,"publish_time":1578533221018,"_cnpm_publish_time":1578533221018,"contributors":[]},"0.5.17-canary.885e0b3":{"name":"@firebase/database","version":"0.5.17-canary.885e0b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.885e0b3","@firebase/logger":"0.1.33-canary.885e0b3","@firebase/util":"0.2.36-canary.885e0b3","@firebase/component":"0.1.1-canary.885e0b3","@firebase/auth-interop-types":"0.1.1-canary.885e0b3","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.885e0b3","@firebase/app-types":"0.5.0-canary.885e0b3","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.885e0b3","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"638476b88e3688984d0c881dfc11518cde355ef6","size":1235995,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.885e0b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.885e0b3_1578497044994_0.9389573563053739"},"_hasShrinkwrap":false,"publish_time":1578497045199,"_cnpm_publish_time":1578497045199,"contributors":[]},"0.5.17-canary.8504da9":{"name":"@firebase/database","version":"0.5.17-canary.8504da9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.8504da9","@firebase/logger":"0.1.33-canary.8504da9","@firebase/util":"0.2.36-canary.8504da9","@firebase/component":"0.1.1-canary.8504da9","@firebase/auth-interop-types":"0.1.1-canary.8504da9","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.8504da9","@firebase/app-types":"0.5.0-canary.8504da9","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.8504da9","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"c611bfbfa60ec8d458bf363cc9d9f44b6b04a14d","size":1235993,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.8504da9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.8504da9_1578443586848_0.3941254264368763"},"_hasShrinkwrap":false,"publish_time":1578443587072,"_cnpm_publish_time":1578443587072,"contributors":[]},"0.5.18-0":{"name":"@firebase/database","version":"0.5.18-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.33","@firebase/util":"0.2.37-0","@firebase/component":"0.1.2-0","@firebase/auth-interop-types":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.1-0","@firebase/app-types":"0.5.0","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.18-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"a5a6d3a2d76d83b2a3828c3f339437a2b9d569c1","size":1233677,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.18-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.18-0_1578441895939_0.9033832559218351"},"_hasShrinkwrap":false,"publish_time":1578441896135,"_cnpm_publish_time":1578441896135,"contributors":[]},"0.5.17-canary.24d74bd":{"name":"@firebase/database","version":"0.5.17-canary.24d74bd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.24d74bd","@firebase/logger":"0.1.33-canary.24d74bd","@firebase/util":"0.2.36-canary.24d74bd","@firebase/component":"0.1.1-canary.24d74bd","@firebase/auth-interop-types":"0.1.1-canary.24d74bd","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.24d74bd","@firebase/app-types":"0.5.0-canary.24d74bd","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.24d74bd","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"837384849835fda0f6ae00402a653a1591f3d6e8","size":1242140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.24d74bd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.24d74bd_1578405044945_0.9721596105280554"},"_hasShrinkwrap":false,"publish_time":1578405045171,"_cnpm_publish_time":1578405045171,"contributors":[]},"0.5.17-canary.f8d2cc5":{"name":"@firebase/database","version":"0.5.17-canary.f8d2cc5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.f8d2cc5","@firebase/logger":"0.1.33-canary.f8d2cc5","@firebase/util":"0.2.36-canary.f8d2cc5","@firebase/component":"0.1.1-canary.f8d2cc5","@firebase/auth-interop-types":"0.1.1-canary.f8d2cc5","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.f8d2cc5","@firebase/app-types":"0.5.0-canary.f8d2cc5","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.f8d2cc5","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"e63c9aa098e6026e500fd199630bea5ea0a3a236","size":1242139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.f8d2cc5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.f8d2cc5_1578349327233_0.6980289913835294"},"_hasShrinkwrap":false,"publish_time":1578349327461,"_cnpm_publish_time":1578349327461,"contributors":[]},"0.5.17-canary.265fa50":{"name":"@firebase/database","version":"0.5.17-canary.265fa50","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.265fa50","@firebase/logger":"0.1.33-canary.265fa50","@firebase/util":"0.2.36-canary.265fa50","@firebase/component":"0.1.1-canary.265fa50","@firebase/auth-interop-types":"0.1.1-canary.265fa50","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.265fa50","@firebase/app-types":"0.5.0-canary.265fa50","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.265fa50","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"c681a15def3c338e5dcb5e4fd272687803158681","size":1242141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.265fa50.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.265fa50_1578343997683_0.6908559027786036"},"_hasShrinkwrap":false,"publish_time":1578343997854,"_cnpm_publish_time":1578343997854,"contributors":[]},"0.5.17-canary.6104c68":{"name":"@firebase/database","version":"0.5.17-canary.6104c68","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.6104c68","@firebase/logger":"0.1.33-canary.6104c68","@firebase/util":"0.2.36-canary.6104c68","@firebase/component":"0.1.1-canary.6104c68","@firebase/auth-interop-types":"0.1.1-canary.6104c68","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.6104c68","@firebase/app-types":"0.5.0-canary.6104c68","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.6104c68","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"206dbde8b8896753c88fcff2ad904349d970c559","size":1242143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.6104c68.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.6104c68_1578337785830_0.6014727480897974"},"_hasShrinkwrap":false,"publish_time":1578337786072,"_cnpm_publish_time":1578337786072,"contributors":[]},"0.5.17-canary.af162f9":{"name":"@firebase/database","version":"0.5.17-canary.af162f9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.af162f9","@firebase/logger":"0.1.33-canary.af162f9","@firebase/util":"0.2.36-canary.af162f9","@firebase/component":"0.1.1-canary.af162f9","@firebase/auth-interop-types":"0.1.1-canary.af162f9","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.af162f9","@firebase/app-types":"0.5.0-canary.af162f9","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.af162f9","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"4f522becc1d123254fe210faaf48d6da99081b66","size":1242137,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.af162f9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.af162f9_1578074983318_0.9062620976602904"},"_hasShrinkwrap":false,"publish_time":1578074983551,"_cnpm_publish_time":1578074983551,"contributors":[]},"0.5.17-canary.7250d25":{"name":"@firebase/database","version":"0.5.17-canary.7250d25","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.7250d25","@firebase/logger":"0.1.33-canary.7250d25","@firebase/util":"0.2.36-canary.7250d25","@firebase/component":"0.1.1-canary.7250d25","@firebase/auth-interop-types":"0.1.1-canary.7250d25","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.7250d25","@firebase/app-types":"0.5.0-canary.7250d25","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.7250d25","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"436539e7e9e8d6fd5c9ec1bd6ba9ad28bcaca8b0","size":1242139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.7250d25.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.7250d25_1577440931713_0.15605908986783756"},"_hasShrinkwrap":false,"publish_time":1577440932122,"_cnpm_publish_time":1577440932122,"contributors":[]},"0.5.17-canary.94cf316":{"name":"@firebase/database","version":"0.5.17-canary.94cf316","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.94cf316","@firebase/logger":"0.1.33-canary.94cf316","@firebase/util":"0.2.36-canary.94cf316","@firebase/component":"0.1.1-canary.94cf316","@firebase/auth-interop-types":"0.1.1-canary.94cf316","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.94cf316","@firebase/app-types":"0.5.0-canary.94cf316","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.94cf316","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"3203ab39ab7a677a8ee94fa567d06a83961291fa","size":1242141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.94cf316.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.94cf316_1577438006899_0.7767187078525211"},"_hasShrinkwrap":false,"publish_time":1577438007119,"_cnpm_publish_time":1577438007119,"contributors":[]},"0.5.17-canary.e4d0455":{"name":"@firebase/database","version":"0.5.17-canary.e4d0455","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.e4d0455","@firebase/logger":"0.1.33-canary.e4d0455","@firebase/util":"0.2.36-canary.e4d0455","@firebase/component":"0.1.1-canary.e4d0455","@firebase/auth-interop-types":"0.1.1-canary.e4d0455","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.e4d0455","@firebase/app-types":"0.5.0-canary.e4d0455","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.e4d0455","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"be1a413b6be276883e5cef89dbbbeda722852b5c","size":1242140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.e4d0455.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.e4d0455_1577134290442_0.9957901800386653"},"_hasShrinkwrap":false,"publish_time":1577134290601,"_cnpm_publish_time":1577134290601,"contributors":[]},"0.5.17-canary.88734fd":{"name":"@firebase/database","version":"0.5.17-canary.88734fd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.88734fd","@firebase/logger":"0.1.33-canary.88734fd","@firebase/util":"0.2.36-canary.88734fd","@firebase/component":"0.1.1-canary.88734fd","@firebase/auth-interop-types":"0.1.1-canary.88734fd","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.88734fd","@firebase/app-types":"0.5.0-canary.88734fd","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.88734fd","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"954ecfd98bcd97df6060f7874b69573fa7b381ac","size":1242142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.88734fd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.88734fd_1576877466137_0.10088528518570983"},"_hasShrinkwrap":false,"publish_time":1576877466339,"_cnpm_publish_time":1576877466339,"contributors":[]},"0.5.17-canary.984c1e4":{"name":"@firebase/database","version":"0.5.17-canary.984c1e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.984c1e4","@firebase/logger":"0.1.33-canary.984c1e4","@firebase/util":"0.2.36-canary.984c1e4","@firebase/component":"0.1.1-canary.984c1e4","@firebase/auth-interop-types":"0.1.1-canary.984c1e4","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.984c1e4","@firebase/app-types":"0.5.0-canary.984c1e4","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.984c1e4","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"c53ee165449842da41cbb488174ad027a654a13b","size":1242140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.984c1e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.984c1e4_1576868643332_0.5500078102819244"},"_hasShrinkwrap":false,"publish_time":1576868643557,"_cnpm_publish_time":1576868643557,"contributors":[]},"0.5.17-canary.9d28b4a":{"name":"@firebase/database","version":"0.5.17-canary.9d28b4a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.9d28b4a","@firebase/logger":"0.1.33-canary.9d28b4a","@firebase/util":"0.2.36-canary.9d28b4a","@firebase/component":"0.1.1-canary.9d28b4a","@firebase/auth-interop-types":"0.1.1-canary.9d28b4a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.9d28b4a","@firebase/app-types":"0.5.0-canary.9d28b4a","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.9d28b4a","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"ce1f45bd9821cfe4084cad5924e8c1c75c2b1360","size":1242140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.9d28b4a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.9d28b4a_1576811119299_0.8331212369896897"},"_hasShrinkwrap":false,"publish_time":1576811119532,"_cnpm_publish_time":1576811119532,"contributors":[]},"0.5.17-canary.37b98e9":{"name":"@firebase/database","version":"0.5.17-canary.37b98e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","build":"rollup -c","dev":"rollup -c -w","test":"run-p lint test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.37b98e9","@firebase/logger":"0.1.33-canary.37b98e9","@firebase/util":"0.2.36-canary.37b98e9","@firebase/component":"0.1.1-canary.37b98e9","@firebase/auth-interop-types":"0.1.1-canary.37b98e9","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.37b98e9","@firebase/app-types":"0.5.0-canary.37b98e9","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-canary.37b98e9","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"538f0098f6e0fdd49401a61f6c9ff348c31a4b3a","size":1242142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-canary.37b98e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-canary.37b98e9_1576809613763_0.7890147541927155"},"_hasShrinkwrap":false,"publish_time":1576809613950,"_cnpm_publish_time":1576809613950,"contributors":[]},"0.5.17":{"name":"@firebase/database","version":"0.5.17","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.33","@firebase/util":"0.2.36","@firebase/component":"0.1.1","@firebase/auth-interop-types":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0","@firebase/app-types":"0.5.0","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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/database@0.5.17","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"67631f57b1f809bea4c5c528cd951e8a502882f6","size":1233668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17_1576710804357_0.9263919189105543"},"_hasShrinkwrap":false,"publish_time":1576710804517,"_cnpm_publish_time":1576710804517,"contributors":[]},"0.5.17-0":{"name":"@firebase/database","version":"0.5.17-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.33","@firebase/util":"0.2.36","@firebase/component":"0.1.1","@firebase/auth-interop-types":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0","@firebase/app-types":"0.5.0","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.17-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"916b3b8a7408274bb15b7ed10feae623bc3a8574","size":1233655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.17-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.17-0_1576633784141_0.5183519134213561"},"_hasShrinkwrap":false,"publish_time":1576633784574,"_cnpm_publish_time":1576633784574,"contributors":[]},"0.5.16-canary.7bb33dc":{"name":"@firebase/database","version":"0.5.16-canary.7bb33dc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-canary.7bb33dc","@firebase/logger":"0.1.33-canary.7bb33dc","@firebase/util":"0.2.36-canary.7bb33dc","@firebase/component":"0.1.1-canary.7bb33dc","@firebase/auth-interop-types":"0.1.1-canary.7bb33dc","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-canary.7bb33dc","@firebase/app-types":"0.5.0-canary.7bb33dc","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.16-canary.7bb33dc","_nodeVersion":"10.18.0","_npmVersion":"6.13.4","dist":{"shasum":"f7d3ff7c99fc63e9b5258a4f9bc4009ccef1912d","size":1235806,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.16-canary.7bb33dc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.16-canary.7bb33dc_1576633366572_0.903448947519284"},"_hasShrinkwrap":false,"publish_time":1576633366831,"_cnpm_publish_time":1576633366831,"contributors":[]},"0.5.15-canary.bb1f4de":{"name":"@firebase/database","version":"0.5.15-canary.bb1f4de","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.bb1f4de","@firebase/logger":"0.1.32-canary.bb1f4de","@firebase/util":"0.2.35-canary.bb1f4de","@firebase/component":"0.1.0-canary.bb1f4de","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.bb1f4de","@firebase/app-types":"0.4.9-canary.bb1f4de","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.bb1f4de","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"a935368c8580281b584a1234cf3c7f61400dd279","size":1235874,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.bb1f4de.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.bb1f4de_1576214306278_0.06842800058128806"},"_hasShrinkwrap":false,"publish_time":1576214306455,"_cnpm_publish_time":1576214306455,"contributors":[]},"0.5.15-canary.19c34c6":{"name":"@firebase/database","version":"0.5.15-canary.19c34c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.19c34c6","@firebase/logger":"0.1.32-canary.19c34c6","@firebase/util":"0.2.35-canary.19c34c6","@firebase/component":"0.1.0-canary.19c34c6","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.19c34c6","@firebase/app-types":"0.4.9-canary.19c34c6","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.19c34c6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"c7ede50cce44318f9d181111a42dac05e1ecf850","size":1235884,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.19c34c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.19c34c6_1576196441847_0.9117989800210875"},"_hasShrinkwrap":false,"publish_time":1576196442165,"_cnpm_publish_time":1576196442165,"contributors":[]},"0.5.16":{"name":"@firebase/database","version":"0.5.16","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10","@firebase/logger":"0.1.33","@firebase/util":"0.2.36","@firebase/component":"0.1.1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0","@firebase/app-types":"0.5.0","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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/database@0.5.16","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"df326f44998d67887a4e381c808bf35453651bf2","size":1233715,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.16.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.16_1576186684022_0.010360656308170402"},"_hasShrinkwrap":false,"publish_time":1576186684359,"_cnpm_publish_time":1576186684359,"contributors":[]},"0.5.16-1":{"name":"@firebase/database","version":"0.5.16-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-1","@firebase/logger":"0.1.33-1","@firebase/util":"0.2.36-1","@firebase/component":"0.1.1-1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-1","@firebase/app-types":"0.5.0-1","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.16-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"2bdbec80906dc433927af81da0f6b2ed8036e4f2","size":1233723,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.16-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.16-1_1576184231327_0.49768440259912916"},"_hasShrinkwrap":false,"publish_time":1576184232328,"_cnpm_publish_time":1576184232328,"contributors":[]},"0.5.15-canary.4905036":{"name":"@firebase/database","version":"0.5.15-canary.4905036","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.4905036","@firebase/logger":"0.1.32-canary.4905036","@firebase/util":"0.2.35-canary.4905036","@firebase/component":"0.1.0-canary.4905036","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.4905036","@firebase/app-types":"0.4.9-canary.4905036","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.4905036","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"11985e24a80813d033323f2d6efb732adfa8c41c","size":1235887,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.4905036.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.4905036_1576181076436_0.9602569280680322"},"_hasShrinkwrap":false,"publish_time":1576181076626,"_cnpm_publish_time":1576181076626,"contributors":[]},"0.5.15-canary.627bce6":{"name":"@firebase/database","version":"0.5.15-canary.627bce6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.627bce6","@firebase/logger":"0.1.32-canary.627bce6","@firebase/util":"0.2.35-canary.627bce6","@firebase/component":"0.1.0-canary.627bce6","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.627bce6","@firebase/app-types":"0.4.9-canary.627bce6","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.627bce6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"7abd43d048742426ebbb81d7c52c29e39e8665f6","size":1235881,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.627bce6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.627bce6_1576179061457_0.8264523924548786"},"_hasShrinkwrap":false,"publish_time":1576179061660,"_cnpm_publish_time":1576179061660,"contributors":[]},"0.5.16-0":{"name":"@firebase/database","version":"0.5.16-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.10-0","@firebase/logger":"0.1.33-0","@firebase/util":"0.2.36-0","@firebase/component":"0.1.1-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.5.0-0","@firebase/app-types":"0.5.0-0","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.16-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"82e9209d28816ab2c9954885960d11358bedd0f3","size":1233723,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.16-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.16-0_1576019473258_0.12173245574885527"},"_hasShrinkwrap":false,"publish_time":1576019473489,"_cnpm_publish_time":1576019473489,"contributors":[]},"0.5.15-canary.2ceec15":{"name":"@firebase/database","version":"0.5.15-canary.2ceec15","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.2ceec15","@firebase/logger":"0.1.32-canary.2ceec15","@firebase/util":"0.2.35-canary.2ceec15","@firebase/component":"0.1.0-canary.2ceec15","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.2ceec15","@firebase/app-types":"0.4.9-canary.2ceec15","rollup":"1.27.9","rollup-plugin-typescript2":"0.25.3","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.2ceec15","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"b55ba3a7bf169f95bfc7ac1e432b02255a370930","size":1235876,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.2ceec15.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.2ceec15_1576015991064_0.2520887111454764"},"_hasShrinkwrap":false,"publish_time":1576015991385,"_cnpm_publish_time":1576015991385,"contributors":[]},"0.5.15-canary.33388ae":{"name":"@firebase/database","version":"0.5.15-canary.33388ae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.33388ae","@firebase/logger":"0.1.32-canary.33388ae","@firebase/util":"0.2.35-canary.33388ae","@firebase/component":"0.1.0-canary.33388ae","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.33388ae","@firebase/app-types":"0.4.9-canary.33388ae","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.33388ae","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"3a8dff141b92a9fbf9d1136dfd835132ea5c494c","size":1235877,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.33388ae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.33388ae_1576011517255_0.7788385897451546"},"_hasShrinkwrap":false,"publish_time":1576011517523,"_cnpm_publish_time":1576011517523,"contributors":[]},"0.5.15-canary.85c9f48":{"name":"@firebase/database","version":"0.5.15-canary.85c9f48","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.85c9f48","@firebase/logger":"0.1.32-canary.85c9f48","@firebase/util":"0.2.35-canary.85c9f48","@firebase/component":"0.1.0-canary.85c9f48","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.85c9f48","@firebase/app-types":"0.4.9-canary.85c9f48","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.85c9f48","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"8b8e4cd7b46e2f6142a4a374074b5ee10d5baff6","size":1235438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.85c9f48.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.85c9f48_1576008766154_0.14086083797433036"},"_hasShrinkwrap":false,"publish_time":1576008766327,"_cnpm_publish_time":1576008766327,"contributors":[]},"0.5.15-canary.f0fc426":{"name":"@firebase/database","version":"0.5.15-canary.f0fc426","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.f0fc426","@firebase/logger":"0.1.32-canary.f0fc426","@firebase/util":"0.2.35-canary.f0fc426","@firebase/component":"0.1.0-canary.f0fc426","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.f0fc426","@firebase/app-types":"0.4.9-canary.f0fc426","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.f0fc426","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"d71b74affc14210d6c0121096adef921e3c751cb","size":1235437,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.f0fc426.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.f0fc426_1576007008835_0.8502441103581784"},"_hasShrinkwrap":false,"publish_time":1576007009039,"_cnpm_publish_time":1576007009039,"contributors":[]},"0.5.15-canary.ff8f854":{"name":"@firebase/database","version":"0.5.15-canary.ff8f854","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.ff8f854","@firebase/logger":"0.1.32-canary.ff8f854","@firebase/util":"0.2.35-canary.ff8f854","@firebase/component":"0.1.0-canary.ff8f854","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.ff8f854","@firebase/app-types":"0.4.9-canary.ff8f854","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.ff8f854","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"a806dcee9f444baae0e67bca30a8c60bef70b072","size":1235438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.ff8f854.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.ff8f854_1576001335235_0.20338057781883512"},"_hasShrinkwrap":false,"publish_time":1576001335437,"_cnpm_publish_time":1576001335437,"contributors":[]},"0.5.15-canary.5a880c6":{"name":"@firebase/database","version":"0.5.15-canary.5a880c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.5a880c6","@firebase/logger":"0.1.32-canary.5a880c6","@firebase/util":"0.2.35-canary.5a880c6","@firebase/component":"0.1.0-canary.5a880c6","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.5a880c6","@firebase/app-types":"0.4.9-canary.5a880c6","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.5a880c6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"27e0056d7acc7c20582150a1dea0acd9fa4dd327","size":1235437,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.5a880c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.5a880c6_1575941656439_0.7200446091339967"},"_hasShrinkwrap":false,"publish_time":1575941656683,"_cnpm_publish_time":1575941656683,"contributors":[]},"0.5.15-canary.d1f2693":{"name":"@firebase/database","version":"0.5.15-canary.d1f2693","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.d1f2693","@firebase/logger":"0.1.32-canary.d1f2693","@firebase/util":"0.2.35-canary.d1f2693","@firebase/component":"0.1.0-canary.d1f2693","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.d1f2693","@firebase/app-types":"0.4.9-canary.d1f2693","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-canary.d1f2693","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"50c3191e5b2a6566b1d0c4387c34652ee2c9aa36","size":1235438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-canary.d1f2693.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-canary.d1f2693_1575940814170_0.7757685694569516"},"_hasShrinkwrap":false,"publish_time":1575940814439,"_cnpm_publish_time":1575940814439,"contributors":[]},"0.5.15":{"name":"@firebase/database","version":"0.5.15","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9","@firebase/logger":"0.1.32","@firebase/util":"0.2.35","@firebase/component":"0.1.0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26","@firebase/app-types":"0.4.9","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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/database@0.5.15","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"1d88d169368b01d745956720776eb2312110d4e8","size":1233352,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15_1575667198382_0.31817492062249086"},"_hasShrinkwrap":false,"publish_time":1575667198584,"_cnpm_publish_time":1575667198584,"contributors":[]},"0.5.15-0":{"name":"@firebase/database","version":"0.5.15-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9","@firebase/logger":"0.1.32","@firebase/util":"0.2.35","@firebase/component":"0.1.0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26","@firebase/app-types":"0.4.9","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.15-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"214d484af35957714ba79595d9621c0bcaeb3834","size":1233353,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.15-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.15-0_1575664626720_0.6570855496490702"},"_hasShrinkwrap":false,"publish_time":1575664626947,"_cnpm_publish_time":1575664626947,"contributors":[]},"0.5.14-canary.0fa9d3a":{"name":"@firebase/database","version":"0.5.14-canary.0fa9d3a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.0fa9d3a","@firebase/logger":"0.1.32-canary.0fa9d3a","@firebase/util":"0.2.35-canary.0fa9d3a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.0fa9d3a","@firebase/app-types":"0.4.9-canary.0fa9d3a","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.14-canary.0fa9d3a","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"927503ee238774479e89cbde807827ab148f6a7d","size":1235431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.14-canary.0fa9d3a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.14-canary.0fa9d3a_1575645151160_0.5109412794735708"},"_hasShrinkwrap":false,"publish_time":1575645151300,"_cnpm_publish_time":1575645151300,"contributors":[]},"0.5.14-canary.91e40c1":{"name":"@firebase/database","version":"0.5.14-canary.91e40c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.91e40c1","@firebase/logger":"0.1.32-canary.91e40c1","@firebase/util":"0.2.35-canary.91e40c1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.91e40c1","@firebase/app-types":"0.4.9-canary.91e40c1","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.14-canary.91e40c1","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"52a6315f9fe395bcae7117e0c7400c52dfdb6aa4","size":1235431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.14-canary.91e40c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.14-canary.91e40c1_1575637646943_0.8399379770151778"},"_hasShrinkwrap":false,"publish_time":1575637647123,"_cnpm_publish_time":1575637647123,"contributors":[]},"0.5.14-canary.4efa70e":{"name":"@firebase/database","version":"0.5.14-canary.4efa70e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.4efa70e","@firebase/logger":"0.1.32-canary.4efa70e","@firebase/util":"0.2.35-canary.4efa70e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.4efa70e","@firebase/app-types":"0.4.9-canary.4efa70e","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.14-canary.4efa70e","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"4f3df2325e752b5031271685f06f7f41d12643b8","size":1235430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.14-canary.4efa70e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.14-canary.4efa70e_1575600343841_0.2375289530395157"},"_hasShrinkwrap":false,"publish_time":1575600344068,"_cnpm_publish_time":1575600344068,"contributors":[]},"0.5.14-canary.7eaaa33":{"name":"@firebase/database","version":"0.5.14-canary.7eaaa33","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.7eaaa33","@firebase/logger":"0.1.32-canary.7eaaa33","@firebase/util":"0.2.35-canary.7eaaa33","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.7eaaa33","@firebase/app-types":"0.4.9-canary.7eaaa33","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.14-canary.7eaaa33","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"da317b03f3a22d299499e3cad47ca4bded7eae9e","size":1235430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.14-canary.7eaaa33.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.14-canary.7eaaa33_1575599987630_0.27611211952504267"},"_hasShrinkwrap":false,"publish_time":1575599987918,"_cnpm_publish_time":1575599987918,"contributors":[]},"0.5.14-canary.6fe6c06":{"name":"@firebase/database","version":"0.5.14-canary.6fe6c06","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-canary.6fe6c06","@firebase/logger":"0.1.32-canary.6fe6c06","@firebase/util":"0.2.35-canary.6fe6c06","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-canary.6fe6c06","@firebase/app-types":"0.4.9-canary.6fe6c06","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.14-canary.6fe6c06","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"2e1934e76130fd0faf947ece4e049d51239f4e90","size":1235430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.14-canary.6fe6c06.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.14-canary.6fe6c06_1575598407556_0.8045421356348468"},"_hasShrinkwrap":false,"publish_time":1575598407729,"_cnpm_publish_time":1575598407729,"contributors":[]},"0.5.14":{"name":"@firebase/database","version":"0.5.14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9","@firebase/logger":"0.1.32","@firebase/util":"0.2.35","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26","@firebase/app-types":"0.4.9","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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/database@0.5.14","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"758bc5cc6f50736e31c5fb41f6c95c1ac5052311","size":1233346,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.14_1575593907607_0.14509799698492531"},"_hasShrinkwrap":false,"publish_time":1575593907862,"_cnpm_publish_time":1575593907862,"contributors":[]},"0.5.13-canary.b1ca46d":{"name":"@firebase/database","version":"0.5.13-canary.b1ca46d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.b1ca46d","@firebase/logger":"0.1.31-canary.b1ca46d","@firebase/util":"0.2.34-canary.b1ca46d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.b1ca46d","@firebase/app-types":"0.4.8-canary.b1ca46d","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.b1ca46d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"032695cc617d5b97f3bee1b65c029ce330fe13ff","size":1235430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.b1ca46d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.b1ca46d_1575590500136_0.7159265841982798"},"_hasShrinkwrap":false,"publish_time":1575590500398,"_cnpm_publish_time":1575590500398,"contributors":[]},"0.5.13-canary.6480d7f":{"name":"@firebase/database","version":"0.5.13-canary.6480d7f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.6480d7f","@firebase/logger":"0.1.31-canary.6480d7f","@firebase/util":"0.2.34-canary.6480d7f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.6480d7f","@firebase/app-types":"0.4.8-canary.6480d7f","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.6480d7f","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"c10ca542691a7e3e74587dbdada6ea4af108018f","size":1235431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.6480d7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.6480d7f_1575512830825_0.018235590443955507"},"_hasShrinkwrap":false,"publish_time":1575512831042,"_cnpm_publish_time":1575512831042,"contributors":[]},"0.5.13-canary.81730ba":{"name":"@firebase/database","version":"0.5.13-canary.81730ba","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.81730ba","@firebase/logger":"0.1.31-canary.81730ba","@firebase/util":"0.2.34-canary.81730ba","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.81730ba","@firebase/app-types":"0.4.8-canary.81730ba","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.81730ba","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"37c1091e50f319c550598a11d0b9c9b9ab09ffd2","size":1235430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.81730ba.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.81730ba_1575421006358_0.3444884883554664"},"_hasShrinkwrap":false,"publish_time":1575421006687,"_cnpm_publish_time":1575421006687,"contributors":[]},"0.5.14-1":{"name":"@firebase/database","version":"0.5.14-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-1","@firebase/logger":"0.1.32-1","@firebase/util":"0.2.35-1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-1","@firebase/app-types":"0.4.9-1","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.14-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"129a0caf171ce3d71a69e07dc54f4fb1cc9e8208","size":1233351,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.14-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.14-1_1575414948245_0.7677095238286762"},"_hasShrinkwrap":false,"publish_time":1575414948423,"_cnpm_publish_time":1575414948423,"contributors":[]},"0.5.13-canary.fe11de0":{"name":"@firebase/database","version":"0.5.13-canary.fe11de0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.fe11de0","@firebase/logger":"0.1.31-canary.fe11de0","@firebase/util":"0.2.34-canary.fe11de0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.fe11de0","@firebase/app-types":"0.4.8-canary.fe11de0","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.fe11de0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"4b7bcd40fa77d0fb0780f04d64c03e23229e2f1b","size":1235429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.fe11de0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.fe11de0_1575414576847_0.0638348379149658"},"_hasShrinkwrap":false,"publish_time":1575414577044,"_cnpm_publish_time":1575414577044,"contributors":[]},"0.5.13-canary.e4a987e":{"name":"@firebase/database","version":"0.5.13-canary.e4a987e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.e4a987e","@firebase/logger":"0.1.31-canary.e4a987e","@firebase/util":"0.2.34-canary.e4a987e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.e4a987e","@firebase/app-types":"0.4.8-canary.e4a987e","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.e4a987e","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"087c09dab8e37f524dbfe7495ce1d2e5d66ae8cb","size":1235428,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.e4a987e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.e4a987e_1575412980288_0.4829853825282673"},"_hasShrinkwrap":false,"publish_time":1575412980752,"_cnpm_publish_time":1575412980752,"contributors":[]},"0.5.14-0":{"name":"@firebase/database","version":"0.5.14-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.9-0","@firebase/logger":"0.1.32-0","@firebase/util":"0.2.35-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.26-0","@firebase/app-types":"0.4.9-0","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.14-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"e4ba6ac4438dddcd973cf05a314df00406464141","size":1233348,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.14-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.14-0_1575403824107_0.16460260171973684"},"_hasShrinkwrap":false,"publish_time":1575403824330,"_cnpm_publish_time":1575403824330,"contributors":[]},"0.5.13-canary.a547892":{"name":"@firebase/database","version":"0.5.13-canary.a547892","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.a547892","@firebase/logger":"0.1.31-canary.a547892","@firebase/util":"0.2.34-canary.a547892","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.a547892","@firebase/app-types":"0.4.8-canary.a547892","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.a547892","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"4adaec4223f74578f894c7ac45973fb60412ad3c","size":1235429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.a547892.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.a547892_1575324147839_0.560842071189827"},"_hasShrinkwrap":false,"publish_time":1575324147974,"_cnpm_publish_time":1575324147974,"contributors":[]},"0.5.13-canary.9b8ef59":{"name":"@firebase/database","version":"0.5.13-canary.9b8ef59","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.9b8ef59","@firebase/logger":"0.1.31-canary.9b8ef59","@firebase/util":"0.2.34-canary.9b8ef59","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.9b8ef59","@firebase/app-types":"0.4.8-canary.9b8ef59","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.9b8ef59","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"acf16210bb02262a5604c795e8456738dddef0be","size":1235430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.9b8ef59.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.9b8ef59_1575302917610_0.25832260214652014"},"_hasShrinkwrap":false,"publish_time":1575302917803,"_cnpm_publish_time":1575302917803,"contributors":[]},"0.5.13-canary.4313496":{"name":"@firebase/database","version":"0.5.13-canary.4313496","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.4313496","@firebase/logger":"0.1.31-canary.4313496","@firebase/util":"0.2.34-canary.4313496","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.4313496","@firebase/app-types":"0.4.8-canary.4313496","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.4313496","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"93cd469461b33026e237218052485ba3c3f62995","size":1235431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.4313496.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.4313496_1574903014435_0.8645317351403166"},"_hasShrinkwrap":false,"publish_time":1574903014689,"_cnpm_publish_time":1574903014689,"contributors":[]},"0.5.13-canary.d1cd07d":{"name":"@firebase/database","version":"0.5.13-canary.d1cd07d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.d1cd07d","@firebase/logger":"0.1.31-canary.d1cd07d","@firebase/util":"0.2.34-canary.d1cd07d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.d1cd07d","@firebase/app-types":"0.4.8-canary.d1cd07d","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.d1cd07d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"5b45b399f3838584daa39eeca211d691be46f793","size":1235429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.d1cd07d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.d1cd07d_1574901212222_0.8809049921208645"},"_hasShrinkwrap":false,"publish_time":1574901212421,"_cnpm_publish_time":1574901212421,"contributors":[]},"0.5.13-canary.57a0f2b":{"name":"@firebase/database","version":"0.5.13-canary.57a0f2b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.57a0f2b","@firebase/logger":"0.1.31-canary.57a0f2b","@firebase/util":"0.2.34-canary.57a0f2b","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.57a0f2b","@firebase/app-types":"0.4.8-canary.57a0f2b","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.57a0f2b","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"1f4bb9664f76c22b260f9a128efe0a33d5f49ea5","size":1235430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.57a0f2b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.57a0f2b_1574801026231_0.05471875800260251"},"_hasShrinkwrap":false,"publish_time":1574801026429,"_cnpm_publish_time":1574801026429,"contributors":[]},"0.5.13-canary.ae31905":{"name":"@firebase/database","version":"0.5.13-canary.ae31905","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.ae31905","@firebase/logger":"0.1.31-canary.ae31905","@firebase/util":"0.2.34-canary.ae31905","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.ae31905","@firebase/app-types":"0.4.8-canary.ae31905","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.ae31905","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"3a7e1b8dac361abe6eb780ad7157477a72871959","size":1235430,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.ae31905.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.ae31905_1574798999083_0.8761050734357132"},"_hasShrinkwrap":false,"publish_time":1574798999318,"_cnpm_publish_time":1574798999318,"contributors":[]},"0.5.13-canary.ba2ff35":{"name":"@firebase/database","version":"0.5.13-canary.ba2ff35","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.ba2ff35","@firebase/logger":"0.1.31-canary.ba2ff35","@firebase/util":"0.2.34-canary.ba2ff35","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.ba2ff35","@firebase/app-types":"0.4.8-canary.ba2ff35","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.ba2ff35","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"1834fea52808ff9e6ed414886afaf7a83fc1b31b","size":1231265,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.ba2ff35.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.ba2ff35_1574734550296_0.6571504434943292"},"_hasShrinkwrap":false,"publish_time":1574734550512,"_cnpm_publish_time":1574734550512,"contributors":[]},"0.5.13-canary.638aba6":{"name":"@firebase/database","version":"0.5.13-canary.638aba6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.638aba6","@firebase/logger":"0.1.31-canary.638aba6","@firebase/util":"0.2.34-canary.638aba6","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.638aba6","@firebase/app-types":"0.4.8-canary.638aba6","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.638aba6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"e5a07c00b5c96e86c1e071de5222807165dd973b","size":1231261,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.638aba6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.638aba6_1574468103296_0.73006356958856"},"_hasShrinkwrap":false,"publish_time":1574468103491,"_cnpm_publish_time":1574468103491,"contributors":[]},"0.5.13-canary.ba1932f":{"name":"@firebase/database","version":"0.5.13-canary.ba1932f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-canary.ba1932f","@firebase/logger":"0.1.31-canary.ba1932f","@firebase/util":"0.2.34-canary.ba1932f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-canary.ba1932f","@firebase/app-types":"0.4.8-canary.ba1932f","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-canary.ba1932f","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"98219f8ae3de70415906b720584b2139348bbc98","size":1231265,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-canary.ba1932f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-canary.ba1932f_1574383064644_0.34838619215665134"},"_hasShrinkwrap":false,"publish_time":1574383064856,"_cnpm_publish_time":1574383064856,"contributors":[]},"0.5.12-canary.aeeaa14":{"name":"@firebase/database","version":"0.5.12-canary.aeeaa14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.aeeaa14","@firebase/logger":"0.1.30-canary.aeeaa14","@firebase/util":"0.2.33-canary.aeeaa14","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.aeeaa14","@firebase/app-types":"0.4.7-canary.aeeaa14","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","typescript":"3.7.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.aeeaa14","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"7eba8c9a6535ee0a5453a214463d99593dc24000","size":1231263,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.aeeaa14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.aeeaa14_1574378278769_0.7292129970705319"},"_hasShrinkwrap":false,"publish_time":1574378278975,"_cnpm_publish_time":1574378278975,"contributors":[]},"0.5.13":{"name":"@firebase/database","version":"0.5.13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8","@firebase/logger":"0.1.31","@firebase/util":"0.2.34","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25","@firebase/app-types":"0.4.8","@types/chai":"4.2.5","@types/mocha":"5.2.7","@types/node":"8.10.59","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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/database@0.5.13","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"1d8296d15efefeafe26877f9753fe1f283a0ec63","size":1229481,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13_1574378052209_0.9149909291136962"},"_hasShrinkwrap":false,"publish_time":1574378052389,"_cnpm_publish_time":1574378052389,"contributors":[]},"0.5.13-0":{"name":"@firebase/database","version":"0.5.13-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.8-0","@firebase/logger":"0.1.31-0","@firebase/util":"0.2.34-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.25-0","@firebase/app-types":"0.4.8-0","@types/chai":"4.2.5","@types/mocha":"5.2.7","@types/node":"8.10.59","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.13-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"1b28f5625f169829dfa81e029d35ca389e618ca7","size":1229482,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.13-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.13-0_1574225941028_0.3731580746722687"},"_hasShrinkwrap":false,"publish_time":1574225941237,"_cnpm_publish_time":1574225941237,"contributors":[]},"0.5.12-canary.542240d":{"name":"@firebase/database","version":"0.5.12-canary.542240d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.542240d","@firebase/logger":"0.1.30-canary.542240d","@firebase/util":"0.2.33-canary.542240d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.542240d","@firebase/app-types":"0.4.7-canary.542240d","@types/chai":"4.2.5","@types/mocha":"5.2.7","@types/node":"8.10.59","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.542240d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"46d5a5877b13a0a05c53d1b0b069b0a80dba2ffa","size":1231478,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.542240d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.542240d_1574113219728_0.002659365243294687"},"_hasShrinkwrap":false,"publish_time":1574113219955,"_cnpm_publish_time":1574113219955,"contributors":[]},"0.5.12-canary.6959d19":{"name":"@firebase/database","version":"0.5.12-canary.6959d19","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.6959d19","@firebase/logger":"0.1.30-canary.6959d19","@firebase/util":"0.2.33-canary.6959d19","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.6959d19","@firebase/app-types":"0.4.7-canary.6959d19","@types/chai":"4.2.5","@types/mocha":"5.2.7","@types/node":"8.10.59","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.6959d19","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"2130d0970995bc65382eaacf454999d1a3e0b87a","size":1231536,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.6959d19.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.6959d19_1574109696372_0.40664573424083894"},"_hasShrinkwrap":false,"publish_time":1574109696600,"_cnpm_publish_time":1574109696600,"contributors":[]},"0.5.12-canary.23cf05d":{"name":"@firebase/database","version":"0.5.12-canary.23cf05d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.23cf05d","@firebase/logger":"0.1.30-canary.23cf05d","@firebase/util":"0.2.33-canary.23cf05d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.23cf05d","@firebase/app-types":"0.4.7-canary.23cf05d","@types/chai":"4.2.5","@types/mocha":"5.2.7","@types/node":"8.10.59","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.23cf05d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"c75a766f5ae44246694cf33f0f68f36d440967da","size":1231537,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.23cf05d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.23cf05d_1574108359731_0.021733503212880256"},"_hasShrinkwrap":false,"publish_time":1574108359999,"_cnpm_publish_time":1574108359999,"contributors":[]},"0.5.12-canary.8da5ed0":{"name":"@firebase/database","version":"0.5.12-canary.8da5ed0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.8da5ed0","@firebase/logger":"0.1.30-canary.8da5ed0","@firebase/util":"0.2.33-canary.8da5ed0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.8da5ed0","@firebase/app-types":"0.4.7-canary.8da5ed0","@types/chai":"4.2.5","@types/mocha":"5.2.7","@types/node":"8.10.59","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.27.2","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.5.2","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.8da5ed0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"c1f8fff4c238859242ca2a1b6e66a54e208d2092","size":1231536,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.8da5ed0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.8da5ed0_1574103669499_0.4732354983807032"},"_hasShrinkwrap":false,"publish_time":1574103669798,"_cnpm_publish_time":1574103669798,"contributors":[]},"0.5.12-canary.86971ea":{"name":"@firebase/database","version":"0.5.12-canary.86971ea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.86971ea","@firebase/logger":"0.1.30-canary.86971ea","@firebase/util":"0.2.33-canary.86971ea","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.86971ea","@firebase/app-types":"0.4.7-canary.86971ea","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.86971ea","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"51624f66da0693c675acb42c54a04ae74cec1783","size":1231540,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.86971ea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.86971ea_1574099868586_0.7725045826360872"},"_hasShrinkwrap":false,"publish_time":1574099868764,"_cnpm_publish_time":1574099868764,"contributors":[]},"0.5.12-canary.9ccc3dc":{"name":"@firebase/database","version":"0.5.12-canary.9ccc3dc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.9ccc3dc","@firebase/logger":"0.1.30-canary.9ccc3dc","@firebase/util":"0.2.33-canary.9ccc3dc","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.9ccc3dc","@firebase/app-types":"0.4.7-canary.9ccc3dc","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.9ccc3dc","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"9045f4454b7082cd53c22e8a16f276a9461bfdcf","size":1225262,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.9ccc3dc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.9ccc3dc_1573863153824_0.4209163561728586"},"_hasShrinkwrap":false,"publish_time":1573863153970,"_cnpm_publish_time":1573863153970,"contributors":[]},"0.5.12-canary.2389143":{"name":"@firebase/database","version":"0.5.12-canary.2389143","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.2389143","@firebase/logger":"0.1.30-canary.2389143","@firebase/util":"0.2.33-canary.2389143","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.2389143","@firebase/app-types":"0.4.7-canary.2389143","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.2389143","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"449cf05bc30221fec61f566fdd7301e2bb0d0f6a","size":1225262,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.2389143.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.2389143_1573860861697_0.02401461527952975"},"_hasShrinkwrap":false,"publish_time":1573860861919,"_cnpm_publish_time":1573860861919,"contributors":[]},"0.5.12-canary.379e192":{"name":"@firebase/database","version":"0.5.12-canary.379e192","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.379e192","@firebase/logger":"0.1.30-canary.379e192","@firebase/util":"0.2.33-canary.379e192","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.379e192","@firebase/app-types":"0.4.7-canary.379e192","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.7.2","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.379e192","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"aa1dbec1d8440e10c594bdc1259d9f97a67dbedb","size":1225262,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.379e192.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.379e192_1573860597097_0.27599243033031273"},"_hasShrinkwrap":false,"publish_time":1573860597256,"_cnpm_publish_time":1573860597256,"contributors":[]},"0.5.12-canary.d89e7b3":{"name":"@firebase/database","version":"0.5.12-canary.d89e7b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.d89e7b3","@firebase/logger":"0.1.30-canary.d89e7b3","@firebase/util":"0.2.33-canary.d89e7b3","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-canary.d89e7b3","@firebase/app-types":"0.4.7-canary.d89e7b3","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-canary.d89e7b3","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"1c8881a85dbc5a87bb9c18b4346ba25bb09b8970","size":1225208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-canary.d89e7b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-canary.d89e7b3_1573778743652_0.7617347252120996"},"_hasShrinkwrap":false,"publish_time":1573778743820,"_cnpm_publish_time":1573778743820,"contributors":[]},"0.5.12":{"name":"@firebase/database","version":"0.5.12","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7","@firebase/logger":"0.1.30","@firebase/util":"0.2.33","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24","@firebase/app-types":"0.4.7","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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/database@0.5.12","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"cca539065220b662808d46d0dae86d95eff831aa","size":1222939,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12_1573767910994_0.2536786199387979"},"_hasShrinkwrap":false,"publish_time":1573767911216,"_cnpm_publish_time":1573767911216,"contributors":[]},"0.5.11-canary.9574013":{"name":"@firebase/database","version":"0.5.11-canary.9574013","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.9574013","@firebase/logger":"0.1.29-canary.9574013","@firebase/util":"0.2.32-canary.9574013","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.23-canary.9574013","@firebase/app-types":"0.4.7-canary.9574013","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.11-canary.9574013","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"6f1822047772cbb100f2f6f75f818c594c16ae5e","size":1225208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.11-canary.9574013.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.11-canary.9574013_1573758680830_0.573344714161873"},"_hasShrinkwrap":false,"publish_time":1573758680999,"_cnpm_publish_time":1573758680999,"contributors":[]},"0.5.11-canary.cfaedf4":{"name":"@firebase/database","version":"0.5.11-canary.cfaedf4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.cfaedf4","@firebase/logger":"0.1.29-canary.cfaedf4","@firebase/util":"0.2.32-canary.cfaedf4","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.23-canary.cfaedf4","@firebase/app-types":"0.4.7-canary.cfaedf4","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.11-canary.cfaedf4","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"ba95137d247932360229823eaca203ef035057d6","size":1225207,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.11-canary.cfaedf4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.11-canary.cfaedf4_1573689905711_0.2664743970793506"},"_hasShrinkwrap":false,"publish_time":1573689905888,"_cnpm_publish_time":1573689905888,"contributors":[]},"0.5.12-0":{"name":"@firebase/database","version":"0.5.12-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7","@firebase/logger":"0.1.30-0","@firebase/util":"0.2.33-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.24-0","@firebase/app-types":"0.4.7","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.12-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"b49ada8db5d5a9ada9851a00ed21803b1e3707b0","size":1222942,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.12-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.12-0_1573674520120_0.1379306482679168"},"_hasShrinkwrap":false,"publish_time":1573674520312,"_cnpm_publish_time":1573674520312,"contributors":[]},"0.5.11-canary.8b1d680":{"name":"@firebase/database","version":"0.5.11-canary.8b1d680","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.8b1d680","@firebase/logger":"0.1.29-canary.8b1d680","@firebase/util":"0.2.32-canary.8b1d680","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.23-canary.8b1d680","@firebase/app-types":"0.4.7-canary.8b1d680","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.11-canary.8b1d680","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"af4a70d4f6b9fd1f9a1c5c43b3767cc97768d0ca","size":1225208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.11-canary.8b1d680.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.11-canary.8b1d680_1573674487757_0.6955005877897518"},"_hasShrinkwrap":false,"publish_time":1573674487955,"_cnpm_publish_time":1573674487955,"contributors":[]},"0.5.10-canary.988017f":{"name":"@firebase/database","version":"0.5.10-canary.988017f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.988017f","@firebase/logger":"0.1.28-canary.988017f","@firebase/util":"0.2.31-canary.988017f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-canary.988017f","@firebase/app-types":"0.4.7-canary.988017f","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-canary.988017f","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"ef701593dc2e190136ad6e0e1c40be86a7c6fdd7","size":1225209,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-canary.988017f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-canary.988017f_1573501998058_0.4966325995369758"},"_hasShrinkwrap":false,"publish_time":1573501998251,"_cnpm_publish_time":1573501998251,"contributors":[]},"0.5.10-canary.14b2878":{"name":"@firebase/database","version":"0.5.10-canary.14b2878","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.14b2878","@firebase/logger":"0.1.28-canary.14b2878","@firebase/util":"0.2.31-canary.14b2878","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-canary.14b2878","@firebase/app-types":"0.4.7-canary.14b2878","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-canary.14b2878","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"8043617c31f087d4db1c7a2364b882df81cd70a6","size":1225208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-canary.14b2878.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-canary.14b2878_1573265698792_0.1816474888050783"},"_hasShrinkwrap":false,"publish_time":1573265698958,"_cnpm_publish_time":1573265698958,"contributors":[]},"0.5.10-canary.ed4b147":{"name":"@firebase/database","version":"0.5.10-canary.ed4b147","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.ed4b147","@firebase/logger":"0.1.28-canary.ed4b147","@firebase/util":"0.2.31-canary.ed4b147","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-canary.ed4b147","@firebase/app-types":"0.4.7-canary.ed4b147","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-canary.ed4b147","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"c23180c6d12745b40521280c23cf806dd205517d","size":1225208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-canary.ed4b147.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-canary.ed4b147_1573250726129_0.04275433595257461"},"_hasShrinkwrap":false,"publish_time":1573250726375,"_cnpm_publish_time":1573250726375,"contributors":[]},"0.5.10-canary.efc0a78":{"name":"@firebase/database","version":"0.5.10-canary.efc0a78","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.efc0a78","@firebase/logger":"0.1.28-canary.efc0a78","@firebase/util":"0.2.31-canary.efc0a78","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-canary.efc0a78","@firebase/app-types":"0.4.7-canary.efc0a78","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-canary.efc0a78","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"d679c75a49bb480a89d22eadc6e330d171e95cc1","size":1225207,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-canary.efc0a78.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-canary.efc0a78_1573238589298_0.5844398980665286"},"_hasShrinkwrap":false,"publish_time":1573238589519,"_cnpm_publish_time":1573238589519,"contributors":[]},"0.5.10-canary.4d23f9c":{"name":"@firebase/database","version":"0.5.10-canary.4d23f9c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.4d23f9c","@firebase/logger":"0.1.28-canary.4d23f9c","@firebase/util":"0.2.31-canary.4d23f9c","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-canary.4d23f9c","@firebase/app-types":"0.4.7-canary.4d23f9c","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-canary.4d23f9c","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"aef2613ce329ad0186c75c6424aa2be32dd56dcd","size":1225209,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-canary.4d23f9c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-canary.4d23f9c_1573238499459_0.8883622980476606"},"_hasShrinkwrap":false,"publish_time":1573238499664,"_cnpm_publish_time":1573238499664,"contributors":[]},"0.5.11":{"name":"@firebase/database","version":"0.5.11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7","@firebase/logger":"0.1.29","@firebase/util":"0.2.32","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.23","@firebase/app-types":"0.4.7","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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/database@0.5.11","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"ce64eaccfe8b824b5e7d8a3ae120b1460e663e72","size":1222966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.11_1573168038278_0.7076544883790608"},"_hasShrinkwrap":false,"publish_time":1573168038541,"_cnpm_publish_time":1573168038541,"contributors":[]},"0.5.11-0":{"name":"@firebase/database","version":"0.5.11-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7","@firebase/logger":"0.1.29-0","@firebase/util":"0.2.32-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.23-0","@firebase/app-types":"0.4.7","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.11-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"9d23edf944d0044ec31820748e9a970757b3b68b","size":1222968,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.11-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.11-0_1572997026344_0.07333157075146257"},"_hasShrinkwrap":false,"publish_time":1572997026592,"_cnpm_publish_time":1572997026592,"contributors":[]},"0.5.10-canary.331f9d0":{"name":"@firebase/database","version":"0.5.10-canary.331f9d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.331f9d0","@firebase/logger":"0.1.28-canary.331f9d0","@firebase/util":"0.2.31-canary.331f9d0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-canary.331f9d0","@firebase/app-types":"0.4.7-canary.331f9d0","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-canary.331f9d0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"f66022078858d342ba6664f9f6a0c9427911ca9a","size":1225208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-canary.331f9d0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-canary.331f9d0_1572982907447_0.7980675785764495"},"_hasShrinkwrap":false,"publish_time":1572982907628,"_cnpm_publish_time":1572982907628,"contributors":[]},"0.5.10-canary.332250d":{"name":"@firebase/database","version":"0.5.10-canary.332250d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.332250d","@firebase/logger":"0.1.28-canary.332250d","@firebase/util":"0.2.31-canary.332250d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-canary.332250d","@firebase/app-types":"0.4.7-canary.332250d","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-canary.332250d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"4a4a7b1964fd0746a58f821788113e74ee2c9254","size":1225208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-canary.332250d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-canary.332250d_1572895928593_0.05762032306711329"},"_hasShrinkwrap":false,"publish_time":1572895928819,"_cnpm_publish_time":1572895928819,"contributors":[]},"0.5.9-canary.ba4eebb":{"name":"@firebase/database","version":"0.5.9-canary.ba4eebb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.ba4eebb","@firebase/logger":"0.1.28-canary.ba4eebb","@firebase/util":"0.2.31-canary.ba4eebb","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.ba4eebb","@firebase/app-types":"0.4.6-canary.ba4eebb","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.ba4eebb","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"28f2bc79f51a092eb889912b23e88c5efb05f6bd","size":1225207,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.ba4eebb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.ba4eebb_1572889185787_0.08239786951318462"},"_hasShrinkwrap":false,"publish_time":1572889186018,"_cnpm_publish_time":1572889186018,"contributors":[]},"0.5.9-canary.3323467":{"name":"@firebase/database","version":"0.5.9-canary.3323467","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.3323467","@firebase/logger":"0.1.28-canary.3323467","@firebase/util":"0.2.31-canary.3323467","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.3323467","@firebase/app-types":"0.4.6-canary.3323467","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.3323467","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"de0e9a3e33b1eae2e9288e13cd082daba1ba5e43","size":1225209,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.3323467.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.3323467_1572663226361_0.16805828370287923"},"_hasShrinkwrap":false,"publish_time":1572663226645,"_cnpm_publish_time":1572663226645,"contributors":[]},"0.5.9-canary.ad9dc8d":{"name":"@firebase/database","version":"0.5.9-canary.ad9dc8d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.ad9dc8d","@firebase/logger":"0.1.28-canary.ad9dc8d","@firebase/util":"0.2.31-canary.ad9dc8d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.ad9dc8d","@firebase/app-types":"0.4.6-canary.ad9dc8d","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.ad9dc8d","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"6a2f8343de9891dde6700af521e7b349a437ad23","size":1225207,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.ad9dc8d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.ad9dc8d_1572662938204_0.5950833591895719"},"_hasShrinkwrap":false,"publish_time":1572662938480,"_cnpm_publish_time":1572662938480,"contributors":[]},"0.5.9-canary.ce867b0":{"name":"@firebase/database","version":"0.5.9-canary.ce867b0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.ce867b0","@firebase/logger":"0.1.28-canary.ce867b0","@firebase/util":"0.2.31-canary.ce867b0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.ce867b0","@firebase/app-types":"0.4.6-canary.ce867b0","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.ce867b0","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"b406b5eaa79e7ee022f81e640e251440cd4d48a4","size":1225208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.ce867b0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.ce867b0_1572566465925_0.11901014831927648"},"_hasShrinkwrap":false,"publish_time":1572566466147,"_cnpm_publish_time":1572566466147,"contributors":[]},"0.5.9-canary.cf2be75":{"name":"@firebase/database","version":"0.5.9-canary.cf2be75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.cf2be75","@firebase/logger":"0.1.28-canary.cf2be75","@firebase/util":"0.2.31-canary.cf2be75","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.cf2be75","@firebase/app-types":"0.4.6-canary.cf2be75","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.cf2be75","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"1b0a79ad1c28307f8d7b58012dfdcac7847bcd13","size":1225208,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.cf2be75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.cf2be75_1572560138532_0.9508535058315881"},"_hasShrinkwrap":false,"publish_time":1572560138842,"_cnpm_publish_time":1572560138842,"contributors":[]},"0.5.10":{"name":"@firebase/database","version":"0.5.10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7","@firebase/logger":"0.1.28","@firebase/util":"0.2.31","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22","@firebase/app-types":"0.4.7","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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/database@0.5.10","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"390256ea791e7ae7de174f50311e18c558beb895","size":1226495,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10_1572554906524_0.6214481586872727"},"_hasShrinkwrap":false,"publish_time":1572554906828,"_cnpm_publish_time":1572554906828,"contributors":[]},"0.5.9-canary.34884f2":{"name":"@firebase/database","version":"0.5.9-canary.34884f2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.34884f2","@firebase/logger":"0.1.28-canary.34884f2","@firebase/util":"0.2.31-canary.34884f2","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.34884f2","@firebase/app-types":"0.4.6-canary.34884f2","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.34884f2","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"03192d131821c14344ea6976c065f6faf85747d6","size":1225209,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.34884f2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.34884f2_1572485158645_0.6573911982291873"},"_hasShrinkwrap":false,"publish_time":1572485158814,"_cnpm_publish_time":1572485158814,"contributors":[]},"0.5.9-canary.68101ee":{"name":"@firebase/database","version":"0.5.9-canary.68101ee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.68101ee","@firebase/logger":"0.1.28-canary.68101ee","@firebase/util":"0.2.31-canary.68101ee","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.68101ee","@firebase/app-types":"0.4.6-canary.68101ee","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.68101ee","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"8a23d1d7010a6004a46af3e8098d29f6c9258bed","size":1228653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.68101ee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.68101ee_1572480212367_0.9378063352949282"},"_hasShrinkwrap":false,"publish_time":1572480212532,"_cnpm_publish_time":1572480212532,"contributors":[]},"0.5.10-1":{"name":"@firebase/database","version":"0.5.10-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-1","@firebase/logger":"0.1.28","@firebase/util":"0.2.31","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-1","@firebase/app-types":"0.4.7-1","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-1","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"01ae53bbd263cd7161eb021ede64f88f8d25a6f1","size":1226498,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-1_1572477949167_0.557272846989443"},"_hasShrinkwrap":false,"publish_time":1572477949360,"_cnpm_publish_time":1572477949360,"contributors":[]},"0.5.10-0":{"name":"@firebase/database","version":"0.5.10-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-0","@firebase/logger":"0.1.28","@firebase/util":"0.2.31","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-0","@firebase/app-types":"0.4.7-0","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"3c8f61ce2ab7a527ca40152c6d188123d545bd25","size":1226497,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-0_1572390579365_0.8998581187131627"},"_hasShrinkwrap":false,"publish_time":1572390579659,"_cnpm_publish_time":1572390579659,"contributors":[]},"0.5.9-canary.94ffe75":{"name":"@firebase/database","version":"0.5.9-canary.94ffe75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.94ffe75","@firebase/logger":"0.1.28-canary.94ffe75","@firebase/util":"0.2.31-canary.94ffe75","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.94ffe75","@firebase/app-types":"0.4.6-canary.94ffe75","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.94ffe75","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"5ad42a6e64fbfa3aa1346eed4e6f46638afe6033","size":1228654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.94ffe75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.94ffe75_1572357536827_0.29637095440503236"},"_hasShrinkwrap":false,"publish_time":1572357537078,"_cnpm_publish_time":1572357537078,"contributors":[]},"0.5.9-canary.344d063":{"name":"@firebase/database","version":"0.5.9-canary.344d063","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.344d063","@firebase/logger":"0.1.28-canary.344d063","@firebase/util":"0.2.31-canary.344d063","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.344d063","@firebase/app-types":"0.4.6-canary.344d063","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.344d063","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"b7e15fb87e043e385db7e8705002c58f67e77946","size":1228653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.344d063.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.344d063_1572276443536_0.4950828960694198"},"_hasShrinkwrap":false,"publish_time":1572276443760,"_cnpm_publish_time":1572276443760,"contributors":[]},"0.5.9-canary.b236a06":{"name":"@firebase/database","version":"0.5.9-canary.b236a06","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.b236a06","@firebase/logger":"0.1.28-canary.b236a06","@firebase/util":"0.2.31-canary.b236a06","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-canary.b236a06","@firebase/app-types":"0.4.6-canary.b236a06","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-canary.b236a06","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"f1ac9d86b24362a5a0c41f2817931b6449da9e84","size":1228653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-canary.b236a06.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-canary.b236a06_1572028936488_0.6079783557150018"},"_hasShrinkwrap":false,"publish_time":1572028936667,"_cnpm_publish_time":1572028936667,"contributors":[]},"0.5.8-canary.3cf7842":{"name":"@firebase/database","version":"0.5.8-canary.3cf7842","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.3cf7842","@firebase/logger":"0.1.27-canary.3cf7842","@firebase/util":"0.2.30-canary.3cf7842","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.20-canary.3cf7842","@firebase/app-types":"0.4.6-canary.3cf7842","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.8-canary.3cf7842","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"79d5f7157eca0d94b7316811f3148adc56795b61","size":1228655,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.8-canary.3cf7842.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.8-canary.3cf7842_1571975258931_0.9678202618429055"},"_hasShrinkwrap":false,"publish_time":1571975259359,"_cnpm_publish_time":1571975259359,"contributors":[]},"0.5.9":{"name":"@firebase/database","version":"0.5.9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6","@firebase/logger":"0.1.28","@firebase/util":"0.2.31","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21","@firebase/app-types":"0.4.6","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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/database@0.5.9","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"c337daf953730c604db07b2448a0554bb9c10ecc","size":1226516,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9_1571960171870_0.5297325532399342"},"_hasShrinkwrap":false,"publish_time":1571960172133,"_cnpm_publish_time":1571960172133,"contributors":[]},"0.5.8-canary.d873562":{"name":"@firebase/database","version":"0.5.8-canary.d873562","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.d873562","@firebase/logger":"0.1.27-canary.d873562","@firebase/util":"0.2.30-canary.d873562","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.20-canary.d873562","@firebase/app-types":"0.4.6-canary.d873562","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.8-canary.d873562","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"b8fc48d41cafe12fe0fa2d91af292ac3317c003f","size":1228653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.8-canary.d873562.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.8-canary.d873562_1571960135683_0.7480262003003733"},"_hasShrinkwrap":false,"publish_time":1571960135905,"_cnpm_publish_time":1571960135905,"contributors":[]},"0.5.8-canary.d7e93f1":{"name":"@firebase/database","version":"0.5.8-canary.d7e93f1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.d7e93f1","@firebase/logger":"0.1.27-canary.d7e93f1","@firebase/util":"0.2.30-canary.d7e93f1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.20-canary.d7e93f1","@firebase/app-types":"0.4.6-canary.d7e93f1","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.8-canary.d7e93f1","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"a6a3262668e8ad266749cbe8ef9b1fd34e80c6f1","size":1228654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.8-canary.d7e93f1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.8-canary.d7e93f1_1571959966918_0.5965923390372336"},"_hasShrinkwrap":false,"publish_time":1571959967101,"_cnpm_publish_time":1571959967101,"contributors":[]},"0.5.9-0":{"name":"@firebase/database","version":"0.5.9-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6","@firebase/logger":"0.1.28-0","@firebase/util":"0.2.31-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.21-0","@firebase/app-types":"0.4.6","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.56","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.25.2","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.9-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"6cf715e8fa6a7812f12f59c7bf89cafdd9e24a83","size":1226519,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.9-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.9-0_1571957570328_0.1704707564742165"},"_hasShrinkwrap":false,"publish_time":1571957570593,"_cnpm_publish_time":1571957570593,"contributors":[]},"0.5.8-canary.5a30f33":{"name":"@firebase/database","version":"0.5.8-canary.5a30f33","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.5a30f33","@firebase/logger":"0.1.27-canary.5a30f33","@firebase/util":"0.2.30-canary.5a30f33","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.20-canary.5a30f33","@firebase/app-types":"0.4.6-canary.5a30f33","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.8-canary.5a30f33","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"1ea38d4a0c2717df0f006d1eb0cbfca87290eaa6","size":1228651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.8-canary.5a30f33.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.8-canary.5a30f33_1571941880001_0.44735965123731214"},"_hasShrinkwrap":false,"publish_time":1571941880243,"_cnpm_publish_time":1571941880243,"contributors":[]},"0.5.8-canary.320d613":{"name":"@firebase/database","version":"0.5.8-canary.320d613","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.320d613","@firebase/logger":"0.1.27-canary.320d613","@firebase/util":"0.2.30-canary.320d613","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.20-canary.320d613","@firebase/app-types":"0.4.6-canary.320d613","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.8-canary.320d613","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"4d64eddb27fd5358c2b7546677219c6fa931b891","size":1228651,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.8-canary.320d613.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.8-canary.320d613_1571867626574_0.20055791544493218"},"_hasShrinkwrap":false,"publish_time":1571867626766,"_cnpm_publish_time":1571867626766,"contributors":[]},"0.5.8-canary.3ea6f38":{"name":"@firebase/database","version":"0.5.8-canary.3ea6f38","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-canary.3ea6f38","@firebase/logger":"0.1.27-canary.3ea6f38","@firebase/util":"0.2.30-canary.3ea6f38","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.20-canary.3ea6f38","@firebase/app-types":"0.4.6-canary.3ea6f38","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.8-canary.3ea6f38","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"49a44a790d045a852b362af2e755eea402ed3bab","size":1228652,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.8-canary.3ea6f38.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.8-canary.3ea6f38_1571785630489_0.700923226885978"},"_hasShrinkwrap":false,"publish_time":1571785630688,"_cnpm_publish_time":1571785630688,"contributors":[]},"0.5.7-canary.d5eacb6":{"name":"@firebase/database","version":"0.5.7-canary.d5eacb6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.d5eacb6","@firebase/logger":"0.1.26-canary.d5eacb6","@firebase/util":"0.2.29-canary.d5eacb6","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.d5eacb6","@firebase/app-types":"0.4.5-canary.d5eacb6","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.d5eacb6","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"shasum":"564b294de3dc069ef4aab867cd3917d76b69c398","size":1228653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.d5eacb6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.d5eacb6_1571781375921_0.5408181299926635"},"_hasShrinkwrap":false,"publish_time":1571781376170,"_cnpm_publish_time":1571781376170,"contributors":[]},"0.5.7-canary.3264492":{"name":"@firebase/database","version":"0.5.7-canary.3264492","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.3264492","@firebase/logger":"0.1.26-canary.3264492","@firebase/util":"0.2.29-canary.3264492","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.3264492","@firebase/app-types":"0.4.5-canary.3264492","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.3264492","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"2f0db016746dc304d070493be055ce5a7a5058c4","size":1226505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.3264492.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.3264492_1571707140036_0.8818250468350541"},"_hasShrinkwrap":false,"publish_time":1571707140279,"_cnpm_publish_time":1571707140279,"contributors":[]},"0.5.7-canary.4ecd58e":{"name":"@firebase/database","version":"0.5.7-canary.4ecd58e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.4ecd58e","@firebase/logger":"0.1.26-canary.4ecd58e","@firebase/util":"0.2.29-canary.4ecd58e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.4ecd58e","@firebase/app-types":"0.4.5-canary.4ecd58e","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.4ecd58e","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"c317df07bc7906b32b773c023ea5dcd252dd9ee0","size":1226503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.4ecd58e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.4ecd58e_1571377187601_0.774788345486235"},"_hasShrinkwrap":false,"publish_time":1571377187814,"_cnpm_publish_time":1571377187814,"contributors":[]},"0.5.7-canary.c35bc8f":{"name":"@firebase/database","version":"0.5.7-canary.c35bc8f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.c35bc8f","@firebase/logger":"0.1.26-canary.c35bc8f","@firebase/util":"0.2.29-canary.c35bc8f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.c35bc8f","@firebase/app-types":"0.4.5-canary.c35bc8f","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.c35bc8f","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"a5d4f55f58e31cddf8c62102e0342e6521b561d9","size":1226504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.c35bc8f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.c35bc8f_1571355762851_0.7298626049781891"},"_hasShrinkwrap":false,"publish_time":1571355763079,"_cnpm_publish_time":1571355763079,"contributors":[]},"0.5.7-canary.07cd70d":{"name":"@firebase/database","version":"0.5.7-canary.07cd70d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.07cd70d","@firebase/logger":"0.1.26-canary.07cd70d","@firebase/util":"0.2.29-canary.07cd70d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.07cd70d","@firebase/app-types":"0.4.5-canary.07cd70d","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.07cd70d","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"cd1da7269a91a35350c8e18d718c6b009766ce77","size":1226503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.07cd70d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.07cd70d_1571348670921_0.07084050487033289"},"_hasShrinkwrap":false,"publish_time":1571348671115,"_cnpm_publish_time":1571348671115,"contributors":[]},"0.5.7-canary.0cec349":{"name":"@firebase/database","version":"0.5.7-canary.0cec349","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.0cec349","@firebase/logger":"0.1.26-canary.0cec349","@firebase/util":"0.2.29-canary.0cec349","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.0cec349","@firebase/app-types":"0.4.5-canary.0cec349","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.0cec349","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"f697bd137fdfd1d941594511cc1d20f235f65e65","size":1226503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.0cec349.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.0cec349_1571340284975_0.12490158228682602"},"_hasShrinkwrap":false,"publish_time":1571340285169,"_cnpm_publish_time":1571340285169,"contributors":[]},"0.5.8":{"name":"@firebase/database","version":"0.5.8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6","@firebase/logger":"0.1.27","@firebase/util":"0.2.30","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.20","@firebase/app-types":"0.4.6","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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/database@0.5.8","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"7c30b12744edae6db7c4f0e5e8fd5361795de358","size":1226492,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.8_1571252606824_0.44154779336386873"},"_hasShrinkwrap":false,"publish_time":1571252607042,"_cnpm_publish_time":1571252607042,"contributors":[]},"0.5.7-canary.b21b946":{"name":"@firebase/database","version":"0.5.7-canary.b21b946","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.b21b946","@firebase/logger":"0.1.26-canary.b21b946","@firebase/util":"0.2.29-canary.b21b946","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.b21b946","@firebase/app-types":"0.4.5-canary.b21b946","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.b21b946","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"145f0bc9af1d7192881ef71740e760221dd0228c","size":1226504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.b21b946.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.b21b946_1571175377615_0.13714716096627155"},"_hasShrinkwrap":false,"publish_time":1571175377800,"_cnpm_publish_time":1571175377800,"contributors":[]},"0.5.8-0":{"name":"@firebase/database","version":"0.5.8-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.6-0","@firebase/logger":"0.1.27-0","@firebase/util":"0.2.30-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.20-0","@firebase/app-types":"0.4.6-0","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.8-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"dccd4c58122558e174d2c502c8095e1f22405b9b","size":1226496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.8-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.8-0_1571174385457_0.9333385013791933"},"_hasShrinkwrap":false,"publish_time":1571174385710,"_cnpm_publish_time":1571174385710,"contributors":[]},"0.5.7-canary.9da3892":{"name":"@firebase/database","version":"0.5.7-canary.9da3892","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.9da3892","@firebase/logger":"0.1.26-canary.9da3892","@firebase/util":"0.2.29-canary.9da3892","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.9da3892","@firebase/app-types":"0.4.5-canary.9da3892","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.9da3892","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"b8716139df46031719cb7b951cf448b925c212cf","size":1226504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.9da3892.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.9da3892_1571166775458_0.4107460413100983"},"_hasShrinkwrap":false,"publish_time":1571166775650,"_cnpm_publish_time":1571166775650,"contributors":[]},"0.5.7-canary.e6926fd":{"name":"@firebase/database","version":"0.5.7-canary.e6926fd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.e6926fd","@firebase/logger":"0.1.26-canary.e6926fd","@firebase/util":"0.2.29-canary.e6926fd","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.e6926fd","@firebase/app-types":"0.4.5-canary.e6926fd","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.3","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.e6926fd","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"5a73629d11ede76343be1e57f2371ec7ace31271","size":1226505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.e6926fd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.e6926fd_1571097144055_0.9239206194691298"},"_hasShrinkwrap":false,"publish_time":1571097144317,"_cnpm_publish_time":1571097144317,"contributors":[]},"0.5.7-canary.81d49bb":{"name":"@firebase/database","version":"0.5.7-canary.81d49bb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-canary.81d49bb","@firebase/logger":"0.1.26-canary.81d49bb","@firebase/util":"0.2.29-canary.81d49bb","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-canary.81d49bb","@firebase/app-types":"0.4.5-canary.81d49bb","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.1","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.3","webpack":"4.41.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-canary.81d49bb","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"8d17ad48c0336800173f357ca99326d192f821c0","size":1226504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-canary.81d49bb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-canary.81d49bb_1571091589231_0.8996239769790719"},"_hasShrinkwrap":false,"publish_time":1571091589433,"_cnpm_publish_time":1571091589433,"contributors":[]},"0.5.6-canary.3eb29cb":{"name":"@firebase/database","version":"0.5.6-canary.3eb29cb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.3eb29cb","@firebase/logger":"0.1.25-canary.3eb29cb","@firebase/util":"0.2.28-canary.3eb29cb","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.3eb29cb","@firebase/app-types":"0.4.4-canary.3eb29cb","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.6-canary.3eb29cb","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"22fcd544e2d11b6a39392536c841219395879435","size":1226503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.6-canary.3eb29cb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.6-canary.3eb29cb_1570744280322_0.7772565752429177"},"_hasShrinkwrap":false,"publish_time":1570744280546,"_cnpm_publish_time":1570744280546,"contributors":[]},"0.5.7":{"name":"@firebase/database","version":"0.5.7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5","@firebase/logger":"0.1.26","@firebase/util":"0.2.29","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19","@firebase/app-types":"0.4.5","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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/database@0.5.7","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d8d45ed61d3009ee1eab08add6492327608bd40e","size":1226515,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7_1570733646959_0.5593286836113582"},"_hasShrinkwrap":false,"publish_time":1570733647183,"_cnpm_publish_time":1570733647183,"contributors":[]},"0.5.7-0":{"name":"@firebase/database","version":"0.5.7-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.5-0","@firebase/logger":"0.1.26-0","@firebase/util":"0.2.29-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.19-0","@firebase/app-types":"0.4.5-0","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.7-0","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"e8efb2c9766570653bcf8a4eaba42bb00072b5e5","size":1226518,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.7-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.7-0_1570652438656_0.6999353714429057"},"_hasShrinkwrap":false,"publish_time":1570652438854,"_cnpm_publish_time":1570652438854,"contributors":[]},"0.5.6-canary.8c2bbc3":{"name":"@firebase/database","version":"0.5.6-canary.8c2bbc3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.8c2bbc3","@firebase/logger":"0.1.25-canary.8c2bbc3","@firebase/util":"0.2.28-canary.8c2bbc3","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.8c2bbc3","@firebase/app-types":"0.4.4-canary.8c2bbc3","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.6-canary.8c2bbc3","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"d72ca8f9b6d511c2e24dbaf4fe804a7a57625869","size":1226502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.6-canary.8c2bbc3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.6-canary.8c2bbc3_1570643876550_0.47049191904109366"},"_hasShrinkwrap":false,"publish_time":1570643876748,"_cnpm_publish_time":1570643876748,"contributors":[]},"0.5.6-canary.9fcd221":{"name":"@firebase/database","version":"0.5.6-canary.9fcd221","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.9fcd221","@firebase/logger":"0.1.25-canary.9fcd221","@firebase/util":"0.2.28-canary.9fcd221","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.9fcd221","@firebase/app-types":"0.4.4-canary.9fcd221","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.6-canary.9fcd221","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"b60bbf717dbd1d847fc67986c6e259545e1c52c8","size":1226504,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.6-canary.9fcd221.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.6-canary.9fcd221_1570238659655_0.2765676847616463"},"_hasShrinkwrap":false,"publish_time":1570238660062,"_cnpm_publish_time":1570238660062,"contributors":[]},"0.5.5-canary.ed769e8":{"name":"@firebase/database","version":"0.5.5-canary.ed769e8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.ed769e8","@firebase/logger":"0.1.25-canary.ed769e8","@firebase/util":"0.2.28-canary.ed769e8","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.ed769e8","@firebase/app-types":"0.4.4-canary.ed769e8","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"8.10.54","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.23.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.6.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.ed769e8","_nodeVersion":"10.16.3","_npmVersion":"6.9.0","dist":{"shasum":"41cd8862906f6ac01878560fc300801e80066ef3","size":1226505,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.ed769e8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.ed769e8_1570233607896_0.20282796493034616"},"_hasShrinkwrap":false,"publish_time":1570233608163,"_cnpm_publish_time":1570233608163,"contributors":[]},"0.5.5-canary.983f88f":{"name":"@firebase/database","version":"0.5.5-canary.983f88f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.983f88f","@firebase/logger":"0.1.25-canary.983f88f","@firebase/util":"0.2.28-canary.983f88f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.983f88f","@firebase/app-types":"0.4.4-canary.983f88f","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"11.13.21","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.22.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.5.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.983f88f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bf4c07c0b0f0b640bfc8ccaa6afb38e8c412d0d9","size":1226591,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.983f88f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.983f88f_1570148887729_0.2950268788142134"},"_hasShrinkwrap":false,"publish_time":1570148887906,"_cnpm_publish_time":1570148887906,"contributors":[]},"0.5.5-canary.29c0b37":{"name":"@firebase/database","version":"0.5.5-canary.29c0b37","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.29c0b37","@firebase/logger":"0.1.25-canary.29c0b37","@firebase/util":"0.2.28-canary.29c0b37","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.29c0b37","@firebase/app-types":"0.4.4-canary.29c0b37","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"11.13.21","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.22.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.5.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.29c0b37","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"293cba98bb4bc5d9a988e6642f368844530fb209","size":1226589,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.29c0b37.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.29c0b37_1570143227726_0.6061969825774682"},"_hasShrinkwrap":false,"publish_time":1570143227971,"_cnpm_publish_time":1570143227971,"contributors":[]},"0.5.6":{"name":"@firebase/database","version":"0.5.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4","@firebase/logger":"0.1.25","@firebase/util":"0.2.28","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18","@firebase/app-types":"0.4.4","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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/database@0.5.6","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"bc2954a6a2e07ddc78a86fd87ded594e79d056da","size":1224855,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.6_1570135495494_0.6421077286278394"},"_hasShrinkwrap":false,"publish_time":1570135495686,"_cnpm_publish_time":1570135495686,"contributors":[]},"0.5.5-canary.bd5ce34":{"name":"@firebase/database","version":"0.5.5-canary.bd5ce34","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.bd5ce34","@firebase/logger":"0.1.25-canary.bd5ce34","@firebase/util":"0.2.28-canary.bd5ce34","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.bd5ce34","@firebase/app-types":"0.4.4-canary.bd5ce34","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"11.13.21","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.22.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.5.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.bd5ce34","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"26f9f7989c7d973975ebf013f2dcf31a35c37b19","size":1226589,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.bd5ce34.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.bd5ce34_1570061306993_0.749448448463713"},"_hasShrinkwrap":false,"publish_time":1570061307163,"_cnpm_publish_time":1570061307163,"contributors":[]},"0.5.5-canary.fe530be":{"name":"@firebase/database","version":"0.5.5-canary.fe530be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.fe530be","@firebase/logger":"0.1.25-canary.fe530be","@firebase/util":"0.2.28-canary.fe530be","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.fe530be","@firebase/app-types":"0.4.4-canary.fe530be","@types/chai":"4.2.3","@types/mocha":"5.2.7","@types/node":"11.13.21","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.1","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.22.0","rollup-plugin-typescript2":"0.24.3","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.0","ts-node":"8.4.1","typescript":"3.5.3","webpack":"4.41.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.fe530be","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"03886c4cdd987ed3813fde8d15bbfa9d04a8afa3","size":1226589,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.fe530be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.fe530be_1570043618911_0.5394075684299586"},"_hasShrinkwrap":false,"publish_time":1570043619130,"_cnpm_publish_time":1570043619130,"contributors":[]},"0.5.5-canary.5beb23c":{"name":"@firebase/database","version":"0.5.5-canary.5beb23c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.5beb23c","@firebase/logger":"0.1.25-canary.5beb23c","@firebase/util":"0.2.28-canary.5beb23c","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.5beb23c","@firebase/app-types":"0.4.4-canary.5beb23c","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.5beb23c","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1704159926ee48234804fc92c1695830a2c3642b","size":1224872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.5beb23c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.5beb23c_1570040538220_0.007576889945539511"},"_hasShrinkwrap":false,"publish_time":1570040538475,"_cnpm_publish_time":1570040538475,"contributors":[]},"0.5.5-canary.a308f0f":{"name":"@firebase/database","version":"0.5.5-canary.a308f0f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.a308f0f","@firebase/logger":"0.1.25-canary.a308f0f","@firebase/util":"0.2.28-canary.a308f0f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.a308f0f","@firebase/app-types":"0.4.4-canary.a308f0f","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.a308f0f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6cc59f292be99083e0b9d8ff8a7b75f787ebdf61","size":1224873,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.a308f0f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.a308f0f_1570040327907_0.5837453244362298"},"_hasShrinkwrap":false,"publish_time":1570040328143,"_cnpm_publish_time":1570040328143,"contributors":[]},"0.5.5-canary.fdd73ca":{"name":"@firebase/database","version":"0.5.5-canary.fdd73ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.fdd73ca","@firebase/logger":"0.1.25-canary.fdd73ca","@firebase/util":"0.2.28-canary.fdd73ca","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.fdd73ca","@firebase/app-types":"0.4.4-canary.fdd73ca","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.fdd73ca","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1d2023e375c5e888e5b0ce0e6a2574c072b5f0ae","size":1224871,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.fdd73ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.fdd73ca_1570039769259_0.0671300566667421"},"_hasShrinkwrap":false,"publish_time":1570039769432,"_cnpm_publish_time":1570039769432,"contributors":[]},"0.5.5-canary.fa0e63d":{"name":"@firebase/database","version":"0.5.5-canary.fa0e63d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.fa0e63d","@firebase/logger":"0.1.25-canary.fa0e63d","@firebase/util":"0.2.28-canary.fa0e63d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.fa0e63d","@firebase/app-types":"0.4.4-canary.fa0e63d","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.fa0e63d","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"084a9f4daf898125e2ba5cd0e0bf067358cb44a3","size":1224871,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.fa0e63d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.fa0e63d_1569973495634_0.18035937445886563"},"_hasShrinkwrap":false,"publish_time":1569973495826,"_cnpm_publish_time":1569973495826,"contributors":[]},"0.5.5-canary.3a6995b":{"name":"@firebase/database","version":"0.5.5-canary.3a6995b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.3a6995b","@firebase/logger":"0.1.25-canary.3a6995b","@firebase/util":"0.2.28-canary.3a6995b","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.3a6995b","@firebase/app-types":"0.4.4-canary.3a6995b","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.3a6995b","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ab8db3c89cc73acffa4d2c1a78da761e4b8db9ee","size":1224873,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.3a6995b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.3a6995b_1569968876627_0.00908390309554541"},"_hasShrinkwrap":false,"publish_time":1569968876853,"_cnpm_publish_time":1569968876853,"contributors":[]},"0.5.6-0":{"name":"@firebase/database","version":"0.5.6-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4","@firebase/logger":"0.1.25","@firebase/util":"0.2.28","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18","@firebase/app-types":"0.4.4","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.6-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"34537ac4b046e5ab5683e4e7824fdb3acfbf8647","size":1224860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.6-0_1569967275158_0.12342501953461338"},"_hasShrinkwrap":false,"publish_time":1569967275331,"_cnpm_publish_time":1569967275331,"contributors":[]},"0.5.5-canary.9be8285":{"name":"@firebase/database","version":"0.5.5-canary.9be8285","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.9be8285","@firebase/logger":"0.1.25-canary.9be8285","@firebase/util":"0.2.28-canary.9be8285","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.9be8285","@firebase/app-types":"0.4.4-canary.9be8285","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.9be8285","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"533b7fce4faa21328413adcda5a10c9a37882d41","size":1224872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.9be8285.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.9be8285_1569961529086_0.948385266085991"},"_hasShrinkwrap":false,"publish_time":1569961529286,"_cnpm_publish_time":1569961529286,"contributors":[]},"0.5.5-canary.6e377fe":{"name":"@firebase/database","version":"0.5.5-canary.6e377fe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.6e377fe","@firebase/logger":"0.1.25-canary.6e377fe","@firebase/util":"0.2.28-canary.6e377fe","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.6e377fe","@firebase/app-types":"0.4.4-canary.6e377fe","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.6e377fe","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dc146df8f206e8ea2b0bae72e0ef10ba9fb2ee98","size":1224872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.6e377fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.6e377fe_1569959463256_0.4597056292521742"},"_hasShrinkwrap":false,"publish_time":1569959463444,"_cnpm_publish_time":1569959463444,"contributors":[]},"0.5.5-canary.78adfdb":{"name":"@firebase/database","version":"0.5.5-canary.78adfdb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.78adfdb","@firebase/logger":"0.1.25-canary.78adfdb","@firebase/util":"0.2.28-canary.78adfdb","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.78adfdb","@firebase/app-types":"0.4.4-canary.78adfdb","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.78adfdb","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"14cb57af4aca952f1f6fad2a1cdd9db89586a1a9","size":1224873,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.78adfdb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.78adfdb_1569954961453_0.37256704752729064"},"_hasShrinkwrap":false,"publish_time":1569954961655,"_cnpm_publish_time":1569954961655,"contributors":[]},"0.5.5-canary.c36aa82":{"name":"@firebase/database","version":"0.5.5-canary.c36aa82","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.c36aa82","@firebase/logger":"0.1.25-canary.c36aa82","@firebase/util":"0.2.28-canary.c36aa82","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.c36aa82","@firebase/app-types":"0.4.4-canary.c36aa82","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.c36aa82","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b193dca5661ba541c3235e386213150acb8195dc","size":1224872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.c36aa82.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.c36aa82_1569954410222_0.8358547792597715"},"_hasShrinkwrap":false,"publish_time":1569954410433,"_cnpm_publish_time":1569954410433,"contributors":[]},"0.5.5-canary.458db5f":{"name":"@firebase/database","version":"0.5.5-canary.458db5f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.458db5f","@firebase/logger":"0.1.25-canary.458db5f","@firebase/util":"0.2.28-canary.458db5f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.458db5f","@firebase/app-types":"0.4.4-canary.458db5f","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.458db5f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8081db4014baa487e0436430b524491f48fb4128","size":1224874,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.458db5f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.458db5f_1569948750509_0.9061532267067445"},"_hasShrinkwrap":false,"publish_time":1569948750730,"_cnpm_publish_time":1569948750730,"contributors":[]},"0.5.5-canary.d63371f":{"name":"@firebase/database","version":"0.5.5-canary.d63371f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.d63371f","@firebase/logger":"0.1.25-canary.d63371f","@firebase/util":"0.2.28-canary.d63371f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.d63371f","@firebase/app-types":"0.4.4-canary.d63371f","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.d63371f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"312b1639b5fbd59d77b9045f4143c32d8eae877c","size":1224872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.d63371f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.d63371f_1569897817353_0.344657647695382"},"_hasShrinkwrap":false,"publish_time":1569897817562,"_cnpm_publish_time":1569897817562,"contributors":[]},"0.5.5-canary.37d150b":{"name":"@firebase/database","version":"0.5.5-canary.37d150b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.37d150b","@firebase/logger":"0.1.25-canary.37d150b","@firebase/util":"0.2.28-canary.37d150b","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.37d150b","@firebase/app-types":"0.4.4-canary.37d150b","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.37d150b","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"adec6967eed6ac3981f438aab2029cddbc333f95","size":1224872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.37d150b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.37d150b_1569890516192_0.6792006499803285"},"_hasShrinkwrap":false,"publish_time":1569890516403,"_cnpm_publish_time":1569890516403,"contributors":[]},"0.5.5-canary.84c1583":{"name":"@firebase/database","version":"0.5.5-canary.84c1583","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.84c1583","@firebase/logger":"0.1.25-canary.84c1583","@firebase/util":"0.2.28-canary.84c1583","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.84c1583","@firebase/app-types":"0.4.4-canary.84c1583","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.84c1583","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9788a36880914ebe79bd8020173d01c42d6472a6","size":1224872,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.84c1583.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.84c1583_1569888914408_0.01841775764099185"},"_hasShrinkwrap":false,"publish_time":1569888914570,"_cnpm_publish_time":1569888914570,"contributors":[]},"0.5.5-canary.e8a3920":{"name":"@firebase/database","version":"0.5.5-canary.e8a3920","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.e8a3920","@firebase/logger":"0.1.25-canary.e8a3920","@firebase/util":"0.2.28-canary.e8a3920","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.e8a3920","@firebase/app-types":"0.4.4-canary.e8a3920","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.e8a3920","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"30173dcb60ff1e8df42e268a3050143f68637f72","size":1224772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.e8a3920.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.e8a3920_1569872252367_0.22172799309857738"},"_hasShrinkwrap":false,"publish_time":1569872252553,"_cnpm_publish_time":1569872252553,"contributors":[]},"0.5.5-canary.c9dbf19":{"name":"@firebase/database","version":"0.5.5-canary.c9dbf19","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.c9dbf19","@firebase/logger":"0.1.25-canary.c9dbf19","@firebase/util":"0.2.28-canary.c9dbf19","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.c9dbf19","@firebase/app-types":"0.4.4-canary.c9dbf19","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.c9dbf19","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"63d3760e31f083b101b7890287800c70d3e73b43","size":1224776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.c9dbf19.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.c9dbf19_1569650227717_0.020106839120336506"},"_hasShrinkwrap":false,"publish_time":1569650227985,"_cnpm_publish_time":1569650227985,"contributors":[]},"0.5.5-canary.012e3a5":{"name":"@firebase/database","version":"0.5.5-canary.012e3a5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.012e3a5","@firebase/logger":"0.1.25-canary.012e3a5","@firebase/util":"0.2.28-canary.012e3a5","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.012e3a5","@firebase/app-types":"0.4.4-canary.012e3a5","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.012e3a5","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"feb9458ec2f4efacd8cb6bbc52f19501e99f4ce8","size":1224772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.012e3a5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.012e3a5_1569645051388_0.603458143749207"},"_hasShrinkwrap":false,"publish_time":1569645051575,"_cnpm_publish_time":1569645051575,"contributors":[]},"0.5.5-canary.b4ee745":{"name":"@firebase/database","version":"0.5.5-canary.b4ee745","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-canary.b4ee745","@firebase/logger":"0.1.25-canary.b4ee745","@firebase/util":"0.2.28-canary.b4ee745","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-canary.b4ee745","@firebase/app-types":"0.4.4-canary.b4ee745","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-canary.b4ee745","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"84f8604a18b8d35e66330fe6a99e9dabeabc7248","size":1224773,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-canary.b4ee745.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-canary.b4ee745_1569455006514_0.9995779850802291"},"_hasShrinkwrap":false,"publish_time":1569455006693,"_cnpm_publish_time":1569455006693,"contributors":[]},"0.5.5":{"name":"@firebase/database","version":"0.5.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4","@firebase/logger":"0.1.25","@firebase/util":"0.2.28","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18","@firebase/app-types":"0.4.4","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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/database@0.5.5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"f636dd04f955136e1f406f35b1dfe66375a1c7a4","size":1224777,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5_1569445541915_0.9354929133158774"},"_hasShrinkwrap":false,"publish_time":1569445542078,"_cnpm_publish_time":1569445542078,"contributors":[]},"0.5.5-0":{"name":"@firebase/database","version":"0.5.5-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.4-0","@firebase/logger":"0.1.25","@firebase/util":"0.2.28","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.18-0","@firebase/app-types":"0.4.4-0","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.5-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"e114956b9b0e9d32d7364be90507febac4be6fa6","size":1224778,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.5-0_1569444237455_0.8879485708574997"},"_hasShrinkwrap":false,"publish_time":1569444237660,"_cnpm_publish_time":1569444237660,"contributors":[]},"0.5.4-canary.2b412d7c":{"name":"@firebase/database","version":"0.5.4-canary.2b412d7c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.2b412d7c","@firebase/logger":"0.1.25-canary.2b412d7c","@firebase/util":"0.2.28-canary.2b412d7c","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.17-canary.2b412d7c","@firebase/app-types":"0.4.3-canary.2b412d7c","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.4-canary.2b412d7c","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"6ffab9cbd94793e3384205f046e8ee9a7fad5d87","size":1224782,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.4-canary.2b412d7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.4-canary.2b412d7c_1569442900175_0.5264616276187066"},"_hasShrinkwrap":false,"publish_time":1569442900375,"_cnpm_publish_time":1569442900375,"contributors":[]},"0.5.4-canary.2b412d7":{"name":"@firebase/database","version":"0.5.4-canary.2b412d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.2b412d7","@firebase/logger":"0.1.25-canary.2b412d7","@firebase/util":"0.2.28-canary.2b412d7","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.17-canary.2b412d7","@firebase/app-types":"0.4.3-canary.2b412d7","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.4-canary.2b412d7","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b678dcff241f7c776181f1c2b805ad8cbe197899","size":1224775,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.4-canary.2b412d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.4-canary.2b412d7_1569442475210_0.4470000424746683"},"_hasShrinkwrap":false,"publish_time":1569442475406,"_cnpm_publish_time":1569442475406,"contributors":[]},"0.5.4-canary.fd35262":{"name":"@firebase/database","version":"0.5.4-canary.fd35262","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.fd35262","@firebase/logger":"0.1.25-canary.fd35262","@firebase/util":"0.2.28-canary.fd35262","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.17-canary.fd35262","@firebase/app-types":"0.4.3-canary.fd35262","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.4-canary.fd35262","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0fd635623bc5e560faabc1078dca75886311293b","size":1224776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.4-canary.fd35262.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.4-canary.fd35262_1569440271440_0.042988254190889474"},"_hasShrinkwrap":false,"publish_time":1569440271644,"_cnpm_publish_time":1569440271644,"contributors":[]},"0.5.4-canary.806aabb":{"name":"@firebase/database","version":"0.5.4-canary.806aabb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.806aabb","@firebase/logger":"0.1.25-canary.806aabb","@firebase/util":"0.2.28-canary.806aabb","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.17-canary.806aabb","@firebase/app-types":"0.4.3-canary.806aabb","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.4-canary.806aabb","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dc83dc9ff8bc679aab1605aee868553fe1b915ea","size":1224776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.4-canary.806aabb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.4-canary.806aabb_1569014920057_0.7347458228207735"},"_hasShrinkwrap":false,"publish_time":1569014920245,"_cnpm_publish_time":1569014920245,"contributors":[]},"0.5.4":{"name":"@firebase/database","version":"0.5.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3","@firebase/logger":"0.1.25","@firebase/util":"0.2.28","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.17","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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/database@0.5.4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"028fe19e17010b8175f8b0da6b402147082c9671","size":1224778,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.4_1568927332260_0.7217564793724056"},"_hasShrinkwrap":false,"publish_time":1568927332496,"_cnpm_publish_time":1568927332496,"contributors":[]},"0.5.3-canary.4f1f378":{"name":"@firebase/database","version":"0.5.3-canary.4f1f378","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.4f1f378","@firebase/logger":"0.1.24-canary.4f1f378","@firebase/util":"0.2.27-canary.4f1f378","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-canary.4f1f378","@firebase/app-types":"0.4.3-canary.4f1f378","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.3-canary.4f1f378","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dee9d39678be0655e05a848cfa45f3fee4edc627","size":1224776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.3-canary.4f1f378.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.3-canary.4f1f378_1568857970688_0.14570726537177348"},"_hasShrinkwrap":false,"publish_time":1568857970914,"_cnpm_publish_time":1568857970914,"contributors":[]},"0.5.4-1":{"name":"@firebase/database","version":"0.5.4-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3","@firebase/logger":"0.1.25-1","@firebase/util":"0.2.28-1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.17-1","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.4-1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"770c65255d378d016f014cf0fcd3fce915ace522","size":1224782,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.4-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.4-1_1568855381858_0.7349318593562555"},"_hasShrinkwrap":false,"publish_time":1568855382060,"_cnpm_publish_time":1568855382060,"contributors":[]},"0.5.3-canary.353fc52":{"name":"@firebase/database","version":"0.5.3-canary.353fc52","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.353fc52","@firebase/logger":"0.1.24-canary.353fc52","@firebase/util":"0.2.27-canary.353fc52","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-canary.353fc52","@firebase/app-types":"0.4.3-canary.353fc52","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.3-canary.353fc52","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"91066ee0eddd435ae314c167554f188ca0a7ab7a","size":1224776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.3-canary.353fc52.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.3-canary.353fc52_1568837028650_0.2920278052217813"},"_hasShrinkwrap":false,"publish_time":1568837028922,"_cnpm_publish_time":1568837028922,"contributors":[]},"0.5.4-0":{"name":"@firebase/database","version":"0.5.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3","@firebase/logger":"0.1.25-0","@firebase/util":"0.2.28-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.17-0","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.4-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"3e10c1dda19dbb152c991f479a5d44cbbb046468","size":1224782,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.4-0_1568765870070_0.053510701655677506"},"_hasShrinkwrap":false,"publish_time":1568765870292,"_cnpm_publish_time":1568765870292,"contributors":[]},"0.5.3-canary.e24b1f4":{"name":"@firebase/database","version":"0.5.3-canary.e24b1f4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.e24b1f4","@firebase/logger":"0.1.24-canary.e24b1f4","@firebase/util":"0.2.27-canary.e24b1f4","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-canary.e24b1f4","@firebase/app-types":"0.4.3-canary.e24b1f4","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.3-canary.e24b1f4","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d1e98fa9e1fa2c01c56d11e56ad745b9cfbab930","size":1224775,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.3-canary.e24b1f4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.3-canary.e24b1f4_1568683340814_0.9596893194259142"},"_hasShrinkwrap":false,"publish_time":1568683341058,"_cnpm_publish_time":1568683341058,"contributors":[]},"0.5.3-canary.372c0c5":{"name":"@firebase/database","version":"0.5.3-canary.372c0c5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.372c0c5","@firebase/logger":"0.1.24-canary.372c0c5","@firebase/util":"0.2.27-canary.372c0c5","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-canary.372c0c5","@firebase/app-types":"0.4.3-canary.372c0c5","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.3-canary.372c0c5","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b0e7f782d798fac3b21186cc809b2aa88fcff965","size":1224772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.3-canary.372c0c5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.3-canary.372c0c5_1568677991469_0.9923891006499639"},"_hasShrinkwrap":false,"publish_time":1568677991764,"_cnpm_publish_time":1568677991764,"contributors":[]},"0.5.3-canary.2195e9a":{"name":"@firebase/database","version":"0.5.3-canary.2195e9a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.2195e9a","@firebase/logger":"0.1.24-canary.2195e9a","@firebase/util":"0.2.27-canary.2195e9a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-canary.2195e9a","@firebase/app-types":"0.4.3-canary.2195e9a","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.3-canary.2195e9a","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"60b37c24036e9bad0e22b2bc392355ecca37dd6c","size":1224776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.3-canary.2195e9a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.3-canary.2195e9a_1568659623000_0.019487953452507645"},"_hasShrinkwrap":false,"publish_time":1568659623191,"_cnpm_publish_time":1568659623191,"contributors":[]},"0.5.2-canary.4016987":{"name":"@firebase/database","version":"0.5.2-canary.4016987","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.4016987","@firebase/logger":"0.1.24-canary.4016987","@firebase/util":"0.2.27-canary.4016987","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-canary.4016987","@firebase/app-types":"0.4.3-canary.4016987","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.2-canary.4016987","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5ac06d3b813e934f50d4ec972712d5c225b01712","size":1224776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.2-canary.4016987.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.2-canary.4016987_1568336686827_0.7609171630716731"},"_hasShrinkwrap":false,"publish_time":1568336687018,"_cnpm_publish_time":1568336687018,"contributors":[]},"0.5.3":{"name":"@firebase/database","version":"0.5.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3","@firebase/logger":"0.1.24","@firebase/util":"0.2.27","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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/database@0.5.3","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"e731de97f2d12490df1614a86b993e9ab86ed7cb","size":1224761,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.3_1568321341404_0.4610202901852958"},"_hasShrinkwrap":false,"publish_time":1568321341572,"_cnpm_publish_time":1568321341572,"contributors":[]},"0.5.2-canary.20e8a07":{"name":"@firebase/database","version":"0.5.2-canary.20e8a07","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.20e8a07","@firebase/logger":"0.1.24-canary.20e8a07","@firebase/util":"0.2.27-canary.20e8a07","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-canary.20e8a07","@firebase/app-types":"0.4.3-canary.20e8a07","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.2-canary.20e8a07","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b1c4660e3cf90017830dfac99a08d401a6cf857c","size":1224776,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.2-canary.20e8a07.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.2-canary.20e8a07_1568312766235_0.5993258637555656"},"_hasShrinkwrap":false,"publish_time":1568312766478,"_cnpm_publish_time":1568312766478,"contributors":[]},"0.5.2-canary.d0bb1b1":{"name":"@firebase/database","version":"0.5.2-canary.d0bb1b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.d0bb1b1","@firebase/logger":"0.1.24-canary.d0bb1b1","@firebase/util":"0.2.27-canary.d0bb1b1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-canary.d0bb1b1","@firebase/app-types":"0.4.3-canary.d0bb1b1","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.2-canary.d0bb1b1","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"92eef28fff2abf350396d3de9c2c7b0dbb9bb9c7","size":1224775,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.2-canary.d0bb1b1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.2-canary.d0bb1b1_1568233147647_0.251488395591426"},"_hasShrinkwrap":false,"publish_time":1568233147868,"_cnpm_publish_time":1568233147868,"contributors":[]},"0.5.3-0":{"name":"@firebase/database","version":"0.5.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3","@firebase/logger":"0.1.24","@firebase/util":"0.2.27","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.3-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"07cd927241a3015826f350a770e884b74c722438","size":1224765,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.3-0_1568152809041_0.30399638119459005"},"_hasShrinkwrap":false,"publish_time":1568152809213,"_cnpm_publish_time":1568152809213,"contributors":[]},"0.5.2-canary.64b1924":{"name":"@firebase/database","version":"0.5.2-canary.64b1924","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.64b1924","@firebase/logger":"0.1.24-canary.64b1924","@firebase/util":"0.2.27-canary.64b1924","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-canary.64b1924","@firebase/app-types":"0.4.3-canary.64b1924","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.2-canary.64b1924","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"073b9c00b0a8ee055a9c801bdca9800a6b1e1f9e","size":1224777,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.2-canary.64b1924.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.2-canary.64b1924_1568065262974_0.1362433460401824"},"_hasShrinkwrap":false,"publish_time":1568065263130,"_cnpm_publish_time":1568065263130,"contributors":[]},"0.5.1-canary.9ae44f6":{"name":"@firebase/database","version":"0.5.1-canary.9ae44f6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.9ae44f6","@firebase/logger":"0.1.23-canary.9ae44f6","@firebase/util":"0.2.26-canary.9ae44f6","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.9ae44f6","@firebase/app-types":"0.4.3-canary.9ae44f6","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.9ae44f6","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4553b7b6cb79af9d8929cf0b5f89f2a95371f920","size":1224775,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.9ae44f6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.9ae44f6_1567727680985_0.42585569473729357"},"_hasShrinkwrap":false,"publish_time":1567727681175,"_cnpm_publish_time":1567727681175,"contributors":[]},"0.5.2":{"name":"@firebase/database","version":"0.5.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3","@firebase/logger":"0.1.24","@firebase/util":"0.2.27","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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/database@0.5.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"9f480c64f7a16569ae8cf18ed82b22acf0ea0885","size":1229259,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.2_1567725501844_0.6880876391002251"},"_hasShrinkwrap":false,"publish_time":1567725502045,"_cnpm_publish_time":1567725502045,"contributors":[]},"0.5.1-canary.4ccd09e":{"name":"@firebase/database","version":"0.5.1-canary.4ccd09e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.4ccd09e","@firebase/logger":"0.1.23-canary.4ccd09e","@firebase/util":"0.2.26-canary.4ccd09e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.4ccd09e","@firebase/app-types":"0.4.3-canary.4ccd09e","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.4ccd09e","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"efe231899ec63361045ce7c560a3a901ecd8c9de","size":1224775,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.4ccd09e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.4ccd09e_1567706488653_0.07380862505228314"},"_hasShrinkwrap":false,"publish_time":1567706488868,"_cnpm_publish_time":1567706488868,"contributors":[]},"0.5.1-canary.5037a7f":{"name":"@firebase/database","version":"0.5.1-canary.5037a7f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.5037a7f","@firebase/logger":"0.1.23-canary.5037a7f","@firebase/util":"0.2.26-canary.5037a7f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.5037a7f","@firebase/app-types":"0.4.3-canary.5037a7f","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.5037a7f","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8b307320dfe2f10a6639641623d88639966ecad7","size":1229264,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.5037a7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.5037a7f_1567652438061_0.15932027099894452"},"_hasShrinkwrap":false,"publish_time":1567652438266,"_cnpm_publish_time":1567652438266,"contributors":[]},"0.5.1-canary.0bc9069":{"name":"@firebase/database","version":"0.5.1-canary.0bc9069","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.0bc9069","@firebase/logger":"0.1.23-canary.0bc9069","@firebase/util":"0.2.26-canary.0bc9069","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.0bc9069","@firebase/app-types":"0.4.3-canary.0bc9069","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.0bc9069","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0de475f3f3e6e3a84796b1691d488af5ed5550f2","size":1229264,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.0bc9069.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.0bc9069_1567638017931_0.6345720532542194"},"_hasShrinkwrap":false,"publish_time":1567638018091,"_cnpm_publish_time":1567638018091,"contributors":[]},"0.5.1-canary.e3d7408":{"name":"@firebase/database","version":"0.5.1-canary.e3d7408","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.e3d7408","@firebase/logger":"0.1.23-canary.e3d7408","@firebase/util":"0.2.26-canary.e3d7408","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.e3d7408","@firebase/app-types":"0.4.3-canary.e3d7408","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.e3d7408","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2f53fb8c93ce164276bfe15c149c15cd78e4af90","size":1229264,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.e3d7408.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.e3d7408_1567557942192_0.07990352330922024"},"_hasShrinkwrap":false,"publish_time":1567557942413,"_cnpm_publish_time":1567557942413,"contributors":[]},"0.5.2-1":{"name":"@firebase/database","version":"0.5.2-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3","@firebase/logger":"0.1.24-1","@firebase/util":"0.2.27-1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-1","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.2-1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"5b7729e516b2e4c52f89c5d1d13437bee7cb15f1","size":1229262,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.2-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.2-1_1567555387899_0.32784597951355354"},"_hasShrinkwrap":false,"publish_time":1567555388120,"_cnpm_publish_time":1567555388120,"contributors":[]},"0.5.2-0":{"name":"@firebase/database","version":"0.5.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3","@firebase/logger":"0.1.24-0","@firebase/util":"0.2.27-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.16-0","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.2-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"32e025afc96ee224328bf2f705c85dddff234b13","size":1229266,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.2-0_1567548180614_0.13275013056474916"},"_hasShrinkwrap":false,"publish_time":1567548180835,"_cnpm_publish_time":1567548180835,"contributors":[]},"0.5.1-canary.611cc9d":{"name":"@firebase/database","version":"0.5.1-canary.611cc9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.611cc9d","@firebase/logger":"0.1.23-canary.611cc9d","@firebase/util":"0.2.26-canary.611cc9d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.611cc9d","@firebase/app-types":"0.4.3-canary.611cc9d","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.20","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.24.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.611cc9d","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8b0b2aa6157816568f37f4164fbf9c65021d2891","size":1229264,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.611cc9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.611cc9d_1567206570625_0.22581438511844443"},"_hasShrinkwrap":false,"publish_time":1567206570784,"_cnpm_publish_time":1567206570784,"contributors":[]},"0.5.1-canary.58c8352":{"name":"@firebase/database","version":"0.5.1-canary.58c8352","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.58c8352","@firebase/logger":"0.1.23-canary.58c8352","@firebase/util":"0.2.26-canary.58c8352","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.58c8352","@firebase/app-types":"0.4.3-canary.58c8352","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.23.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.58c8352","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d1edd04bafe310d4624870813cefadbedfc4f533","size":1229264,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.58c8352.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.58c8352_1567113777328_0.15556767957519613"},"_hasShrinkwrap":false,"publish_time":1567113777511,"_cnpm_publish_time":1567113777511,"contributors":[]},"0.5.1-canary.f03eb7c":{"name":"@firebase/database","version":"0.5.1-canary.f03eb7c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.f03eb7c","@firebase/logger":"0.1.23-canary.f03eb7c","@firebase/util":"0.2.26-canary.f03eb7c","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.f03eb7c","@firebase/app-types":"0.4.3-canary.f03eb7c","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.23.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.f03eb7c","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"78c2acb5a7ce258a2216353dee109a14ae408d80","size":1229263,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.f03eb7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.f03eb7c_1567102178565_0.2856169553393617"},"_hasShrinkwrap":false,"publish_time":1567102178788,"_cnpm_publish_time":1567102178788,"contributors":[]},"0.5.1-canary.c851936":{"name":"@firebase/database","version":"0.5.1-canary.c851936","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.c851936","@firebase/logger":"0.1.23-canary.c851936","@firebase/util":"0.2.26-canary.c851936","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.c851936","@firebase/app-types":"0.4.3-canary.c851936","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.3.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.20.3","rollup-plugin-typescript2":"0.23.0","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.c851936","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"41e4252a227af28e1a2974c109a1a44111432b7d","size":1229264,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.c851936.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.c851936_1567038200249_0.21796457904436606"},"_hasShrinkwrap":false,"publish_time":1567038200513,"_cnpm_publish_time":1567038200513,"contributors":[]},"0.5.1-canary.7f2e961":{"name":"@firebase/database","version":"0.5.1-canary.7f2e961","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.7f2e961","@firebase/logger":"0.1.23-canary.7f2e961","@firebase/util":"0.2.26-canary.7f2e961","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.7f2e961","@firebase/app-types":"0.4.3-canary.7f2e961","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.7f2e961","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"08ad911ee5f577c7b5a7f0edc2edaf97438e5690","size":1230940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.7f2e961.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.7f2e961_1567036048859_0.17799590806578824"},"_hasShrinkwrap":false,"publish_time":1567036049143,"_cnpm_publish_time":1567036049143,"contributors":[]},"0.5.1-canary.e010f29":{"name":"@firebase/database","version":"0.5.1-canary.e010f29","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.e010f29","@firebase/logger":"0.1.23-canary.e010f29","@firebase/util":"0.2.26-canary.e010f29","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.e010f29","@firebase/app-types":"0.4.3-canary.e010f29","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.e010f29","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ca88ff5162973b632acfb09f62deed0df12a635b","size":1230938,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.e010f29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.e010f29_1566935583998_0.15322440197485387"},"_hasShrinkwrap":false,"publish_time":1566935584254,"_cnpm_publish_time":1566935584254,"contributors":[]},"0.5.1-canary.57c1895":{"name":"@firebase/database","version":"0.5.1-canary.57c1895","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-canary.57c1895","@firebase/logger":"0.1.23-canary.57c1895","@firebase/util":"0.2.26-canary.57c1895","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-canary.57c1895","@firebase/app-types":"0.4.3-canary.57c1895","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-canary.57c1895","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"66798fcce3e6a5b9ea43eb9cbe513a5e74505e72","size":1230941,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-canary.57c1895.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-canary.57c1895_1566600248145_0.3809702970888329"},"_hasShrinkwrap":false,"publish_time":1566600248349,"_cnpm_publish_time":1566600248349,"contributors":[]},"0.5.0-canary.89f90c9":{"name":"@firebase/database","version":"0.5.0-canary.89f90c9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.2-canary.89f90c9","@firebase/logger":"0.1.22-canary.89f90c9","@firebase/util":"0.2.25-canary.89f90c9","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.14-canary.89f90c9","@firebase/app-types":"0.4.3-canary.89f90c9","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.0-canary.89f90c9","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"032a2b0e6ab122fbc16d3198a0cbb3f2baa79cc8","size":1230939,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0-canary.89f90c9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0-canary.89f90c9_1566600229375_0.16653121361746348"},"_hasShrinkwrap":false,"publish_time":1566600229589,"_cnpm_publish_time":1566600229589,"contributors":[]},"0.5.1":{"name":"@firebase/database","version":"0.5.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3","@firebase/logger":"0.1.23","@firebase/util":"0.2.26","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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/database@0.5.1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"8730efd869ab8d9d592128ed07bb67bbf3f0c286","size":1230943,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1_1566512703396_0.07361225290454887"},"_hasShrinkwrap":false,"publish_time":1566512703558,"_cnpm_publish_time":1566512703558,"contributors":[]},"0.5.0-canary.919bcbd":{"name":"@firebase/database","version":"0.5.0-canary.919bcbd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.2-canary.919bcbd","@firebase/logger":"0.1.22-canary.919bcbd","@firebase/util":"0.2.25-canary.919bcbd","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.14-canary.919bcbd","@firebase/app-types":"0.4.3-canary.919bcbd","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.0-canary.919bcbd","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"daf600f10cec4706e7e6be0b2a6c9ca563b7a622","size":1230939,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0-canary.919bcbd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0-canary.919bcbd_1566498467455_0.8015418725003356"},"_hasShrinkwrap":false,"publish_time":1566498467683,"_cnpm_publish_time":1566498467683,"contributors":[]},"0.5.0-canary.1dbf3bc":{"name":"@firebase/database","version":"0.5.0-canary.1dbf3bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.2-canary.1dbf3bc","@firebase/logger":"0.1.22-canary.1dbf3bc","@firebase/util":"0.2.25-canary.1dbf3bc","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.14-canary.1dbf3bc","@firebase/app-types":"0.4.3-canary.1dbf3bc","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.0-canary.1dbf3bc","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"79c537f9d0d01d7aa35bc6c35c246ebf7ed91326","size":1230938,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0-canary.1dbf3bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0-canary.1dbf3bc_1566427130217_0.4121045089801201"},"_hasShrinkwrap":false,"publish_time":1566427130434,"_cnpm_publish_time":1566427130434,"contributors":[]},"0.5.0-canary.716bf5b":{"name":"@firebase/database","version":"0.5.0-canary.716bf5b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.2-canary.716bf5b","@firebase/logger":"0.1.22-canary.716bf5b","@firebase/util":"0.2.25-canary.716bf5b","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.14-canary.716bf5b","@firebase/app-types":"0.4.3-canary.716bf5b","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.0-canary.716bf5b","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2849cce6b4d88bf38ca36d0abdff6aaab4d01389","size":1230940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0-canary.716bf5b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0-canary.716bf5b_1566425111511_0.2589204080290042"},"_hasShrinkwrap":false,"publish_time":1566425111709,"_cnpm_publish_time":1566425111709,"contributors":[]},"0.5.1-0":{"name":"@firebase/database","version":"0.5.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.3-0","@firebase/logger":"0.1.23-0","@firebase/util":"0.2.26-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.15-0","@firebase/app-types":"0.x","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.1-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"f693638df3c3990b120bcaf6eaee5ea0a64375c2","size":1230948,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.1-0_1566408898934_0.9494895613413032"},"_hasShrinkwrap":false,"publish_time":1566408899143,"_cnpm_publish_time":1566408899143,"contributors":[]},"0.5.0-canary.2708307":{"name":"@firebase/database","version":"0.5.0-canary.2708307","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.2-canary.2708307","@firebase/logger":"0.1.22-canary.2708307","@firebase/util":"0.2.25-canary.2708307","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.14-canary.2708307","@firebase/app-types":"0.4.3-canary.2708307","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.0-canary.2708307","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f38f25435e46afba0c3a6756b22bb14d12ebb3e3","size":1230939,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0-canary.2708307.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0-canary.2708307_1566326033972_0.08877217558183936"},"_hasShrinkwrap":false,"publish_time":1566326034211,"_cnpm_publish_time":1566326034211,"contributors":[]},"0.5.0-canary.4d0d246":{"name":"@firebase/database","version":"0.5.0-canary.4d0d246","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.2-canary.4d0d246","@firebase/logger":"0.1.22-canary.4d0d246","@firebase/util":"0.2.25-canary.4d0d246","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.14-canary.4d0d246","@firebase/app-types":"0.4.3-canary.4d0d246","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.0-canary.4d0d246","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fa877f3d3a263514469315eb8f984cd9b62ccf1f","size":1230940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0-canary.4d0d246.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0-canary.4d0d246_1566325320570_0.768942360812116"},"_hasShrinkwrap":false,"publish_time":1566325320795,"_cnpm_publish_time":1566325320795,"contributors":[]},"0.5.0-canary.394ea1b":{"name":"@firebase/database","version":"0.5.0-canary.394ea1b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.2-canary.394ea1b","@firebase/logger":"0.1.22-canary.394ea1b","@firebase/util":"0.2.25-canary.394ea1b","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.14-canary.394ea1b","@firebase/app-types":"0.4.3-canary.394ea1b","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.0-canary.394ea1b","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"16b60c3ff6519c4c34ede82fa7d3828e2885b181","size":1230939,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0-canary.394ea1b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0-canary.394ea1b_1566262735310_0.3394503248846432"},"_hasShrinkwrap":false,"publish_time":1566262735547,"_cnpm_publish_time":1566262735547,"contributors":[]},"0.5.0-canary.c8abbaa":{"name":"@firebase/database","version":"0.5.0-canary.c8abbaa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.2-canary.c8abbaa","@firebase/logger":"0.1.22-canary.c8abbaa","@firebase/util":"0.2.25-canary.c8abbaa","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.14-canary.c8abbaa","@firebase/app-types":"0.4.3-canary.c8abbaa","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.0-canary.c8abbaa","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"290af4592d0155cf74e45080c23cc16d5d163b87","size":1230938,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0-canary.c8abbaa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0-canary.c8abbaa_1566239561851_0.06345849154418604"},"_hasShrinkwrap":false,"publish_time":1566239562023,"_cnpm_publish_time":1566239562023,"contributors":[]},"0.4.12-canary.06bad3e":{"name":"@firebase/database","version":"0.4.12-canary.06bad3e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.2-canary.06bad3e","@firebase/logger":"0.1.22-canary.06bad3e","@firebase/util":"0.2.25-canary.06bad3e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.14-canary.06bad3e","@firebase/app-types":"0.4.3-canary.06bad3e","@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.06bad3e","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9ffb0989eb2b96c0e605854bb0493eda6ed9e51c","size":1230939,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.06bad3e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.06bad3e_1565984957148_0.33299678974488334"},"_hasShrinkwrap":false,"publish_time":1565984957355,"_cnpm_publish_time":1565984957355,"contributors":[]},"0.4.12-canary.7ab25c6":{"name":"@firebase/database","version":"0.4.12-canary.7ab25c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.7ab25c6","@firebase/app-types":"0.4.3-canary.7ab25c6"},"dependencies":{"@firebase/database-types":"0.4.2-canary.7ab25c6","@firebase/logger":"0.1.22-canary.7ab25c6","@firebase/util":"0.2.25-canary.7ab25c6","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.7ab25c6","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e7ae2cf23a8c072d5379507d063b8770e760893b","size":1230935,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.7ab25c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.7ab25c6_1565968844639_0.07434816750566964"},"_hasShrinkwrap":false,"publish_time":1565968844807,"_cnpm_publish_time":1565968844807,"contributors":[]},"0.4.12-canary.ceee0d7":{"name":"@firebase/database","version":"0.4.12-canary.ceee0d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.ceee0d7","@firebase/app-types":"0.4.3-canary.ceee0d7"},"dependencies":{"@firebase/database-types":"0.4.2-canary.ceee0d7","@firebase/logger":"0.1.22-canary.ceee0d7","@firebase/util":"0.2.25-canary.ceee0d7","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.ceee0d7","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"73a2d81df27a9ba0309185c45fc726cda15ecb98","size":1230933,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.ceee0d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.ceee0d7_1565968566044_0.3147774968584336"},"_hasShrinkwrap":false,"publish_time":1565968566231,"_cnpm_publish_time":1565968566231,"contributors":[]},"0.4.12-canary.2907439":{"name":"@firebase/database","version":"0.4.12-canary.2907439","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.2907439","@firebase/app-types":"0.4.3-canary.2907439"},"dependencies":{"@firebase/database-types":"0.4.2-canary.2907439","@firebase/logger":"0.1.22-canary.2907439","@firebase/util":"0.2.25-canary.2907439","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.2907439","_npmVersion":"6.4.1","_nodeVersion":"8.16.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f53d531a0bc61a410f47326b201c01cb20182002","size":1230935,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.2907439.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.2907439_1565924902939_0.9106936295369137"},"_hasShrinkwrap":false,"publish_time":1565924903167,"_cnpm_publish_time":1565924903167,"contributors":[]},"0.5.0":{"name":"@firebase/database","version":"0.5.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2","@firebase/logger":"0.1.22","@firebase/util":"0.2.25","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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/database@0.5.0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"588561369f56f907a06f097871c76e7a837e1b6f","size":1230922,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0_1565904587948_0.44852089444550347"},"_hasShrinkwrap":false,"publish_time":1565904588122,"_cnpm_publish_time":1565904588122,"contributors":[]},"0.4.12-canary.cacb48e":{"name":"@firebase/database","version":"0.4.12-canary.cacb48e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.cacb48e","@firebase/app-types":"0.4.3-canary.cacb48e"},"dependencies":{"@firebase/database-types":"0.4.2-canary.cacb48e","@firebase/logger":"0.1.22-canary.cacb48e","@firebase/util":"0.2.25-canary.cacb48e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.cacb48e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c336454aecebaffca7f080a5c1e5364a7bf7aad0","size":1230933,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.cacb48e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.cacb48e_1565896690218_0.43390642270406143"},"_hasShrinkwrap":false,"publish_time":1565896692091,"_cnpm_publish_time":1565896692091,"contributors":[]},"0.4.12-canary.132eef6":{"name":"@firebase/database","version":"0.4.12-canary.132eef6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.132eef6","@firebase/app-types":"0.4.3-canary.132eef6"},"dependencies":{"@firebase/database-types":"0.4.2-canary.132eef6","@firebase/logger":"0.1.22-canary.132eef6","@firebase/util":"0.2.25-canary.132eef6","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.132eef6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f622c3b9d1e4c25c144860809e8762b4d079e9c6","size":1230934,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.132eef6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.132eef6_1565895290482_0.8982637824252115"},"_hasShrinkwrap":false,"publish_time":1565895290685,"_cnpm_publish_time":1565895290685,"contributors":[]},"0.4.12-canary.f18b0fb":{"name":"@firebase/database","version":"0.4.12-canary.f18b0fb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.f18b0fb","@firebase/app-types":"0.4.3-canary.f18b0fb"},"dependencies":{"@firebase/database-types":"0.4.2-canary.f18b0fb","@firebase/logger":"0.1.22-canary.f18b0fb","@firebase/util":"0.2.25-canary.f18b0fb","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.f18b0fb","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a80f8bd6b9b4086614b72e4b1cdd672a2420afbe","size":1230934,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.f18b0fb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.f18b0fb_1565890537018_0.1383659430237194"},"_hasShrinkwrap":false,"publish_time":1565890537197,"_cnpm_publish_time":1565890537197,"contributors":[]},"0.4.12-canary.0eeb71f":{"name":"@firebase/database","version":"0.4.12-canary.0eeb71f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.0eeb71f","@firebase/app-types":"0.4.3-canary.0eeb71f"},"dependencies":{"@firebase/database-types":"0.4.2-canary.0eeb71f","@firebase/logger":"0.1.22-canary.0eeb71f","@firebase/util":"0.2.25-canary.0eeb71f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.2.0","@types/mocha":"5.2.7","@types/node":"11.13.19","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.4","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.0eeb71f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d86a99ff6ab28ec195edbe36ed543ec9f06a06ab","size":1230933,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.0eeb71f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.0eeb71f_1565746090085_0.986793212929236"},"_hasShrinkwrap":false,"publish_time":1565746090370,"_cnpm_publish_time":1565746090370,"contributors":[]},"0.4.12-canary.c822e78":{"name":"@firebase/database","version":"0.4.12-canary.c822e78","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.c822e78","@firebase/app-types":"0.4.3-canary.c822e78"},"dependencies":{"@firebase/database-types":"0.4.2-canary.c822e78","@firebase/logger":"0.1.22-canary.c822e78","@firebase/util":"0.2.25-canary.c822e78","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.c822e78","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"90fcb304ad1af9c279a1de831ef75a801dd281bd","size":1230935,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.c822e78.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.c822e78_1565743442369_0.3757922777126015"},"_hasShrinkwrap":false,"publish_time":1565743442567,"_cnpm_publish_time":1565743442567,"contributors":[]},"0.5.0-0":{"name":"@firebase/database","version":"0.5.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2","@firebase/logger":"0.1.22","@firebase/util":"0.2.25","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.0-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"f532125ee2f9dd465638533d42922a2010c7fab4","size":1230924,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.0-0_1565735117711_0.18949317898740947"},"_hasShrinkwrap":false,"publish_time":1565735118384,"_cnpm_publish_time":1565735118384,"contributors":[]},"0.4.12-canary.1674abf":{"name":"@firebase/database","version":"0.4.12-canary.1674abf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.1674abf","@firebase/app-types":"0.4.3-canary.1674abf"},"dependencies":{"@firebase/database-types":"0.4.2-canary.1674abf","@firebase/logger":"0.1.22-canary.1674abf","@firebase/util":"0.2.25-canary.1674abf","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.1674abf","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dd510376b7a185790d2ceddc4535f6591a88657f","size":1230935,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.1674abf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.1674abf_1565726969863_0.31873663483586956"},"_hasShrinkwrap":false,"publish_time":1565726970023,"_cnpm_publish_time":1565726970023,"contributors":[]},"0.4.12-canary.56cbbfd":{"name":"@firebase/database","version":"0.4.12-canary.56cbbfd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.56cbbfd","@firebase/app-types":"0.4.3-canary.56cbbfd"},"dependencies":{"@firebase/database-types":"0.4.2-canary.56cbbfd","@firebase/logger":"0.1.22-canary.56cbbfd","@firebase/util":"0.2.25-canary.56cbbfd","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.56cbbfd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5f6cef3f499cfa6c4be04dc2924562f8175725b3","size":1230935,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.56cbbfd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.56cbbfd_1565650196214_0.9954717680059999"},"_hasShrinkwrap":false,"publish_time":1565650196396,"_cnpm_publish_time":1565650196396,"contributors":[]},"0.4.12-canary.a20dbea":{"name":"@firebase/database","version":"0.4.12-canary.a20dbea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.a20dbea","@firebase/app-types":"0.4.3-canary.a20dbea"},"dependencies":{"@firebase/database-types":"0.4.2-canary.a20dbea","@firebase/logger":"0.1.22-canary.a20dbea","@firebase/util":"0.2.25-canary.a20dbea","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.a20dbea","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d79dd27dba61506a4183b3a5e07264f974efa863","size":1230934,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.a20dbea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.a20dbea_1565646920164_0.7212603151358759"},"_hasShrinkwrap":false,"publish_time":1565646920326,"_cnpm_publish_time":1565646920326,"contributors":[]},"0.4.12-canary.e4eea3f":{"name":"@firebase/database","version":"0.4.12-canary.e4eea3f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.e4eea3f","@firebase/app-types":"0.4.3-canary.e4eea3f"},"dependencies":{"@firebase/database-types":"0.4.2-canary.e4eea3f","@firebase/logger":"0.1.22-canary.e4eea3f","@firebase/util":"0.2.25-canary.e4eea3f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.e4eea3f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1cb4505f5627d19f9a17dc587e105227edecdcaf","size":1230934,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.e4eea3f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.e4eea3f_1565402266090_0.5671185862457817"},"_hasShrinkwrap":false,"publish_time":1565402266401,"_cnpm_publish_time":1565402266401,"contributors":[]},"0.4.12-canary.4ebedd0":{"name":"@firebase/database","version":"0.4.12-canary.4ebedd0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.4ebedd0","@firebase/app-types":"0.4.3-canary.4ebedd0"},"dependencies":{"@firebase/database-types":"0.4.2-canary.4ebedd0","@firebase/logger":"0.1.22-canary.4ebedd0","@firebase/util":"0.2.25-canary.4ebedd0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.4ebedd0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"021a79ec3cdfefab72b9845cad389b2da10d8e55","size":1229707,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.4ebedd0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.4ebedd0_1565396027066_0.4911408910806825"},"_hasShrinkwrap":false,"publish_time":1565396027439,"_cnpm_publish_time":1565396027439,"contributors":[]},"0.4.12-canary.3f9e8e8":{"name":"@firebase/database","version":"0.4.12-canary.3f9e8e8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.3f9e8e8","@firebase/app-types":"0.4.3-canary.3f9e8e8"},"dependencies":{"@firebase/database-types":"0.4.2-canary.3f9e8e8","@firebase/logger":"0.1.22-canary.3f9e8e8","@firebase/util":"0.2.25-canary.3f9e8e8","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.3f9e8e8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5caa0de1c8050bb9bd10258b9efeb7895658fd17","size":1226236,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.3f9e8e8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.3f9e8e8_1565384873161_0.4624964014846804"},"_hasShrinkwrap":false,"publish_time":1565384873340,"_cnpm_publish_time":1565384873340,"contributors":[]},"0.4.12-canary.140d352":{"name":"@firebase/database","version":"0.4.12-canary.140d352","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.140d352","@firebase/app-types":"0.4.3-canary.140d352"},"dependencies":{"@firebase/database-types":"0.4.2-canary.140d352","@firebase/logger":"0.1.22-canary.140d352","@firebase/util":"0.2.25-canary.140d352","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.140d352","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ec2c4a0b0e7c83feddb8c69396eb4e849eb2f9e6","size":1226236,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.140d352.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.140d352_1565378743312_0.5524457124314448"},"_hasShrinkwrap":false,"publish_time":1565378743545,"_cnpm_publish_time":1565378743545,"contributors":[]},"0.4.12-canary.10b6233":{"name":"@firebase/database","version":"0.4.12-canary.10b6233","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.10b6233","@firebase/app-types":"0.4.3-canary.10b6233"},"dependencies":{"@firebase/database-types":"0.4.2-canary.10b6233","@firebase/logger":"0.1.22-canary.10b6233","@firebase/util":"0.2.25-canary.10b6233","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.10b6233","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ad36b884289ce2addc1c5059259f137d8332a8e3","size":1226236,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.10b6233.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.10b6233_1565378046143_0.32268415268500794"},"_hasShrinkwrap":false,"publish_time":1565378046346,"_cnpm_publish_time":1565378046346,"contributors":[]},"0.4.12-canary.903dad8":{"name":"@firebase/database","version":"0.4.12-canary.903dad8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.903dad8","@firebase/app-types":"0.4.3-canary.903dad8"},"dependencies":{"@firebase/database-types":"0.4.2-canary.903dad8","@firebase/logger":"0.1.22-canary.903dad8","@firebase/util":"0.2.25-canary.903dad8","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.903dad8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"de8191d34cdcc31e1ad6605fc983a95425f12aca","size":1226119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.903dad8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.903dad8_1565377233761_0.9715669148267925"},"_hasShrinkwrap":false,"publish_time":1565377233916,"_cnpm_publish_time":1565377233916,"contributors":[]},"0.4.12-canary.8a33cae":{"name":"@firebase/database","version":"0.4.12-canary.8a33cae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.8a33cae","@firebase/app-types":"0.4.3-canary.8a33cae"},"dependencies":{"@firebase/database-types":"0.4.2-canary.8a33cae","@firebase/logger":"0.1.22-canary.8a33cae","@firebase/util":"0.2.25-canary.8a33cae","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.8a33cae","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"53477be04d159d7c7749b703fd3c9da5cf16231f","size":1226119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.8a33cae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.8a33cae_1565374881183_0.501167871651548"},"_hasShrinkwrap":false,"publish_time":1565374881366,"_cnpm_publish_time":1565374881366,"contributors":[]},"0.4.12-canary.fb6d4aa":{"name":"@firebase/database","version":"0.4.12-canary.fb6d4aa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.fb6d4aa","@firebase/app-types":"0.4.3-canary.fb6d4aa"},"dependencies":{"@firebase/database-types":"0.4.2-canary.fb6d4aa","@firebase/logger":"0.1.22-canary.fb6d4aa","@firebase/util":"0.2.25-canary.fb6d4aa","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.fb6d4aa","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"69c44b841dcf95ab696422c14b8b41b344c76577","size":1226119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.fb6d4aa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.fb6d4aa_1565361381671_0.41584375615085345"},"_hasShrinkwrap":false,"publish_time":1565361381896,"_cnpm_publish_time":1565361381896,"contributors":[]},"0.4.12-canary.89ead88":{"name":"@firebase/database","version":"0.4.12-canary.89ead88","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.14-canary.89ead88","@firebase/app-types":"0.4.3-canary.89ead88"},"dependencies":{"@firebase/database-types":"0.4.2-canary.89ead88","@firebase/logger":"0.1.22-canary.89ead88","@firebase/util":"0.2.25-canary.89ead88","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-canary.89ead88","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0f93e7d496a07eadceab7062fb86d6a88cb7aa94","size":1226118,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-canary.89ead88.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-canary.89ead88_1565312795374_0.49286048138273575"},"_hasShrinkwrap":false,"publish_time":1565312795655,"_cnpm_publish_time":1565312795655,"contributors":[]},"0.4.12":{"name":"@firebase/database","version":"0.4.12","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2","@firebase/logger":"0.1.22","@firebase/util":"0.2.25","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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/database@0.4.12","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"7ace48fd87da087d7477e487f91af7cf35ff6f9a","size":1226133,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12_1565308028441_0.64047670344756"},"_hasShrinkwrap":false,"publish_time":1565308028670,"_cnpm_publish_time":1565308028670,"contributors":[]},"0.4.11-canary.1807984":{"name":"@firebase/database","version":"0.4.11-canary.1807984","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.13-canary.1807984","@firebase/app-types":"0.4.3-canary.1807984"},"dependencies":{"@firebase/database-types":"0.4.2-canary.1807984","@firebase/logger":"0.1.21-canary.1807984","@firebase/util":"0.2.24-canary.1807984","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.11-canary.1807984","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5176cd6415152c827b7c2d908733bdf710029bc4","size":1226120,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11-canary.1807984.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11-canary.1807984_1565305072684_0.0538988264457545"},"_hasShrinkwrap":false,"publish_time":1565305072984,"_cnpm_publish_time":1565305072984,"contributors":[]},"0.4.11-canary.b1758c4":{"name":"@firebase/database","version":"0.4.11-canary.b1758c4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.13-canary.b1758c4","@firebase/app-types":"0.4.3-canary.b1758c4"},"dependencies":{"@firebase/database-types":"0.4.2-canary.b1758c4","@firebase/logger":"0.1.21-canary.b1758c4","@firebase/util":"0.2.24-canary.b1758c4","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.11-canary.b1758c4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f73743b88e2ef389e43cade0f281712874b2e78a","size":1226119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11-canary.b1758c4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11-canary.b1758c4_1565214461032_0.05202653945106195"},"_hasShrinkwrap":false,"publish_time":1565214461204,"_cnpm_publish_time":1565214461204,"contributors":[]},"0.4.11-canary.862f41a":{"name":"@firebase/database","version":"0.4.11-canary.862f41a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.13-canary.862f41a","@firebase/app-types":"0.4.3-canary.862f41a"},"dependencies":{"@firebase/database-types":"0.4.2-canary.862f41a","@firebase/logger":"0.1.21-canary.862f41a","@firebase/util":"0.2.24-canary.862f41a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.11-canary.862f41a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9708a2606bb2a86b54321c7d956f6b12535f7c10","size":1226119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11-canary.862f41a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11-canary.862f41a_1565214390983_0.666912706404112"},"_hasShrinkwrap":false,"publish_time":1565214391168,"_cnpm_publish_time":1565214391168,"contributors":[]},"0.4.11-canary.80d0846":{"name":"@firebase/database","version":"0.4.11-canary.80d0846","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.13-canary.80d0846","@firebase/app-types":"0.4.3-canary.80d0846"},"dependencies":{"@firebase/database-types":"0.4.2-canary.80d0846","@firebase/logger":"0.1.21-canary.80d0846","@firebase/util":"0.2.24-canary.80d0846","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.11-canary.80d0846","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a208dca64240fb3dbc2e511ccbe0271125786864","size":1226127,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11-canary.80d0846.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11-canary.80d0846_1565194759160_0.2567925925350274"},"_hasShrinkwrap":false,"publish_time":1565194759427,"_cnpm_publish_time":1565194759427,"contributors":[]},"0.4.12-0":{"name":"@firebase/database","version":"0.4.12-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2","@firebase/logger":"0.1.22-0","@firebase/util":"0.2.25-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.12-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"50ea135cb2ea2b96a61a9219e41e3cfeb0b3e8b3","size":1226135,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.12-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.12-0_1565125907306_0.09079322912942578"},"_hasShrinkwrap":false,"publish_time":1565125907526,"_cnpm_publish_time":1565125907526,"contributors":[]},"0.4.11-canary.7a2403a":{"name":"@firebase/database","version":"0.4.11-canary.7a2403a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.13-canary.7a2403a","@firebase/app-types":"0.4.3-canary.7a2403a"},"dependencies":{"@firebase/database-types":"0.4.2-canary.7a2403a","@firebase/logger":"0.1.21-canary.7a2403a","@firebase/util":"0.2.24-canary.7a2403a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.19.3","rollup-plugin-typescript2":"0.22.1","sinon":"7.4.1","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.39.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.11-canary.7a2403a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5e1526195fc08bdf8f62499e495ba3089f9e8e2b","size":1226126,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11-canary.7a2403a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11-canary.7a2403a_1565122079733_0.07907821826424755"},"_hasShrinkwrap":false,"publish_time":1565122079927,"_cnpm_publish_time":1565122079927,"contributors":[]},"0.4.11-canary.4eabca0":{"name":"@firebase/database","version":"0.4.11-canary.4eabca0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.13-canary.4eabca0","@firebase/app-types":"0.4.3-canary.4eabca0"},"dependencies":{"@firebase/database-types":"0.4.2-canary.4eabca0","@firebase/logger":"0.1.21-canary.4eabca0","@firebase/util":"0.2.24-canary.4eabca0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.38.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.11-canary.4eabca0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b73b9de5f3b76a76d617b5dd991b0f2cdb1c2980","size":1226124,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11-canary.4eabca0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11-canary.4eabca0_1565118742192_0.4641811006238634"},"_hasShrinkwrap":false,"publish_time":1565118743260,"_cnpm_publish_time":1565118743260,"contributors":[]},"0.4.11-canary.fc1f1bc":{"name":"@firebase/database","version":"0.4.11-canary.fc1f1bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.13-canary.fc1f1bc","@firebase/app-types":"0.4.3-canary.fc1f1bc"},"dependencies":{"@firebase/database-types":"0.4.2-canary.fc1f1bc","@firebase/logger":"0.1.21-canary.fc1f1bc","@firebase/util":"0.2.24-canary.fc1f1bc","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.38.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.11-canary.fc1f1bc","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"504cc42710f95a8446454eeaacc54aaf4212e417","size":1226125,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11-canary.fc1f1bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11-canary.fc1f1bc_1565049639880_0.11225663415186604"},"_hasShrinkwrap":false,"publish_time":1565049640045,"_cnpm_publish_time":1565049640045,"contributors":[]},"0.4.11-canary.3c3ddb4":{"name":"@firebase/database","version":"0.4.11-canary.3c3ddb4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.13-canary.3c3ddb4","@firebase/app-types":"0.4.3-canary.3c3ddb4"},"dependencies":{"@firebase/database-types":"0.4.2-canary.3c3ddb4","@firebase/logger":"0.1.21-canary.3c3ddb4","@firebase/util":"0.2.24-canary.3c3ddb4","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.38.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.11-canary.3c3ddb4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1bbae1b7a7dd54d3f96092ffc930056065d169fc","size":1226125,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11-canary.3c3ddb4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11-canary.3c3ddb4_1564787285456_0.9432493470725956"},"_hasShrinkwrap":false,"publish_time":1564787285629,"_cnpm_publish_time":1564787285629,"contributors":[]},"0.4.11":{"name":"@firebase/database","version":"0.4.11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2","@firebase/logger":"0.1.21","@firebase/util":"0.2.24","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.38.0"},"repository":{"directory":"packages/database","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/database@0.4.11","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"671a7da8195d02b8cbcd3e0c23adbd6226d8df38","size":1226131,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11_1564691263313_0.15343504139616382"},"_hasShrinkwrap":false,"publish_time":1564691263511,"_cnpm_publish_time":1564691263511,"contributors":[]},"0.4.11-0":{"name":"@firebase/database","version":"0.4.11-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2","@firebase/logger":"0.1.21-0","@firebase/util":"0.2.24-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.38.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.11-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"c841f0e34c5ef3b06d918519b5c14624a0836a73","size":1226135,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.11-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.11-0_1564685925454_0.7597589001692588"},"_hasShrinkwrap":false,"publish_time":1564685925667,"_cnpm_publish_time":1564685925667,"contributors":[]},"0.4.10-canary.41a2717":{"name":"@firebase/database","version":"0.4.10-canary.41a2717","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.12-canary.41a2717","@firebase/app-types":"0.4.2-canary.41a2717"},"dependencies":{"@firebase/database-types":"0.4.2-canary.41a2717","@firebase/logger":"0.1.20-canary.41a2717","@firebase/util":"0.2.23-canary.41a2717","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.38.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.10-canary.41a2717","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4d7170dbc7f50202b86eba61c77f8d50066f4b07","size":1226062,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.10-canary.41a2717.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.10-canary.41a2717_1564612461370_0.5383918480478813"},"_hasShrinkwrap":false,"publish_time":1564612461616,"_cnpm_publish_time":1564612461616,"contributors":[]},"0.4.10-canary.576b00f":{"name":"@firebase/database","version":"0.4.10-canary.576b00f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.12-canary.576b00f","@firebase/app-types":"0.4.2-canary.576b00f"},"dependencies":{"@firebase/database-types":"0.4.2-canary.576b00f","@firebase/logger":"0.1.20-canary.576b00f","@firebase/util":"0.2.23-canary.576b00f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.38.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.10-canary.576b00f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"54e751d677a6798567116522f4fab83c076a16ea","size":1226062,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.10-canary.576b00f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.10-canary.576b00f_1564610632752_0.8059528090879526"},"_hasShrinkwrap":false,"publish_time":1564610632947,"_cnpm_publish_time":1564610632947,"contributors":[]},"0.4.10-canary.80ae4d1":{"name":"@firebase/database","version":"0.4.10-canary.80ae4d1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.12-canary.80ae4d1","@firebase/app-types":"0.4.2-canary.80ae4d1"},"dependencies":{"@firebase/database-types":"0.4.2-canary.80ae4d1","@firebase/logger":"0.1.20-canary.80ae4d1","@firebase/util":"0.2.23-canary.80ae4d1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.38.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.10-canary.80ae4d1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6ddc4a085418d1227a52e305b941730a778519ae","size":1226061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.10-canary.80ae4d1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.10-canary.80ae4d1_1564425786468_0.8505189323576499"},"_hasShrinkwrap":false,"publish_time":1564425786647,"_cnpm_publish_time":1564425786647,"contributors":[]},"0.4.10-canary.8271edf":{"name":"@firebase/database","version":"0.4.10-canary.8271edf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.12-canary.8271edf","@firebase/app-types":"0.4.2-canary.8271edf"},"dependencies":{"@firebase/database-types":"0.4.2-canary.8271edf","@firebase/logger":"0.1.20-canary.8271edf","@firebase/util":"0.2.23-canary.8271edf","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.1","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.38.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.10-canary.8271edf","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"89ec14ff0206bd6795e4fced06326bee2898c620","size":1226061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.10-canary.8271edf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.10-canary.8271edf_1564170804394_0.4684705606787647"},"_hasShrinkwrap":false,"publish_time":1564170805606,"_cnpm_publish_time":1564170805606,"contributors":[]},"0.4.10":{"name":"@firebase/database","version":"0.4.10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2","@firebase/logger":"0.1.20","@firebase/util":"0.2.23","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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/database@0.4.10","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"d4e90da68c53b8e0b567b714d3366436a4bac72e","size":1226068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.10.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.10_1564165589552_0.827598528047879"},"_hasShrinkwrap":false,"publish_time":1564165589760,"_cnpm_publish_time":1564165589760,"contributors":[]},"0.4.9-canary.12c908f":{"name":"@firebase/database","version":"0.4.9-canary.12c908f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.12-canary.12c908f","@firebase/app-types":"0.4.2-canary.12c908f"},"dependencies":{"@firebase/database-types":"0.4.2-canary.12c908f","@firebase/logger":"0.1.20-canary.12c908f","@firebase/util":"0.2.23-canary.12c908f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.9-canary.12c908f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"11cbd3e4c1d63f02c3d71639ccf55f2b46d3a3ec","size":1226061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.9-canary.12c908f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.9-canary.12c908f_1564164597191_0.3788674676298853"},"_hasShrinkwrap":false,"publish_time":1564164597406,"_cnpm_publish_time":1564164597406,"contributors":[]},"0.4.10-0":{"name":"@firebase/database","version":"0.4.10-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2","@firebase/logger":"0.1.20","@firebase/util":"0.2.23","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.10-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"2b2dd8bfa802183bc3684b8df7c37ec873fbe064","size":1226068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.10-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.10-0_1564163343816_0.7707582960564265"},"_hasShrinkwrap":false,"publish_time":1564163344017,"_cnpm_publish_time":1564163344017,"contributors":[]},"0.4.9-canary.28c33a1":{"name":"@firebase/database","version":"0.4.9-canary.28c33a1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.12-canary.28c33a1","@firebase/app-types":"0.4.2-canary.28c33a1"},"dependencies":{"@firebase/database-types":"0.4.2-canary.28c33a1","@firebase/logger":"0.1.20-canary.28c33a1","@firebase/util":"0.2.23-canary.28c33a1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.9-canary.28c33a1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e95ec4248a89462fb3499ab7d0faef76d975372b","size":1225870,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.9-canary.28c33a1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.9-canary.28c33a1_1564096624785_0.9664043307035217"},"_hasShrinkwrap":false,"publish_time":1564096624982,"_cnpm_publish_time":1564096624982,"contributors":[]},"0.4.9-canary.568f923":{"name":"@firebase/database","version":"0.4.9-canary.568f923","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.12-canary.568f923","@firebase/app-types":"0.4.2-canary.568f923"},"dependencies":{"@firebase/database-types":"0.4.2-canary.568f923","@firebase/logger":"0.1.20-canary.568f923","@firebase/util":"0.2.23-canary.568f923","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.9-canary.568f923","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5491ff6a13454aef41e2ad0d5e5b76fc3d575eea","size":1225871,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.9-canary.568f923.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.9-canary.568f923_1564094848107_0.36481729600457746"},"_hasShrinkwrap":false,"publish_time":1564094848673,"_cnpm_publish_time":1564094848673,"contributors":[]},"0.4.9-canary.4d23d58":{"name":"@firebase/database","version":"0.4.9-canary.4d23d58","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.12-canary.4d23d58","@firebase/app-types":"0.4.2-canary.4d23d58"},"dependencies":{"@firebase/database-types":"0.4.2-canary.4d23d58","@firebase/logger":"0.1.20-canary.4d23d58","@firebase/util":"0.2.23-canary.4d23d58","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.9-canary.4d23d58","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a108ce9e022c0febe001a6d94a781e8f1014eaa1","size":1225777,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.9-canary.4d23d58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.9-canary.4d23d58_1564093410529_0.27696822909102514"},"_hasShrinkwrap":false,"publish_time":1564093410654,"_cnpm_publish_time":1564093410654,"contributors":[]},"0.4.9":{"name":"@firebase/database","version":"0.4.9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2","@firebase/logger":"0.1.20","@firebase/util":"0.2.23","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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/database@0.4.9","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"17bec6fa13ea6f2a096bed3b5bd7b4010de39ac4","size":1225763,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.9_1564088740316_0.5357662364646454"},"_hasShrinkwrap":false,"publish_time":1564088740515,"_cnpm_publish_time":1564088740515,"contributors":[]},"0.4.8-canary.bccc8a5":{"name":"@firebase/database","version":"0.4.8-canary.bccc8a5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.11-canary.bccc8a5","@firebase/app-types":"0.4.1-canary.bccc8a5"},"dependencies":{"@firebase/database-types":"0.4.1-canary.bccc8a5","@firebase/logger":"0.1.19-canary.bccc8a5","@firebase/util":"0.2.22-canary.bccc8a5","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.8-canary.bccc8a5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c51ae5766ae783c39cbb8455bd2468b924839817","size":1225772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.8-canary.bccc8a5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.8-canary.bccc8a5_1564000228458_0.21335752165488353"},"_hasShrinkwrap":false,"publish_time":1564000228623,"_cnpm_publish_time":1564000228623,"contributors":[]},"0.4.8-canary.13cdd14":{"name":"@firebase/database","version":"0.4.8-canary.13cdd14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.11-canary.13cdd14","@firebase/app-types":"0.4.1-canary.13cdd14"},"dependencies":{"@firebase/database-types":"0.4.1-canary.13cdd14","@firebase/logger":"0.1.19-canary.13cdd14","@firebase/util":"0.2.22-canary.13cdd14","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.8-canary.13cdd14","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"aa3ce40c00f673c7f57bd4f770543fad40828bc7","size":1225773,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.8-canary.13cdd14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.8-canary.13cdd14_1563994624973_0.22095583817352038"},"_hasShrinkwrap":false,"publish_time":1563994625137,"_cnpm_publish_time":1563994625137,"contributors":[]},"0.4.9-0":{"name":"@firebase/database","version":"0.4.9-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.2-0","@firebase/logger":"0.1.20-0","@firebase/util":"0.2.23-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.9-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"2d14c0325743f16245f05883650c341103657832","size":1225769,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.9-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.9-0_1563920913228_0.9066452063976618"},"_hasShrinkwrap":false,"publish_time":1563920913400,"_cnpm_publish_time":1563920913400,"contributors":[]},"0.4.8-canary.5c919b2":{"name":"@firebase/database","version":"0.4.8-canary.5c919b2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.11-canary.5c919b2","@firebase/app-types":"0.4.1-canary.5c919b2"},"dependencies":{"@firebase/database-types":"0.4.1-canary.5c919b2","@firebase/logger":"0.1.19-canary.5c919b2","@firebase/util":"0.2.22-canary.5c919b2","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.8-canary.5c919b2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a002f0f43f0e57a22615a75f1022ae5458d537e5","size":1224285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.8-canary.5c919b2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.8-canary.5c919b2_1563584798110_0.6893232786786541"},"_hasShrinkwrap":false,"publish_time":1563584798281,"_cnpm_publish_time":1563584798281,"contributors":[]},"0.4.8-canary.22fcb8a":{"name":"@firebase/database","version":"0.4.8-canary.22fcb8a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.11-canary.22fcb8a","@firebase/app-types":"0.4.1-canary.22fcb8a"},"dependencies":{"@firebase/database-types":"0.4.1-canary.22fcb8a","@firebase/logger":"0.1.19-canary.22fcb8a","@firebase/util":"0.2.22-canary.22fcb8a","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.8-canary.22fcb8a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"be05fa09f002b01579efa26300f42a7ebbb61e63","size":1224283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.8-canary.22fcb8a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.8-canary.22fcb8a_1563577704682_0.3390398207914114"},"_hasShrinkwrap":false,"publish_time":1563577704870,"_cnpm_publish_time":1563577704870,"contributors":[]},"0.4.8-canary.e988015":{"name":"@firebase/database","version":"0.4.8-canary.e988015","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.11-canary.e988015","@firebase/app-types":"0.4.1-canary.e988015"},"dependencies":{"@firebase/database-types":"0.4.1-canary.e988015","@firebase/logger":"0.1.19-canary.e988015","@firebase/util":"0.2.22-canary.e988015","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.18","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.0","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.36.1"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.8-canary.e988015","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ab97a90c7f0548d9247115f448af1afeeec5adc6","size":1224284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.8-canary.e988015.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.8-canary.e988015_1563576363262_0.2588206845231633"},"_hasShrinkwrap":false,"publish_time":1563576363497,"_cnpm_publish_time":1563576363497,"contributors":[]},"0.4.8-canary.e5a6d31":{"name":"@firebase/database","version":"0.4.8-canary.e5a6d31","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.11-canary.e5a6d31","@firebase/app-types":"0.4.1-canary.e5a6d31"},"dependencies":{"@firebase/database-types":"0.4.1-canary.e5a6d31","@firebase/logger":"0.1.19-canary.e5a6d31","@firebase/util":"0.2.22-canary.e5a6d31","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.8-canary.e5a6d31","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"28707e24816e253a581fa27be97c93c7eab34bf6","size":1224284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.8-canary.e5a6d31.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.8-canary.e5a6d31_1563563771754_0.27072213582487237"},"_hasShrinkwrap":false,"publish_time":1563563772075,"_cnpm_publish_time":1563563772075,"contributors":[]},"0.4.8-canary.ab9f264":{"name":"@firebase/database","version":"0.4.8-canary.ab9f264","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.11-canary.ab9f264","@firebase/app-types":"0.4.1-canary.ab9f264"},"dependencies":{"@firebase/database-types":"0.4.1-canary.ab9f264","@firebase/logger":"0.1.19-canary.ab9f264","@firebase/util":"0.2.22-canary.ab9f264","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.8-canary.ab9f264","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ee12e95a3f02e5ce98d398397f73e83cccad8011","size":1224284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.8-canary.ab9f264.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.8-canary.ab9f264_1563499694289_0.7159600975229177"},"_hasShrinkwrap":false,"publish_time":1563499694510,"_cnpm_publish_time":1563499694510,"contributors":[]},"0.4.7-canary.f2d96d8":{"name":"@firebase/database","version":"0.4.7-canary.f2d96d8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.f2d96d8","@firebase/app-types":"0.4.0-canary.f2d96d8"},"dependencies":{"@firebase/database-types":"0.4.0-canary.f2d96d8","@firebase/logger":"0.1.18-canary.f2d96d8","@firebase/util":"0.2.21-canary.f2d96d8","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.f2d96d8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a906e3bc1681440b9282c55b38fd304d2690eb47","size":1224284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.f2d96d8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.f2d96d8_1563498384368_0.3040621593919821"},"_hasShrinkwrap":false,"publish_time":1563498384578,"_cnpm_publish_time":1563498384578,"contributors":[]},"0.4.8":{"name":"@firebase/database","version":"0.4.8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.1","@firebase/logger":"0.1.19","@firebase/util":"0.2.22","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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/database@0.4.8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"c7179e8b7169234514f072707f43e67f2cf76d8b","size":1224289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.8_1563495698223_0.3650471971353355"},"_hasShrinkwrap":false,"publish_time":1563495698435,"_cnpm_publish_time":1563495698435,"contributors":[]},"0.4.7-canary.9173c90":{"name":"@firebase/database","version":"0.4.7-canary.9173c90","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.9173c90","@firebase/app-types":"0.4.0-canary.9173c90"},"dependencies":{"@firebase/database-types":"0.4.0-canary.9173c90","@firebase/logger":"0.1.18-canary.9173c90","@firebase/util":"0.2.21-canary.9173c90","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.9173c90","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"59e1c3a27935ec64d24128e1984564ab1f78ab06","size":1224283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.9173c90.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.9173c90_1563477269352_0.4121937624467982"},"_hasShrinkwrap":false,"publish_time":1563477269529,"_cnpm_publish_time":1563477269529,"contributors":[]},"0.4.7-canary.663f3e9":{"name":"@firebase/database","version":"0.4.7-canary.663f3e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.663f3e9","@firebase/app-types":"0.4.0-canary.663f3e9"},"dependencies":{"@firebase/database-types":"0.4.0-canary.663f3e9","@firebase/logger":"0.1.18-canary.663f3e9","@firebase/util":"0.2.21-canary.663f3e9","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.663f3e9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0c52a300dc5b3b6f73885a1fa952e9a427628f9f","size":1224284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.663f3e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.663f3e9_1563472543783_0.6518905283586742"},"_hasShrinkwrap":false,"publish_time":1563472543953,"_cnpm_publish_time":1563472543953,"contributors":[]},"0.4.7-canary.59d5bca":{"name":"@firebase/database","version":"0.4.7-canary.59d5bca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.59d5bca","@firebase/app-types":"0.4.0-canary.59d5bca"},"dependencies":{"@firebase/database-types":"0.4.0-canary.59d5bca","@firebase/logger":"0.1.18-canary.59d5bca","@firebase/util":"0.2.21-canary.59d5bca","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.59d5bca","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"80cd2d0f9d29b138e26b4afb9c5a9dd36cc5e6e9","size":1224284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.59d5bca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.59d5bca_1563392736685_0.9202979315653328"},"_hasShrinkwrap":false,"publish_time":1563392736877,"_cnpm_publish_time":1563392736877,"contributors":[]},"0.4.7-canary.22caf9f":{"name":"@firebase/database","version":"0.4.7-canary.22caf9f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.22caf9f","@firebase/app-types":"0.4.0-canary.22caf9f"},"dependencies":{"@firebase/database-types":"0.4.0-canary.22caf9f","@firebase/logger":"0.1.18-canary.22caf9f","@firebase/util":"0.2.21-canary.22caf9f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.22caf9f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fc135578fd03b0014b52562e7c9a28e3f7fcc386","size":1224284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.22caf9f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.22caf9f_1563327343945_0.5939365316605683"},"_hasShrinkwrap":false,"publish_time":1563327344155,"_cnpm_publish_time":1563327344155,"contributors":[]},"0.4.7-canary.6196a50":{"name":"@firebase/database","version":"0.4.7-canary.6196a50","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.6196a50","@firebase/app-types":"0.4.0-canary.6196a50"},"dependencies":{"@firebase/database-types":"0.4.0-canary.6196a50","@firebase/logger":"0.1.18-canary.6196a50","@firebase/util":"0.2.21-canary.6196a50","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.6196a50","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8c4fd65351ef8e22b62392649f8c678de049e213","size":1224283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.6196a50.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.6196a50_1563326554431_0.4005382524569645"},"_hasShrinkwrap":false,"publish_time":1563326554608,"_cnpm_publish_time":1563326554608,"contributors":[]},"0.4.7-canary.62b4680":{"name":"@firebase/database","version":"0.4.7-canary.62b4680","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.62b4680","@firebase/app-types":"0.4.0-canary.62b4680"},"dependencies":{"@firebase/database-types":"0.4.0-canary.62b4680","@firebase/logger":"0.1.18-canary.62b4680","@firebase/util":"0.2.21-canary.62b4680","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.62b4680","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"66a2cb940a780d05600e14015bd15db699cab5ff","size":1224283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.62b4680.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.62b4680_1563325296716_0.8011891249155871"},"_hasShrinkwrap":false,"publish_time":1563325297094,"_cnpm_publish_time":1563325297094,"contributors":[]},"0.4.8-0":{"name":"@firebase/database","version":"0.4.8-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.1-0","@firebase/logger":"0.1.19-0","@firebase/util":"0.2.22-0","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.8-0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"6ec9c14d6351a850362182c4f1f2c0065a40695f","size":1224278,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.8-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.8-0_1563324839471_0.7495782507473918"},"_hasShrinkwrap":false,"publish_time":1563324839647,"_cnpm_publish_time":1563324839647,"contributors":[]},"0.4.7-canary.c9a881e":{"name":"@firebase/database","version":"0.4.7-canary.c9a881e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.c9a881e","@firebase/app-types":"0.4.0-canary.c9a881e"},"dependencies":{"@firebase/database-types":"0.4.0-canary.c9a881e","@firebase/logger":"0.1.18-canary.c9a881e","@firebase/util":"0.2.21-canary.c9a881e","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.c9a881e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"28b4b37495036dce5df64c00bfb7802b3c1ddfb0","size":1224284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.c9a881e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.c9a881e_1563314641256_0.3640555031932964"},"_hasShrinkwrap":false,"publish_time":1563314641474,"_cnpm_publish_time":1563314641474,"contributors":[]},"0.4.7-canary.c8bbad8":{"name":"@firebase/database","version":"0.4.7-canary.c8bbad8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.c8bbad8","@firebase/app-types":"0.4.0-canary.c8bbad8"},"dependencies":{"@firebase/database-types":"0.4.0-canary.c8bbad8","@firebase/logger":"0.1.18-canary.c8bbad8","@firebase/util":"0.2.21-canary.c8bbad8","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.2.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.17.0","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.c8bbad8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"05c93b53797334456143037fbca3860c3c3ac252","size":1224283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.c8bbad8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.c8bbad8_1563299896930_0.4333586864579637"},"_hasShrinkwrap":false,"publish_time":1563299897149,"_cnpm_publish_time":1563299897149,"contributors":[]},"0.4.7-canary.8032d55":{"name":"@firebase/database","version":"0.4.7-canary.8032d55","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.8032d55","@firebase/app-types":"0.4.0-canary.8032d55"},"dependencies":{"@firebase/database-types":"0.4.0-canary.8032d55","@firebase/logger":"0.1.18-canary.8032d55","@firebase/util":"0.2.21-canary.8032d55","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.8032d55","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"676a4e0d47d2e18c70b32ed4de73baabe19a6207","size":1224285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.8032d55.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.8032d55_1563298809996_0.8146834545627062"},"_hasShrinkwrap":false,"publish_time":1563298810250,"_cnpm_publish_time":1563298810250,"contributors":[]},"0.4.7-canary.5d676e1":{"name":"@firebase/database","version":"0.4.7-canary.5d676e1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.5d676e1","@firebase/app-types":"0.4.0-canary.5d676e1"},"dependencies":{"@firebase/database-types":"0.4.0-canary.5d676e1","@firebase/logger":"0.1.18-canary.5d676e1","@firebase/util":"0.2.21-canary.5d676e1","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.5d676e1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"793de8b34f81131ed23b7f548896074c33fbe683","size":1224448,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.5d676e1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.5d676e1_1563295111101_0.8106805663479646"},"_hasShrinkwrap":false,"publish_time":1563295111327,"_cnpm_publish_time":1563295111327,"contributors":[]},"0.4.7-canary.3c8f85d":{"name":"@firebase/database","version":"0.4.7-canary.3c8f85d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.3c8f85d","@firebase/app-types":"0.4.0-canary.3c8f85d"},"dependencies":{"@firebase/database-types":"0.4.0-canary.3c8f85d","@firebase/logger":"0.1.18-canary.3c8f85d","@firebase/util":"0.2.21-canary.3c8f85d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.3c8f85d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c0dce74a9f7cce019bee2d0114b318dbde6bdfb0","size":1224450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.3c8f85d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.3c8f85d_1563234224809_0.3749829495308108"},"_hasShrinkwrap":false,"publish_time":1563234225054,"_cnpm_publish_time":1563234225054,"contributors":[]},"0.4.7-canary.444c3ae":{"name":"@firebase/database","version":"0.4.7-canary.444c3ae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.444c3ae","@firebase/app-types":"0.4.0-canary.444c3ae"},"dependencies":{"@firebase/database-types":"0.4.0-canary.444c3ae","@firebase/logger":"0.1.18-canary.444c3ae","@firebase/util":"0.2.21-canary.444c3ae","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.444c3ae","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9e19ffc37d80bcd69a5c0beac6273dea0ba8b56a","size":1224447,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.444c3ae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.444c3ae_1563215447735_0.9596241174736335"},"_hasShrinkwrap":false,"publish_time":1563215448005,"_cnpm_publish_time":1563215448005,"contributors":[]},"0.4.7-canary.a899e7d":{"name":"@firebase/database","version":"0.4.7-canary.a899e7d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.a899e7d","@firebase/app-types":"0.4.0-canary.a899e7d"},"dependencies":{"@firebase/database-types":"0.4.0-canary.a899e7d","@firebase/logger":"0.1.18-canary.a899e7d","@firebase/util":"0.2.21-canary.a899e7d","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"3.0.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.a899e7d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d9861833c8b1dae0d9f0b62fe413ca2df6eee666","size":1224450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.a899e7d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.a899e7d_1563215264632_0.7022222114816532"},"_hasShrinkwrap":false,"publish_time":1563215264924,"_cnpm_publish_time":1563215264924,"contributors":[]},"0.4.7-canary.01ff95f":{"name":"@firebase/database","version":"0.4.7-canary.01ff95f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.01ff95f","@firebase/app-types":"0.4.0-canary.01ff95f"},"dependencies":{"@firebase/database-types":"0.4.0-canary.01ff95f","@firebase/logger":"0.1.18-canary.01ff95f","@firebase/util":"0.2.21-canary.01ff95f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.01ff95f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"308b858904654c322fa853cca5e3c834b6e7326f","size":1224451,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.01ff95f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.01ff95f_1563215206898_0.4774883172647413"},"_hasShrinkwrap":false,"publish_time":1563215207125,"_cnpm_publish_time":1563215207125,"contributors":[]},"0.4.7-canary.ce9f754":{"name":"@firebase/database","version":"0.4.7-canary.ce9f754","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.ce9f754","@firebase/app-types":"0.4.0-canary.ce9f754"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ce9f754","@firebase/logger":"0.1.18-canary.ce9f754","@firebase/util":"0.2.21-canary.ce9f754","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.ce9f754","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"23bfe39c93b20b2603170f071bb6c9db6d516cbd","size":1224450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.ce9f754.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.ce9f754_1563213155915_0.7398249622414768"},"_hasShrinkwrap":false,"publish_time":1563213156116,"_cnpm_publish_time":1563213156116,"contributors":[]},"0.4.7-canary.7533694":{"name":"@firebase/database","version":"0.4.7-canary.7533694","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.7533694","@firebase/app-types":"0.4.0-canary.7533694"},"dependencies":{"@firebase/database-types":"0.4.0-canary.7533694","@firebase/logger":"0.1.18-canary.7533694","@firebase/util":"0.2.21-canary.7533694","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.7533694","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"11f74c3f318b93bb82c23f58651d4d7420ef6a6a","size":1224451,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.7533694.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.7533694_1563211515925_0.811768842113044"},"_hasShrinkwrap":false,"publish_time":1563211516193,"_cnpm_publish_time":1563211516193,"contributors":[]},"0.4.7-canary.271476b":{"name":"@firebase/database","version":"0.4.7-canary.271476b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.271476b","@firebase/app-types":"0.4.0-canary.271476b"},"dependencies":{"@firebase/database-types":"0.4.0-canary.271476b","@firebase/logger":"0.1.18-canary.271476b","@firebase/util":"0.2.21-canary.271476b","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.271476b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b4be56c57e071a6211aaaf0059efc1e2602cd4b0","size":1224451,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.271476b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.271476b_1562981225019_0.06658732790805044"},"_hasShrinkwrap":false,"publish_time":1562981225224,"_cnpm_publish_time":1562981225224,"contributors":[]},"0.4.7-canary.4e3ebca":{"name":"@firebase/database","version":"0.4.7-canary.4e3ebca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.4e3ebca","@firebase/app-types":"0.4.0-canary.4e3ebca"},"dependencies":{"@firebase/database-types":"0.4.0-canary.4e3ebca","@firebase/logger":"0.1.18-canary.4e3ebca","@firebase/util":"0.2.21-canary.4e3ebca","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.4e3ebca","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"164b5b0595d5353ae147b8f33c4078b271058436","size":1224449,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.4e3ebca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.4e3ebca_1562980352692_0.1494197286180441"},"_hasShrinkwrap":false,"publish_time":1562980352917,"_cnpm_publish_time":1562980352917,"contributors":[]},"0.4.7-canary.f635457":{"name":"@firebase/database","version":"0.4.7-canary.f635457","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.f635457","@firebase/app-types":"0.4.0-canary.f635457"},"dependencies":{"@firebase/database-types":"0.4.0-canary.f635457","@firebase/logger":"0.1.18-canary.f635457","@firebase/util":"0.2.21-canary.f635457","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.f635457","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"db515cb705b0d4b12596ffc3307525b3fa12ece3","size":1224450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.f635457.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.f635457_1562976622130_0.34216302965330425"},"_hasShrinkwrap":false,"publish_time":1562976622251,"_cnpm_publish_time":1562976622251,"contributors":[]},"0.4.7-canary.e294ecb":{"name":"@firebase/database","version":"0.4.7-canary.e294ecb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.e294ecb","@firebase/app-types":"0.4.0-canary.e294ecb"},"dependencies":{"@firebase/database-types":"0.4.0-canary.e294ecb","@firebase/logger":"0.1.18-canary.e294ecb","@firebase/util":"0.2.21-canary.e294ecb","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"6.0.4","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.e294ecb","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"38dafe829b0884f559949be173548eca375b521a","size":1224450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.e294ecb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.e294ecb_1562975597574_0.15989792598622632"},"_hasShrinkwrap":false,"publish_time":1562975597725,"_cnpm_publish_time":1562975597725,"contributors":[]},"0.4.7-canary.b8535ea":{"name":"@firebase/database","version":"0.4.7-canary.b8535ea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.b8535ea","@firebase/app-types":"0.4.0-canary.b8535ea"},"dependencies":{"@firebase/database-types":"0.4.0-canary.b8535ea","@firebase/logger":"0.1.18-canary.b8535ea","@firebase/util":"0.2.21-canary.b8535ea","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.b8535ea","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d5f8daf72b7fe9c090f40cc409dbdcadffc0cac2","size":1224450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.b8535ea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.b8535ea_1562975397955_0.3025229433536645"},"_hasShrinkwrap":false,"publish_time":1562975398177,"_cnpm_publish_time":1562975398177,"contributors":[]},"0.4.7-canary.7ab551f":{"name":"@firebase/database","version":"0.4.7-canary.7ab551f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.7ab551f","@firebase/app-types":"0.4.0-canary.7ab551f"},"dependencies":{"@firebase/database-types":"0.4.0-canary.7ab551f","@firebase/logger":"0.1.18-canary.7ab551f","@firebase/util":"0.2.21-canary.7ab551f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.7ab551f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"76964cb5b9e9b610ff6a9a2d0595a4e804cde8c7","size":1224450,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.7ab551f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.7ab551f_1562974544327_0.5342399174159611"},"_hasShrinkwrap":false,"publish_time":1562974544573,"_cnpm_publish_time":1562974544573,"contributors":[]},"0.4.7-canary.e507448":{"name":"@firebase/database","version":"0.4.7-canary.e507448","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.e507448","@firebase/app-types":"0.4.0-canary.e507448"},"dependencies":{"@firebase/database-types":"0.4.0-canary.e507448","@firebase/logger":"0.1.18-canary.e507448","@firebase/util":"0.2.21-canary.e507448","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.e507448","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f0e81b5d5ac6f67489d9e0a52f6c5fd94a185bd4","size":1224451,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.e507448.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.e507448_1562974436124_0.9810436013403954"},"_hasShrinkwrap":false,"publish_time":1562974436333,"_cnpm_publish_time":1562974436333,"contributors":[]},"0.4.7-canary.37c13b3":{"name":"@firebase/database","version":"0.4.7-canary.37c13b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.37c13b3","@firebase/app-types":"0.4.0-canary.37c13b3"},"dependencies":{"@firebase/database-types":"0.4.0-canary.37c13b3","@firebase/logger":"0.1.18-canary.37c13b3","@firebase/util":"0.2.21-canary.37c13b3","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.37c13b3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6a4e4ffda3c77bd73797a7db4e64db6d074bb862","size":1224452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.37c13b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.37c13b3_1562972668496_0.49824801727449164"},"_hasShrinkwrap":false,"publish_time":1562972668626,"_cnpm_publish_time":1562972668626,"contributors":[]},"0.4.7-canary.0bc236f":{"name":"@firebase/database","version":"0.4.7-canary.0bc236f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.0bc236f","@firebase/app-types":"0.4.0-canary.0bc236f"},"dependencies":{"@firebase/database-types":"0.4.0-canary.0bc236f","@firebase/logger":"0.1.18-canary.0bc236f","@firebase/util":"0.2.21-canary.0bc236f","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.0bc236f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"20af22443ea2fd18c8cf6915a1b867adbd47afa9","size":1224452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.0bc236f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.0bc236f_1562970796483_0.8721882470557054"},"_hasShrinkwrap":false,"publish_time":1562970796721,"_cnpm_publish_time":1562970796721,"contributors":[]},"0.4.7-canary.493fe52":{"name":"@firebase/database","version":"0.4.7-canary.493fe52","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.493fe52","@firebase/app-types":"0.4.0-canary.493fe52"},"dependencies":{"@firebase/database-types":"0.4.0-canary.493fe52","@firebase/logger":"0.1.18-canary.493fe52","@firebase/util":"0.2.21-canary.493fe52","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.7","@types/node":"11.13.17","@types/sinon":"7.0.13","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.16.7","rollup-plugin-typescript2":"0.22.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.3.0","typescript":"3.5.3","webpack":"4.35.3"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.493fe52","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d096eb6a08289a0b131d51977d9cd1ff10312481","size":1224453,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.493fe52.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.493fe52_1562966827096_0.35314438496722045"},"_hasShrinkwrap":false,"publish_time":1562966827371,"_cnpm_publish_time":1562966827371,"contributors":[]},"0.4.7-canary.5ff1c6d":{"name":"@firebase/database","version":"0.4.7-canary.5ff1c6d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.5ff1c6d","@firebase/app-types":"0.4.0-canary.5ff1c6d"},"dependencies":{"@firebase/database-types":"0.4.0-canary.5ff1c6d","@firebase/logger":"0.1.18-canary.5ff1c6d","@firebase/util":"0.2.21-canary.5ff1c6d","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.5ff1c6d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1ba72110ee802013262e552218d52a8b91f1ad96","size":1224440,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.5ff1c6d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.5ff1c6d_1562958592200_0.39384767215706784"},"_hasShrinkwrap":false,"publish_time":1562958592454,"_cnpm_publish_time":1562958592454,"contributors":[]},"0.4.7-canary.0d2e108":{"name":"@firebase/database","version":"0.4.7-canary.0d2e108","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.0d2e108","@firebase/app-types":"0.4.0-canary.0d2e108"},"dependencies":{"@firebase/database-types":"0.4.0-canary.0d2e108","@firebase/logger":"0.1.18-canary.0d2e108","@firebase/util":"0.2.21-canary.0d2e108","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.0d2e108","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d58940968b7f8e0b798e8584713d22284284700d","size":1224440,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.0d2e108.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.0d2e108_1562937205452_0.7226701223718714"},"_hasShrinkwrap":false,"publish_time":1562937205638,"_cnpm_publish_time":1562937205638,"contributors":[]},"0.4.7-canary.fb5c762":{"name":"@firebase/database","version":"0.4.7-canary.fb5c762","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.10-canary.fb5c762","@firebase/app-types":"0.4.0-canary.fb5c762"},"dependencies":{"@firebase/database-types":"0.4.0-canary.fb5c762","@firebase/logger":"0.1.18-canary.fb5c762","@firebase/util":"0.2.21-canary.fb5c762","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-canary.fb5c762","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"769394a6675fda6aa0194595df1d651af21bf4fa","size":1224441,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-canary.fb5c762.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-canary.fb5c762_1562890302725_0.7643741833590119"},"_hasShrinkwrap":false,"publish_time":1562890302962,"_cnpm_publish_time":1562890302962,"contributors":[]},"0.4.7":{"name":"@firebase/database","version":"0.4.7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.18","@firebase/util":"0.2.21","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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/database@0.4.7","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"9ca0d94b3090cf87bdc3d6f5b6be934100611462","size":1224427,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7_1562880522338_0.4635901757823626"},"_hasShrinkwrap":false,"publish_time":1562880522528,"_cnpm_publish_time":1562880522528,"contributors":[]},"0.4.6-canary.ed17a58":{"name":"@firebase/database","version":"0.4.6-canary.ed17a58","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.ed17a58","@firebase/app-types":"0.4.0-canary.ed17a58"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ed17a58","@firebase/logger":"0.1.17-canary.ed17a58","@firebase/util":"0.2.20-canary.ed17a58","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.ed17a58","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"acc1f316a605935eb4c5134288f3fbbd25349ce7","size":1224438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.ed17a58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.ed17a58_1562806592760_0.4788872092203049"},"_hasShrinkwrap":false,"publish_time":1562806592952,"_cnpm_publish_time":1562806592952,"contributors":[]},"0.4.7-1":{"name":"@firebase/database","version":"0.4.7-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.18-1","@firebase/util":"0.2.21-1","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-1","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"1968c07c37d2bd59defe09c7af32b17a7a58726d","size":1224434,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-1_1562721556545_0.8032688831183965"},"_hasShrinkwrap":false,"publish_time":1562721556792,"_cnpm_publish_time":1562721556792,"contributors":[]},"0.4.6-canary.a83f557":{"name":"@firebase/database","version":"0.4.6-canary.a83f557","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.a83f557","@firebase/app-types":"0.4.0-canary.a83f557"},"dependencies":{"@firebase/database-types":"0.4.0-canary.a83f557","@firebase/logger":"0.1.17-canary.a83f557","@firebase/util":"0.2.20-canary.a83f557","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.a83f557","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"28bfb5e41598d1e90e4286f01188c42c6c991c81","size":1224438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.a83f557.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.a83f557_1562721442392_0.26438618391606106"},"_hasShrinkwrap":false,"publish_time":1562721442611,"_cnpm_publish_time":1562721442611,"contributors":[]},"0.4.6-canary.7773700":{"name":"@firebase/database","version":"0.4.6-canary.7773700","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.7773700","@firebase/app-types":"0.4.0-canary.7773700"},"dependencies":{"@firebase/database-types":"0.4.0-canary.7773700","@firebase/logger":"0.1.17-canary.7773700","@firebase/util":"0.2.20-canary.7773700","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.7773700","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f08d181674af4718f817c3b73409e63e5c4bff7c","size":1224438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.7773700.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.7773700_1562719360309_0.2124362089297498"},"_hasShrinkwrap":false,"publish_time":1562719360542,"_cnpm_publish_time":1562719360542,"contributors":[]},"0.4.6-canary.b3376e2":{"name":"@firebase/database","version":"0.4.6-canary.b3376e2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.b3376e2","@firebase/app-types":"0.4.0-canary.b3376e2"},"dependencies":{"@firebase/database-types":"0.4.0-canary.b3376e2","@firebase/logger":"0.1.17-canary.b3376e2","@firebase/util":"0.2.20-canary.b3376e2","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.b3376e2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2897b831df60aa3e7b716bafdbd7809afb5c5ebf","size":1224439,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.b3376e2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.b3376e2_1562713949748_0.2660017536398698"},"_hasShrinkwrap":false,"publish_time":1562713949930,"_cnpm_publish_time":1562713949930,"contributors":[]},"0.4.7-0":{"name":"@firebase/database","version":"0.4.7-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.18-0","@firebase/util":"0.2.21-0","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.7-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"3df253f7af006e5e0ab00221e70721f9dde06cb8","size":1224431,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.7-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.7-0_1562712593828_0.3150934329832895"},"_hasShrinkwrap":false,"publish_time":1562712594035,"_cnpm_publish_time":1562712594035,"contributors":[]},"0.4.6-canary.6a15cd7":{"name":"@firebase/database","version":"0.4.6-canary.6a15cd7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.6a15cd7","@firebase/app-types":"0.4.0-canary.6a15cd7"},"dependencies":{"@firebase/database-types":"0.4.0-canary.6a15cd7","@firebase/logger":"0.1.17-canary.6a15cd7","@firebase/util":"0.2.20-canary.6a15cd7","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.6a15cd7","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b0be3a5865d8745a922f7df7cdbed0f9e6abaa40","size":1224437,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.6a15cd7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.6a15cd7_1562635680155_0.7598284054429387"},"_hasShrinkwrap":false,"publish_time":1562635680410,"_cnpm_publish_time":1562635680410,"contributors":[]},"0.4.6-canary.ca8d829":{"name":"@firebase/database","version":"0.4.6-canary.ca8d829","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.ca8d829","@firebase/app-types":"0.4.0-canary.ca8d829"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ca8d829","@firebase/logger":"0.1.17-canary.ca8d829","@firebase/util":"0.2.20-canary.ca8d829","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.ca8d829","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f17511ddff8b76bad3fc1d4f95e1d1c2b3aa983c","size":1224439,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.ca8d829.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.ca8d829_1562609342859_0.11978963413014432"},"_hasShrinkwrap":false,"publish_time":1562609343080,"_cnpm_publish_time":1562609343080,"contributors":[]},"0.4.6-canary.fc5a87c":{"name":"@firebase/database","version":"0.4.6-canary.fc5a87c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.fc5a87c","@firebase/app-types":"0.4.0-canary.fc5a87c"},"dependencies":{"@firebase/database-types":"0.4.0-canary.fc5a87c","@firebase/logger":"0.1.17-canary.fc5a87c","@firebase/util":"0.2.20-canary.fc5a87c","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.fc5a87c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3cb7e910b750a853abb5e0a40cfd483690c7bf89","size":1224438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.fc5a87c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.fc5a87c_1562176688263_0.30101369680537426"},"_hasShrinkwrap":false,"publish_time":1562176688522,"_cnpm_publish_time":1562176688522,"contributors":[]},"0.4.6-canary.f2f6eef":{"name":"@firebase/database","version":"0.4.6-canary.f2f6eef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.f2f6eef","@firebase/app-types":"0.4.0-canary.f2f6eef"},"dependencies":{"@firebase/database-types":"0.4.0-canary.f2f6eef","@firebase/logger":"0.1.17-canary.f2f6eef","@firebase/util":"0.2.20-canary.f2f6eef","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.f2f6eef","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c1f2961247800926558241ffb3756652bc57a4fe","size":1224438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.f2f6eef.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.f2f6eef_1562173671514_0.9794773574110487"},"_hasShrinkwrap":false,"publish_time":1562173671760,"_cnpm_publish_time":1562173671760,"contributors":[]},"0.4.6-canary.e8900fe":{"name":"@firebase/database","version":"0.4.6-canary.e8900fe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.e8900fe","@firebase/app-types":"0.4.0-canary.e8900fe"},"dependencies":{"@firebase/database-types":"0.4.0-canary.e8900fe","@firebase/logger":"0.1.17-canary.e8900fe","@firebase/util":"0.2.20-canary.e8900fe","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.e8900fe","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"facef209f770c6efa43ea5ba1d5aa183f71a99d4","size":1224437,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.e8900fe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.e8900fe_1562073864834_0.6867253989553799"},"_hasShrinkwrap":false,"publish_time":1562073865011,"_cnpm_publish_time":1562073865011,"contributors":[]},"0.4.6-canary.634f84d":{"name":"@firebase/database","version":"0.4.6-canary.634f84d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.634f84d","@firebase/app-types":"0.4.0-canary.634f84d"},"dependencies":{"@firebase/database-types":"0.4.0-canary.634f84d","@firebase/logger":"0.1.17-canary.634f84d","@firebase/util":"0.2.20-canary.634f84d","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.634f84d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9b8caeceb58ad29c3a9da0f85239f496e118b222","size":1224439,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.634f84d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.634f84d_1562028783575_0.36453650792311487"},"_hasShrinkwrap":false,"publish_time":1562028783772,"_cnpm_publish_time":1562028783772,"contributors":[]},"0.4.6-canary.1b1827c":{"name":"@firebase/database","version":"0.4.6-canary.1b1827c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.9-canary.1b1827c","@firebase/app-types":"0.4.0-canary.1b1827c"},"dependencies":{"@firebase/database-types":"0.4.0-canary.1b1827c","@firebase/logger":"0.1.17-canary.1b1827c","@firebase/util":"0.2.20-canary.1b1827c","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.1b1827c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"980ec784353b96e42d6ed716ccd141dd60463c5b","size":1224438,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.1b1827c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.1b1827c_1562009787027_0.2850315538726882"},"_hasShrinkwrap":false,"publish_time":1562009787523,"_cnpm_publish_time":1562009787523,"contributors":[]},"0.4.6-canary.c24ecf3":{"name":"@firebase/database","version":"0.4.6-canary.c24ecf3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.8-canary.c24ecf3","@firebase/app-types":"0.4.0-canary.c24ecf3"},"dependencies":{"@firebase/database-types":"0.4.0-canary.c24ecf3","@firebase/logger":"0.1.17-canary.c24ecf3","@firebase/util":"0.2.20-canary.c24ecf3","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.c24ecf3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bc35efab77a89eb7b1b1569aa67174ff759d7825","size":1224436,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.c24ecf3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.c24ecf3_1562005885933_0.5608992577823797"},"_hasShrinkwrap":false,"publish_time":1562005886081,"_cnpm_publish_time":1562005886081,"contributors":[]},"0.4.6-canary.2348a25":{"name":"@firebase/database","version":"0.4.6-canary.2348a25","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.8-canary.2348a25","@firebase/app-types":"0.4.0-canary.2348a25"},"dependencies":{"@firebase/database-types":"0.4.0-canary.2348a25","@firebase/logger":"0.1.17-canary.2348a25","@firebase/util":"0.2.20-canary.2348a25","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.2348a25","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"df37a8c86af07bc88e243f180993616c69409b50","size":1222644,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.2348a25.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.2348a25_1562005074608_0.22970439159605216"},"_hasShrinkwrap":false,"publish_time":1562005074788,"_cnpm_publish_time":1562005074788,"contributors":[]},"0.4.6-canary.be8940f":{"name":"@firebase/database","version":"0.4.6-canary.be8940f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.8-canary.be8940f","@firebase/app-types":"0.4.0-canary.be8940f"},"dependencies":{"@firebase/database-types":"0.4.0-canary.be8940f","@firebase/logger":"0.1.17-canary.be8940f","@firebase/util":"0.2.20-canary.be8940f","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.be8940f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dd801a0be5a1033cdd726db85f326b6aedbd8396","size":1222646,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.be8940f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.be8940f_1561762797859_0.6154623004807942"},"_hasShrinkwrap":false,"publish_time":1561762798008,"_cnpm_publish_time":1561762798008,"contributors":[]},"0.4.6-canary.43f0036":{"name":"@firebase/database","version":"0.4.6-canary.43f0036","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.8-canary.43f0036","@firebase/app-types":"0.4.0-canary.43f0036"},"dependencies":{"@firebase/database-types":"0.4.0-canary.43f0036","@firebase/logger":"0.1.17-canary.43f0036","@firebase/util":"0.2.20-canary.43f0036","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.43f0036","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e02e8d9e87b16f506a5f83debd96dae0007b6517","size":1222646,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.43f0036.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.43f0036_1561682103162_0.6988768317534211"},"_hasShrinkwrap":false,"publish_time":1561682103357,"_cnpm_publish_time":1561682103357,"contributors":[]},"0.4.6-canary.99ba995":{"name":"@firebase/database","version":"0.4.6-canary.99ba995","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.8-canary.99ba995","@firebase/app-types":"0.4.0-canary.99ba995"},"dependencies":{"@firebase/database-types":"0.4.0-canary.99ba995","@firebase/logger":"0.1.17-canary.99ba995","@firebase/util":"0.2.20-canary.99ba995","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.99ba995","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d8e8b50fe52141d543f6259ed2f9ee0db6266c51","size":1237882,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.99ba995.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.99ba995_1561611191919_0.2880227372213504"},"_hasShrinkwrap":false,"publish_time":1561611192191,"_cnpm_publish_time":1561611192191,"contributors":[]},"0.4.6-canary.1d96622":{"name":"@firebase/database","version":"0.4.6-canary.1d96622","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.8-canary.1d96622","@firebase/app-types":"0.4.0-canary.1d96622"},"dependencies":{"@firebase/database-types":"0.4.0-canary.1d96622","@firebase/logger":"0.1.17-canary.1d96622","@firebase/util":"0.2.20-canary.1d96622","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.1d96622","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"36262d1efde23dc3449168c23631635c7224b5e5","size":1237882,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.1d96622.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.1d96622_1561593384332_0.41551673909599085"},"_hasShrinkwrap":false,"publish_time":1561593384526,"_cnpm_publish_time":1561593384526,"contributors":[]},"0.4.6-canary.7043422":{"name":"@firebase/database","version":"0.4.6-canary.7043422","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.8-canary.7043422","@firebase/app-types":"0.4.0-canary.7043422"},"dependencies":{"@firebase/database-types":"0.4.0-canary.7043422","@firebase/logger":"0.1.17-canary.7043422","@firebase/util":"0.2.20-canary.7043422","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.7043422","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e999f6d6e1ee943c5c6ac41aca1ea36402cefd82","size":1237882,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.7043422.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.7043422_1561577748189_0.6616808592088956"},"_hasShrinkwrap":false,"publish_time":1561577748509,"_cnpm_publish_time":1561577748509,"contributors":[]},"0.4.6-canary.15a32c6":{"name":"@firebase/database","version":"0.4.6-canary.15a32c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.8-canary.15a32c6","@firebase/app-types":"0.4.0-canary.15a32c6"},"dependencies":{"@firebase/database-types":"0.4.0-canary.15a32c6","@firebase/logger":"0.1.17-canary.15a32c6","@firebase/util":"0.2.20-canary.15a32c6","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.15a32c6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dc129298181e599f8938395e1eea9e0e84565074","size":1237881,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.15a32c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.15a32c6_1561506500667_0.13201776410186628"},"_hasShrinkwrap":false,"publish_time":1561506500894,"_cnpm_publish_time":1561506500894,"contributors":[]},"0.4.6-canary.56414e8":{"name":"@firebase/database","version":"0.4.6-canary.56414e8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.8-canary.56414e8","@firebase/app-types":"0.4.0-canary.56414e8"},"dependencies":{"@firebase/database-types":"0.4.0-canary.56414e8","@firebase/logger":"0.1.17-canary.56414e8","@firebase/util":"0.2.20-canary.56414e8","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.56414e8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"92fb0a1d8783eac2f6d59c6fd95af2160cb2cb78","size":1237881,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.56414e8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.56414e8_1561504661719_0.44601383767847524"},"_hasShrinkwrap":false,"publish_time":1561504661880,"_cnpm_publish_time":1561504661880,"contributors":[]},"0.4.6-canary.6ef1355":{"name":"@firebase/database","version":"0.4.6-canary.6ef1355","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.7-canary.6ef1355","@firebase/app-types":"0.4.0-canary.6ef1355"},"dependencies":{"@firebase/database-types":"0.4.0-canary.6ef1355","@firebase/logger":"0.1.17-canary.6ef1355","@firebase/util":"0.2.20-canary.6ef1355","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.6ef1355","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c320d61e27cc6c5f279076737dc60cb65e7aa36c","size":1237880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.6ef1355.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.6ef1355_1561497656440_0.239302679136971"},"_hasShrinkwrap":false,"publish_time":1561497656713,"_cnpm_publish_time":1561497656713,"contributors":[]},"0.4.6-canary.ea3adf1":{"name":"@firebase/database","version":"0.4.6-canary.ea3adf1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.7-canary.ea3adf1","@firebase/app-types":"0.4.0-canary.ea3adf1"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ea3adf1","@firebase/logger":"0.1.17-canary.ea3adf1","@firebase/util":"0.2.20-canary.ea3adf1","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.ea3adf1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fefe1838245510dce31ce45744b062e8af4a27fc","size":1237879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.ea3adf1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.ea3adf1_1561495854190_0.5137907228867606"},"_hasShrinkwrap":false,"publish_time":1561495854388,"_cnpm_publish_time":1561495854388,"contributors":[]},"0.4.6-canary.9bb7e70":{"name":"@firebase/database","version":"0.4.6-canary.9bb7e70","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.7-canary.9bb7e70","@firebase/app-types":"0.4.0-canary.9bb7e70"},"dependencies":{"@firebase/database-types":"0.4.0-canary.9bb7e70","@firebase/logger":"0.1.17-canary.9bb7e70","@firebase/util":"0.2.20-canary.9bb7e70","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.9bb7e70","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"68ef871652f7c3596cbad269d80a5c0cc6f6ee7c","size":1237880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.9bb7e70.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.9bb7e70_1561434918859_0.12242091517391529"},"_hasShrinkwrap":false,"publish_time":1561434919081,"_cnpm_publish_time":1561434919081,"contributors":[]},"0.4.6-canary.95cbd6f":{"name":"@firebase/database","version":"0.4.6-canary.95cbd6f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.7-canary.95cbd6f","@firebase/app-types":"0.4.0-canary.95cbd6f"},"dependencies":{"@firebase/database-types":"0.4.0-canary.95cbd6f","@firebase/logger":"0.1.17-canary.95cbd6f","@firebase/util":"0.2.20-canary.95cbd6f","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.95cbd6f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"07758d8d706fa4d111b0f4183c8052c61310eb42","size":1237880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.95cbd6f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.95cbd6f_1561421737084_0.780722574704138"},"_hasShrinkwrap":false,"publish_time":1561421737312,"_cnpm_publish_time":1561421737312,"contributors":[]},"0.4.6-canary.728f4f5":{"name":"@firebase/database","version":"0.4.6-canary.728f4f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.7-canary.728f4f5","@firebase/app-types":"0.4.0-canary.728f4f5"},"dependencies":{"@firebase/database-types":"0.4.0-canary.728f4f5","@firebase/logger":"0.1.17-canary.728f4f5","@firebase/util":"0.2.20-canary.728f4f5","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.728f4f5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c867ada9026b04dff9eed1b1b37c611745686c80","size":1237881,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.728f4f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.728f4f5_1561415459757_0.08711193001520501"},"_hasShrinkwrap":false,"publish_time":1561415460053,"_cnpm_publish_time":1561415460053,"contributors":[]},"0.4.6-canary.c919b45":{"name":"@firebase/database","version":"0.4.6-canary.c919b45","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.7-canary.c919b45","@firebase/app-types":"0.4.0-canary.c919b45"},"dependencies":{"@firebase/database-types":"0.4.0-canary.c919b45","@firebase/logger":"0.1.17-canary.c919b45","@firebase/util":"0.2.20-canary.c919b45","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.c919b45","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"374e88415e75ea57ee627fef853cfa138032817b","size":1237881,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.c919b45.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.c919b45_1561400881843_0.0331585756539472"},"_hasShrinkwrap":false,"publish_time":1561400882145,"_cnpm_publish_time":1561400882145,"contributors":[]},"0.4.6-canary.cbdc789":{"name":"@firebase/database","version":"0.4.6-canary.cbdc789","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.6-canary.cbdc789","@firebase/app-types":"0.4.0-canary.cbdc789"},"dependencies":{"@firebase/database-types":"0.4.0-canary.cbdc789","@firebase/logger":"0.1.17-canary.cbdc789","@firebase/util":"0.2.20-canary.cbdc789","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.cbdc789","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a2bef690f78299eca8c58df07c587e8f32a49631","size":1237879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.cbdc789.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.cbdc789_1561159885187_0.3648608901583137"},"_hasShrinkwrap":false,"publish_time":1561159885336,"_cnpm_publish_time":1561159885336,"contributors":[]},"0.4.6-canary.74a397a":{"name":"@firebase/database","version":"0.4.6-canary.74a397a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.6-canary.74a397a","@firebase/app-types":"0.4.0-canary.74a397a"},"dependencies":{"@firebase/database-types":"0.4.0-canary.74a397a","@firebase/logger":"0.1.17-canary.74a397a","@firebase/util":"0.2.20-canary.74a397a","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.74a397a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bb887e47991e64d3bc4dd32928efe0d54853f688","size":1237879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.74a397a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.74a397a_1561132650943_0.2191746316513714"},"_hasShrinkwrap":false,"publish_time":1561132651235,"_cnpm_publish_time":1561132651235,"contributors":[]},"0.4.6-canary.3caea2b":{"name":"@firebase/database","version":"0.4.6-canary.3caea2b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.6-canary.3caea2b","@firebase/app-types":"0.4.0-canary.3caea2b"},"dependencies":{"@firebase/database-types":"0.4.0-canary.3caea2b","@firebase/logger":"0.1.17-canary.3caea2b","@firebase/util":"0.2.20-canary.3caea2b","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-canary.3caea2b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"713f04664fbbb3d686bbe1d3bb85fee7fe45df80","size":1237878,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-canary.3caea2b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-canary.3caea2b_1561073557165_0.48364901287832773"},"_hasShrinkwrap":false,"publish_time":1561073557421,"_cnpm_publish_time":1561073557421,"contributors":[]},"0.4.6":{"name":"@firebase/database","version":"0.4.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.17","@firebase/util":"0.2.20","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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/database@0.4.6","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"eae68a5bee62119b12a44dab3691dbe641a3614f","size":1237865,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6_1561068006586_0.14731349144185457"},"_hasShrinkwrap":false,"publish_time":1561068006770,"_cnpm_publish_time":1561068006770,"contributors":[]},"0.4.5-canary.32cb0e1":{"name":"@firebase/database","version":"0.4.5-canary.32cb0e1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.5-canary.32cb0e1","@firebase/app-types":"0.4.0-canary.32cb0e1"},"dependencies":{"@firebase/database-types":"0.4.0-canary.32cb0e1","@firebase/logger":"0.1.16-canary.32cb0e1","@firebase/util":"0.2.19-canary.32cb0e1","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.5-canary.32cb0e1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d527b0035a3aa16bad7b619a7a8cc3e1349e298c","size":1237878,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5-canary.32cb0e1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5-canary.32cb0e1_1561054050346_0.4787148161889754"},"_hasShrinkwrap":false,"publish_time":1561054050614,"_cnpm_publish_time":1561054050614,"contributors":[]},"0.4.5-canary.7a52f75":{"name":"@firebase/database","version":"0.4.5-canary.7a52f75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.5-canary.7a52f75","@firebase/app-types":"0.4.0-canary.7a52f75"},"dependencies":{"@firebase/database-types":"0.4.0-canary.7a52f75","@firebase/logger":"0.1.16-canary.7a52f75","@firebase/util":"0.2.19-canary.7a52f75","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.5-canary.7a52f75","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5556304a5212b5aec4f2275c690ef2c97e29594f","size":1237878,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5-canary.7a52f75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5-canary.7a52f75_1560968414742_0.6136693256165815"},"_hasShrinkwrap":false,"publish_time":1560968414909,"_cnpm_publish_time":1560968414909,"contributors":[]},"0.4.5-canary.ae2698f":{"name":"@firebase/database","version":"0.4.5-canary.ae2698f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.5-canary.ae2698f","@firebase/app-types":"0.4.0-canary.ae2698f"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ae2698f","@firebase/logger":"0.1.16-canary.ae2698f","@firebase/util":"0.2.19-canary.ae2698f","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.5-canary.ae2698f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f97c427569fee875177a1206272678da4b41f624","size":1237879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5-canary.ae2698f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5-canary.ae2698f_1560962008330_0.8541619905727749"},"_hasShrinkwrap":false,"publish_time":1560962008517,"_cnpm_publish_time":1560962008517,"contributors":[]},"0.4.6-0":{"name":"@firebase/database","version":"0.4.6-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.17-0","@firebase/util":"0.2.20-0","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.6-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"12244062d108a141ec587159908c91d59d118e62","size":1237870,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.6-0_1560898728105_0.4656176403142325"},"_hasShrinkwrap":false,"publish_time":1560898728305,"_cnpm_publish_time":1560898728305,"contributors":[]},"0.4.5-canary.5856b9d":{"name":"@firebase/database","version":"0.4.5-canary.5856b9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.5-canary.5856b9d","@firebase/app-types":"0.4.0-canary.5856b9d"},"dependencies":{"@firebase/database-types":"0.4.0-canary.5856b9d","@firebase/logger":"0.1.16-canary.5856b9d","@firebase/util":"0.2.19-canary.5856b9d","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.5-canary.5856b9d","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e0c58c20f6884dda93c19ee157522b298baaff82","size":1237880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5-canary.5856b9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5-canary.5856b9d_1560887103334_0.6562977306354447"},"_hasShrinkwrap":false,"publish_time":1560887103581,"_cnpm_publish_time":1560887103581,"contributors":[]},"0.4.5-canary.dce78ca":{"name":"@firebase/database","version":"0.4.5-canary.dce78ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.5-canary.dce78ca","@firebase/app-types":"0.4.0-canary.dce78ca"},"dependencies":{"@firebase/database-types":"0.4.0-canary.dce78ca","@firebase/logger":"0.1.16-canary.dce78ca","@firebase/util":"0.2.19-canary.dce78ca","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.5-canary.dce78ca","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9dc3165c2e73526f612b7ad61856b9d23fa6981f","size":1237878,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5-canary.dce78ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5-canary.dce78ca_1560876727181_0.5528876044140381"},"_hasShrinkwrap":false,"publish_time":1560876727352,"_cnpm_publish_time":1560876727352,"contributors":[]},"0.4.5-canary.7866e22":{"name":"@firebase/database","version":"0.4.5-canary.7866e22","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.5-canary.7866e22","@firebase/app-types":"0.4.0-canary.7866e22"},"dependencies":{"@firebase/database-types":"0.4.0-canary.7866e22","@firebase/logger":"0.1.16-canary.7866e22","@firebase/util":"0.2.19-canary.7866e22","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.5-canary.7866e22","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a4969da946aef49d3e371adde1ce10e0a762acff","size":1237879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5-canary.7866e22.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5-canary.7866e22_1560810996256_0.024447100026594448"},"_hasShrinkwrap":false,"publish_time":1560810996531,"_cnpm_publish_time":1560810996531,"contributors":[]},"0.4.5-canary.9f109f8":{"name":"@firebase/database","version":"0.4.5-canary.9f109f8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.5-canary.9f109f8","@firebase/app-types":"0.4.0-canary.9f109f8"},"dependencies":{"@firebase/database-types":"0.4.0-canary.9f109f8","@firebase/logger":"0.1.16-canary.9f109f8","@firebase/util":"0.2.19-canary.9f109f8","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.5-canary.9f109f8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e4116d4dc5f8bf2e69f4d7fce0de536b63b7b4c1","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5-canary.9f109f8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5-canary.9f109f8_1560553293041_0.12557398296019096"},"_hasShrinkwrap":false,"publish_time":1560553293370,"_cnpm_publish_time":1560553293370,"contributors":[]},"0.4.5-canary.ba19625":{"name":"@firebase/database","version":"0.4.5-canary.ba19625","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.5-canary.ba19625","@firebase/app-types":"0.4.0-canary.ba19625"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ba19625","@firebase/logger":"0.1.16-canary.ba19625","@firebase/util":"0.2.19-canary.ba19625","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.5-canary.ba19625","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"60f5a058d1b70bcf084ae5a2c51d32619226a589","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5-canary.ba19625.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5-canary.ba19625_1560535954793_0.993858557778218"},"_hasShrinkwrap":false,"publish_time":1560535955056,"_cnpm_publish_time":1560535955056,"contributors":[]},"0.4.4-canary.c55d1e9":{"name":"@firebase/database","version":"0.4.4-canary.c55d1e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.c55d1e9","@firebase/app-types":"0.4.0-canary.c55d1e9"},"dependencies":{"@firebase/database-types":"0.4.0-canary.c55d1e9","@firebase/logger":"0.1.15-canary.c55d1e9","@firebase/util":"0.2.18-canary.c55d1e9","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.c55d1e9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"705cc866f7119eeaa3fda4b16295d7cb8d812521","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.c55d1e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.c55d1e9_1560534311145_0.7678108671981463"},"_hasShrinkwrap":false,"publish_time":1560534311360,"_cnpm_publish_time":1560534311360,"contributors":[]},"0.4.4-canary.fb45cd6":{"name":"@firebase/database","version":"0.4.4-canary.fb45cd6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.fb45cd6","@firebase/app-types":"0.4.0-canary.fb45cd6"},"dependencies":{"@firebase/database-types":"0.4.0-canary.fb45cd6","@firebase/logger":"0.1.15-canary.fb45cd6","@firebase/util":"0.2.18-canary.fb45cd6","faye-websocket":"0.11.3","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.fb45cd6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e068d7281a22f9e87f67e483635e6ccbf4226d75","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.fb45cd6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.fb45cd6_1560477734265_0.7765433576461773"},"_hasShrinkwrap":false,"publish_time":1560477734497,"_cnpm_publish_time":1560477734497,"contributors":[]},"0.4.5":{"name":"@firebase/database","version":"0.4.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.16","@firebase/util":"0.2.19","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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/database@0.4.5","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"db550d1febb135c1cb201c37b2627e6d81bd8c3b","size":1237500,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5_1560462867400_0.9089951061340111"},"_hasShrinkwrap":false,"publish_time":1560462867594,"_cnpm_publish_time":1560462867594,"contributors":[]},"0.4.4-canary.5511cbd":{"name":"@firebase/database","version":"0.4.4-canary.5511cbd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.5511cbd","@firebase/app-types":"0.4.0-canary.5511cbd"},"dependencies":{"@firebase/database-types":"0.4.0-canary.5511cbd","@firebase/logger":"0.1.15-canary.5511cbd","@firebase/util":"0.2.18-canary.5511cbd","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.5511cbd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"decf7b6f36506e0023fd4d86d055119ed8b2b31e","size":1237483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.5511cbd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.5511cbd_1560447737117_0.20413808344274154"},"_hasShrinkwrap":false,"publish_time":1560447737331,"_cnpm_publish_time":1560447737331,"contributors":[]},"0.4.4-canary.b91f690":{"name":"@firebase/database","version":"0.4.4-canary.b91f690","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.b91f690","@firebase/app-types":"0.4.0-canary.b91f690"},"dependencies":{"@firebase/database-types":"0.4.0-canary.b91f690","@firebase/logger":"0.1.15-canary.b91f690","@firebase/util":"0.2.18-canary.b91f690","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.b91f690","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ba5f534527275f11fca5d7ba8e2e3c1e146f7443","size":1237483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.b91f690.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.b91f690_1560369045630_0.6020016227761467"},"_hasShrinkwrap":false,"publish_time":1560369045739,"_cnpm_publish_time":1560369045739,"contributors":[]},"0.4.4-canary.9678bf9":{"name":"@firebase/database","version":"0.4.4-canary.9678bf9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.9678bf9","@firebase/app-types":"0.4.0-canary.9678bf9"},"dependencies":{"@firebase/database-types":"0.4.0-canary.9678bf9","@firebase/logger":"0.1.15-canary.9678bf9","@firebase/util":"0.2.18-canary.9678bf9","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.9678bf9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"887cc06b5f0e19414fccb9df906d9ae21de661f2","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.9678bf9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.9678bf9_1560367439618_0.28950982421102966"},"_hasShrinkwrap":false,"publish_time":1560367439757,"_cnpm_publish_time":1560367439757,"contributors":[]},"0.4.4-canary.dd098c6":{"name":"@firebase/database","version":"0.4.4-canary.dd098c6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.dd098c6","@firebase/app-types":"0.4.0-canary.dd098c6"},"dependencies":{"@firebase/database-types":"0.4.0-canary.dd098c6","@firebase/logger":"0.1.15-canary.dd098c6","@firebase/util":"0.2.18-canary.dd098c6","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.dd098c6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c884665ae30d1b423f0497d3156d249ec8aa43c4","size":1237483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.dd098c6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.dd098c6_1560365896647_0.6883702636649185"},"_hasShrinkwrap":false,"publish_time":1560365896828,"_cnpm_publish_time":1560365896828,"contributors":[]},"0.4.4-canary.fd5a31a":{"name":"@firebase/database","version":"0.4.4-canary.fd5a31a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.fd5a31a","@firebase/app-types":"0.4.0-canary.fd5a31a"},"dependencies":{"@firebase/database-types":"0.4.0-canary.fd5a31a","@firebase/logger":"0.1.15-canary.fd5a31a","@firebase/util":"0.2.18-canary.fd5a31a","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.fd5a31a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"50be2acb0a32aad8f51b802d9175870df42596bb","size":1237482,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.fd5a31a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.fd5a31a_1560345199661_0.7959014442957866"},"_hasShrinkwrap":false,"publish_time":1560345199941,"_cnpm_publish_time":1560345199941,"contributors":[]},"0.4.4-canary.99e6cc8":{"name":"@firebase/database","version":"0.4.4-canary.99e6cc8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.99e6cc8","@firebase/app-types":"0.4.0-canary.99e6cc8"},"dependencies":{"@firebase/database-types":"0.4.0-canary.99e6cc8","@firebase/logger":"0.1.15-canary.99e6cc8","@firebase/util":"0.2.18-canary.99e6cc8","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.99e6cc8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c9aba7ff8a9ef8a93050d242861a8121e4151e18","size":1237483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.99e6cc8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.99e6cc8_1560298682983_0.33505292941207454"},"_hasShrinkwrap":false,"publish_time":1560298683245,"_cnpm_publish_time":1560298683245,"contributors":[]},"0.4.4-canary.73f1076":{"name":"@firebase/database","version":"0.4.4-canary.73f1076","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.73f1076","@firebase/app-types":"0.4.0-canary.73f1076"},"dependencies":{"@firebase/database-types":"0.4.0-canary.73f1076","@firebase/logger":"0.1.15-canary.73f1076","@firebase/util":"0.2.18-canary.73f1076","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.73f1076","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a7cd797760fa1d85af1fa64bbf4497bd67780702","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.73f1076.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.73f1076_1560289109282_0.16232816221748436"},"_hasShrinkwrap":false,"publish_time":1560289109464,"_cnpm_publish_time":1560289109464,"contributors":[]},"0.4.5-0":{"name":"@firebase/database","version":"0.4.5-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.16-0","@firebase/util":"0.2.19-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.5-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"104910fabd85a491ec275da019a9473f43f97207","size":1237501,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.5-0_1560287990619_0.43527518887216154"},"_hasShrinkwrap":false,"publish_time":1560287990798,"_cnpm_publish_time":1560287990798,"contributors":[]},"0.4.4-canary.021a38c":{"name":"@firebase/database","version":"0.4.4-canary.021a38c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.021a38c","@firebase/app-types":"0.4.0-canary.021a38c"},"dependencies":{"@firebase/database-types":"0.4.0-canary.021a38c","@firebase/logger":"0.1.15-canary.021a38c","@firebase/util":"0.2.18-canary.021a38c","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.021a38c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ebe7155377abeb42b367af8037caf23f8ec815bc","size":1237482,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.021a38c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.021a38c_1560211461017_0.36613695060789464"},"_hasShrinkwrap":false,"publish_time":1560211461222,"_cnpm_publish_time":1560211461222,"contributors":[]},"0.4.4-canary.76539be":{"name":"@firebase/database","version":"0.4.4-canary.76539be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.76539be","@firebase/app-types":"0.4.0-canary.76539be"},"dependencies":{"@firebase/database-types":"0.4.0-canary.76539be","@firebase/logger":"0.1.15-canary.76539be","@firebase/util":"0.2.18-canary.76539be","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.76539be","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3caea56dc0b2ed88fa9fa922f99cdb450f0f9e9d","size":1237483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.76539be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.76539be_1560201645454_0.7337469585977929"},"_hasShrinkwrap":false,"publish_time":1560201645657,"_cnpm_publish_time":1560201645657,"contributors":[]},"0.4.4-canary.6673a92":{"name":"@firebase/database","version":"0.4.4-canary.6673a92","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.6673a92","@firebase/app-types":"0.4.0-canary.6673a92"},"dependencies":{"@firebase/database-types":"0.4.0-canary.6673a92","@firebase/logger":"0.1.15-canary.6673a92","@firebase/util":"0.2.18-canary.6673a92","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.6673a92","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4662fdd9586f5d728423063d68b749969b92baba","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.6673a92.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.6673a92_1560178643975_0.1918383282621916"},"_hasShrinkwrap":false,"publish_time":1560178644157,"_cnpm_publish_time":1560178644157,"contributors":[]},"0.4.4-canary.d164cac":{"name":"@firebase/database","version":"0.4.4-canary.d164cac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.d164cac","@firebase/app-types":"0.4.0-canary.d164cac"},"dependencies":{"@firebase/database-types":"0.4.0-canary.d164cac","@firebase/logger":"0.1.15-canary.d164cac","@firebase/util":"0.2.18-canary.d164cac","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.d164cac","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ffc42df64fcacc3decbc7e42600404b2eabebcc6","size":1237482,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.d164cac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.d164cac_1559940182963_0.2652278735803566"},"_hasShrinkwrap":false,"publish_time":1559940183238,"_cnpm_publish_time":1559940183238,"contributors":[]},"0.4.4-canary.15fee3b":{"name":"@firebase/database","version":"0.4.4-canary.15fee3b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.15fee3b","@firebase/app-types":"0.4.0-canary.15fee3b"},"dependencies":{"@firebase/database-types":"0.4.0-canary.15fee3b","@firebase/logger":"0.1.15-canary.15fee3b","@firebase/util":"0.2.18-canary.15fee3b","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.15fee3b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f4b74d6e09c67a2605b8559eaf370ef80954da43","size":1237483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.15fee3b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.15fee3b_1559933365536_0.04658396445732582"},"_hasShrinkwrap":false,"publish_time":1559933365724,"_cnpm_publish_time":1559933365724,"contributors":[]},"0.4.4-canary.5686479":{"name":"@firebase/database","version":"0.4.4-canary.5686479","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.5686479","@firebase/app-types":"0.4.0-canary.5686479"},"dependencies":{"@firebase/database-types":"0.4.0-canary.5686479","@firebase/logger":"0.1.15-canary.5686479","@firebase/util":"0.2.18-canary.5686479","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.5686479","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5e3b789ff80d25e6df07b36b6f668d98ddcf299f","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.5686479.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.5686479_1559874116042_0.722056699310955"},"_hasShrinkwrap":false,"publish_time":1559874116312,"_cnpm_publish_time":1559874116312,"contributors":[]},"0.4.4-canary.ce8ecb9":{"name":"@firebase/database","version":"0.4.4-canary.ce8ecb9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.4-canary.ce8ecb9","@firebase/app-types":"0.4.0-canary.ce8ecb9"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ce8ecb9","@firebase/logger":"0.1.15-canary.ce8ecb9","@firebase/util":"0.2.18-canary.ce8ecb9","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-canary.ce8ecb9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a0612764d466290215b0af6370597eec18a2f343","size":1237482,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-canary.ce8ecb9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-canary.ce8ecb9_1559864180555_0.9753493964291182"},"_hasShrinkwrap":false,"publish_time":1559864180924,"_cnpm_publish_time":1559864180924,"contributors":[]},"0.4.4":{"name":"@firebase/database","version":"0.4.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.15","@firebase/util":"0.2.18","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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/database@0.4.4","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"c2bf9082f9d5fa1ece0a40ae56e5ba6aa9582159","size":1237451,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4_1559855064258_0.05685136222603249"},"_hasShrinkwrap":false,"publish_time":1559855064450,"_cnpm_publish_time":1559855064450,"contributors":[]},"0.4.3-canary.039f06b":{"name":"@firebase/database","version":"0.4.3-canary.039f06b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.039f06b","@firebase/app-types":"0.4.0-canary.039f06b"},"dependencies":{"@firebase/database-types":"0.4.0-canary.039f06b","@firebase/logger":"0.1.14-canary.039f06b","@firebase/util":"0.2.17-canary.039f06b","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.039f06b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ee38ef9e08ddf2954db89f00ed84851d1915612d","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.039f06b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.039f06b_1559845941782_0.5749607106529369"},"_hasShrinkwrap":false,"publish_time":1559845941959,"_cnpm_publish_time":1559845941959,"contributors":[]},"0.4.3-canary.ee61062":{"name":"@firebase/database","version":"0.4.3-canary.ee61062","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.ee61062","@firebase/app-types":"0.4.0-canary.ee61062"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ee61062","@firebase/logger":"0.1.14-canary.ee61062","@firebase/util":"0.2.17-canary.ee61062","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.ee61062","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f202d839b92fbfb8ff2490eb26f1542472e96491","size":1237484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.ee61062.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.ee61062_1559770708398_0.40919804980859653"},"_hasShrinkwrap":false,"publish_time":1559770708601,"_cnpm_publish_time":1559770708601,"contributors":[]},"0.4.3-canary.7a15e7e":{"name":"@firebase/database","version":"0.4.3-canary.7a15e7e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.7a15e7e","@firebase/app-types":"0.4.0-canary.7a15e7e"},"dependencies":{"@firebase/database-types":"0.4.0-canary.7a15e7e","@firebase/logger":"0.1.14-canary.7a15e7e","@firebase/util":"0.2.17-canary.7a15e7e","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.7a15e7e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4c1dfabcd8214c7986a71a44fa93720adcfc6249","size":1237457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.7a15e7e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.7a15e7e_1559764442051_0.3548923548616434"},"_hasShrinkwrap":false,"publish_time":1559764442336,"_cnpm_publish_time":1559764442336,"contributors":[]},"0.4.3-canary.4b126b7":{"name":"@firebase/database","version":"0.4.3-canary.4b126b7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.4b126b7","@firebase/app-types":"0.4.0-canary.4b126b7"},"dependencies":{"@firebase/database-types":"0.4.0-canary.4b126b7","@firebase/logger":"0.1.14-canary.4b126b7","@firebase/util":"0.2.17-canary.4b126b7","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.4b126b7","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"36f2d4462afd616851e1bc5734de568408548c51","size":1237457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.4b126b7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.4b126b7_1559697034285_0.8809279906353864"},"_hasShrinkwrap":false,"publish_time":1559697034466,"_cnpm_publish_time":1559697034466,"contributors":[]},"0.4.3-canary.bdfcd6c":{"name":"@firebase/database","version":"0.4.3-canary.bdfcd6c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.bdfcd6c","@firebase/app-types":"0.4.0-canary.bdfcd6c"},"dependencies":{"@firebase/database-types":"0.4.0-canary.bdfcd6c","@firebase/logger":"0.1.14-canary.bdfcd6c","@firebase/util":"0.2.17-canary.bdfcd6c","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.bdfcd6c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"87ed2b02bd0b990ed8b4d7c23ad112a646b6a07f","size":1237457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.bdfcd6c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.bdfcd6c_1559693964936_0.15475028591978046"},"_hasShrinkwrap":false,"publish_time":1559693965118,"_cnpm_publish_time":1559693965118,"contributors":[]},"0.4.4-0":{"name":"@firebase/database","version":"0.4.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.15-0","@firebase/util":"0.2.18-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.4-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"8a36b5051158d8f0733b3b69fa7527130adad708","size":1237454,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.4-0_1559686854916_0.22583945217837598"},"_hasShrinkwrap":false,"publish_time":1559686855066,"_cnpm_publish_time":1559686855066,"contributors":[]},"0.4.3-canary.6668b59":{"name":"@firebase/database","version":"0.4.3-canary.6668b59","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.6668b59","@firebase/app-types":"0.4.0-canary.6668b59"},"dependencies":{"@firebase/database-types":"0.4.0-canary.6668b59","@firebase/logger":"0.1.14-canary.6668b59","@firebase/util":"0.2.17-canary.6668b59","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.6668b59","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"92084a47129bfd34caa646d2c093b43e1abb12f5","size":1237461,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.6668b59.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.6668b59_1559601103479_0.9170470823723698"},"_hasShrinkwrap":false,"publish_time":1559601103693,"_cnpm_publish_time":1559601103693,"contributors":[]},"0.4.3-canary.54ee383":{"name":"@firebase/database","version":"0.4.3-canary.54ee383","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.54ee383","@firebase/app-types":"0.4.0-canary.54ee383"},"dependencies":{"@firebase/database-types":"0.4.0-canary.54ee383","@firebase/logger":"0.1.14-canary.54ee383","@firebase/util":"0.2.17-canary.54ee383","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.54ee383","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c78b33c69a962e5f156ad8f8b47d090c8ed88419","size":1237457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.54ee383.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.54ee383_1559598429086_0.6888847958096886"},"_hasShrinkwrap":false,"publish_time":1559598429280,"_cnpm_publish_time":1559598429280,"contributors":[]},"0.4.3-canary.f701260":{"name":"@firebase/database","version":"0.4.3-canary.f701260","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.f701260","@firebase/app-types":"0.4.0-canary.f701260"},"dependencies":{"@firebase/database-types":"0.4.0-canary.f701260","@firebase/logger":"0.1.14-canary.f701260","@firebase/util":"0.2.17-canary.f701260","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.f701260","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f96e6701f52697e2531ced76a16cad345a0f8623","size":1237458,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.f701260.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.f701260_1559585380582_0.9163288508002356"},"_hasShrinkwrap":false,"publish_time":1559585380773,"_cnpm_publish_time":1559585380773,"contributors":[]},"0.4.3-canary.3fdc252":{"name":"@firebase/database","version":"0.4.3-canary.3fdc252","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.3fdc252","@firebase/app-types":"0.4.0-canary.3fdc252"},"dependencies":{"@firebase/database-types":"0.4.0-canary.3fdc252","@firebase/logger":"0.1.14-canary.3fdc252","@firebase/util":"0.2.17-canary.3fdc252","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.3fdc252","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e80057d25e85406d26316792f867172563afc3db","size":1237460,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.3fdc252.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.3fdc252_1559584877995_0.2508450169462728"},"_hasShrinkwrap":false,"publish_time":1559584878259,"_cnpm_publish_time":1559584878259,"contributors":[]},"0.4.3-canary.ae78569":{"name":"@firebase/database","version":"0.4.3-canary.ae78569","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.ae78569","@firebase/app-types":"0.4.0-canary.ae78569"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ae78569","@firebase/logger":"0.1.14-canary.ae78569","@firebase/util":"0.2.17-canary.ae78569","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.ae78569","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c001dba0dd72230f9adcfbdb4a65348e55b54fa5","size":1237460,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.ae78569.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.ae78569_1559237713331_0.641295490634769"},"_hasShrinkwrap":false,"publish_time":1559237713498,"_cnpm_publish_time":1559237713498,"contributors":[]},"0.4.3-canary.6045a08":{"name":"@firebase/database","version":"0.4.3-canary.6045a08","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.6045a08","@firebase/app-types":"0.4.0-canary.6045a08"},"dependencies":{"@firebase/database-types":"0.4.0-canary.6045a08","@firebase/logger":"0.1.14-canary.6045a08","@firebase/util":"0.2.17-canary.6045a08","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.6045a08","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b78a716aeb026d01611fa4b7aca044d19220e9f8","size":1237459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.6045a08.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.6045a08_1559214975524_0.7091860265031922"},"_hasShrinkwrap":false,"publish_time":1559214975721,"_cnpm_publish_time":1559214975721,"contributors":[]},"0.4.3-canary.bc4a844":{"name":"@firebase/database","version":"0.4.3-canary.bc4a844","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.bc4a844","@firebase/app-types":"0.4.0-canary.bc4a844"},"dependencies":{"@firebase/database-types":"0.4.0-canary.bc4a844","@firebase/logger":"0.1.14-canary.bc4a844","@firebase/util":"0.2.17-canary.bc4a844","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.bc4a844","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a3a3132596bdb681cc6b785da68a604a979e1416","size":1237457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.bc4a844.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.bc4a844_1559078675574_0.8498137597845781"},"_hasShrinkwrap":false,"publish_time":1559078675730,"_cnpm_publish_time":1559078675730,"contributors":[]},"0.4.3-canary.2e6c4aa":{"name":"@firebase/database","version":"0.4.3-canary.2e6c4aa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.3-canary.2e6c4aa","@firebase/app-types":"0.4.0-canary.2e6c4aa"},"dependencies":{"@firebase/database-types":"0.4.0-canary.2e6c4aa","@firebase/logger":"0.1.14-canary.2e6c4aa","@firebase/util":"0.2.17-canary.2e6c4aa","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-canary.2e6c4aa","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7c4fee1fe4b29d3dd2616237e520c3c4f2049267","size":1237459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-canary.2e6c4aa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-canary.2e6c4aa_1559068374839_0.5565110417518289"},"_hasShrinkwrap":false,"publish_time":1559068375000,"_cnpm_publish_time":1559068375000,"contributors":[]},"0.4.2-canary.cc4f2b5":{"name":"@firebase/database","version":"0.4.2-canary.cc4f2b5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.2-canary.cc4f2b5","@firebase/app-types":"0.4.0-canary.cc4f2b5"},"dependencies":{"@firebase/database-types":"0.4.0-canary.cc4f2b5","@firebase/logger":"0.1.14-canary.cc4f2b5","@firebase/util":"0.2.16-canary.cc4f2b5","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.2-canary.cc4f2b5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"09d0f61f9a2b5de1f836e0ca79659fc226b25f16","size":1237463,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.2-canary.cc4f2b5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.2-canary.cc4f2b5_1559061503238_0.7825744556615737"},"_hasShrinkwrap":false,"publish_time":1559061503464,"_cnpm_publish_time":1559061503464,"contributors":[]},"0.4.2-canary.31438c1":{"name":"@firebase/database","version":"0.4.2-canary.31438c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.2-canary.31438c1","@firebase/app-types":"0.4.0-canary.31438c1"},"dependencies":{"@firebase/database-types":"0.4.0-canary.31438c1","@firebase/logger":"0.1.14-canary.31438c1","@firebase/util":"0.2.16-canary.31438c1","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.2-canary.31438c1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ebce6671d3e667f82a4f7dd9acdc0bd528863646","size":1237463,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.2-canary.31438c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.2-canary.31438c1_1558732498691_0.14823185764315605"},"_hasShrinkwrap":false,"publish_time":1558732498948,"_cnpm_publish_time":1558732498948,"contributors":[]},"0.4.2-canary.a3b2aca":{"name":"@firebase/database","version":"0.4.2-canary.a3b2aca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.2-canary.a3b2aca","@firebase/app-types":"0.4.0-canary.a3b2aca"},"dependencies":{"@firebase/database-types":"0.4.0-canary.a3b2aca","@firebase/logger":"0.1.14-canary.a3b2aca","@firebase/util":"0.2.16-canary.a3b2aca","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.2-canary.a3b2aca","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"aa449213913216814307d3615e46e0b74f8df850","size":1237461,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.2-canary.a3b2aca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.2-canary.a3b2aca_1558720988255_0.40942509439626495"},"_hasShrinkwrap":false,"publish_time":1558720988392,"_cnpm_publish_time":1558720988392,"contributors":[]},"0.4.3":{"name":"@firebase/database","version":"0.4.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.14","@firebase/util":"0.2.17","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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/database@0.4.3","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"e8329540974ed37a4f12d5f0196402af5c7df7bc","size":1237447,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3_1558659488148_0.9176816406109225"},"_hasShrinkwrap":false,"publish_time":1558659489038,"_cnpm_publish_time":1558659489038,"contributors":[]},"0.4.2-canary.ae32b2b":{"name":"@firebase/database","version":"0.4.2-canary.ae32b2b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.2-canary.ae32b2b","@firebase/app-types":"0.4.0-canary.ae32b2b"},"dependencies":{"@firebase/database-types":"0.4.0-canary.ae32b2b","@firebase/logger":"0.1.14-canary.ae32b2b","@firebase/util":"0.2.16-canary.ae32b2b","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.2-canary.ae32b2b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"22775bc5058061ebb18faa287ac57eb9be2bea65","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.2-canary.ae32b2b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.2-canary.ae32b2b_1558660065255_0.5623767264638921"},"_hasShrinkwrap":false,"publish_time":1558660065444,"_cnpm_publish_time":1558660065444,"contributors":[]},"0.4.3-0":{"name":"@firebase/database","version":"0.4.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.14","@firebase/util":"0.2.17-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.3-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"f3c89ea7e379dddbecdd00e4f07691e0d6c74670","size":1237454,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.3-0_1558657969823_0.9331343855708032"},"_hasShrinkwrap":false,"publish_time":1558657970110,"_cnpm_publish_time":1558657970110,"contributors":[]},"0.4.2-canary.412cff9":{"name":"@firebase/database","version":"0.4.2-canary.412cff9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.2-canary.412cff9","@firebase/app-types":"0.4.0-canary.412cff9"},"dependencies":{"@firebase/database-types":"0.4.0-canary.412cff9","@firebase/logger":"0.1.14-canary.412cff9","@firebase/util":"0.2.16-canary.412cff9","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.2-canary.412cff9","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2136076fbd6f29f559805bdc615f834e1ed7e7bd","size":1237463,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.2-canary.412cff9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.2-canary.412cff9_1558651493737_0.9916848308843085"},"_hasShrinkwrap":false,"publish_time":1558651493912,"_cnpm_publish_time":1558651493912,"contributors":[]},"0.4.2":{"name":"@firebase/database","version":"0.4.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.14","@firebase/util":"0.2.16","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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/database@0.4.2","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"cd90243f43b30f4a8aa03546e64b1bada34b82a0","size":1237451,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.2_1558646031311_0.6004885147534149"},"_hasShrinkwrap":false,"publish_time":1558646031510,"_cnpm_publish_time":1558646031510,"contributors":[]},"0.4.1-canary.cee7ad8":{"name":"@firebase/database","version":"0.4.1-canary.cee7ad8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.cee7ad8","@firebase/app-types":"0.4.0-canary.cee7ad8"},"dependencies":{"@firebase/database-types":"0.4.0-canary.cee7ad8","@firebase/logger":"0.1.14-canary.cee7ad8","@firebase/util":"0.2.15-canary.cee7ad8","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.cee7ad8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3de023db2220f8d99db8b7e47b1465dbd51a9efd","size":1237461,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.cee7ad8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.cee7ad8_1558641246377_0.3948415155671856"},"_hasShrinkwrap":false,"publish_time":1558641246555,"_cnpm_publish_time":1558641246555,"contributors":[]},"0.4.1-canary.6dc1533":{"name":"@firebase/database","version":"0.4.1-canary.6dc1533","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.6dc1533","@firebase/app-types":"0.4.0-canary.6dc1533"},"dependencies":{"@firebase/database-types":"0.4.0-canary.6dc1533","@firebase/logger":"0.1.14-canary.6dc1533","@firebase/util":"0.2.15-canary.6dc1533","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.6dc1533","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7e4b709542a28c2130a9fc2e9cffe6ccc0dedf6c","size":1237463,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.6dc1533.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.6dc1533_1558635712871_0.12351300787966601"},"_hasShrinkwrap":false,"publish_time":1558635713054,"_cnpm_publish_time":1558635713054,"contributors":[]},"0.4.1-canary.42eae23":{"name":"@firebase/database","version":"0.4.1-canary.42eae23","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.42eae23","@firebase/app-types":"0.4.0-canary.42eae23"},"dependencies":{"@firebase/database-types":"0.4.0-canary.42eae23","@firebase/logger":"0.1.14-canary.42eae23","@firebase/util":"0.2.15-canary.42eae23","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.42eae23","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7b89da198bd9a6c866ad2a38ea61b8aa44680522","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.42eae23.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.42eae23_1558575600791_0.22980666050340082"},"_hasShrinkwrap":false,"publish_time":1558575601026,"_cnpm_publish_time":1558575601026,"contributors":[]},"0.4.1-canary.772115a":{"name":"@firebase/database","version":"0.4.1-canary.772115a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.772115a","@firebase/app-types":"0.4.0-canary.772115a"},"dependencies":{"@firebase/database-types":"0.4.0-canary.772115a","@firebase/logger":"0.1.14-canary.772115a","@firebase/util":"0.2.15-canary.772115a","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.772115a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ce65d68ea2c49b582c4174156e7970e6a8bf1ec4","size":1237459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.772115a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.772115a_1558572048025_0.2887195952802528"},"_hasShrinkwrap":false,"publish_time":1558572048228,"_cnpm_publish_time":1558572048228,"contributors":[]},"0.4.1-canary.df1b588":{"name":"@firebase/database","version":"0.4.1-canary.df1b588","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.df1b588","@firebase/app-types":"0.4.0-canary.df1b588"},"dependencies":{"@firebase/database-types":"0.4.0-canary.df1b588","@firebase/logger":"0.1.14-canary.df1b588","@firebase/util":"0.2.15-canary.df1b588","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.df1b588","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"529fd0f86b76bcaec3baf4f2888c3fbb2ec9fa2f","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.df1b588.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.df1b588_1558478355510_0.6993042556280944"},"_hasShrinkwrap":false,"publish_time":1558478355680,"_cnpm_publish_time":1558478355680,"contributors":[]},"0.4.2-0":{"name":"@firebase/database","version":"0.4.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.14","@firebase/util":"0.2.16-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.2-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"28135c0d4df3e5cc4ca090b5c98969fb4457f809","size":1237455,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.2-0_1558476846728_0.702707962702869"},"_hasShrinkwrap":false,"publish_time":1558476846934,"_cnpm_publish_time":1558476846934,"contributors":[]},"0.4.1-canary.4771184":{"name":"@firebase/database","version":"0.4.1-canary.4771184","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.4771184","@firebase/app-types":"0.4.0-canary.4771184"},"dependencies":{"@firebase/database-types":"0.4.0-canary.4771184","@firebase/logger":"0.1.14-canary.4771184","@firebase/util":"0.2.15-canary.4771184","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.4771184","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b07472e4444e607a54ffae2501eb64ce66e66cba","size":1237458,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.4771184.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.4771184_1558469393728_0.3125659223410935"},"_hasShrinkwrap":false,"publish_time":1558469393889,"_cnpm_publish_time":1558469393889,"contributors":[]},"0.4.1-canary.1811518":{"name":"@firebase/database","version":"0.4.1-canary.1811518","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.1811518","@firebase/app-types":"0.4.0-canary.1811518"},"dependencies":{"@firebase/database-types":"0.4.0-canary.1811518","@firebase/logger":"0.1.14-canary.1811518","@firebase/util":"0.2.15-canary.1811518","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.1811518","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7ed02202857206b94a76cae62108c72897fc9573","size":1237459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.1811518.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.1811518_1558467708776_0.8866200269753142"},"_hasShrinkwrap":false,"publish_time":1558467709013,"_cnpm_publish_time":1558467709013,"contributors":[]},"0.4.1-canary.c8dcdc5":{"name":"@firebase/database","version":"0.4.1-canary.c8dcdc5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.c8dcdc5","@firebase/app-types":"0.4.0-canary.c8dcdc5"},"dependencies":{"@firebase/database-types":"0.4.0-canary.c8dcdc5","@firebase/logger":"0.1.14-canary.c8dcdc5","@firebase/util":"0.2.15-canary.c8dcdc5","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.c8dcdc5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ce1c30fceb2f656e16d3985909605a72b55f68b6","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.c8dcdc5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.c8dcdc5_1558400199333_0.36188204893008935"},"_hasShrinkwrap":false,"publish_time":1558400199581,"_cnpm_publish_time":1558400199581,"contributors":[]},"0.4.1-canary.3635f53":{"name":"@firebase/database","version":"0.4.1-canary.3635f53","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.3635f53","@firebase/app-types":"0.4.0-canary.3635f53"},"dependencies":{"@firebase/database-types":"0.4.0-canary.3635f53","@firebase/logger":"0.1.14-canary.3635f53","@firebase/util":"0.2.15-canary.3635f53","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.3635f53","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c2d4d155f336c27464399612a163ed67c66cd08d","size":1237463,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.3635f53.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.3635f53_1558390214705_0.3314539685007103"},"_hasShrinkwrap":false,"publish_time":1558390214885,"_cnpm_publish_time":1558390214885,"contributors":[]},"0.4.1-canary.22a5302":{"name":"@firebase/database","version":"0.4.1-canary.22a5302","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.22a5302","@firebase/app-types":"0.4.0-canary.22a5302"},"dependencies":{"@firebase/database-types":"0.4.0-canary.22a5302","@firebase/logger":"0.1.14-canary.22a5302","@firebase/util":"0.2.15-canary.22a5302","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.22a5302","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"953a3268ab1840e9d5b019fe0f85f549a972c3a7","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.22a5302.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.22a5302_1558389048786_0.8315377768655436"},"_hasShrinkwrap":false,"publish_time":1558389049051,"_cnpm_publish_time":1558389049051,"contributors":[]},"0.4.1-canary.dc50232":{"name":"@firebase/database","version":"0.4.1-canary.dc50232","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.dc50232","@firebase/app-types":"0.4.0-canary.dc50232"},"dependencies":{"@firebase/database-types":"0.4.0-canary.dc50232","@firebase/logger":"0.1.14-canary.dc50232","@firebase/util":"0.2.15-canary.dc50232","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.dc50232","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"21a0dc924b7031cd7a16b1e55d7bd85240e0faf9","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.dc50232.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.dc50232_1558383160328_0.07292434271149761"},"_hasShrinkwrap":false,"publish_time":1558383160525,"_cnpm_publish_time":1558383160525,"contributors":[]},"0.4.1-canary.5f5f1c1":{"name":"@firebase/database","version":"0.4.1-canary.5f5f1c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.5f5f1c1","@firebase/app-types":"0.4.0-canary.5f5f1c1"},"dependencies":{"@firebase/database-types":"0.4.0-canary.5f5f1c1","@firebase/logger":"0.1.14-canary.5f5f1c1","@firebase/util":"0.2.15-canary.5f5f1c1","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.5f5f1c1","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7a792b7f6ad97faf140c5647ed952a53de1208a4","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.5f5f1c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.5f5f1c1_1558131975338_0.11282556115977349"},"_hasShrinkwrap":false,"publish_time":1558131975552,"_cnpm_publish_time":1558131975552,"contributors":[]},"0.4.1-canary.2b165d5":{"name":"@firebase/database","version":"0.4.1-canary.2b165d5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.2b165d5","@firebase/app-types":"0.4.0-canary.2b165d5"},"dependencies":{"@firebase/database-types":"0.4.0-canary.2b165d5","@firebase/logger":"0.1.14-canary.2b165d5","@firebase/util":"0.2.15-canary.2b165d5","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.2b165d5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"571cb33251f1495ba2a506737e56ba5c3ba9f70f","size":1237463,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.2b165d5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.2b165d5_1558103846622_0.596703999277407"},"_hasShrinkwrap":false,"publish_time":1558103846780,"_cnpm_publish_time":1558103846780,"contributors":[]},"0.4.1-canary.dd65ae7":{"name":"@firebase/database","version":"0.4.1-canary.dd65ae7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.dd65ae7","@firebase/app-types":"0.4.0-canary.dd65ae7"},"dependencies":{"@firebase/database-types":"0.4.0-canary.dd65ae7","@firebase/logger":"0.1.14-canary.dd65ae7","@firebase/util":"0.2.15-canary.dd65ae7","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.dd65ae7","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b13479dadda7a1566ac83541b2663140b857551e","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.dd65ae7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.dd65ae7_1558103691769_0.012565774541937857"},"_hasShrinkwrap":false,"publish_time":1558103692804,"_cnpm_publish_time":1558103692804,"contributors":[]},"0.4.1-canary.1e23e88":{"name":"@firebase/database","version":"0.4.1-canary.1e23e88","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.1e23e88","@firebase/app-types":"0.4.0-canary.1e23e88"},"dependencies":{"@firebase/database-types":"0.4.0-canary.1e23e88","@firebase/logger":"0.1.14-canary.1e23e88","@firebase/util":"0.2.15-canary.1e23e88","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.1e23e88","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c93d7cf442b2ccbb98d333bf6164e964ff4c99b5","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.1e23e88.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.1e23e88_1558103662866_0.6189805111778903"},"_hasShrinkwrap":false,"publish_time":1558103663205,"_cnpm_publish_time":1558103663205,"contributors":[]},"0.4.1-canary.a80cf4e":{"name":"@firebase/database","version":"0.4.1-canary.a80cf4e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.a80cf4e","@firebase/app-types":"0.4.0-canary.a80cf4e"},"dependencies":{"@firebase/database-types":"0.4.0-canary.a80cf4e","@firebase/logger":"0.1.14-canary.a80cf4e","@firebase/util":"0.2.15-canary.a80cf4e","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.a80cf4e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"aeae7904b9cdc31c4ac9153a3a36d9afa265e346","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.a80cf4e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.a80cf4e_1558029134328_0.29660565238059244"},"_hasShrinkwrap":false,"publish_time":1558029134506,"_cnpm_publish_time":1558029134506,"contributors":[]},"0.4.1-canary.462047e":{"name":"@firebase/database","version":"0.4.1-canary.462047e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.462047e","@firebase/app-types":"0.4.0-canary.462047e"},"dependencies":{"@firebase/database-types":"0.4.0-canary.462047e","@firebase/logger":"0.1.14-canary.462047e","@firebase/util":"0.2.15-canary.462047e","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.462047e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3c7e0abab8d9e29dc424620407daa07bd9f68399","size":1237458,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.462047e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.462047e_1557774219965_0.37788836453333174"},"_hasShrinkwrap":false,"publish_time":1557774220152,"_cnpm_publish_time":1557774220152,"contributors":[]},"0.4.1-canary.9f6dbc8":{"name":"@firebase/database","version":"0.4.1-canary.9f6dbc8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.9f6dbc8","@firebase/app-types":"0.4.0-canary.9f6dbc8"},"dependencies":{"@firebase/database-types":"0.4.0-canary.9f6dbc8","@firebase/logger":"0.1.14-canary.9f6dbc8","@firebase/util":"0.2.15-canary.9f6dbc8","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.9f6dbc8","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"91436d2009266b0514942c4c2733a92cc06c0555","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.9f6dbc8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.9f6dbc8_1557522021152_0.0115852943691368"},"_hasShrinkwrap":false,"publish_time":1557522021391,"_cnpm_publish_time":1557522021391,"contributors":[]},"0.4.1-canary.46ba69a":{"name":"@firebase/database","version":"0.4.1-canary.46ba69a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.46ba69a","@firebase/app-types":"0.4.0-canary.46ba69a"},"dependencies":{"@firebase/database-types":"0.4.0-canary.46ba69a","@firebase/logger":"0.1.14-canary.46ba69a","@firebase/util":"0.2.15-canary.46ba69a","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.46ba69a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8194a33d78bcb90747b9343d9660896511a8be31","size":1237462,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.46ba69a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.46ba69a_1557516797958_0.3350945016675042"},"_hasShrinkwrap":false,"publish_time":1557516798132,"_cnpm_publish_time":1557516798132,"contributors":[]},"0.4.1-canary.9a49973":{"name":"@firebase/database","version":"0.4.1-canary.9a49973","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.9a49973","@firebase/app-types":"0.4.0-canary.9a49973"},"dependencies":{"@firebase/database-types":"0.4.0-canary.9a49973","@firebase/logger":"0.1.14-canary.9a49973","@firebase/util":"0.2.15-canary.9a49973","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.9a49973","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4f1e960f17a49678b183637540501d53738cb14f","size":1237463,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.9a49973.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.9a49973_1557516758817_0.1075180098970605"},"_hasShrinkwrap":false,"publish_time":1557516758989,"_cnpm_publish_time":1557516758989,"contributors":[]},"0.4.1-canary.38cb158":{"name":"@firebase/database","version":"0.4.1-canary.38cb158","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.1-canary.38cb158","@firebase/app-types":"0.4.0-canary.38cb158"},"dependencies":{"@firebase/database-types":"0.4.0-canary.38cb158","@firebase/logger":"0.1.14-canary.38cb158","@firebase/util":"0.2.15-canary.38cb158","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-canary.38cb158","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a3e162e242e2ed33b6af9541787e0aac92b29ad2","size":1237463,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-canary.38cb158.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-canary.38cb158_1557449359440_0.02436787284900177"},"_hasShrinkwrap":false,"publish_time":1557449359697,"_cnpm_publish_time":1557449359697,"contributors":[]},"0.4.1":{"name":"@firebase/database","version":"0.4.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.14","@firebase/util":"0.2.15","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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/database@0.4.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"272bc1ffb71f122436eaa4f00d18e6735b2c1f9f","size":1237480,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1_1557446418732_0.8176053240247236"},"_hasShrinkwrap":false,"publish_time":1557446418961,"_cnpm_publish_time":1557446418961,"contributors":[]},"0.4.0-canary.c0ab7b4":{"name":"@firebase/database","version":"0.4.0-canary.c0ab7b4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.c0ab7b4","@firebase/app-types":"0.4.0-canary.c0ab7b4"},"dependencies":{"@firebase/database-types":"0.4.0-canary.c0ab7b4","@firebase/logger":"0.1.13-canary.c0ab7b4","@firebase/util":"0.2.14-canary.c0ab7b4","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.c0ab7b4","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6c911a9e2aaf7d52946400035dc6274a1e9907ee","size":1237455,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.c0ab7b4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.c0ab7b4_1557445579548_0.26867762772121817"},"_hasShrinkwrap":false,"publish_time":1557445579717,"_cnpm_publish_time":1557445579717,"contributors":[]},"0.4.0-canary.0c0000a":{"name":"@firebase/database","version":"0.4.0-canary.0c0000a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.0c0000a","@firebase/app-types":"0.4.0-canary.0c0000a"},"dependencies":{"@firebase/database-types":"0.4.0-canary.0c0000a","@firebase/logger":"0.1.13-canary.0c0000a","@firebase/util":"0.2.14-canary.0c0000a","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.0c0000a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"92faefc4c371aa851f30b88da805f80355148d61","size":1237455,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.0c0000a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.0c0000a_1557427766662_0.03980552019664496"},"_hasShrinkwrap":false,"publish_time":1557427766822,"_cnpm_publish_time":1557427766822,"contributors":[]},"0.4.1-1":{"name":"@firebase/database","version":"0.4.1-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.14-1","@firebase/util":"0.2.15-1","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"b558206303a87eb758a715200170e3316602fbf4","size":1237483,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-1_1557365638910_0.524462638350411"},"_hasShrinkwrap":false,"publish_time":1557365639883,"_cnpm_publish_time":1557365639883,"contributors":[]},"0.4.0-canary.6064f27":{"name":"@firebase/database","version":"0.4.0-canary.6064f27","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.6064f27","@firebase/app-types":"0.4.0-canary.6064f27"},"dependencies":{"@firebase/database-types":"0.4.0-canary.6064f27","@firebase/logger":"0.1.13-canary.6064f27","@firebase/util":"0.2.14-canary.6064f27","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.6064f27","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"381f08382326cb4c8d4978a746c12f69c5bd2b37","size":1237456,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.6064f27.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.6064f27_1557360575617_0.7049992972336676"},"_hasShrinkwrap":false,"publish_time":1557360575812,"_cnpm_publish_time":1557360575812,"contributors":[]},"0.4.0-canary.f698323":{"name":"@firebase/database","version":"0.4.0-canary.f698323","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.f698323","@firebase/app-types":"0.4.0-canary.f698323"},"dependencies":{"@firebase/database-types":"0.4.0-canary.f698323","@firebase/logger":"0.1.13-canary.f698323","@firebase/util":"0.2.14-canary.f698323","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.f698323","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"32879cb06b5b52b76287bae5723c40910689553c","size":1237457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.f698323.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.f698323_1557354989988_0.7038188701491284"},"_hasShrinkwrap":false,"publish_time":1557354990203,"_cnpm_publish_time":1557354990203,"contributors":[]},"0.4.0-canary.5a615eb":{"name":"@firebase/database","version":"0.4.0-canary.5a615eb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.5a615eb","@firebase/app-types":"0.4.0-canary.5a615eb"},"dependencies":{"@firebase/database-types":"0.4.0-canary.5a615eb","@firebase/logger":"0.1.13-canary.5a615eb","@firebase/util":"0.2.14-canary.5a615eb","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.5a615eb","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7060d983eddc56293c1c30d160da97a35c4c561f","size":1237458,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.5a615eb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.5a615eb_1557354757649_0.4348553779679618"},"_hasShrinkwrap":false,"publish_time":1557354757863,"_cnpm_publish_time":1557354757863,"contributors":[]},"0.4.0-canary.491598a":{"name":"@firebase/database","version":"0.4.0-canary.491598a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.491598a","@firebase/app-types":"0.4.0-canary.491598a"},"dependencies":{"@firebase/database-types":"0.4.0-canary.491598a","@firebase/logger":"0.1.13-canary.491598a","@firebase/util":"0.2.14-canary.491598a","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.491598a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b2ea72487be1ec725480bba869b0e31dac5fb058","size":1237459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.491598a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.491598a_1557340914510_0.08359287869145837"},"_hasShrinkwrap":false,"publish_time":1557340914665,"_cnpm_publish_time":1557340914665,"contributors":[]},"0.4.0-canary.fc58bfd":{"name":"@firebase/database","version":"0.4.0-canary.fc58bfd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.fc58bfd","@firebase/app-types":"0.4.0-canary.fc58bfd"},"dependencies":{"@firebase/database-types":"0.4.0-canary.fc58bfd","@firebase/logger":"0.1.13-canary.fc58bfd","@firebase/util":"0.2.14-canary.fc58bfd","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.fc58bfd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a66fcb4d9657439765f4a25c3124f94ce3603ae4","size":1237458,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.fc58bfd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.fc58bfd_1557339356683_0.09342931377264607"},"_hasShrinkwrap":false,"publish_time":1557339356980,"_cnpm_publish_time":1557339356980,"contributors":[]},"0.4.0-canary.a3a8cb3":{"name":"@firebase/database","version":"0.4.0-canary.a3a8cb3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.a3a8cb3","@firebase/app-types":"0.4.0-canary.a3a8cb3"},"dependencies":{"@firebase/database-types":"0.4.0-canary.a3a8cb3","@firebase/logger":"0.1.13-canary.a3a8cb3","@firebase/util":"0.2.14-canary.a3a8cb3","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.a3a8cb3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"84d0cf4108cdc5817c5e059a89a8794313ea6490","size":1237455,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.a3a8cb3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.a3a8cb3_1557339197610_0.714630453667594"},"_hasShrinkwrap":false,"publish_time":1557339198064,"_cnpm_publish_time":1557339198064,"contributors":[]},"0.4.0-canary.201c53e":{"name":"@firebase/database","version":"0.4.0-canary.201c53e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.201c53e","@firebase/app-types":"0.4.0-canary.201c53e"},"dependencies":{"@firebase/database-types":"0.4.0-canary.201c53e","@firebase/logger":"0.1.13-canary.201c53e","@firebase/util":"0.2.14-canary.201c53e","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.201c53e","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3eafb999975e0d8b2f6745e512ea6f8718cd04ba","size":1237456,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.201c53e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.201c53e_1557279043140_0.4962101861587429"},"_hasShrinkwrap":false,"publish_time":1557279043375,"_cnpm_publish_time":1557279043375,"contributors":[]},"0.4.1-0":{"name":"@firebase/database","version":"0.4.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.14-0","@firebase/util":"0.2.15-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.1-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"db693f48ca32e1eaff06c956c09c4d3508bc8b8e","size":1237482,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.1-0_1557266461825_0.5344142915398249"},"_hasShrinkwrap":false,"publish_time":1557266462261,"_cnpm_publish_time":1557266462261,"contributors":[]},"0.4.0-canary.63b93c3":{"name":"@firebase/database","version":"0.4.0-canary.63b93c3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.63b93c3","@firebase/app-types":"0.4.0-canary.63b93c3"},"dependencies":{"@firebase/database-types":"0.4.0-canary.63b93c3","@firebase/logger":"0.1.13-canary.63b93c3","@firebase/util":"0.2.14-canary.63b93c3","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.63b93c3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1f28ce85617bbb54e29f1d5e061a9d41909e614d","size":1237456,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.63b93c3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.63b93c3_1557264341890_0.8018713588331006"},"_hasShrinkwrap":false,"publish_time":1557264342132,"_cnpm_publish_time":1557264342132,"contributors":[]},"0.4.0-canary.3d474ac":{"name":"@firebase/database","version":"0.4.0-canary.3d474ac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.4.0-canary.3d474ac","@firebase/app-types":"0.4.0-canary.3d474ac"},"dependencies":{"@firebase/database-types":"0.4.0-canary.3d474ac","@firebase/logger":"0.1.13-canary.3d474ac","@firebase/util":"0.2.14-canary.3d474ac","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-canary.3d474ac","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fb7aec575df1c966302f286e65177349d6e06c3a","size":1237456,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-canary.3d474ac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-canary.3d474ac_1557255435220_0.2522259122512205"},"_hasShrinkwrap":false,"publish_time":1557255435405,"_cnpm_publish_time":1557255435405,"contributors":[]},"0.4.0":{"name":"@firebase/database","version":"0.4.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0","@firebase/logger":"0.1.13","@firebase/util":"0.2.14","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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/database@0.4.0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"a72bac498f1d593fafee739982f01ac49fa7be59","size":1237476,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0_1557243016047_0.1338831748446736"},"_hasShrinkwrap":false,"publish_time":1557243016248,"_cnpm_publish_time":1557243016248,"contributors":[]},"0.4.0-0":{"name":"@firebase/database","version":"0.4.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.4.0-0","@firebase/logger":"0.1.13","@firebase/util":"0.2.14","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.4.0-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"dc90c31202623983c65e07ba0714280cab2013f1","size":1237480,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.4.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.4.0-0_1557178236011_0.20449750462931826"},"_hasShrinkwrap":false,"publish_time":1557178236178,"_cnpm_publish_time":1557178236178,"contributors":[]},"0.3.20-canary.52bdce3":{"name":"@firebase/database","version":"0.3.20-canary.52bdce3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.17-canary.52bdce3","@firebase/app-types":"0.3.10-canary.52bdce3"},"dependencies":{"@firebase/database-types":"0.3.11-canary.52bdce3","@firebase/logger":"0.1.13-canary.52bdce3","@firebase/util":"0.2.14-canary.52bdce3","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.9","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.1.0","rollup":"1.11.0","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.5","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-canary.52bdce3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9ce88f3ba42a1d3a09c0cd9fb0d6209340759108","size":1237469,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-canary.52bdce3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-canary.52bdce3_1556921276918_0.688301592290141"},"_hasShrinkwrap":false,"publish_time":1556921277064,"_cnpm_publish_time":1556921277064,"contributors":[]},"0.3.20-canary.9f25ab6":{"name":"@firebase/database","version":"0.3.20-canary.9f25ab6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.17-canary.9f25ab6","@firebase/app-types":"0.3.10-canary.9f25ab6"},"dependencies":{"@firebase/database-types":"0.3.11-canary.9f25ab6","@firebase/logger":"0.1.13-canary.9f25ab6","@firebase/util":"0.2.14-canary.9f25ab6","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-canary.9f25ab6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3c6528b05031b23a6ff8ca3c2825ab958251139a","size":1237472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-canary.9f25ab6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-canary.9f25ab6_1556833505343_0.7867143597461115"},"_hasShrinkwrap":false,"publish_time":1556833505597,"_cnpm_publish_time":1556833505597,"contributors":[]},"0.3.20-canary.20a4430":{"name":"@firebase/database","version":"0.3.20-canary.20a4430","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.17-canary.20a4430","@firebase/app-types":"0.3.10-canary.20a4430"},"dependencies":{"@firebase/database-types":"0.3.11-canary.20a4430","@firebase/logger":"0.1.13-canary.20a4430","@firebase/util":"0.2.14-canary.20a4430","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-canary.20a4430","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ac1bb24dfd36b7f0edc902927f30a5f4c1453999","size":1237468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-canary.20a4430.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-canary.20a4430_1556828955987_0.22111099464831985"},"_hasShrinkwrap":false,"publish_time":1556828956183,"_cnpm_publish_time":1556828956183,"contributors":[]},"0.3.20-canary.5a411e0":{"name":"@firebase/database","version":"0.3.20-canary.5a411e0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.17-canary.5a411e0","@firebase/app-types":"0.3.10-canary.5a411e0"},"dependencies":{"@firebase/database-types":"0.3.11-canary.5a411e0","@firebase/logger":"0.1.13-canary.5a411e0","@firebase/util":"0.2.14-canary.5a411e0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-canary.5a411e0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"850a5096681dc72ecdf88305d0aa71d27f8ff304","size":1237471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-canary.5a411e0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-canary.5a411e0_1556820944781_0.2802484872079538"},"_hasShrinkwrap":false,"publish_time":1556820945014,"_cnpm_publish_time":1556820945014,"contributors":[]},"0.3.20-canary.5d67b57":{"name":"@firebase/database","version":"0.3.20-canary.5d67b57","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.17-canary.5d67b57","@firebase/app-types":"0.3.10-canary.5d67b57"},"dependencies":{"@firebase/database-types":"0.3.11-canary.5d67b57","@firebase/logger":"0.1.13-canary.5d67b57","@firebase/util":"0.2.14-canary.5d67b57","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-canary.5d67b57","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9b29acfe8874d99290d8d6064dda8484a493ffe1","size":1237471,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-canary.5d67b57.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-canary.5d67b57_1556820162243_0.8377134044774488"},"_hasShrinkwrap":false,"publish_time":1556820162483,"_cnpm_publish_time":1556820162483,"contributors":[]},"0.3.20-canary.a7bb0b5":{"name":"@firebase/database","version":"0.3.20-canary.a7bb0b5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.17-canary.a7bb0b5","@firebase/app-types":"0.3.10-canary.a7bb0b5"},"dependencies":{"@firebase/database-types":"0.3.11-canary.a7bb0b5","@firebase/logger":"0.1.13-canary.a7bb0b5","@firebase/util":"0.2.14-canary.a7bb0b5","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-canary.a7bb0b5","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"204e6c690943f4ce59f981dd348e3d461172da85","size":1237230,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-canary.a7bb0b5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-canary.a7bb0b5_1556753386918_0.63114684038026"},"_hasShrinkwrap":false,"publish_time":1556753387205,"_cnpm_publish_time":1556753387205,"contributors":[]},"0.3.20-canary.aca9966":{"name":"@firebase/database","version":"0.3.20-canary.aca9966","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.17-canary.aca9966","@firebase/app-types":"0.3.10-canary.aca9966"},"dependencies":{"@firebase/database-types":"0.3.11-canary.aca9966","@firebase/logger":"0.1.13-canary.aca9966","@firebase/util":"0.2.14-canary.aca9966","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-canary.aca9966","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4783b090f4a1ecf94cb089ce0a22ed9662b2d741","size":1237472,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-canary.aca9966.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-canary.aca9966_1556753146426_0.1810499179359646"},"_hasShrinkwrap":false,"publish_time":1556753146647,"_cnpm_publish_time":1556753146647,"contributors":[]},"0.3.20-canary.f7a46de":{"name":"@firebase/database","version":"0.3.20-canary.f7a46de","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.17-canary.f7a46de","@firebase/app-types":"0.3.10-canary.f7a46de"},"dependencies":{"@firebase/database-types":"0.3.11-canary.f7a46de","@firebase/logger":"0.1.13-canary.f7a46de","@firebase/util":"0.2.14-canary.f7a46de","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-canary.f7a46de","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ab70a79fb26e63bbc2f1d466f6135df641336569","size":1237230,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-canary.f7a46de.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-canary.f7a46de_1556752239628_0.7567612498054614"},"_hasShrinkwrap":false,"publish_time":1556752239774,"_cnpm_publish_time":1556752239774,"contributors":[]},"0.3.20-canary.be1eb2c":{"name":"@firebase/database","version":"0.3.20-canary.be1eb2c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.17-canary.be1eb2c","@firebase/app-types":"0.3.10-canary.be1eb2c"},"dependencies":{"@firebase/database-types":"0.3.11-canary.be1eb2c","@firebase/logger":"0.1.13-canary.be1eb2c","@firebase/util":"0.2.14-canary.be1eb2c","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-canary.be1eb2c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f4724146435560d6d35d3c6a8869f781d28553ce","size":1237230,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-canary.be1eb2c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-canary.be1eb2c_1556743345519_0.9153175003603793"},"_hasShrinkwrap":false,"publish_time":1556743345762,"_cnpm_publish_time":1556743345762,"contributors":[]},"0.3.20":{"name":"@firebase/database","version":"0.3.20","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.11","@firebase/logger":"0.1.13","@firebase/util":"0.2.14","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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/database@0.3.20","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"6851d8ef3229aeb7bcbe5e851434672abae43ee4","size":1237240,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20_1556667263746_0.8174025439052519"},"_hasShrinkwrap":false,"publish_time":1556667264018,"_cnpm_publish_time":1556667264018,"contributors":[]},"0.3.20-1":{"name":"@firebase/database","version":"0.3.20-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.11-1","@firebase/logger":"0.1.13-1","@firebase/util":"0.2.14-1","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"2079ca52cdc03e1d5b608e612245b5915043a1f9","size":1237245,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-1_1556666148615_0.1563378369954571"},"_hasShrinkwrap":false,"publish_time":1556666148826,"_cnpm_publish_time":1556666148826,"contributors":[]},"0.3.19-canary.96617d3":{"name":"@firebase/database","version":"0.3.19-canary.96617d3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.96617d3","@firebase/app-types":"0.3.9-canary.96617d3"},"dependencies":{"@firebase/database-types":"0.3.10-canary.96617d3","@firebase/logger":"0.1.12-canary.96617d3","@firebase/util":"0.2.13-canary.96617d3","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.96617d3","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9412637c517b52f79533e80d25c1d8c43dce44cf","size":1237231,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.96617d3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.96617d3_1556662436943_0.22317246254904322"},"_hasShrinkwrap":false,"publish_time":1556662437092,"_cnpm_publish_time":1556662437092,"contributors":[]},"0.3.20-0":{"name":"@firebase/database","version":"0.3.20-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.11-0","@firebase/logger":"0.1.13-0","@firebase/util":"0.2.14-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.20-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"1f5428796379e0036e705de63c7819bc4c9cdbb1","size":1237245,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.20-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.20-0_1556656174170_0.4274089334909572"},"_hasShrinkwrap":false,"publish_time":1556656174419,"_cnpm_publish_time":1556656174419,"contributors":[]},"0.3.19-canary.932d7be":{"name":"@firebase/database","version":"0.3.19-canary.932d7be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.932d7be","@firebase/app-types":"0.3.9-canary.932d7be"},"dependencies":{"@firebase/database-types":"0.3.10-canary.932d7be","@firebase/logger":"0.1.12-canary.932d7be","@firebase/util":"0.2.13-canary.932d7be","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.932d7be","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"871dbf64d8a29ff784b93cb57241b1e97909db7d","size":1237231,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.932d7be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.932d7be_1556654598513_0.4412711954684836"},"_hasShrinkwrap":false,"publish_time":1556654598693,"_cnpm_publish_time":1556654598693,"contributors":[]},"0.3.19-canary.b6a05fd":{"name":"@firebase/database","version":"0.3.19-canary.b6a05fd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.b6a05fd","@firebase/app-types":"0.3.9-canary.b6a05fd"},"dependencies":{"@firebase/database-types":"0.3.10-canary.b6a05fd","@firebase/logger":"0.1.12-canary.b6a05fd","@firebase/util":"0.2.13-canary.b6a05fd","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.b6a05fd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"07a962aca22944a0040d4e9f29bcc1becac8fd16","size":948099,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.b6a05fd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.b6a05fd_1556648250439_0.6384136981639648"},"_hasShrinkwrap":false,"publish_time":1556648250578,"_cnpm_publish_time":1556648250578,"contributors":[]},"0.3.19-canary.0acd32c":{"name":"@firebase/database","version":"0.3.19-canary.0acd32c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.0acd32c","@firebase/app-types":"0.3.9-canary.0acd32c"},"dependencies":{"@firebase/database-types":"0.3.10-canary.0acd32c","@firebase/logger":"0.1.12-canary.0acd32c","@firebase/util":"0.2.13-canary.0acd32c","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.0acd32c","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"97dd048c2a1fd3627d67e3f133e4fcdb515cd2bb","size":948098,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.0acd32c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.0acd32c_1556641873570_0.47361638793637884"},"_hasShrinkwrap":false,"publish_time":1556641873702,"_cnpm_publish_time":1556641873702,"contributors":[]},"0.3.19-canary.b758647":{"name":"@firebase/database","version":"0.3.19-canary.b758647","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.b758647","@firebase/app-types":"0.3.9-canary.b758647"},"dependencies":{"@firebase/database-types":"0.3.10-canary.b758647","@firebase/logger":"0.1.12-canary.b758647","@firebase/util":"0.2.13-canary.b758647","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.b758647","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"40bcc56c608869bdcc23c55439029aebd43585e1","size":948099,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.b758647.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.b758647_1556581397411_0.8278180344472517"},"_hasShrinkwrap":false,"publish_time":1556581397642,"_cnpm_publish_time":1556581397642,"contributors":[]},"0.3.19-canary.d09bee6":{"name":"@firebase/database","version":"0.3.19-canary.d09bee6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.d09bee6","@firebase/app-types":"0.3.9-canary.d09bee6"},"dependencies":{"@firebase/database-types":"0.3.10-canary.d09bee6","@firebase/logger":"0.1.12-canary.d09bee6","@firebase/util":"0.2.13-canary.d09bee6","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.7","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.1.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.4","npm-run-all":"4.1.5","nyc":"14.0.0","rollup":"1.10.1","rollup-plugin-typescript2":"0.21.0","sinon":"7.3.2","source-map-loader":"0.2.4","ts-loader":"5.4.3","ts-node":"8.1.0","typescript":"3.4.5","webpack":"4.30.0"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.d09bee6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7d186edf4c6c71dd657afc50bb161d8bd616ddc8","size":948099,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.d09bee6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.d09bee6_1556394487368_0.9445536805679573"},"_hasShrinkwrap":false,"publish_time":1556394487559,"_cnpm_publish_time":1556394487559,"contributors":[]},"0.3.19-canary.366713a":{"name":"@firebase/database","version":"0.3.19-canary.366713a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.366713a","@firebase/app-types":"0.3.9-canary.366713a"},"dependencies":{"@firebase/database-types":"0.3.10-canary.366713a","@firebase/logger":"0.1.12-canary.366713a","@firebase/util":"0.2.13-canary.366713a","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.366713a","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8b9d546ffb5af3679f1e741e12daa74ce16b5270","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.366713a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.366713a_1556218604457_0.8971208222130176"},"_hasShrinkwrap":false,"publish_time":1556218604670,"_cnpm_publish_time":1556218604670,"contributors":[]},"0.3.19-canary.b6bfae0":{"name":"@firebase/database","version":"0.3.19-canary.b6bfae0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.b6bfae0","@firebase/app-types":"0.3.9-canary.b6bfae0"},"dependencies":{"@firebase/database-types":"0.3.10-canary.b6bfae0","@firebase/logger":"0.1.12-canary.b6bfae0","@firebase/util":"0.2.13-canary.b6bfae0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.b6bfae0","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3f9a4ecf5e88c1f3887ff7f951d901ae6cabee7e","size":948103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.b6bfae0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.b6bfae0_1556152325487_0.691593374106015"},"_hasShrinkwrap":false,"publish_time":1556152325687,"_cnpm_publish_time":1556152325687,"contributors":[]},"0.3.19-canary.e50b070":{"name":"@firebase/database","version":"0.3.19-canary.e50b070","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.e50b070","@firebase/app-types":"0.3.9-canary.e50b070"},"dependencies":{"@firebase/database-types":"0.3.10-canary.e50b070","@firebase/logger":"0.1.12-canary.e50b070","@firebase/util":"0.2.13-canary.e50b070","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.e50b070","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"14d8375ff0afa7aedf8622d09ce1dc302fdebd40","size":948320,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.e50b070.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.e50b070_1556143737337_0.7636252132782362"},"_hasShrinkwrap":false,"publish_time":1556143737540,"_cnpm_publish_time":1556143737540,"contributors":[]},"0.3.19-canary.2337089":{"name":"@firebase/database","version":"0.3.19-canary.2337089","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.2337089","@firebase/app-types":"0.3.9-canary.2337089"},"dependencies":{"@firebase/database-types":"0.3.10-canary.2337089","@firebase/logger":"0.1.12-canary.2337089","@firebase/util":"0.2.13-canary.2337089","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.2337089","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f0bfe8d87ec7127c1a0a2875218be45591988e95","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.2337089.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.2337089_1556129474837_0.628101374527168"},"_hasShrinkwrap":false,"publish_time":1556129474999,"_cnpm_publish_time":1556129474999,"contributors":[]},"0.3.19-canary.e641edd":{"name":"@firebase/database","version":"0.3.19-canary.e641edd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.e641edd","@firebase/app-types":"0.3.9-canary.e641edd"},"dependencies":{"@firebase/database-types":"0.3.10-canary.e641edd","@firebase/logger":"0.1.12-canary.e641edd","@firebase/util":"0.2.13-canary.e641edd","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.e641edd","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1a39f8d276c69622eb41afa0aacd7eecac3a85fd","size":948104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.e641edd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.e641edd_1556044945998_0.5763562052230229"},"_hasShrinkwrap":false,"publish_time":1556044946105,"_cnpm_publish_time":1556044946105,"contributors":[]},"0.3.19-canary.b35ae72":{"name":"@firebase/database","version":"0.3.19-canary.b35ae72","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.b35ae72","@firebase/app-types":"0.3.9-canary.b35ae72"},"dependencies":{"@firebase/database-types":"0.3.10-canary.b35ae72","@firebase/logger":"0.1.12-canary.b35ae72","@firebase/util":"0.2.13-canary.b35ae72","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.b35ae72","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a7e60201574dd1ef356b6937fbd33ad88388a40f","size":948104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.b35ae72.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.b35ae72_1556040044378_0.507007596071009"},"_hasShrinkwrap":false,"publish_time":1556040044591,"_cnpm_publish_time":1556040044591,"contributors":[]},"0.3.19-canary.dc70589":{"name":"@firebase/database","version":"0.3.19-canary.dc70589","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.dc70589","@firebase/app-types":"0.3.9-canary.dc70589"},"dependencies":{"@firebase/database-types":"0.3.10-canary.dc70589","@firebase/logger":"0.1.12-canary.dc70589","@firebase/util":"0.2.13-canary.dc70589","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.dc70589","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cabab1368adcf13c5314e2c054d331929e67355a","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.dc70589.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.dc70589_1556010384487_0.5044306323339713"},"_hasShrinkwrap":false,"publish_time":1556010384742,"_cnpm_publish_time":1556010384742,"contributors":[]},"0.3.19-canary.37873b6":{"name":"@firebase/database","version":"0.3.19-canary.37873b6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.16-canary.37873b6","@firebase/app-types":"0.3.9-canary.37873b6"},"dependencies":{"@firebase/database-types":"0.3.10-canary.37873b6","@firebase/logger":"0.1.12-canary.37873b6","@firebase/util":"0.2.13-canary.37873b6","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-canary.37873b6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0e4fc94860b41e3181a932632a6be8e7a424b7ae","size":948104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-canary.37873b6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-canary.37873b6_1555995899032_0.4931287919056939"},"_hasShrinkwrap":false,"publish_time":1555995899276,"_cnpm_publish_time":1555995899276,"contributors":[]},"0.3.18-canary.be5e65f":{"name":"@firebase/database","version":"0.3.18-canary.be5e65f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.be5e65f","@firebase/app-types":"0.3.8-canary.be5e65f"},"dependencies":{"@firebase/database-types":"0.3.9-canary.be5e65f","@firebase/logger":"0.1.11-canary.be5e65f","@firebase/util":"0.2.12-canary.be5e65f","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.be5e65f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"66542ab1f0f32ad9906eaa934df64a49ba6d87c7","size":948103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.be5e65f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.be5e65f_1555708441851_0.6006781186447536"},"_hasShrinkwrap":false,"publish_time":1555708442031,"_cnpm_publish_time":1555708442031,"contributors":[]},"0.3.19":{"name":"@firebase/database","version":"0.3.19","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.10","@firebase/logger":"0.1.12","@firebase/util":"0.2.13","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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/database@0.3.19","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"cdf7c0f5e6e4c2534be013c43e0b1641682b49cd","size":948112,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19_1555621816248_0.13700535736021968"},"_hasShrinkwrap":false,"publish_time":1555621816455,"_cnpm_publish_time":1555621816455,"contributors":[]},"0.3.18-canary.4b98946":{"name":"@firebase/database","version":"0.3.18-canary.4b98946","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.4b98946","@firebase/app-types":"0.3.8-canary.4b98946"},"dependencies":{"@firebase/database-types":"0.3.9-canary.4b98946","@firebase/logger":"0.1.11-canary.4b98946","@firebase/util":"0.2.12-canary.4b98946","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.4b98946","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5c24f4d1a6c633436c4c6a887df0b3f21682dbad","size":948104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.4b98946.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.4b98946_1555566848123_0.2220922915621497"},"_hasShrinkwrap":false,"publish_time":1555566848334,"_cnpm_publish_time":1555566848334,"contributors":[]},"0.3.18-canary.b5c8cf6":{"name":"@firebase/database","version":"0.3.18-canary.b5c8cf6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.b5c8cf6","@firebase/app-types":"0.3.8-canary.b5c8cf6"},"dependencies":{"@firebase/database-types":"0.3.9-canary.b5c8cf6","@firebase/logger":"0.1.11-canary.b5c8cf6","@firebase/util":"0.2.12-canary.b5c8cf6","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.b5c8cf6","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5e2283fde01c2cbe255449c1559c8c872cf00676","size":948103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.b5c8cf6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.b5c8cf6_1555566827153_0.9156129393771977"},"_hasShrinkwrap":false,"publish_time":1555566827394,"_cnpm_publish_time":1555566827394,"contributors":[]},"0.3.18-canary.26d9554":{"name":"@firebase/database","version":"0.3.18-canary.26d9554","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.26d9554","@firebase/app-types":"0.3.8-canary.26d9554"},"dependencies":{"@firebase/database-types":"0.3.9-canary.26d9554","@firebase/logger":"0.1.11-canary.26d9554","@firebase/util":"0.2.12-canary.26d9554","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.26d9554","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"743ae46cca9e7d710a79eb7d7eac21fb67dd7c2d","size":948103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.26d9554.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.26d9554_1555543636939_0.8456826786075593"},"_hasShrinkwrap":false,"publish_time":1555543637146,"_cnpm_publish_time":1555543637146,"contributors":[]},"0.3.18-canary.acaa10b":{"name":"@firebase/database","version":"0.3.18-canary.acaa10b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.acaa10b","@firebase/app-types":"0.3.8-canary.acaa10b"},"dependencies":{"@firebase/database-types":"0.3.9-canary.acaa10b","@firebase/logger":"0.1.11-canary.acaa10b","@firebase/util":"0.2.12-canary.acaa10b","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.acaa10b","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d5b96cf0e94aa865274f53d036c86e3312a601c6","size":948102,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.acaa10b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.acaa10b_1555538709025_0.062053346763045525"},"_hasShrinkwrap":false,"publish_time":1555538709170,"_cnpm_publish_time":1555538709170,"contributors":[]},"0.3.19-0":{"name":"@firebase/database","version":"0.3.19-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.10-0","@firebase/logger":"0.1.12-0","@firebase/util":"0.2.13-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.19-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"08e702f04ce03545c9eba0ba1bb79dc39b3b59a3","size":948120,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.19-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.19-0_1555461588199_0.5799036156308846"},"_hasShrinkwrap":false,"publish_time":1555461588446,"_cnpm_publish_time":1555461588446,"contributors":[]},"0.3.18-canary.4e0348f":{"name":"@firebase/database","version":"0.3.18-canary.4e0348f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.4e0348f","@firebase/app-types":"0.3.8-canary.4e0348f"},"dependencies":{"@firebase/database-types":"0.3.9-canary.4e0348f","@firebase/logger":"0.1.11-canary.4e0348f","@firebase/util":"0.2.12-canary.4e0348f","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.13.4","@types/sinon":"7.0.11","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.1.3","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.10.0","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.1","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.4.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.4e0348f","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"16244d931223030d83d4b5b9914b8e3d2b58e4a6","size":948104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.4e0348f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.4e0348f_1555460649305_0.5087567372837039"},"_hasShrinkwrap":false,"publish_time":1555460649879,"_cnpm_publish_time":1555460649879,"contributors":[]},"0.3.18-canary.aba75df":{"name":"@firebase/database","version":"0.3.18-canary.aba75df","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.aba75df","@firebase/app-types":"0.3.8-canary.aba75df"},"dependencies":{"@firebase/database-types":"0.3.9-canary.aba75df","@firebase/logger":"0.1.11-canary.aba75df","@firebase/util":"0.2.12-canary.aba75df","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.aba75df","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1ca0e29f4ada51583ea91cf2b73e9efe04b0ece2","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.aba75df.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.aba75df_1555439442870_0.008389754622475598"},"_hasShrinkwrap":false,"publish_time":1555439443064,"_cnpm_publish_time":1555439443064,"contributors":[]},"0.3.18-canary.97428d4":{"name":"@firebase/database","version":"0.3.18-canary.97428d4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.97428d4","@firebase/app-types":"0.3.8-canary.97428d4"},"dependencies":{"@firebase/database-types":"0.3.9-canary.97428d4","@firebase/logger":"0.1.11-canary.97428d4","@firebase/util":"0.2.12-canary.97428d4","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.97428d4","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bf6c6d78498192941c73847130b8fc19fcc79332","size":948107,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.97428d4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.97428d4_1555372074464_0.743758109833178"},"_hasShrinkwrap":false,"publish_time":1555372074643,"_cnpm_publish_time":1555372074643,"contributors":[]},"0.3.18-canary.eaa6aa1":{"name":"@firebase/database","version":"0.3.18-canary.eaa6aa1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.eaa6aa1","@firebase/app-types":"0.3.8-canary.eaa6aa1"},"dependencies":{"@firebase/database-types":"0.3.9-canary.eaa6aa1","@firebase/logger":"0.1.11-canary.eaa6aa1","@firebase/util":"0.2.12-canary.eaa6aa1","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.eaa6aa1","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"617b2b0f4842161fa020d249029be42d52abf3d4","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.eaa6aa1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.eaa6aa1_1555113415070_0.19583913943163567"},"_hasShrinkwrap":false,"publish_time":1555113415262,"_cnpm_publish_time":1555113415262,"contributors":[]},"0.3.18-canary.a5d8837":{"name":"@firebase/database","version":"0.3.18-canary.a5d8837","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.a5d8837","@firebase/app-types":"0.3.8-canary.a5d8837"},"dependencies":{"@firebase/database-types":"0.3.9-canary.a5d8837","@firebase/logger":"0.1.11-canary.a5d8837","@firebase/util":"0.2.12-canary.a5d8837","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.a5d8837","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"80bb67b5ddbb9f41c295f218cf35758c6b029916","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.a5d8837.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.a5d8837_1555108301707_0.035795016338374896"},"_hasShrinkwrap":false,"publish_time":1555108301890,"_cnpm_publish_time":1555108301890,"contributors":[]},"0.3.18-canary.b27f4c7":{"name":"@firebase/database","version":"0.3.18-canary.b27f4c7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.b27f4c7","@firebase/app-types":"0.3.8-canary.b27f4c7"},"dependencies":{"@firebase/database-types":"0.3.9-canary.b27f4c7","@firebase/logger":"0.1.11-canary.b27f4c7","@firebase/util":"0.2.12-canary.b27f4c7","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.b27f4c7","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e4c756bc461598a8753e1c0a2dec554c3536351d","size":948104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.b27f4c7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.b27f4c7_1555106594690_0.49997178327137926"},"_hasShrinkwrap":false,"publish_time":1555106594864,"_cnpm_publish_time":1555106594864,"contributors":[]},"0.3.18-canary.eccfbe2":{"name":"@firebase/database","version":"0.3.18-canary.eccfbe2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.15-canary.eccfbe2","@firebase/app-types":"0.3.8-canary.eccfbe2"},"dependencies":{"@firebase/database-types":"0.3.9-canary.eccfbe2","@firebase/logger":"0.1.11-canary.eccfbe2","@firebase/util":"0.2.12-canary.eccfbe2","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-canary.eccfbe2","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"24a820ed90b991b65e38e7d9bcc1a9b548848168","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-canary.eccfbe2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-canary.eccfbe2_1555024222566_0.11187674376920609"},"_hasShrinkwrap":false,"publish_time":1555024222833,"_cnpm_publish_time":1555024222833,"contributors":[]},"0.3.18":{"name":"@firebase/database","version":"0.3.18","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.9","@firebase/logger":"0.1.11","@firebase/util":"0.2.12","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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/database@0.3.18","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"09c1139c51360a4682268206a281cb0b08d94315","size":948119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18_1555020890615_0.4230778091374159"},"_hasShrinkwrap":false,"publish_time":1555020890805,"_cnpm_publish_time":1555020890805,"contributors":[]},"0.3.17-canary.077b88b":{"name":"@firebase/database","version":"0.3.17-canary.077b88b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.14-canary.077b88b","@firebase/app-types":"0.3.7-canary.077b88b"},"dependencies":{"@firebase/database-types":"0.3.8-canary.077b88b","@firebase/logger":"0.1.10-canary.077b88b","@firebase/util":"0.2.11-canary.077b88b","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.17-canary.077b88b","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1917341605c45d8a4f7ea505be7dbc5bcc27e179","size":948106,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.17-canary.077b88b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.17-canary.077b88b_1554933006402_0.6161966170678221"},"_hasShrinkwrap":false,"publish_time":1554933006640,"_cnpm_publish_time":1554933006640,"contributors":[]},"0.3.17-canary.c2b6eb8":{"name":"@firebase/database","version":"0.3.17-canary.c2b6eb8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.14-canary.c2b6eb8","@firebase/app-types":"0.3.7-canary.c2b6eb8"},"dependencies":{"@firebase/database-types":"0.3.8-canary.c2b6eb8","@firebase/logger":"0.1.10-canary.c2b6eb8","@firebase/util":"0.2.11-canary.c2b6eb8","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.17-canary.c2b6eb8","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"afde68db21a33c367d7234e1507fbf81e99c378e","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.17-canary.c2b6eb8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.17-canary.c2b6eb8_1554919996172_0.43359886918491464"},"_hasShrinkwrap":false,"publish_time":1554919996443,"_cnpm_publish_time":1554919996443,"contributors":[]},"0.3.17-canary.a669ee5":{"name":"@firebase/database","version":"0.3.17-canary.a669ee5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.14-canary.a669ee5","@firebase/app-types":"0.3.7-canary.a669ee5"},"dependencies":{"@firebase/database-types":"0.3.8-canary.a669ee5","@firebase/logger":"0.1.10-canary.a669ee5","@firebase/util":"0.2.11-canary.a669ee5","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.17-canary.a669ee5","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5c13f51aa5eb3450c2b72791c6b9662eab7b5799","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.17-canary.a669ee5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.17-canary.a669ee5_1554852554192_0.05086471857742425"},"_hasShrinkwrap":false,"publish_time":1554852554387,"_cnpm_publish_time":1554852554387,"contributors":[]},"0.3.18-0":{"name":"@firebase/database","version":"0.3.18-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.9-0","@firebase/logger":"0.1.11-0","@firebase/util":"0.2.12-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.18-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"73e0a79de5c434b0d174390eba0e5d63b8cb4e78","size":948119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.18-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.18-0_1554844710636_0.1590598175282758"},"_hasShrinkwrap":false,"publish_time":1554844710861,"_cnpm_publish_time":1554844710861,"contributors":[]},"0.3.17-canary.963b4f0":{"name":"@firebase/database","version":"0.3.17-canary.963b4f0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.14-canary.963b4f0","@firebase/app-types":"0.3.7-canary.963b4f0"},"dependencies":{"@firebase/database-types":"0.3.8-canary.963b4f0","@firebase/logger":"0.1.10-canary.963b4f0","@firebase/util":"0.2.11-canary.963b4f0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.12.0","@types/sinon":"7.0.10","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.7.3","rollup-plugin-typescript2":"0.20.1","sinon":"7.3.0","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.4000","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.17-canary.963b4f0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3ec48124c3bb8b6beff7b465379102f890337ec1","size":948106,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.17-canary.963b4f0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.17-canary.963b4f0_1554833992514_0.7006530095965406"},"_hasShrinkwrap":false,"publish_time":1554833992698,"_cnpm_publish_time":1554833992698,"contributors":[]},"0.3.17-canary.5849598":{"name":"@firebase/database","version":"0.3.17-canary.5849598","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.14-canary.5849598","@firebase/app-types":"0.3.7-canary.5849598"},"dependencies":{"@firebase/database-types":"0.3.8-canary.5849598","@firebase/logger":"0.1.10-canary.5849598","@firebase/util":"0.2.11-canary.5849598","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.17-canary.5849598","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"97f8b41736bfdb66145aa0b472fadf931ca7e060","size":948096,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.17-canary.5849598.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.17-canary.5849598_1554749505673_0.47554616674191785"},"_hasShrinkwrap":false,"publish_time":1554749505818,"_cnpm_publish_time":1554749505818,"contributors":[]},"0.3.17-canary.e510af7":{"name":"@firebase/database","version":"0.3.17-canary.e510af7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.14-canary.e510af7","@firebase/app-types":"0.3.7-canary.e510af7"},"dependencies":{"@firebase/database-types":"0.3.8-canary.e510af7","@firebase/logger":"0.1.10-canary.e510af7","@firebase/util":"0.2.11-canary.e510af7","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.17-canary.e510af7","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6401d42cb41fbe538ec61959b71940371bc4c371","size":948103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.17-canary.e510af7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.17-canary.e510af7_1554748868799_0.04488709880995545"},"_hasShrinkwrap":false,"publish_time":1554748868997,"_cnpm_publish_time":1554748868997,"contributors":[]},"0.3.17-canary.524b9aa":{"name":"@firebase/database","version":"0.3.17-canary.524b9aa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.14-canary.524b9aa","@firebase/app-types":"0.3.7-canary.524b9aa"},"dependencies":{"@firebase/database-types":"0.3.8-canary.524b9aa","@firebase/logger":"0.1.10-canary.524b9aa","@firebase/util":"0.2.11-canary.524b9aa","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.17-canary.524b9aa","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"44af9598c39e88db397ea7d778637baa0d1399a5","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.17-canary.524b9aa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.17-canary.524b9aa_1554511217946_0.6336875255320495"},"_hasShrinkwrap":false,"publish_time":1554511218250,"_cnpm_publish_time":1554511218250,"contributors":[]},"0.3.16-canary.bcb1dfe":{"name":"@firebase/database","version":"0.3.16-canary.bcb1dfe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.bcb1dfe","@firebase/app-types":"0.3.7-canary.bcb1dfe"},"dependencies":{"@firebase/database-types":"0.3.8-canary.bcb1dfe","@firebase/logger":"0.1.10-canary.bcb1dfe","@firebase/util":"0.2.11-canary.bcb1dfe","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.bcb1dfe","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3e3c106ad18ad1a922d79a967c599e4cd3177149","size":948104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.bcb1dfe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.bcb1dfe_1554493627056_0.7325544363349228"},"_hasShrinkwrap":false,"publish_time":1554493627362,"_cnpm_publish_time":1554493627362,"contributors":[]},"0.3.16-canary.3c53386":{"name":"@firebase/database","version":"0.3.16-canary.3c53386","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.3c53386","@firebase/app-types":"0.3.7-canary.3c53386"},"dependencies":{"@firebase/database-types":"0.3.8-canary.3c53386","@firebase/logger":"0.1.10-canary.3c53386","@firebase/util":"0.2.11-canary.3c53386","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.3c53386","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ed22c03a3c18bf42d630cfb2d3bd78f1207301c5","size":948106,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.3c53386.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.3c53386_1554492092367_0.8598311841157427"},"_hasShrinkwrap":false,"publish_time":1554492092522,"_cnpm_publish_time":1554492092522,"contributors":[]},"0.3.17":{"name":"@firebase/database","version":"0.3.17","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.8","@firebase/logger":"0.1.10","@firebase/util":"0.2.11","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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/database@0.3.17","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"12c2ec7bb528ffb97efebfd15e2157114164fd27","size":948094,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.17.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.17_1554417678105_0.6828158853798816"},"_hasShrinkwrap":false,"publish_time":1554417678302,"_cnpm_publish_time":1554417678302,"contributors":[]},"0.3.16-canary.d6c1119":{"name":"@firebase/database","version":"0.3.16-canary.d6c1119","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.d6c1119","@firebase/app-types":"0.3.7-canary.d6c1119"},"dependencies":{"@firebase/database-types":"0.3.8-canary.d6c1119","@firebase/logger":"0.1.10-canary.d6c1119","@firebase/util":"0.2.11-canary.d6c1119","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.d6c1119","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"996871e1173fe0f5f7187c4f52ba82638c12f40d","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.d6c1119.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.d6c1119_1554404422701_0.3095356950018968"},"_hasShrinkwrap":false,"publish_time":1554404422877,"_cnpm_publish_time":1554404422877,"contributors":[]},"0.3.16-canary.01c63e4":{"name":"@firebase/database","version":"0.3.16-canary.01c63e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.01c63e4","@firebase/app-types":"0.3.7-canary.01c63e4"},"dependencies":{"@firebase/database-types":"0.3.8-canary.01c63e4","@firebase/logger":"0.1.10-canary.01c63e4","@firebase/util":"0.2.11-canary.01c63e4","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.01c63e4","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"775c5c34ba9d1b9d7b3bf6b6ae158987a470cebc","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.01c63e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.01c63e4_1554326584037_0.051672010348716935"},"_hasShrinkwrap":false,"publish_time":1554326584228,"_cnpm_publish_time":1554326584228,"contributors":[]},"0.3.16-canary.b22e1ad":{"name":"@firebase/database","version":"0.3.16-canary.b22e1ad","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.b22e1ad","@firebase/app-types":"0.3.7-canary.b22e1ad"},"dependencies":{"@firebase/database-types":"0.3.8-canary.b22e1ad","@firebase/logger":"0.1.10-canary.b22e1ad","@firebase/util":"0.2.11-canary.b22e1ad","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.b22e1ad","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8dd251d9a6f868ad9fecadc81cf3124f5dd7afe0","size":948104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.b22e1ad.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.b22e1ad_1554316320384_0.19693359893833606"},"_hasShrinkwrap":false,"publish_time":1554316320540,"_cnpm_publish_time":1554316320540,"contributors":[]},"0.3.16-canary.cbf1777":{"name":"@firebase/database","version":"0.3.16-canary.cbf1777","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.cbf1777","@firebase/app-types":"0.3.7-canary.cbf1777"},"dependencies":{"@firebase/database-types":"0.3.8-canary.cbf1777","@firebase/logger":"0.1.10-canary.cbf1777","@firebase/util":"0.2.11-canary.cbf1777","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.cbf1777","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fd5690a313db26ac1d95b2f6d7c2e0180297ec02","size":948105,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.cbf1777.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.cbf1777_1554313396675_0.8827511609631216"},"_hasShrinkwrap":false,"publish_time":1554313396849,"_cnpm_publish_time":1554313396849,"contributors":[]},"0.3.17-0":{"name":"@firebase/database","version":"0.3.17-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.8","@firebase/logger":"0.1.10","@firebase/util":"0.2.11","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.17-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"dist":{"shasum":"90a5202c423f73c439ca13e8aa22941d9a8e9a5b","size":948092,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.17-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.17-0_1554244475358_0.3525470567812117"},"_hasShrinkwrap":false,"publish_time":1554244475510,"_cnpm_publish_time":1554244475510,"contributors":[]},"0.3.16-canary.5a98d84":{"name":"@firebase/database","version":"0.3.16-canary.5a98d84","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.5a98d84","@firebase/app-types":"0.3.7-canary.5a98d84"},"dependencies":{"@firebase/database-types":"0.3.8-canary.5a98d84","@firebase/logger":"0.1.10-canary.5a98d84","@firebase/util":"0.2.11-canary.5a98d84","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.5a98d84","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e57c063fd0039cf70bfbb52af7419a28201839f1","size":948106,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.5a98d84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.5a98d84_1554227691121_0.19668019111550428"},"_hasShrinkwrap":false,"publish_time":1554227691403,"_cnpm_publish_time":1554227691403,"contributors":[]},"0.3.16-canary.8e81a47":{"name":"@firebase/database","version":"0.3.16-canary.8e81a47","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.8e81a47","@firebase/app-types":"0.3.7-canary.8e81a47"},"dependencies":{"@firebase/database-types":"0.3.8-canary.8e81a47","@firebase/logger":"0.1.10-canary.8e81a47","@firebase/util":"0.2.11-canary.8e81a47","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.8e81a47","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"87f65a22d79678fd3070332735fad795c6e0fb84","size":948104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.8e81a47.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.8e81a47_1554226938452_0.44113635372621873"},"_hasShrinkwrap":false,"publish_time":1554226938631,"_cnpm_publish_time":1554226938631,"contributors":[]},"0.3.16-canary.46e3280":{"name":"@firebase/database","version":"0.3.16-canary.46e3280","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.46e3280","@firebase/app-types":"0.3.7-canary.46e3280"},"dependencies":{"@firebase/database-types":"0.3.8-canary.46e3280","@firebase/logger":"0.1.10-canary.46e3280","@firebase/util":"0.2.11-canary.46e3280","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.46e3280","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5d1cd5bf336b200b402a6804aa18c2a2d359211a","size":948106,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.46e3280.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.46e3280_1554221897473_0.5378658236211438"},"_hasShrinkwrap":false,"publish_time":1554221897859,"_cnpm_publish_time":1554221897859,"contributors":[]},"0.3.16-canary.4ec3191":{"name":"@firebase/database","version":"0.3.16-canary.4ec3191","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.4ec3191","@firebase/app-types":"0.3.7-canary.4ec3191"},"dependencies":{"@firebase/database-types":"0.3.8-canary.4ec3191","@firebase/logger":"0.1.10-canary.4ec3191","@firebase/util":"0.2.11-canary.4ec3191","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.4ec3191","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3dffa74376233eaaca2690d6b4ef0a1dfc1a5ce8","size":948143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.4ec3191.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.4ec3191_1554144099214_0.9390738318814842"},"_hasShrinkwrap":false,"publish_time":1554144099641,"_cnpm_publish_time":1554144099641,"contributors":[]},"0.3.16-canary.dbd57b1":{"name":"@firebase/database","version":"0.3.16-canary.dbd57b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.dbd57b1","@firebase/app-types":"0.3.7-canary.dbd57b1"},"dependencies":{"@firebase/database-types":"0.3.8-canary.dbd57b1","@firebase/logger":"0.1.10-canary.dbd57b1","@firebase/util":"0.2.11-canary.dbd57b1","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.dbd57b1","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fa49d6b0d3fbc48c806da69deef3a8adc8c873d5","size":948143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.dbd57b1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.dbd57b1_1553842304795_0.6208871628640009"},"_hasShrinkwrap":false,"publish_time":1553842304988,"_cnpm_publish_time":1553842304988,"contributors":[]},"0.3.16-canary.c163639":{"name":"@firebase/database","version":"0.3.16-canary.c163639","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.c163639","@firebase/app-types":"0.3.7-canary.c163639"},"dependencies":{"@firebase/database-types":"0.3.8-canary.c163639","@firebase/logger":"0.1.10-canary.c163639","@firebase/util":"0.2.11-canary.c163639","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.c163639","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"78a7abf97b162506c3182208917054bf9d09569b","size":948143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.c163639.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.c163639_1553809759533_0.6191303530551948"},"_hasShrinkwrap":false,"publish_time":1553809759705,"_cnpm_publish_time":1553809759705,"contributors":[]},"0.3.16-canary.18aecbc":{"name":"@firebase/database","version":"0.3.16-canary.18aecbc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.18aecbc","@firebase/app-types":"0.3.7-canary.18aecbc"},"dependencies":{"@firebase/database-types":"0.3.8-canary.18aecbc","@firebase/logger":"0.1.10-canary.18aecbc","@firebase/util":"0.2.11-canary.18aecbc","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.18aecbc","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3f65de736b26bfbad6467f4ac952a3c0782f1bc8","size":948141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.18aecbc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.18aecbc_1553805410325_0.8150561372935805"},"_hasShrinkwrap":false,"publish_time":1553805410519,"_cnpm_publish_time":1553805410519,"contributors":[]},"0.3.16-canary.c2d7498":{"name":"@firebase/database","version":"0.3.16-canary.c2d7498","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.c2d7498","@firebase/app-types":"0.3.7-canary.c2d7498"},"dependencies":{"@firebase/database-types":"0.3.8-canary.c2d7498","@firebase/logger":"0.1.10-canary.c2d7498","@firebase/util":"0.2.11-canary.c2d7498","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.c2d7498","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9e8858c407c9fd8c846902691f43196643ff5a73","size":948144,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.c2d7498.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.c2d7498_1553733382182_0.5357135384561984"},"_hasShrinkwrap":false,"publish_time":1553733382454,"_cnpm_publish_time":1553733382454,"contributors":[]},"0.3.16-canary.57d254e":{"name":"@firebase/database","version":"0.3.16-canary.57d254e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.57d254e","@firebase/app-types":"0.3.7-canary.57d254e"},"dependencies":{"@firebase/database-types":"0.3.8-canary.57d254e","@firebase/logger":"0.1.10-canary.57d254e","@firebase/util":"0.2.11-canary.57d254e","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.57d254e","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f02d0b0f822a03ea698f4efae054bc6939887605","size":948142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.57d254e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.57d254e_1553725308293_0.17805427666799356"},"_hasShrinkwrap":false,"publish_time":1553725308805,"_cnpm_publish_time":1553725308805,"contributors":[]},"0.3.16-canary.03a4c8d":{"name":"@firebase/database","version":"0.3.16-canary.03a4c8d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.03a4c8d","@firebase/app-types":"0.3.7-canary.03a4c8d"},"dependencies":{"@firebase/database-types":"0.3.8-canary.03a4c8d","@firebase/logger":"0.1.10-canary.03a4c8d","@firebase/util":"0.2.11-canary.03a4c8d","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.03a4c8d","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0dcdc467333942e3ba97f147e53a3ee261a6bf8c","size":948143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.03a4c8d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.03a4c8d_1553556628599_0.43633519433691204"},"_hasShrinkwrap":false,"publish_time":1553556628775,"_cnpm_publish_time":1553556628775,"contributors":[]},"0.3.16-canary.e4604d0":{"name":"@firebase/database","version":"0.3.16-canary.e4604d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.e4604d0","@firebase/app-types":"0.3.7-canary.e4604d0"},"dependencies":{"@firebase/database-types":"0.3.8-canary.e4604d0","@firebase/logger":"0.1.10-canary.e4604d0","@firebase/util":"0.2.11-canary.e4604d0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.e4604d0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"11dabc6946cc0a2ab5c4f6e95044d6c03b7a638a","size":948140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.e4604d0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.e4604d0_1553281809164_0.432761122387362"},"_hasShrinkwrap":false,"publish_time":1553281809542,"_cnpm_publish_time":1553281809542,"contributors":[]},"0.3.16-canary.2e5c842":{"name":"@firebase/database","version":"0.3.16-canary.2e5c842","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.2e5c842","@firebase/app-types":"0.3.7-canary.2e5c842"},"dependencies":{"@firebase/database-types":"0.3.8-canary.2e5c842","@firebase/logger":"0.1.10-canary.2e5c842","@firebase/util":"0.2.11-canary.2e5c842","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.2e5c842","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"42c38e6f20892299457077343863429f3929f801","size":948144,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.2e5c842.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.2e5c842_1553279646707_0.04614810300809169"},"_hasShrinkwrap":false,"publish_time":1553279646845,"_cnpm_publish_time":1553279646845,"contributors":[]},"0.3.16-canary.4f446f0":{"name":"@firebase/database","version":"0.3.16-canary.4f446f0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.13-canary.4f446f0","@firebase/app-types":"0.3.7-canary.4f446f0"},"dependencies":{"@firebase/database-types":"0.3.8-canary.4f446f0","@firebase/logger":"0.1.10-canary.4f446f0","@firebase/util":"0.2.11-canary.4f446f0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-canary.4f446f0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b37f12374c5737b7688fe8feea5270585c817e65","size":948142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-canary.4f446f0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-canary.4f446f0_1553208854268_0.3123409447494816"},"_hasShrinkwrap":false,"publish_time":1553208854435,"_cnpm_publish_time":1553208854435,"contributors":[]},"0.3.16":{"name":"@firebase/database","version":"0.3.16","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.8","@firebase/logger":"0.1.10","@firebase/util":"0.2.11","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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/database@0.3.16","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"ce6d9366428b4d239c7fb0a3eef267c4acdf41dc","size":948148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16_1553205665372_0.16825009306635064"},"_hasShrinkwrap":false,"publish_time":1553205665591,"_cnpm_publish_time":1553205665591,"contributors":[]},"0.3.15-canary.49e8e66":{"name":"@firebase/database","version":"0.3.15-canary.49e8e66","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.12-canary.49e8e66","@firebase/app-types":"0.3.6-canary.49e8e66"},"dependencies":{"@firebase/database-types":"0.3.7-canary.49e8e66","@firebase/logger":"0.1.9-canary.49e8e66","@firebase/util":"0.2.10-canary.49e8e66","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-canary.49e8e66","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e0a99de8e26b24ebab508975c17ffe44581939de","size":948141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-canary.49e8e66.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-canary.49e8e66_1553203907953_0.7046672786172785"},"_hasShrinkwrap":false,"publish_time":1553203908137,"_cnpm_publish_time":1553203908137,"contributors":[]},"0.3.15-canary.e7053c7":{"name":"@firebase/database","version":"0.3.15-canary.e7053c7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.12-canary.e7053c7","@firebase/app-types":"0.3.6-canary.e7053c7"},"dependencies":{"@firebase/database-types":"0.3.7-canary.e7053c7","@firebase/logger":"0.1.9-canary.e7053c7","@firebase/util":"0.2.10-canary.e7053c7","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-canary.e7053c7","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"974013faa7de9bf8ac1d9cf6d3a2a73ef30c9e45","size":948141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-canary.e7053c7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-canary.e7053c7_1553194679376_0.940482283113401"},"_hasShrinkwrap":false,"publish_time":1553194679581,"_cnpm_publish_time":1553194679581,"contributors":[]},"0.3.15-canary.bb73559":{"name":"@firebase/database","version":"0.3.15-canary.bb73559","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.12-canary.bb73559","@firebase/app-types":"0.3.6-canary.bb73559"},"dependencies":{"@firebase/database-types":"0.3.7-canary.bb73559","@firebase/logger":"0.1.9-canary.bb73559","@firebase/util":"0.2.10-canary.bb73559","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-canary.bb73559","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ce00f5d04f09e77169462e2355b3767e79c9c1a5","size":948142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-canary.bb73559.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-canary.bb73559_1553136215067_0.3818750748104136"},"_hasShrinkwrap":false,"publish_time":1553136215278,"_cnpm_publish_time":1553136215278,"contributors":[]},"0.3.16-0":{"name":"@firebase/database","version":"0.3.16-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.8-0","@firebase/logger":"0.1.10-0","@firebase/util":"0.2.11-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.16-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"fa8c72ed20a422f0cc8bac373e7bab9692e1b33a","size":948151,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.16-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.16-0_1553036294634_0.5169819945584007"},"_hasShrinkwrap":false,"publish_time":1553036294879,"_cnpm_publish_time":1553036294879,"contributors":[]},"0.3.15-canary.7514ac5":{"name":"@firebase/database","version":"0.3.15-canary.7514ac5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.12-canary.7514ac5","@firebase/app-types":"0.3.6-canary.7514ac5"},"dependencies":{"@firebase/database-types":"0.3.7-canary.7514ac5","@firebase/logger":"0.1.9-canary.7514ac5","@firebase/util":"0.2.10-canary.7514ac5","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-canary.7514ac5","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bfb29716ef6373014e36592da8da2d6b18aed009","size":948140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-canary.7514ac5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-canary.7514ac5_1552792753061_0.6627936735508"},"_hasShrinkwrap":false,"publish_time":1552792753204,"_cnpm_publish_time":1552792753204,"contributors":[]},"0.3.15-canary.6e90afc":{"name":"@firebase/database","version":"0.3.15-canary.6e90afc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.12-canary.6e90afc","@firebase/app-types":"0.3.6-canary.6e90afc"},"dependencies":{"@firebase/database-types":"0.3.7-canary.6e90afc","@firebase/logger":"0.1.9-canary.6e90afc","@firebase/util":"0.2.10-canary.6e90afc","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-canary.6e90afc","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"134fdb34524f16f7961a5c7963bcfdf743c30fe0","size":948141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-canary.6e90afc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-canary.6e90afc_1552693843171_0.8180335669811547"},"_hasShrinkwrap":false,"publish_time":1552693843408,"_cnpm_publish_time":1552693843408,"contributors":[]},"0.3.15-canary.ac8955d":{"name":"@firebase/database","version":"0.3.15-canary.ac8955d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.12-canary.ac8955d","@firebase/app-types":"0.3.6-canary.ac8955d"},"dependencies":{"@firebase/database-types":"0.3.7-canary.ac8955d","@firebase/logger":"0.1.9-canary.ac8955d","@firebase/util":"0.2.10-canary.ac8955d","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-canary.ac8955d","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8b0211547db5039ec32b1e330cdc9126b9d787eb","size":948140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-canary.ac8955d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-canary.ac8955d_1552687856549_0.86750492719743"},"_hasShrinkwrap":false,"publish_time":1552687856762,"_cnpm_publish_time":1552687856762,"contributors":[]},"0.3.15-canary.e27cab8":{"name":"@firebase/database","version":"0.3.15-canary.e27cab8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.12-canary.e27cab8","@firebase/app-types":"0.3.6-canary.e27cab8"},"dependencies":{"@firebase/database-types":"0.3.7-canary.e27cab8","@firebase/logger":"0.1.9-canary.e27cab8","@firebase/util":"0.2.10-canary.e27cab8","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-canary.e27cab8","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5ff8841b0ca76e20874a7aed8e26ca1e14ba0baf","size":948139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-canary.e27cab8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-canary.e27cab8_1552610005670_0.10653534476466309"},"_hasShrinkwrap":false,"publish_time":1552610005853,"_cnpm_publish_time":1552610005853,"contributors":[]},"0.3.15-canary.5e85118":{"name":"@firebase/database","version":"0.3.15-canary.5e85118","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.12-canary.5e85118","@firebase/app-types":"0.3.6-canary.5e85118"},"dependencies":{"@firebase/database-types":"0.3.7-canary.5e85118","@firebase/logger":"0.1.9-canary.5e85118","@firebase/util":"0.2.10-canary.5e85118","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-canary.5e85118","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"61d5e310be77dafbf8dde3e8a533e8e1646f9906","size":948139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-canary.5e85118.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-canary.5e85118_1552605252464_0.871458889205408"},"_hasShrinkwrap":false,"publish_time":1552605252661,"_cnpm_publish_time":1552605252661,"contributors":[]},"0.3.15-canary.9fe1b6a":{"name":"@firebase/database","version":"0.3.15-canary.9fe1b6a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.12-canary.9fe1b6a","@firebase/app-types":"0.3.6-canary.9fe1b6a"},"dependencies":{"@firebase/database-types":"0.3.7-canary.9fe1b6a","@firebase/logger":"0.1.9-canary.9fe1b6a","@firebase/util":"0.2.10-canary.9fe1b6a","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-canary.9fe1b6a","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"35f0a91023b20cc10ffc2b8028dad4d71c446739","size":948140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-canary.9fe1b6a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-canary.9fe1b6a_1552602288072_0.5146027968312721"},"_hasShrinkwrap":false,"publish_time":1552602288379,"_cnpm_publish_time":1552602288379,"contributors":[]},"0.3.15":{"name":"@firebase/database","version":"0.3.15","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.7","@firebase/logger":"0.1.9","@firebase/util":"0.2.10","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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/database@0.3.15","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"9b698c947581e67f3fe0538ff38d588f4e203f1b","size":948067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15_1552597086436_0.5347190422037387"},"_hasShrinkwrap":false,"publish_time":1552597086727,"_cnpm_publish_time":1552597086727,"contributors":[]},"0.3.14-canary.6a9b0e4":{"name":"@firebase/database","version":"0.3.14-canary.6a9b0e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.6a9b0e4","@firebase/app-types":"0.3.5-canary.6a9b0e4"},"dependencies":{"@firebase/database-types":"0.3.6-canary.6a9b0e4","@firebase/logger":"0.1.8-canary.6a9b0e4","@firebase/util":"0.2.9-canary.6a9b0e4","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.14-canary.6a9b0e4","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bc7b5fee1b9e0946bbd89768a06ddeee78e3c018","size":948139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.6a9b0e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.6a9b0e4_1552584085535_0.8004940590162308"},"_hasShrinkwrap":false,"publish_time":1552584085681,"_cnpm_publish_time":1552584085681,"contributors":[]},"0.3.14-canary.c91096e":{"name":"@firebase/database","version":"0.3.14-canary.c91096e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.c91096e","@firebase/app-types":"0.3.5-canary.c91096e"},"dependencies":{"@firebase/database-types":"0.3.6-canary.c91096e","@firebase/logger":"0.1.8-canary.c91096e","@firebase/util":"0.2.9-canary.c91096e","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.14-canary.c91096e","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"28eafa399574f0597be3c8c7155116f4a06b60e9","size":948139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.c91096e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.c91096e_1552525870762_0.4405735598148446"},"_hasShrinkwrap":false,"publish_time":1552525870882,"_cnpm_publish_time":1552525870882,"contributors":[]},"0.3.14-canary.53d4efc":{"name":"@firebase/database","version":"0.3.14-canary.53d4efc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.53d4efc","@firebase/app-types":"0.3.5-canary.53d4efc"},"dependencies":{"@firebase/database-types":"0.3.6-canary.53d4efc","@firebase/logger":"0.1.8-canary.53d4efc","@firebase/util":"0.2.9-canary.53d4efc","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.14-canary.53d4efc","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c64365d05765d93f90f4a9f7ec8f99a95a921440","size":948138,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.53d4efc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.53d4efc_1552501021921_0.3645429305356054"},"_hasShrinkwrap":false,"publish_time":1552501022098,"_cnpm_publish_time":1552501022098,"contributors":[]},"0.3.14-canary.b66962d":{"name":"@firebase/database","version":"0.3.14-canary.b66962d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.b66962d","@firebase/app-types":"0.3.5-canary.b66962d"},"dependencies":{"@firebase/database-types":"0.3.6-canary.b66962d","@firebase/logger":"0.1.8-canary.b66962d","@firebase/util":"0.2.9-canary.b66962d","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.14-canary.b66962d","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0620be30f86d8c0f1d332d1f113b7b0504ca9f4c","size":948140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.b66962d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.b66962d_1552496024489_0.6518937201815942"},"_hasShrinkwrap":false,"publish_time":1552496024659,"_cnpm_publish_time":1552496024659,"contributors":[]},"0.3.14-canary.c923efa":{"name":"@firebase/database","version":"0.3.14-canary.c923efa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.c923efa","@firebase/app-types":"0.3.5-canary.c923efa"},"dependencies":{"@firebase/database-types":"0.3.6-canary.c923efa","@firebase/logger":"0.1.8-canary.c923efa","@firebase/util":"0.2.9-canary.c923efa","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.14-canary.c923efa","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0eccd37c74b6a654bc512d8a0764052a342873a5","size":948058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.c923efa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.c923efa_1552495871587_0.791823336457272"},"_hasShrinkwrap":false,"publish_time":1552495871837,"_cnpm_publish_time":1552495871837,"contributors":[]},"0.3.14-canary.a738a9d":{"name":"@firebase/database","version":"0.3.14-canary.a738a9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.a738a9d","@firebase/app-types":"0.3.5-canary.a738a9d"},"dependencies":{"@firebase/database-types":"0.3.6-canary.a738a9d","@firebase/logger":"0.1.8-canary.a738a9d","@firebase/util":"0.2.9-canary.a738a9d","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.14-canary.a738a9d","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e1de627c5877d6283270621a1429fac8c7027edf","size":948058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.a738a9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.a738a9d_1552434381670_0.06984106400911805"},"_hasShrinkwrap":false,"publish_time":1552434382017,"_cnpm_publish_time":1552434382017,"contributors":[]},"0.3.15-0":{"name":"@firebase/database","version":"0.3.15-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.7-0","@firebase/logger":"0.1.9-0","@firebase/util":"0.2.10-0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.15-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"fc88e69e6010a8e45f2bde7d984e12787c4b7543","size":948075,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.15-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.15-0_1552429732656_0.7254075466386833"},"_hasShrinkwrap":false,"publish_time":1552429732907,"_cnpm_publish_time":1552429732907,"contributors":[]},"0.3.14-canary.c0ec7a0":{"name":"@firebase/database","version":"0.3.14-canary.c0ec7a0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.c0ec7a0","@firebase/app-types":"0.3.5-canary.c0ec7a0"},"dependencies":{"@firebase/database-types":"0.3.6-canary.c0ec7a0","@firebase/logger":"0.1.8-canary.c0ec7a0","@firebase/util":"0.2.9-canary.c0ec7a0","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.14-canary.c0ec7a0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"04856241563dad0a2091786fd36972f8c9a6a318","size":948057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.c0ec7a0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.c0ec7a0_1552429266085_0.2614290267499155"},"_hasShrinkwrap":false,"publish_time":1552429266250,"_cnpm_publish_time":1552429266250,"contributors":[]},"0.3.14-canary.71b7abf":{"name":"@firebase/database","version":"0.3.14-canary.71b7abf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.71b7abf","@firebase/app-types":"0.3.5-canary.71b7abf"},"dependencies":{"@firebase/database-types":"0.3.6-canary.71b7abf","@firebase/logger":"0.1.8-canary.71b7abf","@firebase/util":"0.2.9-canary.71b7abf","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.14-canary.71b7abf","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7556fcb6edef4231a13d9e3b3847bf6ffc5d1ecc","size":948058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.71b7abf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.71b7abf_1552413111524_0.1772534331200326"},"_hasShrinkwrap":false,"publish_time":1552413111721,"_cnpm_publish_time":1552413111721,"contributors":[]},"0.3.14-canary.0c9badf":{"name":"@firebase/database","version":"0.3.14-canary.0c9badf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.0c9badf","@firebase/app-types":"0.3.5-canary.0c9badf"},"dependencies":{"@firebase/database-types":"0.3.6-canary.0c9badf","@firebase/logger":"0.1.8-canary.0c9badf","@firebase/util":"0.2.9-canary.0c9badf","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.3.14-canary.0c9badf","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c61b8804ee0c45fa50e7fc986d8e3cdbd8fe389f","size":948057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.0c9badf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.0c9badf_1552341218253_0.2917941891127165"},"_hasShrinkwrap":false,"publish_time":1552341218503,"_cnpm_publish_time":1552341218503,"contributors":[]},"0.3.14-canary.2297f44":{"name":"@firebase/database","version":"0.3.14-canary.2297f44","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.2297f44","@firebase/app-types":"0.3.5-canary.2297f44"},"dependencies":{"@firebase/database-types":"0.3.6-canary.2297f44","@firebase/logger":"0.1.8-canary.2297f44","@firebase/util":"0.2.9-canary.2297f44","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-canary.2297f44","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6025eb8dcbce95ebbf4e5cd7af0f677a282ad4a3","size":948061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.2297f44.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.2297f44_1552336941524_0.03263839778353428"},"_hasShrinkwrap":false,"publish_time":1552336941717,"_cnpm_publish_time":1552336941717,"contributors":[]},"0.3.14-canary.9bb3603":{"name":"@firebase/database","version":"0.3.14-canary.9bb3603","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.9bb3603","@firebase/app-types":"0.3.5-canary.9bb3603"},"dependencies":{"@firebase/database-types":"0.3.6-canary.9bb3603","@firebase/logger":"0.1.8-canary.9bb3603","@firebase/util":"0.2.9-canary.9bb3603","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-canary.9bb3603","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f46ced88a4f0e4541aa08370257c82b0eb8af796","size":948059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.9bb3603.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.9bb3603_1552156631121_0.9668974968839119"},"_hasShrinkwrap":false,"publish_time":1552156631296,"_cnpm_publish_time":1552156631296,"contributors":[]},"0.3.14-canary.54bdfc4":{"name":"@firebase/database","version":"0.3.14-canary.54bdfc4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.54bdfc4","@firebase/app-types":"0.3.5-canary.54bdfc4"},"dependencies":{"@firebase/database-types":"0.3.6-canary.54bdfc4","@firebase/logger":"0.1.8-canary.54bdfc4","@firebase/util":"0.2.9-canary.54bdfc4","faye-websocket":"0.11.1","tslib":"1.9.3"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"11.10.5","@types/sinon":"7.0.9","chai":"4.2.0","karma":"4.0.1","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.6.0","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.7","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.3","typescript":"3.3.3","webpack":"4.29.6"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-canary.54bdfc4","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e76aa5fa98e8ef7eaff4a43c20aac5af7d3d74e1","size":948060,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.54bdfc4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.54bdfc4_1552088063566_0.014277233436754244"},"_hasShrinkwrap":false,"publish_time":1552088063747,"_cnpm_publish_time":1552088063747,"contributors":[]},"0.3.14-canary.21c0f3c":{"name":"@firebase/database","version":"0.3.14-canary.21c0f3c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.21c0f3c","@firebase/app-types":"0.3.5-canary.21c0f3c"},"dependencies":{"@firebase/database-types":"0.3.6-canary.21c0f3c","@firebase/logger":"0.1.8-canary.21c0f3c","@firebase/util":"0.2.9-canary.21c0f3c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-canary.21c0f3c","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e391ad376cf013608cf5c040bcaf64273f12063e","size":948056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.21c0f3c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.21c0f3c_1552072659513_0.5798772867045909"},"_hasShrinkwrap":false,"publish_time":1552072659725,"_cnpm_publish_time":1552072659725,"contributors":[]},"0.3.14-canary.455d7db":{"name":"@firebase/database","version":"0.3.14-canary.455d7db","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.455d7db","@firebase/app-types":"0.3.5-canary.455d7db"},"dependencies":{"@firebase/database-types":"0.3.6-canary.455d7db","@firebase/logger":"0.1.8-canary.455d7db","@firebase/util":"0.2.9-canary.455d7db","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-canary.455d7db","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d73225a7d5c1342b1c4298cd22cc99ee96473b17","size":948057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.455d7db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.455d7db_1552071270959_0.06318804926776411"},"_hasShrinkwrap":false,"publish_time":1552071271225,"_cnpm_publish_time":1552071271225,"contributors":[]},"0.3.14-canary.00bc086":{"name":"@firebase/database","version":"0.3.14-canary.00bc086","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.00bc086","@firebase/app-types":"0.3.5-canary.00bc086"},"dependencies":{"@firebase/database-types":"0.3.6-canary.00bc086","@firebase/logger":"0.1.8-canary.00bc086","@firebase/util":"0.2.9-canary.00bc086","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-canary.00bc086","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"753226e79fb34bafe3d3108e753f597144696fcb","size":948056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.00bc086.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.00bc086_1552071221257_0.7859943811659056"},"_hasShrinkwrap":false,"publish_time":1552071221428,"_cnpm_publish_time":1552071221428,"contributors":[]},"0.3.14-canary.ff30c27":{"name":"@firebase/database","version":"0.3.14-canary.ff30c27","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.ff30c27","@firebase/app-types":"0.3.5-canary.ff30c27"},"dependencies":{"@firebase/database-types":"0.3.6-canary.ff30c27","@firebase/logger":"0.1.8-canary.ff30c27","@firebase/util":"0.2.9-canary.ff30c27","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-canary.ff30c27","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9fae9b45e8df63327f9941019b1f2ae5e9cd6fad","size":948056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.ff30c27.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.ff30c27_1552014869523_0.18717432425892455"},"_hasShrinkwrap":false,"publish_time":1552014869790,"_cnpm_publish_time":1552014869790,"contributors":[]},"0.3.14-canary.e2bbfd0":{"name":"@firebase/database","version":"0.3.14-canary.e2bbfd0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.e2bbfd0","@firebase/app-types":"0.3.5-canary.e2bbfd0"},"dependencies":{"@firebase/database-types":"0.3.6-canary.e2bbfd0","@firebase/logger":"0.1.8-canary.e2bbfd0","@firebase/util":"0.2.9-canary.e2bbfd0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-canary.e2bbfd0","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"250da74b22efe881ddc86515772cc79e975e8391","size":386395,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.e2bbfd0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.e2bbfd0_1552014734538_0.4980015284014365"},"_hasShrinkwrap":false,"publish_time":1552014734827,"_cnpm_publish_time":1552014734827,"contributors":[]},"0.3.14-canary.278678c":{"name":"@firebase/database","version":"0.3.14-canary.278678c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.11-canary.278678c","@firebase/app-types":"0.3.5-canary.278678c"},"dependencies":{"@firebase/database-types":"0.3.6-canary.278678c","@firebase/logger":"0.1.8-canary.278678c","@firebase/util":"0.2.9-canary.278678c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-canary.278678c","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1eea3dd1f6dd0221aad231d6305048e4bf876929","size":386398,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-canary.278678c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-canary.278678c_1552002100902_0.6339445268021424"},"_hasShrinkwrap":false,"publish_time":1552002101093,"_cnpm_publish_time":1552002101093,"contributors":[]},"0.3.14":{"name":"@firebase/database","version":"0.3.14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.6","@firebase/logger":"0.1.8","@firebase/util":"0.2.9","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.14","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"2810496a000c56486df81d05d86ae9da66308183","size":386404,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14_1551995394753_0.32359431897874"},"_hasShrinkwrap":false,"publish_time":1551995394984,"_cnpm_publish_time":1551995394984,"contributors":[]},"0.3.13-canary.d6bd056":{"name":"@firebase/database","version":"0.3.13-canary.d6bd056","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.10-canary.d6bd056","@firebase/app-types":"0.3.5-canary.d6bd056"},"dependencies":{"@firebase/database-types":"0.3.6-canary.d6bd056","@firebase/logger":"0.1.7-canary.d6bd056","@firebase/util":"0.2.8-canary.d6bd056","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.13-canary.d6bd056","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"81fea8e65a989432b176947ab05a0a32457d8e11","size":386396,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.13-canary.d6bd056.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.13-canary.d6bd056_1551990186961_0.05444015807807134"},"_hasShrinkwrap":false,"publish_time":1551990187108,"_cnpm_publish_time":1551990187108,"contributors":[]},"0.3.13-canary.3b520a2":{"name":"@firebase/database","version":"0.3.13-canary.3b520a2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.10-canary.3b520a2","@firebase/app-types":"0.3.5-canary.3b520a2"},"dependencies":{"@firebase/database-types":"0.3.6-canary.3b520a2","@firebase/logger":"0.1.7-canary.3b520a2","@firebase/util":"0.2.8-canary.3b520a2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.13-canary.3b520a2","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"aac20d79c25b8c3bc1702a8c5bd4313b28180717","size":386396,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.13-canary.3b520a2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.13-canary.3b520a2_1551929360508_0.13147212388656881"},"_hasShrinkwrap":false,"publish_time":1551929360635,"_cnpm_publish_time":1551929360635,"contributors":[]},"0.3.14-0":{"name":"@firebase/database","version":"0.3.14-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.6","@firebase/logger":"0.1.8-0","@firebase/util":"0.2.9-0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.14-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"0641978392427083e45cd8200e36a434f2b236ef","size":386405,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.14-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.14-0_1551835754989_0.09911757671511601"},"_hasShrinkwrap":false,"publish_time":1551835755157,"_cnpm_publish_time":1551835755157,"contributors":[]},"0.3.13-canary.400fd78":{"name":"@firebase/database","version":"0.3.13-canary.400fd78","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --file src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.10-canary.400fd78","@firebase/app-types":"0.3.5-canary.400fd78"},"dependencies":{"@firebase/database-types":"0.3.6-canary.400fd78","@firebase/logger":"0.1.7-canary.400fd78","@firebase/util":"0.2.8-canary.400fd78","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.7","@types/mocha":"5.2.6","@types/node":"9.6.4","@types/sinon":"7.0.7","chai":"4.2.0","karma":"4.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"2.0.2","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"3.0.5","mocha":"6.0.2","npm-run-all":"4.1.5","nyc":"13.3.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"7.2.4","source-map-loader":"0.2.4","ts-loader":"5.3.3","ts-node":"8.0.2","typescript":"3.3.3","webpack":"4.29.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.13-canary.400fd78","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5f811b4a0ef21368ea2bbaa3fe8a13a105e45efe","size":386396,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.13-canary.400fd78.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.13-canary.400fd78_1551834330546_0.2530481209273119"},"_hasShrinkwrap":false,"publish_time":1551834330814,"_cnpm_publish_time":1551834330814,"contributors":[]},"0.3.13-canary.86c2e14":{"name":"@firebase/database","version":"0.3.13-canary.86c2e14","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.10-canary.86c2e14","@firebase/app-types":"0.3.5-canary.86c2e14"},"dependencies":{"@firebase/database-types":"0.3.6-canary.86c2e14","@firebase/logger":"0.1.7-canary.86c2e14","@firebase/util":"0.2.8-canary.86c2e14","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.13-canary.86c2e14","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9aaa56ab09f7a2881bd47573a79d7d0f88f0caf5","size":386393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.13-canary.86c2e14.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.13-canary.86c2e14_1551489434878_0.196036651992594"},"_hasShrinkwrap":false,"publish_time":1551489435088,"_cnpm_publish_time":1551489435088,"contributors":[]},"0.3.13":{"name":"@firebase/database","version":"0.3.13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.6","@firebase/logger":"0.1.7","@firebase/util":"0.2.8","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.13","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"28effad7f7eb6e0fee681cd5e9bbf601a880191f","size":386397,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.13.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.13_1551485188371_0.7357016493428958"},"_hasShrinkwrap":false,"publish_time":1551485188588,"_cnpm_publish_time":1551485188588,"contributors":[]},"0.3.12-canary.b56d678":{"name":"@firebase/database","version":"0.3.12-canary.b56d678","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.b56d678","@firebase/app-types":"0.3.4-canary.b56d678"},"dependencies":{"@firebase/database-types":"0.3.5-canary.b56d678","@firebase/logger":"0.1.6-canary.b56d678","@firebase/util":"0.2.7-canary.b56d678","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.b56d678","_npmVersion":"6.4.1","_nodeVersion":"8.15.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"264aa3778b5914d5393782208ef3c897899e77af","size":386391,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.b56d678.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.b56d678_1551448101328_0.17327297087294635"},"_hasShrinkwrap":false,"publish_time":1551448101687,"_cnpm_publish_time":1551448101687,"contributors":[]},"0.3.12-canary.af84001":{"name":"@firebase/database","version":"0.3.12-canary.af84001","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.af84001","@firebase/app-types":"0.3.4-canary.af84001"},"dependencies":{"@firebase/database-types":"0.3.5-canary.af84001","@firebase/logger":"0.1.6-canary.af84001","@firebase/util":"0.2.7-canary.af84001","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.af84001","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bdaae72be8a3fa45bdeba8054a7ddf7de733708f","size":386390,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.af84001.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.af84001_1551293565981_0.5133995473416539"},"_hasShrinkwrap":false,"publish_time":1551293566175,"_cnpm_publish_time":1551293566175,"contributors":[]},"0.3.13-3":{"name":"@firebase/database","version":"0.3.13-3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.6-3","@firebase/logger":"0.1.7-3","@firebase/util":"0.2.8-3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.13-3","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"71b1e9d8c5fc09553c442245c74ff0354b041e58","size":386402,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.13-3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.13-3_1551290498575_0.3013464632823102"},"_hasShrinkwrap":false,"publish_time":1551290498720,"_cnpm_publish_time":1551290498720,"contributors":[]},"0.3.12-canary.6e1860b":{"name":"@firebase/database","version":"0.3.12-canary.6e1860b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.6e1860b","@firebase/app-types":"0.3.4-canary.6e1860b"},"dependencies":{"@firebase/database-types":"0.3.5-canary.6e1860b","@firebase/logger":"0.1.6-canary.6e1860b","@firebase/util":"0.2.7-canary.6e1860b","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.6e1860b","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"33c741c3e3f69942f801530630b65c546c1e5556","size":386390,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.6e1860b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.6e1860b_1551286033151_0.6622564945262566"},"_hasShrinkwrap":false,"publish_time":1551286033313,"_cnpm_publish_time":1551286033313,"contributors":[]},"0.3.12-canary.43ff063":{"name":"@firebase/database","version":"0.3.12-canary.43ff063","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.43ff063","@firebase/app-types":"0.3.4-canary.43ff063"},"dependencies":{"@firebase/database-types":"0.3.5-canary.43ff063","@firebase/logger":"0.1.6-canary.43ff063","@firebase/util":"0.2.7-canary.43ff063","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.43ff063","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9bb401d90acb025dfb7d7dbdc23a69e182bc95a5","size":386391,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.43ff063.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.43ff063_1551283640314_0.33455251111088447"},"_hasShrinkwrap":false,"publish_time":1551283640469,"_cnpm_publish_time":1551283640469,"contributors":[]},"0.3.12-canary.afba06d":{"name":"@firebase/database","version":"0.3.12-canary.afba06d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.afba06d","@firebase/app-types":"0.3.4-canary.afba06d"},"dependencies":{"@firebase/database-types":"0.3.5-canary.afba06d","@firebase/logger":"0.1.6-canary.afba06d","@firebase/util":"0.2.7-canary.afba06d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.afba06d","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f9b80faf27c19b3db17abea99d35a410ac5fc473","size":386390,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.afba06d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.afba06d_1551264321139_0.7260525346901643"},"_hasShrinkwrap":false,"publish_time":1551264321426,"_cnpm_publish_time":1551264321426,"contributors":[]},"0.3.13-2":{"name":"@firebase/database","version":"0.3.13-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.6-2","@firebase/logger":"0.1.7-2","@firebase/util":"0.2.8-2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.13-2","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"7da9e807b6268fc977a9a6eb66483890d89ec961","size":386402,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.13-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.13-2_1551246560087_0.3406114625236689"},"_hasShrinkwrap":false,"publish_time":1551246560235,"_cnpm_publish_time":1551246560235,"contributors":[]},"0.3.13-1":{"name":"@firebase/database","version":"0.3.13-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.6-1","@firebase/logger":"0.1.7-1","@firebase/util":"0.2.8-1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.13-1","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"8a09949d8a11cbdbc2a8cf333bac864caa1d12df","size":386402,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.13-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.13-1_1551223986239_0.7657998063947784"},"_hasShrinkwrap":false,"publish_time":1551223986405,"_cnpm_publish_time":1551223986405,"contributors":[]},"0.3.13-0":{"name":"@firebase/database","version":"0.3.13-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.6-0","@firebase/logger":"0.1.7-0","@firebase/util":"0.2.8-0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.13-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"bd911a6aca1e71b4c4f1d2de2caa45c292701d20","size":386402,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.13-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.13-0_1551222109316_0.1796221600517771"},"_hasShrinkwrap":false,"publish_time":1551222109497,"_cnpm_publish_time":1551222109497,"contributors":[]},"0.3.12-canary.d0bf379":{"name":"@firebase/database","version":"0.3.12-canary.d0bf379","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.d0bf379","@firebase/app-types":"0.3.4-canary.d0bf379"},"dependencies":{"@firebase/database-types":"0.3.5-canary.d0bf379","@firebase/logger":"0.1.6-canary.d0bf379","@firebase/util":"0.2.7-canary.d0bf379","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"1.2.3","rollup-plugin-typescript2":"0.19.3","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.d0bf379","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a2c722c55b0409b019561a9f771b3dec5966944a","size":386390,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.d0bf379.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.d0bf379_1551211490832_0.061216834408774234"},"_hasShrinkwrap":false,"publish_time":1551211490988,"_cnpm_publish_time":1551211490988,"contributors":[]},"0.3.12-canary.883e612":{"name":"@firebase/database","version":"0.3.12-canary.883e612","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.883e612","@firebase/app-types":"0.3.4-canary.883e612"},"dependencies":{"@firebase/database-types":"0.3.5-canary.883e612","@firebase/logger":"0.1.6-canary.883e612","@firebase/util":"0.2.7-canary.883e612","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.883e612","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dafdc0900b0ed302206dadb86d4b2ec808e6ada7","size":386739,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.883e612.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.883e612_1551134878951_0.31203589134937837"},"_hasShrinkwrap":false,"publish_time":1551134879123,"_cnpm_publish_time":1551134879123,"contributors":[]},"0.3.12-canary.05c9e06":{"name":"@firebase/database","version":"0.3.12-canary.05c9e06","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.05c9e06","@firebase/app-types":"0.3.4-canary.05c9e06"},"dependencies":{"@firebase/database-types":"0.3.5-canary.05c9e06","@firebase/logger":"0.1.6-canary.05c9e06","@firebase/util":"0.2.7-canary.05c9e06","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.05c9e06","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f8c37a403ef747764e0f80990cf901906327cc65","size":386739,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.05c9e06.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.05c9e06_1551132554927_0.941200380370367"},"_hasShrinkwrap":false,"publish_time":1551132555076,"_cnpm_publish_time":1551132555076,"contributors":[]},"0.3.12-canary.6b710d8":{"name":"@firebase/database","version":"0.3.12-canary.6b710d8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.6b710d8","@firebase/app-types":"0.3.4-canary.6b710d8"},"dependencies":{"@firebase/database-types":"0.3.5-canary.6b710d8","@firebase/logger":"0.1.6-canary.6b710d8","@firebase/util":"0.2.7-canary.6b710d8","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.6b710d8","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bcb7d0f22bf2a75a9c6a57c7174f6df7fb318804","size":386739,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.6b710d8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.6b710d8_1551122358054_0.4503105225585857"},"_hasShrinkwrap":false,"publish_time":1551122358345,"_cnpm_publish_time":1551122358345,"contributors":[]},"0.3.12-canary.4d82d1e":{"name":"@firebase/database","version":"0.3.12-canary.4d82d1e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.4d82d1e","@firebase/app-types":"0.3.4-canary.4d82d1e"},"dependencies":{"@firebase/database-types":"0.3.5-canary.4d82d1e","@firebase/logger":"0.1.6-canary.4d82d1e","@firebase/util":"0.2.7-canary.4d82d1e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.4d82d1e","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"33851292d49ec7b7f4cbe31ff38839c89b87257c","size":386739,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.4d82d1e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.4d82d1e_1550879769502_0.15824917172062825"},"_hasShrinkwrap":false,"publish_time":1550879769670,"_cnpm_publish_time":1550879769670,"contributors":[]},"0.3.12-canary.4983420":{"name":"@firebase/database","version":"0.3.12-canary.4983420","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.4983420","@firebase/app-types":"0.3.4-canary.4983420"},"dependencies":{"@firebase/database-types":"0.3.5-canary.4983420","@firebase/logger":"0.1.6-canary.4983420","@firebase/util":"0.2.7-canary.4983420","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.4983420","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0bc5990b5d7868653accf1e755b82a6d4b023fe8","size":386738,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.4983420.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.4983420_1550879542293_0.7322115744255167"},"_hasShrinkwrap":false,"publish_time":1550879542462,"_cnpm_publish_time":1550879542462,"contributors":[]},"0.3.12-canary.6a0154a":{"name":"@firebase/database","version":"0.3.12-canary.6a0154a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.6a0154a","@firebase/app-types":"0.3.4-canary.6a0154a"},"dependencies":{"@firebase/database-types":"0.3.5-canary.6a0154a","@firebase/logger":"0.1.6-canary.6a0154a","@firebase/util":"0.2.7-canary.6a0154a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.6a0154a","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e58e4786de28abd1f3d03bf2d26e27f9e14590e3","size":386739,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.6a0154a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.6a0154a_1550879360412_0.7617096599888067"},"_hasShrinkwrap":false,"publish_time":1550879360694,"_cnpm_publish_time":1550879360694,"contributors":[]},"0.3.12-canary.5adf457":{"name":"@firebase/database","version":"0.3.12-canary.5adf457","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","test:emulator":"ts-node ../../scripts/emulator-testing/database-test-runner.ts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.5adf457","@firebase/app-types":"0.3.4-canary.5adf457"},"dependencies":{"@firebase/database-types":"0.3.5-canary.5adf457","@firebase/logger":"0.1.6-canary.5adf457","@firebase/util":"0.2.7-canary.5adf457","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.5adf457","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bdc97f26de41419478c7de4be0db14bb70e8878a","size":386739,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.5adf457.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.5adf457_1550872823990_0.4296938487693316"},"_hasShrinkwrap":false,"publish_time":1550872824142,"_cnpm_publish_time":1550872824142,"contributors":[]},"0.3.12-canary.548e4a7":{"name":"@firebase/database","version":"0.3.12-canary.548e4a7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.548e4a7","@firebase/app-types":"0.3.4-canary.548e4a7"},"dependencies":{"@firebase/database-types":"0.3.5-canary.548e4a7","@firebase/logger":"0.1.6-canary.548e4a7","@firebase/util":"0.2.7-canary.548e4a7","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.548e4a7","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0127e19970febb32b37b84ec4d24f5e7fd9b800f","size":386693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.548e4a7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.548e4a7_1550863527053_0.2681055315341845"},"_hasShrinkwrap":false,"publish_time":1550863527198,"_cnpm_publish_time":1550863527198,"contributors":[]},"0.3.12-canary.e3d491a":{"name":"@firebase/database","version":"0.3.12-canary.e3d491a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.e3d491a","@firebase/app-types":"0.3.4-canary.e3d491a"},"dependencies":{"@firebase/database-types":"0.3.5-canary.e3d491a","@firebase/logger":"0.1.6-canary.e3d491a","@firebase/util":"0.2.7-canary.e3d491a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"3.3.3","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.e3d491a","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ec2639e6b0517b7cffb97895c87d4b6e7de727ef","size":386693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.e3d491a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.e3d491a_1550792465962_0.3371573391300642"},"_hasShrinkwrap":false,"publish_time":1550792466202,"_cnpm_publish_time":1550792466202,"contributors":[]},"0.3.12-canary.a18b290":{"name":"@firebase/database","version":"0.3.12-canary.a18b290","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.a18b290","@firebase/app-types":"0.3.4-canary.a18b290"},"dependencies":{"@firebase/database-types":"0.3.5-canary.a18b290","@firebase/logger":"0.1.6-canary.a18b290","@firebase/util":"0.2.7-canary.a18b290","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.a18b290","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e74a054d2998aff9262d77eabfb0ba3d820a9c25","size":400496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.a18b290.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.a18b290_1550688560521_0.06423420323049656"},"_hasShrinkwrap":false,"publish_time":1550688560705,"_cnpm_publish_time":1550688560705,"contributors":[]},"0.3.12-canary.03a87c2":{"name":"@firebase/database","version":"0.3.12-canary.03a87c2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.03a87c2","@firebase/app-types":"0.3.4-canary.03a87c2"},"dependencies":{"@firebase/database-types":"0.3.5-canary.03a87c2","@firebase/logger":"0.1.6-canary.03a87c2","@firebase/util":"0.2.7-canary.03a87c2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.03a87c2","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f784fa594b12d559b2a80be2353ca880342ea988","size":386689,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.03a87c2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.03a87c2_1550606715814_0.7171206679361963"},"_hasShrinkwrap":false,"publish_time":1550606715966,"_cnpm_publish_time":1550606715966,"contributors":[]},"0.3.12-canary.0c8d080":{"name":"@firebase/database","version":"0.3.12-canary.0c8d080","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.0c8d080","@firebase/app-types":"0.3.4-canary.0c8d080"},"dependencies":{"@firebase/database-types":"0.3.5-canary.0c8d080","@firebase/logger":"0.1.6-canary.0c8d080","@firebase/util":"0.2.7-canary.0c8d080","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.0c8d080","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6f7d55ee04c487b49a7d3b47e7fbc8d57263424a","size":400496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.0c8d080.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.0c8d080_1550278857847_0.3476671635727884"},"_hasShrinkwrap":false,"publish_time":1550278858029,"_cnpm_publish_time":1550278858029,"contributors":[]},"0.3.12-canary.6d6c843":{"name":"@firebase/database","version":"0.3.12-canary.6d6c843","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.9-canary.6d6c843","@firebase/app-types":"0.3.4-canary.6d6c843"},"dependencies":{"@firebase/database-types":"0.3.5-canary.6d6c843","@firebase/logger":"0.1.6-canary.6d6c843","@firebase/util":"0.2.7-canary.6d6c843","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-canary.6d6c843","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a866d997e0d215cd27f53cdbc4d2a97bb98fed7d","size":386690,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-canary.6d6c843.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-canary.6d6c843_1550275831827_0.9780122300053762"},"_hasShrinkwrap":false,"publish_time":1550275831985,"_cnpm_publish_time":1550275831985,"contributors":[]},"0.3.12":{"name":"@firebase/database","version":"0.3.12","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.5","@firebase/logger":"0.1.6","@firebase/util":"0.2.7","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.12","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"abedab62318c1f0b54fd9b482eef1090ee68e66d","size":400484,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12_1550182864710_0.07408382655146828"},"_hasShrinkwrap":false,"publish_time":1550182864910,"_cnpm_publish_time":1550182864910,"contributors":[]},"0.3.11-canary.2d966e3":{"name":"@firebase/database","version":"0.3.11-canary.2d966e3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.8-canary.2d966e3","@firebase/app-types":"0.3.3-canary.2d966e3"},"dependencies":{"@firebase/database-types":"0.3.4-canary.2d966e3","@firebase/logger":"0.1.5-canary.2d966e3","@firebase/util":"0.2.6-canary.2d966e3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.11-canary.2d966e3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f0f7ae82f70e4015478e3be5414341f758f38a52","size":386690,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11-canary.2d966e3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11-canary.2d966e3_1550086382368_0.009612358723828818"},"_hasShrinkwrap":false,"publish_time":1550086382533,"_cnpm_publish_time":1550086382533,"contributors":[]},"0.3.12-0":{"name":"@firebase/database","version":"0.3.12-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.5-0","@firebase/logger":"0.1.6-0","@firebase/util":"0.2.7-0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.12-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"f68f21a53cc213b2478b66a8c51ee87571750c35","size":386673,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.12-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.12-0_1550015582912_0.02615826810382238"},"_hasShrinkwrap":false,"publish_time":1550015583112,"_cnpm_publish_time":1550015583112,"contributors":[]},"0.3.11-canary.e16a172":{"name":"@firebase/database","version":"0.3.11-canary.e16a172","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.8-canary.e16a172","@firebase/app-types":"0.3.3-canary.e16a172"},"dependencies":{"@firebase/database-types":"0.3.4-canary.e16a172","@firebase/logger":"0.1.5-canary.e16a172","@firebase/util":"0.2.6-canary.e16a172","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.11-canary.e16a172","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4d9e36948a5b2488b4bfa4a41b45728e8e9d92a2","size":400496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11-canary.e16a172.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11-canary.e16a172_1550012065917_0.8546786647565321"},"_hasShrinkwrap":false,"publish_time":1550012066115,"_cnpm_publish_time":1550012066115,"contributors":[]},"0.3.11-canary.0b7b93b":{"name":"@firebase/database","version":"0.3.11-canary.0b7b93b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.8-canary.0b7b93b","@firebase/app-types":"0.3.3-canary.0b7b93b"},"dependencies":{"@firebase/database-types":"0.3.4-canary.0b7b93b","@firebase/logger":"0.1.5-canary.0b7b93b","@firebase/util":"0.2.6-canary.0b7b93b","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.11-canary.0b7b93b","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"74f54aa93c50cc8d2488698e9f2d265883337309","size":386689,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11-canary.0b7b93b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11-canary.0b7b93b_1550011588451_0.8780818542590121"},"_hasShrinkwrap":false,"publish_time":1550011588611,"_cnpm_publish_time":1550011588611,"contributors":[]},"0.3.11-canary.10bf7c1":{"name":"@firebase/database","version":"0.3.11-canary.10bf7c1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.8-canary.10bf7c1","@firebase/app-types":"0.3.3-canary.10bf7c1"},"dependencies":{"@firebase/database-types":"0.3.4-canary.10bf7c1","@firebase/logger":"0.1.5-canary.10bf7c1","@firebase/util":"0.2.6-canary.10bf7c1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.11-canary.10bf7c1","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c00c7838d4c010e99b1a3840f3b09c4984a2ca6e","size":400496,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11-canary.10bf7c1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11-canary.10bf7c1_1549908926584_0.8208548902576065"},"_hasShrinkwrap":false,"publish_time":1549908926761,"_cnpm_publish_time":1549908926761,"contributors":[]},"0.3.11-canary.92ad91e":{"name":"@firebase/database","version":"0.3.11-canary.92ad91e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.8-canary.92ad91e","@firebase/app-types":"0.3.3-canary.92ad91e"},"dependencies":{"@firebase/database-types":"0.3.4-canary.92ad91e","@firebase/logger":"0.1.5-canary.92ad91e","@firebase/util":"0.2.6-canary.92ad91e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.11-canary.92ad91e","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dbbe3528354fbe72831ed0eb15201ee7122c0a38","size":400497,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11-canary.92ad91e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11-canary.92ad91e_1549572353334_0.8648110035787651"},"_hasShrinkwrap":false,"publish_time":1549572353473,"_cnpm_publish_time":1549572353473,"contributors":[]},"0.3.11-canary.6b53e00":{"name":"@firebase/database","version":"0.3.11-canary.6b53e00","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.8-canary.6b53e00","@firebase/app-types":"0.3.3-canary.6b53e00"},"dependencies":{"@firebase/database-types":"0.3.4-canary.6b53e00","@firebase/logger":"0.1.5-canary.6b53e00","@firebase/util":"0.2.6-canary.6b53e00","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.11-canary.6b53e00","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"14af2754c41287606cebc0f0bc01e8053c5281df","size":386687,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11-canary.6b53e00.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11-canary.6b53e00_1549068878225_0.9235621140522694"},"_hasShrinkwrap":false,"publish_time":1549068878467,"_cnpm_publish_time":1549068878467,"contributors":[]},"0.3.11-canary.74d72ce":{"name":"@firebase/database","version":"0.3.11-canary.74d72ce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.8-canary.74d72ce","@firebase/app-types":"0.3.3-canary.74d72ce"},"dependencies":{"@firebase/database-types":"0.3.4-canary.74d72ce","@firebase/logger":"0.1.5-canary.74d72ce","@firebase/util":"0.2.6-canary.74d72ce","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.11-canary.74d72ce","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"84609ad328ef91548e18067ddc2b9b0821ada54a","size":386548,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11-canary.74d72ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11-canary.74d72ce_1549042164847_0.10107616341800729"},"_hasShrinkwrap":false,"publish_time":1549042165039,"_cnpm_publish_time":1549042165039,"contributors":[]},"0.3.11-canary.d0f981e":{"name":"@firebase/database","version":"0.3.11-canary.d0f981e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.8-canary.d0f981e","@firebase/app-types":"0.3.3-canary.d0f981e"},"dependencies":{"@firebase/database-types":"0.3.4-canary.d0f981e","@firebase/logger":"0.1.5-canary.d0f981e","@firebase/util":"0.2.6-canary.d0f981e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.11-canary.d0f981e","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b9f419a77ce2b89b848791a9f00da38776d34081","size":386548,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11-canary.d0f981e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11-canary.d0f981e_1548983311743_0.10572235542388841"},"_hasShrinkwrap":false,"publish_time":1548983311890,"_cnpm_publish_time":1548983311890,"contributors":[]},"0.3.10-canary.a28fec2":{"name":"@firebase/database","version":"0.3.10-canary.a28fec2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.7-canary.a28fec2","@firebase/app-types":"0.3.2-canary.a28fec2"},"dependencies":{"@firebase/database-types":"0.3.3-canary.a28fec2","@firebase/logger":"0.1.4-canary.a28fec2","@firebase/util":"0.2.5-canary.a28fec2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.10-canary.a28fec2","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b6dbeadc766d1f2c50b2ad83604a2f8907148289","size":386548,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.10-canary.a28fec2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.10-canary.a28fec2_1548737228113_0.31102955111698805"},"_hasShrinkwrap":false,"publish_time":1548737228336,"_cnpm_publish_time":1548737228336,"contributors":[]},"0.3.10-canary.ff294e9":{"name":"@firebase/database","version":"0.3.10-canary.ff294e9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.7-canary.ff294e9","@firebase/app-types":"0.3.2-canary.ff294e9"},"dependencies":{"@firebase/database-types":"0.3.3-canary.ff294e9","@firebase/logger":"0.1.4-canary.ff294e9","@firebase/util":"0.2.5-canary.ff294e9","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.10-canary.ff294e9","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c03e9f601bde4f1e9bd36369a0b4a249fb1bf178","size":400352,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.10-canary.ff294e9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.10-canary.ff294e9_1548457829449_0.7996045043854783"},"_hasShrinkwrap":false,"publish_time":1548457829617,"_cnpm_publish_time":1548457829617,"contributors":[]},"0.3.11":{"name":"@firebase/database","version":"0.3.11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.4","@firebase/logger":"0.1.5","@firebase/util":"0.2.6","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.11","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"038c10a22bf4b84f9336b6639e0f6b02165d3f79","size":400329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11_1548365835190_0.47673597409080704"},"_hasShrinkwrap":false,"publish_time":1548365835452,"_cnpm_publish_time":1548365835452,"contributors":[]},"0.3.11-0":{"name":"@firebase/database","version":"0.3.11-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.4-0","@firebase/logger":"0.1.5-0","@firebase/util":"0.2.6-0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.11-0","_npmVersion":"6.5.0","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"chholland@google.com"},"dist":{"shasum":"e991e7f4eb0d909072b8971a813622b6baef4d9e","size":400330,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.11-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.11-0_1548197181008_0.4243062647309501"},"_hasShrinkwrap":false,"publish_time":1548197181155,"_cnpm_publish_time":1548197181155,"contributors":[]},"0.3.10-canary.fe48712":{"name":"@firebase/database","version":"0.3.10-canary.fe48712","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.7-canary.fe48712","@firebase/app-types":"0.3.2-canary.fe48712"},"dependencies":{"@firebase/database-types":"0.3.3-canary.fe48712","@firebase/logger":"0.1.4-canary.fe48712","@firebase/util":"0.2.5-canary.fe48712","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.10-canary.fe48712","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"aef211fcd33636fcf1dcc77f34424451f0aba5b9","size":400352,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.10-canary.fe48712.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.10-canary.fe48712_1547909441322_0.1335994225863255"},"_hasShrinkwrap":false,"publish_time":1547909441485,"_cnpm_publish_time":1547909441485,"contributors":[]},"0.3.10-canary.512847e":{"name":"@firebase/database","version":"0.3.10-canary.512847e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.7-canary.512847e","@firebase/app-types":"0.3.2-canary.512847e"},"dependencies":{"@firebase/database-types":"0.3.3-canary.512847e","@firebase/logger":"0.1.4-canary.512847e","@firebase/util":"0.2.5-canary.512847e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.10-canary.512847e","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"45ae7c0dfb5e5c3b0b35d1294091cf54db973d76","size":386549,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.10-canary.512847e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.10-canary.512847e_1547855649667_0.2932635100701415"},"_hasShrinkwrap":false,"publish_time":1547855650130,"_cnpm_publish_time":1547855650130,"contributors":[]},"0.3.10-canary.27a6de2":{"name":"@firebase/database","version":"0.3.10-canary.27a6de2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.7-canary.27a6de2","@firebase/app-types":"0.3.2-canary.27a6de2"},"dependencies":{"@firebase/database-types":"0.3.3-canary.27a6de2","@firebase/logger":"0.1.4-canary.27a6de2","@firebase/util":"0.2.5-canary.27a6de2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.10-canary.27a6de2","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4a622916f51807379647f257a4f511eee0fb94a3","size":400351,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.10-canary.27a6de2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.10-canary.27a6de2_1547840989444_0.14438764297590767"},"_hasShrinkwrap":false,"publish_time":1547840989600,"_cnpm_publish_time":1547840989600,"contributors":[]},"0.3.10":{"name":"@firebase/database","version":"0.3.10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.3","@firebase/logger":"0.1.4","@firebase/util":"0.2.5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.10","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"d92ad1e6d7a4c55bc6407b6f6acd96497bf03198","size":386554,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.10.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.10_1547772583795_0.6509435189328401"},"_hasShrinkwrap":false,"publish_time":1547772584367,"_cnpm_publish_time":1547772584367,"contributors":[]},"0.3.9-canary.c9414d3":{"name":"@firebase/database","version":"0.3.9-canary.c9414d3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.6-canary.c9414d3","@firebase/app-types":"0.3.2-canary.c9414d3"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c9414d3","@firebase/logger":"0.1.3-canary.c9414d3","@firebase/util":"0.2.4-canary.c9414d3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.9-canary.c9414d3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"522a17c7ae42d5be54e77b9fceb826b487eb6d0b","size":400350,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.9-canary.c9414d3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.9-canary.c9414d3_1547758541733_0.8542151508185418"},"_hasShrinkwrap":false,"publish_time":1547758541955,"_cnpm_publish_time":1547758541955,"contributors":[]},"0.3.9-canary.45b0591":{"name":"@firebase/database","version":"0.3.9-canary.45b0591","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' -r src/nodePatches.ts --opts ../../config/mocha.node.opts","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.6-canary.45b0591","@firebase/app-types":"0.3.2-canary.45b0591"},"dependencies":{"@firebase/database-types":"0.3.2-canary.45b0591","@firebase/logger":"0.1.3-canary.45b0591","@firebase/util":"0.2.4-canary.45b0591","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.9-canary.45b0591","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5d6d311a6449edcef2ac1edd2af604d84279d102","size":386546,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.9-canary.45b0591.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.9-canary.45b0591_1547677392660_0.8072688204224188"},"_hasShrinkwrap":false,"publish_time":1547677392813,"_cnpm_publish_time":1547677392813,"contributors":[]},"0.3.10-1":{"name":"@firebase/database","version":"0.3.10-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.3-1","@firebase/logger":"0.1.4-1","@firebase/util":"0.2.5-1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.10-1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"2dc7c752bd4213fadd224dc60a628497fce96437","size":386560,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.10-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.10-1_1547606073367_0.5370622561757972"},"_hasShrinkwrap":false,"publish_time":1547606073563,"_cnpm_publish_time":1547606073563,"contributors":[]},"0.3.10-0":{"name":"@firebase/database","version":"0.3.10-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.3-0","@firebase/logger":"0.1.4-0","@firebase/util":"0.2.5-0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.10-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"b6029311027fd96638a44ac6f50ad20181000ba8","size":386560,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.10-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.10-0_1547598843419_0.8517465260738337"},"_hasShrinkwrap":false,"publish_time":1547598843635,"_cnpm_publish_time":1547598843635,"contributors":[]},"0.3.9-canary.238c621":{"name":"@firebase/database","version":"0.3.9-canary.238c621","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.6-canary.238c621","@firebase/app-types":"0.3.2-canary.238c621"},"dependencies":{"@firebase/database-types":"0.3.2-canary.238c621","@firebase/logger":"0.1.3-canary.238c621","@firebase/util":"0.2.4-canary.238c621","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.9-canary.238c621","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1e65ba6ef8b259b225455197c0f78c500f97e413","size":386573,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.9-canary.238c621.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.9-canary.238c621_1547496354201_0.9672667171787017"},"_hasShrinkwrap":false,"publish_time":1547496354361,"_cnpm_publish_time":1547496354361,"contributors":[]},"0.3.9-canary.4b71b13":{"name":"@firebase/database","version":"0.3.9-canary.4b71b13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.6-canary.4b71b13","@firebase/app-types":"0.3.2-canary.4b71b13"},"dependencies":{"@firebase/database-types":"0.3.2-canary.4b71b13","@firebase/logger":"0.1.3-canary.4b71b13","@firebase/util":"0.2.4-canary.4b71b13","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.9-canary.4b71b13","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"57ef8edfc871e22cac4d61286486699182dfc5ce","size":386573,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.9-canary.4b71b13.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.9-canary.4b71b13_1547492656017_0.8991699618817428"},"_hasShrinkwrap":false,"publish_time":1547492656291,"_cnpm_publish_time":1547492656291,"contributors":[]},"0.3.9-canary.604acf3":{"name":"@firebase/database","version":"0.3.9-canary.604acf3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.6-canary.604acf3","@firebase/app-types":"0.3.2-canary.604acf3"},"dependencies":{"@firebase/database-types":"0.3.2-canary.604acf3","@firebase/logger":"0.1.3-canary.604acf3","@firebase/util":"0.2.4-canary.604acf3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.9-canary.604acf3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6b63efdaa78d2f2ccd332835753469cd5abeb6bd","size":400373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.9-canary.604acf3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.9-canary.604acf3_1547231577798_0.4086267040846856"},"_hasShrinkwrap":false,"publish_time":1547231577999,"_cnpm_publish_time":1547231577999,"contributors":[]},"0.3.9-canary.aa62e43":{"name":"@firebase/database","version":"0.3.9-canary.aa62e43","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.6-canary.aa62e43","@firebase/app-types":"0.3.2-canary.aa62e43"},"dependencies":{"@firebase/database-types":"0.3.2-canary.aa62e43","@firebase/logger":"0.1.3-canary.aa62e43","@firebase/util":"0.2.4-canary.aa62e43","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.9-canary.aa62e43","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"aefb80d158333784539611bbef3fecd4184941f2","size":386573,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.9-canary.aa62e43.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.9-canary.aa62e43_1547230447807_0.9686713408301837"},"_hasShrinkwrap":false,"publish_time":1547230448015,"_cnpm_publish_time":1547230448015,"contributors":[]},"0.3.9-canary.2e0d0ad":{"name":"@firebase/database","version":"0.3.9-canary.2e0d0ad","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.6-canary.2e0d0ad","@firebase/app-types":"0.3.2-canary.2e0d0ad"},"dependencies":{"@firebase/database-types":"0.3.2-canary.2e0d0ad","@firebase/logger":"0.1.3-canary.2e0d0ad","@firebase/util":"0.2.4-canary.2e0d0ad","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.9-canary.2e0d0ad","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a9b86a3f9012a78f73c4fe2a4db05932072ff1b0","size":386572,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.9-canary.2e0d0ad.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.9-canary.2e0d0ad_1547224725769_0.3041645114630136"},"_hasShrinkwrap":false,"publish_time":1547224725964,"_cnpm_publish_time":1547224725964,"contributors":[]},"0.3.9":{"name":"@firebase/database","version":"0.3.9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.3","@firebase/util":"0.2.4","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.9","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"0357f4c04c0cc37e16226932051e62421feed26c","size":400356,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.9_1547158474759_0.23943796675277285"},"_hasShrinkwrap":false,"publish_time":1547158474962,"_cnpm_publish_time":1547158474962,"contributors":[]},"0.3.8-canary.a2bc7e3":{"name":"@firebase/database","version":"0.3.8-canary.a2bc7e3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.a2bc7e3","@firebase/app-types":"0.3.2-canary.a2bc7e3"},"dependencies":{"@firebase/database-types":"0.3.2-canary.a2bc7e3","@firebase/logger":"0.1.2-canary.a2bc7e3","@firebase/util":"0.2.3-canary.a2bc7e3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.a2bc7e3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bf157bb9e73a90f4050bc55c8b69e49b72fd161f","size":400370,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.a2bc7e3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.a2bc7e3_1547088530936_0.6945637009693313"},"_hasShrinkwrap":false,"publish_time":1547088531156,"_cnpm_publish_time":1547088531156,"contributors":[]},"0.3.8-canary.791b2b3":{"name":"@firebase/database","version":"0.3.8-canary.791b2b3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.791b2b3","@firebase/app-types":"0.3.2-canary.791b2b3"},"dependencies":{"@firebase/database-types":"0.3.2-canary.791b2b3","@firebase/logger":"0.1.2-canary.791b2b3","@firebase/util":"0.2.3-canary.791b2b3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.791b2b3","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b34ad2279d6130beb49649cfcd50a6177985419b","size":386570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.791b2b3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.791b2b3_1547082681797_0.6476673248271725"},"_hasShrinkwrap":false,"publish_time":1547082681969,"_cnpm_publish_time":1547082681969,"contributors":[]},"0.3.8-canary.65d584c":{"name":"@firebase/database","version":"0.3.8-canary.65d584c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.65d584c","@firebase/app-types":"0.3.2-canary.65d584c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.65d584c","@firebase/logger":"0.1.2-canary.65d584c","@firebase/util":"0.2.3-canary.65d584c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.65d584c","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5a6a94f3adc5e7e5f39e8f4db6d9ef1394c3557b","size":400371,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.65d584c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.65d584c_1547082271887_0.2738758079477728"},"_hasShrinkwrap":false,"publish_time":1547082272228,"_cnpm_publish_time":1547082272228,"contributors":[]},"0.3.8-canary.d96a806":{"name":"@firebase/database","version":"0.3.8-canary.d96a806","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.d96a806","@firebase/app-types":"0.3.2-canary.d96a806"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d96a806","@firebase/logger":"0.1.2-canary.d96a806","@firebase/util":"0.2.3-canary.d96a806","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.d96a806","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7665daee8d5417fb1a31038cd456d0c63eadde50","size":386570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.d96a806.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.d96a806_1547066300112_0.2602469698351919"},"_hasShrinkwrap":false,"publish_time":1547066300294,"_cnpm_publish_time":1547066300294,"contributors":[]},"0.3.8-canary.78b9978":{"name":"@firebase/database","version":"0.3.8-canary.78b9978","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.78b9978","@firebase/app-types":"0.3.2-canary.78b9978"},"dependencies":{"@firebase/database-types":"0.3.2-canary.78b9978","@firebase/logger":"0.1.2-canary.78b9978","@firebase/util":"0.2.3-canary.78b9978","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.5","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.78b9978","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"26005ea95008cc88ca34fdfcbe7d9653682406e5","size":400372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.78b9978.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.78b9978_1547060632524_0.04141412748597806"},"_hasShrinkwrap":false,"publish_time":1547060632975,"_cnpm_publish_time":1547060632975,"contributors":[]},"0.3.8-canary.0b42ff8":{"name":"@firebase/database","version":"0.3.8-canary.0b42ff8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.0b42ff8","@firebase/app-types":"0.3.2-canary.0b42ff8"},"dependencies":{"@firebase/database-types":"0.3.2-canary.0b42ff8","@firebase/logger":"0.1.2-canary.0b42ff8","@firebase/util":"0.2.3-canary.0b42ff8","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.0b42ff8","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d6f16739bce24cce90edb90920d6add0945f7ad4","size":386567,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.0b42ff8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.0b42ff8_1547060145689_0.34208493052532307"},"_hasShrinkwrap":false,"publish_time":1547060145918,"_cnpm_publish_time":1547060145918,"contributors":[]},"0.3.8-canary.9982004":{"name":"@firebase/database","version":"0.3.8-canary.9982004","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.9982004","@firebase/app-types":"0.3.2-canary.9982004"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9982004","@firebase/logger":"0.1.2-canary.9982004","@firebase/util":"0.2.3-canary.9982004","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.9982004","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7ac21ca1ab614b9d00693b3be8b8ac04a8cbcb1d","size":386566,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.9982004.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.9982004_1546990478615_0.13372800004990548"},"_hasShrinkwrap":false,"publish_time":1546990478807,"_cnpm_publish_time":1546990478807,"contributors":[]},"0.3.9-0":{"name":"@firebase/database","version":"0.3.9-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.3-0","@firebase/util":"0.2.4-0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.9-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"526bb33283ad78ba303580f7bbc9b6b4ea217d8c","size":400357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.9-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.9-0_1546986301572_0.4752408568281461"},"_hasShrinkwrap":false,"publish_time":1546986301827,"_cnpm_publish_time":1546986301827,"contributors":[]},"0.3.8-canary.d63df58":{"name":"@firebase/database","version":"0.3.8-canary.d63df58","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.d63df58","@firebase/app-types":"0.3.2-canary.d63df58"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d63df58","@firebase/logger":"0.1.2-canary.d63df58","@firebase/util":"0.2.3-canary.d63df58","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.d63df58","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"599918d067be2155d1a73367357bc4bb3fdef7ed","size":400369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.d63df58.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.d63df58_1546899861254_0.2967102743234338"},"_hasShrinkwrap":false,"publish_time":1546899861498,"_cnpm_publish_time":1546899861498,"contributors":[]},"0.3.8-canary.e899935":{"name":"@firebase/database","version":"0.3.8-canary.e899935","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.e899935","@firebase/app-types":"0.3.2-canary.e899935"},"dependencies":{"@firebase/database-types":"0.3.2-canary.e899935","@firebase/logger":"0.1.2-canary.e899935","@firebase/util":"0.2.3-canary.e899935","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.e899935","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1e37adaa601e2252d976337bb100d67fa66268c8","size":386568,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.e899935.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.e899935_1546645457005_0.1992001213768202"},"_hasShrinkwrap":false,"publish_time":1546645457315,"_cnpm_publish_time":1546645457315,"contributors":[]},"0.3.8-canary.802c07c":{"name":"@firebase/database","version":"0.3.8-canary.802c07c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.802c07c","@firebase/app-types":"0.3.2-canary.802c07c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.802c07c","@firebase/logger":"0.1.2-canary.802c07c","@firebase/util":"0.2.3-canary.802c07c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.802c07c","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ce382a996c6acf22ff4a71d4af4b8462d5319346","size":400368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.802c07c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.802c07c_1546559905423_0.8390865990070737"},"_hasShrinkwrap":false,"publish_time":1546559905572,"_cnpm_publish_time":1546559905572,"contributors":[]},"0.3.8-canary.f6cfdbf":{"name":"@firebase/database","version":"0.3.8-canary.f6cfdbf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.f6cfdbf","@firebase/app-types":"0.3.2-canary.f6cfdbf"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f6cfdbf","@firebase/logger":"0.1.2-canary.f6cfdbf","@firebase/util":"0.2.3-canary.f6cfdbf","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.f6cfdbf","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"90848f067fd74860b670c143edaf0edb301c2574","size":400393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.f6cfdbf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.f6cfdbf_1546478850779_0.6443125564556229"},"_hasShrinkwrap":false,"publish_time":1546478851024,"_cnpm_publish_time":1546478851024,"contributors":[]},"0.3.8-canary.72e109c":{"name":"@firebase/database","version":"0.3.8-canary.72e109c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.72e109c","@firebase/app-types":"0.3.2-canary.72e109c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.72e109c","@firebase/logger":"0.1.2-canary.72e109c","@firebase/util":"0.2.3-canary.72e109c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.72e109c","_npmVersion":"6.4.1","_nodeVersion":"8.15.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"982b6f071bc6befaa7636046854cecc7ecbb65c9","size":400393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.72e109c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.72e109c_1546474907431_0.7063449268137845"},"_hasShrinkwrap":false,"publish_time":1546474907600,"_cnpm_publish_time":1546474907600,"contributors":[]},"0.3.8-canary.0bbf708":{"name":"@firebase/database","version":"0.3.8-canary.0bbf708","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.0bbf708","@firebase/app-types":"0.3.2-canary.0bbf708"},"dependencies":{"@firebase/database-types":"0.3.2-canary.0bbf708","@firebase/logger":"0.1.2-canary.0bbf708","@firebase/util":"0.2.3-canary.0bbf708","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.0bbf708","_npmVersion":"6.4.1","_nodeVersion":"8.14.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ca5e92730e8df1ae3bc82c06c8d7e73457594b2f","size":400393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.0bbf708.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.0bbf708_1545592351074_0.8748681604810851"},"_hasShrinkwrap":false,"publish_time":1545592351285,"_cnpm_publish_time":1545592351285,"contributors":[]},"0.3.8-canary.1888bd7":{"name":"@firebase/database","version":"0.3.8-canary.1888bd7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.1888bd7","@firebase/app-types":"0.3.2-canary.1888bd7"},"dependencies":{"@firebase/database-types":"0.3.2-canary.1888bd7","@firebase/logger":"0.1.2-canary.1888bd7","@firebase/util":"0.2.3-canary.1888bd7","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-canary.1888bd7","_npmVersion":"6.4.1","_nodeVersion":"8.14.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c3f88ec5d7024ef2ec48b4465447d29539b64911","size":386591,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-canary.1888bd7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-canary.1888bd7_1545517679193_0.31465712307359683"},"_hasShrinkwrap":false,"publish_time":1545517679365,"_cnpm_publish_time":1545517679365,"contributors":[]},"0.3.8":{"name":"@firebase/database","version":"0.3.8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.2","@firebase/util":"0.2.3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.8","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"1ed903aa6efa778f81dab5b01bd6ea33b5c5bc20","size":400378,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8_1545342512810_0.1461019157812773"},"_hasShrinkwrap":false,"publish_time":1545342513049,"_cnpm_publish_time":1545342513049,"contributors":[]},"0.3.8-0":{"name":"@firebase/database","version":"0.3.8-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.2","@firebase/util":"0.2.3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.8-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"41772206194a32e591f7414a0a759cb8e296f819","size":386579,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.8-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.8-0_1545276874562_0.835846823619881"},"_hasShrinkwrap":false,"publish_time":1545276874778,"_cnpm_publish_time":1545276874778,"contributors":[]},"0.3.7-canary.5509eaf":{"name":"@firebase/database","version":"0.3.7-canary.5509eaf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.5509eaf","@firebase/app-types":"0.3.2-canary.5509eaf"},"dependencies":{"@firebase/database-types":"0.3.2-canary.5509eaf","@firebase/logger":"0.1.2-canary.5509eaf","@firebase/util":"0.2.3-canary.5509eaf","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.5509eaf","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e4a4851f84c7cae6991f3c88ba5bf67464897bbe","size":386589,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.5509eaf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.5509eaf_1545084312342_0.8964050755841981"},"_hasShrinkwrap":false,"publish_time":1545084312530,"_cnpm_publish_time":1545084312530,"contributors":[]},"0.3.7-canary.6e89ddc":{"name":"@firebase/database","version":"0.3.7-canary.6e89ddc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.6e89ddc","@firebase/app-types":"0.3.2-canary.6e89ddc"},"dependencies":{"@firebase/database-types":"0.3.2-canary.6e89ddc","@firebase/logger":"0.1.2-canary.6e89ddc","@firebase/util":"0.2.3-canary.6e89ddc","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.6e89ddc","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bcc180771dd4556502eafe1b5cc9ad0217417a3a","size":386590,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.6e89ddc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.6e89ddc_1544832720821_0.6110370779342635"},"_hasShrinkwrap":false,"publish_time":1544832723219,"_cnpm_publish_time":1544832723219,"contributors":[]},"0.3.7-canary.f970f9c":{"name":"@firebase/database","version":"0.3.7-canary.f970f9c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.f970f9c","@firebase/app-types":"0.3.2-canary.f970f9c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f970f9c","@firebase/logger":"0.1.2-canary.f970f9c","@firebase/util":"0.2.3-canary.f970f9c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.f970f9c","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"334a04a2200eed61abb823f7e93f9d9b19394ed8","size":386590,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.f970f9c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.f970f9c_1544487129900_0.2503305848095505"},"_hasShrinkwrap":false,"publish_time":1544487130073,"_cnpm_publish_time":1544487130073,"contributors":[]},"0.3.7-canary.35e3cb5":{"name":"@firebase/database","version":"0.3.7-canary.35e3cb5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.35e3cb5","@firebase/app-types":"0.3.2-canary.35e3cb5"},"dependencies":{"@firebase/database-types":"0.3.2-canary.35e3cb5","@firebase/logger":"0.1.2-canary.35e3cb5","@firebase/util":"0.2.3-canary.35e3cb5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.35e3cb5","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7957cec1d389e16a68e73976dd6d09b0ab061039","size":400393,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.35e3cb5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.35e3cb5_1544148599393_0.07976988024628051"},"_hasShrinkwrap":false,"publish_time":1544148599617,"_cnpm_publish_time":1544148599617,"contributors":[]},"0.3.7-canary.d93e153":{"name":"@firebase/database","version":"0.3.7-canary.d93e153","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.d93e153","@firebase/app-types":"0.3.2-canary.d93e153"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d93e153","@firebase/logger":"0.1.2-canary.d93e153","@firebase/util":"0.2.3-canary.d93e153","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.d93e153","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"76e92f4d9445e3e7e005432d96c88c490d89fb26","size":400286,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.d93e153.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.d93e153_1543985292122_0.7255933751372752"},"_hasShrinkwrap":false,"publish_time":1543985292348,"_cnpm_publish_time":1543985292348,"contributors":[]},"0.3.7-canary.28bb3ad":{"name":"@firebase/database","version":"0.3.7-canary.28bb3ad","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.28bb3ad","@firebase/app-types":"0.3.2-canary.28bb3ad"},"dependencies":{"@firebase/database-types":"0.3.2-canary.28bb3ad","@firebase/logger":"0.1.2-canary.28bb3ad","@firebase/util":"0.2.3-canary.28bb3ad","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.28bb3ad","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ee3707b5a4fb58b21df8e30e7029aab8dce74bbd","size":386526,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.28bb3ad.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.28bb3ad_1543970570307_0.9659005997810479"},"_hasShrinkwrap":false,"publish_time":1543970570509,"_cnpm_publish_time":1543970570509,"contributors":[]},"0.3.7-canary.c313962":{"name":"@firebase/database","version":"0.3.7-canary.c313962","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.c313962","@firebase/app-types":"0.3.2-canary.c313962"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c313962","@firebase/logger":"0.1.2-canary.c313962","@firebase/util":"0.2.3-canary.c313962","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.c313962","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1bbe1c12065fbadef3c34bb25b6519c8d2c2f0f2","size":386527,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.c313962.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.c313962_1543951297929_0.8485436559082347"},"_hasShrinkwrap":false,"publish_time":1543951298085,"_cnpm_publish_time":1543951298085,"contributors":[]},"0.3.7-canary.b3a5242":{"name":"@firebase/database","version":"0.3.7-canary.b3a5242","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.b3a5242","@firebase/app-types":"0.3.2-canary.b3a5242"},"dependencies":{"@firebase/database-types":"0.3.2-canary.b3a5242","@firebase/logger":"0.1.2-canary.b3a5242","@firebase/util":"0.2.3-canary.b3a5242","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.b3a5242","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f19d7478289ae0fa09b8265dae366cb6a041e8ca","size":386525,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.b3a5242.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.b3a5242_1543610766863_0.11068623503950081"},"_hasShrinkwrap":false,"publish_time":1543610767051,"_cnpm_publish_time":1543610767051,"contributors":[]},"0.3.7-canary.603cf63":{"name":"@firebase/database","version":"0.3.7-canary.603cf63","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.603cf63","@firebase/app-types":"0.3.2-canary.603cf63"},"dependencies":{"@firebase/database-types":"0.3.2-canary.603cf63","@firebase/logger":"0.1.2-canary.603cf63","@firebase/util":"0.2.3-canary.603cf63","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.603cf63","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dddd225039764bea440c1e74842c4d7c9ee0d8e9","size":400286,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.603cf63.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.603cf63_1543609182243_0.9048922079048398"},"_hasShrinkwrap":false,"publish_time":1543609182501,"_cnpm_publish_time":1543609182501,"contributors":[]},"0.3.7-canary.c3895ac":{"name":"@firebase/database","version":"0.3.7-canary.c3895ac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.c3895ac","@firebase/app-types":"0.3.2-canary.c3895ac"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c3895ac","@firebase/logger":"0.1.2-canary.c3895ac","@firebase/util":"0.2.3-canary.c3895ac","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.c3895ac","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d128cdec2932878abeea66d169cc58708731e658","size":386526,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.c3895ac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.c3895ac_1543536666531_0.6550018663215267"},"_hasShrinkwrap":false,"publish_time":1543536666767,"_cnpm_publish_time":1543536666767,"contributors":[]},"0.3.7-canary.15ec4ce":{"name":"@firebase/database","version":"0.3.7-canary.15ec4ce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.15ec4ce","@firebase/app-types":"0.3.2-canary.15ec4ce"},"dependencies":{"@firebase/database-types":"0.3.2-canary.15ec4ce","@firebase/logger":"0.1.2-canary.15ec4ce","@firebase/util":"0.2.3-canary.15ec4ce","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.15ec4ce","_npmVersion":"6.4.1","_nodeVersion":"8.14.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"835671d5812ddb8fc56b306f2192f7c44ecc16da","size":386525,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.15ec4ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.15ec4ce_1543374009619_0.034664625427322626"},"_hasShrinkwrap":false,"publish_time":1543374009811,"_cnpm_publish_time":1543374009811,"contributors":[]},"0.3.7-canary.024b074":{"name":"@firebase/database","version":"0.3.7-canary.024b074","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.024b074","@firebase/app-types":"0.3.2-canary.024b074"},"dependencies":{"@firebase/database-types":"0.3.2-canary.024b074","@firebase/logger":"0.1.2-canary.024b074","@firebase/util":"0.2.3-canary.024b074","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.024b074","_npmVersion":"6.4.1","_nodeVersion":"8.13.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dce0c7064540f05e423bd7c8f2f3f811814b720f","size":386526,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.024b074.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.024b074_1543284888865_0.7418454729837607"},"_hasShrinkwrap":false,"publish_time":1543284889075,"_cnpm_publish_time":1543284889075,"contributors":[]},"0.3.7-canary.1baf7d6":{"name":"@firebase/database","version":"0.3.7-canary.1baf7d6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.1baf7d6","@firebase/app-types":"0.3.2-canary.1baf7d6"},"dependencies":{"@firebase/database-types":"0.3.2-canary.1baf7d6","@firebase/logger":"0.1.2-canary.1baf7d6","@firebase/util":"0.2.3-canary.1baf7d6","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.1baf7d6","_npmVersion":"6.4.1","_nodeVersion":"8.13.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e545c44b9cb49a5a76bef96986cecdbc2414654a","size":400286,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.1baf7d6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.1baf7d6_1543258394317_0.5266860821256576"},"_hasShrinkwrap":false,"publish_time":1543258394547,"_cnpm_publish_time":1543258394547,"contributors":[]},"0.3.7-canary.97cc3f8":{"name":"@firebase/database","version":"0.3.7-canary.97cc3f8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.5-canary.97cc3f8","@firebase/app-types":"0.3.2-canary.97cc3f8"},"dependencies":{"@firebase/database-types":"0.3.2-canary.97cc3f8","@firebase/logger":"0.1.2-canary.97cc3f8","@firebase/util":"0.2.3-canary.97cc3f8","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-canary.97cc3f8","_npmVersion":"6.4.1","_nodeVersion":"8.13.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cde3c4e46b2a4344d4d29a02edb4ddb5768bdb19","size":400286,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-canary.97cc3f8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-canary.97cc3f8_1542760528805_0.28527873356407496"},"_hasShrinkwrap":false,"publish_time":1542760528978,"_cnpm_publish_time":1542760528978,"contributors":[]},"0.3.7":{"name":"@firebase/database","version":"0.3.7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.2","@firebase/util":"0.2.3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.7","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"7cc9a83b2adff06137157e37d7f27545166afe74","size":400270,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7_1542754335706_0.590930925266208"},"_hasShrinkwrap":false,"publish_time":1542754335982,"_cnpm_publish_time":1542754335982,"contributors":[]},"0.3.6-canary.249dab2":{"name":"@firebase/database","version":"0.3.6-canary.249dab2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.249dab2","@firebase/app-types":"0.3.2-canary.249dab2"},"dependencies":{"@firebase/database-types":"0.3.2-canary.249dab2","@firebase/logger":"0.1.1-canary.249dab2","@firebase/util":"0.2.2-canary.249dab2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.249dab2","_npmVersion":"6.4.1","_nodeVersion":"8.13.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8fa8a566d4c4cb8a24392c5e92b497bd896ba64b","size":386527,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.249dab2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.249dab2_1542752866792_0.4034590997971057"},"_hasShrinkwrap":false,"publish_time":1542752866979,"_cnpm_publish_time":1542752866979,"contributors":[]},"0.3.7-0":{"name":"@firebase/database","version":"0.3.7-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.2-0","@firebase/util":"0.2.3-0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.2.0","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.7-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"fe09e128797146a02e478684b81da92702e4f1f3","size":400277,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.7-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.7-0_1542752685637_0.9033244349143583"},"_hasShrinkwrap":false,"publish_time":1542752685844,"_cnpm_publish_time":1542752685844,"contributors":[]},"0.3.6-canary.b3063e4":{"name":"@firebase/database","version":"0.3.6-canary.b3063e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.b3063e4","@firebase/app-types":"0.3.2-canary.b3063e4"},"dependencies":{"@firebase/database-types":"0.3.2-canary.b3063e4","@firebase/logger":"0.1.1-canary.b3063e4","@firebase/util":"0.2.2-canary.b3063e4","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.b3063e4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"48f1dd3969e83eb2ff9259ef42af0be5f8912a7c","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.b3063e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.b3063e4_1542687393293_0.16047930189716797"},"_hasShrinkwrap":false,"publish_time":1542687393451,"_cnpm_publish_time":1542687393451,"contributors":[]},"0.3.6-canary.06ee761":{"name":"@firebase/database","version":"0.3.6-canary.06ee761","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.06ee761","@firebase/app-types":"0.3.2-canary.06ee761"},"dependencies":{"@firebase/database-types":"0.3.2-canary.06ee761","@firebase/logger":"0.1.1-canary.06ee761","@firebase/util":"0.2.2-canary.06ee761","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.06ee761","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"996132c795913001a1d6403dc1d9a4c661724462","size":386529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.06ee761.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.06ee761_1542454781850_0.11849825133216019"},"_hasShrinkwrap":false,"publish_time":1542454782003,"_cnpm_publish_time":1542454782003,"contributors":[]},"0.3.6-canary.fcf1f64":{"name":"@firebase/database","version":"0.3.6-canary.fcf1f64","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.fcf1f64","@firebase/app-types":"0.3.2-canary.fcf1f64"},"dependencies":{"@firebase/database-types":"0.3.2-canary.fcf1f64","@firebase/logger":"0.1.1-canary.fcf1f64","@firebase/util":"0.2.2-canary.fcf1f64","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.fcf1f64","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f2edd1a8f738f0db878740b5223a537a8107eb98","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.fcf1f64.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.fcf1f64_1541822400633_0.26098290169397487"},"_hasShrinkwrap":false,"publish_time":1541822400837,"_cnpm_publish_time":1541822400837,"contributors":[]},"0.3.6-canary.ab4f7ab":{"name":"@firebase/database","version":"0.3.6-canary.ab4f7ab","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.ab4f7ab","@firebase/app-types":"0.3.2-canary.ab4f7ab"},"dependencies":{"@firebase/database-types":"0.3.2-canary.ab4f7ab","@firebase/logger":"0.1.1-canary.ab4f7ab","@firebase/util":"0.2.2-canary.ab4f7ab","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.ab4f7ab","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"493731719afe8b0d8ecb72914a1fc817a0f84a83","size":386529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.ab4f7ab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.ab4f7ab_1541804732655_0.22046543164578147"},"_hasShrinkwrap":false,"publish_time":1541804732810,"_cnpm_publish_time":1541804732810,"contributors":[]},"0.3.6-canary.6b3754f":{"name":"@firebase/database","version":"0.3.6-canary.6b3754f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.6b3754f","@firebase/app-types":"0.3.2-canary.6b3754f"},"dependencies":{"@firebase/database-types":"0.3.2-canary.6b3754f","@firebase/logger":"0.1.1-canary.6b3754f","@firebase/util":"0.2.2-canary.6b3754f","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.6b3754f","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"32bedaa1071b9efe6b7e81401e88fad64e15575e","size":386530,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.6b3754f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.6b3754f_1541724437202_0.5421606309258915"},"_hasShrinkwrap":false,"publish_time":1541724437370,"_cnpm_publish_time":1541724437370,"contributors":[]},"0.3.6-canary.54b304a":{"name":"@firebase/database","version":"0.3.6-canary.54b304a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.54b304a","@firebase/app-types":"0.3.2-canary.54b304a"},"dependencies":{"@firebase/database-types":"0.3.2-canary.54b304a","@firebase/logger":"0.1.1-canary.54b304a","@firebase/util":"0.2.2-canary.54b304a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.54b304a","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5acee0f16a92b030e5e80af29251c3719918a069","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.54b304a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.54b304a_1541704153528_0.4034057361659942"},"_hasShrinkwrap":false,"publish_time":1541704153674,"_cnpm_publish_time":1541704153674,"contributors":[]},"0.3.6-canary.b12d2ef":{"name":"@firebase/database","version":"0.3.6-canary.b12d2ef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.b12d2ef","@firebase/app-types":"0.3.2-canary.b12d2ef"},"dependencies":{"@firebase/database-types":"0.3.2-canary.b12d2ef","@firebase/logger":"0.1.1-canary.b12d2ef","@firebase/util":"0.2.2-canary.b12d2ef","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.b12d2ef","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"26298bd313a48e706c86541505d8b26a002ed088","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.b12d2ef.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.b12d2ef_1541645073144_0.9879137019571607"},"_hasShrinkwrap":false,"publish_time":1541645073364,"_cnpm_publish_time":1541645073364,"contributors":[]},"0.3.6-canary.d221abb":{"name":"@firebase/database","version":"0.3.6-canary.d221abb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.d221abb","@firebase/app-types":"0.3.2-canary.d221abb"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d221abb","@firebase/logger":"0.1.1-canary.d221abb","@firebase/util":"0.2.2-canary.d221abb","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.d221abb","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"732bcb17ebe9b93a291adff583e5e7c790b295d6","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.d221abb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.d221abb_1541549673461_0.6130452752096849"},"_hasShrinkwrap":false,"publish_time":1541549673669,"_cnpm_publish_time":1541549673669,"contributors":[]},"0.3.6-canary.a6aa999":{"name":"@firebase/database","version":"0.3.6-canary.a6aa999","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.a6aa999","@firebase/app-types":"0.3.2-canary.a6aa999"},"dependencies":{"@firebase/database-types":"0.3.2-canary.a6aa999","@firebase/logger":"0.1.1-canary.a6aa999","@firebase/util":"0.2.2-canary.a6aa999","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.a6aa999","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c296be51a9ae638654bdbc9f9108d6e60116f70b","size":400288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.a6aa999.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.a6aa999_1541521926452_0.823377286097646"},"_hasShrinkwrap":false,"publish_time":1541521926641,"_cnpm_publish_time":1541521926641,"contributors":[]},"0.3.6-canary.9d6917e":{"name":"@firebase/database","version":"0.3.6-canary.9d6917e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.9d6917e","@firebase/app-types":"0.3.2-canary.9d6917e"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9d6917e","@firebase/logger":"0.1.1-canary.9d6917e","@firebase/util":"0.2.2-canary.9d6917e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.9d6917e","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3792e386197cb3154d8f363ac353f727657aab96","size":386529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.9d6917e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.9d6917e_1541462573564_0.020316364299255207"},"_hasShrinkwrap":false,"publish_time":1541462573741,"_cnpm_publish_time":1541462573741,"contributors":[]},"0.3.6-canary.f4f0520":{"name":"@firebase/database","version":"0.3.6-canary.f4f0520","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.f4f0520","@firebase/app-types":"0.3.2-canary.f4f0520"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f4f0520","@firebase/logger":"0.1.1-canary.f4f0520","@firebase/util":"0.2.2-canary.f4f0520","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.f4f0520","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ae7f0b59bbaa79381716a21a756750970486ee74","size":386527,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.f4f0520.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.f4f0520_1541455189294_0.20283000266470852"},"_hasShrinkwrap":false,"publish_time":1541455189463,"_cnpm_publish_time":1541455189463,"contributors":[]},"0.3.6-canary.61a93e4":{"name":"@firebase/database","version":"0.3.6-canary.61a93e4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.61a93e4","@firebase/app-types":"0.3.2-canary.61a93e4"},"dependencies":{"@firebase/database-types":"0.3.2-canary.61a93e4","@firebase/logger":"0.1.1-canary.61a93e4","@firebase/util":"0.2.2-canary.61a93e4","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.61a93e4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"096fd159e38a844d2026419ff196bb18e07d2842","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.61a93e4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.61a93e4_1540701176906_0.35120853921037076"},"_hasShrinkwrap":false,"publish_time":1540701177129,"_cnpm_publish_time":1540701177129,"contributors":[]},"0.3.6-canary.d8b89bf":{"name":"@firebase/database","version":"0.3.6-canary.d8b89bf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.d8b89bf","@firebase/app-types":"0.3.2-canary.d8b89bf"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d8b89bf","@firebase/logger":"0.1.1-canary.d8b89bf","@firebase/util":"0.2.2-canary.d8b89bf","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.d8b89bf","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6a65c6af8e2abd0f8ba6c0c436a6f1fe9ccbbeb2","size":386529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.d8b89bf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.d8b89bf_1540427107424_0.8764206580816007"},"_hasShrinkwrap":false,"publish_time":1540427107555,"_cnpm_publish_time":1540427107555,"contributors":[]},"0.3.6-canary.29feeae":{"name":"@firebase/database","version":"0.3.6-canary.29feeae","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.29feeae","@firebase/app-types":"0.3.2-canary.29feeae"},"dependencies":{"@firebase/database-types":"0.3.2-canary.29feeae","@firebase/logger":"0.1.1-canary.29feeae","@firebase/util":"0.2.2-canary.29feeae","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.29feeae","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"52506cff814270996f19db9ceb92c36f772ad968","size":400288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.29feeae.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.29feeae_1540419688694_0.3210993467145349"},"_hasShrinkwrap":false,"publish_time":1540419688873,"_cnpm_publish_time":1540419688873,"contributors":[]},"0.3.6-canary.51c87a2":{"name":"@firebase/database","version":"0.3.6-canary.51c87a2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.51c87a2","@firebase/app-types":"0.3.2-canary.51c87a2"},"dependencies":{"@firebase/database-types":"0.3.2-canary.51c87a2","@firebase/logger":"0.1.1-canary.51c87a2","@firebase/util":"0.2.2-canary.51c87a2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.51c87a2","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e109a27f74757bf70b7a7b753002db8f92008883","size":400288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.51c87a2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.51c87a2_1539888601885_0.6687997660053504"},"_hasShrinkwrap":false,"publish_time":1539888602051,"_cnpm_publish_time":1539888602051,"contributors":[]},"0.3.6-canary.5046327":{"name":"@firebase/database","version":"0.3.6-canary.5046327","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.5046327","@firebase/app-types":"0.3.2-canary.5046327"},"dependencies":{"@firebase/database-types":"0.3.2-canary.5046327","@firebase/logger":"0.1.1-canary.5046327","@firebase/util":"0.2.2-canary.5046327","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.5046327","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9901d98533e16f8e619f0934b945ecf3cb6e777b","size":386530,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.5046327.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.5046327_1539822842301_0.028442883842351607"},"_hasShrinkwrap":false,"publish_time":1539822842480,"_cnpm_publish_time":1539822842480,"contributors":[]},"0.3.6-canary.fdff378":{"name":"@firebase/database","version":"0.3.6-canary.fdff378","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.fdff378","@firebase/app-types":"0.3.2-canary.fdff378"},"dependencies":{"@firebase/database-types":"0.3.2-canary.fdff378","@firebase/logger":"0.1.1-canary.fdff378","@firebase/util":"0.2.2-canary.fdff378","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.fdff378","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"812f9613eddea7f8e5c256976d7792d1a5f6968d","size":400290,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.fdff378.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.fdff378_1539822672479_0.006277588679260759"},"_hasShrinkwrap":false,"publish_time":1539822672676,"_cnpm_publish_time":1539822672676,"contributors":[]},"0.3.6-canary.6987434":{"name":"@firebase/database","version":"0.3.6-canary.6987434","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.6987434","@firebase/app-types":"0.3.2-canary.6987434"},"dependencies":{"@firebase/database-types":"0.3.2-canary.6987434","@firebase/logger":"0.1.1-canary.6987434","@firebase/util":"0.2.2-canary.6987434","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.6987434","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0fcff8889c2f4c99ae3145edeb93293d4f513f47","size":400291,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.6987434.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.6987434_1539819783793_0.35476950728674805"},"_hasShrinkwrap":false,"publish_time":1539819783964,"_cnpm_publish_time":1539819783964,"contributors":[]},"0.3.6-canary.5f70881":{"name":"@firebase/database","version":"0.3.6-canary.5f70881","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.5f70881","@firebase/app-types":"0.3.2-canary.5f70881"},"dependencies":{"@firebase/database-types":"0.3.2-canary.5f70881","@firebase/logger":"0.1.1-canary.5f70881","@firebase/util":"0.2.2-canary.5f70881","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.5f70881","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e194f53968f8e07a88bf7f385255ea582bde1e2d","size":400290,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.5f70881.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.5f70881_1539734676415_0.7029031407721218"},"_hasShrinkwrap":false,"publish_time":1539734676696,"_cnpm_publish_time":1539734676696,"contributors":[]},"0.3.6-canary.4d2fa6c":{"name":"@firebase/database","version":"0.3.6-canary.4d2fa6c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.4d2fa6c","@firebase/app-types":"0.3.2-canary.4d2fa6c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.4d2fa6c","@firebase/logger":"0.1.1-canary.4d2fa6c","@firebase/util":"0.2.2-canary.4d2fa6c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.4d2fa6c","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"542fe5261581a6b2643bbf6b584a54769fcb03e7","size":400288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.4d2fa6c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.4d2fa6c_1539619208883_0.0943598281067688"},"_hasShrinkwrap":false,"publish_time":1539619209046,"_cnpm_publish_time":1539619209046,"contributors":[]},"0.3.6-canary.5c84f50":{"name":"@firebase/database","version":"0.3.6-canary.5c84f50","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.5c84f50","@firebase/app-types":"0.3.2-canary.5c84f50"},"dependencies":{"@firebase/database-types":"0.3.2-canary.5c84f50","@firebase/logger":"0.1.1-canary.5c84f50","@firebase/util":"0.2.2-canary.5c84f50","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.5c84f50","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"80bdf4e40becbff6c604bb65643119ef70c44c1a","size":386528,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.5c84f50.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.5c84f50_1539294442212_0.3088040568441279"},"_hasShrinkwrap":false,"publish_time":1539294442371,"_cnpm_publish_time":1539294442371,"contributors":[]},"0.3.6-canary.53bdf9d":{"name":"@firebase/database","version":"0.3.6-canary.53bdf9d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.53bdf9d","@firebase/app-types":"0.3.2-canary.53bdf9d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.53bdf9d","@firebase/logger":"0.1.1-canary.53bdf9d","@firebase/util":"0.2.2-canary.53bdf9d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.53bdf9d","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"eee1e8a3d9250a9fe62a333c967f7a0ff5ab0d72","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.53bdf9d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.53bdf9d_1539211965847_0.3246961203496994"},"_hasShrinkwrap":false,"publish_time":1539211966118,"_cnpm_publish_time":1539211966118,"contributors":[]},"0.3.6-canary.f85dbce":{"name":"@firebase/database","version":"0.3.6-canary.f85dbce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.f85dbce","@firebase/app-types":"0.3.2-canary.f85dbce"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f85dbce","@firebase/logger":"0.1.1-canary.f85dbce","@firebase/util":"0.2.2-canary.f85dbce","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.f85dbce","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"91cf70e330579c1f94cb64847cca5271bdc6b09b","size":386528,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.f85dbce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.f85dbce_1539203981368_0.39796431509205243"},"_hasShrinkwrap":false,"publish_time":1539203981590,"_cnpm_publish_time":1539203981590,"contributors":[]},"0.3.6-canary.7553270":{"name":"@firebase/database","version":"0.3.6-canary.7553270","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.7553270","@firebase/app-types":"0.3.2-canary.7553270"},"dependencies":{"@firebase/database-types":"0.3.2-canary.7553270","@firebase/logger":"0.1.1-canary.7553270","@firebase/util":"0.2.2-canary.7553270","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.7553270","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"22265d60a6492ce573664c30975c0d26f816d7af","size":386528,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.7553270.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.7553270_1539193890081_0.13566978558530418"},"_hasShrinkwrap":false,"publish_time":1539193890273,"_cnpm_publish_time":1539193890273,"contributors":[]},"0.3.6-canary.fa9c3e5":{"name":"@firebase/database","version":"0.3.6-canary.fa9c3e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.fa9c3e5","@firebase/app-types":"0.3.2-canary.fa9c3e5"},"dependencies":{"@firebase/database-types":"0.3.2-canary.fa9c3e5","@firebase/logger":"0.1.1-canary.fa9c3e5","@firebase/util":"0.2.2-canary.fa9c3e5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.fa9c3e5","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5a186717830d54ea9cef68915b2fe7e104bf9e24","size":400288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.fa9c3e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.fa9c3e5_1539141023617_0.3010347382336416"},"_hasShrinkwrap":false,"publish_time":1539141023792,"_cnpm_publish_time":1539141023792,"contributors":[]},"0.3.6-canary.a9f4bc7":{"name":"@firebase/database","version":"0.3.6-canary.a9f4bc7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.a9f4bc7","@firebase/app-types":"0.3.2-canary.a9f4bc7"},"dependencies":{"@firebase/database-types":"0.3.2-canary.a9f4bc7","@firebase/logger":"0.1.1-canary.a9f4bc7","@firebase/util":"0.2.2-canary.a9f4bc7","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.a9f4bc7","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"561ce7edcc123cafb0e9b34f20f462a57e034825","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.a9f4bc7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.a9f4bc7_1539051965813_0.17308569175105348"},"_hasShrinkwrap":false,"publish_time":1539051966003,"_cnpm_publish_time":1539051966003,"contributors":[]},"0.3.6-canary.3347168":{"name":"@firebase/database","version":"0.3.6-canary.3347168","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.3347168","@firebase/app-types":"0.3.2-canary.3347168"},"dependencies":{"@firebase/database-types":"0.3.2-canary.3347168","@firebase/logger":"0.1.1-canary.3347168","@firebase/util":"0.2.2-canary.3347168","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.3347168","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7d89859dab6fc7705c4e3ecb5acae411e09e9040","size":386530,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.3347168.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.3347168_1539031758410_0.18537357309353641"},"_hasShrinkwrap":false,"publish_time":1539031758727,"_cnpm_publish_time":1539031758727,"contributors":[]},"0.3.6-canary.474b0f5":{"name":"@firebase/database","version":"0.3.6-canary.474b0f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.474b0f5","@firebase/app-types":"0.3.2-canary.474b0f5"},"dependencies":{"@firebase/database-types":"0.3.2-canary.474b0f5","@firebase/logger":"0.1.1-canary.474b0f5","@firebase/util":"0.2.2-canary.474b0f5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.474b0f5","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9a561fe9c4dedde99ccf8c808acf20e87d05a858","size":386529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.474b0f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.474b0f5_1538783535113_0.3152068087626456"},"_hasShrinkwrap":false,"publish_time":1538783535327,"_cnpm_publish_time":1538783535327,"contributors":[]},"0.3.6-canary.9e28b7d":{"name":"@firebase/database","version":"0.3.6-canary.9e28b7d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.9e28b7d","@firebase/app-types":"0.3.2-canary.9e28b7d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9e28b7d","@firebase/logger":"0.1.1-canary.9e28b7d","@firebase/util":"0.2.2-canary.9e28b7d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.9e28b7d","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a33f5313381fde2d8fac9550d17c8fca0721f7ca","size":386529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.9e28b7d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.9e28b7d_1538772771658_0.9085201358425026"},"_hasShrinkwrap":false,"publish_time":1538772771824,"_cnpm_publish_time":1538772771824,"contributors":[]},"0.3.6-canary.2813563":{"name":"@firebase/database","version":"0.3.6-canary.2813563","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.2813563","@firebase/app-types":"0.3.2-canary.2813563"},"dependencies":{"@firebase/database-types":"0.3.2-canary.2813563","@firebase/logger":"0.1.1-canary.2813563","@firebase/util":"0.2.2-canary.2813563","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.2813563","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6eb1838c3f1c1c7b2a2381593d2e33d27ae5e560","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.2813563.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.2813563_1538693723424_0.0274245067866572"},"_hasShrinkwrap":false,"publish_time":1538693723556,"_cnpm_publish_time":1538693723556,"contributors":[]},"0.3.6-canary.dd3ea8f":{"name":"@firebase/database","version":"0.3.6-canary.dd3ea8f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.dd3ea8f","@firebase/app-types":"0.3.2-canary.dd3ea8f"},"dependencies":{"@firebase/database-types":"0.3.2-canary.dd3ea8f","@firebase/logger":"0.1.1-canary.dd3ea8f","@firebase/util":"0.2.2-canary.dd3ea8f","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.dd3ea8f","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d40da1299b73bc55964f827c9ee474630952026b","size":386529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.dd3ea8f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.dd3ea8f_1538691205193_0.18049125493951346"},"_hasShrinkwrap":false,"publish_time":1538691205640,"_cnpm_publish_time":1538691205640,"contributors":[]},"0.3.6-canary.211a9b1":{"name":"@firebase/database","version":"0.3.6-canary.211a9b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.211a9b1","@firebase/app-types":"0.3.2-canary.211a9b1"},"dependencies":{"@firebase/database-types":"0.3.2-canary.211a9b1","@firebase/logger":"0.1.1-canary.211a9b1","@firebase/util":"0.2.2-canary.211a9b1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.211a9b1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dced94037dd8d96c8571dc271e4465d9b392bab6","size":386529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.211a9b1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.211a9b1_1538609637372_0.3723956751475628"},"_hasShrinkwrap":false,"publish_time":1538609637591,"_cnpm_publish_time":1538609637591,"contributors":[]},"0.3.6-canary.3223572":{"name":"@firebase/database","version":"0.3.6-canary.3223572","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.3223572","@firebase/app-types":"0.3.2-canary.3223572"},"dependencies":{"@firebase/database-types":"0.3.2-canary.3223572","@firebase/logger":"0.1.1-canary.3223572","@firebase/util":"0.2.2-canary.3223572","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.3223572","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fea6e75ae186626d27f32a3c88f3e72eb15d2b51","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.3223572.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.3223572_1538607148919_0.7874505041682682"},"_hasShrinkwrap":false,"publish_time":1538607149088,"_cnpm_publish_time":1538607149088,"contributors":[]},"0.3.6-canary.6f08d5d":{"name":"@firebase/database","version":"0.3.6-canary.6f08d5d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.6f08d5d","@firebase/app-types":"0.3.2-canary.6f08d5d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.6f08d5d","@firebase/logger":"0.1.1-canary.6f08d5d","@firebase/util":"0.2.2-canary.6f08d5d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.6f08d5d","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"abaeff011008a91e17ed3d2f6e95642f439125bf","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.6f08d5d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.6f08d5d_1538606774635_0.12008747112814344"},"_hasShrinkwrap":false,"publish_time":1538606775162,"_cnpm_publish_time":1538606775162,"contributors":[]},"0.3.6-canary.3279252":{"name":"@firebase/database","version":"0.3.6-canary.3279252","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.3279252","@firebase/app-types":"0.3.2-canary.3279252"},"dependencies":{"@firebase/database-types":"0.3.2-canary.3279252","@firebase/logger":"0.1.1-canary.3279252","@firebase/util":"0.2.2-canary.3279252","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.3279252","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2f7b9234eb0298dbf7f2d7d290a96bac30b7f574","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.3279252.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.3279252_1538604981798_0.6855872590637602"},"_hasShrinkwrap":false,"publish_time":1538604982041,"_cnpm_publish_time":1538604982041,"contributors":[]},"0.3.6-canary.c577a7ee":{"name":"@firebase/database","version":"0.3.6-canary.c577a7ee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.c577a7ee","@firebase/app-types":"0.3.2-canary.c577a7ee"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c577a7ee","@firebase/logger":"0.1.1-canary.c577a7ee","@firebase/util":"0.2.2-canary.c577a7ee","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.c577a7ee","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"ffe054d82ce657285a496ed5cc814a4a9aed6ffb","size":386529,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.c577a7ee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.c577a7ee_1538257846719_0.31683634484321854"},"_hasShrinkwrap":false,"publish_time":1538257846941,"_cnpm_publish_time":1538257846941,"contributors":[]},"0.3.6-canary.d7a7f0a":{"name":"@firebase/database","version":"0.3.6-canary.d7a7f0a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.d7a7f0a","@firebase/app-types":"0.3.2-canary.d7a7f0a"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d7a7f0a","@firebase/logger":"0.1.1-canary.d7a7f0a","@firebase/util":"0.2.2-canary.d7a7f0a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.d7a7f0a","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"85b984236256a7fbaaff0b407ab859507e489f84","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.d7a7f0a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.d7a7f0a_1537555753687_0.8631785308531987"},"_hasShrinkwrap":false,"publish_time":1537555753833,"_cnpm_publish_time":1537555753833,"contributors":[]},"0.3.6-canary.3dd9bcf":{"name":"@firebase/database","version":"0.3.6-canary.3dd9bcf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.3dd9bcf","@firebase/app-types":"0.3.2-canary.3dd9bcf"},"dependencies":{"@firebase/database-types":"0.3.2-canary.3dd9bcf","@firebase/logger":"0.1.1-canary.3dd9bcf","@firebase/util":"0.2.2-canary.3dd9bcf","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-canary.3dd9bcf","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4d333b4e540e6529d50305f1c735eca04c6d4983","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-canary.3dd9bcf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-canary.3dd9bcf_1537555207005_0.28607874775136244"},"_hasShrinkwrap":false,"publish_time":1537555207224,"_cnpm_publish_time":1537555207224,"contributors":[]},"0.3.6":{"name":"@firebase/database","version":"0.3.6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.1","@firebase/util":"0.2.2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.6","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"95167bc5d8454ade1619e6b74b823b08370ff2d1","size":400272,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6_1537479890804_0.5245793454800882"},"_hasShrinkwrap":false,"publish_time":1537479891034,"_cnpm_publish_time":1537479891034,"contributors":[]},"0.3.5-canary.a4ab0f6":{"name":"@firebase/database","version":"0.3.5-canary.a4ab0f6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.a4ab0f6","@firebase/app-types":"0.3.2-canary.a4ab0f6"},"dependencies":{"@firebase/database-types":"0.3.2-canary.a4ab0f6","@firebase/logger":"0.1.1-canary.a4ab0f6","@firebase/util":"0.2.2-canary.a4ab0f6","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.5-canary.a4ab0f6","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d1ca8c0f89664e65e983904863ee714082e88d3f","size":400289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.5-canary.a4ab0f6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.5-canary.a4ab0f6_1537387159039_0.08204451746224306"},"_hasShrinkwrap":false,"publish_time":1537387159270,"_cnpm_publish_time":1537387159270,"contributors":[]},"0.3.6-0":{"name":"@firebase/database","version":"0.3.6-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.1","@firebase/util":"0.2.2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.6-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"e5ea12d80f219f258d5d7f2881803d6d95857fb6","size":400275,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.6-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.6-0_1537308432737_0.31867243519632904"},"_hasShrinkwrap":false,"publish_time":1537308432948,"_cnpm_publish_time":1537308432948,"contributors":[]},"0.3.5-canary.33871d4":{"name":"@firebase/database","version":"0.3.5-canary.33871d4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.33871d4","@firebase/app-types":"0.3.2-canary.33871d4"},"dependencies":{"@firebase/database-types":"0.3.2-canary.33871d4","@firebase/logger":"0.1.1-canary.33871d4","@firebase/util":"0.2.2-canary.33871d4","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.5-canary.33871d4","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f627da56f15185c425ee8086c91e1495cad75ba2","size":400290,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.5-canary.33871d4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.5-canary.33871d4_1537293344703_0.2427999305640205"},"_hasShrinkwrap":false,"publish_time":1537293344865,"_cnpm_publish_time":1537293344865,"contributors":[]},"0.3.5-canary.03a78c7":{"name":"@firebase/database","version":"0.3.5-canary.03a78c7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.03a78c7","@firebase/app-types":"0.3.2-canary.03a78c7"},"dependencies":{"@firebase/database-types":"0.3.2-canary.03a78c7","@firebase/logger":"0.1.1-canary.03a78c7","@firebase/util":"0.2.2-canary.03a78c7","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.5-canary.03a78c7","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b7bb976c74338a28a042557200c99e9fcd8e2b7c","size":400290,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.5-canary.03a78c7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.5-canary.03a78c7_1537228847370_0.515979146385201"},"_hasShrinkwrap":false,"publish_time":1537228847639,"_cnpm_publish_time":1537228847639,"contributors":[]},"0.3.5-canary.d257bf8":{"name":"@firebase/database","version":"0.3.5-canary.d257bf8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.4-canary.d257bf8","@firebase/app-types":"0.3.2-canary.d257bf8"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d257bf8","@firebase/logger":"0.1.1-canary.d257bf8","@firebase/util":"0.2.2-canary.d257bf8","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.5-canary.d257bf8","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"aabe978be2a623067e6de3bb3d175efc0697be31","size":386530,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.5-canary.d257bf8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.5-canary.d257bf8_1536890692430_0.8310884145278741"},"_hasShrinkwrap":false,"publish_time":1536890692592,"_cnpm_publish_time":1536890692592,"contributors":[]},"0.3.5":{"name":"@firebase/database","version":"0.3.5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.1","@firebase/util":"0.2.2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.5","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"9a92808862ee03b131be55e2f7f97d8f996ea905","size":433052,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.5_1536878722442_0.46790769826849754"},"_hasShrinkwrap":false,"publish_time":1536878722631,"_cnpm_publish_time":1536878722631,"contributors":[]},"0.3.5-0":{"name":"@firebase/database","version":"0.3.5-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.1","@firebase/util":"0.2.2-0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.5-0","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"dist":{"shasum":"71314b137ec9bb2a966c64d8c23c7aac94feab58","size":432997,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.5-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.5-0_1536707708597_0.6580465228789252"},"_hasShrinkwrap":false,"publish_time":1536707708771,"_cnpm_publish_time":1536707708771,"contributors":[]},"0.3.4-canary.c067eef":{"name":"@firebase/database","version":"0.3.4-canary.c067eef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.c067eef","@firebase/app-types":"0.3.2-canary.c067eef"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c067eef","@firebase/logger":"0.1.1-canary.c067eef","@firebase/util":"0.2.1-canary.c067eef","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.c067eef","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e006814d5fdbe1f06a72f0219870a53d0623c703","size":400379,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.c067eef.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.c067eef_1536605189842_0.5385695391523833"},"_hasShrinkwrap":false,"publish_time":1536605190038,"_cnpm_publish_time":1536605190038,"contributors":[]},"0.3.4-canary.713222c":{"name":"@firebase/database","version":"0.3.4-canary.713222c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.713222c","@firebase/app-types":"0.3.2-canary.713222c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.713222c","@firebase/logger":"0.1.1-canary.713222c","@firebase/util":"0.2.1-canary.713222c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.713222c","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d7471774532e93235a450047d4adc0e43ba6a057","size":433065,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.713222c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.713222c_1536287067139_0.600930917581618"},"_hasShrinkwrap":false,"publish_time":1536287067444,"_cnpm_publish_time":1536287067444,"contributors":[]},"0.3.4-canary.33ea108":{"name":"@firebase/database","version":"0.3.4-canary.33ea108","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.33ea108","@firebase/app-types":"0.3.2-canary.33ea108"},"dependencies":{"@firebase/database-types":"0.3.2-canary.33ea108","@firebase/logger":"0.1.1-canary.33ea108","@firebase/util":"0.2.1-canary.33ea108","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.33ea108","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"127434578ff272f0b0e01aeb16d6c2f816567826","size":433065,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.33ea108.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.33ea108_1536259670696_0.5208616142595577"},"_hasShrinkwrap":false,"publish_time":1536259670946,"_cnpm_publish_time":1536259670946,"contributors":[]},"0.3.4-canary.e2098a2":{"name":"@firebase/database","version":"0.3.4-canary.e2098a2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.e2098a2","@firebase/app-types":"0.3.2-canary.e2098a2"},"dependencies":{"@firebase/database-types":"0.3.2-canary.e2098a2","@firebase/logger":"0.1.1-canary.e2098a2","@firebase/util":"0.2.1-canary.e2098a2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.e2098a2","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"80775da9266943ac1480bc565f6673ae4d1fe5a4","size":433058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.e2098a2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.e2098a2_1536254218639_0.7382811783065626"},"_hasShrinkwrap":false,"publish_time":1536254218864,"_cnpm_publish_time":1536254218864,"contributors":[]},"0.3.4-canary.3e7a12f":{"name":"@firebase/database","version":"0.3.4-canary.3e7a12f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.3e7a12f","@firebase/app-types":"0.3.2-canary.3e7a12f"},"dependencies":{"@firebase/database-types":"0.3.2-canary.3e7a12f","@firebase/logger":"0.1.1-canary.3e7a12f","@firebase/util":"0.2.1-canary.3e7a12f","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.3e7a12f","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"55ea9d03e1665d28adca8f5e33f5a33d958666b3","size":433072,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.3e7a12f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.3e7a12f_1536254161719_0.46280404960497057"},"_hasShrinkwrap":false,"publish_time":1536254161991,"_cnpm_publish_time":1536254161991,"contributors":[]},"0.3.4-canary.588900a":{"name":"@firebase/database","version":"0.3.4-canary.588900a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.588900a","@firebase/app-types":"0.3.2-canary.588900a"},"dependencies":{"@firebase/database-types":"0.3.2-canary.588900a","@firebase/logger":"0.1.1-canary.588900a","@firebase/util":"0.2.1-canary.588900a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.588900a","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0ba7d343037e628cde253564d1258d2da04df426","size":400368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.588900a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.588900a_1536252879735_0.7481563632968014"},"_hasShrinkwrap":false,"publish_time":1536252879939,"_cnpm_publish_time":1536252879939,"contributors":[]},"0.3.4-canary.0e1f6e5":{"name":"@firebase/database","version":"0.3.4-canary.0e1f6e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.0e1f6e5","@firebase/app-types":"0.3.2-canary.0e1f6e5"},"dependencies":{"@firebase/database-types":"0.3.2-canary.0e1f6e5","@firebase/logger":"0.1.1-canary.0e1f6e5","@firebase/util":"0.2.1-canary.0e1f6e5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.0e1f6e5","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"816ca4038cae6da1c23f5e988d8334d0bd161c88","size":400364,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.0e1f6e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.0e1f6e5_1536205228451_0.800412615198147"},"_hasShrinkwrap":false,"publish_time":1536205228646,"_cnpm_publish_time":1536205228646,"contributors":[]},"0.3.4-canary.eea6851":{"name":"@firebase/database","version":"0.3.4-canary.eea6851","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.eea6851","@firebase/app-types":"0.3.2-canary.eea6851"},"dependencies":{"@firebase/database-types":"0.3.2-canary.eea6851","@firebase/logger":"0.1.1-canary.eea6851","@firebase/util":"0.2.1-canary.eea6851","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.eea6851","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"73591a0b3ab6dce2889632da48f04933846225b0","size":433067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.eea6851.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.eea6851_1536201160141_0.5903363545232618"},"_hasShrinkwrap":false,"publish_time":1536201160465,"_cnpm_publish_time":1536201160465,"contributors":[]},"0.3.4-canary.a5e16d4":{"name":"@firebase/database","version":"0.3.4-canary.a5e16d4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.a5e16d4","@firebase/app-types":"0.3.2-canary.a5e16d4"},"dependencies":{"@firebase/database-types":"0.3.2-canary.a5e16d4","@firebase/logger":"0.1.1-canary.a5e16d4","@firebase/util":"0.2.1-canary.a5e16d4","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.a5e16d4","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"60ea1c6dda7c594fc4ccbfcee879ff39031a1ac8","size":433064,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.a5e16d4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.a5e16d4_1536196831878_0.22309812709791377"},"_hasShrinkwrap":false,"publish_time":1536196832085,"_cnpm_publish_time":1536196832085,"contributors":[]},"0.3.4-canary.dbc8d70":{"name":"@firebase/database","version":"0.3.4-canary.dbc8d70","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.dbc8d70","@firebase/app-types":"0.3.2-canary.dbc8d70"},"dependencies":{"@firebase/database-types":"0.3.2-canary.dbc8d70","@firebase/logger":"0.1.1-canary.dbc8d70","@firebase/util":"0.2.1-canary.dbc8d70","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.dbc8d70","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9b7e14a1403dc373c02d6f2e85c0828164272190","size":400365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.dbc8d70.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.dbc8d70_1536190777440_0.1275129277879572"},"_hasShrinkwrap":false,"publish_time":1536190777681,"_cnpm_publish_time":1536190777681,"contributors":[]},"0.3.4-canary.5e109b1":{"name":"@firebase/database","version":"0.3.4-canary.5e109b1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.5e109b1","@firebase/app-types":"0.3.2-canary.5e109b1"},"dependencies":{"@firebase/database-types":"0.3.2-canary.5e109b1","@firebase/logger":"0.1.1-canary.5e109b1","@firebase/util":"0.2.1-canary.5e109b1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.5e109b1","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"12e624da74d1fd301ce8a6a53b6794b09b8d0d6f","size":400370,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.5e109b1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.5e109b1_1536189586383_0.515768590927157"},"_hasShrinkwrap":false,"publish_time":1536189586555,"_cnpm_publish_time":1536189586555,"contributors":[]},"0.3.4-canary.65ea951":{"name":"@firebase/database","version":"0.3.4-canary.65ea951","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.65ea951","@firebase/app-types":"0.3.2-canary.65ea951"},"dependencies":{"@firebase/database-types":"0.3.2-canary.65ea951","@firebase/logger":"0.1.1-canary.65ea951","@firebase/util":"0.2.1-canary.65ea951","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.65ea951","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2e32c670c4c1104fb514edca0719b02e004b6df4","size":400366,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.65ea951.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.65ea951_1536184812024_0.0058932707584227195"},"_hasShrinkwrap":false,"publish_time":1536184812225,"_cnpm_publish_time":1536184812225,"contributors":[]},"0.3.4-canary.f30be09":{"name":"@firebase/database","version":"0.3.4-canary.f30be09","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.f30be09","@firebase/app-types":"0.3.2-canary.f30be09"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f30be09","@firebase/logger":"0.1.1-canary.f30be09","@firebase/util":"0.2.1-canary.f30be09","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.f30be09","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f3798df3ce31c89ca61abc6907c56f42180b32e4","size":400362,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.f30be09.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.f30be09_1536182157867_0.32973174246626114"},"_hasShrinkwrap":false,"publish_time":1536182158077,"_cnpm_publish_time":1536182158077,"contributors":[]},"0.3.4-canary.ad2d178":{"name":"@firebase/database","version":"0.3.4-canary.ad2d178","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.ad2d178","@firebase/app-types":"0.3.2-canary.ad2d178"},"dependencies":{"@firebase/database-types":"0.3.2-canary.ad2d178","@firebase/logger":"0.1.1-canary.ad2d178","@firebase/util":"0.2.1-canary.ad2d178","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.ad2d178","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0e5bf6c884f198703f2e793449cb1efcd932a5c8","size":433071,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.ad2d178.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.ad2d178_1536131062466_0.46364253458279103"},"_hasShrinkwrap":false,"publish_time":1536131062758,"_cnpm_publish_time":1536131062758,"contributors":[]},"0.3.4-canary.d99c197":{"name":"@firebase/database","version":"0.3.4-canary.d99c197","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.d99c197","@firebase/app-types":"0.3.2-canary.d99c197"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d99c197","@firebase/logger":"0.1.1-canary.d99c197","@firebase/util":"0.2.1-canary.d99c197","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.d99c197","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d813595f8ab0bd696c2a096d9762e1ef20609e34","size":400369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.d99c197.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.d99c197_1536091520718_0.7149536169484136"},"_hasShrinkwrap":false,"publish_time":1536091520919,"_cnpm_publish_time":1536091520919,"contributors":[]},"0.3.4-canary.9493faa":{"name":"@firebase/database","version":"0.3.4-canary.9493faa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.9493faa","@firebase/app-types":"0.3.2-canary.9493faa"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9493faa","@firebase/logger":"0.1.1-canary.9493faa","@firebase/util":"0.2.1-canary.9493faa","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.9493faa","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"be85375d9b74b1651484c97b4536ef8f8a6206bd","size":433069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.9493faa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.9493faa_1535747255041_0.9040654246411393"},"_hasShrinkwrap":false,"publish_time":1535747255238,"_cnpm_publish_time":1535747255238,"contributors":[]},"0.3.4-canary.ac7f9ce":{"name":"@firebase/database","version":"0.3.4-canary.ac7f9ce","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.ac7f9ce","@firebase/app-types":"0.3.2-canary.ac7f9ce"},"dependencies":{"@firebase/database-types":"0.3.2-canary.ac7f9ce","@firebase/logger":"0.1.1-canary.ac7f9ce","@firebase/util":"0.2.1-canary.ac7f9ce","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.ac7f9ce","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c8fe7246e9bf853e365fb9d81503184f23f216c5","size":433064,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.ac7f9ce.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.ac7f9ce_1535742184867_0.7258374608302578"},"_hasShrinkwrap":false,"publish_time":1535742185133,"_cnpm_publish_time":1535742185133,"contributors":[]},"0.3.4-canary.9d96d95":{"name":"@firebase/database","version":"0.3.4-canary.9d96d95","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.9d96d95","@firebase/app-types":"0.3.2-canary.9d96d95"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9d96d95","@firebase/logger":"0.1.1-canary.9d96d95","@firebase/util":"0.2.1-canary.9d96d95","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.9d96d95","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"818d0cdc9c8540972e5dc339ebcd6a4c3187b91a","size":433063,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.9d96d95.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.9d96d95_1535663529119_0.9059465521646555"},"_hasShrinkwrap":false,"publish_time":1535663529347,"_cnpm_publish_time":1535663529347,"contributors":[]},"0.3.4-canary.00b50e1":{"name":"@firebase/database","version":"0.3.4-canary.00b50e1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.00b50e1","@firebase/app-types":"0.3.2-canary.00b50e1"},"dependencies":{"@firebase/database-types":"0.3.2-canary.00b50e1","@firebase/logger":"0.1.1-canary.00b50e1","@firebase/util":"0.2.1-canary.00b50e1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.00b50e1","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0cc80a07db6905cb9d1bf65c552eccfff91da7bb","size":433057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.00b50e1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.00b50e1_1535484174788_0.04517473476677303"},"_hasShrinkwrap":false,"publish_time":1535484175003,"_cnpm_publish_time":1535484175003,"contributors":[]},"0.3.4-canary.1d5e639":{"name":"@firebase/database","version":"0.3.4-canary.1d5e639","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.1d5e639","@firebase/app-types":"0.3.2-canary.1d5e639"},"dependencies":{"@firebase/database-types":"0.3.2-canary.1d5e639","@firebase/logger":"0.1.1-canary.1d5e639","@firebase/util":"0.2.1-canary.1d5e639","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.1d5e639","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"245892970a4382e3cfc4cf20e030cd81629fee14","size":400372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.1d5e639.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.1d5e639_1535413189245_0.8463902155925365"},"_hasShrinkwrap":false,"publish_time":1535413189384,"_cnpm_publish_time":1535413189384,"contributors":[]},"0.3.4-canary.19ed65a":{"name":"@firebase/database","version":"0.3.4-canary.19ed65a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.19ed65a","@firebase/app-types":"0.3.2-canary.19ed65a"},"dependencies":{"@firebase/database-types":"0.3.2-canary.19ed65a","@firebase/logger":"0.1.1-canary.19ed65a","@firebase/util":"0.2.1-canary.19ed65a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.19ed65a","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"624dfc02e4e74cdb4c7b8a68e6701f1975248e9f","size":433063,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.19ed65a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.19ed65a_1535389384768_0.8397087349302792"},"_hasShrinkwrap":false,"publish_time":1535389384940,"_cnpm_publish_time":1535389384940,"contributors":[]},"0.3.4-canary.c08851c":{"name":"@firebase/database","version":"0.3.4-canary.c08851c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.c08851c","@firebase/app-types":"0.3.2-canary.c08851c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c08851c","@firebase/logger":"0.1.1-canary.c08851c","@firebase/util":"0.2.1-canary.c08851c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.c08851c","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b9678efa61a383594dd0daa29159ff133fcee80f","size":400376,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.c08851c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.c08851c_1535148442265_0.7118562480658162"},"_hasShrinkwrap":false,"publish_time":1535148442391,"_cnpm_publish_time":1535148442391,"contributors":[]},"0.3.4-canary.96bbc99":{"name":"@firebase/database","version":"0.3.4-canary.96bbc99","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.96bbc99","@firebase/app-types":"0.3.2-canary.96bbc99"},"dependencies":{"@firebase/database-types":"0.3.2-canary.96bbc99","@firebase/logger":"0.1.1-canary.96bbc99","@firebase/util":"0.2.1-canary.96bbc99","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.96bbc99","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4b6a1e77a93ccee3e0d1edac13168c9460e120b9","size":433074,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.96bbc99.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.96bbc99_1534979704376_0.7967788115905594"},"_hasShrinkwrap":false,"publish_time":1534979704512,"_cnpm_publish_time":1534979704512,"contributors":[]},"0.3.4-canary.d2f0667":{"name":"@firebase/database","version":"0.3.4-canary.d2f0667","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.d2f0667","@firebase/app-types":"0.3.2-canary.d2f0667"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d2f0667","@firebase/logger":"0.1.1-canary.d2f0667","@firebase/util":"0.2.1-canary.d2f0667","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.d2f0667","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d46d628a97f21632df97afac361e08ba45fb7a7d","size":400383,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.d2f0667.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.d2f0667_1534964060578_0.9778752801480726"},"_hasShrinkwrap":false,"publish_time":1534964060727,"_cnpm_publish_time":1534964060727,"contributors":[]},"0.3.4-canary.7d9f111":{"name":"@firebase/database","version":"0.3.4-canary.7d9f111","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.7d9f111","@firebase/app-types":"0.3.2-canary.7d9f111"},"dependencies":{"@firebase/database-types":"0.3.2-canary.7d9f111","@firebase/logger":"0.1.1-canary.7d9f111","@firebase/util":"0.2.1-canary.7d9f111","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.7d9f111","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"51490d768b6a67946396e3eb61eb218d6feeecc7","size":433076,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.7d9f111.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.7d9f111_1534893400669_0.4091948340982883"},"_hasShrinkwrap":false,"publish_time":1534893400898,"_cnpm_publish_time":1534893400898,"contributors":[]},"0.3.4-canary.9dbf6b0":{"name":"@firebase/database","version":"0.3.4-canary.9dbf6b0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.9dbf6b0","@firebase/app-types":"0.3.2-canary.9dbf6b0"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9dbf6b0","@firebase/logger":"0.1.1-canary.9dbf6b0","@firebase/util":"0.2.1-canary.9dbf6b0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.9dbf6b0","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9f50339eecaa303043a0503427f5d70efbeedd9d","size":433071,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.9dbf6b0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.9dbf6b0_1534880432433_0.2872705198153065"},"publish_time":1534880432519,"_hasShrinkwrap":false,"_cnpm_publish_time":1534880432519,"contributors":[]},"0.3.4-canary.76c2772":{"name":"@firebase/database","version":"0.3.4-canary.76c2772","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.76c2772","@firebase/app-types":"0.3.2-canary.76c2772"},"dependencies":{"@firebase/database-types":"0.3.2-canary.76c2772","@firebase/logger":"0.1.1-canary.76c2772","@firebase/util":"0.2.1-canary.76c2772","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.76c2772","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9fe2b8dc23413aeb175bf04ff7ff29963f9b8f29","size":400382,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.76c2772.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.76c2772_1534876018309_0.15807866385937608"},"_hasShrinkwrap":false,"publish_time":1534876018415,"_cnpm_publish_time":1534876018415,"contributors":[]},"0.3.4-canary.813a174":{"name":"@firebase/database","version":"0.3.4-canary.813a174","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.813a174","@firebase/app-types":"0.3.2-canary.813a174"},"dependencies":{"@firebase/database-types":"0.3.2-canary.813a174","@firebase/logger":"0.1.1-canary.813a174","@firebase/util":"0.2.1-canary.813a174","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.813a174","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8dd058176e8b7aaa7cc8fd5d191cced05ccacd5e","size":433078,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.813a174.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.813a174_1534875810878_0.5456844156245408"},"_hasShrinkwrap":false,"publish_time":1534875810984,"_cnpm_publish_time":1534875810984,"contributors":[]},"0.3.4-canary.4625e84":{"name":"@firebase/database","version":"0.3.4-canary.4625e84","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.4625e84","@firebase/app-types":"0.3.2-canary.4625e84"},"dependencies":{"@firebase/database-types":"0.3.2-canary.4625e84","@firebase/logger":"0.1.1-canary.4625e84","@firebase/util":"0.2.1-canary.4625e84","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.4625e84","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d6eabcabea5f5085c8d9fd03e45c4e02edcebd5d","size":400379,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.4625e84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.4625e84_1534803514921_0.8578776080210022"},"_hasShrinkwrap":false,"publish_time":1534803515166,"_cnpm_publish_time":1534803515166,"contributors":[]},"0.3.4-canary.86fea68":{"name":"@firebase/database","version":"0.3.4-canary.86fea68","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.86fea68","@firebase/app-types":"0.3.2-canary.86fea68"},"dependencies":{"@firebase/database-types":"0.3.2-canary.86fea68","@firebase/logger":"0.1.1-canary.86fea68","@firebase/util":"0.2.1-canary.86fea68","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.86fea68","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9292892c4030054921fcabc4388893a1421a4771","size":400376,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.86fea68.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.86fea68_1534791016465_0.6675987886418095"},"_hasShrinkwrap":false,"publish_time":1534791016672,"_cnpm_publish_time":1534791016672,"contributors":[]},"0.3.4-canary.3e98afa":{"name":"@firebase/database","version":"0.3.4-canary.3e98afa","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.3e98afa","@firebase/app-types":"0.3.2-canary.3e98afa"},"dependencies":{"@firebase/database-types":"0.3.2-canary.3e98afa","@firebase/logger":"0.1.1-canary.3e98afa","@firebase/util":"0.2.1-canary.3e98afa","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.3e98afa","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"eb4470e993f91f59e4e7453a90d7595eacdbbfbd","size":400363,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.3e98afa.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.3e98afa_1534788628629_0.8426327382532446"},"_hasShrinkwrap":false,"publish_time":1534788628773,"_cnpm_publish_time":1534788628773,"contributors":[]},"0.3.4-canary.74c57cf":{"name":"@firebase/database","version":"0.3.4-canary.74c57cf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.74c57cf","@firebase/app-types":"0.3.2-canary.74c57cf"},"dependencies":{"@firebase/database-types":"0.3.2-canary.74c57cf","@firebase/logger":"0.1.1-canary.74c57cf","@firebase/util":"0.2.1-canary.74c57cf","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.74c57cf","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"097177970a273f8837bab175ed59144dd9a5ebc4","size":433066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.74c57cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.74c57cf_1534700031625_0.922409870271393"},"_hasShrinkwrap":false,"publish_time":1534700031863,"_cnpm_publish_time":1534700031863,"contributors":[]},"0.3.4-canary.f241dd8":{"name":"@firebase/database","version":"0.3.4-canary.f241dd8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.f241dd8","@firebase/app-types":"0.3.2-canary.f241dd8"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f241dd8","@firebase/logger":"0.1.1-canary.f241dd8","@firebase/util":"0.2.1-canary.f241dd8","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.f241dd8","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"672767247d0e4e0b0560b0a5b24f5d548ac02e41","size":400369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.f241dd8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.f241dd8_1534622166819_0.8384778443016994"},"_hasShrinkwrap":false,"publish_time":1534622166939,"_cnpm_publish_time":1534622166939,"contributors":[]},"0.3.4-canary.a56134b":{"name":"@firebase/database","version":"0.3.4-canary.a56134b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.a56134b","@firebase/app-types":"0.3.2-canary.a56134b"},"dependencies":{"@firebase/database-types":"0.3.2-canary.a56134b","@firebase/logger":"0.1.1-canary.a56134b","@firebase/util":"0.2.1-canary.a56134b","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.a56134b","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8828ca7899b71379b5578ee78ba50425017aeb67","size":400374,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.a56134b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.a56134b_1534547185214_0.5586690482361836"},"_hasShrinkwrap":false,"publish_time":1534547185330,"_cnpm_publish_time":1534547185330,"contributors":[]},"0.3.4-canary.229832f":{"name":"@firebase/database","version":"0.3.4-canary.229832f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.229832f","@firebase/app-types":"0.3.2-canary.229832f"},"dependencies":{"@firebase/database-types":"0.3.2-canary.229832f","@firebase/logger":"0.1.1-canary.229832f","@firebase/util":"0.2.1-canary.229832f","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.229832f","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"132ce8d62970f5e855a60239f006b53ecc05b18c","size":433062,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.229832f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.229832f_1534534137192_0.45201471349396427"},"_hasShrinkwrap":false,"publish_time":1534534137304,"_cnpm_publish_time":1534534137304,"contributors":[]},"0.3.4-canary.14f9a71":{"name":"@firebase/database","version":"0.3.4-canary.14f9a71","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.14f9a71","@firebase/app-types":"0.3.2-canary.14f9a71"},"dependencies":{"@firebase/database-types":"0.3.2-canary.14f9a71","@firebase/logger":"0.1.1-canary.14f9a71","@firebase/util":"0.2.1-canary.14f9a71","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.14f9a71","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3a185baf7bfffdd6269728d36eaac147cb2f6db1","size":400371,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.14f9a71.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.14f9a71_1534533772203_0.9258998887062873"},"_hasShrinkwrap":false,"publish_time":1534533772377,"_cnpm_publish_time":1534533772377,"contributors":[]},"0.3.4-canary.95f3d18":{"name":"@firebase/database","version":"0.3.4-canary.95f3d18","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.95f3d18","@firebase/app-types":"0.3.2-canary.95f3d18"},"dependencies":{"@firebase/database-types":"0.3.2-canary.95f3d18","@firebase/logger":"0.1.1-canary.95f3d18","@firebase/util":"0.2.1-canary.95f3d18","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.95f3d18","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"818a5762abf49de00f943bdde9c9d4cb9f49e434","size":400386,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.95f3d18.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.95f3d18_1534525623516_0.5509655364494868"},"_hasShrinkwrap":false,"publish_time":1534525623659,"_cnpm_publish_time":1534525623659,"contributors":[]},"0.3.4-canary.4152a29":{"name":"@firebase/database","version":"0.3.4-canary.4152a29","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.4152a29","@firebase/app-types":"0.3.2-canary.4152a29"},"dependencies":{"@firebase/database-types":"0.3.2-canary.4152a29","@firebase/logger":"0.1.1-canary.4152a29","@firebase/util":"0.2.1-canary.4152a29","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.4152a29","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3c4d6cbaf138b9d90f97b316d3853e84684f2c7e","size":400375,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.4152a29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.4152a29_1534462785832_0.17915678845903926"},"_hasShrinkwrap":false,"publish_time":1534462785970,"_cnpm_publish_time":1534462785970,"contributors":[]},"0.3.4-canary.7ef7d51":{"name":"@firebase/database","version":"0.3.4-canary.7ef7d51","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.7ef7d51","@firebase/app-types":"0.3.2-canary.7ef7d51"},"dependencies":{"@firebase/database-types":"0.3.2-canary.7ef7d51","@firebase/logger":"0.1.1-canary.7ef7d51","@firebase/util":"0.2.1-canary.7ef7d51","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.7ef7d51","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"071c9417978e6b773dfa425a17e7083b4fe0e23b","size":400373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.7ef7d51.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.7ef7d51_1534462690087_0.6663850986358717"},"_hasShrinkwrap":false,"publish_time":1534462690218,"_cnpm_publish_time":1534462690218,"contributors":[]},"0.3.4-canary.bc40f0e":{"name":"@firebase/database","version":"0.3.4-canary.bc40f0e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.bc40f0e","@firebase/app-types":"0.3.2-canary.bc40f0e"},"dependencies":{"@firebase/database-types":"0.3.2-canary.bc40f0e","@firebase/logger":"0.1.1-canary.bc40f0e","@firebase/util":"0.2.1-canary.bc40f0e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.bc40f0e","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cd28439c205d4dfbc68613834f0b9f5dedb4372a","size":400366,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.bc40f0e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.bc40f0e_1534457743110_0.9222898894828655"},"_hasShrinkwrap":false,"publish_time":1534457743229,"_cnpm_publish_time":1534457743229,"contributors":[]},"0.3.4-canary.032786d":{"name":"@firebase/database","version":"0.3.4-canary.032786d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.032786d","@firebase/app-types":"0.3.2-canary.032786d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.032786d","@firebase/logger":"0.1.1-canary.032786d","@firebase/util":"0.2.1-canary.032786d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.032786d","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1b6f603e81a8897cdf53eef79ca7b8c13f7f1eca","size":400369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.032786d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.032786d_1534455559990_0.738773951492675"},"_hasShrinkwrap":false,"publish_time":1534455560111,"_cnpm_publish_time":1534455560111,"contributors":[]},"0.3.4-canary.ae5a048":{"name":"@firebase/database","version":"0.3.4-canary.ae5a048","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.ae5a048","@firebase/app-types":"0.3.2-canary.ae5a048"},"dependencies":{"@firebase/database-types":"0.3.2-canary.ae5a048","@firebase/logger":"0.1.1-canary.ae5a048","@firebase/util":"0.2.1-canary.ae5a048","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.ae5a048","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"eb793bbd4581afc44213df990982c7977b6c733a","size":400383,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.ae5a048.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.ae5a048_1534454367553_0.706623923846784"},"_hasShrinkwrap":false,"publish_time":1534454367737,"_cnpm_publish_time":1534454367737,"contributors":[]},"0.3.4-canary.9869db3":{"name":"@firebase/database","version":"0.3.4-canary.9869db3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.9869db3","@firebase/app-types":"0.3.2-canary.9869db3"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9869db3","@firebase/logger":"0.1.1-canary.9869db3","@firebase/util":"0.2.1-canary.9869db3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.9869db3","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fcb80b64594fba94e4fd10e0f467f194faefd9d0","size":433052,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.9869db3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.9869db3_1534447510561_0.4310364312482786"},"_hasShrinkwrap":false,"publish_time":1534447510752,"_cnpm_publish_time":1534447510752,"contributors":[]},"0.3.4-canary.8f85b13":{"name":"@firebase/database","version":"0.3.4-canary.8f85b13","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.8f85b13","@firebase/app-types":"0.3.2-canary.8f85b13"},"dependencies":{"@firebase/database-types":"0.3.2-canary.8f85b13","@firebase/logger":"0.1.1-canary.8f85b13","@firebase/util":"0.2.1-canary.8f85b13","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.8f85b13","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bea6fbcdcbe44fe1b5c10c9daf21725ccc482e1b","size":400373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.8f85b13.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.8f85b13_1534434227044_0.6869631700368375"},"_hasShrinkwrap":false,"publish_time":1534434227279,"_cnpm_publish_time":1534434227279,"contributors":[]},"0.3.4-canary.0ba4225":{"name":"@firebase/database","version":"0.3.4-canary.0ba4225","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.0ba4225","@firebase/app-types":"0.3.2-canary.0ba4225"},"dependencies":{"@firebase/database-types":"0.3.2-canary.0ba4225","@firebase/logger":"0.1.1-canary.0ba4225","@firebase/util":"0.2.1-canary.0ba4225","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.0ba4225","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4c20bf5daf1aff4568fcc5e456c236ddb5ca67e9","size":433054,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.0ba4225.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.0ba4225_1534377988237_0.6716500224519775"},"_hasShrinkwrap":false,"publish_time":1534377988446,"_cnpm_publish_time":1534377988446,"contributors":[]},"0.3.4-canary.d26866c":{"name":"@firebase/database","version":"0.3.4-canary.d26866c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.d26866c","@firebase/app-types":"0.3.2-canary.d26866c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d26866c","@firebase/logger":"0.1.1-canary.d26866c","@firebase/util":"0.2.1-canary.d26866c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.d26866c","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8d072d7eaba0488657f5401bbbc5b16594e6b93a","size":400367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.d26866c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.d26866c_1534368525503_0.747316095839673"},"_hasShrinkwrap":false,"publish_time":1534368525663,"_cnpm_publish_time":1534368525663,"contributors":[]},"0.3.4-canary.4ec654d":{"name":"@firebase/database","version":"0.3.4-canary.4ec654d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.4ec654d","@firebase/app-types":"0.3.2-canary.4ec654d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.4ec654d","@firebase/logger":"0.1.1-canary.4ec654d","@firebase/util":"0.2.1-canary.4ec654d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.4ec654d","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8e11eae79fc01c2f5e18d8bee4ce31b7f148abcb","size":400368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.4ec654d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.4ec654d_1534351612372_0.18747898034029165"},"_hasShrinkwrap":false,"publish_time":1534351612472,"_cnpm_publish_time":1534351612472,"contributors":[]},"0.3.4-canary.fc37f4c":{"name":"@firebase/database","version":"0.3.4-canary.fc37f4c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.fc37f4c","@firebase/app-types":"0.3.2-canary.fc37f4c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.fc37f4c","@firebase/logger":"0.1.1-canary.fc37f4c","@firebase/util":"0.2.1-canary.fc37f4c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.fc37f4c","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9520521476cec2674db1a5a99307c70b92413c72","size":400381,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.fc37f4c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.fc37f4c_1534287239662_0.036116452508873076"},"_hasShrinkwrap":false,"publish_time":1534287239844,"_cnpm_publish_time":1534287239844,"contributors":[]},"0.3.4-canary.d559e80":{"name":"@firebase/database","version":"0.3.4-canary.d559e80","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.d559e80","@firebase/app-types":"0.3.2-canary.d559e80"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d559e80","@firebase/logger":"0.1.1-canary.d559e80","@firebase/util":"0.2.1-canary.d559e80","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.d559e80","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b3862119441df917366dccb10e36090b3780868e","size":433067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.d559e80.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.d559e80_1534282880890_0.03743715070728504"},"_hasShrinkwrap":false,"publish_time":1534282881065,"_cnpm_publish_time":1534282881065,"contributors":[]},"0.3.4-canary.9941072":{"name":"@firebase/database","version":"0.3.4-canary.9941072","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.9941072","@firebase/app-types":"0.3.2-canary.9941072"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9941072","@firebase/logger":"0.1.1-canary.9941072","@firebase/util":"0.2.1-canary.9941072","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.9941072","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cab7532511c8529bab4b0bb82b5efd9fcf9b00ae","size":400375,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.9941072.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.9941072_1534273058418_0.8909459558440034"},"_hasShrinkwrap":false,"publish_time":1534273058484,"_cnpm_publish_time":1534273058484,"contributors":[]},"0.3.4-canary.89d46be":{"name":"@firebase/database","version":"0.3.4-canary.89d46be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.89d46be","@firebase/app-types":"0.3.2-canary.89d46be"},"dependencies":{"@firebase/database-types":"0.3.2-canary.89d46be","@firebase/logger":"0.1.1-canary.89d46be","@firebase/util":"0.2.1-canary.89d46be","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.89d46be","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"98b3d3c7886da487345abaab4ab6a41a3f17739a","size":433061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.89d46be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.89d46be_1534186831146_0.46661770053625573"},"_hasShrinkwrap":false,"publish_time":1534186831273,"_cnpm_publish_time":1534186831273,"contributors":[]},"0.3.4-canary.b30ce32":{"name":"@firebase/database","version":"0.3.4-canary.b30ce32","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.b30ce32","@firebase/app-types":"0.3.2-canary.b30ce32"},"dependencies":{"@firebase/database-types":"0.3.2-canary.b30ce32","@firebase/logger":"0.1.1-canary.b30ce32","@firebase/util":"0.2.1-canary.b30ce32","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.b30ce32","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"47d4023212da910c374210e7afb01c1ab33c90cd","size":400368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.b30ce32.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.b30ce32_1534186710308_0.6010104687418438"},"_hasShrinkwrap":false,"publish_time":1534186710435,"_cnpm_publish_time":1534186710435,"contributors":[]},"0.3.4-canary.5ff6dc0":{"name":"@firebase/database","version":"0.3.4-canary.5ff6dc0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.5ff6dc0","@firebase/app-types":"0.3.2-canary.5ff6dc0"},"dependencies":{"@firebase/database-types":"0.3.2-canary.5ff6dc0","@firebase/logger":"0.1.1-canary.5ff6dc0","@firebase/util":"0.2.1-canary.5ff6dc0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.5ff6dc0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"64fdb6ad6f088ff217f66c8d98ab542298d8f19d","size":433052,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.5ff6dc0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.5ff6dc0_1533943073982_0.8776533442362933"},"_hasShrinkwrap":false,"publish_time":1533943074192,"_cnpm_publish_time":1533943074192,"contributors":[]},"0.3.4-canary.d21071e":{"name":"@firebase/database","version":"0.3.4-canary.d21071e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.d21071e","@firebase/app-types":"0.3.2-canary.d21071e"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d21071e","@firebase/logger":"0.1.1-canary.d21071e","@firebase/util":"0.2.1-canary.d21071e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.d21071e","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"acea752b0722eda0adf869c2f55f2365edad8534","size":433063,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.d21071e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.d21071e_1533874419589_0.31891772067274626"},"_hasShrinkwrap":false,"publish_time":1533874419739,"_cnpm_publish_time":1533874419739,"contributors":[]},"0.3.4-canary.b6e6010":{"name":"@firebase/database","version":"0.3.4-canary.b6e6010","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.b6e6010","@firebase/app-types":"0.3.2-canary.b6e6010"},"dependencies":{"@firebase/database-types":"0.3.2-canary.b6e6010","@firebase/logger":"0.1.1-canary.b6e6010","@firebase/util":"0.2.1-canary.b6e6010","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.b6e6010","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a6d7f22d31b8096d3082ffb0bdfc7fe9ea9c217c","size":433059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.b6e6010.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.b6e6010_1533858685333_0.6236663180329804"},"_hasShrinkwrap":false,"publish_time":1533858685425,"_cnpm_publish_time":1533858685425,"contributors":[]},"0.3.4-canary.b16bbcd":{"name":"@firebase/database","version":"0.3.4-canary.b16bbcd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.b16bbcd","@firebase/app-types":"0.3.2-canary.b16bbcd"},"dependencies":{"@firebase/database-types":"0.3.2-canary.b16bbcd","@firebase/logger":"0.1.1-canary.b16bbcd","@firebase/util":"0.2.1-canary.b16bbcd","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.b16bbcd","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"995e1b4651de3a5c4c9e67227030aca59549c8c2","size":433055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.b16bbcd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.b16bbcd_1533833291984_0.8142145583349085"},"_hasShrinkwrap":false,"publish_time":1533833292144,"_cnpm_publish_time":1533833292144,"contributors":[]},"0.3.4-canary.541683b":{"name":"@firebase/database","version":"0.3.4-canary.541683b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.541683b","@firebase/app-types":"0.3.2-canary.541683b"},"dependencies":{"@firebase/database-types":"0.3.2-canary.541683b","@firebase/logger":"0.1.1-canary.541683b","@firebase/util":"0.2.1-canary.541683b","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.541683b","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ab778138fc4e23fa7f4751f7a878c792037fc817","size":433062,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.541683b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.541683b_1533770323810_0.180310969627685"},"_hasShrinkwrap":false,"publish_time":1533770323939,"_cnpm_publish_time":1533770323939,"contributors":[]},"0.3.4-canary.c6d3993":{"name":"@firebase/database","version":"0.3.4-canary.c6d3993","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.c6d3993","@firebase/app-types":"0.3.2-canary.c6d3993"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c6d3993","@firebase/logger":"0.1.1-canary.c6d3993","@firebase/util":"0.2.1-canary.c6d3993","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.c6d3993","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"83585fbfaa84fd975f092e82a47752c7e83f95d2","size":433073,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.c6d3993.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.c6d3993_1533769501869_0.7456776389777344"},"_hasShrinkwrap":false,"publish_time":1533769501987,"_cnpm_publish_time":1533769501987,"contributors":[]},"0.3.4-canary.28c0c06":{"name":"@firebase/database","version":"0.3.4-canary.28c0c06","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.28c0c06","@firebase/app-types":"0.3.2-canary.28c0c06"},"dependencies":{"@firebase/database-types":"0.3.2-canary.28c0c06","@firebase/logger":"0.1.1-canary.28c0c06","@firebase/util":"0.2.1-canary.28c0c06","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.28c0c06","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0c35bba9b2e3a774ba3471514394e75eb75c5675","size":433069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.28c0c06.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.28c0c06_1533710595292_0.568840507634158"},"_hasShrinkwrap":false,"publish_time":1533710595595,"_cnpm_publish_time":1533710595595,"contributors":[]},"0.3.4-canary.2beaaea":{"name":"@firebase/database","version":"0.3.4-canary.2beaaea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.2beaaea","@firebase/app-types":"0.3.2-canary.2beaaea"},"dependencies":{"@firebase/database-types":"0.3.2-canary.2beaaea","@firebase/logger":"0.1.1-canary.2beaaea","@firebase/util":"0.2.1-canary.2beaaea","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.2beaaea","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4c2c434c6f8c32ff5f9447d421a86ad4a81558fa","size":433052,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.2beaaea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.2beaaea_1533689642641_0.036549429977580594"},"_hasShrinkwrap":false,"publish_time":1533689642826,"_cnpm_publish_time":1533689642826,"contributors":[]},"0.3.4-canary.9684f84":{"name":"@firebase/database","version":"0.3.4-canary.9684f84","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.9684f84","@firebase/app-types":"0.3.2-canary.9684f84"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9684f84","@firebase/logger":"0.1.1-canary.9684f84","@firebase/util":"0.2.1-canary.9684f84","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.9684f84","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"75a746bff5e0e8f59a0adab63c9fa99bad9f6d16","size":400362,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.9684f84.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.9684f84_1533688276778_0.9151752483836513"},"_hasShrinkwrap":false,"publish_time":1533688276943,"_cnpm_publish_time":1533688276943,"contributors":[]},"0.3.4-canary.cb4b529":{"name":"@firebase/database","version":"0.3.4-canary.cb4b529","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.cb4b529","@firebase/app-types":"0.3.2-canary.cb4b529"},"dependencies":{"@firebase/database-types":"0.3.2-canary.cb4b529","@firebase/logger":"0.1.1-canary.cb4b529","@firebase/util":"0.2.1-canary.cb4b529","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.cb4b529","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"03515e95581d0762ca712fc7f66ca5b7d41ec66c","size":433055,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.cb4b529.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.cb4b529_1533686564623_0.06269488763635755"},"_hasShrinkwrap":false,"publish_time":1533686564752,"_cnpm_publish_time":1533686564752,"contributors":[]},"0.3.4-canary.fb05d40":{"name":"@firebase/database","version":"0.3.4-canary.fb05d40","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.fb05d40","@firebase/app-types":"0.3.2-canary.fb05d40"},"dependencies":{"@firebase/database-types":"0.3.2-canary.fb05d40","@firebase/logger":"0.1.1-canary.fb05d40","@firebase/util":"0.2.1-canary.fb05d40","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.fb05d40","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ddce1194bd60fbeb1c67d4e211f6a0a382c33a55","size":433067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.fb05d40.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.fb05d40_1533683531716_0.7974044348383471"},"_hasShrinkwrap":false,"publish_time":1533683531841,"_cnpm_publish_time":1533683531841,"contributors":[]},"0.3.4-canary.007ef8f":{"name":"@firebase/database","version":"0.3.4-canary.007ef8f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.007ef8f","@firebase/app-types":"0.3.2-canary.007ef8f"},"dependencies":{"@firebase/database-types":"0.3.2-canary.007ef8f","@firebase/logger":"0.1.1-canary.007ef8f","@firebase/util":"0.2.1-canary.007ef8f","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.007ef8f","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8052a85f76e67553297c19d61fd0090db25c33d5","size":400373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.007ef8f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.007ef8f_1533583728134_0.18993813184880048"},"_hasShrinkwrap":false,"publish_time":1533583728242,"_cnpm_publish_time":1533583728242,"contributors":[]},"0.3.4-canary.180b5e5":{"name":"@firebase/database","version":"0.3.4-canary.180b5e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.180b5e5","@firebase/app-types":"0.3.2-canary.180b5e5"},"dependencies":{"@firebase/database-types":"0.3.2-canary.180b5e5","@firebase/logger":"0.1.1-canary.180b5e5","@firebase/util":"0.2.1-canary.180b5e5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.180b5e5","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"78a2c1ea2a498f07f2aa26968a24fcb3aa1c8672","size":433077,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.180b5e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.180b5e5_1533573144750_0.025878284187440537"},"_hasShrinkwrap":false,"publish_time":1533573144905,"_cnpm_publish_time":1533573144905,"contributors":[]},"0.3.4-canary.2f17ba0":{"name":"@firebase/database","version":"0.3.4-canary.2f17ba0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.2f17ba0","@firebase/app-types":"0.3.2-canary.2f17ba0"},"dependencies":{"@firebase/database-types":"0.3.2-canary.2f17ba0","@firebase/logger":"0.1.1-canary.2f17ba0","@firebase/util":"0.2.1-canary.2f17ba0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.2f17ba0","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8fde7e8db89f78b3259c764076d190ef2c23aea5","size":400366,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.2f17ba0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.2f17ba0_1533333215986_0.8872335268402485"},"_hasShrinkwrap":false,"publish_time":1533333216103,"_cnpm_publish_time":1533333216103,"contributors":[]},"0.3.4-canary.dc9a5d1":{"name":"@firebase/database","version":"0.3.4-canary.dc9a5d1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.dc9a5d1","@firebase/app-types":"0.3.2-canary.dc9a5d1"},"dependencies":{"@firebase/database-types":"0.3.2-canary.dc9a5d1","@firebase/logger":"0.1.1-canary.dc9a5d1","@firebase/util":"0.2.1-canary.dc9a5d1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.dc9a5d1","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d7a3ea874fa804751343956715ae518dc1b66c27","size":400363,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.dc9a5d1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.dc9a5d1_1533331004451_0.8476915535824112"},"_hasShrinkwrap":false,"publish_time":1533331004639,"_cnpm_publish_time":1533331004639,"contributors":[]},"0.3.4-canary.4af0843":{"name":"@firebase/database","version":"0.3.4-canary.4af0843","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.4af0843","@firebase/app-types":"0.3.2-canary.4af0843"},"dependencies":{"@firebase/database-types":"0.3.2-canary.4af0843","@firebase/logger":"0.1.1-canary.4af0843","@firebase/util":"0.2.1-canary.4af0843","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.4af0843","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a13133e9ab7c98b9f57e2572912df0e47d7999a3","size":400384,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.4af0843.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.4af0843_1533278421876_0.031325222654523976"},"_hasShrinkwrap":false,"publish_time":1533278422408,"_cnpm_publish_time":1533278422408,"contributors":[]},"0.3.4-canary.c906eee":{"name":"@firebase/database","version":"0.3.4-canary.c906eee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.c906eee","@firebase/app-types":"0.3.2-canary.c906eee"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c906eee","@firebase/logger":"0.1.1-canary.c906eee","@firebase/util":"0.2.1-canary.c906eee","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.c906eee","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"665ba24f8e1c31a1ec26a8526be792d97c9d356c","size":400372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.c906eee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.c906eee_1533275314989_0.8194233553380654"},"_hasShrinkwrap":false,"publish_time":1533275315158,"_cnpm_publish_time":1533275315158,"contributors":[]},"0.3.4-canary.22ed571":{"name":"@firebase/database","version":"0.3.4-canary.22ed571","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.22ed571","@firebase/app-types":"0.3.2-canary.22ed571"},"dependencies":{"@firebase/database-types":"0.3.2-canary.22ed571","@firebase/logger":"0.1.1-canary.22ed571","@firebase/util":"0.2.1-canary.22ed571","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.22ed571","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e2c42d9ca6be84dc31390a83c919c17e03652225","size":433067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.22ed571.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.22ed571_1533237437213_0.022542803978703008"},"_hasShrinkwrap":false,"publish_time":1533237437330,"_cnpm_publish_time":1533237437330,"contributors":[]},"0.3.4-canary.2dab48d":{"name":"@firebase/database","version":"0.3.4-canary.2dab48d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.2dab48d","@firebase/app-types":"0.3.2-canary.2dab48d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.2dab48d","@firebase/logger":"0.1.1-canary.2dab48d","@firebase/util":"0.2.1-canary.2dab48d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.2dab48d","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6ff796fa9ffc9c25ea77c5c346037b103dd909d8","size":400375,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.2dab48d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.2dab48d_1533237003582_0.5578830965552617"},"_hasShrinkwrap":false,"publish_time":1533237003737,"_cnpm_publish_time":1533237003737,"contributors":[]},"0.3.4-canary.c74c3b9":{"name":"@firebase/database","version":"0.3.4-canary.c74c3b9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.c74c3b9","@firebase/app-types":"0.3.2-canary.c74c3b9"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c74c3b9","@firebase/logger":"0.1.1-canary.c74c3b9","@firebase/util":"0.2.1-canary.c74c3b9","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.c74c3b9","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5f8536553fe47699f4a220a840bd4dfaa0c5e3eb","size":433064,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.c74c3b9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.c74c3b9_1533159840103_0.9523816819383681"},"_hasShrinkwrap":false,"publish_time":1533159840257,"_cnpm_publish_time":1533159840257,"contributors":[]},"0.3.4-canary.e4ec036":{"name":"@firebase/database","version":"0.3.4-canary.e4ec036","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.e4ec036","@firebase/app-types":"0.3.2-canary.e4ec036"},"dependencies":{"@firebase/database-types":"0.3.2-canary.e4ec036","@firebase/logger":"0.1.1-canary.e4ec036","@firebase/util":"0.2.1-canary.e4ec036","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.e4ec036","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"84adf6381d75c5f5f58dc09d5edf022c432fce2d","size":433068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.e4ec036.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.e4ec036_1533150466234_0.18294789610143414"},"_hasShrinkwrap":false,"publish_time":1533150466385,"_cnpm_publish_time":1533150466385,"contributors":[]},"0.3.4-canary.bb97c27":{"name":"@firebase/database","version":"0.3.4-canary.bb97c27","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.bb97c27","@firebase/app-types":"0.3.2-canary.bb97c27"},"dependencies":{"@firebase/database-types":"0.3.2-canary.bb97c27","@firebase/logger":"0.1.1-canary.bb97c27","@firebase/util":"0.2.1-canary.bb97c27","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.bb97c27","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"253cc596c46a779becf5b1d2260d6eab50744e4e","size":400378,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.bb97c27.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.bb97c27_1533145552638_0.8165228940316294"},"_hasShrinkwrap":false,"publish_time":1533145552772,"_cnpm_publish_time":1533145552772,"contributors":[]},"0.3.4-canary.e8460bc":{"name":"@firebase/database","version":"0.3.4-canary.e8460bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.e8460bc","@firebase/app-types":"0.3.2-canary.e8460bc"},"dependencies":{"@firebase/database-types":"0.3.2-canary.e8460bc","@firebase/logger":"0.1.1-canary.e8460bc","@firebase/util":"0.2.1-canary.e8460bc","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.e8460bc","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5d1c4bf2aabc5a83bde2f31533b2113e0095f0ae","size":433042,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.e8460bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.e8460bc_1533080949367_0.3357364301607748"},"_hasShrinkwrap":false,"publish_time":1533080949563,"_cnpm_publish_time":1533080949563,"contributors":[]},"0.3.4-canary.08907db":{"name":"@firebase/database","version":"0.3.4-canary.08907db","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.08907db","@firebase/app-types":"0.3.2-canary.08907db"},"dependencies":{"@firebase/database-types":"0.3.2-canary.08907db","@firebase/logger":"0.1.1-canary.08907db","@firebase/util":"0.2.1-canary.08907db","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.08907db","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"938c7a1683e81f19655f26086e0a28685d3f0e0a","size":400372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.08907db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.08907db_1533074817669_0.9743720185416229"},"_hasShrinkwrap":false,"publish_time":1533074817797,"_cnpm_publish_time":1533074817797,"contributors":[]},"0.3.4-canary.ca008a4":{"name":"@firebase/database","version":"0.3.4-canary.ca008a4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.ca008a4","@firebase/app-types":"0.3.2-canary.ca008a4"},"dependencies":{"@firebase/database-types":"0.3.2-canary.ca008a4","@firebase/logger":"0.1.1-canary.ca008a4","@firebase/util":"0.2.1-canary.ca008a4","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.ca008a4","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d754f8921347727406fbd8ac3e96b695a114fc6d","size":433067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.ca008a4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.ca008a4_1533063701817_0.25152457129408723"},"_hasShrinkwrap":false,"publish_time":1533063701995,"_cnpm_publish_time":1533063701995,"contributors":[]},"0.3.4-canary.063f729":{"name":"@firebase/database","version":"0.3.4-canary.063f729","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.063f729","@firebase/app-types":"0.3.2-canary.063f729"},"dependencies":{"@firebase/database-types":"0.3.2-canary.063f729","@firebase/logger":"0.1.1-canary.063f729","@firebase/util":"0.2.1-canary.063f729","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.063f729","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b66811a00450bfb03b7d03a3a9f3378c9f4d15d5","size":400376,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.063f729.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.063f729_1533061608834_0.4783064463718256"},"_hasShrinkwrap":false,"publish_time":1533061609005,"_cnpm_publish_time":1533061609005,"contributors":[]},"0.3.4-canary.1f25d0d":{"name":"@firebase/database","version":"0.3.4-canary.1f25d0d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.1f25d0d","@firebase/app-types":"0.3.2-canary.1f25d0d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.1f25d0d","@firebase/logger":"0.1.1-canary.1f25d0d","@firebase/util":"0.2.1-canary.1f25d0d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.1f25d0d","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2e3acbfd14c0967d5d4cda138be60ad348779cb1","size":400367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.1f25d0d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.1f25d0d_1533054183102_0.6767101653873506"},"_hasShrinkwrap":false,"publish_time":1533054183407,"_cnpm_publish_time":1533054183407,"contributors":[]},"0.3.4-canary.f14ebc2":{"name":"@firebase/database","version":"0.3.4-canary.f14ebc2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.f14ebc2","@firebase/app-types":"0.3.2-canary.f14ebc2"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f14ebc2","@firebase/logger":"0.1.1-canary.f14ebc2","@firebase/util":"0.2.1-canary.f14ebc2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.f14ebc2","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"502a3c997d6a40d91bc126bddd9567ff6403aa93","size":433057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.f14ebc2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.f14ebc2_1532995965794_0.030062379282885354"},"_hasShrinkwrap":false,"publish_time":1532995965935,"_cnpm_publish_time":1532995965935,"contributors":[]},"0.3.4-canary.a80a597":{"name":"@firebase/database","version":"0.3.4-canary.a80a597","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.a80a597","@firebase/app-types":"0.3.2-canary.a80a597"},"dependencies":{"@firebase/database-types":"0.3.2-canary.a80a597","@firebase/logger":"0.1.1-canary.a80a597","@firebase/util":"0.2.1-canary.a80a597","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.a80a597","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"22da4a07ac14b8fe0d43e74036d2cc9f55b9e611","size":433060,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.a80a597.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.a80a597_1532992972473_0.32949884986199796"},"_hasShrinkwrap":false,"publish_time":1532992972618,"_cnpm_publish_time":1532992972618,"contributors":[]},"0.3.4-canary.f86d8c9":{"name":"@firebase/database","version":"0.3.4-canary.f86d8c9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.f86d8c9","@firebase/app-types":"0.3.2-canary.f86d8c9"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f86d8c9","@firebase/logger":"0.1.1-canary.f86d8c9","@firebase/util":"0.2.1-canary.f86d8c9","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.f86d8c9","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"289d46374f16e65807ea9b57fada1171c993eabe","size":433065,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.f86d8c9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.f86d8c9_1532990460027_0.361086711805231"},"_hasShrinkwrap":false,"publish_time":1532990460174,"_cnpm_publish_time":1532990460174,"contributors":[]},"0.3.4-canary.5c485dc":{"name":"@firebase/database","version":"0.3.4-canary.5c485dc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.5c485dc","@firebase/app-types":"0.3.2-canary.5c485dc"},"dependencies":{"@firebase/database-types":"0.3.2-canary.5c485dc","@firebase/logger":"0.1.1-canary.5c485dc","@firebase/util":"0.2.1-canary.5c485dc","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.5c485dc","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"af136a1bd125b4cb32dc27cc14ff5aeea5c1ea9f","size":400378,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.5c485dc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.5c485dc_1532983616507_0.5976781912228128"},"_hasShrinkwrap":false,"publish_time":1532983616649,"_cnpm_publish_time":1532983616649,"contributors":[]},"0.3.4-canary.6abb55f":{"name":"@firebase/database","version":"0.3.4-canary.6abb55f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.6abb55f","@firebase/app-types":"0.3.2-canary.6abb55f"},"dependencies":{"@firebase/database-types":"0.3.2-canary.6abb55f","@firebase/logger":"0.1.1-canary.6abb55f","@firebase/util":"0.2.1-canary.6abb55f","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.6abb55f","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b24752cc50b5f9b85361401e6511cee0479b8abf","size":433066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.6abb55f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.6abb55f_1532981273816_0.3735758719413018"},"_hasShrinkwrap":false,"publish_time":1532981274870,"_cnpm_publish_time":1532981274870,"contributors":[]},"0.3.4-canary.d9e432e":{"name":"@firebase/database","version":"0.3.4-canary.d9e432e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.d9e432e","@firebase/app-types":"0.3.2-canary.d9e432e"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d9e432e","@firebase/logger":"0.1.1-canary.d9e432e","@firebase/util":"0.2.1-canary.d9e432e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.d9e432e","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6604ae23049e88876e86a8c6b6dddc5eeeab16fe","size":400379,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.d9e432e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.d9e432e_1532902002756_0.28110518348464475"},"_hasShrinkwrap":false,"publish_time":1532902002976,"_cnpm_publish_time":1532902002976,"contributors":[]},"0.3.4-canary.718953e":{"name":"@firebase/database","version":"0.3.4-canary.718953e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.718953e","@firebase/app-types":"0.3.2-canary.718953e"},"dependencies":{"@firebase/database-types":"0.3.2-canary.718953e","@firebase/logger":"0.1.1-canary.718953e","@firebase/util":"0.2.1-canary.718953e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.718953e","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"50dee5bfb9a8bb049c42354fd0cb3494ade6e97d","size":433072,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.718953e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.718953e_1532711089358_0.9665862869074875"},"_hasShrinkwrap":false,"publish_time":1532711089539,"_cnpm_publish_time":1532711089539,"contributors":[]},"0.3.4-canary.fc2e967":{"name":"@firebase/database","version":"0.3.4-canary.fc2e967","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.fc2e967","@firebase/app-types":"0.3.2-canary.fc2e967"},"dependencies":{"@firebase/database-types":"0.3.2-canary.fc2e967","@firebase/logger":"0.1.1-canary.fc2e967","@firebase/util":"0.2.1-canary.fc2e967","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.fc2e967","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2a8871a980d6aeedaf534e21e0115871ead09219","size":400372,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.fc2e967.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.fc2e967_1532558320020_0.9725206696578268"},"_hasShrinkwrap":false,"publish_time":1532558320839,"_cnpm_publish_time":1532558320839,"contributors":[]},"0.3.4-canary.b8a061b":{"name":"@firebase/database","version":"0.3.4-canary.b8a061b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.b8a061b","@firebase/app-types":"0.3.2-canary.b8a061b"},"dependencies":{"@firebase/database-types":"0.3.2-canary.b8a061b","@firebase/logger":"0.1.1-canary.b8a061b","@firebase/util":"0.2.1-canary.b8a061b","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.b8a061b","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3b9fe22fb49c8c7fd3a4c6e83ba50c9bd876a77b","size":433049,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.b8a061b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.b8a061b_1532546652866_0.006601266525149141"},"_hasShrinkwrap":false,"publish_time":1532546652973,"_cnpm_publish_time":1532546652973,"contributors":[]},"0.3.4-canary.d61fbb2":{"name":"@firebase/database","version":"0.3.4-canary.d61fbb2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.d61fbb2","@firebase/app-types":"0.3.2-canary.d61fbb2"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d61fbb2","@firebase/logger":"0.1.1-canary.d61fbb2","@firebase/util":"0.2.1-canary.d61fbb2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.d61fbb2","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"912ef1c3bbc6d21b6948c0d672f1539b89a88da3","size":433072,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.d61fbb2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.d61fbb2_1532500113202_0.6654605029202691"},"_hasShrinkwrap":false,"publish_time":1532500113342,"_cnpm_publish_time":1532500113342,"contributors":[]},"0.3.4-canary.f4dd231":{"name":"@firebase/database","version":"0.3.4-canary.f4dd231","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.f4dd231","@firebase/app-types":"0.3.2-canary.f4dd231"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f4dd231","@firebase/logger":"0.1.1-canary.f4dd231","@firebase/util":"0.2.1-canary.f4dd231","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.f4dd231","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9a2ea6254a87218e7109ab64e094afe716e6d8aa","size":433059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.f4dd231.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.f4dd231_1532453666218_0.2320745846629395"},"_hasShrinkwrap":false,"publish_time":1532453666349,"_cnpm_publish_time":1532453666349,"contributors":[]},"0.3.4-canary.8309eb3":{"name":"@firebase/database","version":"0.3.4-canary.8309eb3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.8309eb3","@firebase/app-types":"0.3.2-canary.8309eb3"},"dependencies":{"@firebase/database-types":"0.3.2-canary.8309eb3","@firebase/logger":"0.1.1-canary.8309eb3","@firebase/util":"0.2.1-canary.8309eb3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.8309eb3","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7c73dee3545e0f2fc5b2f3d61eec85e24a6d8d79","size":400367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.8309eb3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.8309eb3_1532371809186_0.19606154843694457"},"_hasShrinkwrap":false,"publish_time":1532371809291,"_cnpm_publish_time":1532371809291,"contributors":[]},"0.3.4-canary.86c8077":{"name":"@firebase/database","version":"0.3.4-canary.86c8077","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.86c8077","@firebase/app-types":"0.3.2-canary.86c8077"},"dependencies":{"@firebase/database-types":"0.3.2-canary.86c8077","@firebase/logger":"0.1.1-canary.86c8077","@firebase/util":"0.2.1-canary.86c8077","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.86c8077","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"bc0d5d86b34a7071a58f1374dc0b4b656d34dbe0","size":433059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.86c8077.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.86c8077_1532129516933_0.1929661101758"},"_hasShrinkwrap":false,"publish_time":1532129517147,"_cnpm_publish_time":1532129517147,"contributors":[]},"0.3.4-canary.5118935":{"name":"@firebase/database","version":"0.3.4-canary.5118935","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.5118935","@firebase/app-types":"0.3.2-canary.5118935"},"dependencies":{"@firebase/database-types":"0.3.2-canary.5118935","@firebase/logger":"0.1.1-canary.5118935","@firebase/util":"0.2.1-canary.5118935","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.5118935","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3bca768483b9cd883c6bb61e1a428d07918afd3c","size":433060,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.5118935.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.5118935_1532120371216_0.42184722737940383"},"_hasShrinkwrap":false,"publish_time":1532120371389,"_cnpm_publish_time":1532120371389,"contributors":[]},"0.3.4-canary.2d7a74c":{"name":"@firebase/database","version":"0.3.4-canary.2d7a74c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.2d7a74c","@firebase/app-types":"0.3.2-canary.2d7a74c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.2d7a74c","@firebase/logger":"0.1.1-canary.2d7a74c","@firebase/util":"0.2.1-canary.2d7a74c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.2d7a74c","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3ac9dc42f7a85c4adc1cbb0a342d19bef3f2b2ff","size":433067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.2d7a74c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.2d7a74c_1532110626037_0.6981488019189697"},"_hasShrinkwrap":false,"publish_time":1532110626181,"_cnpm_publish_time":1532110626181,"contributors":[]},"0.3.4-canary.d60f659":{"name":"@firebase/database","version":"0.3.4-canary.d60f659","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.d60f659","@firebase/app-types":"0.3.2-canary.d60f659"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d60f659","@firebase/logger":"0.1.1-canary.d60f659","@firebase/util":"0.2.1-canary.d60f659","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.d60f659","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3ed7b4ab84c3043ce8336074ee69e39808242295","size":433061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.d60f659.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.d60f659_1532037274850_0.6506887689857799"},"_hasShrinkwrap":false,"publish_time":1532037275031,"_cnpm_publish_time":1532037275031,"contributors":[]},"0.3.4-canary.fffdb75":{"name":"@firebase/database","version":"0.3.4-canary.fffdb75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.fffdb75","@firebase/app-types":"0.3.2-canary.fffdb75"},"dependencies":{"@firebase/database-types":"0.3.2-canary.fffdb75","@firebase/logger":"0.1.1-canary.fffdb75","@firebase/util":"0.2.1-canary.fffdb75","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.fffdb75","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ab216707bccdc535b54b59d26bd9ba37417d28de","size":400379,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.fffdb75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.fffdb75_1532032125263_0.44164767291655305"},"_hasShrinkwrap":false,"publish_time":1532032125494,"_cnpm_publish_time":1532032125494,"contributors":[]},"0.3.4-canary.4b51dee":{"name":"@firebase/database","version":"0.3.4-canary.4b51dee","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.4b51dee","@firebase/app-types":"0.3.2-canary.4b51dee"},"dependencies":{"@firebase/database-types":"0.3.2-canary.4b51dee","@firebase/logger":"0.1.1-canary.4b51dee","@firebase/util":"0.2.1-canary.4b51dee","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.4b51dee","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"caa6f42e336fe3b237136275c7951e2b48ae93a2","size":433059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.4b51dee.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.4b51dee_1532024456033_0.6053411087417819"},"_hasShrinkwrap":false,"publish_time":1532024456211,"_cnpm_publish_time":1532024456211,"contributors":[]},"0.3.4-canary.e6ab894":{"name":"@firebase/database","version":"0.3.4-canary.e6ab894","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.e6ab894","@firebase/app-types":"0.3.2-canary.e6ab894"},"dependencies":{"@firebase/database-types":"0.3.2-canary.e6ab894","@firebase/logger":"0.1.1-canary.e6ab894","@firebase/util":"0.2.1-canary.e6ab894","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.e6ab894","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f4e877c69a8da79aba5e5360949732b83281a292","size":433076,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.e6ab894.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.e6ab894_1531971177257_0.8345880367064273"},"_hasShrinkwrap":false,"publish_time":1531971177374,"_cnpm_publish_time":1531971177374,"contributors":[]},"0.3.4-canary.593cd20":{"name":"@firebase/database","version":"0.3.4-canary.593cd20","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.593cd20","@firebase/app-types":"0.3.2-canary.593cd20"},"dependencies":{"@firebase/database-types":"0.3.2-canary.593cd20","@firebase/logger":"0.1.1-canary.593cd20","@firebase/util":"0.2.1-canary.593cd20","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.593cd20","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dbb0e06860a6751e89cde0440cddd9e80778229a","size":400366,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.593cd20.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.593cd20_1531961636952_0.7105814011679685"},"_hasShrinkwrap":false,"publish_time":1531961637133,"_cnpm_publish_time":1531961637133,"contributors":[]},"0.3.4-canary.6d66392":{"name":"@firebase/database","version":"0.3.4-canary.6d66392","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.6d66392","@firebase/app-types":"0.3.2-canary.6d66392"},"dependencies":{"@firebase/database-types":"0.3.2-canary.6d66392","@firebase/logger":"0.1.1-canary.6d66392","@firebase/util":"0.2.1-canary.6d66392","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.6d66392","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b91b3f21dd168b9ced90f0a977d11e323576a098","size":433058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.6d66392.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.6d66392_1531944801225_0.048163193204239896"},"_hasShrinkwrap":false,"publish_time":1531944801437,"_cnpm_publish_time":1531944801437,"contributors":[]},"0.3.4-canary.3d1a15c":{"name":"@firebase/database","version":"0.3.4-canary.3d1a15c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.3d1a15c","@firebase/app-types":"0.3.2-canary.3d1a15c"},"dependencies":{"@firebase/database-types":"0.3.2-canary.3d1a15c","@firebase/logger":"0.1.1-canary.3d1a15c","@firebase/util":"0.2.1-canary.3d1a15c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.3d1a15c","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"323508b5450234e7e0c5c752ecd5aac604823c14","size":433058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.3d1a15c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.3d1a15c_1531939193165_0.49150840958665354"},"_hasShrinkwrap":false,"publish_time":1531939193341,"_cnpm_publish_time":1531939193341,"contributors":[]},"0.3.4-canary.81cd260":{"name":"@firebase/database","version":"0.3.4-canary.81cd260","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.81cd260","@firebase/app-types":"0.3.2-canary.81cd260"},"dependencies":{"@firebase/database-types":"0.3.2-canary.81cd260","@firebase/logger":"0.1.1-canary.81cd260","@firebase/util":"0.2.1-canary.81cd260","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.81cd260","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d02d530ce3fadd5299b4b46deab3ac02d4d7a3c9","size":433056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.81cd260.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.81cd260_1531246505810_0.6525416073585668"},"_hasShrinkwrap":false,"publish_time":1531246505959,"_cnpm_publish_time":1531246505959,"contributors":[]},"0.3.4-canary.284a746":{"name":"@firebase/database","version":"0.3.4-canary.284a746","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.284a746","@firebase/app-types":"0.3.2-canary.284a746"},"dependencies":{"@firebase/database-types":"0.3.2-canary.284a746","@firebase/logger":"0.1.1-canary.284a746","@firebase/util":"0.2.1-canary.284a746","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.284a746","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1b823410609cd0af6737f5999efa38a666466500","size":400368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.284a746.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.284a746_1531163878742_0.6378399193693953"},"_hasShrinkwrap":false,"publish_time":1531163878820,"_cnpm_publish_time":1531163878820,"contributors":[]},"0.3.4-canary.7cd0b5d":{"name":"@firebase/database","version":"0.3.4-canary.7cd0b5d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.7cd0b5d","@firebase/app-types":"0.3.2-canary.7cd0b5d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.7cd0b5d","@firebase/logger":"0.1.1-canary.7cd0b5d","@firebase/util":"0.2.1-canary.7cd0b5d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.7cd0b5d","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c11307a46ec6c8be9141c5ad729dfcd0c4e21d29","size":400363,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.7cd0b5d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.7cd0b5d_1530650018853_0.48706619294340414"},"_hasShrinkwrap":false,"publish_time":1530650018971,"_cnpm_publish_time":1530650018971,"contributors":[]},"0.3.4-canary.27d2778":{"name":"@firebase/database","version":"0.3.4-canary.27d2778","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.27d2778","@firebase/app-types":"0.3.2-canary.27d2778"},"dependencies":{"@firebase/database-types":"0.3.2-canary.27d2778","@firebase/logger":"0.1.1-canary.27d2778","@firebase/util":"0.2.1-canary.27d2778","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.27d2778","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1ff2ebbc8f777fc4061d8fa83e286bbbb1301922","size":400380,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.27d2778.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.27d2778_1530333561984_0.595956680479174"},"_hasShrinkwrap":false,"publish_time":1530333562122,"_cnpm_publish_time":1530333562122,"contributors":[]},"0.3.4-canary.7210db8":{"name":"@firebase/database","version":"0.3.4-canary.7210db8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.7210db8","@firebase/app-types":"0.3.2-canary.7210db8"},"dependencies":{"@firebase/database-types":"0.3.2-canary.7210db8","@firebase/logger":"0.1.1-canary.7210db8","@firebase/util":"0.2.1-canary.7210db8","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.7210db8","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8773a2357e415af6f756c5a5b337cece3e8a887a","size":400367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.7210db8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.7210db8_1530311442297_0.5929099897462227"},"_hasShrinkwrap":false,"publish_time":1530311442429,"_cnpm_publish_time":1530311442429,"contributors":[]},"0.3.4-canary.cd4b9af":{"name":"@firebase/database","version":"0.3.4-canary.cd4b9af","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.cd4b9af","@firebase/app-types":"0.3.2-canary.cd4b9af"},"dependencies":{"@firebase/database-types":"0.3.2-canary.cd4b9af","@firebase/logger":"0.1.1-canary.cd4b9af","@firebase/util":"0.2.1-canary.cd4b9af","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-canary.cd4b9af","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"daa31fddad7d3ea7dd5f8fb30639afe1d589b6d6","size":433058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-canary.cd4b9af.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-canary.cd4b9af_1530230232502_0.008885088541925157"},"_hasShrinkwrap":false,"publish_time":1530230232856,"_cnpm_publish_time":1530230232856,"contributors":[]},"0.3.4":{"name":"@firebase/database","version":"0.3.4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.1","@firebase/util":"0.2.1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.4","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"67fd48ed6d8fffc81c6c6f8e68bde70b99ba8ca9","size":433026,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4_1530220512662_0.7446570781914645"},"_hasShrinkwrap":false,"publish_time":1530220512786,"_cnpm_publish_time":1530220512786,"contributors":[]},"0.3.4-0":{"name":"@firebase/database","version":"0.3.4-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.1","@firebase/util":"0.2.1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.4-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"0282c2d1fe524233b3abf27adb027656fac7333f","size":433049,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.4-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.4-0_1530131746175_0.19341078922054877"},"_hasShrinkwrap":false,"publish_time":1530131746342,"_cnpm_publish_time":1530131746342,"contributors":[]},"0.3.3-canary.40205f3":{"name":"@firebase/database","version":"0.3.3-canary.40205f3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.40205f3","@firebase/app-types":"0.3.2-canary.40205f3"},"dependencies":{"@firebase/database-types":"0.3.2-canary.40205f3","@firebase/logger":"0.1.1-canary.40205f3","@firebase/util":"0.2.1-canary.40205f3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.40205f3","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7554658b10a5cce6aac9593bbec27027f240eb01","size":433069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.40205f3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.40205f3_1530124830202_0.717837771438435"},"_hasShrinkwrap":false,"publish_time":1530124830328,"_cnpm_publish_time":1530124830328,"contributors":[]},"0.3.3-canary.d134c39":{"name":"@firebase/database","version":"0.3.3-canary.d134c39","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.d134c39","@firebase/app-types":"0.3.2-canary.d134c39"},"dependencies":{"@firebase/database-types":"0.3.2-canary.d134c39","@firebase/logger":"0.1.1-canary.d134c39","@firebase/util":"0.2.1-canary.d134c39","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.d134c39","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fcd561bd0ccabb0a7fb7061a40d349daa6698e15","size":400366,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.d134c39.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.d134c39_1530059574259_0.6411689961111313"},"_hasShrinkwrap":false,"publish_time":1530059574357,"_cnpm_publish_time":1530059574357,"contributors":[]},"0.3.3-canary.189bcea":{"name":"@firebase/database","version":"0.3.3-canary.189bcea","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.189bcea","@firebase/app-types":"0.3.2-canary.189bcea"},"dependencies":{"@firebase/database-types":"0.3.2-canary.189bcea","@firebase/logger":"0.1.1-canary.189bcea","@firebase/util":"0.2.1-canary.189bcea","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.189bcea","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b9b168c82b748803ef187194c542c1088f0b1ad5","size":433058,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.189bcea.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.189bcea_1530056384522_0.09369185476189301"},"_hasShrinkwrap":false,"publish_time":1530056384720,"_cnpm_publish_time":1530056384720,"contributors":[]},"0.3.3-canary.1bc1c46":{"name":"@firebase/database","version":"0.3.3-canary.1bc1c46","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.1bc1c46","@firebase/app-types":"0.3.2-canary.1bc1c46"},"dependencies":{"@firebase/database-types":"0.3.2-canary.1bc1c46","@firebase/logger":"0.1.1-canary.1bc1c46","@firebase/util":"0.2.1-canary.1bc1c46","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.1bc1c46","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"087115b0060d69c9627b1ead77c373592b2609c6","size":433051,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.1bc1c46.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.1bc1c46_1529971934027_0.6585606001468609"},"_hasShrinkwrap":false,"publish_time":1529971934131,"_cnpm_publish_time":1529971934131,"contributors":[]},"0.3.3-canary.7a41fe7":{"name":"@firebase/database","version":"0.3.3-canary.7a41fe7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.7a41fe7","@firebase/app-types":"0.3.2-canary.7a41fe7"},"dependencies":{"@firebase/database-types":"0.3.2-canary.7a41fe7","@firebase/logger":"0.1.1-canary.7a41fe7","@firebase/util":"0.2.1-canary.7a41fe7","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.7a41fe7","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3404098861091d515259e9b46bb94c1e9ed0a427","size":400373,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.7a41fe7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.7a41fe7_1529965660682_0.7007099782136703"},"_hasShrinkwrap":false,"publish_time":1529965660853,"_cnpm_publish_time":1529965660853,"contributors":[]},"0.3.3-canary.ff35149":{"name":"@firebase/database","version":"0.3.3-canary.ff35149","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.ff35149","@firebase/app-types":"0.3.2-canary.ff35149"},"dependencies":{"@firebase/database-types":"0.3.2-canary.ff35149","@firebase/logger":"0.1.1-canary.ff35149","@firebase/util":"0.2.1-canary.ff35149","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.ff35149","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e1343c437b16e5bfb35b92f3054fbe0b6ad8d1ff","size":400368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.ff35149.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.ff35149_1529948922881_0.21037957828182718"},"_hasShrinkwrap":false,"publish_time":1529948923054,"_cnpm_publish_time":1529948923054,"contributors":[]},"0.3.3-canary.f21f3ca":{"name":"@firebase/database","version":"0.3.3-canary.f21f3ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.f21f3ca","@firebase/app-types":"0.3.2-canary.f21f3ca"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f21f3ca","@firebase/logger":"0.1.1-canary.f21f3ca","@firebase/util":"0.2.1-canary.f21f3ca","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.f21f3ca","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d9c94b33ec800860d5fbb7070b63050da7cd5c3c","size":400383,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.f21f3ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.f21f3ca_1529522036584_0.8242510367094122"},"_hasShrinkwrap":false,"publish_time":1529522036717,"_cnpm_publish_time":1529522036717,"contributors":[]},"0.3.3-canary.3c064a3":{"name":"@firebase/database","version":"0.3.3-canary.3c064a3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.3c064a3","@firebase/app-types":"0.3.2-canary.3c064a3"},"dependencies":{"@firebase/database-types":"0.3.2-canary.3c064a3","@firebase/logger":"0.1.1-canary.3c064a3","@firebase/util":"0.2.1-canary.3c064a3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.3c064a3","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fe10610c55210f955a6369919a5953d6bb66cd15","size":433071,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.3c064a3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.3c064a3_1529521998266_0.5810375646440431"},"_hasShrinkwrap":false,"publish_time":1529521998496,"_cnpm_publish_time":1529521998496,"contributors":[]},"0.3.3-canary.870fd29":{"name":"@firebase/database","version":"0.3.3-canary.870fd29","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.870fd29","@firebase/app-types":"0.3.2-canary.870fd29"},"dependencies":{"@firebase/database-types":"0.3.2-canary.870fd29","@firebase/logger":"0.1.1-canary.870fd29","@firebase/util":"0.2.1-canary.870fd29","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.870fd29","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"affcd3ba31f8b24ad95e7c9987de939eac801a62","size":400379,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.870fd29.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.870fd29_1529507755108_0.8546633231186129"},"_hasShrinkwrap":false,"publish_time":1529507755222,"_cnpm_publish_time":1529507755222,"contributors":[]},"0.3.3-canary.f305430":{"name":"@firebase/database","version":"0.3.3-canary.f305430","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.f305430","@firebase/app-types":"0.3.2-canary.f305430"},"dependencies":{"@firebase/database-types":"0.3.2-canary.f305430","@firebase/logger":"0.1.1-canary.f305430","@firebase/util":"0.2.1-canary.f305430","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.f305430","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5be711eff968ac49c8cd831a05fd1036be2ae14f","size":433076,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.f305430.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.f305430_1529359022394_0.5949676345255293"},"_hasShrinkwrap":false,"publish_time":1529359022536,"_cnpm_publish_time":1529359022536,"contributors":[]},"0.3.3-canary.18ee278":{"name":"@firebase/database","version":"0.3.3-canary.18ee278","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.18ee278","@firebase/app-types":"0.3.2-canary.18ee278"},"dependencies":{"@firebase/database-types":"0.3.2-canary.18ee278","@firebase/logger":"0.1.1-canary.18ee278","@firebase/util":"0.2.1-canary.18ee278","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.18ee278","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4a4af7f125e126544858c03bb1425f4ee8459c72","size":433059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.18ee278.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.18ee278_1529354650576_0.6366244399149292"},"_hasShrinkwrap":false,"publish_time":1529354651274,"_cnpm_publish_time":1529354651274,"contributors":[]},"0.3.3-canary.78b36cb":{"name":"@firebase/database","version":"0.3.3-canary.78b36cb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.78b36cb","@firebase/app-types":"0.3.2-canary.78b36cb"},"dependencies":{"@firebase/database-types":"0.3.2-canary.78b36cb","@firebase/logger":"0.1.1-canary.78b36cb","@firebase/util":"0.2.1-canary.78b36cb","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.78b36cb","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"52ddd111edc876cbf2480bcc9d8e8e34c84eed92","size":433063,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.78b36cb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.78b36cb_1529347793300_0.40411022240624206"},"_hasShrinkwrap":false,"publish_time":1529347793551,"_cnpm_publish_time":1529347793551,"contributors":[]},"0.3.3-canary.c808a57":{"name":"@firebase/database","version":"0.3.3-canary.c808a57","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.c808a57","@firebase/app-types":"0.3.2-canary.c808a57"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c808a57","@firebase/logger":"0.1.1-canary.c808a57","@firebase/util":"0.2.1-canary.c808a57","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.c808a57","_npmVersion":"5.6.0","_nodeVersion":"8.11.3","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7dcb9493a2b5e3c6ad1b46ab631b1ab9662b1e48","size":400371,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.c808a57.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.c808a57_1528906728323_0.5034982348075441"},"_hasShrinkwrap":false,"publish_time":1528906728457,"_cnpm_publish_time":1528906728457,"contributors":[]},"0.3.3-canary.c2ffbde":{"name":"@firebase/database","version":"0.3.3-canary.c2ffbde","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.c2ffbde","@firebase/app-types":"0.3.2-canary.c2ffbde"},"dependencies":{"@firebase/database-types":"0.3.2-canary.c2ffbde","@firebase/logger":"0.1.1-canary.c2ffbde","@firebase/util":"0.2.1-canary.c2ffbde","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.c2ffbde","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2388766e7bdc2b34a1201769f9d32fe2778a2cae","size":433073,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.c2ffbde.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.c2ffbde_1528828993243_0.7655677335452968"},"_hasShrinkwrap":false,"publish_time":1528828994131,"_cnpm_publish_time":1528828994131,"contributors":[]},"0.3.3-canary.4ca7bdf":{"name":"@firebase/database","version":"0.3.3-canary.4ca7bdf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.4ca7bdf","@firebase/app-types":"0.3.2-canary.4ca7bdf"},"dependencies":{"@firebase/database-types":"0.3.2-canary.4ca7bdf","@firebase/logger":"0.1.1-canary.4ca7bdf","@firebase/util":"0.2.1-canary.4ca7bdf","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.4ca7bdf","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4f21903d74224ad7aa386949c0fc4684ab1ec995","size":433070,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.4ca7bdf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.4ca7bdf_1528739914457_0.3545543603660619"},"_hasShrinkwrap":false,"publish_time":1528739914576,"_cnpm_publish_time":1528739914576,"contributors":[]},"0.3.3-canary.9534831":{"name":"@firebase/database","version":"0.3.3-canary.9534831","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.9534831","@firebase/app-types":"0.3.2-canary.9534831"},"dependencies":{"@firebase/database-types":"0.3.2-canary.9534831","@firebase/logger":"0.1.1-canary.9534831","@firebase/util":"0.2.1-canary.9534831","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.9534831","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6eae595ab303924041ad62bb3c4e265041934342","size":400379,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.9534831.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.9534831_1528229211591_0.6894258201006636"},"_hasShrinkwrap":false,"publish_time":1528229211707,"_cnpm_publish_time":1528229211707,"contributors":[]},"0.3.3-canary.5e82b60":{"name":"@firebase/database","version":"0.3.3-canary.5e82b60","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.5e82b60","@firebase/app-types":"0.3.2-canary.5e82b60"},"dependencies":{"@firebase/database-types":"0.3.2-canary.5e82b60","@firebase/logger":"0.1.1-canary.5e82b60","@firebase/util":"0.2.1-canary.5e82b60","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.5e82b60","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6822b3b6ca0348e38db13d4bf06752c2bac37069","size":400370,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.5e82b60.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.5e82b60_1528132901810_0.5711567984103023"},"_hasShrinkwrap":false,"publish_time":1528132902058,"_cnpm_publish_time":1528132902058,"contributors":[]},"0.3.3-canary.4673f7d":{"name":"@firebase/database","version":"0.3.3-canary.4673f7d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.4673f7d","@firebase/app-types":"0.3.2-canary.4673f7d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.4673f7d","@firebase/logger":"0.1.1-canary.4673f7d","@firebase/util":"0.2.1-canary.4673f7d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.4673f7d","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b7d29ade6389508f69d58cce381c468a0813cf1f","size":400369,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.4673f7d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.4673f7d_1528125825389_0.8919267890533942"},"_hasShrinkwrap":false,"publish_time":1528125825480,"_cnpm_publish_time":1528125825480,"contributors":[]},"0.3.3-canary.23c576e":{"name":"@firebase/database","version":"0.3.3-canary.23c576e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.23c576e","@firebase/app-types":"0.3.2-canary.23c576e"},"dependencies":{"@firebase/database-types":"0.3.2-canary.23c576e","@firebase/logger":"0.1.1-canary.23c576e","@firebase/util":"0.2.1-canary.23c576e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.23c576e","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"29319aa45656c4fc2e9ab0e796ba6606b51dec10","size":433082,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.23c576e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.23c576e_1527895522256_0.7561479381070069"},"_hasShrinkwrap":false,"publish_time":1527895522409,"_cnpm_publish_time":1527895522409,"contributors":[]},"0.3.3-canary.236d4d0":{"name":"@firebase/database","version":"0.3.3-canary.236d4d0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.236d4d0","@firebase/app-types":"0.3.2-canary.236d4d0"},"dependencies":{"@firebase/database-types":"0.3.2-canary.236d4d0","@firebase/logger":"0.1.1-canary.236d4d0","@firebase/util":"0.2.1-canary.236d4d0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.236d4d0","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a8cbc2b5f1d0083ce47aa94aa1dd786608d1958b","size":433075,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.236d4d0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.236d4d0_1527812982671_0.05823692136845704"},"_hasShrinkwrap":false,"publish_time":1527812982832,"_cnpm_publish_time":1527812982832,"contributors":[]},"0.3.3-canary.233161d":{"name":"@firebase/database","version":"0.3.3-canary.233161d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.233161d","@firebase/app-types":"0.3.2-canary.233161d"},"dependencies":{"@firebase/database-types":"0.3.2-canary.233161d","@firebase/logger":"0.1.1-canary.233161d","@firebase/util":"0.2.1-canary.233161d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.233161d","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ecf003f2058cd9139cda4115ada733aacd1dc3aa","size":433054,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.233161d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.233161d_1527781641640_0.9619805872562808"},"_hasShrinkwrap":false,"publish_time":1527781641747,"_cnpm_publish_time":1527781641747,"contributors":[]},"0.3.3-canary.3e806ca":{"name":"@firebase/database","version":"0.3.3-canary.3e806ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.3e806ca","@firebase/app-types":"0.3.2-canary.3e806ca"},"dependencies":{"@firebase/database-types":"0.3.2-canary.3e806ca","@firebase/logger":"0.1.1-canary.3e806ca","@firebase/util":"0.2.1-canary.3e806ca","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.3e806ca","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0e5ef9ce574a282ed133fbf13c132a5e3fae524c","size":400367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.3e806ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.3e806ca_1527716110353_0.23266248514857812"},"_hasShrinkwrap":false,"publish_time":1527716110594,"_cnpm_publish_time":1527716110594,"contributors":[]},"0.3.3-canary.2f7375a":{"name":"@firebase/database","version":"0.3.3-canary.2f7375a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.2f7375a","@firebase/app-types":"0.3.2-canary.2f7375a"},"dependencies":{"@firebase/database-types":"0.3.2-canary.2f7375a","@firebase/logger":"0.1.1-canary.2f7375a","@firebase/util":"0.2.1-canary.2f7375a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.2f7375a","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"50eb19435e0acf8729e807c11ba2631b8a8506dd","size":433068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.2f7375a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.2f7375a_1527701792631_0.1803339137489941"},"_hasShrinkwrap":false,"publish_time":1527701792722,"_cnpm_publish_time":1527701792722,"contributors":[]},"0.3.3-canary.96a1092":{"name":"@firebase/database","version":"0.3.3-canary.96a1092","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.96a1092","@firebase/app-types":"0.3.2-canary.96a1092"},"dependencies":{"@firebase/database-types":"0.3.2-canary.96a1092","@firebase/logger":"0.1.1-canary.96a1092","@firebase/util":"0.2.1-canary.96a1092","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.96a1092","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"878cff4a0e0b442d5fc440b65b4a38f1789bcf70","size":400370,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.96a1092.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.96a1092_1527289122713_0.8450079912250437"},"_hasShrinkwrap":false,"publish_time":1527289122951,"_cnpm_publish_time":1527289122951,"contributors":[]},"0.3.3-canary.a08cfe6":{"name":"@firebase/database","version":"0.3.3-canary.a08cfe6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.3-canary.a08cfe6","@firebase/app-types":"0.3.2-canary.a08cfe6"},"dependencies":{"@firebase/database-types":"0.3.2-canary.a08cfe6","@firebase/logger":"0.1.1-canary.a08cfe6","@firebase/util":"0.2.1-canary.a08cfe6","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-canary.a08cfe6","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a1a064e03a00727994fd79ac6bd05ef4c8c5eec1","size":400362,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-canary.a08cfe6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-canary.a08cfe6_1527282897492_0.025973866066389517"},"_hasShrinkwrap":false,"publish_time":1527282897623,"_cnpm_publish_time":1527282897623,"contributors":[]},"0.3.3":{"name":"@firebase/database","version":"0.3.3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2","@firebase/logger":"0.1.1","@firebase/util":"0.2.1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"01123d4e0f8cb020e685ead27d795ef8794b2991","size":400352,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3_1527202568153_0.8818587021238593"},"_hasShrinkwrap":false,"publish_time":1527202568309,"_cnpm_publish_time":1527202568309,"contributors":[]},"0.3.2-canary.b10c057":{"name":"@firebase/database","version":"0.3.2-canary.b10c057","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.b10c057","@firebase/app-types":"0.3.1-canary.b10c057"},"dependencies":{"@firebase/database-types":"0.3.1-canary.b10c057","@firebase/logger":"0.1.1-canary.b10c057","@firebase/util":"0.2.1-canary.b10c057","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.b10c057","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4b52b366ed421233bd3413c5dcbd6f1870513396","size":400371,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.b10c057.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.b10c057_1527185364113_0.023989955899815785"},"_hasShrinkwrap":false,"publish_time":1527185365040,"_cnpm_publish_time":1527185365040,"contributors":[]},"0.3.2-canary.4d16f51":{"name":"@firebase/database","version":"0.3.2-canary.4d16f51","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.4d16f51","@firebase/app-types":"0.3.1-canary.4d16f51"},"dependencies":{"@firebase/database-types":"0.3.1-canary.4d16f51","@firebase/logger":"0.1.1-canary.4d16f51","@firebase/util":"0.2.1-canary.4d16f51","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.4d16f51","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d3beb930fc30b209924bc8ce48cef8cecbe86df4","size":400357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.4d16f51.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.4d16f51_1527098449852_0.8747257218168065"},"_hasShrinkwrap":false,"publish_time":1527098450280,"_cnpm_publish_time":1527098450280,"contributors":[]},"0.3.2-canary.916c692":{"name":"@firebase/database","version":"0.3.2-canary.916c692","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.916c692","@firebase/app-types":"0.3.1-canary.916c692"},"dependencies":{"@firebase/database-types":"0.3.1-canary.916c692","@firebase/logger":"0.1.1-canary.916c692","@firebase/util":"0.2.1-canary.916c692","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.916c692","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1102f7631950eff2f6678d6367d3340ec356d50c","size":400362,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.916c692.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.916c692_1527034223299_0.9917597315698361"},"_hasShrinkwrap":false,"publish_time":1527034223726,"_cnpm_publish_time":1527034223726,"contributors":[]},"0.3.2-canary.47625d7":{"name":"@firebase/database","version":"0.3.2-canary.47625d7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.47625d7","@firebase/app-types":"0.3.1-canary.47625d7"},"dependencies":{"@firebase/database-types":"0.3.1-canary.47625d7","@firebase/logger":"0.1.1-canary.47625d7","@firebase/util":"0.2.1-canary.47625d7","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.47625d7","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2f1638ec2152d4ee630426e92ca32d7c28923bf4","size":433073,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.47625d7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.47625d7_1527028065733_0.7317014827935928"},"_hasShrinkwrap":false,"publish_time":1527028065876,"_cnpm_publish_time":1527028065876,"contributors":[]},"0.3.3-0":{"name":"@firebase/database","version":"0.3.3-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.2-0","@firebase/logger":"0.1.1","@firebase/util":"0.2.1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.3-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"e7a164042d8b830b44b2f6e73bc6425581d6fb17","size":400349,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.3-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.3-0_1527027953084_0.7822252366536666"},"_hasShrinkwrap":false,"publish_time":1527027953463,"_cnpm_publish_time":1527027953463,"contributors":[]},"0.3.2-canary.b658d8c":{"name":"@firebase/database","version":"0.3.2-canary.b658d8c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.b658d8c","@firebase/app-types":"0.3.1-canary.b658d8c"},"dependencies":{"@firebase/database-types":"0.3.1-canary.b658d8c","@firebase/logger":"0.1.1-canary.b658d8c","@firebase/util":"0.2.1-canary.b658d8c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.b658d8c","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7e02d49654258e038a08fc63757d87e4d6d6d6e6","size":433059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.b658d8c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.b658d8c_1527023009288_0.8400212286221878"},"_hasShrinkwrap":false,"publish_time":1527023009407,"_cnpm_publish_time":1527023009407,"contributors":[]},"0.3.2-canary.2622286":{"name":"@firebase/database","version":"0.3.2-canary.2622286","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.2622286","@firebase/app-types":"0.3.1-canary.2622286"},"dependencies":{"@firebase/database-types":"0.3.1-canary.2622286","@firebase/logger":"0.1.1-canary.2622286","@firebase/util":"0.2.1-canary.2622286","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.2622286","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"de34e615c05340e7f082a6bb4b36b8ae5bcfd7aa","size":400363,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.2622286.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.2622286_1527015733867_0.22838912649024867"},"_hasShrinkwrap":false,"publish_time":1527015734008,"_cnpm_publish_time":1527015734008,"contributors":[]},"0.3.2-canary.9556469":{"name":"@firebase/database","version":"0.3.2-canary.9556469","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.9556469","@firebase/app-types":"0.3.1-canary.9556469"},"dependencies":{"@firebase/database-types":"0.3.1-canary.9556469","@firebase/logger":"0.1.1-canary.9556469","@firebase/util":"0.2.1-canary.9556469","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.9556469","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c16e62f98db036d5b66bc1d9316acf94d53c3d04","size":433309,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.9556469.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.9556469_1526936429207_0.9362521170457585"},"_hasShrinkwrap":false,"publish_time":1526936429454,"_cnpm_publish_time":1526936429454,"contributors":[]},"0.3.2-canary.d068bc5":{"name":"@firebase/database","version":"0.3.2-canary.d068bc5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.d068bc5","@firebase/app-types":"0.3.1-canary.d068bc5"},"dependencies":{"@firebase/database-types":"0.3.1-canary.d068bc5","@firebase/logger":"0.1.1-canary.d068bc5","@firebase/util":"0.2.1-canary.d068bc5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.d068bc5","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5f463dca45de5ac815f72509813982f4c22d711d","size":433305,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.d068bc5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.d068bc5_1526930748977_0.23430231921379674"},"_hasShrinkwrap":false,"publish_time":1526930749178,"_cnpm_publish_time":1526930749178,"contributors":[]},"0.3.2-canary.e9caf33":{"name":"@firebase/database","version":"0.3.2-canary.e9caf33","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.e9caf33","@firebase/app-types":"0.3.1-canary.e9caf33"},"dependencies":{"@firebase/database-types":"0.3.1-canary.e9caf33","@firebase/logger":"0.1.1-canary.e9caf33","@firebase/util":"0.2.1-canary.e9caf33","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.e9caf33","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"31aae12fec16b637f88158fd2208ac1652667176","size":400596,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.e9caf33.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.e9caf33_1526926237931_0.5590005756897671"},"_hasShrinkwrap":false,"publish_time":1526926238050,"_cnpm_publish_time":1526926238050,"contributors":[]},"0.3.2-canary.f6fd8f5":{"name":"@firebase/database","version":"0.3.2-canary.f6fd8f5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.f6fd8f5","@firebase/app-types":"0.3.1-canary.f6fd8f5"},"dependencies":{"@firebase/database-types":"0.3.1-canary.f6fd8f5","@firebase/logger":"0.1.1-canary.f6fd8f5","@firebase/util":"0.2.1-canary.f6fd8f5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.f6fd8f5","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"963a4b2cb6dbe7037e254dc86cecb8fac6f5283f","size":400600,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.f6fd8f5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.f6fd8f5_1526681587737_0.881426970085756"},"_hasShrinkwrap":false,"publish_time":1526681587961,"_cnpm_publish_time":1526681587961,"contributors":[]},"0.3.2-canary.3fa62ef":{"name":"@firebase/database","version":"0.3.2-canary.3fa62ef","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.2-canary.3fa62ef","@firebase/app-types":"0.3.1-canary.3fa62ef"},"dependencies":{"@firebase/database-types":"0.3.1-canary.3fa62ef","@firebase/logger":"0.1.1-canary.3fa62ef","@firebase/util":"0.2.1-canary.3fa62ef","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.2-canary.3fa62ef","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"69d4b49123b1f8ed88fc95bfff085e8a363ec073","size":433303,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2-canary.3fa62ef.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2-canary.3fa62ef_1526668405585_0.759433691117331"},"_hasShrinkwrap":false,"publish_time":1526668405710,"_cnpm_publish_time":1526668405710,"contributors":[]},"0.3.2":{"name":"@firebase/database","version":"0.3.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.1","@firebase/logger":"0.1.1","@firebase/util":"0.2.1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"cb0dce2c46a18f1af7496fe71b3b617e1f4fd63f","size":433296,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.2_1526591477659_0.7478106086865621"},"_hasShrinkwrap":false,"publish_time":1526591477799,"_cnpm_publish_time":1526591477799,"contributors":[]},"0.3.1-canary.c660c35":{"name":"@firebase/database","version":"0.3.1-canary.c660c35","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.c660c35","@firebase/app-types":"0.3.1-canary.c660c35"},"dependencies":{"@firebase/database-types":"0.3.1-canary.c660c35","@firebase/logger":"0.1.1-canary.c660c35","@firebase/util":"0.2.0-canary.c660c35","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.c660c35","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2413d40c5aa684896a03005f6de68e3dcda79ba6","size":433297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.c660c35.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.c660c35_1526583767780_0.7239761318630025"},"_hasShrinkwrap":false,"publish_time":1526583767909,"_cnpm_publish_time":1526583767909,"contributors":[]},"0.3.1-canary.2e5aa28":{"name":"@firebase/database","version":"0.3.1-canary.2e5aa28","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.2e5aa28","@firebase/app-types":"0.3.1-canary.2e5aa28"},"dependencies":{"@firebase/database-types":"0.3.1-canary.2e5aa28","@firebase/logger":"0.1.1-canary.2e5aa28","@firebase/util":"0.2.0-canary.2e5aa28","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.2e5aa28","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fea1f14f431bce424d2d2fb1f0f5b75e6971db33","size":433291,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.2e5aa28.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.2e5aa28_1526512538131_0.8706346795252784"},"_hasShrinkwrap":false,"publish_time":1526512538289,"_cnpm_publish_time":1526512538289,"contributors":[]},"0.3.1-canary.5b59d75":{"name":"@firebase/database","version":"0.3.1-canary.5b59d75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.5b59d75","@firebase/app-types":"0.3.1-canary.5b59d75"},"dependencies":{"@firebase/database-types":"0.3.1-canary.5b59d75","@firebase/logger":"0.1.1-canary.5b59d75","@firebase/util":"0.2.0-canary.5b59d75","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.5b59d75","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3712b62eb38b8264ff740cf14be84b388c4482f2","size":433291,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.5b59d75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.5b59d75_1526511524655_0.41538218232145363"},"_hasShrinkwrap":false,"publish_time":1526511524798,"_cnpm_publish_time":1526511524798,"contributors":[]},"0.3.1-canary.7e7d36e":{"name":"@firebase/database","version":"0.3.1-canary.7e7d36e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.7e7d36e","@firebase/app-types":"0.3.1-canary.7e7d36e"},"dependencies":{"@firebase/database-types":"0.3.1-canary.7e7d36e","@firebase/logger":"0.1.1-canary.7e7d36e","@firebase/util":"0.2.0-canary.7e7d36e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.7e7d36e","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1b776094d86d8455ff8375e498aff42d249c3118","size":400601,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.7e7d36e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.7e7d36e_1526507385244_0.8707757426865068"},"_hasShrinkwrap":false,"publish_time":1526507385379,"_cnpm_publish_time":1526507385379,"contributors":[]},"0.3.1-canary.fbd5bd6":{"name":"@firebase/database","version":"0.3.1-canary.fbd5bd6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.fbd5bd6","@firebase/app-types":"0.3.1-canary.fbd5bd6"},"dependencies":{"@firebase/database-types":"0.3.1-canary.fbd5bd6","@firebase/logger":"0.1.1-canary.fbd5bd6","@firebase/util":"0.2.0-canary.fbd5bd6","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.fbd5bd6","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ee896d2dd229f7c264146eeddc28049e54add3e2","size":433293,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.fbd5bd6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.fbd5bd6_1526431138780_0.6584372327456873"},"_hasShrinkwrap":false,"publish_time":1526431138887,"_cnpm_publish_time":1526431138887,"contributors":[]},"0.3.1-canary.1c5258c":{"name":"@firebase/database","version":"0.3.1-canary.1c5258c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.1c5258c","@firebase/app-types":"0.3.1-canary.1c5258c"},"dependencies":{"@firebase/database-types":"0.3.1-canary.1c5258c","@firebase/logger":"0.1.1-canary.1c5258c","@firebase/util":"0.2.0-canary.1c5258c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.1c5258c","_npmVersion":"5.6.0","_nodeVersion":"8.11.2","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2892e43aa3e1fc5671bde39816ce14a2dde10eac","size":433308,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.1c5258c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.1c5258c_1526428119927_0.8747538142044502"},"_hasShrinkwrap":false,"publish_time":1526428120156,"_cnpm_publish_time":1526428120156,"contributors":[]},"0.3.1-canary.611949d":{"name":"@firebase/database","version":"0.3.1-canary.611949d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.611949d","@firebase/app-types":"0.3.1-canary.611949d"},"dependencies":{"@firebase/database-types":"0.3.1-canary.611949d","@firebase/logger":"0.1.1-canary.611949d","@firebase/util":"0.2.0-canary.611949d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.611949d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c4eca9554f8592d2d2b9832e0cf4d3c46574735f","size":400606,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.611949d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.611949d_1526413292836_0.6180934019184228"},"_hasShrinkwrap":false,"publish_time":1526413293091,"_cnpm_publish_time":1526413293091,"contributors":[]},"0.3.1-canary.dd11cd1":{"name":"@firebase/database","version":"0.3.1-canary.dd11cd1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.dd11cd1","@firebase/app-types":"0.3.1-canary.dd11cd1"},"dependencies":{"@firebase/database-types":"0.3.1-canary.dd11cd1","@firebase/logger":"0.1.1-canary.dd11cd1","@firebase/util":"0.2.0-canary.dd11cd1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.dd11cd1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"45c54a9017047f292136a1d9368e2b4f22192bb6","size":400604,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.dd11cd1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.dd11cd1_1526409066249_0.5481413503053585"},"_hasShrinkwrap":false,"publish_time":1526409066475,"_cnpm_publish_time":1526409066475,"contributors":[]},"0.3.1-canary.6a95a7a":{"name":"@firebase/database","version":"0.3.1-canary.6a95a7a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.6a95a7a","@firebase/app-types":"0.3.1-canary.6a95a7a"},"dependencies":{"@firebase/database-types":"0.3.1-canary.6a95a7a","@firebase/logger":"0.1.1-canary.6a95a7a","@firebase/util":"0.2.0-canary.6a95a7a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.6a95a7a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d8c715b2a692acb9d0464d70d66cc14ef5110159","size":433299,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.6a95a7a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.6a95a7a_1526407051091_0.1971560115657971"},"_hasShrinkwrap":false,"publish_time":1526407051224,"_cnpm_publish_time":1526407051224,"contributors":[]},"0.3.1-canary.4ff990a":{"name":"@firebase/database","version":"0.3.1-canary.4ff990a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.4ff990a","@firebase/app-types":"0.3.1-canary.4ff990a"},"dependencies":{"@firebase/database-types":"0.3.1-canary.4ff990a","@firebase/logger":"0.1.1-canary.4ff990a","@firebase/util":"0.2.0-canary.4ff990a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.4ff990a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"031f0bc2977c18ded34482dc3265b7a1456bff13","size":433302,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.4ff990a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.4ff990a_1526109782128_0.04723774672664405"},"_hasShrinkwrap":false,"publish_time":1526109782245,"_cnpm_publish_time":1526109782245,"contributors":[]},"0.3.1-canary.c150044":{"name":"@firebase/database","version":"0.3.1-canary.c150044","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.1-canary.c150044","@firebase/app-types":"0.3.1-canary.c150044"},"dependencies":{"@firebase/database-types":"0.3.1-canary.c150044","@firebase/logger":"0.1.1-canary.c150044","@firebase/util":"0.2.0-canary.c150044","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-canary.c150044","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a830f5fe76719257225736a22f151d581aa6bf0b","size":400595,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-canary.c150044.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-canary.c150044_1526063980704_0.775420322524699"},"_hasShrinkwrap":false,"publish_time":1526063981105,"_cnpm_publish_time":1526063981105,"contributors":[]},"0.3.0-canary.bd01dfe":{"name":"@firebase/database","version":"0.3.0-canary.bd01dfe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.bd01dfe","@firebase/app-types":"0.3.0-canary.bd01dfe"},"dependencies":{"@firebase/database-types":"0.3.0-canary.bd01dfe","@firebase/logger":"0.1.1-canary.bd01dfe","@firebase/util":"0.2.0-canary.bd01dfe","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.bd01dfe","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5583fd5beb513bb47273830315b2427ada7ab94b","size":400593,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.bd01dfe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.bd01dfe_1525985565787_0.35425528418926744"},"_hasShrinkwrap":false,"publish_time":1525985565899,"_cnpm_publish_time":1525985565899,"contributors":[]},"0.3.1":{"name":"@firebase/database","version":"0.3.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.1","@firebase/logger":"0.1.1","@firebase/util":"0.2.0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"1ca0797b8e9a243d383d31b1873373b84a2048b9","size":400579,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1_1525984422688_0.3904314787645362"},"_hasShrinkwrap":false,"publish_time":1525984422876,"_cnpm_publish_time":1525984422876,"contributors":[]},"0.3.0-canary.97a3727":{"name":"@firebase/database","version":"0.3.0-canary.97a3727","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.97a3727","@firebase/app-types":"0.3.0-canary.97a3727"},"dependencies":{"@firebase/database-types":"0.3.0-canary.97a3727","@firebase/logger":"0.1.1-canary.97a3727","@firebase/util":"0.2.0-canary.97a3727","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.97a3727","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8f41290746fc43347ed97759bb9e0c1e1b781c95","size":400610,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.97a3727.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.97a3727_1525983078038_0.004974511874056731"},"_hasShrinkwrap":false,"publish_time":1525983078166,"_cnpm_publish_time":1525983078166,"contributors":[]},"0.3.1-0":{"name":"@firebase/database","version":"0.3.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.1-0","@firebase/logger":"0.1.1","@firebase/util":"0.2.0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.1-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"e636770e9abb50ae899627dba3fa2061dd245a49","size":433320,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.1-0_1525981714405_0.10774063450058824"},"_hasShrinkwrap":false,"publish_time":1525981714581,"_cnpm_publish_time":1525981714581,"contributors":[]},"0.3.0-canary.e04cfb1":{"name":"@firebase/database","version":"0.3.0-canary.e04cfb1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.e04cfb1","@firebase/app-types":"0.3.0-canary.e04cfb1"},"dependencies":{"@firebase/database-types":"0.3.0-canary.e04cfb1","@firebase/logger":"0.1.1-canary.e04cfb1","@firebase/util":"0.2.0-canary.e04cfb1","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.e04cfb1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8c1c181b1fc633ecb57433809ecbe57daa8b7ea9","size":400593,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.e04cfb1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.e04cfb1_1525978611732_0.8258915929326116"},"_hasShrinkwrap":false,"publish_time":1525978611848,"_cnpm_publish_time":1525978611848,"contributors":[]},"0.3.0-canary.44de46d":{"name":"@firebase/database","version":"0.3.0-canary.44de46d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.44de46d","@firebase/app-types":"0.3.0-canary.44de46d"},"dependencies":{"@firebase/database-types":"0.3.0-canary.44de46d","@firebase/logger":"0.1.1-canary.44de46d","@firebase/util":"0.2.0-canary.44de46d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.44de46d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8f998643ce63225f1b0feb2054a1bf7b6f730a76","size":433318,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.44de46d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.44de46d_1525973522920_0.7588366512762317"},"_hasShrinkwrap":false,"publish_time":1525973523035,"_cnpm_publish_time":1525973523035,"contributors":[]},"0.3.0-canary.dd69371":{"name":"@firebase/database","version":"0.3.0-canary.dd69371","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.dd69371","@firebase/app-types":"0.3.0-canary.dd69371"},"dependencies":{"@firebase/database-types":"0.3.0-canary.dd69371","@firebase/logger":"0.1.1-canary.dd69371","@firebase/util":"0.2.0-canary.dd69371","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.dd69371","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5f05061d9dd3a0190444ad21e2df929345cdac9e","size":400611,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.dd69371.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.dd69371_1525970828908_0.8796747168708963"},"_hasShrinkwrap":false,"publish_time":1525970829259,"_cnpm_publish_time":1525970829259,"contributors":[]},"0.3.0-canary.3110d6b":{"name":"@firebase/database","version":"0.3.0-canary.3110d6b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.3110d6b","@firebase/app-types":"0.3.0-canary.3110d6b"},"dependencies":{"@firebase/database-types":"0.3.0-canary.3110d6b","@firebase/logger":"0.1.1-canary.3110d6b","@firebase/util":"0.2.0-canary.3110d6b","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.3110d6b","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"788402493e3c2f625162d098acecd2d25eb87731","size":400606,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.3110d6b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.3110d6b_1525898865892_0.2908872447013613"},"_hasShrinkwrap":false,"publish_time":1525898866066,"_cnpm_publish_time":1525898866066,"contributors":[]},"0.3.0-canary.9fd0229":{"name":"@firebase/database","version":"0.3.0-canary.9fd0229","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.9fd0229","@firebase/app-types":"0.3.0-canary.9fd0229"},"dependencies":{"@firebase/database-types":"0.3.0-canary.9fd0229","@firebase/logger":"0.1.1-canary.9fd0229","@firebase/util":"0.2.0-canary.9fd0229","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.9fd0229","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"af9bbdbac86b373f41f7e0eee1cb5d4f9e04aca6","size":400609,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.9fd0229.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.9fd0229_1525890123758_0.3092795486478268"},"_hasShrinkwrap":false,"publish_time":1525890123920,"_cnpm_publish_time":1525890123920,"contributors":[]},"0.3.0-canary.e91742d":{"name":"@firebase/database","version":"0.3.0-canary.e91742d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.e91742d","@firebase/app-types":"0.3.0-canary.e91742d"},"dependencies":{"@firebase/database-types":"0.3.0-canary.e91742d","@firebase/logger":"0.1.1-canary.e91742d","@firebase/util":"0.2.0-canary.e91742d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.e91742d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ee5451a22868d9babc9bd3fdf3db9f25107298e5","size":433314,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.e91742d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.e91742d_1525883005519_0.37448138684685195"},"_hasShrinkwrap":false,"publish_time":1525883005683,"_cnpm_publish_time":1525883005683,"contributors":[]},"0.3.0-canary.8922c3a":{"name":"@firebase/database","version":"0.3.0-canary.8922c3a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.8922c3a","@firebase/app-types":"0.3.0-canary.8922c3a"},"dependencies":{"@firebase/database-types":"0.3.0-canary.8922c3a","@firebase/logger":"0.1.1-canary.8922c3a","@firebase/util":"0.2.0-canary.8922c3a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.8922c3a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"393b4c17aadf7bb05b08eae1eddb8eb5e4181ddd","size":400604,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.8922c3a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.8922c3a_1525810839057_0.7163397652150187"},"_hasShrinkwrap":false,"publish_time":1525810839801,"_cnpm_publish_time":1525810839801,"contributors":[]},"0.3.0-canary.785cc8b":{"name":"@firebase/database","version":"0.3.0-canary.785cc8b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.785cc8b","@firebase/app-types":"0.3.0-canary.785cc8b"},"dependencies":{"@firebase/database-types":"0.3.0-canary.785cc8b","@firebase/logger":"0.1.1-canary.785cc8b","@firebase/util":"0.2.0-canary.785cc8b","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.785cc8b","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4aafbde892e03d6881b16b7f0027febe1d191bba","size":433306,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.785cc8b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.785cc8b_1525807737098_0.6054224394057766"},"_hasShrinkwrap":false,"publish_time":1525807737242,"_cnpm_publish_time":1525807737242,"contributors":[]},"0.3.0-canary.b351749":{"name":"@firebase/database","version":"0.3.0-canary.b351749","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.3.0-canary.b351749","@firebase/app-types":"0.3.0-canary.b351749"},"dependencies":{"@firebase/database-types":"0.3.0-canary.b351749","@firebase/logger":"0.1.1-canary.b351749","@firebase/util":"0.2.0-canary.b351749","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-canary.b351749","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4aa7b1b7aee727ba244d5192b95f6dd9b1efe27f","size":433321,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-canary.b351749.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-canary.b351749_1525807667023_0.7610785809426495"},"_hasShrinkwrap":false,"publish_time":1525807667172,"_cnpm_publish_time":1525807667172,"contributors":[]},"0.3.0":{"name":"@firebase/database","version":"0.3.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.0","@firebase/logger":"0.1.1","@firebase/util":"0.2.0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.3.0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"e514f1de8c534a0dfea11990bb2bac75f6424a59","size":433305,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0_1525800765710_0.6952971710138185"},"_hasShrinkwrap":false,"publish_time":1525800765786,"_cnpm_publish_time":1525800765786,"contributors":[]},"0.2.2-canary.21f83a6":{"name":"@firebase/database","version":"0.2.2-canary.21f83a6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.21f83a6","@firebase/app-types":"0.2.0-canary.21f83a6"},"dependencies":{"@firebase/database-types":"0.2.1-canary.21f83a6","@firebase/logger":"0.1.1-canary.21f83a6","@firebase/util":"0.1.11-canary.21f83a6","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.21f83a6","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f496c9cd70542bd4a880e197672ae042f99797e3","size":400601,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.21f83a6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.21f83a6_1525796484464_0.5118765912469039"},"_hasShrinkwrap":false,"publish_time":1525796484623,"_cnpm_publish_time":1525796484623,"contributors":[]},"0.2.2-canary.84686ba":{"name":"@firebase/database","version":"0.2.2-canary.84686ba","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.84686ba","@firebase/app-types":"0.2.0-canary.84686ba"},"dependencies":{"@firebase/database-types":"0.2.1-canary.84686ba","@firebase/logger":"0.1.1-canary.84686ba","@firebase/util":"0.1.11-canary.84686ba","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.84686ba","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0b7ce575d2cbe66d4dd93066d4c8afd73098e228","size":433301,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.84686ba.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.84686ba_1525788251827_0.5306834361020492"},"_hasShrinkwrap":false,"publish_time":1525788252583,"_cnpm_publish_time":1525788252583,"contributors":[]},"0.3.0-3":{"name":"@firebase/database","version":"0.3.0-3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.0-3","@firebase/logger":"0.1.1","@firebase/util":"0.1.11","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"a2dc429ce5b276e536581a16b107add2765b707f","size":433291,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-3_1525729687850_0.37008027262912013"},"_hasShrinkwrap":false,"publish_time":1525729688052,"_cnpm_publish_time":1525729688052,"contributors":[]},"0.2.2-canary.403c123":{"name":"@firebase/database","version":"0.2.2-canary.403c123","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.403c123","@firebase/app-types":"0.2.0-canary.403c123"},"dependencies":{"@firebase/database-types":"0.2.1-canary.403c123","@firebase/logger":"0.1.1-canary.403c123","@firebase/util":"0.1.11-canary.403c123","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.403c123","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a2219f879e23566f7091681fdf13553ce7101c16","size":433290,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.403c123.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.403c123_1525722529947_0.38184508914019055"},"_hasShrinkwrap":false,"publish_time":1525722530095,"_cnpm_publish_time":1525722530095,"contributors":[]},"0.2.2-canary.238fabe":{"name":"@firebase/database","version":"0.2.2-canary.238fabe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.238fabe","@firebase/app-types":"0.2.0-canary.238fabe"},"dependencies":{"@firebase/database-types":"0.2.1-canary.238fabe","@firebase/logger":"0.1.1-canary.238fabe","@firebase/util":"0.1.11-canary.238fabe","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.238fabe","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a36a8e33c648655f22602aca7c3d3b476ea0963e","size":433298,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.238fabe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.238fabe_1525718162925_0.06941778983053393"},"_hasShrinkwrap":false,"publish_time":1525718163150,"_cnpm_publish_time":1525718163150,"contributors":[]},"0.2.2-canary.e441ffb":{"name":"@firebase/database","version":"0.2.2-canary.e441ffb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.e441ffb","@firebase/app-types":"0.2.0-canary.e441ffb"},"dependencies":{"@firebase/database-types":"0.2.1-canary.e441ffb","@firebase/logger":"0.1.1-canary.e441ffb","@firebase/util":"0.1.11-canary.e441ffb","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.e441ffb","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8c27612483ea9264bbb93509a98b7065b67e927d","size":433310,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.e441ffb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.e441ffb_1525716562855_0.31983054987650283"},"_hasShrinkwrap":false,"publish_time":1525716562982,"_cnpm_publish_time":1525716562982,"contributors":[]},"0.2.2-canary.a413ec2":{"name":"@firebase/database","version":"0.2.2-canary.a413ec2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.a413ec2","@firebase/app-types":"0.2.0-canary.a413ec2"},"dependencies":{"@firebase/database-types":"0.2.1-canary.a413ec2","@firebase/logger":"0.1.1-canary.a413ec2","@firebase/util":"0.1.11-canary.a413ec2","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.a413ec2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"45da722435f46bd7d203a5baa0ac99d05b71c8aa","size":400596,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.a413ec2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.a413ec2_1525478745964_0.17386538748519165"},"_hasShrinkwrap":false,"publish_time":1525478746054,"_cnpm_publish_time":1525478746054,"contributors":[]},"0.2.2-canary.7f4ae1f":{"name":"@firebase/database","version":"0.2.2-canary.7f4ae1f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.7f4ae1f","@firebase/app-types":"0.2.0-canary.7f4ae1f"},"dependencies":{"@firebase/database-types":"0.2.1-canary.7f4ae1f","@firebase/logger":"0.1.1-canary.7f4ae1f","@firebase/util":"0.1.11-canary.7f4ae1f","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.7f4ae1f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6d8f845ee3453a218caa43c6ef0e19ace5a68e66","size":433297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.7f4ae1f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.7f4ae1f_1525383089348_0.7912712919363483"},"_hasShrinkwrap":false,"publish_time":1525383089500,"_cnpm_publish_time":1525383089500,"contributors":[]},"0.3.0-2":{"name":"@firebase/database","version":"0.3.0-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.0-2","@firebase/logger":"0.1.1","@firebase/util":"0.1.11","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"674687fe3373289ea3e9fe884023b84e0ef94546","size":433285,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-2_1525381434528_0.5570958680802767"},"_hasShrinkwrap":false,"publish_time":1525381434723,"_cnpm_publish_time":1525381434723,"contributors":[]},"0.2.2-canary.7764746":{"name":"@firebase/database","version":"0.2.2-canary.7764746","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.7764746","@firebase/app-types":"0.2.0-canary.7764746"},"dependencies":{"@firebase/database-types":"0.2.1-canary.7764746","@firebase/logger":"0.1.1-canary.7764746","@firebase/util":"0.1.11-canary.7764746","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.7764746","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2ccdf526dcae3ea8d1dd603be17f95207fcaba3a","size":400607,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.7764746.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.7764746_1525340556298_0.3665579995287729"},"_hasShrinkwrap":false,"publish_time":1525340556438,"_cnpm_publish_time":1525340556438,"contributors":[]},"0.2.2-canary.dfd09bc":{"name":"@firebase/database","version":"0.2.2-canary.dfd09bc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.dfd09bc","@firebase/app-types":"0.2.0-canary.dfd09bc"},"dependencies":{"@firebase/database-types":"0.2.1-canary.dfd09bc","@firebase/logger":"0.1.1-canary.dfd09bc","@firebase/util":"0.1.11-canary.dfd09bc","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.dfd09bc","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a5d7401201efc909488de748ed07e2ea099e09cf","size":433296,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.dfd09bc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.dfd09bc_1525309785753_0.4278230558508964"},"_hasShrinkwrap":false,"publish_time":1525309786176,"_cnpm_publish_time":1525309786176,"contributors":[]},"0.2.2-canary.f096ba0":{"name":"@firebase/database","version":"0.2.2-canary.f096ba0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.f096ba0","@firebase/app-types":"0.2.0-canary.f096ba0"},"dependencies":{"@firebase/database-types":"0.2.1-canary.f096ba0","@firebase/logger":"0.1.1-canary.f096ba0","@firebase/util":"0.1.11-canary.f096ba0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.f096ba0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"754a15ebaf17a11ae57df67cb35f0611acb1f6d0","size":433297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.f096ba0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.f096ba0_1525300117495_0.5741056401283691"},"_hasShrinkwrap":false,"publish_time":1525300117827,"_cnpm_publish_time":1525300117827,"contributors":[]},"0.2.2-canary.fa5d157":{"name":"@firebase/database","version":"0.2.2-canary.fa5d157","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.fa5d157","@firebase/app-types":"0.2.0-canary.fa5d157"},"dependencies":{"@firebase/database-types":"0.2.1-canary.fa5d157","@firebase/logger":"0.1.1-canary.fa5d157","@firebase/util":"0.1.11-canary.fa5d157","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.fa5d157","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"45b118a0ba90dcc6eaf686ed24e5b0ce36811f12","size":400597,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.fa5d157.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.fa5d157_1525287005929_0.45175308273670955"},"_hasShrinkwrap":false,"publish_time":1525287006522,"_cnpm_publish_time":1525287006522,"contributors":[]},"0.3.0-1":{"name":"@firebase/database","version":"0.3.0-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.0-1","@firebase/logger":"0.1.1","@firebase/util":"0.1.11","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-1","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"596d63188bd0a1c8f4b34c4929dadc038df5d4e0","size":400594,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-1_1525286543089_0.7027416719622268"},"_hasShrinkwrap":false,"publish_time":1525286543246,"_cnpm_publish_time":1525286543246,"contributors":[]},"0.2.2-canary.4ffc979":{"name":"@firebase/database","version":"0.2.2-canary.4ffc979","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.4ffc979","@firebase/app-types":"0.2.0-canary.4ffc979"},"dependencies":{"@firebase/database-types":"0.2.1-canary.4ffc979","@firebase/logger":"0.1.1-canary.4ffc979","@firebase/util":"0.1.11-canary.4ffc979","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.4ffc979","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8ce2f6f2e19d24ce7e328e6e0c50a1fd9a724c04","size":400600,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.4ffc979.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.4ffc979_1525285136102_0.6295104744038937"},"_hasShrinkwrap":false,"publish_time":1525285136237,"_cnpm_publish_time":1525285136237,"contributors":[]},"0.2.2-canary.099688f":{"name":"@firebase/database","version":"0.2.2-canary.099688f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.099688f","@firebase/app-types":"0.2.0-canary.099688f"},"dependencies":{"@firebase/database-types":"0.2.1-canary.099688f","@firebase/logger":"0.1.1-canary.099688f","@firebase/util":"0.1.11-canary.099688f","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.099688f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e609922a63e7390391be34de8726c14e748a7bdd","size":400601,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.099688f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.099688f_1525278899413_0.37220744908043857"},"_hasShrinkwrap":false,"publish_time":1525278899561,"_cnpm_publish_time":1525278899561,"contributors":[]},"0.2.2-canary.de6750b":{"name":"@firebase/database","version":"0.2.2-canary.de6750b","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.de6750b","@firebase/app-types":"0.2.0-canary.de6750b"},"dependencies":{"@firebase/database-types":"0.2.1-canary.de6750b","@firebase/logger":"0.1.1-canary.de6750b","@firebase/util":"0.1.11-canary.de6750b","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.de6750b","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9264240b5af6c9f5ef14f4be4c3a177d244b07cc","size":433302,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.de6750b.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.de6750b_1525277650907_0.18152312749358068"},"_hasShrinkwrap":false,"publish_time":1525277651039,"_cnpm_publish_time":1525277651039,"contributors":[]},"0.2.2-canary.533e576":{"name":"@firebase/database","version":"0.2.2-canary.533e576","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.533e576","@firebase/app-types":"0.2.0-canary.533e576"},"dependencies":{"@firebase/database-types":"0.2.1-canary.533e576","@firebase/logger":"0.1.1-canary.533e576","@firebase/util":"0.1.11-canary.533e576","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.533e576","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"10e32c8330840d04c40a90d833be27b0a30ddf50","size":400597,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.533e576.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.533e576_1525266473517_0.7283411779203033"},"_hasShrinkwrap":false,"publish_time":1525266473708,"_cnpm_publish_time":1525266473708,"contributors":[]},"0.2.2-canary.2de84e5":{"name":"@firebase/database","version":"0.2.2-canary.2de84e5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.2de84e5","@firebase/app-types":"0.2.0-canary.2de84e5"},"dependencies":{"@firebase/database-types":"0.2.1-canary.2de84e5","@firebase/logger":"0.1.1-canary.2de84e5","@firebase/util":"0.1.11-canary.2de84e5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.2de84e5","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"36d30b470db7b673b08bdd55d77ea9f0cbd7bfd8","size":433307,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.2de84e5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.2de84e5_1525222191123_0.06641206815808509"},"_hasShrinkwrap":false,"publish_time":1525222191320,"_cnpm_publish_time":1525222191320,"contributors":[]},"0.3.0-0":{"name":"@firebase/database","version":"0.3.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.3.0-0","@firebase/logger":"0.1.1","@firebase/util":"0.1.11","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.3.0-0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"59753f4d2d590a0a0b259054f9eabfa509e1f82f","size":400579,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.3.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.3.0-0_1525200724454_0.031047012841179056"},"_hasShrinkwrap":false,"publish_time":1525200724615,"_cnpm_publish_time":1525200724615,"contributors":[]},"0.2.2-canary.7edf649":{"name":"@firebase/database","version":"0.2.2-canary.7edf649","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.7edf649","@firebase/app-types":"0.2.0-canary.7edf649"},"dependencies":{"@firebase/database-types":"0.2.1-canary.7edf649","@firebase/logger":"0.1.1-canary.7edf649","@firebase/util":"0.1.11-canary.7edf649","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.7edf649","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7c896ce3c329647aab6efe6f04a06e3dac0158e5","size":433299,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.7edf649.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.7edf649_1525194442626_0.21905146397006137"},"_hasShrinkwrap":false,"publish_time":1525194442745,"_cnpm_publish_time":1525194442745,"contributors":[]},"0.2.2-canary.66980bd":{"name":"@firebase/database","version":"0.2.2-canary.66980bd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.66980bd","@firebase/app-types":"0.2.0-canary.66980bd"},"dependencies":{"@firebase/database-types":"0.2.1-canary.66980bd","@firebase/logger":"0.1.1-canary.66980bd","@firebase/util":"0.1.11-canary.66980bd","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.66980bd","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2361c586be7bd3faed533ca23ac497417f84de4c","size":433312,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.66980bd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.66980bd_1525194396493_0.4676471623582332"},"_hasShrinkwrap":false,"publish_time":1525194404930,"_cnpm_publish_time":1525194404930,"contributors":[]},"0.2.2-canary.9751e46":{"name":"@firebase/database","version":"0.2.2-canary.9751e46","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.9751e46","@firebase/app-types":"0.2.0-canary.9751e46"},"dependencies":{"@firebase/database-types":"0.2.1-canary.9751e46","@firebase/logger":"0.1.1-canary.9751e46","@firebase/util":"0.1.11-canary.9751e46","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.9751e46","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6f974e28b27c3cb2b6bf48625ec2620a49881458","size":400607,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.9751e46.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.9751e46_1525192275086_0.0635686581216246"},"_hasShrinkwrap":false,"publish_time":1525192275208,"_cnpm_publish_time":1525192275208,"contributors":[]},"0.2.2-canary.5f3716d":{"name":"@firebase/database","version":"0.2.2-canary.5f3716d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.5f3716d","@firebase/app-types":"0.2.0-canary.5f3716d"},"dependencies":{"@firebase/database-types":"0.2.1-canary.5f3716d","@firebase/logger":"0.1.1-canary.5f3716d","@firebase/util":"0.1.11-canary.5f3716d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.5f3716d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3156139789a10c5c9523bc445019e3aece74ab0c","size":400611,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.5f3716d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.5f3716d_1525132786968_0.7894202578014804"},"_hasShrinkwrap":false,"publish_time":1525132787194,"_cnpm_publish_time":1525132787194,"contributors":[]},"0.2.2-canary.8251c17":{"name":"@firebase/database","version":"0.2.2-canary.8251c17","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.8251c17","@firebase/app-types":"0.2.0-canary.8251c17"},"dependencies":{"@firebase/database-types":"0.2.1-canary.8251c17","@firebase/logger":"0.1.1-canary.8251c17","@firebase/util":"0.1.11-canary.8251c17","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.8251c17","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6b53dca6909eed8016dfa89b587bef88d73f2f42","size":400604,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.8251c17.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.8251c17_1525124313835_0.6873224519383163"},"_hasShrinkwrap":false,"publish_time":1525124314661,"_cnpm_publish_time":1525124314661,"contributors":[]},"0.2.2-canary.b28c74f":{"name":"@firebase/database","version":"0.2.2-canary.b28c74f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.b28c74f","@firebase/app-types":"0.2.0-canary.b28c74f"},"dependencies":{"@firebase/database-types":"0.2.1-canary.b28c74f","@firebase/logger":"0.1.1-canary.b28c74f","@firebase/util":"0.1.11-canary.b28c74f","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.b28c74f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"44a5234be70fb88fa8697b313a645367641f08b2","size":433320,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.b28c74f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.b28c74f_1525116675497_0.6064603189773574"},"_hasShrinkwrap":false,"publish_time":1525116675594,"_cnpm_publish_time":1525116675594,"contributors":[]},"0.2.2-canary.8d1f1bf":{"name":"@firebase/database","version":"0.2.2-canary.8d1f1bf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.8d1f1bf","@firebase/app-types":"0.2.0-canary.8d1f1bf"},"dependencies":{"@firebase/database-types":"0.2.1-canary.8d1f1bf","@firebase/logger":"0.1.1-canary.8d1f1bf","@firebase/util":"0.1.11-canary.8d1f1bf","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.8d1f1bf","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fd3cecd81b302c43bd1395e092a1241b6e8b182f","size":400599,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.8d1f1bf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.8d1f1bf_1525108473863_0.13366796722796215"},"_hasShrinkwrap":false,"publish_time":1525108474019,"_cnpm_publish_time":1525108474019,"contributors":[]},"0.2.2-canary.4b4eebc":{"name":"@firebase/database","version":"0.2.2-canary.4b4eebc","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.4b4eebc","@firebase/app-types":"0.2.0-canary.4b4eebc"},"dependencies":{"@firebase/database-types":"0.2.1-canary.4b4eebc","@firebase/logger":"0.1.1-canary.4b4eebc","@firebase/util":"0.1.11-canary.4b4eebc","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.4b4eebc","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"154b6fe44c84a8816185deda64e8fa355c24eca0","size":400588,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.4b4eebc.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.4b4eebc_1524704579045_0.03991545887826442"},"_hasShrinkwrap":false,"publish_time":1524704579203,"_cnpm_publish_time":1524704579203,"contributors":[]},"0.2.2-canary.b60ffff":{"name":"@firebase/database","version":"0.2.2-canary.b60ffff","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.b60ffff","@firebase/app-types":"0.2.0-canary.b60ffff"},"dependencies":{"@firebase/database-types":"0.2.1-canary.b60ffff","@firebase/logger":"0.1.1-canary.b60ffff","@firebase/util":"0.1.11-canary.b60ffff","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.b60ffff","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0bd10741034a06bb83159a08bdbcc18123ada4c4","size":433304,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.b60ffff.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.b60ffff_1524691062747_0.4883195369314166"},"_hasShrinkwrap":false,"publish_time":1524691062868,"_cnpm_publish_time":1524691062868,"contributors":[]},"0.2.2-canary.0e141c0":{"name":"@firebase/database","version":"0.2.2-canary.0e141c0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.0e141c0","@firebase/app-types":"0.2.0-canary.0e141c0"},"dependencies":{"@firebase/database-types":"0.2.1-canary.0e141c0","@firebase/logger":"0.1.1-canary.0e141c0","@firebase/util":"0.1.11-canary.0e141c0","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.0e141c0","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5d11423d9cb46bb8c833bdcd0c9ca7c15ef607c8","size":433291,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.0e141c0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.0e141c0_1524684315553_0.5067743819492874"},"_hasShrinkwrap":false,"publish_time":1524684315667,"_cnpm_publish_time":1524684315667,"contributors":[]},"0.2.2-canary.2471497":{"name":"@firebase/database","version":"0.2.2-canary.2471497","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.2471497","@firebase/app-types":"0.2.0-canary.2471497"},"dependencies":{"@firebase/database-types":"0.2.1-canary.2471497","@firebase/logger":"0.1.1-canary.2471497","@firebase/util":"0.1.11-canary.2471497","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.2471497","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1c6f0cd7587e3e45114886185745a5b258cdf04b","size":433304,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.2471497.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.2471497_1524658600708_0.7784624413870893"},"_hasShrinkwrap":false,"publish_time":1524658600841,"_cnpm_publish_time":1524658600841,"contributors":[]},"0.2.2-canary.bfa8a5e":{"name":"@firebase/database","version":"0.2.2-canary.bfa8a5e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.bfa8a5e","@firebase/app-types":"0.2.0-canary.bfa8a5e"},"dependencies":{"@firebase/database-types":"0.2.1-canary.bfa8a5e","@firebase/logger":"0.1.1-canary.bfa8a5e","@firebase/util":"0.1.11-canary.bfa8a5e","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.bfa8a5e","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"66f50e0c27e9a988b7e04fd20d561b1597e84105","size":433297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.bfa8a5e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.bfa8a5e_1524272960123_0.8551160928486259"},"_hasShrinkwrap":false,"publish_time":1524272960291,"_cnpm_publish_time":1524272960291,"contributors":[]},"0.2.2-canary.fd99689":{"name":"@firebase/database","version":"0.2.2-canary.fd99689","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.2.0-canary.fd99689","@firebase/app-types":"0.2.0-canary.fd99689"},"dependencies":{"@firebase/database-types":"0.2.1-canary.fd99689","@firebase/logger":"0.1.1-canary.fd99689","@firebase/util":"0.1.11-canary.fd99689","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-canary.fd99689","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dfa1d2e590e587328251809752aa9354673d5629","size":433293,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-canary.fd99689.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-canary.fd99689_1524252749685_0.715420887504362"},"_hasShrinkwrap":false,"publish_time":1524252749909,"_cnpm_publish_time":1524252749909,"contributors":[]},"0.2.1-canary.6991857":{"name":"@firebase/database","version":"0.2.1-canary.6991857","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.6991857","@firebase/app-types":"0.1.2-canary.6991857"},"dependencies":{"@firebase/database-types":"0.2.0-canary.6991857","@firebase/logger":"0.1.0-canary.6991857","@firebase/util":"0.1.10-canary.6991857","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.6991857","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9fc95eeba1cc5ec9bb524b1df567bcb79977cb9c","size":433301,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.6991857.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.6991857_1524175329111_0.11226223856083672"},"_hasShrinkwrap":false,"publish_time":1524175329213,"_cnpm_publish_time":1524175329213,"contributors":[]},"0.2.2":{"name":"@firebase/database","version":"0.2.2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.2.1","@firebase/logger":"0.1.1","@firebase/util":"0.1.11","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.2.2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"a8a0709644d7f281b400e983c71c8c65fba90c70","size":400578,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2_1524174494951_0.0004834091084662262"},"_hasShrinkwrap":false,"publish_time":1524174495074,"_cnpm_publish_time":1524174495074,"contributors":[]},"0.2.1-canary.fcb277a":{"name":"@firebase/database","version":"0.2.1-canary.fcb277a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.fcb277a","@firebase/app-types":"0.1.2-canary.fcb277a"},"dependencies":{"@firebase/database-types":"0.2.0-canary.fcb277a","@firebase/logger":"0.1.0-canary.fcb277a","@firebase/util":"0.1.10-canary.fcb277a","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.fcb277a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"819462a2bae3139beafd9064e217bc5f2689fad1","size":433304,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.fcb277a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.fcb277a_1524049056427_0.7128609429867532"},"_hasShrinkwrap":false,"publish_time":1524049056583,"_cnpm_publish_time":1524049056583,"contributors":[]},"0.2.1-canary.ffcaf85":{"name":"@firebase/database","version":"0.2.1-canary.ffcaf85","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.ffcaf85","@firebase/app-types":"0.1.2-canary.ffcaf85"},"dependencies":{"@firebase/database-types":"0.2.0-canary.ffcaf85","@firebase/logger":"0.1.0-canary.ffcaf85","@firebase/util":"0.1.10-canary.ffcaf85","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.ffcaf85","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ceb1c8bd453017d3630207a9f5af90ad8091eb4a","size":400610,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.ffcaf85.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.ffcaf85_1524000638774_0.7620263873531921"},"_hasShrinkwrap":false,"publish_time":1524000638946,"_cnpm_publish_time":1524000638946,"contributors":[]},"0.2.2-6":{"name":"@firebase/database","version":"0.2.2-6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","files":["dist"],"scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.2.1-6","@firebase/logger":"0.1.1-6","@firebase/util":"0.1.11-6","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-6","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"3466abe9964daa7b0dd48c71d4b5293ad3e2252e","size":400581,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-6_1523999446997_0.3178517611963374"},"_hasShrinkwrap":false,"publish_time":1523999447180,"_cnpm_publish_time":1523999447180,"contributors":[]},"0.2.2-5":{"name":"@firebase/database","version":"0.2.2-5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.2.1-5","@firebase/logger":"0.1.1-5","@firebase/util":"0.1.11-5","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-5","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"052e38a73aade3fe1dbcebfc4e5561ad9334abb6","size":1294725,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-5_1523990662538_0.7115513959188229"},"_hasShrinkwrap":false,"publish_time":1523990662864,"_cnpm_publish_time":1523990662864,"contributors":[]},"0.2.2-4":{"name":"@firebase/database","version":"0.2.2-4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.2.1-4","@firebase/logger":"0.1.1-4","@firebase/util":"0.1.11-4","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-4","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"b6e59f986d606d4d3b6e19a60f9bae4d0e4972fd","size":1262851,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-4_1523903663702_0.8014429152354294"},"_hasShrinkwrap":false,"publish_time":1523903663914,"_cnpm_publish_time":1523903663914,"contributors":[]},"0.2.1-canary.4560599":{"name":"@firebase/database","version":"0.2.1-canary.4560599","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.4560599","@firebase/app-types":"0.1.2-canary.4560599"},"dependencies":{"@firebase/database-types":"0.2.0-canary.4560599","@firebase/logger":"0.1.0-canary.4560599","@firebase/util":"0.1.10-canary.4560599","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.4560599","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4f8ff7676160a115f9171aae7afc5f1f7d6bf147","size":688122,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.4560599.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.4560599_1523664981825_0.5138565998333597"},"_hasShrinkwrap":false,"publish_time":1523664981990,"_cnpm_publish_time":1523664981990,"contributors":[]},"0.2.1-canary.92aea91":{"name":"@firebase/database","version":"0.2.1-canary.92aea91","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.92aea91","@firebase/app-types":"0.1.2-canary.92aea91"},"dependencies":{"@firebase/database-types":"0.2.0-canary.92aea91","@firebase/logger":"0.1.0-canary.92aea91","@firebase/util":"0.1.10-canary.92aea91","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.92aea91","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"25c16b0acee53ca833ca5053b6e32b92a93bc1ab","size":655567,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.92aea91.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.92aea91_1523663821993_0.38697331494455467"},"_hasShrinkwrap":false,"publish_time":1523663824612,"_cnpm_publish_time":1523663824612,"contributors":[]},"0.2.1-canary.eaec0b8":{"name":"@firebase/database","version":"0.2.1-canary.eaec0b8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.eaec0b8","@firebase/app-types":"0.1.2-canary.eaec0b8"},"dependencies":{"@firebase/database-types":"0.2.0-canary.eaec0b8","@firebase/logger":"0.1.0-canary.eaec0b8","@firebase/util":"0.1.10-canary.eaec0b8","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.eaec0b8","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5cd6c3cb3a35ea35c5133836e3fdc1637346e3c8","size":688333,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.eaec0b8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.eaec0b8_1523654867235_0.8360801878496849"},"_hasShrinkwrap":false,"publish_time":1523654867528,"_cnpm_publish_time":1523654867528,"contributors":[]},"0.2.1-canary.05e05b8":{"name":"@firebase/database","version":"0.2.1-canary.05e05b8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.05e05b8","@firebase/app-types":"0.1.2-canary.05e05b8"},"dependencies":{"@firebase/database-types":"0.2.0-canary.05e05b8","@firebase/logger":"0.1.0-canary.05e05b8","@firebase/util":"0.1.10-canary.05e05b8","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-firefox-launcher":"1.1.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.05e05b8","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d3cf8783e929faef1d339cc1e76ae13b4ea972dd","size":655399,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.05e05b8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.05e05b8_1523588224543_0.5269721858965788"},"_hasShrinkwrap":false,"publish_time":1523588224695,"_cnpm_publish_time":1523588224695,"contributors":[]},"0.2.1-canary.231110c":{"name":"@firebase/database","version":"0.2.1-canary.231110c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.231110c","@firebase/app-types":"0.1.2-canary.231110c"},"dependencies":{"@firebase/database-types":"0.2.0-canary.231110c","@firebase/logger":"0.1.0-canary.231110c","@firebase/util":"0.1.10-canary.231110c","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.231110c","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c2d8f683e170cf33165ec23bac78a00f1fd0a1d5","size":688124,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.231110c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.231110c_1523572894617_0.5984299258493992"},"_hasShrinkwrap":false,"publish_time":1523572894819,"_cnpm_publish_time":1523572894819,"contributors":[]},"0.2.1-canary.8b29658":{"name":"@firebase/database","version":"0.2.1-canary.8b29658","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.8b29658","@firebase/app-types":"0.1.2-canary.8b29658"},"dependencies":{"@firebase/database-types":"0.2.0-canary.8b29658","@firebase/logger":"0.1.0-canary.8b29658","@firebase/util":"0.1.10-canary.8b29658","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.8b29658","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"fbb437d3fcff953f600ef38331c1017fbca7762e","size":655642,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.8b29658.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.8b29658_1523570831912_0.649032640011457"},"_hasShrinkwrap":false,"publish_time":1523570832162,"_cnpm_publish_time":1523570832162,"contributors":[]},"0.2.1-canary.27a77fd":{"name":"@firebase/database","version":"0.2.1-canary.27a77fd","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.27a77fd","@firebase/app-types":"0.1.2-canary.27a77fd"},"dependencies":{"@firebase/database-types":"0.2.0-canary.27a77fd","@firebase/logger":"0.1.0-canary.27a77fd","@firebase/util":"0.1.10-canary.27a77fd","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.27a77fd","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cbab178974be7bb54c3f0f90ae8f46e3d9add1c0","size":688241,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.27a77fd.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.27a77fd_1523570312261_0.28384332090395614"},"_hasShrinkwrap":false,"publish_time":1523570312412,"_cnpm_publish_time":1523570312412,"contributors":[]},"0.2.1-canary.aaee15d":{"name":"@firebase/database","version":"0.2.1-canary.aaee15d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.aaee15d","@firebase/app-types":"0.1.2-canary.aaee15d"},"dependencies":{"@firebase/database-types":"0.2.0-canary.aaee15d","@firebase/logger":"0.1.0-canary.aaee15d","@firebase/util":"0.1.10-canary.aaee15d","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.aaee15d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dcf6b3440c520ec21945f465032a826e8cf8b567","size":688165,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.aaee15d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.aaee15d_1523567483803_0.7603111780258602"},"_hasShrinkwrap":false,"publish_time":1523567483991,"_cnpm_publish_time":1523567483991,"contributors":[]},"0.2.2-3":{"name":"@firebase/database","version":"0.2.2-3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.2.1-3","@firebase/logger":"0.1.1-3","@firebase/util":"0.1.11-3","faye-websocket":"0.11.1","tslib":"1.9.0"},"devDependencies":{"@types/chai":"4.1.2","@types/mocha":"5.0.0","@types/node":"9.6.4","@types/sinon":"4.3.1","chai":"4.1.2","karma":"2.0.0","karma-chrome-launcher":"2.2.0","karma-cli":"1.0.1","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"2.0.9","mocha":"5.0.5","npm-run-all":"4.1.2","nyc":"11.6.0","rollup":"0.57.1","rollup-plugin-commonjs":"9.1.0","rollup-plugin-node-resolve":"3.3.0","rollup-plugin-typescript2":"0.12.0","sinon":"4.5.0","source-map-loader":"0.2.3","ts-loader":"3.5.0","ts-node":"5.0.1","typescript":"2.8.1","webpack":"3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-3","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"ae363d612cb3b34b232c3382ba53717ab3d80215","size":1294589,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-3_1523566911188_0.26456693977707646"},"_hasShrinkwrap":false,"publish_time":1523566911313,"_cnpm_publish_time":1523566911313,"contributors":[]},"0.2.1-canary.00659ca":{"name":"@firebase/database","version":"0.2.1-canary.00659ca","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.00659ca","@firebase/app-types":"0.1.2-canary.00659ca"},"dependencies":{"@firebase/database-types":"0.2.0-canary.00659ca","@firebase/logger":"0.1.0-canary.00659ca","@firebase/util":"0.1.10-canary.00659ca","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.00659ca","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d5f6629fee1c65b3cd2772b3849039859f5a7e26","size":657119,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.00659ca.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.00659ca_1523473263566_0.7855045811540133"},"_hasShrinkwrap":false,"publish_time":1523473263683,"_cnpm_publish_time":1523473263683,"contributors":[]},"0.2.1-canary.078f83a":{"name":"@firebase/database","version":"0.2.1-canary.078f83a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.078f83a","@firebase/app-types":"0.1.2-canary.078f83a"},"dependencies":{"@firebase/database-types":"0.2.0-canary.078f83a","@firebase/logger":"0.1.0-canary.078f83a","@firebase/util":"0.1.10-canary.078f83a","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.078f83a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"df60335e94aaa39fb0225f8b30d5e25e62db0c19","size":690168,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.078f83a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.078f83a_1523471112342_0.4984790292396606"},"_hasShrinkwrap":false,"publish_time":1523471112474,"_cnpm_publish_time":1523471112474,"contributors":[]},"0.2.1-canary.3327845":{"name":"@firebase/database","version":"0.2.1-canary.3327845","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.3327845","@firebase/app-types":"0.1.2-canary.3327845"},"dependencies":{"@firebase/database-types":"0.2.0-canary.3327845","@firebase/logger":"0.1.0-canary.3327845","@firebase/util":"0.1.10-canary.3327845","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.3327845","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c66e8fbf787f877d507a3f08da69384cbfe66902","size":657166,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.3327845.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.3327845_1523466060178_0.5826642735713208"},"_hasShrinkwrap":false,"publish_time":1523466060246,"_cnpm_publish_time":1523466060246,"contributors":[]},"0.2.1-canary.7463443":{"name":"@firebase/database","version":"0.2.1-canary.7463443","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.7463443","@firebase/app-types":"0.1.2-canary.7463443"},"dependencies":{"@firebase/database-types":"0.2.0-canary.7463443","@firebase/logger":"0.1.0-canary.7463443","@firebase/util":"0.1.10-canary.7463443","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.7463443","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3f21b845969047f382694e0ded5e23ac503a607c","size":657204,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.7463443.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.7463443_1523457205024_0.7874720466627321"},"_hasShrinkwrap":false,"publish_time":1523457205368,"_cnpm_publish_time":1523457205368,"contributors":[]},"0.2.1-canary.d0a614c":{"name":"@firebase/database","version":"0.2.1-canary.d0a614c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.d0a614c","@firebase/app-types":"0.1.2-canary.d0a614c"},"dependencies":{"@firebase/database-types":"0.2.0-canary.d0a614c","@firebase/logger":"0.1.0-canary.d0a614c","@firebase/util":"0.1.10-canary.d0a614c","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.d0a614c","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7d88a32ab28bf927b8a37ba43c160078e9a6dec1","size":657280,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.d0a614c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.d0a614c_1523406744506_0.657727543654153"},"_hasShrinkwrap":false,"publish_time":1523406744645,"_cnpm_publish_time":1523406744645,"contributors":[]},"0.2.1-canary.ca57c4d":{"name":"@firebase/database","version":"0.2.1-canary.ca57c4d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.ca57c4d","@firebase/app-types":"0.1.2-canary.ca57c4d"},"dependencies":{"@firebase/database-types":"0.2.0-canary.ca57c4d","@firebase/logger":"0.1.0-canary.ca57c4d","@firebase/util":"0.1.10-canary.ca57c4d","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.ca57c4d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"90e006cdaea470ab6db2940117dc2a26c25f2e82","size":657051,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.ca57c4d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.ca57c4d_1523405834217_0.6988948150512089"},"_hasShrinkwrap":false,"publish_time":1523405834396,"_cnpm_publish_time":1523405834396,"contributors":[]},"0.2.1-canary.3fe3d2c":{"name":"@firebase/database","version":"0.2.1-canary.3fe3d2c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.3fe3d2c","@firebase/app-types":"0.1.2-canary.3fe3d2c"},"dependencies":{"@firebase/database-types":"0.2.0-canary.3fe3d2c","@firebase/logger":"0.1.0-canary.3fe3d2c","@firebase/util":"0.1.10-canary.3fe3d2c","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.3fe3d2c","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"447bd118db7de72b23bf798e92dcd5a36bd5daa8","size":657252,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.3fe3d2c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.3fe3d2c_1523405695736_0.30381772027711795"},"_hasShrinkwrap":false,"publish_time":1523405695839,"_cnpm_publish_time":1523405695839,"contributors":[]},"0.2.1-canary.14c2c4a":{"name":"@firebase/database","version":"0.2.1-canary.14c2c4a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.14c2c4a","@firebase/app-types":"0.1.2-canary.14c2c4a"},"dependencies":{"@firebase/database-types":"0.2.0-canary.14c2c4a","@firebase/logger":"0.1.0-canary.14c2c4a","@firebase/util":"0.1.10-canary.14c2c4a","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.14c2c4a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ca2d2bcf4fa1b824a2ee37b5e0a88c96f02b1cab","size":657079,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.14c2c4a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.14c2c4a_1523403079240_0.03685433792325532"},"_hasShrinkwrap":false,"publish_time":1523403079415,"_cnpm_publish_time":1523403079415,"contributors":[]},"0.2.2-2":{"name":"@firebase/database","version":"0.2.2-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.2.1-2","@firebase/logger":"0.1.1-2","@firebase/util":"0.1.11-2","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-2","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"a1151ad0ba04f37a443be56df69a62bc56bc7ad3","size":1161711,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-2_1523402315981_0.6944906372129596"},"_hasShrinkwrap":false,"publish_time":1523402316140,"_cnpm_publish_time":1523402316140,"contributors":[]},"0.2.1-canary.eeab13f":{"name":"@firebase/database","version":"0.2.1-canary.eeab13f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.eeab13f","@firebase/app-types":"0.1.2-canary.eeab13f"},"dependencies":{"@firebase/database-types":"0.2.0-canary.eeab13f","@firebase/logger":"0.1.0-canary.eeab13f","@firebase/util":"0.1.10-canary.eeab13f","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.eeab13f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7b18a1f0d055b8bc6bdf113c06441710f943b9d4","size":698900,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.eeab13f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.eeab13f_1523398471232_0.18159696356811628"},"_hasShrinkwrap":false,"publish_time":1523398471426,"_cnpm_publish_time":1523398471426,"contributors":[]},"0.2.1-canary.452a4be":{"name":"@firebase/database","version":"0.2.1-canary.452a4be","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.452a4be","@firebase/app-types":"0.1.2-canary.452a4be"},"dependencies":{"@firebase/database-types":"0.2.0-canary.452a4be","@firebase/logger":"0.1.0-canary.452a4be","@firebase/util":"0.1.10-canary.452a4be","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.452a4be","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"524d56389e6381b60b15f6b9b685fac5cd85df9e","size":699038,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.452a4be.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.452a4be_1523386314106_0.37563132693242185"},"_hasShrinkwrap":false,"publish_time":1523386314216,"_cnpm_publish_time":1523386314216,"contributors":[]},"0.2.2-1":{"name":"@firebase/database","version":"0.2.2-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.2.1-1","@firebase/logger":"0.1.1-1","@firebase/util":"0.1.11-1","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"e8a9f180879c3af709d9c64e204cd0a4556efe23","size":1196927,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-1_1523383064770_0.17542613374322036"},"_hasShrinkwrap":false,"publish_time":1523383064891,"_cnpm_publish_time":1523383064891,"contributors":[]},"0.2.2-0":{"name":"@firebase/database","version":"0.2.2-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"npm run build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.x","@firebase/app-types":"0.x"},"dependencies":{"@firebase/database-types":"0.2.1-0","@firebase/logger":"0.1.1-0","@firebase/util":"0.1.11-0","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","rollup":"^0.57.1","rollup-plugin-commonjs":"^9.1.0","rollup-plugin-node-resolve":"^3.3.0","rollup-plugin-typescript2":"^0.12.0","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.2-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"2a2e6b6676c88af3b353ec512083c153b9160630","size":690653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.2-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.2-0_1523380594553_0.522786768448968"},"_hasShrinkwrap":false,"publish_time":1523380594676,"_cnpm_publish_time":1523380594676,"contributors":[]},"0.2.1-canary.4907285":{"name":"@firebase/database","version":"0.2.1-canary.4907285","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.4907285","@firebase/app-types":"0.1.2-canary.4907285"},"dependencies":{"@firebase/database-types":"0.2.0-canary.4907285","@firebase/logger":"0.1.0-canary.4907285","@firebase/util":"0.1.10-canary.4907285","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.4907285","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e712684770d3d852072c348978c50f888a9979b9","size":698985,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.4907285.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.4907285_1523377021406_0.6916282907200089"},"_hasShrinkwrap":false,"publish_time":1523377021671,"_cnpm_publish_time":1523377021671,"contributors":[]},"0.2.1-canary.fe0d694":{"name":"@firebase/database","version":"0.2.1-canary.fe0d694","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.fe0d694","@firebase/app-types":"0.1.2-canary.fe0d694"},"dependencies":{"@firebase/database-types":"0.2.0-canary.fe0d694","@firebase/logger":"0.1.0-canary.fe0d694","@firebase/util":"0.1.10-canary.fe0d694","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.fe0d694","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5a95c2c473f14b6ea030feb98fcd10367c62b40f","size":699023,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.fe0d694.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.fe0d694_1523312147220_0.04927801623832129"},"_hasShrinkwrap":false,"publish_time":1523312147369,"_cnpm_publish_time":1523312147369,"contributors":[]},"0.2.1-canary.1e3254d":{"name":"@firebase/database","version":"0.2.1-canary.1e3254d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.1e3254d","@firebase/app-types":"0.1.2-canary.1e3254d"},"dependencies":{"@firebase/database-types":"0.2.0-canary.1e3254d","@firebase/logger":"0.1.0-canary.1e3254d","@firebase/util":"0.1.10-canary.1e3254d","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.1e3254d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6384257462034fdc9d7e16a30b1fb8555c4dce06","size":699045,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.1e3254d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.1e3254d_1523303145479_0.2617303439084415"},"_hasShrinkwrap":false,"publish_time":1523303147351,"_cnpm_publish_time":1523303147351,"contributors":[]},"0.2.1-canary.f95425f":{"name":"@firebase/database","version":"0.2.1-canary.f95425f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.f95425f","@firebase/app-types":"0.1.2-canary.f95425f"},"dependencies":{"@firebase/database-types":"0.2.0-canary.f95425f","@firebase/logger":"0.1.0-canary.f95425f","@firebase/util":"0.1.10-canary.f95425f","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.f95425f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a12715aceaa40d5271f68848e82178ac771934d4","size":699067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.f95425f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.f95425f_1523301030289_0.3136280021852622"},"_hasShrinkwrap":false,"publish_time":1523301030424,"_cnpm_publish_time":1523301030424,"contributors":[]},"0.2.1-canary.5475383":{"name":"@firebase/database","version":"0.2.1-canary.5475383","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.5475383","@firebase/app-types":"0.1.2-canary.5475383"},"dependencies":{"@firebase/database-types":"0.2.0-canary.5475383","@firebase/logger":"0.1.0-canary.5475383","@firebase/util":"0.1.10-canary.5475383","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.5475383","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"33182f00a58bd23deea335883a34e67228325a15","size":699031,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.5475383.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.5475383_1523300324743_0.10082113822413574"},"_hasShrinkwrap":false,"publish_time":1523300324937,"_cnpm_publish_time":1523300324937,"contributors":[]},"0.2.1-canary.fce6f7a":{"name":"@firebase/database","version":"0.2.1-canary.fce6f7a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.fce6f7a","@firebase/app-types":"0.1.2-canary.fce6f7a"},"dependencies":{"@firebase/database-types":"0.2.0-canary.fce6f7a","@firebase/logger":"0.1.0-canary.fce6f7a","@firebase/util":"0.1.10-canary.fce6f7a","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.fce6f7a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1ed605eb5e0d9cfde1cae5d535c80983829cd4d9","size":699030,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.fce6f7a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.fce6f7a_1523207479959_0.41069981779477627"},"_hasShrinkwrap":false,"publish_time":1523207480111,"_cnpm_publish_time":1523207480111,"contributors":[]},"0.2.1-canary.6754b7f":{"name":"@firebase/database","version":"0.2.1-canary.6754b7f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.6754b7f","@firebase/app-types":"0.1.2-canary.6754b7f"},"dependencies":{"@firebase/database-types":"0.2.0-canary.6754b7f","@firebase/logger":"0.1.0-canary.6754b7f","@firebase/util":"0.1.10-canary.6754b7f","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.6754b7f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8d0a4654a1682c9d0caa81b9d7e067d9821f6f03","size":699057,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.6754b7f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.6754b7f_1523099412968_0.41534752968621946"},"_hasShrinkwrap":false,"publish_time":1523099413177,"_cnpm_publish_time":1523099413177,"contributors":[]},"0.2.1-canary.5e71095":{"name":"@firebase/database","version":"0.2.1-canary.5e71095","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.5e71095","@firebase/app-types":"0.1.2-canary.5e71095"},"dependencies":{"@firebase/database-types":"0.2.0-canary.5e71095","@firebase/logger":"0.1.0-canary.5e71095","@firebase/util":"0.1.10-canary.5e71095","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.5e71095","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"eddaf549352dd79b80416e198a8931269aa4ba87","size":699051,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.5e71095.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.5e71095_1523043360528_0.38026223553837246"},"_hasShrinkwrap":false,"publish_time":1523043360733,"_cnpm_publish_time":1523043360733,"contributors":[]},"0.2.1-canary.1f985cf":{"name":"@firebase/database","version":"0.2.1-canary.1f985cf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.1f985cf","@firebase/app-types":"0.1.2-canary.1f985cf"},"dependencies":{"@firebase/database-types":"0.2.0-canary.1f985cf","@firebase/logger":"0.1.0-canary.1f985cf","@firebase/util":"0.1.10-canary.1f985cf","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.1f985cf","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"acffe773c76a0bc79458c2b08f48b027b68595ce","size":698961,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.1f985cf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.1f985cf_1523041618448_0.7215272802086425"},"_hasShrinkwrap":false,"publish_time":1523041618742,"_cnpm_publish_time":1523041618742,"contributors":[]},"0.2.1-canary.9eace31":{"name":"@firebase/database","version":"0.2.1-canary.9eace31","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.9eace31","@firebase/app-types":"0.1.2-canary.9eace31"},"dependencies":{"@firebase/database-types":"0.2.0-canary.9eace31","@firebase/logger":"0.1.0-canary.9eace31","@firebase/util":"0.1.10-canary.9eace31","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.9eace31","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f537b68c876ec1ea5a63725863fb033846a9deec","size":698970,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.9eace31.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.9eace31_1523033314272_0.23154969293200023"},"_hasShrinkwrap":false,"publish_time":1523033314366,"_cnpm_publish_time":1523033314366,"contributors":[]},"0.2.1-canary.b45baec":{"name":"@firebase/database","version":"0.2.1-canary.b45baec","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.b45baec","@firebase/app-types":"0.1.2-canary.b45baec"},"dependencies":{"@firebase/database-types":"0.2.0-canary.b45baec","@firebase/logger":"0.1.0-canary.b45baec","@firebase/util":"0.1.10-canary.b45baec","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.b45baec","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dd379764d29885b98c120f054927c6999d504659","size":699077,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.b45baec.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.b45baec_1523020261128_0.7745784236506605"},"_hasShrinkwrap":false,"publish_time":1523020261283,"_cnpm_publish_time":1523020261283,"contributors":[]},"0.2.1-canary.12e839d":{"name":"@firebase/database","version":"0.2.1-canary.12e839d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.12e839d","@firebase/app-types":"0.1.2-canary.12e839d"},"dependencies":{"@firebase/database-types":"0.2.0-canary.12e839d","@firebase/logger":"0.1.0-canary.12e839d","@firebase/util":"0.1.10-canary.12e839d","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.12e839d","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c6c26fb75bfe7926f30a56b4b824951585a198a0","size":699048,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.12e839d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.12e839d_1522964770878_0.7684547175193768"},"_hasShrinkwrap":false,"publish_time":1522964771202,"_cnpm_publish_time":1522964771202,"contributors":[]},"0.2.1-canary.7857c21":{"name":"@firebase/database","version":"0.2.1-canary.7857c21","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.7857c21","@firebase/app-types":"0.1.2-canary.7857c21"},"dependencies":{"@firebase/database-types":"0.2.0-canary.7857c21","@firebase/logger":"0.1.0-canary.7857c21","@firebase/util":"0.1.10-canary.7857c21","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.7857c21","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"040fa8833383595b0b6bcc2cf3af65956515a050","size":698973,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.7857c21.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.7857c21_1522964610512_0.49759735836640306"},"_hasShrinkwrap":false,"publish_time":1522964610667,"_cnpm_publish_time":1522964610667,"contributors":[]},"0.2.1-canary.a1020bf":{"name":"@firebase/database","version":"0.2.1-canary.a1020bf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.a1020bf","@firebase/app-types":"0.1.2-canary.a1020bf"},"dependencies":{"@firebase/database-types":"0.2.0-canary.a1020bf","@firebase/logger":"0.1.0-canary.a1020bf","@firebase/util":"0.1.10-canary.a1020bf","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.a1020bf","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ffe145b49dfba08118d8ef7d2029c8e0d433b200","size":699104,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.a1020bf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.a1020bf_1522952452971_0.7502628942179084"},"_hasShrinkwrap":false,"publish_time":1522952453123,"_cnpm_publish_time":1522952453123,"contributors":[]},"0.2.1-canary.8c54f6a":{"name":"@firebase/database","version":"0.2.1-canary.8c54f6a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.8c54f6a","@firebase/app-types":"0.1.2-canary.8c54f6a"},"dependencies":{"@firebase/database-types":"0.2.0-canary.8c54f6a","@firebase/logger":"0.1.0-canary.8c54f6a","@firebase/util":"0.1.10-canary.8c54f6a","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.8c54f6a","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f83fc37bd7807b74b463814088051f479db0a7a4","size":699080,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.8c54f6a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.8c54f6a_1522866952835_0.35828280967254034"},"_hasShrinkwrap":false,"publish_time":1522866952999,"_cnpm_publish_time":1522866952999,"contributors":[]},"0.2.1-canary.073cc19":{"name":"@firebase/database","version":"0.2.1-canary.073cc19","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.073cc19","@firebase/app-types":"0.1.2-canary.073cc19"},"dependencies":{"@firebase/database-types":"0.2.0-canary.073cc19","@firebase/logger":"0.1.0-canary.073cc19","@firebase/util":"0.1.10-canary.073cc19","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.073cc19","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"9daa98ec6fc3d0d56e5600e34f6ad6e4b733cccb","size":699021,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.073cc19.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.073cc19_1522864534591_0.49593888518743356"},"_hasShrinkwrap":false,"publish_time":1522864534774,"_cnpm_publish_time":1522864534774,"contributors":[]},"0.2.1-canary.2a0a33f":{"name":"@firebase/database","version":"0.2.1-canary.2a0a33f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.2a0a33f","@firebase/app-types":"0.1.2-canary.2a0a33f"},"dependencies":{"@firebase/database-types":"0.2.0-canary.2a0a33f","@firebase/logger":"0.1.0-canary.2a0a33f","@firebase/util":"0.1.10-canary.2a0a33f","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.2a0a33f","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c2a9b16fe401045a51badb857f09530669e1def8","size":698962,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.2a0a33f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.2a0a33f_1522837798246_0.22474231207718365"},"_hasShrinkwrap":false,"publish_time":1522837798431,"_cnpm_publish_time":1522837798431,"contributors":[]},"0.2.1-canary.4f28096":{"name":"@firebase/database","version":"0.2.1-canary.4f28096","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.4f28096","@firebase/app-types":"0.1.2-canary.4f28096"},"dependencies":{"@firebase/database-types":"0.2.0-canary.4f28096","@firebase/logger":"0.1.0-canary.4f28096","@firebase/util":"0.1.10-canary.4f28096","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.4f28096","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1685c6362241a69a84df347585c46dfdf92138eb","size":698991,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.4f28096.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.4f28096_1522752187488_0.06913103973374501"},"_hasShrinkwrap":false,"publish_time":1522752187593,"_cnpm_publish_time":1522752187593,"contributors":[]},"0.2.1-canary.790c158":{"name":"@firebase/database","version":"0.2.1-canary.790c158","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.790c158","@firebase/app-types":"0.1.2-canary.790c158"},"dependencies":{"@firebase/database-types":"0.2.0-canary.790c158","@firebase/logger":"0.1.0-canary.790c158","@firebase/util":"0.1.10-canary.790c158","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.790c158","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"40c904fb9a9eea017f445d0ef7f5ead1b331f5ae","size":698969,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.790c158.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.790c158_1522714830447_0.7285622904635018"},"_hasShrinkwrap":false,"publish_time":1522714830600,"_cnpm_publish_time":1522714830600,"contributors":[]},"0.2.1-canary.92f3809":{"name":"@firebase/database","version":"0.2.1-canary.92f3809","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.92f3809","@firebase/app-types":"0.1.2-canary.92f3809"},"dependencies":{"@firebase/database-types":"0.2.0-canary.92f3809","@firebase/logger":"0.1.0-canary.92f3809","@firebase/util":"0.1.10-canary.92f3809","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.92f3809","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f5cdf6b3d31324d16af54703b9f989bdc316e699","size":699041,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.92f3809.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.92f3809_1522687164639_0.3936843211285641"},"_hasShrinkwrap":false,"publish_time":1522687164794,"_cnpm_publish_time":1522687164794,"contributors":[]},"0.2.1-canary.1608edb":{"name":"@firebase/database","version":"0.2.1-canary.1608edb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.1608edb","@firebase/app-types":"0.1.2-canary.1608edb"},"dependencies":{"@firebase/database-types":"0.2.0-canary.1608edb","@firebase/logger":"0.1.0-canary.1608edb","@firebase/util":"0.1.10-canary.1608edb","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.1608edb","_npmVersion":"5.6.0","_nodeVersion":"8.11.1","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6cfd6c9e885aca907235d247a690273978f86440","size":698979,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.1608edb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.1608edb_1522437405861_0.46732815703261754"},"_hasShrinkwrap":false,"publish_time":1522437405994,"_cnpm_publish_time":1522437405994,"contributors":[]},"0.2.1-canary.b5aa5b8":{"name":"@firebase/database","version":"0.2.1-canary.b5aa5b8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.b5aa5b8","@firebase/app-types":"0.1.2-canary.b5aa5b8"},"dependencies":{"@firebase/database-types":"0.2.0-canary.b5aa5b8","@firebase/logger":"0.1.0-canary.b5aa5b8","@firebase/util":"0.1.10-canary.b5aa5b8","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.b5aa5b8","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"72fe7799cd4f55db1c5b4cf233ceaa7d7ea89ab8","size":699030,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.b5aa5b8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.b5aa5b8_1522377572565_0.6618008384458285"},"_hasShrinkwrap":false,"publish_time":1522377572683,"_cnpm_publish_time":1522377572683,"contributors":[]},"0.2.1-canary.541fbbe":{"name":"@firebase/database","version":"0.2.1-canary.541fbbe","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.541fbbe","@firebase/app-types":"0.1.2-canary.541fbbe"},"dependencies":{"@firebase/database-types":"0.2.0-canary.541fbbe","@firebase/logger":"0.1.0-canary.541fbbe","@firebase/util":"0.1.10-canary.541fbbe","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.541fbbe","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e9cd66d1cac9d083fd069580247e4f429dd2a1bc","size":698967,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.541fbbe.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.541fbbe_1522371029650_0.6381233547658616"},"_hasShrinkwrap":false,"publish_time":1522371029798,"_cnpm_publish_time":1522371029798,"contributors":[]},"0.2.1-canary.b146780":{"name":"@firebase/database","version":"0.2.1-canary.b146780","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.b146780","@firebase/app-types":"0.1.2-canary.b146780"},"dependencies":{"@firebase/database-types":"0.2.0-canary.b146780","@firebase/logger":"0.1.0-canary.b146780","@firebase/util":"0.1.10-canary.b146780","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.b146780","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"66d3edc9cc43c9a8156c03c08ebde335a9b1cda1","size":699037,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.b146780.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.b146780_1522342920293_0.5394949350893894"},"_hasShrinkwrap":false,"publish_time":1522342920543,"_cnpm_publish_time":1522342920543,"contributors":[]},"0.2.1-canary.babd759":{"name":"@firebase/database","version":"0.2.1-canary.babd759","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.babd759","@firebase/app-types":"0.1.2-canary.babd759"},"dependencies":{"@firebase/database-types":"0.2.0-canary.babd759","@firebase/logger":"0.1.0-canary.babd759","@firebase/util":"0.1.10-canary.babd759","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.babd759","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3184af758c0421747570c1564d6bee03e74f4f87","size":698982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.babd759.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.babd759_1522281628032_0.3604744731779286"},"_hasShrinkwrap":false,"publish_time":1522281628371,"_cnpm_publish_time":1522281628371,"contributors":[]},"0.2.1-canary.ac4dac3":{"name":"@firebase/database","version":"0.2.1-canary.ac4dac3","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.ac4dac3","@firebase/app-types":"0.1.2-canary.ac4dac3"},"dependencies":{"@firebase/database-types":"0.2.0-canary.ac4dac3","@firebase/logger":"0.1.0-canary.ac4dac3","@firebase/util":"0.1.10-canary.ac4dac3","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.ac4dac3","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0bae3f3c23fc90f14dc9a4af481cff6cdad0d8c5","size":698964,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.ac4dac3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.ac4dac3_1522279168417_0.4171152457999381"},"_hasShrinkwrap":false,"publish_time":1522279168648,"_cnpm_publish_time":1522279168648,"contributors":[]},"0.2.1-canary.3259004":{"name":"@firebase/database","version":"0.2.1-canary.3259004","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.3259004","@firebase/app-types":"0.1.2-canary.3259004"},"dependencies":{"@firebase/database-types":"0.2.0-canary.3259004","@firebase/logger":"0.1.0-canary.3259004","@firebase/util":"0.1.10-canary.3259004","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.3259004","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"390400a442acf8d01c08821b04199251243c7bb3","size":698929,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.3259004.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.3259004_1522271136742_0.19544524512382155"},"_hasShrinkwrap":false,"publish_time":1522271136880,"_cnpm_publish_time":1522271136880,"contributors":[]},"0.2.1-canary.dd86fc7":{"name":"@firebase/database","version":"0.2.1-canary.dd86fc7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.dd86fc7","@firebase/app-types":"0.1.2-canary.dd86fc7"},"dependencies":{"@firebase/database-types":"0.2.0-canary.dd86fc7","@firebase/logger":"0.1.0-canary.dd86fc7","@firebase/util":"0.1.10-canary.dd86fc7","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.dd86fc7","_npmVersion":"5.6.0","_nodeVersion":"8.11.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"685fe7fa258aada308c3a39c5111c3798e3bd29f","size":699018,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.dd86fc7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.dd86fc7_1522265102046_0.18796035978341252"},"_hasShrinkwrap":false,"publish_time":1522265102176,"_cnpm_publish_time":1522265102176,"contributors":[]},"0.2.1-canary.a538b83":{"name":"@firebase/database","version":"0.2.1-canary.a538b83","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.a538b83","@firebase/app-types":"0.1.2-canary.a538b83"},"dependencies":{"@firebase/database-types":"0.2.0-canary.a538b83","@firebase/logger":"0.1.0-canary.a538b83","@firebase/util":"0.1.10-canary.a538b83","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.a538b83","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3e26a0fff58fe800bfc1afc45c1adffd498e77ee","size":698979,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.a538b83.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.a538b83_1522254368977_0.1321656795434356"},"_hasShrinkwrap":false,"publish_time":1522254369146,"_cnpm_publish_time":1522254369146,"contributors":[]},"0.2.1-canary.faa54d8":{"name":"@firebase/database","version":"0.2.1-canary.faa54d8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.faa54d8","@firebase/app-types":"0.1.2-canary.faa54d8"},"dependencies":{"@firebase/database-types":"0.2.0-canary.faa54d8","@firebase/logger":"0.1.0-canary.faa54d8","@firebase/util":"0.1.10-canary.faa54d8","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.faa54d8","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5c9f5e3b81b7ccf4f3981ef551158ca31ad08c35","size":699047,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.faa54d8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.faa54d8_1522095679785_0.7133140490410239"},"_hasShrinkwrap":false,"publish_time":1522095679948,"_cnpm_publish_time":1522095679948,"contributors":[]},"0.2.1-canary.d90beab":{"name":"@firebase/database","version":"0.2.1-canary.d90beab","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.d90beab","@firebase/app-types":"0.1.2-canary.d90beab"},"dependencies":{"@firebase/database-types":"0.2.0-canary.d90beab","@firebase/logger":"0.1.0-canary.d90beab","@firebase/util":"0.1.10-canary.d90beab","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.d90beab","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b0443f764dec92055ac39b66a33c1dbc21782b7b","size":698995,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.d90beab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.d90beab_1521854364487_0.6868292055395633"},"_hasShrinkwrap":false,"publish_time":1521854364601,"_cnpm_publish_time":1521854364601,"contributors":[]},"0.2.1-canary.bb93e47":{"name":"@firebase/database","version":"0.2.1-canary.bb93e47","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.bb93e47","@firebase/app-types":"0.1.2-canary.bb93e47"},"dependencies":{"@firebase/database-types":"0.2.0-canary.bb93e47","@firebase/logger":"0.1.0-canary.bb93e47","@firebase/util":"0.1.10-canary.bb93e47","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.bb93e47","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"cfd293ec430626edb08cb71e9f4b908363b51970","size":699141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.bb93e47.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.bb93e47_1521849653243_0.6886670594805702"},"_hasShrinkwrap":false,"publish_time":1521849653410,"_cnpm_publish_time":1521849653410,"contributors":[]},"0.2.1-canary.8a10e7c":{"name":"@firebase/database","version":"0.2.1-canary.8a10e7c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.8a10e7c","@firebase/app-types":"0.1.2-canary.8a10e7c"},"dependencies":{"@firebase/database-types":"0.2.0-canary.8a10e7c","@firebase/logger":"0.1.0-canary.8a10e7c","@firebase/util":"0.1.10-canary.8a10e7c","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.8a10e7c","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"adb2c686e7f42ed0ce38cc00d266bee5bf2e28ff","size":698949,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.8a10e7c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.8a10e7c_1521762325711_0.48740034551821876"},"_hasShrinkwrap":false,"publish_time":1521762325921,"_cnpm_publish_time":1521762325921,"contributors":[]},"0.2.1-canary.ab0faeb":{"name":"@firebase/database","version":"0.2.1-canary.ab0faeb","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.ab0faeb","@firebase/app-types":"0.1.2-canary.ab0faeb"},"dependencies":{"@firebase/database-types":"0.2.0-canary.ab0faeb","@firebase/logger":"0.1.0-canary.ab0faeb","@firebase/util":"0.1.10-canary.ab0faeb","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.ab0faeb","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d5a51e485ad2194f2f1940033a8d4135a7b957a2","size":699000,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.ab0faeb.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.ab0faeb_1521741637639_0.8162312694004057"},"_hasShrinkwrap":false,"publish_time":1521741638059,"_cnpm_publish_time":1521741638059,"contributors":[]},"0.2.1-canary.84896ec":{"name":"@firebase/database","version":"0.2.1-canary.84896ec","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.84896ec","@firebase/app-types":"0.1.2-canary.84896ec"},"dependencies":{"@firebase/database-types":"0.2.0-canary.84896ec","@firebase/logger":"0.1.0-canary.84896ec","@firebase/util":"0.1.10-canary.84896ec","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.84896ec","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"77f51c6dcd5b08941f6a7774fffd3189a3264d37","size":699037,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.84896ec.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.84896ec_1521657877352_0.20645925602542192"},"_hasShrinkwrap":false,"publish_time":1521657877603,"_cnpm_publish_time":1521657877603,"contributors":[]},"0.2.1-canary.563e048":{"name":"@firebase/database","version":"0.2.1-canary.563e048","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.563e048","@firebase/app-types":"0.1.2-canary.563e048"},"dependencies":{"@firebase/database-types":"0.2.0-canary.563e048","@firebase/logger":"0.1.0-canary.563e048","@firebase/util":"0.1.10-canary.563e048","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-canary.563e048","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f7ef2e10e481592b85d606e31c44852a02521dc9","size":699090,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-canary.563e048.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-canary.563e048_1521580141182_0.26309717953145584"},"_hasShrinkwrap":false,"publish_time":1521580141295,"_cnpm_publish_time":1521580141295,"contributors":[]},"0.2.1":{"name":"@firebase/database","version":"0.2.1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.2.0","@firebase/logger":"0.1.0","@firebase/util":"0.1.10","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.2.1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"af4f3b80a7bccd4a561fdc76d8c1867243dd0665","size":1205145,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1_1521569549170_0.4383928427882313"},"_hasShrinkwrap":false,"publish_time":1521569549345,"_cnpm_publish_time":1521569549345,"contributors":[]},"0.2.0-canary.d59b724":{"name":"@firebase/database","version":"0.2.0-canary.d59b724","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.d59b724","@firebase/app-types":"0.1.2-canary.d59b724"},"dependencies":{"@firebase/database-types":"0.2.0-canary.d59b724","@firebase/logger":"0.1.0-canary.d59b724","@firebase/util":"0.1.10-canary.d59b724","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.d59b724","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"dc23f205c7e8b4c635bccc3388d7d0dc684fb144","size":699035,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.d59b724.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.d59b724_1521569517493_0.026113526185059355"},"_hasShrinkwrap":false,"publish_time":1521569517717,"_cnpm_publish_time":1521569517717,"contributors":[]},"0.2.0-canary.d59b7249":{"name":"@firebase/database","version":"0.2.0-canary.d59b7249","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.d59b7249","@firebase/app-types":"0.1.2-canary.d59b7249"},"dependencies":{"@firebase/database-types":"0.2.0-canary.d59b7249","@firebase/logger":"0.1.0-canary.d59b7249","@firebase/util":"0.1.10-canary.d59b7249","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.d59b7249","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"85b4b531cc268b6ea633392340a2e3186ad40e46","size":698897,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.d59b7249.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.d59b7249_1521568463411_0.8663750579554554"},"_hasShrinkwrap":false,"publish_time":1521568463529,"_cnpm_publish_time":1521568463529,"contributors":[]},"0.2.0-canary.908227c":{"name":"@firebase/database","version":"0.2.0-canary.908227c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.908227c","@firebase/app-types":"0.1.2-canary.908227c"},"dependencies":{"@firebase/database-types":"0.2.0-canary.908227c","@firebase/logger":"0.1.0-canary.908227c","@firebase/util":"0.1.10-canary.908227c","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.908227c","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"444b7bb7e32df58e40e112b7ab83cd1d01f259d3","size":699008,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.908227c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.908227c_1521489423864_0.3786934491021572"},"_hasShrinkwrap":false,"publish_time":1521489424046,"_cnpm_publish_time":1521489424046,"contributors":[]},"0.2.0-canary.c25e7a1":{"name":"@firebase/database","version":"0.2.0-canary.c25e7a1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.c25e7a1","@firebase/app-types":"0.1.2-canary.c25e7a1"},"dependencies":{"@firebase/database-types":"0.2.0-canary.c25e7a1","@firebase/logger":"0.1.0-canary.c25e7a1","@firebase/util":"0.1.10-canary.c25e7a1","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.c25e7a1","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"69eab3dcbf01ba9c8eba50ea43d77c07107079b9","size":699022,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.c25e7a1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.c25e7a1_1521483385724_0.6364376993446121"},"_hasShrinkwrap":false,"publish_time":1521483385798,"_cnpm_publish_time":1521483385798,"contributors":[]},"0.2.0-canary.9d00c6f":{"name":"@firebase/database","version":"0.2.0-canary.9d00c6f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.9d00c6f","@firebase/app-types":"0.1.2-canary.9d00c6f"},"dependencies":{"@firebase/database-types":"0.2.0-canary.9d00c6f","@firebase/logger":"0.1.0-canary.9d00c6f","@firebase/util":"0.1.10-canary.9d00c6f","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.9d00c6f","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f8a67af3b502aab45d552f7a984c50a38afbe16f","size":699073,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.9d00c6f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.9d00c6f_1521476130432_0.07887374163637406"},"_hasShrinkwrap":false,"publish_time":1521476130533,"_cnpm_publish_time":1521476130533,"contributors":[]},"0.2.0-canary.d3ec2e0":{"name":"@firebase/database","version":"0.2.0-canary.d3ec2e0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.d3ec2e0","@firebase/app-types":"0.1.2-canary.d3ec2e0"},"dependencies":{"@firebase/database-types":"0.2.0-canary.d3ec2e0","@firebase/logger":"0.1.0-canary.d3ec2e0","@firebase/util":"0.1.10-canary.d3ec2e0","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.d3ec2e0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6eb291b14425db3587fe3069b07c14472d352364","size":699026,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.d3ec2e0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.d3ec2e0_1521224996912_0.14073652345787613"},"_hasShrinkwrap":false,"publish_time":1521224997001,"_cnpm_publish_time":1521224997001,"contributors":[]},"0.2.1-0":{"name":"@firebase/database","version":"0.2.1-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.2.0","@firebase/logger":"0.1.0","@firebase/util":"0.1.10","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.1-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"59fc1df20adb66c0fce5f53e4afb487b5441665e","size":1205076,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.1-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.1-0_1521156477049_0.31043087180404383"},"_hasShrinkwrap":false,"publish_time":1521156477195,"_cnpm_publish_time":1521156477195,"contributors":[]},"0.2.0-canary.df183a5":{"name":"@firebase/database","version":"0.2.0-canary.df183a5","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.df183a5","@firebase/app-types":"0.1.2-canary.df183a5"},"dependencies":{"@firebase/database-types":"0.2.0-canary.df183a5","@firebase/logger":"0.1.0-canary.df183a5","@firebase/util":"0.1.10-canary.df183a5","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.df183a5","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"db6c224046a17d29f134a0410f0a37575f99bc6a","size":699013,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.df183a5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.df183a5_1521142506299_0.6100474317847115"},"_hasShrinkwrap":false,"publish_time":1521142506427,"_cnpm_publish_time":1521142506427,"contributors":[]},"0.2.0-canary.1b3ba41":{"name":"@firebase/database","version":"0.2.0-canary.1b3ba41","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.1b3ba41","@firebase/app-types":"0.1.2-canary.1b3ba41"},"dependencies":{"@firebase/database-types":"0.2.0-canary.1b3ba41","@firebase/logger":"0.1.0-canary.1b3ba41","@firebase/util":"0.1.10-canary.1b3ba41","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.1b3ba41","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"73948836ad2334029cb21e59a3ccae67eca0d44e","size":698941,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.1b3ba41.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.1b3ba41_1521135647048_0.557398283619692"},"_hasShrinkwrap":false,"publish_time":1521135647202,"_cnpm_publish_time":1521135647202,"contributors":[]},"0.2.0-canary.b949d81":{"name":"@firebase/database","version":"0.2.0-canary.b949d81","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.b949d81","@firebase/app-types":"0.1.2-canary.b949d81"},"dependencies":{"@firebase/database-types":"0.2.0-canary.b949d81","@firebase/logger":"0.1.0-canary.b949d81","@firebase/util":"0.1.10-canary.b949d81","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.b949d81","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2a40b7f8491cf95670ac34a861d11ca9cdf25f8e","size":699070,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.b949d81.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.b949d81_1521071363229_0.10755886048729946"},"_hasShrinkwrap":false,"publish_time":1521071363444,"_cnpm_publish_time":1521071363444,"contributors":[]},"0.2.0-canary.bf7a221":{"name":"@firebase/database","version":"0.2.0-canary.bf7a221","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.bf7a221","@firebase/app-types":"0.1.2-canary.bf7a221"},"dependencies":{"@firebase/database-types":"0.2.0-canary.bf7a221","@firebase/logger":"0.1.0-canary.bf7a221","@firebase/util":"0.1.10-canary.bf7a221","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.bf7a221","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"52c6caba80f5d842ab73b1fef2f69609e55a527d","size":699064,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.bf7a221.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.bf7a221_1521064017466_0.7359898513961536"},"_hasShrinkwrap":false,"publish_time":1521064017610,"_cnpm_publish_time":1521064017610,"contributors":[]},"0.2.0-canary.0c5cbe0":{"name":"@firebase/database","version":"0.2.0-canary.0c5cbe0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.0c5cbe0","@firebase/app-types":"0.1.2-canary.0c5cbe0"},"dependencies":{"@firebase/database-types":"0.2.0-canary.0c5cbe0","@firebase/logger":"0.1.0-canary.0c5cbe0","@firebase/util":"0.1.10-canary.0c5cbe0","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.0c5cbe0","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6a22b8a2eaed80e72cf00f972a3b953bc078bbad","size":698910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.0c5cbe0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.0c5cbe0_1521063139962_0.8763752637119808"},"_hasShrinkwrap":false,"publish_time":1521063140243,"_cnpm_publish_time":1521063140243,"contributors":[]},"0.2.0-canary.786082d":{"name":"@firebase/database","version":"0.2.0-canary.786082d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.786082d","@firebase/app-types":"0.1.2-canary.786082d"},"dependencies":{"@firebase/database-types":"0.2.0-canary.786082d","@firebase/logger":"0.1.0-canary.786082d","@firebase/util":"0.1.10-canary.786082d","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.786082d","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"97d425be715435e9e282dd4d03bf4ded34909f29","size":698929,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.786082d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.786082d_1520880792091_0.9084814881100765"},"_hasShrinkwrap":false,"publish_time":1520880792230,"_cnpm_publish_time":1520880792230,"contributors":[]},"0.2.0-canary.69c9a97":{"name":"@firebase/database","version":"0.2.0-canary.69c9a97","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.69c9a97","@firebase/app-types":"0.1.2-canary.69c9a97"},"dependencies":{"@firebase/database-types":"0.2.0-canary.69c9a97","@firebase/logger":"0.1.0-canary.69c9a97","@firebase/util":"0.1.10-canary.69c9a97","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.69c9a97","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5de84e78d1fa86f1d99ff87dd97f48b6e45bf07b","size":698902,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.69c9a97.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.69c9a97_1520551757465_0.9328535723397506"},"_hasShrinkwrap":false,"publish_time":1520551757560,"_cnpm_publish_time":1520551757560,"contributors":[]},"0.2.0-canary.6aed77a":{"name":"@firebase/database","version":"0.2.0-canary.6aed77a","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.6aed77a","@firebase/app-types":"0.1.2-canary.6aed77a"},"dependencies":{"@firebase/database-types":"0.2.0-canary.6aed77a","@firebase/logger":"0.1.0-canary.6aed77a","@firebase/util":"0.1.10-canary.6aed77a","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-canary.6aed77a","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6e49fe1f088a6f505b7007e7f18de4338015440a","size":698979,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-canary.6aed77a.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-canary.6aed77a_1520550572941_0.2692880651450411"},"_hasShrinkwrap":false,"publish_time":1520550573147,"_cnpm_publish_time":1520550573147,"contributors":[]},"0.2.0":{"name":"@firebase/database","version":"0.2.0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.2.0","@firebase/logger":"0.1.0","@firebase/util":"0.1.10","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.2.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"43fe1c022d30e2a6aff1e0832f1e7d9e3286b05c","size":698907,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0_1520549373595_0.5574780275575664"},"_hasShrinkwrap":false,"publish_time":1520549373752,"_cnpm_publish_time":1520549373752,"contributors":[]},"0.1.11-canary.7681d03":{"name":"@firebase/database","version":"0.1.11-canary.7681d03","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.7681d03","@firebase/app-types":"0.1.2-canary.7681d03"},"dependencies":{"@firebase/database-types":"0.1.2-canary.7681d03","@firebase/logger":"0.1.0-canary.7681d03","@firebase/util":"0.1.10-canary.7681d03","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.7681d03","_npmVersion":"5.6.0","_nodeVersion":"8.10.0","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3b65abfcaa7151fb5d97c4e32fef88d6cce07a3e","size":698855,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.7681d03.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.7681d03_1520462976771_0.3189107206111159"},"_hasShrinkwrap":false,"publish_time":1520462976909,"_cnpm_publish_time":1520462976909,"contributors":[]},"0.1.11-canary.121c167":{"name":"@firebase/database","version":"0.1.11-canary.121c167","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.121c167","@firebase/app-types":"0.1.2-canary.121c167"},"dependencies":{"@firebase/database-types":"0.1.2-canary.121c167","@firebase/logger":"0.1.0-canary.121c167","@firebase/util":"0.1.10-canary.121c167","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.121c167","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"5e99e62fa9bfa0c589b9cc5f24b1091328f78997","size":698952,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.121c167.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.121c167_1520378353077_0.43285099287093964"},"_hasShrinkwrap":false,"publish_time":1520378353253,"_cnpm_publish_time":1520378353253,"contributors":[]},"0.2.0-0":{"name":"@firebase/database","version":"0.2.0-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.2.0-0","@firebase/logger":"0.1.0-0","@firebase/util":"0.1.10","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.2.0-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"6ea4339f1ad880fbb0306940f3af6b43943f9ee6","size":1205251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.2.0-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.2.0-0_1520377484503_0.46807880679253455"},"_hasShrinkwrap":false,"publish_time":1520377484745,"_cnpm_publish_time":1520377484745,"contributors":[]},"0.1.11-canary.03d224f":{"name":"@firebase/database","version":"0.1.11-canary.03d224f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.03d224f","@firebase/app-types":"0.1.2-canary.03d224f"},"dependencies":{"@firebase/database-types":"0.1.2-canary.03d224f","@firebase/logger":"0.1.0-canary.03d224f","@firebase/util":"0.1.10-canary.03d224f","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.03d224f","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"057ff2c600071772a1972a481d531f2ca4765e27","size":698955,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.03d224f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.03d224f_1520369156323_0.9393343177888547"},"_hasShrinkwrap":false,"publish_time":1520369156460,"_cnpm_publish_time":1520369156460,"contributors":[]},"0.1.11-canary.a0583f7":{"name":"@firebase/database","version":"0.1.11-canary.a0583f7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.a0583f7","@firebase/app-types":"0.1.2-canary.a0583f7"},"dependencies":{"@firebase/database-types":"0.1.2-canary.a0583f7","@firebase/logger":"0.1.0-canary.a0583f7","@firebase/util":"0.1.10-canary.a0583f7","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.a0583f7","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"31ed9429dc96d7f2cd34b1b2a8e6d78693b8da93","size":698875,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.a0583f7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.a0583f7_1520276990048_0.35624748955306074"},"_hasShrinkwrap":false,"publish_time":1520276990392,"_cnpm_publish_time":1520276990392,"contributors":[]},"0.1.11-canary.0fa319e":{"name":"@firebase/database","version":"0.1.11-canary.0fa319e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.0fa319e","@firebase/app-types":"0.1.2-canary.0fa319e"},"dependencies":{"@firebase/database-types":"0.1.2-canary.0fa319e","@firebase/logger":"0.1.0-canary.0fa319e","@firebase/util":"0.1.10-canary.0fa319e","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.0fa319e","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0069da47a3516cfad3926df64056d29b4c15300f","size":698785,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.0fa319e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.0fa319e_1520041529382_0.24053549522874973"},"_hasShrinkwrap":false,"publish_time":1520041529524,"_cnpm_publish_time":1520041529524,"contributors":[]},"0.1.11-canary.aba869c":{"name":"@firebase/database","version":"0.1.11-canary.aba869c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.aba869c","@firebase/app-types":"0.1.2-canary.aba869c"},"dependencies":{"@firebase/database-types":"0.1.2-canary.aba869c","@firebase/logger":"0.1.0-canary.aba869c","@firebase/util":"0.1.10-canary.aba869c","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.aba869c","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c1cda97113c8d7f146a07bbbb24bf89d64a06825","size":698809,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.aba869c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.aba869c_1520029725199_0.32388203158117057"},"_hasShrinkwrap":false,"publish_time":1520029725389,"_cnpm_publish_time":1520029725389,"contributors":[]},"0.1.11-canary.dbed689":{"name":"@firebase/database","version":"0.1.11-canary.dbed689","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.dbed689","@firebase/app-types":"0.1.2-canary.dbed689"},"dependencies":{"@firebase/database-types":"0.1.2-canary.dbed689","@firebase/logger":"0.1.0-canary.dbed689","@firebase/util":"0.1.10-canary.dbed689","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.dbed689","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e890a0d974e2a47f61b5b0cf112cfe866e27aefa","size":698764,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.dbed689.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.dbed689_1519927581431_0.22581427841045643"},"_hasShrinkwrap":false,"publish_time":1519927581525,"_cnpm_publish_time":1519927581525,"contributors":[]},"0.1.11-canary.fbb2aab":{"name":"@firebase/database","version":"0.1.11-canary.fbb2aab","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.fbb2aab","@firebase/app-types":"0.1.2-canary.fbb2aab"},"dependencies":{"@firebase/database-types":"0.1.2-canary.fbb2aab","@firebase/logger":"0.1.0-canary.fbb2aab","@firebase/util":"0.1.10-canary.fbb2aab","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.fbb2aab","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"4395a6e8336fee427700d234a08a6dd265ab1cb3","size":698653,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.fbb2aab.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.fbb2aab_1519849899472_0.4488236866671802"},"_hasShrinkwrap":false,"publish_time":1519849899614,"_cnpm_publish_time":1519849899614,"contributors":[]},"0.1.11-canary.3d6289d":{"name":"@firebase/database","version":"0.1.11-canary.3d6289d","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.3d6289d","@firebase/app-types":"0.1.2-canary.3d6289d"},"dependencies":{"@firebase/database-types":"0.1.2-canary.3d6289d","@firebase/logger":"0.1.0-canary.3d6289d","@firebase/util":"0.1.10-canary.3d6289d","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.3d6289d","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c5181bcbf88bcb271797f06421152c3b87881046","size":698522,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.3d6289d.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.3d6289d_1519846184769_0.6907487230463769"},"_hasShrinkwrap":false,"publish_time":1519846184901,"_cnpm_publish_time":1519846184901,"contributors":[]},"0.1.11-canary.9cda9c9":{"name":"@firebase/database","version":"0.1.11-canary.9cda9c9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.10-canary.9cda9c9","@firebase/app-types":"0.1.2-canary.9cda9c9"},"dependencies":{"@firebase/database-types":"0.1.2-canary.9cda9c9","@firebase/util":"0.1.10-canary.9cda9c9","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-canary.9cda9c9","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"6695502d695b13433a9d4296efbb703559e39738","size":699092,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-canary.9cda9c9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-canary.9cda9c9_1519756415025_0.8137257759574268"},"_hasShrinkwrap":false,"publish_time":1519756415237,"_cnpm_publish_time":1519756415237,"contributors":[]},"0.1.11":{"name":"@firebase/database","version":"0.1.11","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.2","@firebase/util":"0.1.10","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.11","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"652731bfd844bb858ab616e3dc8a3d5b8181101c","size":1207021,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11_1519338133633_0.04280245550249351"},"_hasShrinkwrap":false,"publish_time":1519338133786,"_cnpm_publish_time":1519338133786,"contributors":[]},"0.1.10-canary.cde4e44":{"name":"@firebase/database","version":"0.1.10-canary.cde4e44","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.9-canary.cde4e44","@firebase/app-types":"0.1.1-canary.cde4e44"},"dependencies":{"@firebase/database-types":"0.1.1-canary.cde4e44","@firebase/util":"0.1.9-canary.cde4e44","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.10-canary.cde4e44","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e94bcb3a5ab39f2fd53989d349f7a6d887869d6b","size":698966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10-canary.cde4e44.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10-canary.cde4e44_1519260500698_0.8739792604335015"},"_hasShrinkwrap":false,"publish_time":1519260500987,"_cnpm_publish_time":1519260500987,"contributors":[]},"0.1.11-2":{"name":"@firebase/database","version":"0.1.11-2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.2-0","@firebase/util":"0.1.10-1","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.1.2","@types/mocha":"^2.2.48","@types/node":"^9.4.6","@types/sinon":"^4.1.3","chai":"^4.1.1","gulp":"^4.0.0","karma":"^2.0.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.32","karma-webpack":"^2.0.9","mocha":"^5.0.1","npm-run-all":"^4.1.1","nyc":"^11.4.1","sinon":"^4.3.0","source-map-loader":"^0.2.3","ts-loader":"^3.5.0","ts-node":"^5.0.0","typescript":"^2.7.2","webpack":"^3.11.0"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"459b1af62cff62010c8339d9aa433554f0fe6806","size":1205622,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-2_1519259768493_0.0029647851066716413"},"_hasShrinkwrap":false,"publish_time":1519259768662,"_cnpm_publish_time":1519259768662,"contributors":[]},"0.1.10-canary.0226ed2":{"name":"@firebase/database","version":"0.1.10-canary.0226ed2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.9-canary.0226ed2","@firebase/app-types":"0.1.1-canary.0226ed2"},"dependencies":{"@firebase/database-types":"0.1.1-canary.0226ed2","@firebase/util":"0.1.9-canary.0226ed2","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.10-canary.0226ed2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a713122b841fdcd651d704adca29623921ca1d3f","size":699010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10-canary.0226ed2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10-canary.0226ed2_1519258952680_0.4295856573877086"},"_hasShrinkwrap":false,"publish_time":1519258952793,"_cnpm_publish_time":1519258952793,"contributors":[]},"0.1.10-canary.3ee5bdf":{"name":"@firebase/database","version":"0.1.10-canary.3ee5bdf","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.9-canary.3ee5bdf","@firebase/app-types":"0.1.1-canary.3ee5bdf"},"dependencies":{"@firebase/database-types":"0.1.1-canary.3ee5bdf","@firebase/util":"0.1.9-canary.3ee5bdf","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.10-canary.3ee5bdf","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"b11db4ff86767778b529a8f82e3ec52bf7039d3c","size":698984,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10-canary.3ee5bdf.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10-canary.3ee5bdf_1519250424818_0.8055984674538974"},"_hasShrinkwrap":false,"publish_time":1519250424953,"_cnpm_publish_time":1519250424953,"contributors":[]},"0.1.11-1":{"name":"@firebase/database","version":"0.1.11-1","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.1","@firebase/util":"0.1.10-0","faye-websocket":"0.11.1","tslib":"^1.9.0"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-1","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"fe0eae27f5aef6b37baf4c26effc1f378dc271bb","size":1205251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-1_1519249393953_0.6159944258465393"},"_hasShrinkwrap":false,"publish_time":1519249394200,"_cnpm_publish_time":1519249394200,"contributors":[]},"0.1.10-canary.3aec5ac":{"name":"@firebase/database","version":"0.1.10-canary.3aec5ac","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.9-canary.3aec5ac","@firebase/app-types":"0.1.1-canary.3aec5ac"},"dependencies":{"@firebase/database-types":"0.1.1-canary.3aec5ac","@firebase/util":"0.1.9-canary.3aec5ac","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.10-canary.3aec5ac","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"0d0108d7fc67c40c63f1cf6f2819d265f4fd27fb","size":701355,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10-canary.3aec5ac.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10-canary.3aec5ac_1519238070629_0.8031439772362026"},"_hasShrinkwrap":false,"publish_time":1519238070732,"_cnpm_publish_time":1519238070732,"contributors":[]},"0.1.10-canary.e784110":{"name":"@firebase/database","version":"0.1.10-canary.e784110","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.9-canary.e784110","@firebase/app-types":"0.1.1-canary.e784110"},"dependencies":{"@firebase/database-types":"0.1.1-canary.e784110","@firebase/util":"0.1.9-canary.e784110","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.10-canary.e784110","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"857b3249eb0786c603cfd9eb1e8bd84c91bd0087","size":701357,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10-canary.e784110.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10-canary.e784110_1519173272721_0.8792933194920667"},"_hasShrinkwrap":false,"publish_time":1519173272911,"_cnpm_publish_time":1519173272911,"contributors":[]},"0.1.10-canary.dbe5fff":{"name":"@firebase/database","version":"0.1.10-canary.dbe5fff","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.9-canary.dbe5fff","@firebase/app-types":"0.1.1-canary.dbe5fff"},"dependencies":{"@firebase/database-types":"0.1.1-canary.dbe5fff","@firebase/util":"0.1.9-canary.dbe5fff","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.10-canary.dbe5fff","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"367bac04011ea83f1ab62683fcd4bb80fd3bd25c","size":701267,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10-canary.dbe5fff.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10-canary.dbe5fff_1519173223290_0.9101647209239225"},"_hasShrinkwrap":false,"publish_time":1519173223482,"_cnpm_publish_time":1519173223482,"contributors":[]},"0.1.11-0":{"name":"@firebase/database","version":"0.1.11-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.1","@firebase/util":"0.1.9","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.11-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"982d413031c94c1a81882c23ac00f80d00ce0873","size":1211199,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.11-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.11-0_1519172679020_0.5660210756331976"},"_hasShrinkwrap":false,"publish_time":1519172679151,"_cnpm_publish_time":1519172679151,"contributors":[]},"0.1.10-canary.b6b4e2f":{"name":"@firebase/database","version":"0.1.10-canary.b6b4e2f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.9-canary.b6b4e2f","@firebase/app-types":"0.1.1-canary.b6b4e2f"},"dependencies":{"@firebase/database-types":"0.1.1-canary.b6b4e2f","@firebase/util":"0.1.9-canary.b6b4e2f","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.10-canary.b6b4e2f","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c31263e9d7f21990f2f24dc075415f85b0b19c5d","size":701075,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10-canary.b6b4e2f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10-canary.b6b4e2f_1518819439453_0.5360827697788813"},"_hasShrinkwrap":false,"publish_time":1518819439541,"_cnpm_publish_time":1518819439541,"contributors":[]},"0.1.10-canary.2e147ff":{"name":"@firebase/database","version":"0.1.10-canary.2e147ff","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.9-canary.2e147ff","@firebase/app-types":"0.1.1-canary.2e147ff"},"dependencies":{"@firebase/database-types":"0.1.1-canary.2e147ff","@firebase/util":"0.1.9-canary.2e147ff","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.10-canary.2e147ff","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"836a31ec696e40aeb7e21bb1d274f0225fe81e5b","size":701063,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10-canary.2e147ff.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10-canary.2e147ff_1518819070812_0.03673990891966583"},"_hasShrinkwrap":false,"publish_time":1518819071041,"_cnpm_publish_time":1518819071041,"contributors":[]},"0.1.10":{"name":"@firebase/database","version":"0.1.10","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.1","@firebase/util":"0.1.9","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.10","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"a786adaedcbd971a50bd792909993976ed925985","size":1212241,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10_1518741115600_0.6305923155812494"},"_hasShrinkwrap":false,"publish_time":1518741115762,"_cnpm_publish_time":1518741115762,"contributors":[]},"0.1.9-canary.db389db":{"name":"@firebase/database","version":"0.1.9-canary.db389db","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.db389db","@firebase/app-types":"0.1.1-canary.db389db"},"dependencies":{"@firebase/database-types":"0.1.1-canary.db389db","@firebase/util":"0.1.8-canary.db389db","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.9-canary.db389db","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e52b13bb4882b322d902b484acfccbeb8f3d53e5","size":700837,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.db389db.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.9-canary.db389db_1518568741787_0.9168968315957489"},"_hasShrinkwrap":false,"publish_time":1518568743041,"_cnpm_publish_time":1518568743041,"contributors":[]},"0.1.10-0":{"name":"@firebase/database","version":"0.1.10-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.1","@firebase/util":"0.1.9-0","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.10-0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"57a3b568265818964afabbdcbcfd6cb7d93b9f54","size":699229,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.10-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.10-0_1518566885420_0.183966573477498"},"_hasShrinkwrap":false,"publish_time":1518566885542,"_cnpm_publish_time":1518566885542,"contributors":[]},"0.1.9-canary.2cacc75":{"name":"@firebase/database","version":"0.1.9-canary.2cacc75","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.2cacc75","@firebase/app-types":"0.1.1-canary.2cacc75"},"dependencies":{"@firebase/database-types":"0.1.1-canary.2cacc75","@firebase/util":"0.1.8-canary.2cacc75","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.9-canary.2cacc75","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"7a82e5fb76b5e056e66011b3c5dc788926682847","size":699385,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.2cacc75.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.9-canary.2cacc75_1518548412370_0.6857516010292046"},"_hasShrinkwrap":false,"publish_time":1518548413711,"_cnpm_publish_time":1518548413711,"contributors":[]},"0.1.9-canary.f173ad0":{"name":"@firebase/database","version":"0.1.9-canary.f173ad0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.f173ad0","@firebase/app-types":"0.1.1-canary.f173ad0"},"dependencies":{"@firebase/database-types":"0.1.1-canary.f173ad0","@firebase/util":"0.1.8-canary.f173ad0","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.9-canary.f173ad0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"a2a00b8f9851a455aafa9d514337515708bd433e","size":699316,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.f173ad0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.9-canary.f173ad0_1518544186428_0.4242930539866252"},"_hasShrinkwrap":false,"publish_time":1518544187824,"_cnpm_publish_time":1518544187824,"contributors":[]},"0.1.9-canary.515eff7":{"name":"@firebase/database","version":"0.1.9-canary.515eff7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.515eff7","@firebase/app-types":"0.1.1-canary.515eff7"},"dependencies":{"@firebase/database-types":"0.1.1-canary.515eff7","@firebase/util":"0.1.8-canary.515eff7","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.9-canary.515eff7","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"ce715f8e68c4fd759f5de2d578080a759943d9da","size":699374,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.515eff7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.9-canary.515eff7_1518470027910_0.24810906432818491"},"_hasShrinkwrap":false,"publish_time":1518470029192,"_cnpm_publish_time":1518470029192,"contributors":[]},"0.1.9-canary.fce4168":{"name":"@firebase/database","version":"0.1.9-canary.fce4168","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.fce4168","@firebase/app-types":"0.1.1-canary.fce4168"},"dependencies":{"@firebase/database-types":"0.1.1-canary.fce4168","@firebase/util":"0.1.8-canary.fce4168","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.9-canary.fce4168","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"1c87c50ef8421952825e6d236779b30eb8094fc1","size":699420,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.fce4168.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.9-canary.fce4168_1518393730278_0.997493351418675"},"_hasShrinkwrap":false,"publish_time":1518393731722,"_cnpm_publish_time":1518393731722,"contributors":[]},"0.1.9-canary.7a611b6":{"name":"@firebase/database","version":"0.1.9-canary.7a611b6","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.7a611b6","@firebase/app-types":"0.1.1-canary.7a611b6"},"dependencies":{"@firebase/database-types":"0.1.1-canary.7a611b6","@firebase/util":"0.1.8-canary.7a611b6","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.9-canary.7a611b6","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"e10dbdceddf641214c609c6d90b60fcd0c19ef5e","size":699332,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.7a611b6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.9-canary.7a611b6_1518129238006_0.5403741930199013"},"_hasShrinkwrap":false,"publish_time":1518129239527,"_cnpm_publish_time":1518129239527,"contributors":[]},"0.1.9-canary.453677f":{"name":"@firebase/database","version":"0.1.9-canary.453677f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.453677f","@firebase/app-types":"0.1.1-canary.453677f"},"dependencies":{"@firebase/database-types":"0.1.1-canary.453677f","@firebase/util":"0.1.8-canary.453677f","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","_id":"@firebase/database@0.1.9-canary.453677f","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"74b6616dd0914f2f99f245886c905de78f5494ab","size":699334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.453677f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.1.9-canary.453677f_1517970418189_0.6078681871221501"},"_hasShrinkwrap":false,"publish_time":1517970419492,"_cnpm_publish_time":1517970419492,"contributors":[]},"0.1.9-canary.a1e346f":{"name":"@firebase/database","version":"0.1.9-canary.a1e346f","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.a1e346f","@firebase/app-types":"0.1.1-canary.a1e346f"},"dependencies":{"@firebase/database-types":"0.1.1-canary.a1e346f","@firebase/util":"0.1.8-canary.a1e346f","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.9-canary.a1e346f","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"c419012746271fd5f2ec7f41accad737e95bd731","size":699368,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.a1e346f.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.9-canary.a1e346f.tgz_1517949595008_0.197054275078699"},"directories":{},"publish_time":1517949596542,"_hasShrinkwrap":false,"_cnpm_publish_time":1517949596542,"contributors":[]},"0.1.9-canary.2db58a0":{"name":"@firebase/database","version":"0.1.9-canary.2db58a0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.2db58a0","@firebase/app-types":"0.1.1-canary.2db58a0"},"dependencies":{"@firebase/database-types":"0.1.1-canary.2db58a0","@firebase/util":"0.1.8-canary.2db58a0","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.9-canary.2db58a0","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"02eec8ab25427a2f2d77d237a634975eb8956b59","size":699224,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.2db58a0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.9-canary.2db58a0.tgz_1517875153709_0.09088244312442839"},"directories":{},"publish_time":1517875155344,"_hasShrinkwrap":false,"_cnpm_publish_time":1517875155344,"contributors":[]},"0.1.9-canary.49dcb25":{"name":"@firebase/database","version":"0.1.9-canary.49dcb25","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.49dcb25","@firebase/app-types":"0.1.1-canary.49dcb25"},"dependencies":{"@firebase/database-types":"0.1.1-canary.49dcb25","@firebase/util":"0.1.8-canary.49dcb25","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.9-canary.49dcb25","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"8269b7e7358add7c47c2b4941aa48019633d8b8e","size":699374,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.49dcb25.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.9-canary.49dcb25.tgz_1517598712381_0.03680091956630349"},"directories":{},"publish_time":1517598712548,"_hasShrinkwrap":false,"_cnpm_publish_time":1517598712548,"contributors":[]},"0.1.9-canary.631e1ad":{"name":"@firebase/database","version":"0.1.9-canary.631e1ad","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.8-canary.631e1ad","@firebase/app-types":"0.1.1-canary.631e1ad"},"dependencies":{"@firebase/database-types":"0.1.1-canary.631e1ad","@firebase/util":"0.1.8-canary.631e1ad","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.9-canary.631e1ad","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"f612255643ff3576dc1cad66823d82edffdaa874","size":699327,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-canary.631e1ad.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.9-canary.631e1ad.tgz_1517531009582_0.11259026709012687"},"directories":{},"publish_time":1517531009789,"_hasShrinkwrap":false,"_cnpm_publish_time":1517531009789,"contributors":[]},"0.1.9":{"name":"@firebase/database","version":"0.1.9","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.1","@firebase/util":"0.1.8","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.9","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"ea5f376d1a59d16f909dfb46c597b55e35d9834b","size":953344,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.9.tgz_1517529742316_0.7037176797166467"},"directories":{},"publish_time":1517529742600,"_hasShrinkwrap":false,"_cnpm_publish_time":1517529742600,"contributors":[]},"0.1.8-canary.9fb3c4c":{"name":"@firebase/database","version":"0.1.8-canary.9fb3c4c","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.7-canary.9fb3c4c","@firebase/app-types":"0.1.1-canary.9fb3c4c"},"dependencies":{"@firebase/database-types":"0.1.1-canary.9fb3c4c","@firebase/util":"0.1.7-canary.9fb3c4c","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.8-canary.9fb3c4c","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"3b25f5316453cc43754724932fc9ab7ff440365f","size":699306,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.8-canary.9fb3c4c.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.8-canary.9fb3c4c.tgz_1517529252220_0.7319070773664862"},"directories":{},"publish_time":1517529253759,"_hasShrinkwrap":false,"_cnpm_publish_time":1517529253759,"contributors":[]},"0.1.8-canary.8f76c28":{"name":"@firebase/database","version":"0.1.8-canary.8f76c28","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.7-canary.8f76c28","@firebase/app-types":"0.1.1-canary.8f76c28"},"dependencies":{"@firebase/database-types":"0.1.1-canary.8f76c28","@firebase/util":"0.1.7-canary.8f76c28","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.8-canary.8f76c28","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"31216d440ed2820a04498808935f6634cedacafb","size":699346,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.8-canary.8f76c28.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.8-canary.8f76c28.tgz_1517495752512_0.7300018381793052"},"directories":{},"publish_time":1517495754393,"_hasShrinkwrap":false,"_cnpm_publish_time":1517495754393,"contributors":[]},"0.1.8-canary.bcc8983":{"name":"@firebase/database","version":"0.1.8-canary.bcc8983","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.7-canary.bcc8983","@firebase/app-types":"0.1.1-canary.bcc8983"},"dependencies":{"@firebase/database-types":"0.1.1-canary.bcc8983","@firebase/util":"0.1.7-canary.bcc8983","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.8-canary.bcc8983","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"be1c2df333930da69257b17ab637ab105706d358","size":699315,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.8-canary.bcc8983.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.8-canary.bcc8983.tgz_1517459293341_0.8863425350282341"},"directories":{},"publish_time":1517459295275,"_hasShrinkwrap":false,"_cnpm_publish_time":1517459295275,"contributors":[]},"0.1.9-0":{"name":"@firebase/database","version":"0.1.9-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.1","@firebase/util":"0.1.8-0","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.9-0","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"a207182fdc8ce09edd8734256181c0f89926c060","size":952726,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.9-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.9-0.tgz_1517360113017_0.8532031199429184"},"directories":{},"publish_time":1517360113143,"_hasShrinkwrap":false,"_cnpm_publish_time":1517360113143,"contributors":[]},"0.1.8-canary.fcc77c2":{"name":"@firebase/database","version":"0.1.8-canary.fcc77c2","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.7-canary.fcc77c2","@firebase/app-types":"0.1.1-canary.fcc77c2"},"dependencies":{"@firebase/database-types":"0.1.1-canary.fcc77c2","@firebase/util":"0.1.7-canary.fcc77c2","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.8-canary.fcc77c2","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"deb7daf1f5c82fd9fd305e2ccc2731ef52a55f69","size":699329,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.8-canary.fcc77c2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.8-canary.fcc77c2.tgz_1517246306531_0.024035899667069316"},"directories":{},"publish_time":1517246306684,"_hasShrinkwrap":false,"_cnpm_publish_time":1517246306684,"contributors":[]},"0.1.8-canary.fca1076":{"name":"@firebase/database","version":"0.1.8-canary.fca1076","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.7-canary.fca1076","@firebase/app-types":"0.1.1-canary.fca1076"},"dependencies":{"@firebase/database-types":"0.1.1-canary.fca1076","@firebase/util":"0.1.7-canary.fca1076","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.8-canary.fca1076","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"d4ef24d1d2e298604210144d6204e9a43177b021","size":699284,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.8-canary.fca1076.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.8-canary.fca1076.tgz_1517006514842_0.13123905775137246"},"directories":{},"publish_time":1517006516724,"_hasShrinkwrap":false,"_cnpm_publish_time":1517006516724,"contributors":[]},"0.1.8-canary.81d6b1e":{"name":"@firebase/database","version":"0.1.8-canary.81d6b1e","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.7-canary.81d6b1e","@firebase/app-types":"0.1.1-canary.81d6b1e"},"dependencies":{"@firebase/database-types":"0.1.1-canary.81d6b1e","@firebase/util":"0.1.7-canary.81d6b1e","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.8-canary.81d6b1e","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"2d3f60dbf1ae7ceef44ca4e47d7f84e85cde4b0c","size":699410,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.8-canary.81d6b1e.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.8-canary.81d6b1e.tgz_1517000882540_0.5579531197436154"},"directories":{},"publish_time":1517000884543,"_hasShrinkwrap":false,"_cnpm_publish_time":1517000884543,"contributors":[]},"0.1.8-canary.c647fe4":{"name":"@firebase/database","version":"0.1.8-canary.c647fe4","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.1.7-canary.c647fe4","@firebase/app-types":"0.1.1-canary.c647fe4"},"dependencies":{"@firebase/database-types":"0.1.1-canary.c647fe4","@firebase/util":"0.1.7-canary.c647fe4","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.8-canary.c647fe4","_npmVersion":"5.6.0","_nodeVersion":"8.9.4","_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"dist":{"shasum":"81e939d30950a795a3045f6b8104c4c3ffbbb239","size":699248,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.8-canary.c647fe4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.8-canary.c647fe4.tgz_1516908173483_0.07604964450001717"},"directories":{},"publish_time":1516908175010,"_hasShrinkwrap":false,"_cnpm_publish_time":1516908175010,"contributors":[]},"0.1.8":{"name":"@firebase/database","version":"0.1.8","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"TS_NODE_CACHE=NO nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register/type-check -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.1","@firebase/util":"0.1.7","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^4.1.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.8","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"96124078f2a1afeeb10e2dee085ebe4c07ad0551","size":698798,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.8.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.8.tgz_1516318933423_0.4249939776491374"},"directories":{},"publish_time":1516318933519,"_hasShrinkwrap":false,"_cnpm_publish_time":1516318933519,"contributors":[]},"0.1.7":{"name":"@firebase/database","version":"0.1.7","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.1","@firebase/util":"0.1.6","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.7","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"ed7b964646c79fdcb175f59a6d38d632dd0354f1","size":698848,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.7.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.7.tgz_1515699368015_0.9695942203979939"},"directories":{},"publish_time":1515699368182,"_hasShrinkwrap":false,"_cnpm_publish_time":1515699368182,"contributors":[]},"0.1.7-0":{"name":"@firebase/database","version":"0.1.7-0","description":"","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.1-0","@firebase/util":"0.1.6-0","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.7-0","_npmVersion":"5.5.1","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"c2a9ad9b244408a0b33195c9d69912493facf447","size":698847,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.7-0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.7-0.tgz_1515535229014_0.25638554035685956"},"directories":{},"publish_time":1515535229263,"_hasShrinkwrap":false,"_cnpm_publish_time":1515535229263,"contributors":[]},"0.1.6":{"name":"@firebase/database","version":"0.1.6","description":"","main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0","@firebase/app-types":"^0.1.0"},"dependencies":{"@firebase/database-types":"0.1.0","@firebase/util":"0.1.5","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/esm/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.6","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"52d92224398544dbd62e813729365d1b81b22df4","size":698793,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.6.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.6.tgz_1513642538149_0.8778106826357543"},"directories":{},"publish_time":1513642538273,"_hasShrinkwrap":false,"_cnpm_publish_time":1513642538273,"contributors":[]},"0.1.5":{"name":"@firebase/database","version":"0.1.5","description":"","main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0"},"dependencies":{"@firebase/util":"0.1.4","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/cjs/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.5","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"6e5b0da6f0be15cba30c694e2ff24c6a5f03c182","size":698297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.5.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.5.tgz_1512689662262_0.31326652504503727"},"directories":{},"publish_time":1512689662375,"_hasShrinkwrap":false,"_cnpm_publish_time":1512689662375,"contributors":[]},"0.1.4":{"name":"@firebase/database","version":"0.1.4","description":"","main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"nyc --reporter lcovonly -- mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0"},"dependencies":{"@firebase/util":"^0.1.3","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","nyc":"^11.2.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/cjs/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@0.1.4","_npmVersion":"5.5.1","_nodeVersion":"8.9.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"fce481e785e16375b2ae8e9e97f205ca209c1b8b","size":698326,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.4.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.4.tgz_1512076806882_0.10494877048768103"},"directories":{},"publish_time":1512076807038,"_hasShrinkwrap":false,"_cnpm_publish_time":1512076807038,"contributors":[]},"0.1.3":{"name":"@firebase/database","version":"0.1.3","description":"","main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000 --exit","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0"},"dependencies":{"@firebase/util":"^0.1.2","faye-websocket":"0.11.1"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.44","@types/node":"^8.0.47","@types/sinon":"^2.3.7","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^4.0.1","npm-run-all":"^4.1.1","sinon":"^4.0.2","source-map-loader":"^0.2.3","ts-loader":"^3.1.0","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.8.1"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/cjs/index.d.ts","_id":"@firebase/database@0.1.3","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"50c67e0b2b29c7c9e2ed176450b9223b7befef92","size":698277,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.3.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.3.tgz_1509660825566_0.22976995934732258"},"directories":{},"publish_time":1509660825660,"_hasShrinkwrap":false,"_cnpm_publish_time":1509660825660,"contributors":[]},"0.1.2":{"name":"@firebase/database","version":"0.1.2","description":"","main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0"},"dependencies":{"@firebase/util":"^0.1.1","faye-websocket":"0.9.3"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.42","@types/node":"^8.0.28","@types/sinon":"^2.3.3","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","sinon":"^3.2.1","source-map-loader":"^0.2.1","ts-loader":"^2.3.4","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.5.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","_id":"@firebase/database@0.1.2","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"de7992fdf7c34b9fee603317c6e89f8e62b76bdc","size":697780,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.2.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.2.tgz_1508451190727_0.8899737952742726"},"directories":{},"publish_time":1508451190879,"_hasShrinkwrap":false,"_cnpm_publish_time":1508451190879,"contributors":[]},"0.1.1":{"name":"@firebase/database","version":"0.1.1","description":"","main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0"},"dependencies":{"@firebase/util":"^0.1.1","faye-websocket":"0.9.3"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.42","@types/node":"^8.0.28","@types/sinon":"^2.3.3","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","sinon":"^3.2.1","source-map-loader":"^0.2.1","ts-loader":"^2.3.4","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.5.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","_id":"@firebase/database@0.1.1","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"2e630c52654495c7c3ea0387a5087c04ba311800","size":697809,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.1.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.1.tgz_1508163929182_0.9878999593202025"},"directories":{},"publish_time":1508163931104,"_hasShrinkwrap":false,"_cnpm_publish_time":1508163931104,"contributors":[]},"0.1.0":{"name":"@firebase/database","version":"0.1.0","description":"","main":"dist/cjs/index.node.js","browser":"dist/cjs/index.js","module":"dist/esm/index.js","scripts":{"dev":"gulp dev","test":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000","prepare":"gulp build"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"^0.1.0"},"dependencies":{"@firebase/util":"^0.1.0","faye-websocket":"0.9.3"},"devDependencies":{"@types/chai":"^4.0.4","@types/mocha":"^2.2.42","@types/node":"^8.0.28","@types/sinon":"^2.3.3","chai":"^4.1.1","gulp":"github:gulpjs/gulp#4.0","karma":"^1.7.0","karma-chrome-launcher":"^2.2.0","karma-cli":"^1.0.1","karma-mocha":"^1.3.0","karma-sauce-launcher":"^1.2.0","karma-sourcemap-loader":"^0.3.7","karma-spec-reporter":"^0.0.31","karma-webpack":"^2.0.4","mocha":"^3.5.0","npm-run-all":"^4.1.1","sinon":"^3.2.1","source-map-loader":"^0.2.1","ts-loader":"^2.3.4","ts-node":"^3.3.0","typescript":"^2.4.2","webpack":"^3.5.5"},"repository":{"type":"git","url":"https://github.com/firebase/firebase-js-sdk/tree/master/packages/database"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/index.d.ts","_id":"@firebase/database@0.1.0","_npmVersion":"5.4.2","_nodeVersion":"8.7.0","_npmUser":{"name":"anonymous","email":"jshcrowthe@gmail.com"},"dist":{"shasum":"77cedb607585b138bcd7db80ac01a6d9ac0a6002","size":696806,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database-0.1.0.tgz_1507765036877_0.7780735979322344"},"directories":{},"publish_time":1507765037184,"_hasShrinkwrap":false,"_cnpm_publish_time":1507765037184,"contributors":[]},"0.12.5-canary.bf93a3810":{"name":"@firebase/database","version":"0.12.5-canary.bf93a3810","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.bf93a3810","@firebase/util":"1.4.3-canary.bf93a3810","@firebase/component":"0.5.10-canary.bf93a3810","@firebase/auth-interop-types":"0.1.6-canary.bf93a3810","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.bf93a3810","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.bf93a3810","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-uoAxBdg4Q//g2FN1ehZwEyphY5CQzcZ18dwjDU1lcjkDq+idI9rE/Gw86+yRQGYbFSOpMbF6B7kUX2FDsybXdg==","shasum":"5ed4a2fb426dee5585099eaad1c861a9c2e92f56","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.bf93a3810.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/XhDCRA9TVsSAnZWagAAh4kP/A4Y6vvOAyQ69odut+W7\nE4BGDPJJ5V6iZ6YDxakhnqHxL4VWFpDNC6FaaMcuyH8gVR/CoNvuIhqYc6+i\nKDf6hUPQImXDNaKZl+R3z3deAd7rjKHdnheSGUaqp5ImXcIEnEuxmQlmddSL\nUEiCgZv+8z1jcMsXmkuXEcAX1lSTVvYZHfZTdHZMHNJjiK8D7s7cZ2lcKluI\n+NdATWY4zitTkLFH9UdRUJXcHydCTxx2qmiyIG7zdPJopfxEgZNwhZ45DDUP\nSQGYzr4n3ghzLFt50etdSB+sVQNT7RaKjdYnJ5MejRtXZhgOOS6RBJTbag5Q\nbzDSTfTyW3W+dTbGdeVAXUEsWPJZ7LwD84rh/pz9nQAVziu1bGBXlZG5A34O\n15DynSDJ6gF0LMVYaQgEy5SlILmTPUYBdfXhIcHBdBP3NcfhIhef9J9oOXCO\n8OU1FtSXIdUwpVQS80h2zvwcr9rL1tKBPDD9XrdDJ0P8nWghTnjVWSk7h1GB\nc/ANaG2za+jA9mqPSvB75e1MG63ELSYFoyxXe4xEA2o6nbdW6G/LnQgJ/gr5\nxw6LgDXlC15G8wHil01B6fRFw1toRHNCHgvE/4o33kghrCMmEEifBM50bJfN\nDk4fB+54qM8rjFubmvDXZGTmAfrRulFdzIH/61ukwv/CmokNnTD6Ypf1ds5l\neVug\r\n=yqS+\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.bf93a3810_1644001347448_0.9719768408578264"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-04T19:02:57.309Z","contributors":[]},"0.12.5-canary.0482aa5b7":{"name":"@firebase/database","version":"0.12.5-canary.0482aa5b7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.0482aa5b7","@firebase/util":"1.4.3-canary.0482aa5b7","@firebase/component":"0.5.10-canary.0482aa5b7","@firebase/auth-interop-types":"0.1.6-canary.0482aa5b7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.0482aa5b7","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.0482aa5b7","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-xN/4mZkuebTdbCqlnKfXgpaKPO0ibgWOh97zyaqmrXy+hRohmZ198o/4ThVjPhUQHMRtR0XObe/FvWTJuSZKXA==","shasum":"aa87fdd0bcfd22bb7688eee113c77815dd5174e4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.0482aa5b7.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/WnICRA9TVsSAnZWagAA4X4P/RrBnBroZ+cs7i/R8nNo\nvICq5XfnuHJG8WzEkn3AUqR/En+ZYYk4/otFm7y8QQmWOse8zXYMVmKvyyhv\nyM4axyK6cSLi26ks5izw8p0ozQlhnH+cnYyEkTuClZZHpmW7bC3jqFyMwTp+\nen0CYiCMOGFb6PIiIA//P8ZKFD+B5hEA/mD5hAayCx/pLaYq/lbrWlJn2n05\nPYZtthGtpYinC3MdPcMYZvFXKlIFvSqHORiYINmlktMbKYP/KTag+K9ZaGxY\nnRdv3bS+xw9QQRjwjnwKL22HSwzFPayw5YAn6X2HqfVWAXSSfPMFpoICN68L\nLWHAYD9tpk/oimUU4nlB+ZSQSOfv4L7ik3A7EbIHFoRO67MTZXNPo0DJIzq1\nCIW5qC57+dwhCEb6fJLiUSRc1gxxAtKuYR976xXfV8Us0aLOAVecT6QuFW3a\nDTg0P9NXTpiZac522/vYoOm5cZR/kuRGeRGW7zKLm4nzKZ5GFAmlZ+2AIcWO\nj4on/CqOC6DKaS93vMeAv9mttSzuzct1NqROzNgitM5S8vf45+WSDgPBm8mr\n+v3HwQdvmUOwY8pO/sieRK+6KeiUHNDquodouTrCRxekVLaxgJ+gNUgfL+mY\nnfHxY4DFcTUfHlWayBJBoh7KmknVTwAUw9tsgUqP0/H3cONPq70IFx74UeO1\nHDXC\r\n=LUpN\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.0482aa5b7_1643997640656_0.07268315716353801"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-04T18:01:37.207Z","contributors":[]},"0.12.5-canary.00916e719":{"name":"@firebase/database","version":"0.12.5-canary.00916e719","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.00916e719","@firebase/util":"1.4.3-canary.00916e719","@firebase/component":"0.5.10-canary.00916e719","@firebase/auth-interop-types":"0.1.6-canary.00916e719","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.00916e719","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.00916e719","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-mbGf+3UAff4Nk/m1KX9NaGPMerkYbeim0sy6xO+Sb8SDBcL2FhlQD3vKdu7f45PZB9Reo8zi0dxNrI1K/C7Gpg==","shasum":"8518e1f63851daf1bb8de6e381f544612cb46936","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.00916e719.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+u8fCRA9TVsSAnZWagAAhxUP/0W0Ni90bNZeM8lBn59g\nHwaITAQYbc0fPrztxfX65sYNoVbh9GuSdeJ/v0pHR0pC3IBAEzKsRxz7dOvD\nZ6+0dBQOOtN66yRmFnsLhZm3pAIc5Ckm/hXzchSSdNYGU2qTnRxazM2p5M18\njc62U2dnM4Wrg2FEt6HI2qyMkVr8i8p4wuYNff9FaAJ1crOutJYCnKs3/QuE\nlYCeqB4Ekj+cfiWEkY6k9MKrE7hcTvz2t5AttoORtwA4YWspuaOpcnF+eSRd\nTjl2ndj/qnJP1odHpUN5jJyGUib22g/FpOU4zEOzglQTjtp96Cg9eeIy1RCm\nyccEODgUS1S2rrTboOvLrN0B5y9b9ooDAlU/4yoT60Mz4e8vpuS+cvfzDcD7\nRLDWmxgxXH37Quoy8IAcBuHptOwTNLQ0JXJzmL/v+BH9DuSenP8bA5NPyB8c\nqzyDE1kXUgt2PUxFjMsBhkkEOIlfbxZzoDyRi/itSC1AHB9JQKTChvVdgFXv\nLZsCNLcohwvZTr+RkP+LGbFC7ynb9v7nzwAaWKNFg+vC9DEyRycKSct3TeYv\nsBjJpHspcpCb54IIGlevxquFchGar6DICjemrrPmiJzmxuUnGz6tVSGCi/dR\n00TqZkF0TPkWfzzEIa2CqZasKfRitwvK4Y/tjbDfgMAr1Atd+CohYkrVVJ4a\nBfic\r\n=pkH/\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.00916e719_1643835167219_0.4628541922470517"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-02T20:53:18.205Z","contributors":[]},"0.12.5-canary.e8972ef49":{"name":"@firebase/database","version":"0.12.5-canary.e8972ef49","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e8972ef49","@firebase/util":"1.4.3-canary.e8972ef49","@firebase/component":"0.5.10-canary.e8972ef49","@firebase/auth-interop-types":"0.1.6-canary.e8972ef49","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.e8972ef49","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.e8972ef49","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-EgxOalmYKZvc0y4yH/ofsK4eFZMzqHyVbrHKdqX0zSUmMhFWcmriNtgJS2mXdNPKGiX7t8h74YZ6yoQMp/XHLg==","shasum":"74bc53cdf9f57fb148411557e89a6178590b2622","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.e8972ef49.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+tSICRA9TVsSAnZWagAAkZwP/217EpHJElXQDkHIrPuV\n6qbugnfFn2VqyhgaFnJGEJ4+oeonSNeoFIOAnOKKN+FRt3mfGUdORh+DlvlB\nJka9vt6QOT+f29pNCtJi7yc0ZTr1C+Eslyhez2VZKBaCvNqk3UseRn2RH8lN\nSaHGV0R/Zf80Gt6vgBn7tPqGgthkm5/rOwvczcr129ONZJ7kxlMeK04UMSgO\nhE7O/r9/furSWFCZqfkqta7gQLgk1uvw2449bxk8r7rgBRwflhP10JE9SNe7\nMOQ8GtJKSHGV1SV0oUoek9U70qlxJ8GsjkjGJ/7oTNM3NqZkAUYc4yYMZcNF\nBO+d14oyfw2rR3MLSVWb2mp45pOIHl+IrDFwMDOsJh0nm33JhpV7oLI0fGtE\nxLDBYeOfYS9Whr0GfDxU6fSH3Fxy3JB92aUZ2yF6dsWAvsCeYGJM4vRiMyBH\nRyDcb+G2iXJDXDFl1BdVITw+SN+sKZOHTQ2jo1Did7S+gNc7/PkmajJJd1ty\ngkuKiv1E4h2XxSdvc5UvqDLZMrtX2imNzWlys4imaiqI3jKFEBBew52vrePV\nAF60s/jqm7OB/dSdaEYJ9J/8Z5F21TR6mBoyrO5ndFWNE2cVAX2R/l2ibSqW\ntfQYjzMdz3oCVH6H/7dt1O9Qvf4TPXOCC8PVWaQjStavLLC4b6C5w9w1prmD\nVDr0\r\n=LYRa\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.e8972ef49_1643828359613_0.05877925013415797"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-02T18:59:57.738Z","contributors":[]},"0.12.5-canary.7f959622d":{"name":"@firebase/database","version":"0.12.5-canary.7f959622d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.7f959622d","@firebase/util":"1.4.3-canary.7f959622d","@firebase/component":"0.5.10-canary.7f959622d","@firebase/auth-interop-types":"0.1.6-canary.7f959622d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.7f959622d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.7f959622d","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2WHRjEGLPGURWo7+o8e03TPh5CD1ADXZrc2ymsx8DmIRptiEz3/Aw1dPzQwrP8zfAXjqHAAfXzv3Ll7mdJj3+Q==","shasum":"d724caf31c7ddc9fb426bc2f16efd3847c09bd6a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.7f959622d.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+r8+CRA9TVsSAnZWagAAnW0P/18/h9QJuGpI9wMObVOV\nUFIed1OE7FWjm46fuzotImqYFZajEw26GZjF3FO3cMiYblKe27Ml0o86UfuC\nvahnG3llr7LXqSBS/zJylsnvUri3wNpFN2D4tvTGutqGdgsR9G9xMoSIwxn6\nxUHVLfWzYyKJinRP8BmBSV+PsinMg3KyPHUCuMQjBD6hnoVmDicjbkJFHs4m\nBd54cziR32413QTnuIWfuGddlEcOaa/9+wmtnrM62mWf+FQOyMtk0kit35BQ\n6wB8N23uRRpbYBxHrhsAtPVexnm5kcjZIEgvG/G2oQxvJJ0sbB5McD30DuPB\nL5OG5IoTilVgUe5RnN517GBDisJhjXj9fnd3DEbYjEWRgt5MorZQqVdC73RI\n9UfuOeyLqHbDJ+tc6h4o9VFAfWUZabwIaPO/cMJenr96VpR+IUT3aq0ZH3/c\nk9kp/CAgysUqpAoleiREY2BxqZQWUUlZ4TYLHqEF0pHIOvDepzMh2/7wJtsy\nwHEEYFpDufNrSxJbvYJd/Jhm4mmWWC6++gKlkE4qYOtmQoJtzUnIS3GNmXxi\nEf5Pcw8+aFjce6RGxrHWHjzEgJDZ0GWAMoAZzWjPwwjo+wJjZv0hv5WtlPE/\nXiUaFkDKh9UyjER0sXgo7IvS6Xh2FF92DJ0WxZeALOaCHKIoSy25bSCvMMoe\nUC4u\r\n=d1Pj\r\n-----END PGP SIGNATURE-----\r\n","size":1678384},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.7f959622d_1643822910286_0.20367811929331814"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-02T17:29:14.292Z","contributors":[]},"0.12.5-canary.4cec42313":{"name":"@firebase/database","version":"0.12.5-canary.4cec42313","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4cec42313","@firebase/util":"1.4.3-canary.4cec42313","@firebase/component":"0.5.10-canary.4cec42313","@firebase/auth-interop-types":"0.1.6-canary.4cec42313","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.4cec42313","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.4cec42313","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-n15VmpYDhpLiEz495zJIyOqvv2g1p073hG2H8zpfi5n8OmNM0uQ3/uItDOfnCxD2xwusbO5Yan7Cn67gwgq10w==","shasum":"2cd68aadfa2f89abb65f96cdaf188de4e4c83427","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.4cec42313.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+YN4CRA9TVsSAnZWagAALtwP/2qLX8rhH6icMPhx/IdI\nVzx8adEnJPp5q3Gy7fxxsgXmMUfNjUr6JJ3xGsC8khBSVLIZdZmmFokDzLT5\n/Qd8UXKGT25Kq+jEv4Jp72/x1hTvnvULo7Th+ABcOefV89GaqCDT+UQrSAE4\nuQUOzJbSTak6ifpU6V6DKgE8lyrXozw5/sMXfJQJS/msl2UTzcjWI60LDUzF\nc9Tv3mVX21Oui3rYN6mMj//W8xbdGklUZLis+dWwu/vfeg2H1gJJS+GeJdHv\ngbxC9bgzTGVjLUlv2LZLX9fcgklscdFzhYkxh6T4v7OY4QwVvBAol3wThi6g\n6ITEwE3eDFDoJFettNZTiJDySHvWLiZa/GPZn4tWZq5YMaQ/TjG8XH087RAk\nPKQR+AVE7K4DOWunsQTQmjz6LKjz7XyJR2Gqs606Oupjlgs75ERdIeihOyAr\nwgU2nTxzMN16XXh5gi0F/esUEMcLNt4U/96XiimNfJNF1X01/DOjGIhd6ScW\nZPNX1+NgifGxyS6n4A6aJ3Qk646MszwtrvJSty0ouHGah4UlK5jnvE8TBH/7\nvgs9VtilWNJNpjvk2x/qHzeJ7U9Ax1R10N/9pTFI4+Ns9jmY6joEHCGw+3mf\npspQRzrgXbHFIRUFQHuCvXyOO69TzHnfiCXLPV9z0v5PuvmtiM28Y3uRtoj9\nb+65\r\n=qYex\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.4cec42313_1643742071868_0.37564711256603056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T19:01:53.055Z","contributors":[]},"0.12.5-canary.0a04a1c06":{"name":"@firebase/database","version":"0.12.5-canary.0a04a1c06","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.0a04a1c06","@firebase/util":"1.4.3-canary.0a04a1c06","@firebase/component":"0.5.10-canary.0a04a1c06","@firebase/auth-interop-types":"0.1.6-canary.0a04a1c06","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.0a04a1c06","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.0a04a1c06","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-pIjq/BLwenbZSW6qBm3n64sYLRd1aE29aK7LqIqr7Pg+TTVc3Oz0X6z7xZKhHec5LgQfjmjxlIr+g0OUm/veqA==","shasum":"e3533e0de06451ab4f9d76b05f8fe9ba6f3a91df","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.0a04a1c06.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+XmCCRA9TVsSAnZWagAA9yMP/iBx7QjxgGd7xRgaT4uo\nccPdtPmXIj5O6R+NhCUrwOv7xk+tctzAPP6BPS1XmmsZF2MUnFdRZDeuzl/+\n3M5QxkQGJF2LaNPA9m4wSdbToGvTzEiNUm2+kZx7ylzVxuV+BasItXl1ANNT\nVMrm3Quj0L6IPbtHHY4hbKSFKYnEMFvx1We7VL1efQA6K+RZDHezpVJpGkFU\ncr2j9nUK5JebX7UENUJEzMtnLzKR4H1PFuOWZNQqkcBMBtPWIW3XnaSTn9g4\neMkjD7klNyi92wTTKR2qiQ77AhfbITyZa4g2t+/X03iGtqWekFP+lgwe0ztT\ne7ZFkQMZXjUd5Hkbf9EcvHzQz6PRpM6wKRfX1bZFYL1KE+AHB67YiCnAhxpa\nvFPlk9T1p9MUx4FIH4KGJMxL6/Iz5WUdd6K83AKXC5EF+4XGV2lojawQJ6K0\nUC6kOUnhGmMX0IAEK6gv7UK10BVp5C72VvkB82vQk46c7goD/02+Fpn2HeiR\nbAV5Necizn8jzciJf+JAmnnqgkc/5bWt4DLe39Dp282NS0Qr9TWD1JWlOwUy\nBfwcO5ZPaZ9H1E5I1/4qoJVBDL5Avx0J9M04TZ3NSSz4tWdtIkmLrYwlokEN\nMH6GgShS8Qob036gV+xrKFhWiPKTkfgZmz0uvUBGH33tmJE2TS8joy6sRFkk\n2tc0\r\n=CGTZ\r\n-----END PGP SIGNATURE-----\r\n","size":1678376},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.0a04a1c06_1643739522244_0.16085478620923488"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T18:19:11.284Z","contributors":[]},"0.12.5-canary.8b51375a1":{"name":"@firebase/database","version":"0.12.5-canary.8b51375a1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.8b51375a1","@firebase/util":"1.4.3-canary.8b51375a1","@firebase/component":"0.5.10-canary.8b51375a1","@firebase/auth-interop-types":"0.1.6-canary.8b51375a1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.8b51375a1","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.8b51375a1","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-xSIV7fiPvW17LLooAfdRPD/xJgVRqmCZK+Eee+L2wwbK6oeZyCp8E+LqvlD3RES2PrnRYEDZhgOyS5gFnbRqRw==","shasum":"19e7bc0b16c7e1b04c1dce12742058274de345fc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.8b51375a1.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+JH1CRA9TVsSAnZWagAA33gP/i/NTTAp8aXvYWVfXGCA\nq0xvqu5FWSZVDkZj80UXwYPweDzM/S/PPwG4a5kHDk019K1ApEqdmi7OWrwy\n7z8HlXzQWrp12E38pPFY+u9GnRq9+bmMMMzFZRZSa7JGOoeMUc366X31Jf6j\nQjcijJsQBsPGMM2MGaNeXKns98rZRILYKt+tyGvpDoHSN0z5xfOSkB9Sngsl\ninbR22RPbUOJUxy/0fGMMxetJQpCmWn9Mk6nJoo8GF9tKyJi020Oj2GtGBMK\n5BG2ppOxJYe13SGGZ5SBrDwXUIFA1VhIZX9/+V0CbFPv5hRobKsDwQS0jgTf\nyfi1HG/Z59y1a303ogAWDOa9k7h+B9yAyy/r5VJJBlq5UADw+vqLFuT1UXDf\nIIC2385sJFyAndBo+o5cglNvxGZ6cYr5+d1CkEg7/fmXkpMhOUAhCloZNTfr\nPcR9lZm54yLsStDg0FyfndEWg/882LY9CtrY4SDSSeMHQj8B+FmMZSae9/7l\nmmoNqPcEve/CzIG/PXSQ5s/lSTe8UPa4I9E0CQJpTFIbRaXHKJPKAwYRyMEQ\nos6/4Wl9xJrtQ/KLEOYc+hbHQYUFRndLSmMav6wtn7M1pdHXrdVPXkmaoBwG\n4QiK+9xm8kdn2anVsX+MvXsHe7agOPE4N+wzrJBIBi3cdeyEARvfTsLle/4r\nw12g\r\n=KDbd\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.8b51375a1_1643680245532_0.4943680560066701"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:51:15.671Z","contributors":[]},"0.12.5-canary.a38203dea":{"name":"@firebase/database","version":"0.12.5-canary.a38203dea","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.a38203dea","@firebase/util":"1.4.3-canary.a38203dea","@firebase/component":"0.5.10-canary.a38203dea","@firebase/auth-interop-types":"0.1.6-canary.a38203dea","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.a38203dea","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.a38203dea","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-mxW+YmADZ3Go3KQ4FC+lsd/vkeLHb2frjQMypZVltUdKS6q/GMsHax3WDdMtMBsrstY12kKM8k4811D9yDbbdA==","shasum":"b874e150170df012a58f6c42618918677ab7d506","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.a38203dea.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+Iv9CRA9TVsSAnZWagAAvUEQAIsFGzmRmwBQ4Xt3CiNt\nVJoVkUA5c3H/+Oil0ZvfhKGjdYK7MiGHPV+l5aMwlMVtLw3ItLbuMEGzRaeR\ngQNAkAilDvdeIuwczDa6Zmn8fVtD/71+ytPEhG5OYnlaxSSMzIVXuwnE6raU\nA72sIg0X9OJv3bWEo+lIKvWg4RkuVt+KMni2D5EjnPJVaojBYQgmswMNSM4y\nQnzTo+FbKfEiB6IteJ7TWJMcfRhFefo7KvDPRG2bj6i6ZToDeb7AfkhpqYr0\n+dtiUtoMqOEDYk91ubIQYisv63tN3a/VjYYHGG+oJsnrOiZoVK1WjQ6qJPk5\nBLB9wCGtNHHBNfsHBHAvgqhKvRZJmWlHhR1+5dcTbWFGUo18T7yF1pukBEkU\n8JZAq0cE7ZimsO0lqu55ZjEZ7jp7apOEajeNw6EI3XDAvIavyUdwC4gDShRl\ndlJcVI3xhHNwAesCFkate211jBngKupIxsxgtrzhwCRyoxrFIYZS0S2tKU6/\nRAw+9eBZ2LoScOTxt0bRPEkobmVFouhxMfBV1G60RyBSAsp3XI2bdKFyccrx\nqvPgYw8GdI95iX4ZzILOZowsaIMj4mDs6EJbnmnZEkcehUlHyEN7VF40fkpg\nb61KAs8FSRjnWv+b9Gx5xyHZGY1b3+o9bqZcRxg7v+SfohsBbtBAfGxkj+YW\n31JI\r\n=HO/9\r\n-----END PGP SIGNATURE-----\r\n","size":1678377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.a38203dea_1643678717627_0.9970093354387135"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:26:30.226Z","contributors":[]},"0.12.5-canary.70b4412d3":{"name":"@firebase/database","version":"0.12.5-canary.70b4412d3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.70b4412d3","@firebase/util":"1.4.3-canary.70b4412d3","@firebase/component":"0.5.10-canary.70b4412d3","@firebase/auth-interop-types":"0.1.6-canary.70b4412d3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.70b4412d3","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.70b4412d3","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-3l8ADjw2ZbAgNHbav9zrokHgURa5s7Owqtx4gNKPrbO5aHPe6GLso0PRXQnAlhUTwr6Y04BtQfQDYW3i5gr1mg==","shasum":"ba0f695e987a4eb0e546d5b788e531481197be80","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.70b4412d3.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IxECRA9TVsSAnZWagAAZr4P/2ADLLt4HAhsgPnna/hq\nFf2OMVikD8/eRbJQ7s/UpbItWyCORQowFw2wMHHAolJuD0ebGW9GmDRBY1J7\n1xk3rbDmVPNrMugDK+S3HrOjmwsy3U7QZFADOQMjOgJ9YL/5vGwnUp9h6CZy\nNSmg3fPiusGaubtxnv9hs7KvfAyUwBaaXmWBfDnWvEcg+gQ+IKwpJjBbfRwc\n7QQi0fEGaHL93LRPuR788U6pcEzUehboxZKZnaymRVLywWa9mh+7H2kCdrFt\nRyg9IEwcye0YYveCxfv14aup/XduxRXaDOJeUkM4+sBTsKME6Dygw85nYFMT\nhrYHCDlvD+8gpFKOkDh073jKobl5Vt0GK0Gsg1T0ss9WVfDLeUFH4aXT5e8P\n2cVHRXCKHBqamsMfgBv9y5kXvrOBoY3+fxbOg6qFKausPB6Yb8wvNL4TptAt\nrRwL1U0EuLeOPskQtdk+mb3vyDhwt9ZL3Rg3h4RkF1fMlsMq8dCEv781g6AF\nazOU7xNTpe/NQXUC5nKOfdhaQrtt7k/aJgmy9TYEu49BKayUnZAOiKCa9iBl\n3VJfFMH1zGG/8HJQezF2oUqsgU4UrYLh6iuLzz5pd4k50JIfLSeA2ZBvwYw9\nAv31hI79PE8OBGtEOp6adktqVWdIMFCW0CdIZttqHiKgdsIdLQFZZ5sbhEZs\nXw/n\r\n=v7C1\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.70b4412d3_1643678787740_0.06197526614906601"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:29:05.792Z","contributors":[]},"0.12.5-canary.b20cf306a":{"name":"@firebase/database","version":"0.12.5-canary.b20cf306a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.b20cf306a","@firebase/util":"1.4.3-canary.b20cf306a","@firebase/component":"0.5.10-canary.b20cf306a","@firebase/auth-interop-types":"0.1.6-canary.b20cf306a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.b20cf306a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.b20cf306a","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-VprGq8rR8iU8lvY4Mz6cdoparMJX4X7vZAQYm7YcjvsYnl4nxPE4YffDQQe9KX7FJ0hEfngLFQi3gDwPCJ2E8Q==","shasum":"f37c7be54074a2aa90779f4938c4c868e13f6b91","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.b20cf306a.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+Is3CRA9TVsSAnZWagAA77gQAITMrA846aEWGkjX25H0\nU1DnaLYSTbxZ/e1qjxKK9a5p36AcpQ/urrc1eCUF1oK+CuWArO4KyUE3roYo\ncEQ6jM+UBAWGRiiiVlb+3qzT8BB7C8/EFPBYOEVhxoSSxaQQCz2w1pSy/CjY\n1PFSjd37Hg4sLH94/aBH9j5s4ZHaOdU6F/BQcPGDaVJ79Ents3MmXpZm5E1p\nWjdYqWrfumnbQ6s5lB+IRvTdcsaD01I0/WKvgph7u5Yk47f7RlRDTsdnovoH\nDuu7+Rhc5yGdI8F1sg6FBJzdfcEyW9M9Ueu89U7Mz3ALxbhvr97B9o/Thmpi\nqq3Ceo2dvrzHKv7PJjN84zx51MqrO3Qug/rHlVuC3wiNFSyG+9BzrA/Hl29J\nD5W98GZCrXSHrNoCnaz9OlnW/FIct67e7mrZFYQ8VB1BG3Ho34USZbIRcUmr\nRp71Hie7IiuDH+b8xRzNd2VHRqV8IsT3W8A7MjNf8mPLGjG83YHueFQp+pLw\nN3u6U14RjZ2goCF7fCOmFh94BCTtF+H6mORFo8ox4IiJoxYHhG9YUtWv/UVp\nAFYoF1hKeQ6eHNV7n37BNMFSLZp6/lw90caX8LB2dcLRc/In0RA6m2LhdBqO\nY41++Oub1tm28Is2gGaJbObvu1CVcr+NfCe37KY5gvcdkDzri7tPxm8PG0su\nBa2T\r\n=vLnH\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.b20cf306a_1643678518958_0.9150721967400712"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:24:08.297Z","contributors":[]},"0.12.5-canary.b02927e2e":{"name":"@firebase/database","version":"0.12.5-canary.b02927e2e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.b02927e2e","@firebase/util":"1.4.3-canary.b02927e2e","@firebase/component":"0.5.10-canary.b02927e2e","@firebase/auth-interop-types":"0.1.6-canary.b02927e2e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.b02927e2e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.b02927e2e","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-G5uVtQJ3wPyLjBFcgVtqmn1UR5yDOZpkjP9YWlwR/CkPJLiCfZPSspKMDIUOAB5hVIMVJF5+8Cm1KFgz+ntGRg==","shasum":"f58789ef1d42300d859213e157a8ea9c1a5a8075","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.b02927e2e.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IttCRA9TVsSAnZWagAAXG0P/ju9hKc4nZA/n+c4HZbK\nwIFpZYUGRRAclwgkHv7AMFzHHo7/1uP37SWdHMbM5L/MkdOAGgAMX9iKKxC8\nx4zf0YELkXg+UYDpJy2d/EEnNCetxjyd1NumG2DAlwCPRXUV4r0PbU4ObG4i\nny6i2UIi1Lg/xbKEgAruZSeuZsbrLJNSN+AWPEPh3ah41Z0Ql/oOx/srulsd\nvZtiZPUhj+sNDWGQfpXqNgpeGrJ2nHvgGMBRyiVpvo73yHTMhUXmtCKxTT5F\nBn1CbOqe6U5dw7SAMSTAIb4+U5nTrmqGJY59ElevybrYmHZRyLDt3WcIiUEQ\nY361Om0gANQSpT2bQ0o9uPgVoQW8812l/vnNePUI7BmNO8b8XSWtQuVgLbWU\n5KGbKKswh8UWvx6IBwfAmWFNnariINnHkLykWBPe6c/PJgQVWIUH+JdM2nnI\nYdc0BK0yhsKgfV9oWkEL5SCIgItJ6PXA76CMK2hx1tbF/x8hNygwZSkOE4nX\nPGGX7mcwmjhxMnxyq1exy8In3GekFtH7ahgwI/YBw2vi6KJdJCaUX3WbezO3\nFf7E+0yGXNdMnJVeKLUSdVYTGcvwQ17vLMKLg1rnoaRVmcguXX+3+JikS9Q7\nXNhKVe3BlbbVQ3dWiqKwrNQ9pg/ByCJw/nUUlTEDU92oqEYnkCJyHrXymoOF\nq5O3\r\n=KovZ\r\n-----END PGP SIGNATURE-----\r\n","size":1678374},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.b02927e2e_1643678572672_0.13702212330719354"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:24:11.351Z","contributors":[]},"0.12.5-canary.2dd99ae2d":{"name":"@firebase/database","version":"0.12.5-canary.2dd99ae2d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.2dd99ae2d","@firebase/util":"1.4.3-canary.2dd99ae2d","@firebase/component":"0.5.10-canary.2dd99ae2d","@firebase/auth-interop-types":"0.1.6-canary.2dd99ae2d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.2dd99ae2d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.2dd99ae2d","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-pHSWy1c1QHhMARECcyBWT4tts6Es7eoprjob/u5go/Ku3To/fu8/ty/qojDNOOgekyEcKrnaBj47YD7r/1iJKg==","shasum":"bb01854866888f343dabe13924d423d0a35a8476","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.2dd99ae2d.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IubCRA9TVsSAnZWagAAGr4P/RYDc1O57bBj++Kh8v7S\nR4TMAQDdrOZA8yMjPzbSttbvUCEmUpjPDSjKRTTBRQGNMUH1cd2DEgca0arK\nXMWuKC3GzztOTI8NSubx87FcRy0vg8G6xGZBDhcfeEWNWJjFfVKhMrt8cst5\n18k0PGLv7TMSnOsvnWg8H03afbeUdqhVasVKyaCG2Dq2kZcj2AslIHjy1to0\nCFL6DgTXCTF7S0rdfZxS2Jx8bEjlTBM1UxXc1xhx/mh0zLn2m+u+/tHzjVN8\nL8MFIwY7e2RIxSqYpWV5pXmBHJ5CklSLB++D+RwbZjKoq2nFMz/aq059AuA2\nSvsyFjX7FuGbd1xXqE8lvIvEuDbJ4ehkGU0UQ5No1YBwLrl4yceF8ZbechK2\nzRCNGGp7YAwh8b5OEIITycts3ksJAZQpEAIJwN/MCl1UcFYSdtpu/qxEep3h\nBxRNFGy+66BpEReNiZvHHf67vIEIhoMS7tF4CgsxMxt9sJat9+hIYo/Np4mC\nQFk6QhXYCZPyVR6QMD9c4YHlV+3tVEmhvuaL6N6flIZVrSxl0ebhBcKJN57n\nb/coHkykIxV7Bv0S0OqDUsLjR06SQKxMuojofy8JfwoDADUuVua/wgm9VqBs\nrGknajbBzZJMfKLP8PgwJvF16gIMFWtH8hkjIzghO1sZZR6KkcZJzae8FUAj\nTghT\r\n=rP09\r\n-----END PGP SIGNATURE-----\r\n","size":1678377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.2dd99ae2d_1643678619103_0.1669492131191206"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:24:15.087Z","contributors":[]},"0.12.5-canary.4605d4bfa":{"name":"@firebase/database","version":"0.12.5-canary.4605d4bfa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4605d4bfa","@firebase/util":"1.4.3-canary.4605d4bfa","@firebase/component":"0.5.10-canary.4605d4bfa","@firebase/auth-interop-types":"0.1.6-canary.4605d4bfa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.4605d4bfa","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.4605d4bfa","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-KjZQIcWW/M2Ra+dmTQvSZa75fkuQwkiezlECQ8EqnG6qHj8GBuuEtPmXENbIYt9H2vtwFQ9zOIzz6RxCEG3hEA==","shasum":"e38a95f8ca0fa9af697242b4b5d54d14f3023cfc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.4605d4bfa.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+IuqCRA9TVsSAnZWagAA6ksP/3Sz/iNnRiZtOs/KUwaM\n5uNYPlDeaqpS081yePOs1fB/slI4aScTXH5WF5VwmLDU7dZddtzrIjVyWQDU\n6nscuVyv91hmLDFwWT8pflf+pDpcB9IF3UyDAKV5OUzHEz1toG7wLgVlT8oN\nLxcwKvulO8sYlJYobo4zHuYSAtBJXRfscHJCSa9IAP0a/jOWbcO3EhZsv1hM\nN/sevlDG9zgZQVVfi/W87SCCjSku1wg1Mibr3cSGBmwmOUEv9p+/VdMe5Fk5\n4IS39Ts7fJnhzVgh5MBs2I7dfTA59T+DGmQ4ezqkv2kHyWZqJ9WtoS6fw1nj\n89C/pKha62PF+xtap4Hf1UixCk70nSFAHa5lNzli3CpUCGRls+dtqydW+TWF\n6wgC8xAkyfpxqyD3dZLOncPn/XaKcsFwo4MJk+mmIxSd0PZAe2la+uBTy5U0\ntJUckPJ25r+zwgDBHW2FcBMaL71gddRHgYa1MTztKBp+EJmrpRb4XPc0FtyH\nCpLAkwG8si402CSEB46mpU4zM6hdtWejMZeBeoACChjRbI3SMX7ZnrujM5IS\nBhPjlKekSpKe/MfODX60HS6qL7WodyXisuX5YKSspwuqNV4QG1eGnQrgNn51\nKTTLmfMiNVyPCCtvsU04Iqir0EFm85vhwByYl7p06l8lHe2bgYuoUGcBB71y\nKxoB\r\n=D/tx\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.4605d4bfa_1643678633932_0.18010419704900094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-01T01:24:18.275Z","contributors":[]},"0.12.5-canary.d04b608f2":{"name":"@firebase/database","version":"0.12.5-canary.d04b608f2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.d04b608f2","@firebase/util":"1.4.3-canary.d04b608f2","@firebase/component":"0.5.10-canary.d04b608f2","@firebase/auth-interop-types":"0.1.6-canary.d04b608f2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.d04b608f2","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.d04b608f2","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Zknxx2jDF/sDikPa8P2n0KZRwEFdjz7OnEwgiuSie1bPozESM3bCKQaud7iCke7dnPkPN00EG1UyZ6r/RR4CYQ==","shasum":"9e940e7c0655be36d509b184b1338ed48a1e02b4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.d04b608f2.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+HVTCRA9TVsSAnZWagAASVEP/2zQunqTiXa3tkU6F8Ux\nLz9+qNznYXYNCYEdriXHOuIIsNRnDGuLtcfZmkgwtH487QCWAEjMDbZPAQcg\nKxcXhgIa60j2FfZoT8HvG242prfXt9fnMVOZi5G1ofgK3Ku7gKSG0KvEaPJi\nQuBGuzz7CWlWPlJPwu9HTIWB6gdED6StrVDxYiPi72aAUP2ereoaG95qbEm0\nt9kZlQvMxVYCB7xyLzZka1RcKbAYqHfXIcxX4CCxZxIu94doTMwBt+0aLeuH\nrW+2XrirO9U6SrpJJoSoGo0ECyJNudObT0KSacF2VHfF4wUt2K90muHwKPxa\nZ1Uis7enW7TuXllNf4k+N68dKygAPLVDiVimzax906AfJ/QC0uyuY/tPxvGU\nJoT0hRCY+oDEsndIbUtr/IaKRvCnXvjVWEC7K1IC/8n7WpnNFUvICE46yQwn\ntB0uAox1sd4+8fBPFiINW73v6RezOOT3ZcMqRBBqHVY7JI0FJayga6Qupslq\nX4g8qN7Imc/4MxqmJNI44sYPmqDM2t0xS4a9C7+BYF7r73hxaZ/Qh3AO377a\n5Gs7Gyu6dSEDBoVUArFfOlGjwbR0NItRPG+DIRfoOCX4UeDcPMmsxSvDFJX0\nWaHU6fIRMgYXwlFrvldJFi/UrouiRUyEzSR62AjauWPAtAOzaIHXn3525Rwa\nLtoE\r\n=8Fts\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.d04b608f2_1643672914825_0.3981747989896691"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-31T23:49:07.332Z","contributors":[]},"0.12.5-canary.dd86989b3":{"name":"@firebase/database","version":"0.12.5-canary.dd86989b3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.dd86989b3","@firebase/util":"1.4.3-canary.dd86989b3","@firebase/component":"0.5.10-canary.dd86989b3","@firebase/auth-interop-types":"0.1.6-canary.dd86989b3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.dd86989b3","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.dd86989b3","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-pH5fJLGTSvGcJqVO2Y9ZRUbwCdWDO7u7TCQHW7oAkajQPjgf33JiRptow68hZuSDlh+tX6FHyYgVimEq90ULFw==","shasum":"02a4038141087694724d494c1f1c6269bba74c49","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.dd86989b3.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+GJoCRA9TVsSAnZWagAAP1gP/i1ANj0Qrb72pO4XSc/R\nC160fSde4T4ixgaiOfLUUHIBtLa/YnxKti/qz0jnqa9ljBGShGyFbpvqMfx6\n8aF/7IropID9Qs9uwQgEWwOEysXPnXxxlUtL/LpG/FV0RCwjSf09KS+Tmejh\nKnNSktx6y4ngRT/q9AWBn6+TenYnW9RQyt5YwVQ+CBVgn+ROQ3BQXVEwPcck\nOGEkLfIOPkFcpYlJY9sPEGk0NnoedQ2cGVflei3iovzmlBRlLrzuGyl+YVfl\nvdFP9e4pELs18veKqqlg2kCt/+HnxZtPLLkzacsKGZLTTt9IO3t5EpGNQ6tF\nK/H9wx1r9tddfyrDeJtxcVkRvseGGrdQa4jb2iP8SshUYGFz1x0mkkaH7ltI\nnv67CFSr0BQg+sfN7U2Ev4etnyv6JfJOt1YNNDeQq8ngyClY33AGOppvevcB\n0A2BzkWekAcMaOUmXEg3bZ7DF+ktbaXqnC7hvjchYW3RJAANxX+dygsLq0aW\n/uePhwnFxG0EZj7OcQ5jCZHlDXS4eA5OOUKj26NxL5/tUGilhAodZL8Hr8Ey\nx86szlMrzDUeQAcsI9QvAFA/6ZTRCrcWZxgSLSGpdzvMK2K5oP78UFss0Cj6\n4qePHSjuBhWSCQ2Yxi/VjAHNmTCr+2jLyKeAL37NVFc6BwN2Xzy+3hY8j6iF\nb2Jh\r\n=zSnr\r\n-----END PGP SIGNATURE-----\r\n","size":1678383},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.dd86989b3_1643668072612_0.36765093029938223"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-31T22:28:20.718Z","contributors":[]},"0.12.5-canary.aaeab08ac":{"name":"@firebase/database","version":"0.12.5-canary.aaeab08ac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.aaeab08ac","@firebase/util":"1.4.3-canary.aaeab08ac","@firebase/component":"0.5.10-canary.aaeab08ac","@firebase/auth-interop-types":"0.1.6-canary.aaeab08ac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.aaeab08ac","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.aaeab08ac","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-C4wqBWaSDstvBhli3FCURCcKK+6aEXGD2yRmjAAxDImZknAaCUyMcXlPHuEC9GEiYgNW4KKQEqb+Bq3h0Qrmnw==","shasum":"d057815fc18c0c11f0a81ae27adf2fd5af501f63","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.aaeab08ac.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+CwdCRA9TVsSAnZWagAAzR8QAJFSPSH/7i2327Ng81vf\nV37e3/Fv0tZJrcKGo1m1NPmNf89hfN4CmBXh2seviIJUsSDKn5MRU9QTiBeh\nSqGUVn4hxwmvnai2GClXOWY+sml5xkIj9/qXGHrXn6eIGdjzACG339Vaik2v\nFexjt8LFoBhTzkV7J+BZO2UFOi9MwAVlhXIDx6OqxxscVhsTR3upnEe4O/S2\nMXkFLq1JUnzVwEctuAYvbOwKdF6zk4Y/vpNByp8XMCFrNCddFTQjXAoBWTRn\nJFLoZ67+6WDe04kTxBYEPBVlLZ3pIV2c+h4QL+Hz/PRl1pmdMvOGLTcItxbo\nXlSuRSWDu+PI8mz4u0WW0a86IQxaiYx3iGHtKHt/z1SOucSfL8yYGRFSU1c2\n8X5qAZrlaZJUP7HUlkNmvCEMiqPLHdq+PwE4iH9JcHRQcOtL36fyJYOtepP3\n0pQ8wpE3f4TUjBAWlkhUtD1xPwZTPCf75+CtVp0ZpJweHs/B2lPUeFNpCxYi\nTeiLN4Zz8rzHZC2c0QhdL35ZuDJAK7ZfOCfAojBDHqbwnEUo2j6X/+zotjse\n5esq9mbeDp9R5lBpyatvhjJldtGXNf73tsnrR3O+YOIgZnr/VkLTj5NkH057\nUUtntv/OMGznzHYkjXxlj4PiEl4LCPqwPX0LPFsAzi4JvkavQGUF/ss9KiBB\ns13M\r\n=kRbQ\r\n-----END PGP SIGNATURE-----\r\n","size":1678371},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.aaeab08ac_1643654173201_0.5818481126730475"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-31T18:36:44.285Z","contributors":[]},"0.12.5-canary.6555aa70f":{"name":"@firebase/database","version":"0.12.5-canary.6555aa70f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.6555aa70f","@firebase/util":"1.4.3-canary.6555aa70f","@firebase/component":"0.5.10-canary.6555aa70f","@firebase/auth-interop-types":"0.1.6-canary.6555aa70f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.6555aa70f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.6555aa70f","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-uuBUaQ17RQI2WLGMnlxBYn5Z/4LVJYcP5SOqyDKkU8JJOEvkTp3MRO5DvdYMLJzkX6KmFylNNYGtpAoRlQujvg==","shasum":"fb73673c3598f7fdf62aaabe461e6b392aa0ca55","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.6555aa70f.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9FCGCRA9TVsSAnZWagAAGL4P/A5IFXju9elkHxBruY5X\nhTcCINLBwqRrQdsF9x/1mO6jBI67h2tfGYgSaTeoPvAhZBCjdzeKdByRJBAz\np7KiMTcoOFQxhf5vbdy3B8rwvZUhIcRnr7AAYdToKXWS4SBkw2lYOeThRS2h\nkunBJQofYNjAWpD7tqklqqSH1O3Rc3ZG8ZAp4MlKFHd/ujLwq8b6vhnh+Ux3\nxbyi9CwxmIyexYw4N0D6qMQzlxtB5tl3UJZ/HxcMwp4oa0GZ/iLBv2yKrrN+\nShtRtNciGocexTeV/zct3xzR6P+WN6ovaN5yT8MUzgAuPwZFSKDUAtktfNIr\ndlTSuLbqgQD33zPxflgl1is9dAiWeMytH55wsU8USsY4d0Rbkdo2n26LHeM6\naZV7Cv2vMw5DJsJfCOEThII66bUW/WdOvl67Q9GdC22wQuPVQrNfbPSFZqtd\n/y4HLtmkehDjI8pjnfWN99711DMHoEmIqI4rcOSlevFhenGyB3gpzj/zQKov\nDlZRdafRXm56ooBRteBUp2Oj82eC8XEDUknH+wGUaMdhbi7PJsSNmxtg5WwJ\ngtPFirWjfhgz2J7Qlx3uGAYuFZlZbJsgohyGEpt1pc53WSOnk7X6IwtVP5KB\nd7JClh+8VI6KIbun9NLzmR2FTLi4ijBKnc4HZ0Q8RhixOAD76AbdPo1WykXL\nYKbn\r\n=fpDl\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.6555aa70f_1643401350038_0.7898344809555808"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T20:25:09.827Z","contributors":[]},"0.12.5-canary.fad3c4765":{"name":"@firebase/database","version":"0.12.5-canary.fad3c4765","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.fad3c4765","@firebase/util":"1.4.3-canary.fad3c4765","@firebase/component":"0.5.10-canary.fad3c4765","@firebase/auth-interop-types":"0.1.6-canary.fad3c4765","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.fad3c4765","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.fad3c4765","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-eQd34os73CC+U2SbKU6lhtGpaOcF6+ODTEh7vydsrPPNmyf4hH+hoI5ZQuclsKRG6G5gLity5Bvtgyw1Uzh4OA==","shasum":"d5ba26a4a12e13c05c0877f65884c5476408371e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.fad3c4765.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh9DtUCRA9TVsSAnZWagAAk2oP/3TchFlooWMUBw1BmkMl\nMW1RUzG2R8PJL8bIzSWgr2p+QoMX1BGU/vOJ7R/sOX7Z5P6i+bA0qvFp7mRP\nQ8pe810fv8VMAIwMUzdPqU762O3eROuYk5qljTFzE3WpvvML7ecciGj0seWO\nvTwzuCC/nKkUN0cZusTpm4BW42ufK2vToGqj73pY0IZxRRTZJz13rFKiz+aB\niNOTfdsnJz+kSCA2Fx0w7GUnZcP6CjIzVnXYC/TEJe/Apren4Hb9BkaE+EUp\nGZ2qhCu7YJ0Kf8UBx4EqcBmI9T8IvrT7S4G2mrTDVjO+pLoCE5M+V32xVAk0\nVuodbJjdYVztFs8WB0Dj4EIq77q/NczsJ7cXN5HjxdkGqBuLMOs7R/ShUNzG\ncLtDF0J1ZmVO0cihdttM9pgNJ9LQHnwdjIG91jzl8tWpKWxxAmA0sc1FQhdL\n3F4eZN5/ZZe7yeUYuRCShaqnF14MKwYdCS4nem/bDjvg1dKAUhLuzH78nN6o\ngj5ulq1tWLpI1mUIS00lMSlmXZEg/Cv3pFQcjIJ7dP0Zlp2WHRgCOJ6fiUUq\nnLHM91cAZlwtrfMcePo3Ah+cugO8vpuFQG3Tv7PqbuFBHBuMYuO/Z+PktxeZ\nCbE4LiwEWc9udusH5vNpCuYbEmz60i1xL0bg1xcu4hAf2Yn6xnDWODq4NKkt\ntnwP\r\n=rvHy\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.fad3c4765_1643395924644_0.6170503426956835"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T18:52:38.940Z","contributors":[]},"0.12.5-canary.222f264ff":{"name":"@firebase/database","version":"0.12.5-canary.222f264ff","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.222f264ff","@firebase/util":"1.4.3-canary.222f264ff","@firebase/component":"0.5.10-canary.222f264ff","@firebase/auth-interop-types":"0.1.6-canary.222f264ff","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.15-canary.222f264ff","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.222f264ff","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-kuEHqKvvgtkQ/Tcq3Y33boi6ZnQqKY5AS6PxPDcRBlfzYLgPnrTec/ZfKdRwgOh5NuQS3NnKSJ5ZWhX4k8DWPw==","shasum":"6914bae0385da0c503f37a5da1331c2712fbbeb6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.222f264ff.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh80lBCRA9TVsSAnZWagAAhSMP/jvTn9eAGEpsPE5r3pck\nVjItOHjk8c3SLvSSLhlBWxTRszsOQhWbw+0v0S5dGt2YySQEfeaYrdlFdmSQ\nizj7P7OlLAMmgJ0OqQhPMeN61t4VgqF9QquxYcoCoddcWkZJt8/vqu/L6AQY\naYNfuvZ4zoSKkcU7IvwN78pexlQK7t+vQZk9Z//WJwdzalZ75AIJGczzvSwc\n73I5QPIr6bF4rYui4m+6pEtKn1kqxOzzZC8dpPoTaTcZQ1HPLWrqmi/7jUhS\nFZihDhiDG/k6QP8IDQBLNO7zdhOjBy7bSJJC4cP79k7hHEnBSj68INCxSr8s\ns5Jt5KaoWvh9j2excZhfGXvhTeFgII1iu8uhIBG1K4m2IjZRNb8AiSIHex3f\n/TyO0oymZH5NatH+eEP/zTjHgbdahjWCz+KD1UYOJ9PDe3wWZoUTKhr3Qb7L\nruegvOd9z95u2ZJtVnXRcJNIuy1n7DL8fwJousMiyKQmcySwKk1t30WKe9MB\nocUTIx5Kd8DwYtuiwEY6/p423/RSX18ebPZbLwHGBuyDn7yxyPvT7QPlWFwL\noZc/UwWBnAjn+eDUKcTIsEskKacPoBniyv4BxioiWuw+gWJC0b3hEbjBdn84\nA3alANDySkCt95LqTj9M+cjuxvHSMdkN6RtFTERpHWCDBycejN9Edr6RYIHt\nTcHA\r\n=Y1ZX\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.222f264ff_1643333953624_0.5769631716421453"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T01:57:48.955Z","contributors":[]},"0.12.5-canary.51b376c3f":{"name":"@firebase/database","version":"0.12.5-canary.51b376c3f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.51b376c3f","@firebase/util":"1.4.3-canary.51b376c3f","@firebase/component":"0.5.10-canary.51b376c3f","@firebase/auth-interop-types":"0.1.6-canary.51b376c3f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.51b376c3f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.51b376c3f","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-9DWPdnTYszjOJcfj+J49NOzGWbxYPeN473OrrQRlC86h7vPvKDv34Q+q7wYMI1LontG4MbRkM2zVldkpart+rA==","shasum":"73f24f8b097abec06d2ab8404bd82e3cec2f42b1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.51b376c3f.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8z5xCRA9TVsSAnZWagAAN3wP/RkERn6yEOF4LvwAQgre\n3B+x9zWvEpAaPradjH8leAnkulCTTyw899oZmiEXA+VfnKE+vzA8GqNdBxZD\nKnDYZv1EsMEm5bNbRyAosUqsiy3k5DIxOgoD5SN4jRWqW9v1T/9wGlMsC7y5\nVoqi8D5FIP0pBVCjC0UFWOb4mhXcTkpQ1X1xGvR+lxMT/nIlNPNQ5up/0gtg\nYQorHqXDQ8aV4w1/QfwGgeOWJPIXuioZd9Ju0H0Fxq0GzhuqR2n/sfSZP7fR\niHSN++/U5g/frSc2E9PA+A7hrSrSkaVKryifr/ahtgYY7QEzSvxEdAoXy7Pj\n6syH/lKuXtTV7d08X+icEdaQLPEt4jx+aoTshdcnIUc2lCsETOv18TFHtzfj\nFAT9/PB6k2EJ1jKY8nUoaGaasTVFz1gS81OIFOvNLpaYqGGiFzbLTCJRisPP\nY+Ue7dM0q93K9CzJSgEgOae9M96AYgG1WnaLbot0xow6WvZshNPgPRHsy9YH\nHOV8f4TKprWDVLF4ojXPswt/fEBvt18ncMOYs9EnHTt085c+L7Pij2814VlB\nGVIfNjwyfIDSLjlECZRxTUvyvh8hXmE4dLgxtXpyIqJhyVh8tiLN0rLYdnq+\n/RSF2155Ld3hdL+gPTcbd9hEmE7Bz9yk7IJWFMI7n5Us9MZqEN7ZGyA1kiXN\nT2/i\r\n=6ekV\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.51b376c3f_1643331185324_0.47268537443890235"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-28T01:15:02.018Z","contributors":[]},"0.12.5-canary.73fcec982":{"name":"@firebase/database","version":"0.12.5-canary.73fcec982","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.73fcec982","@firebase/util":"1.4.3-canary.73fcec982","@firebase/component":"0.5.10-canary.73fcec982","@firebase/auth-interop-types":"0.1.6-canary.73fcec982","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.73fcec982","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.73fcec982","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-1iyFMcZWXAX2ouAEOh/Jl1ovOIR0CRPsfbEGnMYybtgBEYhcEf6Ol0JhUnzFrzRJ1nmXQeOtv+xuRpPZIoG32w==","shasum":"f08d88a830d92cc4472f33a844feef110b3d2d86","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.73fcec982.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8wRPCRA9TVsSAnZWagAAwjEQAIvrFpVZC03bI2m/9Jlt\n8EHV6IlY6PfCx9AdIhVVOK9HjKbFYVJ5jLt64/nfmJwihbkUmELqsOga2SI/\n51Z2Bw3CRmlJuCPlW8HPPihOsmXfj9uNtrSl/9zTZwsEuL4F68wz4Wc5sxvw\nnZBG9+IIlOUMFfUMwqBa8OBzsOcifs0Zw55dTKDifbkIi/Fr3W/ykQKHspc0\nM4mAH7YQkuwsvcgmshR3bz5FHDmecGz5UUdF3epDbTXGM5eFdYetwuaIRuPD\noIaR/nG+MSyZ7kYhJEZk9w6wAPSH+kvuDQlv4UqE+XqqG9cFdfSkGEqEWZLy\nIZKLtkb7gA3WMhVBajUStup3yYIIVstF7QSPSm2jQBz9EqF/lJpodm3PgcVC\nQdtHIKkUfIpXpRw11AtxnvQNC+rw0YuR7gxEirgETEvxqBiLpdBCfT2GlmRO\nUivGckxb6PwFjiX2svLV3wULAewGI4oUuls6cHjGVH5Dkqg65vHtdBTfZgz8\nLAJ9oBnmYuw6LllcI52gy8VPMiO/K7hOziK2w/G9iP3striJtT65njRJukcn\nAT2l3mhpsaP0bKSqSe9RdpXq+E+fAZejSko6AoOxPgRv/WhxccmZyHy5q1F7\n3FAmD30LBdCWqIccE0Ld6INFMA+yxj4tubGhtjb/SopiwM1T/4mIO1hVyVmC\n5t5+\r\n=FmVz\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.73fcec982_1643316303371_0.33530060181847543"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-27T20:45:59.029Z","contributors":[]},"0.12.5-canary.af9234866":{"name":"@firebase/database","version":"0.12.5-canary.af9234866","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.af9234866","@firebase/util":"1.4.3-canary.af9234866","@firebase/component":"0.5.10-canary.af9234866","@firebase/auth-interop-types":"0.1.6-canary.af9234866","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.af9234866","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.af9234866","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Wq8ktIVLH+OfjS1+R9y4LnOBaVx6Uqo6QF4oTi720HN+PMh2UR/OLeZnxkI54IZy+Cz/S2ri34QgceBQv3cuUQ==","shasum":"dc13b40bcb4d59d4f8b9e07249705dee490afef0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.af9234866.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8vbQCRA9TVsSAnZWagAAS3QP/1yLpgcvsLfWm3N8ZO4r\n7mIhqXoYyTYtL3ELA0dIUKPgm5JOM9XawhTXl2c7BzkVAT93g0oD9+cwIZmo\nExZ989Puaixw7RrM0aPy+fxkTRG2bcbJD/eZZxYFrBgUN/P4PFh5QoqGAhHh\nT/6pG5eL+12BfmqfxIiX8c6mUNoXsE92SHTxu7mdDMYHz3uWK424NEsHtxEx\nyus/NF7CYELCJvWwvQYCzvM2Nzm0uV8EHBiLRY7v4Ce0EgCCVAksgfUr7GEY\n+QMmNZOvatiBkg6w315W4yX841di7n+K67Qfhs2p8kvZJ364uf6wOyHtCnjp\nnEA+wIgIwQ/aP/e35SxLed38rh0E2WlLATTajvX40rOHOU3E89o/WQnez4tS\n6lrcs7UKRCCutE3injs0iIyQLh2hPkOJOmaBxUuRMiOLchTp8M0bfLy9RAOU\nVAUjmbrJVWaajowIyZDHW3mQwR732vPvv6dqdYRpqNV5DaSZ93cqG9Oxb4WJ\n8ZxMOsHW4krpe/8jfyP8VWEU4eidnRRfeOXIDuwridJ8lj6oaYsn/QblIgU1\nNwnuu91UOBPzMQrHeT3RNMTgiWKylueNDMelccQIV3rU+SgzgnKD9waEJ72P\nQJ/ME4ueOcPYQnwLDTpop8O8YengFm/0K1QzfrA4HOdxT9C8A4o6/k0mnr58\n0zXI\r\n=LdZh\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.af9234866_1643312847897_0.513237425630025"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-27T19:47:59.519Z","contributors":[]},"0.12.4-canary.0db840a09":{"name":"@firebase/database","version":"0.12.4-canary.0db840a09","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.0db840a09","@firebase/util":"1.4.2-canary.0db840a09","@firebase/component":"0.5.9-canary.0db840a09","@firebase/auth-interop-types":"0.1.6-canary.0db840a09","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.0db840a09","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.0db840a09","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-SEyOWkO0d1K9JTNGYfAQSkoS8+vmYZlu9y0z3xBr2Ayv4r+RX3YR+EhR+2u/i/p5Wlsy4pCmBK6IKaqLCdIXog==","shasum":"8b9e735280dafd25173f153e1b6dcf5f3707bfd9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.0db840a09.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuP8rCRA9TVsSAnZWagAAfOgP/1JIZsKOLOIQbjqyR93d\nyWNErA+V69Xy2BSzPnxRJuuoGp0GN0jIWmNV2WJiZD04la6XfM2gYYP4ggBE\niM7rPbn2PbhwJsRVGX0zhzk8l9O/wlEJdjzco3gJhuiB+MS7+mtfAW4nmXaD\nhR58K19GDmRzU79zha6EIDm4DkjJX1mqfcATvbuonvj5dti3f+wks3aVSSeO\nF8uPw6tR53Hz2+mojVud+mG1jfWSxcHPtqix1IEaPKImpnTcqekxpXju5/fw\nZlh+aVCEKDXQX9BK28ZwCy0H13XdT+iEQFpYRkbLnja29BwbAUHR/OnNscHg\nhGOcoYlwZLx2RUMF1y0FGCEkAEdo6GfsI+Ivy7sc27alKkY2+RjnAAU1tkEW\naz5fH1/tUzfvX+/WH7RIODxPLsj48m3w1aYEB10hJaKBea51zJxuK6oP47s3\nqlpa1X9E6JOkvyZc3FqAMaqgA/7YVX5PEV8/1SLCB8NHmRzfHle30U8lN7S6\nxygp0QNXxdw913TRxVRrDLgAM6Kv6DZQ8Xhs3NfoB/RjLcqbmlojdEpgACzm\nVig9+AAwJ8dYJ59Ly3D8W8e3qdMuvHdItA2ggzdNHBkynVubAge5uw0GHk5+\nMIRPhnVzQ6H1slaAv2WTLosWgWljc6EqpkCGbuDGoAq4rfBFC/iaGxD07avv\nYBPK\r\n=R9Hc\r\n-----END PGP SIGNATURE-----\r\n","size":1678332,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.0db840a09_1639513898972_0.539870725348329"},"_hasShrinkwrap":false,"publish_time":1639513899204,"_cnpm_publish_time":1639513899204,"_cnpmcore_publish_time":"2021-12-16T15:12:35.221Z","contributors":[]},"0.12.4-canary.31db4b706":{"name":"@firebase/database","version":"0.12.4-canary.31db4b706","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.31db4b706","@firebase/util":"1.4.2-canary.31db4b706","@firebase/component":"0.5.9-canary.31db4b706","@firebase/auth-interop-types":"0.1.6-canary.31db4b706","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.31db4b706","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.31db4b706","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-3yQ+EJJyerMIJngVzKsw1QtTXloOLGEOCepi6qthF0s1VTaI8oslAwGutsm8W6TrkCV6TAh2lC8pi6XokryQQw==","shasum":"efe818a3bdfd2d2a515e4ce578ee51ca8bc39a5c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.31db4b706.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuP2jCRA9TVsSAnZWagAAn4oQAI+CddcH4WLfdAYrtO0u\nw34O9Yap5bkSKAq9PCmi794H7tl5vwTABpeSaM+eQ+K8dyD3IG0ZACpHj+jv\ngMNnOD+B513YGAgWSYtvhf4nCxhmV0mPqBsI2jj0WV0k70DfcA5sd69alimW\nXM2mOqf7T8sAOGmJXwWSDNsL3+6mwuEK3MWZ6MBdZsHSKOXM8R9Ic0Ry1vK9\nNEP/YfaYev2b4Guw6203VPm6xm/mYGeRR8lkFgUDU6qTvfwfwfrXIf75F7SR\nyIZu/az0p68lQ2cvouZI4asVjsbe+f65vpr+fKZPTWvc4iXmY4KVP7tXspil\nXo9RjSV6qcsDxnlfgBy/RQXFNGOZAlS1x+wQq28LKIs6wrhhUW/HZwYjLAbl\nYnYwmKwNtfERC82jvGf5mop4rOAqMbSi3VnNaa9FoFHH/IDtTI51syeuq3XV\ns2J5jsh5K44oRsNWT0z1R/c9S9RgpH6LFPTknterVoroQDCB4/Cypx4NU17J\nvSmy0VvtJSx5pTt7PxcfmDqTOZ8Qq61V4mnEHCC8nyQF8shL00RSx7pcDuhL\neKYXl3AlbRr8rNp9Jvjm1gC1/nUaY3EX0YzOSQoJ+ae0kAvyzyooBPS5ZLwI\nnnivaMZzQ68Iihq8I/WZHRItP+DATDEGva2SVw1uWNlQlwJMXxFPqk4/B6Z5\nxshU\r\n=BcYh\r\n-----END PGP SIGNATURE-----\r\n","size":1678335,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.31db4b706_1639513506828_0.9069377584690128"},"_hasShrinkwrap":false,"publish_time":1639513507070,"_cnpm_publish_time":1639513507070,"_cnpmcore_publish_time":"2021-12-16T15:12:36.170Z","contributors":[]},"0.12.4-canary.a185b1431":{"name":"@firebase/database","version":"0.12.4-canary.a185b1431","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.a185b1431","@firebase/util":"1.4.2-canary.a185b1431","@firebase/component":"0.5.9-canary.a185b1431","@firebase/auth-interop-types":"0.1.6-canary.a185b1431","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.a185b1431","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.a185b1431","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Bw4X4Waq73vDXlWDGoDSaxv4/5eeGfYvv4r1yAXzYazzupPbSuIgFmIosiiQ7hH1FN5/8OK4o1Htq5rBYmb+NA==","shasum":"5ce24064152b957ed79d72f862673dd0effe7392","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.a185b1431.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhs6OzCRA9TVsSAnZWagAAbggP/iJJIG5C8F7Zgu1p6U8C\n0lYi28/Qy5d5UjyLa8AqARU25FUVfMQ4/rDLtwSJme/eQWD2HjPVnP3qfjJy\n1yZgXfh6XWtfvrFpxQYyNSpSTuMHwc0rvnlK/JIgdRR/JJuRuJhmydcrhw5q\nW8j6vayUzr0LCQk1JDkmOz6noSddeRC4jcJXXEZLJBFauXnt+ooCmPKmFik8\nPih7yl2jrRGKDxPeN1uHOd+9HYknHY8ONMeYCrftG42UaRXQq9jhn2QLXsKt\n9nB+DdThLpVVd+50czcluMb6ygQwzhb9Ijt9IkxeOV7bzinjc8ZX8Slus/3l\nVdp8LP1btjF1k+jqfD5iFK5UkJR3KOgtLCU1mx0C0P9z5dFq8IDBWEosk5/Z\n6lx+QkEAdoQP9l/mJ2J1nNBgKCM745dBGzTCfqsb72EzQZXj1M8jtGaR53I+\n5usZHpfhqjXpJSkYhrkwOT0Oc4e0aXleMpzjrPXZT2gob6C+7+EoDZM9TWBm\nZtREDZ8rnZ6bKXx95MoMov+Xyz/NRmVUvx7HtOegYikcwkhhrjBg1qL1p+eu\nTA/bM3+V79xBk8GyUy2PmILkGfuez1KKWRBYDyxHDzoyxHXZ89xtpGDogqtt\n0PC0Yu/nWz5bMKbJ2B9E0SzMDXVY+/7EeVJ9zipnsGTyuOwPa7z2Ji9tAg5h\nDjm7\r\n=Uw1D\r\n-----END PGP SIGNATURE-----\r\n","size":1678334,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.a185b1431_1639162803086_0.6994562500302817"},"_hasShrinkwrap":false,"publish_time":1639162803358,"_cnpm_publish_time":1639162803358,"_cnpmcore_publish_time":"2021-12-16T15:12:38.435Z","contributors":[]},"0.12.4-canary.774b2fc19":{"name":"@firebase/database","version":"0.12.4-canary.774b2fc19","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.774b2fc19","@firebase/util":"1.4.2-canary.774b2fc19","@firebase/component":"0.5.9-canary.774b2fc19","@firebase/auth-interop-types":"0.1.6-canary.774b2fc19","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.774b2fc19","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.774b2fc19","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-kcar2yzS/VnIwUn8bVuGdWEIujNjvaUHC4Qh7lvUP/dlHH7jWu0SpUI680K2edJixaIFb2PmhMxCTbbgIDr6tw==","shasum":"1265b12039a4db0740bce384dc8f23110dc26d34","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.774b2fc19.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhs5mOCRA9TVsSAnZWagAAvRUP/3xm2fEYf+x6rs0XHnir\nRKHIDSJyDvjoWUe7VydWWa7LwaO/wu7mzwqNXASiH2yQuWb7ua1fERsU+nD+\nDdO82WsuZoz0jEvsEH0qO2YlUPC3LGLNrXGA6nxZS0xk3aprWFGZpYX+sROE\ns8jfkwc+/AQCeHEPvOajMSPmH9OuqfE/1CfBmnb3baJ/vwdr0nxdjQzIUMAx\n5ek0Xnwj76eNj9fuB5alip6gqLI7hBeAARwy2djkWl90yP5/Xk1b8XVzOAiw\nyAJ8Hj3D3/huzWuy1S8CoPH8sFkHWd+52neEAOkOn5kU+k2EsAFx1na4nro+\ntnfcENu5ERQXa9xpnBhu+TbBifEZXpVPrEM2Vix75HQl2Iq1NdRsXSdNjoU8\n/LSbYvN2cYXDL0hslGDtctgzVK8qEOvPalR5XktNJEcwYg+cbVZOFsxbB9tj\n7hhsgyKOcnNPcuho2EcdZcIGTJLyOwsBLls3Y2eRc78t7k4JYLS/ss1s3/Uh\nqe7JpIjYudyk9RbiU6StRWMLWngp46CXGyN1zZr7L/XpjnEXqR8NA/UKqm9n\n6PICFtNGvg0L/7SgsibWlldN6ohNk9Yd3jhgtqFz/Cr3WR7FpwUh4w5BQAO9\nUjwfstMgi8BKJFxM484f/wTlWRbkgXOPooCmyzk5PDdg2FizT4d22SGdLT2/\nV7L5\r\n=tet9\r\n-----END PGP SIGNATURE-----\r\n","size":1678336,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.774b2fc19_1639160206419_0.5858934506005355"},"_hasShrinkwrap":false,"publish_time":1639160206640,"_cnpm_publish_time":1639160206640,"_cnpmcore_publish_time":"2021-12-16T15:12:41.295Z","contributors":[]},"0.12.4-canary.fd8cd3ec4":{"name":"@firebase/database","version":"0.12.4-canary.fd8cd3ec4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.fd8cd3ec4","@firebase/util":"1.4.2-canary.fd8cd3ec4","@firebase/component":"0.5.9-canary.fd8cd3ec4","@firebase/auth-interop-types":"0.1.6-canary.fd8cd3ec4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.fd8cd3ec4","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.fd8cd3ec4","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-TF1f0YMGvd4RGPs76IOuOS/zODonF3z9ito5B1JiooNThhEraPU4iU7eourPfan7BNDTWROBBh+jayz0a3zyQA==","shasum":"a99fe8d688713ab8e933b962227c9b155e928d8f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.fd8cd3ec4.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhslFtCRA9TVsSAnZWagAA4ckP/3nFMEWDyWtTA0IJhoN2\ntQyrlKVEEP+zxofsXGz5mUkBgHLE4g8a0/P6E3uM79RpfT6InW25CYLX5VUn\nYqfSiqhPq1X1iZCbmpIKjjkEoV0ITsE5RnOpzRTyFgv5sWaOYhOot3WqqW+N\njNj6GqoccrIB1G3mfPijFs+GSoAf+0bYH3ks03w7KJm+LmCvpA7fb11Nu+O1\nVbs8smsGZ0wZ2Lqa7K4YvF9/UuhNkB4SpHAl+iGchesy1/n8vQmyhMBQiGaj\nGcXmsyjhvvB4f4aUEyK/ZwuaB6O0X4mGcAyvn4km5bguJ3Ve+7TMlHGxKSPv\nsPzGTZ8szJERoq07n/dhKc3K3zPQ1MyXQQwEgr1oRXVnzi6GNrXJc9M4ya/Z\nNsC88diL209fiW08XklKGEqWi11V7d+OVtzVmufjUsNXtS2sT9LcaerZHCHV\nppcmX1xwn9zdbfMFC7F1SoDORELLXvydCEWmbSSuYWe92Sp9dOujvUJzmrvT\nPhIb+bdol1UGgHZN/jptI8N0CqdeCxPtE157qivCDgEm2Bv0DR+SErAFsfTp\nha6xpd2hIP5ZP40dETqnvQvn1xksWdBP+1OW/3iaf5rgRETVK1tOE2FdrLNe\nLGk5+z4T4aLb//8azKWR940tV5LqXcaGIJk6ossbDjgtSPbOzlVAfD6FlYmi\ntFkC\r\n=cf8O\r\n-----END PGP SIGNATURE-----\r\n","size":1678330,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.fd8cd3ec4_1639076205359_0.8120945952465841"},"_hasShrinkwrap":false,"publish_time":1639076205614,"_cnpm_publish_time":1639076205614,"_cnpmcore_publish_time":"2021-12-16T15:12:45.403Z","contributors":[]},"0.12.4-canary.931c80dce":{"name":"@firebase/database","version":"0.12.4-canary.931c80dce","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.931c80dce","@firebase/util":"1.4.2-canary.931c80dce","@firebase/component":"0.5.9-canary.931c80dce","@firebase/auth-interop-types":"0.1.6-canary.931c80dce","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.931c80dce","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.931c80dce","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-mfddnTBM1Sfxx9Y5eyXVeiv/AT/CUEAZDQW+R7p3Wt3AYfCRRiET5pcgbKommjM2IamGRLV3qE30YkqFMc6vvw==","shasum":"0cdecf077d4698a8631b9633bfb0b97352785417","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.931c80dce.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqss4CRA9TVsSAnZWagAAbYAQAKIAWQo36UN8yEu52/QQ\nLk5TKzEz6UEsAni0fkGcQuELXgn2QtB8GgIsumpFfJwqy1dLiYMdmNUvMamA\nnEVrQK/jQyXzi5pw7CAjrE0rDGEQ7k57+qXYIQN55pCtYS2nxaL52ID2bkta\nj9ic1GcRjy8S5nnpEH0zfzdF5OEcvjErhhNO18ZXXM1nh6p7qxEe9fSGcIrS\n/70FFmAmuI8VHn+QOKTnTCY+ewo3+POHRbUJ/jSCXGv3K0opGPPaHhtKt/SQ\nAH0tCowCLTTXz+eqQIz/Gn4eA/dxtJXF3CycF5Uq7Eeq5f420IP4+6/HZE2y\njMwSnS6BlP/5WzHqWbFx5GgAEgXle7CVNo1Q3yVZh2moq697HjdUokzs6uDx\npFJNbuvMuVDZY0XxqUO9JbeG1IHGwZUqCYXvaqwYMwXND4rNSL7sTZGmKDbC\nCnWEJG4j0x1zGM1J28eb/fzuQqWcaTF4eybwv8g100VK35Z6iNy/KEhaL33A\nO0wPfRTrghq3F+b4uOqEmNOPLoyEk1uEuPpa1LWWmDtyqVoYG99nZT2o5VMw\n5bsqBDnafJtYHB6KkJKR9jx8XdoNVrYQBGZrVlY3bvugk+rvKyG1F3anM0OV\n4/l6y1VLeT+LsgOHYB+5yAbXprk0ELMLIvu5kB2+N4nHDkqAiBPcIGCLGsEw\nECnl\r\n=0EEA\r\n-----END PGP SIGNATURE-----\r\n","size":1678326,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.931c80dce_1638583096522_0.02286965893602111"},"_hasShrinkwrap":false,"publish_time":1638583096750,"_cnpm_publish_time":1638583096750,"_cnpmcore_publish_time":"2021-12-16T15:12:50.619Z","contributors":[]},"0.12.4-canary.cd5ad5055":{"name":"@firebase/database","version":"0.12.4-canary.cd5ad5055","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.cd5ad5055","@firebase/util":"1.4.2-canary.cd5ad5055","@firebase/component":"0.5.9-canary.cd5ad5055","@firebase/auth-interop-types":"0.1.6-canary.cd5ad5055","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.cd5ad5055","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.cd5ad5055","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-NWBCPV+kuOmLz5yjnCmCOc9nAYmL4sQ8EkjZaaSy7IYV3FvvZ/jcFLILlluJPRuPwvlUkwPnpBMn7fseonyh6g==","shasum":"4e90e199499028f70afe2c4a4d7366b01ce22955","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.cd5ad5055.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqr/zCRA9TVsSAnZWagAA14EP/3QbwO713MjaTiirEpto\nzEV+UqfBIpRaBsh4U9VSIpERIZGvlEaqVwM8RS9LIe2RNHlf3VAvLYUjixfM\nvk+qYULroGTWKbwGjA2CjpNU73F9axp9nfkme2LKT3rkl0NosDD35BVvbCaX\nzfZxYvJcjvL81rqt7lSDFu5d1RdPyZ6e1gCBTm21hr27WjfpT5USu4Zn7wbY\nbxEwLSab5ueFpe1QSGGhtFIPKVwgyMp1WHdkhGKZaGDW0/48JeQiSNyBXfsl\n0UaT2lj7D4lTcFGkc7DiapI1EvLlpMoLYDSJm47vsLD5fTDuOLh2uJDp5Fl1\nD7PlOAtlk3ciV5dBYgii9otNUm2KcCAWoE9E6DFr35ehO4xRXwkZDaNwEfOl\n/lvmDfh27tseDIQIy2s8BvQWKErVDX148XR+I1QAwZlGXqoyKA4Qd+KrAMlC\nZhf5Wqqr40WOf18P87gOhWG5E+UQp3p0GTqe+Krb9g/sLo2yUY+O+fahcUm8\ni7K2E8+C/HxjlhPC7/drtz/wSCA9Ru+//oszyftVEyK3r8J2g1UKCr4U2j67\nqw54GeLZB40K8TVx3TP5h5JJ1dZm56Ko8XKrwbVHuP43UbKIccvCWLuYP48E\nSJCVlcQAEsxPf7TazofvTKmdAfHHluZ9UOza7q4W6ZBn7gIN/1GuI7TngMmT\nKBNV\r\n=jYyS\r\n-----END PGP SIGNATURE-----\r\n","size":1678333,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.cd5ad5055_1638580211048_0.8570516474672538"},"_hasShrinkwrap":false,"publish_time":1638580211307,"_cnpm_publish_time":1638580211307,"_cnpmcore_publish_time":"2021-12-16T15:12:52.829Z","contributors":[]},"0.12.4-canary.8d04184b7":{"name":"@firebase/database","version":"0.12.4-canary.8d04184b7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.8d04184b7","@firebase/util":"1.4.2-canary.8d04184b7","@firebase/component":"0.5.9-canary.8d04184b7","@firebase/auth-interop-types":"0.1.6-canary.8d04184b7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.8d04184b7","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.8d04184b7","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-H5cSU4J2DP5ow0BCupqIblKDf2Z/SK6TU2QuxPS3SeUwlrZaD5bORnWFdYdscjg1zEtiGkFMC3sN5dtWhe1OHQ==","shasum":"c6c80bbbc776dc24cf4a4385b1d07cedd3b0641b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.8d04184b7.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqr8RCRA9TVsSAnZWagAAURcP/jNw3MRg+wZi9rgLFsi0\nnBo8WCOmZZUJeqrpKP5KF0vrRRwc8N+VxMlz6t1VW3fQfARVzf20V3R945Vj\n1U3GkIE//OzrXGiHipMmhLKVVdoZ47bkghMKiID/OJpk7aKRBNGATgnG2B8w\nf2ojhGYQwU4p1CygG3wCZYcCpDXFaW9+Fk3BI2wDJseQR/WuACeaV4TC19nf\neBcCVXgU9zxyqH4zsxaKLamLEgUgvLIhqMIucJ0ejd9YyH2hIFBBfFodFIjc\nNFDCmiWnerliMfZ0ZWKcwfcUq32psTCdvcfDAkT6WsPMc6rUuxL8q5B+rGJz\nxnpi+wpdREdOTcrr49F2p8dC/c4ESma/mDkcZlkhEYY9RpJhoJGVmIKDiHrH\nspBUuvt7HT2ohHcpZIkMglZhX0jBZ8MIlKqCqBouocJggv316qypQN7OLep3\nIjgJXcdZnk/neB73yZwpdciCF6r3ZbIKxfxOe9yhOmAyR16x17AIij7E/prn\nwwzCpOklAMRlNV5FqzI+TiOrf3V+9ftmyRad8zrqIdiJF1NjuP2NBB9OY7Yp\nNwCYPoiWOZUQ2IFnUM/h7yQHZrWgrrx5QeoFWVI5cTlAPHN1EoY+ysanAKuR\nguH8OIyTbInVXoJZZLIaf/FVMt14JnPiMlsmhXd8VWfpklpBI+vcidiJT1td\n5aQ2\r\n=gMlM\r\n-----END PGP SIGNATURE-----\r\n","size":1678333,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.8d04184b7_1638579984814_0.8395005489290313"},"_hasShrinkwrap":false,"publish_time":1638579985029,"_cnpm_publish_time":1638579985029,"_cnpmcore_publish_time":"2021-12-16T15:12:57.077Z","contributors":[]},"0.12.4-canary.08da8c81e":{"name":"@firebase/database","version":"0.12.4-canary.08da8c81e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.08da8c81e","@firebase/util":"1.4.2-canary.08da8c81e","@firebase/component":"0.5.9-canary.08da8c81e","@firebase/auth-interop-types":"0.1.6-canary.08da8c81e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.08da8c81e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.08da8c81e","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-+6qTw/tWp3sV1T7WVUI8e3hbwSVXaklw4bBbwr7yqg6BSSieCm+7wa9aeurOxksBvgvJyYiPWVEqanBI3u2F/g==","shasum":"2e3e17348570773a50756b8f45391808ca5653d5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.08da8c81e.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqr7VCRA9TVsSAnZWagAAYHAQAIa6cbUrbaNu5ua9mdpT\nWXaI2Qi00OCyKqS+vvXksBTKv1FS+Nr+nqTEBuC93voKF9LCL3SpO0y96Buw\nmUqGtyhay4K8m0+DNgn+vPDUFsSzElwkpSq2p8Gjbu27xhx6W82Nh8J7TKVZ\nUmOJxnhxXAWGettC22iJT6itcUAXaQQUICmhLxUE5aTjQdbxXQB049ZitPil\nh9CwQ1JOTIsrVbKnZjXQYge74pSXxn873Sjb3lnuvOLCDN5an/Mk7v41eNF1\nPPRF+JV99IlSuID3WmQpiVhY9Tdd6Fe3q8QyPMrq3XWIx3u/p0cXWvFjiDoX\nAaeSEXpkZZoifp4rALrNggwO8ePYaG8iHlWPW9foxCCF1fQMzIZM4rASR2yY\nwaQmxYRpb8dbPTNNnnvYKP3HOFo8RYjVGnuAydx05Xa0NCcqei9//hawdtk6\n2nLvqDaQ8yqW1PjxwHWnA1tZoGtO8LwIW3WqXJL0DC6n28rN/zi3G3enOPsQ\n+p6mHHmz+M/HbG86FNkZjnFR3GTDPn0zbmTTxvOwCy558XTd8zH4i+s16EBd\ntnMoRonmwuU01s3n+xFQz7zTBcWrarSrGXJuoXcdrL4kWOK/Db/6XCpMShad\nX/Cs7/9Mj15Z9++4GqK0vJS427IUnR8GQ/EY4/d3Rhxl3+Ip+oXxtJJUGxgD\nbBpe\r\n=qTWk\r\n-----END PGP SIGNATURE-----\r\n","size":1678324,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.08da8c81e_1638579924368_0.39972654179099987"},"_hasShrinkwrap":false,"publish_time":1638579925012,"_cnpm_publish_time":1638579925012,"_cnpmcore_publish_time":"2021-12-16T15:12:59.375Z","contributors":[]},"0.12.4-canary.34fbca4bd":{"name":"@firebase/database","version":"0.12.4-canary.34fbca4bd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.34fbca4bd","@firebase/util":"1.4.2-canary.34fbca4bd","@firebase/component":"0.5.9-canary.34fbca4bd","@firebase/auth-interop-types":"0.1.6-canary.34fbca4bd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.34fbca4bd","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.34fbca4bd","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-9Vk0V7tMI0FBpUwEgVTNeMNeiLMi2Jdh+C21G6gQOkpThwx/0etjoophggz5C2Xevwzz1JYDsIwzUEi507KD8g==","shasum":"b635c556c0c7eade96279bc1d260d0e0a27e20ce","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.34fbca4bd.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhql3tCRA9TVsSAnZWagAAoGMP/ivjg+q1c2WPxlrGjJIk\nk4DpOUwS9vkkHNo+8G0Ojk8VmIMpMcPboYie/IotIWl1D9gkrSad8jMjcic1\nLAWhZ5GAO29QGbunZscklXCvEc32R05yz3ywdLA6EwABP8DJIxZ8ATkCTtwP\nYDTRMFvPOXX/fzUcdtJewFnNroHdfg3RHv5nui+6UH8mkwmjRj2Yu3Ah2xe3\nyHHKRtTtDinMeHEOS26YF9STcmbPbqwja/SwitNbvJKIge6kuFUubgCip3Fb\nMFvtISWoJqOspbbxhM3tRbgYdjvEvm+dzBk17dOdigWdXm4gtEmPsiiZv5Ac\nNWp96U/08rEeVTWmE9ESmBh93oYy5mPrl1756BHQJAlh4t462vsOBe37JRhR\nyoyLuhCO8JrNWJACLVwOre3ISHd7ikFGpl5oj2Zft+x6q4QFBv6aPQHkc9y7\nL7k6aON/VaiwsTlPbHkNg27Hpmj0avK98rFVuoh2EAIPmvktxy7qzwAyshFu\ncinA8Tsdex8Okee5KpfvZ0yCPOdT0dPNYDPBwApjBpGIwet3SjDTsLLaBPJL\n0TiRKEGLSYETEEcj11u4aQkoLEd0l7GdHHFv5cD8vUSn7K2OdsBHrIUWKPtX\n9/n+7e+5uP6lHkI/0NWCgcOVTxctVQ3FERQIP5sanPxWSg5jvDEyS3/JqtyO\nWbha\r\n=/xbm\r\n-----END PGP SIGNATURE-----\r\n","size":1678331,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.34fbca4bd_1638555117429_0.12769845704214844"},"_hasShrinkwrap":false,"publish_time":1638555117692,"_cnpm_publish_time":1638555117692,"_cnpmcore_publish_time":"2021-12-16T15:13:03.433Z","contributors":[]},"0.12.4-canary.6ae54d041":{"name":"@firebase/database","version":"0.12.4-canary.6ae54d041","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.6ae54d041","@firebase/util":"1.4.2-canary.6ae54d041","@firebase/component":"0.5.9-canary.6ae54d041","@firebase/auth-interop-types":"0.1.6-canary.6ae54d041","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.9-canary.6ae54d041","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.6ae54d041","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-jbtn2Jw+5VTisx4MrK9DBC9q1mEFFp6aqJ4tZ6zsCgnf51oQlIZr/xEA+Ezq/bn2VOD/8j9GLOKUvZt4h69inw==","shasum":"2620103de012bd3dc0facabee15aedf5739eb929","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.6ae54d041.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqWXtCRA9TVsSAnZWagAA6OQP/3ui3/+mCFS9Vhi7apMs\n+6TXDXHDZ2W/JXgqtB8hRzF2CXkUvwzXdXijU0/436a7688UhVi6vcMRGs7l\nsn4b25pKPMRG/zDHiChlltbuT+3iuK01u2yWOJsvI7ZHBdGk3Iy/6MUHfqCt\nYouyJ/NDfVExAj32YxZmLj+Fe5PXaBx4HVI2fbvNO1Y5UreNZ48KHSHLQ+K4\nHyQd3OMo7fkBQ7macK4cNLjQhNFkXmrdhE5UixSCqHUtUVU36LJAe43AcG8h\nAjc7DGzk+uDW6U+FYIbb0kiSlt62tPU0MAWi2+ZwybOjKSb3pu9eoX7kATeV\nRUAPa1BgBBT5FIANkBNqsMHPAcuJmTVECrtPbpBH03uuoa92XyMZgXwlbq6W\nAlYwXUQcS8943SMGFnYbhABVmpc52g3N5XWfzm2sLjujhBAh6+mqBkjbbv/r\nGC2g6XxSK5LTr32mM1iy1hviEywOuC8PWV2yxERcJLIIoOpf0GBHpE0QAYMb\ns1w7HyFpJ5f/dbHBEmYCLbvYilfxZN1YmBByISxE8sPSuXombETWXyUQ3sm6\nVJR0UdbiO+o/gAnY0Zej93WckCmAR1bj6pgilxVR/Xzo8UH2ZVWWKGFzSz0T\ndD0mdqiAPe2HxIQWiW3AyAZdAZfMDhoAE0v+csqBtNfjSDm5rSKcS+DVcOtG\nNeCL\r\n=6MKL\r\n-----END PGP SIGNATURE-----\r\n","size":1678328,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.6ae54d041_1638491628928_0.6146118746265032"},"_hasShrinkwrap":false,"publish_time":1638491629165,"_cnpm_publish_time":1638491629165,"_cnpmcore_publish_time":"2021-12-16T15:13:06.061Z","contributors":[]},"0.12.4-canary.bdc71d1b2":{"name":"@firebase/database","version":"0.12.4-canary.bdc71d1b2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.bdc71d1b2","@firebase/util":"1.4.2-canary.bdc71d1b2","@firebase/component":"0.5.9-canary.bdc71d1b2","@firebase/auth-interop-types":"0.1.6-canary.bdc71d1b2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.9-canary.bdc71d1b2","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.bdc71d1b2","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-G0PdMNAsaPqBoZsMH4qCriBx4OzsD7BszBrKwLdJe6a2FN9vKEakFPthW1e0iM9IV+w4kZMI2BDu89Y8YsWejA==","shasum":"d94f5a60dd65ead96784740c8405faa9cf380b31","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.bdc71d1b2.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqRoaCRA9TVsSAnZWagAAJ7MP/11C9oBRPDRk1L3bK7Z5\nffcDYpE8Hvk7IKCfHnyd8syI00H2g9vkCF3Nc9VqI4p50t+3VcIqlXUPZ/Tk\nNzU8EkkOgBs7S7ALN3urzMImmCtIV2FKOyN0MlSQNgCTh0hbms4ar29FmZbw\nwigJEUGQn0dCmqAQ7ogkmm7nviHB8LsyLKRn0gaHMhjQxMUib9yZXNpzC4sk\nEkyeHZr7mV+wd76HRuYj1HpDW3JzbvC9vj6rBO84Jvm96byUi3JP+MbdGDPk\nKT+DA7QbwLPRXKlN7W/y0F31z4srYMKTPVgMZYB0r7qsuthTN0Ymuoqh+VAO\nraJCfoyIzQe0gktc4CoUYhxrfTXW2niHImPntO/TfER7+lBXtmal4kD5YDgl\nsCsMRs2+uUDi1BXPjhYClVggaZqCaL/92sexsgN3YixVxH6nmgbI5hqCXpRR\nhLz6LlUPD3P3UaEcT9nSt9bnH8SQRh1VH/dI8lNdF8e8dooya7v2J3jJuXsG\ntzBCifVCEbpmI79lJB0X8vAQmZY1AVeOxBo/VzsVqYNhWZ5Ai9Lp8a6Jdj3U\nFkJ9SBfCcIyAjSj7WqjXZBSeJi7/36pZrDrCwQSP7ckD99UmVVizHoqxL1/m\ncC0OsV51E54fpYYwRQ3Hy2SNxlphXbXPQ1tMrz/58kC9H+d7FOLqTHZ2ijuJ\npNuY\r\n=NuEq\r\n-----END PGP SIGNATURE-----\r\n","size":1678329,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.bdc71d1b2_1638472218350_0.9417980548717166"},"_hasShrinkwrap":false,"publish_time":1638472218640,"_cnpm_publish_time":1638472218640,"_cnpmcore_publish_time":"2021-12-16T15:13:08.150Z","contributors":[]},"0.12.4-canary.dc6b447ba":{"name":"@firebase/database","version":"0.12.4-canary.dc6b447ba","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.dc6b447ba","@firebase/util":"1.4.2-canary.dc6b447ba","@firebase/component":"0.5.9-canary.dc6b447ba","@firebase/auth-interop-types":"0.1.6-canary.dc6b447ba","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.9-canary.dc6b447ba","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.dc6b447ba","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-s8oNAL73s+IaPSfUkysVQuXARdMcJ13u9FmnbPSHdXVioBSeU2bpGBBsBTQZkb7ibXx7454yo1g3WDcvIQ+S6Q==","shasum":"e495b04ee353f9346520454ad1e129879c69bb10","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.dc6b447ba.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqQMCCRA9TVsSAnZWagAA2UMP/jGT7cwqPjACag7h2pDH\nI6AHvybY07QQMstIDhia/moKIKWrQf4OCdRmFXOQ8IDD0GdH9nSp/J9YDJZG\nKaDqrTaI31MLrx7ZSyWOqPDnu9H2k9ES9YV2bFs012cvz/cYC8fsD6q0DXtO\nMGV2MFN7BX2LiT1PuVwvU0blnY66Sj03y3/sWsktLAx37kwlykZq1DLwWqGy\nccsj/68czuGvZXHFdnZ7F8IwLgoOkjI0a05ihxCjo+URljlnvinV9vKDTxQG\nGmsMz4htvcqF0zFGT1Tm9qLBTnC30D0r7d+n5dfMUL8fqZ1/22GdCDxnWMiG\nVYCVPVfSk2z6/29MWX5KTv5LJbUD4vzNZDn3o5zsSnjxdtcWoWZH8Tig8UGE\nZDh4w0TZrGy3L3HfBYo33xorhUe3QxI2qitOQWyrrVNinGjNZVIr7cy2fA+3\njJkPRWmW9ChqvBRx84MvnRWz4w3RhWKuOUUPjLHVrrFyiqxrRapmtLVTQ1Ad\nb4S6vhzaKKTkQKP4VZgjFHAK+cwQLrolethuKgmSw/Y0wKB1etB3AdjqItrv\nwxWux8BpfKu9HvC6yreDpOIKzcwjyvbxlRBcACwMVN/RrU50hEftw6pCwCeq\nVvLrYKLnszj/cWDMrtHpp+iDk7yaiSH8PFiF2ham8dxxIf1ALSQV0z8gljHo\nJRyf\r\n=tnZ2\r\n-----END PGP SIGNATURE-----\r\n","size":1678333,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.dc6b447ba_1638466306388_0.2901391468689889"},"_hasShrinkwrap":false,"publish_time":1638466306717,"_cnpm_publish_time":1638466306717,"_cnpmcore_publish_time":"2021-12-16T15:13:10.534Z","contributors":[]},"0.12.4-canary.f318c7009":{"name":"@firebase/database","version":"0.12.4-canary.f318c7009","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.f318c7009","@firebase/util":"1.4.2-canary.f318c7009","@firebase/component":"0.5.9-canary.f318c7009","@firebase/auth-interop-types":"0.1.6-canary.f318c7009","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.9-canary.f318c7009","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.f318c7009","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-CZhkSuacvS0jLhWWIQgh6OmA6wjdVS8PCJX5tIW2iwyRIdehbFucU3h5nH1CwA0+LoujaO8h32I5i3/+Y4ir7Q==","shasum":"43b6b7f34ff84c19b6c3caf4dcc5d038bc02a492","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.f318c7009.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhplMMCRA9TVsSAnZWagAA/HYQAIW93fZtgRRlZUvItMGZ\nBZUt4QYUjpYDvlmSyyrItOCVEy7hBMI4qhrBESD4mX49wOnwHs7G9ygY4QUb\nHyEIpZlFRkMcwRmTgpacbhFBcgGJdcdnbWNvHmELBeqRoTCEIn0Cj+qQGoh5\nRIjqBpzvdsibL2wFw8v0Dnu7qjryMuHyo6A/+chAkHm8o5oEBNjV9P2Jz9MY\nvJIHtaxfZJ/bqjU+X9rmvIzP9ja4j+62AB+zL/tlWEvrglyG+7xR3/vxfDY6\ndBWm3CmkVYCnFsTMlQlHOKI2kFtgE+justNfsJXqDf3weRWPgWN1oLif4Z61\nBKEGej8A2MVxjVkZBELY3Hw4CctcasLwBv/FC+vpGz5n+TATv0RsL16wX5CB\n6Hp+WnNfZgMe72KBr61eIBBmUYaWzC2C/vEoRI8cCqPUuAJAN6YaxV89aMH0\nFhOiAUF9XoJNy0n/h4k+yK2OO7NGHWoUJyzEtVzwnd2TaLk/Ty3uqFafwA5o\nPrZJ+rqqbLkuLBBZ26XGXOd8u3TlkRrb+1UMD838qpxciKV0grUHn/LlJRlz\ntweudi0bSqUFML6prwPA6Egseoqo8mZMyz82xXde/F1n65A2K+KW3x4OD/NN\nJlttma0q+g0W3xnQIaMwKltUuj37MfS7thLOryA9BkcTQpIqxTJuXuhIRqPF\nqWJ7\r\n=G2mQ\r\n-----END PGP SIGNATURE-----\r\n","size":1678333,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.f318c7009_1638290188018_0.6470150297855128"},"_hasShrinkwrap":false,"publish_time":1638290188235,"_cnpm_publish_time":1638290188235,"_cnpmcore_publish_time":"2021-12-16T15:13:17.247Z","contributors":[]},"0.12.4-canary.086df7c7e":{"name":"@firebase/database","version":"0.12.4-canary.086df7c7e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.086df7c7e","@firebase/util":"1.4.2-canary.086df7c7e","@firebase/component":"0.5.9-canary.086df7c7e","@firebase/auth-interop-types":"0.1.6-canary.086df7c7e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.9-canary.086df7c7e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.086df7c7e","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-HPNDnJkwrXM6jyGuaPE5HySZmUztCpYK8XNVuYi9keVXkcbXeQcZH4Dii3ygWHBad/bxoDDQokrdF/Y9lE7ecQ==","shasum":"e74756830124c327493a78041391d66eeaceadf6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.086df7c7e.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhm/luCRA9TVsSAnZWagAA1jMP/28NA9E73vQO5yfd2Jqt\nEOnkvpe8yrzc4myHFm1aeQzkFmUzWtmyi90WwYaYqfPHeq/VwH7lbvD3Lcmw\nFPMhJOzK+EqQviKHwgiPW7vxhoo0WC/+RlQFN5uZWfXoQtZxg5qxqTy/7JT9\nHgS5l1Gmbxuc0xiKV/D8Wq6hnHVMz1Y3rAGKZMuBLbuIvSNgW0FUvo1D8W0c\nD5thc60MX73Sm7ZbnQ5KFNluOwByzuzkJd+N4NdJR87assyS7WOaznBx29Tb\n3xJxzlchLE+pU/PCSIO5ovcxXysEFmym7l1NNtLCAEEjYttjyo3Tb9bWh1ne\nydH1ATL+VqkmKc5xmuhnj7IWwYZwZZEe//CAOKfaeGx/wKQAXKAYVn2r0yA5\nH4uYJR4L6jncXOj82gkLO339m3Vynv1+xKXvR20WMCkLLEZ9ZporR/XP1kFs\nCUHvdFplmM8gNpqrGsXByudwgYE6/GEDf5ip3un3GmJ2OS8MQ2COGgFzsNzK\nNOVCZRUk/vu2i/vjTIrcvEJAapatKuwpzhOMILJYkzyOD7f2++5mQ7hE0owY\nxkyDcjzj1RoOKUkAA68pBQhdsIpUdXkkrHZG6zjsfBWpq72EAbdeOR1k0RH7\nlup8QSAzfCzUJN2jtWkeCr+1cEy+cWPvsULQ4jvbVjVXo47oFgoSuWtPaUZz\nvSL6\r\n=ShNI\r\n-----END PGP SIGNATURE-----\r\n","size":1678325,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.086df7c7e_1637611886319_0.36018495204593615"},"_hasShrinkwrap":false,"publish_time":1637611886919,"_cnpm_publish_time":1637611886919,"_cnpmcore_publish_time":"2021-12-16T15:13:18.749Z","contributors":[]},"0.12.4-canary.0394cc97b":{"name":"@firebase/database","version":"0.12.4-canary.0394cc97b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.0394cc97b","@firebase/util":"1.4.2-canary.0394cc97b","@firebase/component":"0.5.9-canary.0394cc97b","@firebase/auth-interop-types":"0.1.6-canary.0394cc97b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.8-canary.0394cc97b","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.0394cc97b","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-rUCmgbEdcwha138KQhvY5X4KvjJAP0GJf1Bes+nFUX7BUEpxGP8WkVm7DwVVKxhMzIEor8iJ2P+AdqqOXNT3qg==","shasum":"5b02cd27bd59fc26cb0a69909486f5c964271c7d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.0394cc97b.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlriHCRA9TVsSAnZWagAArKoP/A/gQm7YIBFKPBSRhmxF\nsIEDten76r5K0kebt0WcZ3z9GcOdJZx+yqIR6Jjo6qwt3IgFH3lzQ+6g+m+A\nEMX3zzZ/uiChlmv+tMemHLnWxjH8Ba6i9UtJbcnIjZ0Sed0hllubI+TPJE/s\nMJZfF+xQlhSb3HGYHIUa0D2qa4SkRjxkU4EYZ/HE19vRHTYJiwHUigH982Vk\n6EnqtoobxqSe7CwbFLwR+UPB997qcfaRHmFs9OFDu7K/Pi76xmNHbXTHQ+i1\n/u2T/HROpmC7XIZ1aKkzOhFm36NeKMFYhSc29XyMUYGeRWe4KVnhh8jxGU0K\nKlvvQxe0qCAW50d6Q7krf615Rz00lwJua7Q/lQKUFLrvjX4wLU93h2xd/08T\n5GXwI3S0TWK1PhefVXp//f2s7bWkG6J0qprTWl+DDCuC4SbGFDmA6JcNa0Cb\nsJyF3KfFX7krOMh16OqOBLJJO31CbN5FltwSY3v8qM+YxAu0c0Fs/xnbiO1G\nLuh7E35uNWU3TlgAjLcNbWLpz3pESMOPCsJQS1bmvRzUDIM+NBdkvUA9JU9u\n87C0JNWN+LpIsiAvPnWHj7VuZ+yoNPdEC4AAmND0AgREuhyDJ7yZKrAFA2Jg\nSyLCkglZnJ/IqcBl52CEtG5N6DLvDvAb8ycJbizuplxVyUswsZXoVtRP26M3\nJ8Mw\r\n=gWB0\r\n-----END PGP SIGNATURE-----\r\n","size":1678337,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.0394cc97b_1637267590917_0.6775099927814854"},"_hasShrinkwrap":false,"publish_time":1637267591221,"_cnpm_publish_time":1637267591221,"_cnpmcore_publish_time":"2021-12-16T15:13:22.227Z","contributors":[]},"0.12.4-canary.ce39a1a07":{"name":"@firebase/database","version":"0.12.4-canary.ce39a1a07","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.ce39a1a07","@firebase/util":"1.4.2-canary.ce39a1a07","@firebase/component":"0.5.9-canary.ce39a1a07","@firebase/auth-interop-types":"0.1.6-canary.ce39a1a07","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.8-canary.ce39a1a07","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.ce39a1a07","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-yKBgTgad/cVJYYR+PhaLbCsm7v4F7lMvcICTo02K26DYj8heJB3ZQnFbdScDMNWmx2pG24U5LUHO54UtUQpe1w==","shasum":"ce49d4e53cf230da123489340e23f0e245d53ec1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.ce39a1a07.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlWE+CRA9TVsSAnZWagAAwSMP/1fQG1QQkzxuJPiclpy+\nhLr4+1PjDMSpCqpT/7kcz37ltSzKB5C6OGizi2TbKWmMkCWC2mgOE3N/r9IE\ngSEIjyX6jOBkIE7NTo68X3E2XrgLEFWJCnyBQTmXaGSHos4pPSxlm1ofQcEH\nYEqeiiGX/bw15aADYUP1iYuMUQgZYT0aE7wn7qEHtGHN7Bot8Ay55PUU+fgs\nzM0fCZwudQCPP4SVLtsRjC0yB+NzlVOne8bjwLo1bqMyPNXdaB4ovK6T/pKb\nhTtXloyHJrsZHQmzolXHL0ekW0Fjl326kWu3YjEH+BibIZr8NQF3GCUKKxSC\nJAuhG8EGnpY3Nh/3jf6xb/hJH56FS5V1XlwmJMHtPDve4hiKPJ5wUHfdj+5K\n39bCaRzwe2fD2ZJg7cxc4xqDoLq95Y59weAPOBW0/tpRHUVnLV5ApjZcUewC\naaFRyERjPIF3Ru3TPKPSNfPDPwR26mR5203gWkEIpxd9TvsjZxpULDwBvV2E\nVJiAqaMJ3v8JSRl1ndSVyGXHyywyh7BJNiwl5UgPBAe0Ssqhefjhbwl9oflJ\nXrMVrXTo3nbnLdl4Z+1wBGAHaiFtPwxdp0tZpV57Ba6xGQz48i4Bg8/qMq83\nekq2Ruz/CjgD20fYBcVoXE0aPAqt/v+p3RvrxqHHxe0KiioHEXkiahhVFG1W\njin6\r\n=HaNB\r\n-----END PGP SIGNATURE-----\r\n","size":1678330,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.ce39a1a07_1637179710240_0.7085847029936712"},"_hasShrinkwrap":false,"publish_time":1637179710453,"_cnpm_publish_time":1637179710453,"_cnpmcore_publish_time":"2021-12-16T15:13:24.136Z","contributors":[]},"0.12.4-canary.1583a8202":{"name":"@firebase/database","version":"0.12.4-canary.1583a8202","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.1583a8202","@firebase/util":"1.4.2-canary.1583a8202","@firebase/component":"0.5.9-canary.1583a8202","@firebase/auth-interop-types":"0.1.6-canary.1583a8202","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-canary.1583a8202","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.1583a8202","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-muzlZz+SC+FmHEBchlSBTdvG0CiquB5Jz7cY0brqElzaHR92DqaNHukR81uFfz9Xw1UVdfM8kQzFVsFhfATrXQ==","shasum":"8ae2c3638c8837d5c59b748180387aa56fc36f67","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.1583a8202.tgz","fileCount":216,"unpackedSize":8692870,"size":1678335,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.1583a8202_1636492194141_0.19506038502945966"},"_hasShrinkwrap":false,"publish_time":1636492194459,"_cnpm_publish_time":1636492194459,"_cnpmcore_publish_time":"2021-12-16T15:13:40.282Z","contributors":[]},"0.12.4-canary.3b23a9ed6":{"name":"@firebase/database","version":"0.12.4-canary.3b23a9ed6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3b23a9ed6","@firebase/util":"1.4.2-canary.3b23a9ed6","@firebase/component":"0.5.9-canary.3b23a9ed6","@firebase/auth-interop-types":"0.1.6-canary.3b23a9ed6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-canary.3b23a9ed6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.3b23a9ed6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"f674025dfab0f8996ea6101c1e549ef5a7b96872","size":1678334,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.3b23a9ed6.tgz","integrity":"sha512-PSftxBMjs/RVN+mkVeGedKhSkSFb7L+N6lcONmagmF7FFOAzu0shxps9MyCiMciGw/E0/+fJUmlKQRqUMVms3w=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.3b23a9ed6_1636432611998_0.21215830112150091"},"_hasShrinkwrap":false,"publish_time":1636432612260,"_cnpm_publish_time":1636432612260,"_cnpmcore_publish_time":"2021-12-16T15:13:42.216Z","contributors":[]},"0.12.4":{"name":"@firebase/database","version":"0.12.4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.4.2","@firebase/component":"0.5.9","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"7ad26393f59ede2b93444406651f976a7008114d","size":1678283,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4.tgz","integrity":"sha512-XkrL1kXELRNkqKcltuT4hfG1gWmFiGvjFY+z7Lhb//12MqdkLjwa9YMK8c6Lo+Ro+IkWcJArQaOQYe3GkU5Wgg=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4_1636409147076_0.6303418936929741"},"_hasShrinkwrap":false,"publish_time":1636409147278,"_cnpm_publish_time":1636409147278,"_cnpmcore_publish_time":"2021-12-16T15:13:46.509Z","contributors":[]},"0.12.3-canary.3281315fa":{"name":"@firebase/database","version":"0.12.3-canary.3281315fa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.1-canary.3281315fa","@firebase/util":"1.4.1-canary.3281315fa","@firebase/component":"0.5.8-canary.3281315fa","@firebase/auth-interop-types":"0.1.6-canary.3281315fa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.6-canary.3281315fa","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.3-canary.3281315fa","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"37feca3f45b14c5b66b912a18b2af29447ceb08b","size":1678233,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.3-canary.3281315fa.tgz","integrity":"sha512-FM8Y0lZB7j3ScptZMvj+pLe3aFyfK0uSRM8pV3DdMJFlnQBRsuMwPHg9PtHsvNszawamU5Vgfhgt0XCQCwnZUw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.3-canary.3281315fa_1636394536400_0.3252674572973686"},"_hasShrinkwrap":false,"publish_time":1636394536615,"_cnpm_publish_time":1636394536615,"_cnpmcore_publish_time":"2021-12-16T15:13:47.930Z","contributors":[]},"0.12.4-2021108175111":{"name":"@firebase/database","version":"0.12.4-2021108175111","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-2021108175111","@firebase/util":"1.4.2-2021108175111","@firebase/component":"0.5.9-2021108175111","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-2021108175111","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-2021108175111","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"79022c4f56106ef255c080cda64f558be69468ff","size":1678349,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-2021108175111.tgz","integrity":"sha512-b7io4EypbtYJsiCG7HXK65KqiQ9cg3kKHFiOi/bbHQoJsuwX1WJOpKcLkopy7kzI9+H4UZfbpyOxqRb/bjsl8A=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-2021108175111_1636394372175_0.7626732818291866"},"_hasShrinkwrap":false,"publish_time":1636394372365,"_cnpm_publish_time":1636394372365,"_cnpmcore_publish_time":"2021-12-16T15:13:49.923Z","contributors":[]},"0.12.3-canary.dbd54f7c9":{"name":"@firebase/database","version":"0.12.3-canary.dbd54f7c9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.1-canary.dbd54f7c9","@firebase/util":"1.4.1-canary.dbd54f7c9","@firebase/component":"0.5.8-canary.dbd54f7c9","@firebase/auth-interop-types":"0.1.6-canary.dbd54f7c9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.6-canary.dbd54f7c9","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.3-canary.dbd54f7c9","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"e962903768a1abffd12e5d99030bc4c00a7b3e09","size":1678214,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.3-canary.dbd54f7c9.tgz","integrity":"sha512-AbaGxmt0uhJPogPbjSvH8tC4T7vKXxhQWBkEqoJTm3KAPfqitzqsG6HnJ6Ros/wa/TpUwuf5XPkE5Lo68OYyKQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.3-canary.dbd54f7c9_1636062063340_0.0455501771713307"},"_hasShrinkwrap":false,"publish_time":1636062063593,"_cnpm_publish_time":1636062063593,"_cnpmcore_publish_time":"2021-12-16T15:13:51.563Z","contributors":[]},"0.12.3-canary.ee440a8e6":{"name":"@firebase/database","version":"0.12.3-canary.ee440a8e6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.1-canary.ee440a8e6","@firebase/util":"1.4.1-canary.ee440a8e6","@firebase/component":"0.5.8-canary.ee440a8e6","@firebase/auth-interop-types":"0.1.6-canary.ee440a8e6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.6-canary.ee440a8e6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.3-canary.ee440a8e6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"d3ff84a9a6048b342156b0c2616be5d09d2ff082","size":1678211,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.3-canary.ee440a8e6.tgz","integrity":"sha512-U0y3zlfliFCWoDikzAQO+a7zkNCJWzLHSrTZ43zhijs8YUDrdrxKEBYsSvjHxutSmXOnOW3qCP+Uok5Vfyeh9A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.3-canary.ee440a8e6_1636061310664_0.5969273572605327"},"_hasShrinkwrap":false,"publish_time":1636061310899,"_cnpm_publish_time":1636061310899,"_cnpmcore_publish_time":"2021-12-16T15:13:52.975Z","contributors":[]},"0.12.3":{"name":"@firebase/database","version":"0.12.3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.1","@firebase/util":"1.4.1","@firebase/component":"0.5.8","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.3","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"12f1bb2e3d88e9aa42989a61f3db41cfc0854853","size":1678143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.3.tgz","integrity":"sha512-L2f1jgmQgrTL5l4rh4/JBw3+stVHaOSvd6sJ0aMJ3WifLLSYeW7TcqxrSqOqCqE8f2NlM2ugl9uF2/kJKk8V5A=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.3_1636059896481_0.7600929553746043"},"_hasShrinkwrap":false,"publish_time":1636059896727,"_cnpm_publish_time":1636059896727,"_cnpmcore_publish_time":"2021-12-16T15:13:54.858Z","contributors":[]},"0.12.2-canary.6ee947d63":{"name":"@firebase/database","version":"0.12.2-canary.6ee947d63","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.6ee947d63","@firebase/util":"1.4.0-canary.6ee947d63","@firebase/component":"0.5.7-canary.6ee947d63","@firebase/auth-interop-types":"0.1.6-canary.6ee947d63","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.5-canary.6ee947d63","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.6ee947d63","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"2eab220aff0941c87bd5f18abf2b31ee0e2fa4c3","size":1678145,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.6ee947d63.tgz","integrity":"sha512-UPxzuHVgyeMAOsBxUN6Eg8NDDA4cuJR3tawuOEtsoVaEUZxXMl/ML5Ui8HB7bhaU0u7TccorLFWvngLFPB+S1g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.6ee947d63_1635966861072_0.13279987564292184"},"_hasShrinkwrap":false,"publish_time":1635966861348,"_cnpm_publish_time":1635966861348,"_cnpmcore_publish_time":"2021-12-16T15:13:57.426Z","contributors":[]},"0.12.2-canary.532b3cd93":{"name":"@firebase/database","version":"0.12.2-canary.532b3cd93","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.532b3cd93","@firebase/util":"1.4.0-canary.532b3cd93","@firebase/component":"0.5.7-canary.532b3cd93","@firebase/auth-interop-types":"0.1.6-canary.532b3cd93","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.5-canary.532b3cd93","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.532b3cd93","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"3257f01c76c6de2dfd76b8ba1c9a6bb743e5ebf7","size":1678146,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.532b3cd93.tgz","integrity":"sha512-b8HePSTg18jQZcpTfJ6sOOe9sknls20VAPtzT7bwIMN2rx2f22SLhVRPf5fQZO2ACjg5aS8eVLKGXKuSLKv6qQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.532b3cd93_1635960897256_0.364476503814229"},"_hasShrinkwrap":false,"publish_time":1635960897587,"_cnpm_publish_time":1635960897587,"_cnpmcore_publish_time":"2021-12-16T15:13:59.333Z","contributors":[]},"0.12.2-canary.dbfe09e9d":{"name":"@firebase/database","version":"0.12.2-canary.dbfe09e9d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.dbfe09e9d","@firebase/util":"1.4.0-canary.dbfe09e9d","@firebase/component":"0.5.7-canary.dbfe09e9d","@firebase/auth-interop-types":"0.1.6-canary.dbfe09e9d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.5-canary.dbfe09e9d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.dbfe09e9d","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"ec26a85c5caa76dd992e5b1f5e12e0ed2d8ed623","size":1678139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.dbfe09e9d.tgz","integrity":"sha512-Ln/Q+60hJMqSCPjoyU/+1DfxiDfw90iwBhpRoEq8FJK5UMjIM5BUTtFdkE0YlcChwsFac0rIDoEvWNJjFtZFEw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.dbfe09e9d_1635896529033_0.988975126727728"},"_hasShrinkwrap":false,"publish_time":1635896529264,"_cnpm_publish_time":1635896529264,"_cnpmcore_publish_time":"2021-12-16T15:14:01.128Z","contributors":[]},"0.12.2-canary.2322b6023":{"name":"@firebase/database","version":"0.12.2-canary.2322b6023","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.2322b6023","@firebase/util":"1.4.0-canary.2322b6023","@firebase/component":"0.5.7-canary.2322b6023","@firebase/auth-interop-types":"0.1.6-canary.2322b6023","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.5-canary.2322b6023","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.2322b6023","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"458550173bfd3841e6959f3d0190507c82a0eb2a","size":1678146,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.2322b6023.tgz","integrity":"sha512-NJlbzz0hvMfTDWFfKS8KLL3lPg8nQx4CLY4TG3CN3ti1YUJ2hB5J57j1gDZQVA6tZtuYAE0jBYOpRAxWP+geiw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.2322b6023_1635896307135_0.5737304578811355"},"_hasShrinkwrap":false,"publish_time":1635896307344,"_cnpm_publish_time":1635896307344,"_cnpmcore_publish_time":"2021-12-16T15:14:02.746Z","contributors":[]},"0.12.3-2021102231614":{"name":"@firebase/database","version":"0.12.3-2021102231614","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.1-2021102231614","@firebase/util":"1.4.1-2021102231614","@firebase/component":"0.5.8-2021102231614","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.6-2021102231614","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.3-2021102231614","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"1648e78f5b8ae54a07ae908c5620c0dfb2ccc218","size":1678240,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.3-2021102231614.tgz","integrity":"sha512-fBZIK73LYOD8aajxcLWp8gs/L+Yvy/1heBwOl3tgayZ/y40wcEW8l1Su/YaBJmF5WU0K7B8Rq0GdWNjICkTJTQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.3-2021102231614_1635895508670_0.8394915619361263"},"_hasShrinkwrap":false,"publish_time":1635895508860,"_cnpm_publish_time":1635895508860,"_cnpmcore_publish_time":"2021-12-16T15:14:04.376Z","contributors":[]},"0.12.2-canary.0b3ca78eb":{"name":"@firebase/database","version":"0.12.2-canary.0b3ca78eb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.0b3ca78eb","@firebase/util":"1.4.0-canary.0b3ca78eb","@firebase/component":"0.5.7-canary.0b3ca78eb","@firebase/auth-interop-types":"0.1.6-canary.0b3ca78eb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.5-canary.0b3ca78eb","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.0b3ca78eb","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"ee0fab4b64bcd647dc68ef87540462214e52bbd7","size":1678140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.0b3ca78eb.tgz","integrity":"sha512-sacrADdBt6O4njHtiFAP9nnM4EwgjvCP926mhM068JRWLfq0YTARQPm9kBSVJNlnaYhzcWWpvAlaFNThc4jqSg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.0b3ca78eb_1635893928261_0.45370949467966004"},"_hasShrinkwrap":false,"publish_time":1635893928483,"_cnpm_publish_time":1635893928483,"_cnpmcore_publish_time":"2021-12-16T15:14:05.988Z","contributors":[]},"0.12.2-canary.61604979c":{"name":"@firebase/database","version":"0.12.2-canary.61604979c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.61604979c","@firebase/util":"1.4.0-canary.61604979c","@firebase/component":"0.5.7-canary.61604979c","@firebase/auth-interop-types":"0.1.6-canary.61604979c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.5-canary.61604979c","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.61604979c","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"183ef0f46479a963c9be9f142310c4b895477a59","size":1359249,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.61604979c.tgz","integrity":"sha512-C1SMb+QODCM1ILNQgmKdA7HUwxgomS/p2dddlusvgVmopZxzMll19hXyDbfcR1SwUF+70gB+o5d+4EgaydeY2A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.61604979c_1635887942810_0.6266519192883564"},"_hasShrinkwrap":false,"publish_time":1635887943079,"_cnpm_publish_time":1635887943079,"_cnpmcore_publish_time":"2021-12-16T15:14:07.495Z","contributors":[]},"0.12.2-pr5646.2abc5e854":{"name":"@firebase/database","version":"0.12.2-pr5646.2abc5e854","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-pr5646.2abc5e854","@firebase/util":"1.4.0-pr5646.2abc5e854","@firebase/component":"0.5.7-pr5646.2abc5e854","@firebase/auth-interop-types":"0.1.6-pr5646.2abc5e854","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.2abc5e854","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-pr5646.2abc5e854","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"1400bf17a3eaa22d4c16546eb755ae15facf7184","size":1678157,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-pr5646.2abc5e854.tgz","integrity":"sha512-RRLol4TtooU2V3tI+POYDMvLVWl4Ksx/jg+PkhI15hvHDIXW3P65X+PZFTq8EchvppJrMlWU7E+rq0NDBteHDA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-pr5646.2abc5e854_1635887750661_0.8015854419031647"},"_hasShrinkwrap":false,"publish_time":1635887750965,"_cnpm_publish_time":1635887750965,"_cnpmcore_publish_time":"2021-12-16T15:14:09.002Z","contributors":[]},"0.12.2-pr5646.1ea90dcb0":{"name":"@firebase/database","version":"0.12.2-pr5646.1ea90dcb0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-pr5646.1ea90dcb0","@firebase/util":"1.4.0-pr5646.1ea90dcb0","@firebase/component":"0.5.7-pr5646.1ea90dcb0","@firebase/auth-interop-types":"0.1.6-pr5646.1ea90dcb0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.1ea90dcb0","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-pr5646.1ea90dcb0","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"b8965d19af29f75c3aa63450cf3834550bde2c1d","size":1678151,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-pr5646.1ea90dcb0.tgz","integrity":"sha512-y8fa4H//AwKarrm+gNSJuS1LT+dDUXHlUiuHkqffDZ8YgZVUrw5ZCdTlzdsmUX6fMEgeZQg9PciCxaWMr2NrNw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-pr5646.1ea90dcb0_1635884514994_0.49083016475769514"},"_hasShrinkwrap":false,"publish_time":1635884515197,"_cnpm_publish_time":1635884515197,"_cnpmcore_publish_time":"2021-12-16T15:14:10.647Z","contributors":[]},"0.12.2-canary.31bd6f27f":{"name":"@firebase/database","version":"0.12.2-canary.31bd6f27f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.31bd6f27f","@firebase/util":"1.4.0-canary.31bd6f27f","@firebase/component":"0.5.7-canary.31bd6f27f","@firebase/auth-interop-types":"0.1.6-canary.31bd6f27f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.5-canary.31bd6f27f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.31bd6f27f","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"01a00d60ea4690e17f3c67b37315d8d5c75c59ab","size":1359249,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.31bd6f27f.tgz","integrity":"sha512-rSSykDexzZmbMIXvFc+CBF/zgslhe5QmxApBcLO3iHxqgAG4fo1W0zgzF+CtJvfxNFXTAPUbnj8dvouEfiYXlA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.31bd6f27f_1635794085097_0.5185250330478632"},"_hasShrinkwrap":false,"publish_time":1635794085299,"_cnpm_publish_time":1635794085299,"_cnpmcore_publish_time":"2021-12-16T15:14:12.883Z","contributors":[]},"0.12.2-canary.477bdef13":{"name":"@firebase/database","version":"0.12.2-canary.477bdef13","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.477bdef13","@firebase/util":"1.4.0-canary.477bdef13","@firebase/component":"0.5.7-canary.477bdef13","@firebase/auth-interop-types":"0.1.6-canary.477bdef13","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.5-canary.477bdef13","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.477bdef13","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"bc11c1a306a511610166f722136275996561948d","size":1359248,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.477bdef13.tgz","integrity":"sha512-s5j5jAknGb/HtWjfEPd3H/3ggHP8mkBBfm7mbUr8VbhdfBoaG3uN1hK7SUewL6tuhJpROunNWS8Of8IBipF7Iw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.477bdef13_1635788064579_0.8364336128900989"},"_hasShrinkwrap":false,"publish_time":1635788064847,"_cnpm_publish_time":1635788064847,"_cnpmcore_publish_time":"2021-12-16T15:14:14.388Z","contributors":[]},"0.12.2-pr5646.6d9dd3616":{"name":"@firebase/database","version":"0.12.2-pr5646.6d9dd3616","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"browser":"./dist/index.esm2017.js","module":"./dist/index.esm2017.js","default":"./dist/index.esm2017.js"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-pr5646.6d9dd3616","@firebase/util":"1.4.0-pr5646.6d9dd3616","@firebase/component":"0.5.7-pr5646.6d9dd3616","@firebase/auth-interop-types":"0.1.6-pr5646.6d9dd3616","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.6d9dd3616","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-pr5646.6d9dd3616","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"ed3b1e01794eb595251b02c3907df5f1d4736691","size":1678150,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-pr5646.6d9dd3616.tgz","integrity":"sha512-Y7nRf2FfB4TDmwLxuKnZGr8xM1YAUx+oQVU/dUIBBeZD62mwRzCfWjmTkp59c+kdmGV4K2R32fkhAN0SX2dqLA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-pr5646.6d9dd3616_1635459996313_0.3620048998599852"},"_hasShrinkwrap":false,"publish_time":1635459996615,"_cnpm_publish_time":1635459996615,"_cnpmcore_publish_time":"2021-12-16T15:14:16.263Z","contributors":[]},"0.12.2-pr5646.4594d3fd6":{"name":"@firebase/database","version":"0.12.2-pr5646.4594d3fd6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-pr5646.4594d3fd6","@firebase/util":"1.4.0-pr5646.4594d3fd6","@firebase/component":"0.5.7-pr5646.4594d3fd6","@firebase/auth-interop-types":"0.1.6-pr5646.4594d3fd6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.4594d3fd6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-pr5646.4594d3fd6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"9546be82ca1a859878b7e105e61ae115da1ad8d2","size":1359260,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-pr5646.4594d3fd6.tgz","integrity":"sha512-dGNQ8slmcxGqAljbgobVGO3GZGglVuiGpOpOr+TnJLP3/AFM1XBOfb6OZ3xC7Ka1BspBaHhcbTkeAKmZinly+A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-pr5646.4594d3fd6_1635456991214_0.48375112512349716"},"_hasShrinkwrap":false,"publish_time":1635456991465,"_cnpm_publish_time":1635456991465,"_cnpmcore_publish_time":"2021-12-16T15:14:17.859Z","contributors":[]},"0.12.2-canary.4594d3fd6":{"name":"@firebase/database","version":"0.12.2-canary.4594d3fd6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.4594d3fd6","@firebase/util":"1.4.0-canary.4594d3fd6","@firebase/component":"0.5.7-canary.4594d3fd6","@firebase/auth-interop-types":"0.1.6-canary.4594d3fd6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.4594d3fd6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.4594d3fd6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"b76933d7613318c9b4d5d4104081e7c15a16f723","size":1359252,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.4594d3fd6.tgz","integrity":"sha512-VNaUxVyjNlkDetZU6aPUwV5tyZrmSnskL7Ban0l6k0qUlZY+3c49zSDNJnX35v51kkUmTAaK/8nbaaj3BED5Xg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.4594d3fd6_1635374256295_0.8003269763007854"},"_hasShrinkwrap":false,"publish_time":1635374256501,"_cnpm_publish_time":1635374256501,"_cnpmcore_publish_time":"2021-12-16T15:14:20.023Z","contributors":[]},"0.12.2-canary.dfed7f83f":{"name":"@firebase/database","version":"0.12.2-canary.dfed7f83f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.dfed7f83f","@firebase/util":"1.4.0-canary.dfed7f83f","@firebase/component":"0.5.7-canary.dfed7f83f","@firebase/auth-interop-types":"0.1.6-canary.dfed7f83f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.dfed7f83f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.dfed7f83f","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"c4bec10483da6201295115c9cc11e4f11df1d92d","size":1359247,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.dfed7f83f.tgz","integrity":"sha512-Yym+ZE+AgRWzmRivrB7ltuJDA55bzsbHbZ1d1QUZiaCNVG/zJtd23CUGnr0MfoPvFGzzLJewqkJqIXsJErYmrg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.dfed7f83f_1635370662588_0.625098963331677"},"_hasShrinkwrap":false,"publish_time":1635370662785,"_cnpm_publish_time":1635370662785,"_cnpmcore_publish_time":"2021-12-16T15:14:22.368Z","contributors":[]},"0.12.2-canary.317394d23":{"name":"@firebase/database","version":"0.12.2-canary.317394d23","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.317394d23","@firebase/util":"1.4.0-canary.317394d23","@firebase/component":"0.5.7-canary.317394d23","@firebase/auth-interop-types":"0.1.6-canary.317394d23","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.317394d23","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.317394d23","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"185c92e5845cf4243ee1c1c56fc10c0ac24b5998","size":1359253,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.317394d23.tgz","integrity":"sha512-UuXa1QTdAgOkJao8+jmPKXgI1EfcXd0VNTBHiacc+xwGApIqc1D3buMY/fVM42nCxjAhiT9FlXLF7W38h4EcRQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.317394d23_1635362300264_0.7675157706727915"},"_hasShrinkwrap":false,"publish_time":1635362300511,"_cnpm_publish_time":1635362300511,"_cnpmcore_publish_time":"2021-12-16T15:14:24.427Z","contributors":[]},"0.12.2-canary.f48527617":{"name":"@firebase/database","version":"0.12.2-canary.f48527617","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.f48527617","@firebase/util":"1.4.0-canary.f48527617","@firebase/component":"0.5.7-canary.f48527617","@firebase/auth-interop-types":"0.1.6-canary.f48527617","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.f48527617","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.f48527617","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"777ce136885d95e60344ab87ce18bb95c6193d44","size":1359253,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.f48527617.tgz","integrity":"sha512-ZEr2KKrOVZydTZ6OpiH8n0xifbXCLALeRTCqwcR8M/nQxG6462rxjXSx2zX4R/L/X2J2e7pcXJGmT5LTRibFHA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.f48527617_1635351385346_0.9427532000127994"},"_hasShrinkwrap":false,"publish_time":1635351385493,"_cnpm_publish_time":1635351385493,"_cnpmcore_publish_time":"2021-12-16T15:14:26.030Z","contributors":[]},"0.12.2-canary.1048c4f2d":{"name":"@firebase/database","version":"0.12.2-canary.1048c4f2d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.1048c4f2d","@firebase/util":"1.4.0-canary.1048c4f2d","@firebase/component":"0.5.7-canary.1048c4f2d","@firebase/auth-interop-types":"0.1.6-canary.1048c4f2d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.1048c4f2d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.1048c4f2d","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"9b5e051dfcaddcb67895e682d281da304adde995","size":1359248,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.1048c4f2d.tgz","integrity":"sha512-Pb/v+rkVE6yBJgFgRCAsSOfp1jbCK/yhvQp96yWIH6eu40Q6hn3v2rMn/802fnUryk2t6iPbsXHVMcppJfo3wg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.1048c4f2d_1635298803579_0.17684078679382065"},"_hasShrinkwrap":false,"publish_time":1635298803787,"_cnpm_publish_time":1635298803787,"_cnpmcore_publish_time":"2021-12-16T15:14:27.812Z","contributors":[]},"0.12.2-canary.f0f6d74b5":{"name":"@firebase/database","version":"0.12.2-canary.f0f6d74b5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.f0f6d74b5","@firebase/util":"1.4.0-canary.f0f6d74b5","@firebase/component":"0.5.7-canary.f0f6d74b5","@firebase/auth-interop-types":"0.1.6-canary.f0f6d74b5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.f0f6d74b5","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.f0f6d74b5","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"c11ce9f6d2ea32cdb7446d6eae00a1e69e9a97de","size":1359250,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.f0f6d74b5.tgz","integrity":"sha512-B+l7qiz8pccwfLvnVAOY7FaU8QpBFqqZSYLtLv8QUUsSQ574jqzoWvrMadfX/RBf6tDV4rSWhngNrxQusFCPpA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.f0f6d74b5_1635218852081_0.9809369614301837"},"_hasShrinkwrap":false,"publish_time":1635218852307,"_cnpm_publish_time":1635218852307,"_cnpmcore_publish_time":"2021-12-16T15:14:29.813Z","contributors":[]},"0.12.2-pr5646.99b165292":{"name":"@firebase/database","version":"0.12.2-pr5646.99b165292","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"browser":"./dist/index.esm2017.js","module":"./dist/index.esm2017.js","default":"./dist/index.esm2017.js"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-pr5646.99b165292","@firebase/util":"1.4.0-pr5646.99b165292","@firebase/component":"0.5.7-pr5646.99b165292","@firebase/auth-interop-types":"0.1.6-pr5646.99b165292","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-pr5646.99b165292","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-pr5646.99b165292","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"9935b3aca858b73fd76f775ab9935c36371eb283","size":1677481,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-pr5646.99b165292.tgz","integrity":"sha512-eyvC7sMDoTgYijYNxrRwBQSu6Pxxk8DEZyKxtv+WJQXcipn9l1tCJsLnIVL/R4ovczLyBTnxBibQdB7h2FnRhw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-pr5646.99b165292_1634839486055_0.460587277852867"},"_hasShrinkwrap":false,"publish_time":1634839486340,"_cnpm_publish_time":1634839486340,"_cnpmcore_publish_time":"2021-12-16T15:14:32.037Z","contributors":[]},"0.12.2-canary.65dce1867":{"name":"@firebase/database","version":"0.12.2-canary.65dce1867","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.65dce1867","@firebase/util":"1.4.0-canary.65dce1867","@firebase/component":"0.5.7-canary.65dce1867","@firebase/auth-interop-types":"0.1.6-canary.65dce1867","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.65dce1867","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.65dce1867","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"d9739a86a4e9f18a6cffea227f5646fb70e140be","size":1359250,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.65dce1867.tgz","integrity":"sha512-tsnluvo2Hje2P5tCWDxJV92ReIMhVKedBgvP6ShaTar7tScBuf8GyygSq7MAUt20CbXBoD/UVcRtk5tlqzLgDA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.65dce1867_1634773842416_0.9886696412595108"},"_hasShrinkwrap":false,"publish_time":1634773842636,"_cnpm_publish_time":1634773842636,"_cnpmcore_publish_time":"2021-12-16T15:14:33.625Z","contributors":[]},"0.12.2-canary.6dacc2400":{"name":"@firebase/database","version":"0.12.2-canary.6dacc2400","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.6dacc2400","@firebase/util":"1.4.0-canary.6dacc2400","@firebase/component":"0.5.7-canary.6dacc2400","@firebase/auth-interop-types":"0.1.6-canary.6dacc2400","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.6dacc2400","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.6dacc2400","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"0c65164902db4eb22ece5efbf3f3bfc3bd7a7817","size":1359246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.6dacc2400.tgz","integrity":"sha512-M9b+Pa7fMrNPqgNyOMruWt/RiQJrYuUX7mHn9vVsltx/7fj5WitSPEjND5hi0b8SuAHTnOREBx9sbj6ExdoqEA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.6dacc2400_1634768374670_0.7526702576506583"},"_hasShrinkwrap":false,"publish_time":1634768374904,"_cnpm_publish_time":1634768374904,"_cnpmcore_publish_time":"2021-12-16T15:14:35.212Z","contributors":[]},"0.12.2-canary.f1c38f3cc":{"name":"@firebase/database","version":"0.12.2-canary.f1c38f3cc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.f1c38f3cc","@firebase/util":"1.4.0-canary.f1c38f3cc","@firebase/component":"0.5.7-canary.f1c38f3cc","@firebase/auth-interop-types":"0.1.6-canary.f1c38f3cc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.f1c38f3cc","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.f1c38f3cc","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"46622ccf08b030ae8c40a9b18759bed62a8f3648","size":1359249,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.f1c38f3cc.tgz","integrity":"sha512-jOtbL4W+maycL3V9rJkvfSd1+ds5KtcSoO4jgsDufS5pDcukRrhkKsCXvNAUmoHrj2Vv5oXyoHE31s7z5wOktA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.f1c38f3cc_1634753671360_0.20804468226997996"},"_hasShrinkwrap":false,"publish_time":1634753671540,"_cnpm_publish_time":1634753671540,"_cnpmcore_publish_time":"2021-12-16T15:14:37.097Z","contributors":[]},"0.12.2-canary.f27fe4304":{"name":"@firebase/database","version":"0.12.2-canary.f27fe4304","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.f27fe4304","@firebase/util":"1.4.0-canary.f27fe4304","@firebase/component":"0.5.7-canary.f27fe4304","@firebase/auth-interop-types":"0.1.6-canary.f27fe4304","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.f27fe4304","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.f27fe4304","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"58babf72c55547c6def11816db704ba74ff702be","size":1359249,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.f27fe4304.tgz","integrity":"sha512-UtUf1htJ7ei484Z0qlevfDACWlrfgDxBhYPwg1OISNOxIzxxw0a7ZbLPtVVzVv+/FaIkIqnHEFpZGTJdPJg6fA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.f27fe4304_1634333536852_0.17222161135728808"},"_hasShrinkwrap":false,"publish_time":1634333537041,"_cnpm_publish_time":1634333537041,"_cnpmcore_publish_time":"2021-12-16T15:14:38.701Z","contributors":[]},"0.12.2-canary.ba40cde9c":{"name":"@firebase/database","version":"0.12.2-canary.ba40cde9c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.ba40cde9c","@firebase/util":"1.4.0-canary.ba40cde9c","@firebase/component":"0.5.7-canary.ba40cde9c","@firebase/auth-interop-types":"0.1.6-canary.ba40cde9c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-canary.ba40cde9c","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-canary.ba40cde9c","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"a8eb67a941063ee4a9bc2d9239cac2bf5aafe673","size":1359245,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-canary.ba40cde9c.tgz","integrity":"sha512-l3lykt8GdehnbjeQn/rQrcEDpOqO/2P5HWgrguIpkjK/slSxxH1cQqiNOh4cmnhUeEbvp7fn8e9jh1WDxLmdrQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-canary.ba40cde9c_1634256047980_0.7677955161741108"},"_hasShrinkwrap":false,"publish_time":1634256048201,"_cnpm_publish_time":1634256048201,"_cnpmcore_publish_time":"2021-12-16T15:14:40.368Z","contributors":[]},"0.12.2":{"name":"@firebase/database","version":"0.12.2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/component":"0.5.7","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"shasum":"8c24ff4d79abcbef5896c2cdeae02ccc382db44b","size":1359203,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2.tgz","integrity":"sha512-Y1LZR1LIQM8YKMkeUPpAq3/e53hcfcXO+JEZ6vCzBeD6xRawqmpw6B5/DzePdCNNvjcqheXzSaR7T39eRZo/wA=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2_1634244740399_0.672767904796411"},"_hasShrinkwrap":false,"publish_time":1634244740602,"_cnpm_publish_time":1634244740602,"_cnpmcore_publish_time":"2021-12-16T15:14:42.027Z","contributors":[]},"0.12.1-canary.b6f30c24f":{"name":"@firebase/database","version":"0.12.1-canary.b6f30c24f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.b6f30c24f","@firebase/util":"1.4.0-canary.b6f30c24f","@firebase/component":"0.5.7-canary.b6f30c24f","@firebase/auth-interop-types":"0.1.6-canary.b6f30c24f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.b6f30c24f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.b6f30c24f","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"d553970df75f8186143e203e6318319f7a9c61b1","size":1359182,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.b6f30c24f.tgz","integrity":"sha512-LPG0lsoKkxlJ6OZ2uPplqb4PVhTTJ0T520OgeAu7e2axFjEPqzCorJ6OcfIn89OR0BO4YrDCjJHHXnJreBDCxQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.b6f30c24f_1634241999085_0.3650960238277092"},"_hasShrinkwrap":false,"publish_time":1634241999291,"_cnpm_publish_time":1634241999291,"_cnpmcore_publish_time":"2021-12-16T15:14:43.828Z","contributors":[]},"0.12.1-canary.5a9a14473":{"name":"@firebase/database","version":"0.12.1-canary.5a9a14473","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.5a9a14473","@firebase/util":"1.4.0-canary.5a9a14473","@firebase/component":"0.5.7-canary.5a9a14473","@firebase/auth-interop-types":"0.1.6-canary.5a9a14473","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.5a9a14473","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.5a9a14473","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"3e2c8b9370c8d44ad6105a98d027f33bc05c6e3f","size":1359184,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.5a9a14473.tgz","integrity":"sha512-kUXBrbUb8/9M47/5EdwPdVMfXBq6A2lGQPxSVafCSN2D155Hm1eH0SwvRZR8U6jxlPnl0bpOGkPmJ7W8e2cqdg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.5a9a14473_1634236006500_0.19417014544472577"},"_hasShrinkwrap":false,"publish_time":1634236006782,"_cnpm_publish_time":1634236006782,"_cnpmcore_publish_time":"2021-12-16T15:14:45.826Z","contributors":[]},"0.12.2-2021912211028":{"name":"@firebase/database","version":"0.12.2-2021912211028","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/component":"0.5.7","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.4-2021912211028","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.2-2021912211028","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"shasum":"76196efcf9fae4eb4a08c0eea3b3b3458ae68def","size":1359273,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.2-2021912211028.tgz","integrity":"sha512-nXrN3Vt/7DGpDAkTsLBPEuq29MUKNuNcntzlLSbp4y8Yx2XSLF6SZ3uk+0dLQHLTG0hsycdYpGy5l0HieqkzSw=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.2-2021912211028_1634074413479_0.8362563479586544"},"_hasShrinkwrap":false,"publish_time":1634074413656,"_cnpm_publish_time":1634074413656,"_cnpmcore_publish_time":"2021-12-16T15:14:47.303Z","contributors":[]},"0.12.1-canary.703ef779d":{"name":"@firebase/database","version":"0.12.1-canary.703ef779d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.703ef779d","@firebase/util":"1.4.0-canary.703ef779d","@firebase/component":"0.5.7-canary.703ef779d","@firebase/auth-interop-types":"0.1.6-canary.703ef779d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.703ef779d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.703ef779d","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"a7cbe7ae258f5a25240881ad367bc911daaa2840","size":1359184,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.703ef779d.tgz","integrity":"sha512-cihWNMHWw4tIxNRJwS93rk0lKtOSeeHzxEn34WwyIcGdsGyEmKo+0KhFFiexwub5YdMis1xvRSqTPDVL61fikw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.703ef779d_1634073762608_0.33608426847058026"},"_hasShrinkwrap":false,"publish_time":1634073762896,"_cnpm_publish_time":1634073762896,"_cnpmcore_publish_time":"2021-12-16T15:14:48.357Z","contributors":[]},"0.12.1-canary.93795c780":{"name":"@firebase/database","version":"0.12.1-canary.93795c780","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.93795c780","@firebase/util":"1.4.0-canary.93795c780","@firebase/component":"0.5.7-canary.93795c780","@firebase/auth-interop-types":"0.1.6-canary.93795c780","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.93795c780","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.93795c780","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"181d07d281e9ee11b3adc3b5468ce66d945d064a","size":1359186,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.93795c780.tgz","integrity":"sha512-c4j3gnP7E6+HaokpPxgnMAhN2jqEVV4lGa8H3etgeYVM9ovaHk0irfJdjjKKlNuEK6Q62n4aOSqp9w4Yk0tINw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.93795c780_1634062480656_0.7735250363026678"},"_hasShrinkwrap":false,"publish_time":1634062480849,"_cnpm_publish_time":1634062480849,"_cnpmcore_publish_time":"2021-12-16T15:14:49.980Z","contributors":[]},"0.12.1-canary.4a834d8cc":{"name":"@firebase/database","version":"0.12.1-canary.4a834d8cc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.4a834d8cc","@firebase/util":"1.4.0-canary.4a834d8cc","@firebase/component":"0.5.7-canary.4a834d8cc","@firebase/auth-interop-types":"0.1.6-canary.4a834d8cc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.4a834d8cc","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.4a834d8cc","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"406b1b4083440bf5b5db870e03c1dc9dd89dd2c2","size":1359182,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.4a834d8cc.tgz","integrity":"sha512-GdtROS2QgcxobaqHjm7vmTzJtwr2a5wjNV1VvKrTOGpxqfEBtzYzX7zq1gyqv9z1d/rj4/fxcz3hGwpT/CDZOg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.4a834d8cc_1634062430128_0.8428021465472402"},"_hasShrinkwrap":false,"publish_time":1634062430459,"_cnpm_publish_time":1634062430459,"_cnpmcore_publish_time":"2021-12-16T15:14:51.769Z","contributors":[]},"0.12.1-canary.5c9ad7e0b":{"name":"@firebase/database","version":"0.12.1-canary.5c9ad7e0b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.5c9ad7e0b","@firebase/util":"1.4.0-canary.5c9ad7e0b","@firebase/component":"0.5.7-canary.5c9ad7e0b","@firebase/auth-interop-types":"0.1.6-canary.5c9ad7e0b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.5c9ad7e0b","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.5c9ad7e0b","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"9c18b124a4543d7b59ec76afe19ebd72d9005b55","size":1359181,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.5c9ad7e0b.tgz","integrity":"sha512-mY7Tu+EB5YZPVYaRlRI1PXlXKjjRuK4356GoD3rzEKkOjT3FNg5sTVhrGYFUXpC6w/LrloxhP2rDlCeC0V1Ymg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.5c9ad7e0b_1634062190198_0.03597816601349324"},"_hasShrinkwrap":false,"publish_time":1634062190464,"_cnpm_publish_time":1634062190464,"_cnpmcore_publish_time":"2021-12-16T15:14:53.282Z","contributors":[]},"0.12.1-canary.f5a17143b":{"name":"@firebase/database","version":"0.12.1-canary.f5a17143b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.f5a17143b","@firebase/util":"1.4.0-canary.f5a17143b","@firebase/component":"0.5.7-canary.f5a17143b","@firebase/auth-interop-types":"0.1.6-canary.f5a17143b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.f5a17143b","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.f5a17143b","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"0e5c4e520f057bce23c905c33950a61905bd8dc2","size":1358770,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.f5a17143b.tgz","integrity":"sha512-MIgdjshVsoI0746wPNC/a7mRYGgfqncJ5gXdPUUib9IgZDY0LNG1Mtwk9B5VjR+m71KFWdU/lCmb/xodx0h4Nw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.f5a17143b_1634012638716_0.10188400549566135"},"_hasShrinkwrap":false,"publish_time":1634012638978,"_cnpm_publish_time":1634012638978,"_cnpmcore_publish_time":"2021-12-16T15:14:54.996Z","contributors":[]},"0.12.1-canary.352cc2647":{"name":"@firebase/database","version":"0.12.1-canary.352cc2647","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.352cc2647","@firebase/util":"1.4.0-canary.352cc2647","@firebase/component":"0.5.7-canary.352cc2647","@firebase/auth-interop-types":"0.1.6-canary.352cc2647","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.352cc2647","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.352cc2647","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"031676bccf2af6a8eb5fa39e451f455e0a1f7039","size":1359148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.352cc2647.tgz","integrity":"sha512-P+2RYqPlR9j3vUsmJgI3yfzQBQADv6ci3GzffWKG2OQrl028b9hlcyV8mkDUSeq7PkjGsryQDHosOkFNpleuQg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.352cc2647_1633974810076_0.20441122726114824"},"_hasShrinkwrap":false,"publish_time":1633974810317,"_cnpm_publish_time":1633974810317,"_cnpmcore_publish_time":"2021-12-16T15:14:57.610Z","contributors":[]},"0.12.1-canary.8c6b2caa3":{"name":"@firebase/database","version":"0.12.1-canary.8c6b2caa3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.8c6b2caa3","@firebase/util":"1.4.0-canary.8c6b2caa3","@firebase/component":"0.5.7-canary.8c6b2caa3","@firebase/auth-interop-types":"0.1.6-canary.8c6b2caa3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.8c6b2caa3","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.8c6b2caa3","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"d129e93bee7e704643e795201256254a2f0217e5","size":1359143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.8c6b2caa3.tgz","integrity":"sha512-HSi7cCyezQEip3BN0l3kUq/eZkX69hXRyzqwksWSoNUZfWSZRfXQNNMUj9wvrt65J/EKKDsoP2etw9V08wLAQw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.8c6b2caa3_1633974281789_0.08461304210849963"},"_hasShrinkwrap":false,"publish_time":1633974282064,"_cnpm_publish_time":1633974282064,"_cnpmcore_publish_time":"2021-12-16T15:14:59.620Z","contributors":[]},"0.12.1-canary.fc1d36497":{"name":"@firebase/database","version":"0.12.1-canary.fc1d36497","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.fc1d36497","@firebase/util":"1.4.0-canary.fc1d36497","@firebase/component":"0.5.7-canary.fc1d36497","@firebase/auth-interop-types":"0.1.6-canary.fc1d36497","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.fc1d36497","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.fc1d36497","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"1ff1d8dbd8d5e32b62d73ef6fcb64a7472cc7eec","size":1359147,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.fc1d36497.tgz","integrity":"sha512-y48GiVbz8wgabmOgGlNNCyGO6/2aWjGLrz157EoYgSwVRTk3ees81o7yoEgW+ww9Yo3sCsgUlHlIQ4ZYHf/doA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.fc1d36497_1633973635889_0.13268079853824588"},"_hasShrinkwrap":false,"publish_time":1633973636113,"_cnpm_publish_time":1633973636113,"_cnpmcore_publish_time":"2021-12-16T15:15:01.515Z","contributors":[]},"0.12.1-canary.db25f4155":{"name":"@firebase/database","version":"0.12.1-canary.db25f4155","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.db25f4155","@firebase/util":"1.4.0-canary.db25f4155","@firebase/component":"0.5.7-canary.db25f4155","@firebase/auth-interop-types":"0.1.6-canary.db25f4155","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.db25f4155","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.db25f4155","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"e43f1e901e3208831cea26d603354892bd0761e3","size":1359142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.db25f4155.tgz","integrity":"sha512-S5s/bcmf6tzKLWLPkOtgFFNCKh0aVAjgUsg8Mv9LJqrPueDef2XEvvabDR0zT9MWU70ycAav29jsDxTliteUDQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.db25f4155_1633651551052_0.8704946533389037"},"_hasShrinkwrap":false,"publish_time":1633651551421,"_cnpm_publish_time":1633651551421,"_cnpmcore_publish_time":"2021-12-16T15:15:03.363Z","contributors":[]},"0.12.1-canary.233e117f0":{"name":"@firebase/database","version":"0.12.1-canary.233e117f0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.233e117f0","@firebase/util":"1.4.0-canary.233e117f0","@firebase/component":"0.5.7-canary.233e117f0","@firebase/auth-interop-types":"0.1.6-canary.233e117f0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.233e117f0","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.233e117f0","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"268bcedf6897b1e4db6dde942efa9954ea8ef9f7","size":1359145,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.233e117f0.tgz","integrity":"sha512-g7yqBzdETJFqvi7jQJoW7Dnj5VYmbbzm1IUt36KK2Wkn10QIYkkeMeHg+XfyhVb9sdlugTAitajdoT0s8Kz24w=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.233e117f0_1633648111870_0.5189453499324839"},"_hasShrinkwrap":false,"publish_time":1633648112141,"_cnpm_publish_time":1633648112141,"_cnpmcore_publish_time":"2021-12-16T15:15:04.651Z","contributors":[]},"0.12.1-canary.53a926390":{"name":"@firebase/database","version":"0.12.1-canary.53a926390","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.53a926390","@firebase/util":"1.4.0-canary.53a926390","@firebase/component":"0.5.7-canary.53a926390","@firebase/auth-interop-types":"0.1.6-canary.53a926390","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.53a926390","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.53a926390","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"ea3e18ce49661cd91c0351046717d16593b627b2","size":1359144,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.53a926390.tgz","integrity":"sha512-LBr4OLdph2sYa57iOvtWOwj4Ftos8zybZXASaN5xLxevo0e5uakI6rIRWLlx/La16KzgzpTF5qkxlkFVj7Ucyg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.53a926390_1633644705990_0.4475169492837736"},"_hasShrinkwrap":false,"publish_time":1633644706311,"_cnpm_publish_time":1633644706311,"_cnpmcore_publish_time":"2021-12-16T15:15:06.038Z","contributors":[]},"0.12.1-canary.a4c373401":{"name":"@firebase/database","version":"0.12.1-canary.a4c373401","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.a4c373401","@firebase/util":"1.4.0-canary.a4c373401","@firebase/component":"0.5.7-canary.a4c373401","@firebase/auth-interop-types":"0.1.6-canary.a4c373401","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.3-canary.a4c373401","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.a4c373401","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"408b9722216ff17ac2af1fee92410bff68d8e074","size":1359142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.a4c373401.tgz","integrity":"sha512-LfNJ2xwDXd00XP4kK7LcM4nxvP8poIeN7RX3MTbcSh0AtxspjJQeE5ZbPRRdojjGjvQq6iIPi2/vRVbhXSkCkQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.a4c373401_1633642579035_0.3563592154059174"},"_hasShrinkwrap":false,"publish_time":1633642579284,"_cnpm_publish_time":1633642579284,"_cnpmcore_publish_time":"2021-12-16T15:15:07.530Z","contributors":[]},"0.12.1-canary.a7e00b9eb":{"name":"@firebase/database","version":"0.12.1-canary.a7e00b9eb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.a7e00b9eb","@firebase/util":"1.4.0-canary.a7e00b9eb","@firebase/component":"0.5.7-canary.a7e00b9eb","@firebase/auth-interop-types":"0.1.6-canary.a7e00b9eb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.a7e00b9eb","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.a7e00b9eb","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"99124892258bb8a2deadb1eebc61d93dab5db2d7","size":1359142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.a7e00b9eb.tgz","integrity":"sha512-Vl0GfCTDgMpLfDaroNz70iXtc/u48d9mVPz6Rxi4/GgKqhfDpnmPlVQOx7Wfh93MsOraydjgl7+iU7LQ/pQ70A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.a7e00b9eb_1633544716193_0.1666608633147182"},"_hasShrinkwrap":false,"publish_time":1633544716473,"_cnpm_publish_time":1633544716473,"_cnpmcore_publish_time":"2021-12-16T15:15:08.987Z","contributors":[]},"0.12.1-canary.b9235c65a":{"name":"@firebase/database","version":"0.12.1-canary.b9235c65a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.b9235c65a","@firebase/util":"1.4.0-canary.b9235c65a","@firebase/component":"0.5.7-canary.b9235c65a","@firebase/auth-interop-types":"0.1.6-canary.b9235c65a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.b9235c65a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.b9235c65a","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"9c6cd1980fab6a900844aa67b4937e0dfdbb8ef7","size":1359147,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.b9235c65a.tgz","integrity":"sha512-/xZisRJ6Nc5IhWXKg5q+n7sY17ikgEarByMkJn1q/4jJuy1cBNalo7Yh3NSSgPtSgvQ1GKmCV6prH2Bc/Qo78Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.b9235c65a_1633543024964_0.05653157762748373"},"_hasShrinkwrap":false,"publish_time":1633543025242,"_cnpm_publish_time":1633543025242,"_cnpmcore_publish_time":"2021-12-16T15:15:10.211Z","contributors":[]},"0.12.1-canary.e456d00a7":{"name":"@firebase/database","version":"0.12.1-canary.e456d00a7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.e456d00a7","@firebase/util":"1.4.0-canary.e456d00a7","@firebase/component":"0.5.7-canary.e456d00a7","@firebase/auth-interop-types":"0.1.6-canary.e456d00a7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.e456d00a7","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.e456d00a7","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"b4e9745d1fbbf9fad1bb54acf932288fefb7875b","size":1359145,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.e456d00a7.tgz","integrity":"sha512-l9bm/YqWJd7ZkzedgMwsHjdHbYjxIiqa2Hj3UmAQTYMXAP9KKsmzIBv4apI8oX3rxuPJjTWYLoI4Jj73z0MliQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.e456d00a7_1633460412570_0.29940071872071194"},"_hasShrinkwrap":false,"publish_time":1633460412828,"_cnpm_publish_time":1633460412828,"_cnpmcore_publish_time":"2021-12-16T15:15:11.822Z","contributors":[]},"0.12.1-canary.3e920c888":{"name":"@firebase/database","version":"0.12.1-canary.3e920c888","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.3e920c888","@firebase/util":"1.4.0-canary.3e920c888","@firebase/component":"0.5.7-canary.3e920c888","@firebase/auth-interop-types":"0.1.6-canary.3e920c888","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.3e920c888","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.3e920c888","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"65da13d19d9014eb266430fb16ecd56a6a638cfe","size":1359146,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.3e920c888.tgz","integrity":"sha512-uNr69smqhM/ShG1ttlmvCB2oG+RmOvPvz5NIpzNlcrsj9ESqJ2CNBvEmsdcMgz3VwT4DW7MjMP05h3e+sKMmbA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.3e920c888_1633459457721_0.8294024381151242"},"_hasShrinkwrap":false,"publish_time":1633459457943,"_cnpm_publish_time":1633459457943,"_cnpmcore_publish_time":"2021-12-16T15:15:12.951Z","contributors":[]},"0.12.1-canary.15719e021":{"name":"@firebase/database","version":"0.12.1-canary.15719e021","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.15719e021","@firebase/util":"1.4.0-canary.15719e021","@firebase/component":"0.5.7-canary.15719e021","@firebase/auth-interop-types":"0.1.6-canary.15719e021","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.15719e021","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.15719e021","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"362c042f02e5cdd913d8177b1dd0c88d3030b9a3","size":1359143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.15719e021.tgz","integrity":"sha512-12tkius7+xG9jBqpf4wWjWzLMKX8Dsy5EqzreKUncSJO47Zecn9oQocXdaC+N+stVwKXgmgjT0fMSCpuEPqVKA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.15719e021_1633458458961_0.7477072766812458"},"_hasShrinkwrap":false,"publish_time":1633458459186,"_cnpm_publish_time":1633458459186,"_cnpmcore_publish_time":"2021-12-16T15:15:14.278Z","contributors":[]},"0.12.1-canary.a4e770e58":{"name":"@firebase/database","version":"0.12.1-canary.a4e770e58","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.a4e770e58","@firebase/util":"1.4.0-canary.a4e770e58","@firebase/component":"0.5.7-canary.a4e770e58","@firebase/auth-interop-types":"0.1.6-canary.a4e770e58","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.a4e770e58","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.a4e770e58","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"b1705af76977a92a35439831f4bd48e7b906f06f","size":1359145,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.a4e770e58.tgz","integrity":"sha512-8GWcu5sJ/PTY8nJaVn31zTcHIMPNtVSmwt72xCvse3Z3DfDTdBq1TK1t3WKsuBILlGoB5njLXuY8kV6KfVhJYQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.a4e770e58_1633457904395_0.2315138529761469"},"_hasShrinkwrap":false,"publish_time":1633457904685,"_cnpm_publish_time":1633457904685,"_cnpmcore_publish_time":"2021-12-16T15:15:15.394Z","contributors":[]},"0.12.1-canary.e1d551ddb":{"name":"@firebase/database","version":"0.12.1-canary.e1d551ddb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.e1d551ddb","@firebase/util":"1.4.0-canary.e1d551ddb","@firebase/component":"0.5.7-canary.e1d551ddb","@firebase/auth-interop-types":"0.1.6-canary.e1d551ddb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.e1d551ddb","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.e1d551ddb","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"b6b486698ffd23257571d9013c61761b43bf11b1","size":1359142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.e1d551ddb.tgz","integrity":"sha512-V0RTTZifUrOD1PpOH8mjfZDUDeh5z02wWU14a6+MoK98dF/2UVfa4BCKBlzhCe07EkpLJ/w68VaK1O40O/dXWA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.e1d551ddb_1633457544710_0.5299450609266585"},"_hasShrinkwrap":false,"publish_time":1633457545152,"_cnpm_publish_time":1633457545152,"_cnpmcore_publish_time":"2021-12-16T15:15:16.865Z","contributors":[]},"0.12.1-canary.e2c4ab278":{"name":"@firebase/database","version":"0.12.1-canary.e2c4ab278","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.e2c4ab278","@firebase/util":"1.4.0-canary.e2c4ab278","@firebase/component":"0.5.7-canary.e2c4ab278","@firebase/auth-interop-types":"0.1.6-canary.e2c4ab278","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.e2c4ab278","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.e2c4ab278","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"540c04cd67f6cde7582c7ebd7ff400367f7da07e","size":1359144,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.e2c4ab278.tgz","integrity":"sha512-FuBhla4uojxWcg9eT/5A0pZBSOufvtbbx6GZQfWGTxK8Db923Ab8RgEuIRMgYbyBLTecWtzS4Cu265gadK3w4w=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.e2c4ab278_1633454562359_0.12705011673503708"},"_hasShrinkwrap":false,"publish_time":1633454562621,"_cnpm_publish_time":1633454562621,"_cnpmcore_publish_time":"2021-12-16T15:15:18.146Z","contributors":[]},"0.12.1-canary.49dfeb315":{"name":"@firebase/database","version":"0.12.1-canary.49dfeb315","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.49dfeb315","@firebase/util":"1.4.0-canary.49dfeb315","@firebase/component":"0.5.7-canary.49dfeb315","@firebase/auth-interop-types":"0.1.6-canary.49dfeb315","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.49dfeb315","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.49dfeb315","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"17853c3e55a6eba489081e76438a6d154a8968e8","size":1359145,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.49dfeb315.tgz","integrity":"sha512-D7L/cUok3OU6a/oh+9QzQHUeYwWMM5hItmMt/OWk0+j5IGI6jSr2D37Obyn9NSgNX4xo6x6gdsx/eD+juFEGlw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.49dfeb315_1633375087771_0.820914967122881"},"_hasShrinkwrap":false,"publish_time":1633375087987,"_cnpm_publish_time":1633375087987,"_cnpmcore_publish_time":"2021-12-16T15:15:19.718Z","contributors":[]},"0.12.1-canary.88ea06930":{"name":"@firebase/database","version":"0.12.1-canary.88ea06930","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.88ea06930","@firebase/util":"1.4.0-canary.88ea06930","@firebase/component":"0.5.7-canary.88ea06930","@firebase/auth-interop-types":"0.1.6-canary.88ea06930","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.88ea06930","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.88ea06930","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"98d5114e8463e81b35b2eca36ca83d7a6f84562f","size":1359145,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.88ea06930.tgz","integrity":"sha512-ySIZc0mpd6vvdAjzXcgiiFNOYyPpnjFrk4AONH8xvusPeFLpC6P22dGl1o23r77+VamWyDE6HDO4vw1NQKH+QQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.88ea06930_1633122799973_0.44955335046712763"},"_hasShrinkwrap":false,"publish_time":1633122800503,"_cnpm_publish_time":1633122800503,"_cnpmcore_publish_time":"2021-12-16T15:15:21.975Z","contributors":[]},"0.12.1-canary.e70de6201":{"name":"@firebase/database","version":"0.12.1-canary.e70de6201","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.e70de6201","@firebase/util":"1.4.0-canary.e70de6201","@firebase/component":"0.5.7-canary.e70de6201","@firebase/auth-interop-types":"0.1.6-canary.e70de6201","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.2-canary.e70de6201","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.e70de6201","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"9fc787016c50fbc7000a36b1b94d9c273563378d","size":1359140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.e70de6201.tgz","integrity":"sha512-elfawZNOAABvIW0KHCUBPVTTHdIRemZ+Xgd6vehPRlZ3za653QcK25N3FelOpUqMbYdrFrj45G3rTlnZTWgM3Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.e70de6201_1633112856494_0.9691501853370286"},"_hasShrinkwrap":false,"publish_time":1633112856743,"_cnpm_publish_time":1633112856743,"_cnpmcore_publish_time":"2021-12-16T15:15:24.237Z","contributors":[]},"0.12.1-canary.1b0e7af13":{"name":"@firebase/database","version":"0.12.1-canary.1b0e7af13","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.1b0e7af13","@firebase/util":"1.4.0-canary.1b0e7af13","@firebase/component":"0.5.7-canary.1b0e7af13","@firebase/auth-interop-types":"0.1.6-canary.1b0e7af13","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.1b0e7af13","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.1b0e7af13","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"1dae52a4c72c6eaff3f336ce4e454932432cc744","size":1359140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.1b0e7af13.tgz","integrity":"sha512-VEtpewVO8DIsHQHmh7LS0QrfNvUY1khDif7jQEMimquekeQ3bfM65PKGFFC6GO7Q89nX3+WgDCjvAPKoAT65eA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.1b0e7af13_1633048935702_0.7058157187634271"},"_hasShrinkwrap":false,"publish_time":1633048935919,"_cnpm_publish_time":1633048935919,"_cnpmcore_publish_time":"2021-12-16T15:15:25.910Z","contributors":[]},"0.12.1-canary.f7d8324a1":{"name":"@firebase/database","version":"0.12.1-canary.f7d8324a1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.f7d8324a1","@firebase/util":"1.4.0-canary.f7d8324a1","@firebase/component":"0.5.7-canary.f7d8324a1","@firebase/auth-interop-types":"0.1.6-canary.f7d8324a1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.f7d8324a1","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.f7d8324a1","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"88558393839f267dd3e7099649fa0cda0ec74d49","size":1359142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.f7d8324a1.tgz","integrity":"sha512-PY0DTcoPo38z9FQ3sAkcIpLkP3vX9KpEdsqWtqifSAOVHl4md4QFrDoKiGnkfJuAHDvCwU70aAVlqYl2N9uHiA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.f7d8324a1_1633046062775_0.5000990921238049"},"_hasShrinkwrap":false,"publish_time":1633046062990,"_cnpm_publish_time":1633046062990,"_cnpmcore_publish_time":"2021-12-16T15:15:27.324Z","contributors":[]},"0.12.1-canary.91117e0c2":{"name":"@firebase/database","version":"0.12.1-canary.91117e0c2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.91117e0c2","@firebase/util":"1.4.0-canary.91117e0c2","@firebase/component":"0.5.7-canary.91117e0c2","@firebase/auth-interop-types":"0.1.6-canary.91117e0c2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.91117e0c2","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.91117e0c2","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"24aade7cb7c215f50ce05c688e7d654b59712609","size":1359142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.91117e0c2.tgz","integrity":"sha512-rNjLEQg9unSOG7086CeNhKE7kWH5Hxb3XIeIdEF2dxwvZlMwQCSR76LDDi8Bkg11rZrT4TkL1BMpN7MAPaRXLQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.91117e0c2_1633022345171_0.6282357932120162"},"_hasShrinkwrap":false,"publish_time":1633022345459,"_cnpm_publish_time":1633022345459,"_cnpmcore_publish_time":"2021-12-16T15:15:28.234Z","contributors":[]},"0.12.1-canary.aa48accd5":{"name":"@firebase/database","version":"0.12.1-canary.aa48accd5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.aa48accd5","@firebase/util":"1.4.0-canary.aa48accd5","@firebase/component":"0.5.7-canary.aa48accd5","@firebase/auth-interop-types":"0.1.6-canary.aa48accd5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.aa48accd5","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.aa48accd5","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"8a9460d16f1f46a4d2fa3151bca68fbd090509f0","size":1359138,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.aa48accd5.tgz","integrity":"sha512-eVWasMCmyAjg0oM6pTSZ8M6pklFCGOkmv7wjzTtukEhVBvOwTvNw09UFDwtYRaGv2T4mntce8TVWPngS7HYWHQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.aa48accd5_1632937764348_0.898958958897641"},"_hasShrinkwrap":false,"publish_time":1632937764579,"_cnpm_publish_time":1632937764579,"_cnpmcore_publish_time":"2021-12-16T15:15:29.478Z","contributors":[]},"0.12.1-canary.6f66b4b90":{"name":"@firebase/database","version":"0.12.1-canary.6f66b4b90","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.6f66b4b90","@firebase/util":"1.4.0-canary.6f66b4b90","@firebase/component":"0.5.7-canary.6f66b4b90","@firebase/auth-interop-types":"0.1.6-canary.6f66b4b90","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.6f66b4b90","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.6f66b4b90","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"216f5c779073b9eecfa306a8b3c956e873fc22b3","size":1359144,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.6f66b4b90.tgz","integrity":"sha512-r3UkkFzHz33OszTlHlgWXc4fE++nO4yJeYnmDUMtrdjveAEP9CvHSpR7ICGqvwmskLO1XA2iTG5hW4W82q+DpA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.6f66b4b90_1632856657546_0.7055005329593707"},"_hasShrinkwrap":false,"publish_time":1632856657847,"_cnpm_publish_time":1632856657847,"_cnpmcore_publish_time":"2021-12-16T15:15:30.753Z","contributors":[]},"0.12.1-canary.2ad6ce813":{"name":"@firebase/database","version":"0.12.1-canary.2ad6ce813","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.2ad6ce813","@firebase/util":"1.4.0-canary.2ad6ce813","@firebase/component":"0.5.7-canary.2ad6ce813","@firebase/auth-interop-types":"0.1.6-canary.2ad6ce813","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.2ad6ce813","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.2ad6ce813","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"d4efadeea62c55ab7aba2328c0171d9600888933","size":1359141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.2ad6ce813.tgz","integrity":"sha512-QJ20S9IXwBcUrChUiX8GSNxFTmKMYoWbHu2AE4Q8EAHiwaxY4syFZfJJkg2S1GxLhMjnPkWPFsEOwqQzXCID+A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.2ad6ce813_1632854794084_0.36139783270115244"},"_hasShrinkwrap":false,"publish_time":1632854794323,"_cnpm_publish_time":1632854794323,"_cnpmcore_publish_time":"2021-12-16T15:15:32.158Z","contributors":[]},"0.12.1-canary.addd8b151":{"name":"@firebase/database","version":"0.12.1-canary.addd8b151","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.addd8b151","@firebase/util":"1.4.0-canary.addd8b151","@firebase/component":"0.5.7-canary.addd8b151","@firebase/auth-interop-types":"0.1.6-canary.addd8b151","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.addd8b151","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.addd8b151","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"13f6cfccbfe10817d2f22f70d36361a8088a1274","size":1359139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.addd8b151.tgz","integrity":"sha512-VazAdP11moquMRevS7E6LTHSbsHxxqTS69EnaZBIiF5fFfd8rjK4hQpQ5w2Lt3m6cU4fisLfRVZ1Ba9LA/iuYQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.addd8b151_1632847550524_0.8475262735833229"},"_hasShrinkwrap":false,"publish_time":1632847550734,"_cnpm_publish_time":1632847550734,"_cnpmcore_publish_time":"2021-12-16T15:15:33.269Z","contributors":[]},"0.12.1-canary.49b0406ab":{"name":"@firebase/database","version":"0.12.1-canary.49b0406ab","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.49b0406ab","@firebase/util":"1.4.0-canary.49b0406ab","@firebase/component":"0.5.7-canary.49b0406ab","@firebase/auth-interop-types":"0.1.6-canary.49b0406ab","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.49b0406ab","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.49b0406ab","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"5a17fff158902ab9a7b7d515adda6db2ef514a0f","size":1359143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.49b0406ab.tgz","integrity":"sha512-kv8em5evbOaE7wwE+/dGczUth+QJ5/usaNRpfGEYJG4WqBUXqHZ5iikq5yjoCx7Zy5PXxoYndmjg7eE6NS6rvg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.49b0406ab_1632767718741_0.4687231797513358"},"_hasShrinkwrap":false,"publish_time":1632767718965,"_cnpm_publish_time":1632767718965,"_cnpmcore_publish_time":"2021-12-16T15:15:34.493Z","contributors":[]},"0.12.1-canary.316638a5b":{"name":"@firebase/database","version":"0.12.1-canary.316638a5b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.316638a5b","@firebase/util":"1.4.0-canary.316638a5b","@firebase/component":"0.5.7-canary.316638a5b","@firebase/auth-interop-types":"0.1.6-canary.316638a5b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.316638a5b","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.316638a5b","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"9b47f5ea1c20be52b3884ec756141b42922944d6","size":1359141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.316638a5b.tgz","integrity":"sha512-m07441R14alTn1VJOaHw5GLVAUY8xDZOdQdtsAWJL8XYnZbHKUuCKZVBVp1VCqk7sSYXtOh4Z9/Cak2BmyQu6A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.316638a5b_1632722244246_0.6184352470477743"},"_hasShrinkwrap":false,"publish_time":1632722244458,"_cnpm_publish_time":1632722244458,"_cnpmcore_publish_time":"2021-12-16T15:15:35.724Z","contributors":[]},"0.12.1-canary.d3041d875":{"name":"@firebase/database","version":"0.12.1-canary.d3041d875","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.d3041d875","@firebase/util":"1.4.0-canary.d3041d875","@firebase/component":"0.5.7-canary.d3041d875","@firebase/auth-interop-types":"0.1.6-canary.d3041d875","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.d3041d875","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.d3041d875","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"bd60a1e51c8d38262f0b617f4444da32a3d27fc8","size":1359143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.d3041d875.tgz","integrity":"sha512-ynORCkem+acUhswAGmLoyCWY7/6m2SeMNeOpCaMD7ScSe2z85CWEJSl8FSHvNAhl8MTd23ojtvyZQvVJ7qH4Vw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.d3041d875_1632532354719_0.5369162415192994"},"_hasShrinkwrap":false,"publish_time":1632532354971,"_cnpm_publish_time":1632532354971,"_cnpmcore_publish_time":"2021-12-16T15:15:36.917Z","contributors":[]},"0.12.1-canary.85d2c4d29":{"name":"@firebase/database","version":"0.12.1-canary.85d2c4d29","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.85d2c4d29","@firebase/util":"1.4.0-canary.85d2c4d29","@firebase/component":"0.5.7-canary.85d2c4d29","@firebase/auth-interop-types":"0.1.6-canary.85d2c4d29","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.85d2c4d29","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.85d2c4d29","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"5091e84d70b229e32ea7d71de2ff25ba2f82b5c3","size":1359148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.85d2c4d29.tgz","integrity":"sha512-/PlqBvMC6EftMGYoKtenjVhfCDc+SGdvUC7bGjlsG+OsUlInX4PvrQjJaQ44UKY2eHD+LrSS3rTdgT/O350uXQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.85d2c4d29_1632527732959_0.8624506964765537"},"_hasShrinkwrap":false,"publish_time":1632527733172,"_cnpm_publish_time":1632527733172,"_cnpmcore_publish_time":"2021-12-16T15:15:38.100Z","contributors":[]},"0.12.1-canary.2460e8dbf":{"name":"@firebase/database","version":"0.12.1-canary.2460e8dbf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.2460e8dbf","@firebase/util":"1.4.0-canary.2460e8dbf","@firebase/component":"0.5.7-canary.2460e8dbf","@firebase/auth-interop-types":"0.1.6-canary.2460e8dbf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.2460e8dbf","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.2460e8dbf","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"aff48c901493bc99ab10f1908747ed016480fc69","size":1359146,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.2460e8dbf.tgz","integrity":"sha512-O4jMClHhozUMO7xbVu/wuo0F9s2Be38vbXwDyoh8AE/9dQXgRWGfTRxU6qr3btEczXDeiKWblYMjGfxy5YpqRw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.2460e8dbf_1632527437892_0.7507567109077675"},"_hasShrinkwrap":false,"publish_time":1632527438133,"_cnpm_publish_time":1632527438133,"_cnpmcore_publish_time":"2021-12-16T15:15:39.662Z","contributors":[]},"0.12.1-canary.5e173a25e":{"name":"@firebase/database","version":"0.12.1-canary.5e173a25e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.5e173a25e","@firebase/util":"1.4.0-canary.5e173a25e","@firebase/component":"0.5.7-canary.5e173a25e","@firebase/auth-interop-types":"0.1.6-canary.5e173a25e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.5e173a25e","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.5e173a25e","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"84e6fb2577ce6c4b4be39a16966918d27bf4271b","size":1359142,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.5e173a25e.tgz","integrity":"sha512-yJjYPmE8QtRaEu4W1firhtOogB5DlTL1GlCeTA8S3esn097ItykQhdhTjF+5Ov7Ev1zXl/ARaEazcj4WJzPbAQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.5e173a25e_1632527110886_0.019159438257939865"},"_hasShrinkwrap":false,"publish_time":1632527111101,"_cnpm_publish_time":1632527111101,"_cnpmcore_publish_time":"2021-12-16T15:15:40.817Z","contributors":[]},"0.12.1-canary.e5c8eeda4":{"name":"@firebase/database","version":"0.12.1-canary.e5c8eeda4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-canary.e5c8eeda4","@firebase/util":"1.4.0-canary.e5c8eeda4","@firebase/component":"0.5.7-canary.e5c8eeda4","@firebase/auth-interop-types":"0.1.6-canary.e5c8eeda4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-canary.e5c8eeda4","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-canary.e5c8eeda4","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"ca9c9fe5fcbb2005ccd4e5250521627dedffb1d3","size":1359143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-canary.e5c8eeda4.tgz","integrity":"sha512-uT4ZXBmbM4ciKEo/L26SQqmxAbPzz5ZJ4QmNy/YbRpubIczleuB5/ETf8LqEHB5Tqwl++lz20TamtIQqO7Ts/A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-canary.e5c8eeda4_1632523462345_0.22059731714083242"},"_hasShrinkwrap":false,"publish_time":1632523462529,"_cnpm_publish_time":1632523462529,"_cnpmcore_publish_time":"2021-12-16T15:15:41.939Z","contributors":[]},"0.12.1":{"name":"@firebase/database","version":"0.12.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0","@firebase/util":"1.4.0","@firebase/component":"0.5.7","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"7e43f27ac4057858d5bd0dd371b134b304fecdb0","size":1359106,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1.tgz","integrity":"sha512-Ethk0hc476qnkSKNBa+8Yc7iM8AO69HYWsaD+QUC983FZtnuMyNLHtEeSUbLQYvyHo7cOjcc52slop14WmfZeQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1_1632521247049_0.11699570112423507"},"_hasShrinkwrap":false,"publish_time":1632521247229,"_cnpm_publish_time":1632521247229,"_cnpmcore_publish_time":"2021-12-16T15:15:42.724Z","contributors":[]},"0.12.1-2021824202338":{"name":"@firebase/database","version":"0.12.1-2021824202338","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.0-2021824202338","@firebase/util":"1.4.0-2021824202338","@firebase/component":"0.5.7-2021824202338","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-2021824202338","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-2021824202338","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"bd5ffc045ae054de728f4800a69de43e25658844","size":1359180,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-2021824202338.tgz","integrity":"sha512-cCCt8Gix57miVVaM/vN1SJSVdaKolPXWrAArDzkpV0Qnfyz2tpmfeAbLEcZjaFJbnB3yggGfDfkrXN17dwUebQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-2021824202338_1632516523513_0.7595208395892585"},"_hasShrinkwrap":false,"publish_time":1632516523681,"_cnpm_publish_time":1632516523681,"_cnpmcore_publish_time":"2021-12-16T15:15:43.796Z","contributors":[]},"0.12.0-canary.a99943fe3":{"name":"@firebase/database","version":"0.12.0-canary.a99943fe3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.a99943fe3","@firebase/util":"1.3.0-canary.a99943fe3","@firebase/component":"0.5.6-canary.a99943fe3","@firebase/auth-interop-types":"0.1.6-canary.a99943fe3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.a99943fe3","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.a99943fe3","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"9b91e135fa4590637c9d61062d3c415b02537d48","size":1358966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.a99943fe3.tgz","integrity":"sha512-phfEzBjFu3MAYZdB7FI55c+HByhv9riaGxhlaNN55pNZNr8jBaEIKe66j7TTACUwnJYoZKx3Eo+VWURYfZvLFA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.a99943fe3_1632510765006_0.6885016912621198"},"_hasShrinkwrap":false,"publish_time":1632510765230,"_cnpm_publish_time":1632510765230,"_cnpmcore_publish_time":"2021-12-16T15:15:45.360Z","contributors":[]},"0.12.0-canary.dfe65ff9b":{"name":"@firebase/database","version":"0.12.0-canary.dfe65ff9b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.dfe65ff9b","@firebase/util":"1.3.0-canary.dfe65ff9b","@firebase/component":"0.5.6-canary.dfe65ff9b","@firebase/auth-interop-types":"0.1.6-canary.dfe65ff9b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.dfe65ff9b","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.dfe65ff9b","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"5288d4728b822692b4dbd0f3c5c255179043578e","size":1358964,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.dfe65ff9b.tgz","integrity":"sha512-ngMQSiYBs3hCi/YIomSr9zL82FSXsFXNDfaGzCzSBmssaOxNsvH38Ns6bKRjMi4Xy/bzurFoUSx/l6tGfOIlXw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.dfe65ff9b_1632508019943_0.30107408364987376"},"_hasShrinkwrap":false,"publish_time":1632508020162,"_cnpm_publish_time":1632508020162,"_cnpmcore_publish_time":"2021-12-16T15:15:47.269Z","contributors":[]},"0.12.0-canary.e62d02e52":{"name":"@firebase/database","version":"0.12.0-canary.e62d02e52","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.e62d02e52","@firebase/util":"1.3.0-canary.e62d02e52","@firebase/component":"0.5.6-canary.e62d02e52","@firebase/auth-interop-types":"0.1.6-canary.e62d02e52","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.e62d02e52","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.e62d02e52","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"40e35607447a5a01994091bba5466eedbfd1cb65","size":1047979,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.e62d02e52.tgz","integrity":"sha512-8Rro/CGT3z6or7C3LzXnJDWdd5Q5M1yraFoQhfVrDhdJmO4NTDx+IlPKVFYhC3eQKDgYEVKnERCvLaDv6dPDBg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.e62d02e52_1632505095216_0.7499745214026774"},"_hasShrinkwrap":false,"publish_time":1632505095433,"_cnpm_publish_time":1632505095433,"_cnpmcore_publish_time":"2021-12-16T15:15:47.736Z","contributors":[]},"0.12.0-canary.08c098211":{"name":"@firebase/database","version":"0.12.0-canary.08c098211","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.08c098211","@firebase/util":"1.3.0-canary.08c098211","@firebase/component":"0.5.6-canary.08c098211","@firebase/auth-interop-types":"0.1.6-canary.08c098211","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.08c098211","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.08c098211","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"634ece8d9e7c178f07a68cf825d3e4eb9ad36e4c","size":1047982,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.08c098211.tgz","integrity":"sha512-QZiEm05SUqf1kGwTFo6BGRmCz/N8WJUBGtEnbmGmMS7zu/yOPP5QmSdJ1bmrTV/WjiSMq05zWaPD/zmGye9YKQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.08c098211_1632504567789_0.8886327836869781"},"_hasShrinkwrap":false,"publish_time":1632504568029,"_cnpm_publish_time":1632504568029,"_cnpmcore_publish_time":"2021-12-16T15:15:48.953Z","contributors":[]},"0.12.0-canary.126113703":{"name":"@firebase/database","version":"0.12.0-canary.126113703","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.126113703","@firebase/util":"1.3.0-canary.126113703","@firebase/component":"0.5.6-canary.126113703","@firebase/auth-interop-types":"0.1.6-canary.126113703","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.126113703","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.126113703","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"812040cf32f83b948d5ef8562f93d7436087c74f","size":1047978,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.126113703.tgz","integrity":"sha512-fGwH1t9022psk5dOc+eLB2tU3iSpN0ghKiZGi3qFIz3J5ql6QaXziT8D/0GZi8Veov1wRq/mJA3F59h6YGHEkA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.126113703_1632430896525_0.6977394084374677"},"_hasShrinkwrap":false,"publish_time":1632430896768,"_cnpm_publish_time":1632430896768,"_cnpmcore_publish_time":"2021-12-16T15:15:49.679Z","contributors":[]},"0.12.0-canary.785a217ec":{"name":"@firebase/database","version":"0.12.0-canary.785a217ec","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.785a217ec","@firebase/util":"1.3.0-canary.785a217ec","@firebase/component":"0.5.6-canary.785a217ec","@firebase/auth-interop-types":"0.1.6-canary.785a217ec","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.785a217ec","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.785a217ec","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"964cddf7abbe7865510d7b0f2ecc0521d226e95b","size":1047980,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.785a217ec.tgz","integrity":"sha512-GNUX94F6S3vRajIiVphPe1Ik+aWSQdVwTwLfMg/P030zAonayBzJKnhxrmrU6ryNZ9WW5V4lilb+lm04VQ6buw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.785a217ec_1632424178936_0.6024906857959289"},"_hasShrinkwrap":false,"publish_time":1632424179237,"_cnpm_publish_time":1632424179237,"_cnpmcore_publish_time":"2021-12-16T15:15:51.017Z","contributors":[]},"0.12.0-canary.4e7aba48a":{"name":"@firebase/database","version":"0.12.0-canary.4e7aba48a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.4e7aba48a","@firebase/util":"1.3.0-canary.4e7aba48a","@firebase/component":"0.5.6-canary.4e7aba48a","@firebase/auth-interop-types":"0.1.6-canary.4e7aba48a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.4e7aba48a","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.4e7aba48a","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"7067e9ff3fec2cc1264c9952c821fddc204aa552","size":1047976,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.4e7aba48a.tgz","integrity":"sha512-hhy6v+RSNobZ6XaI34p5BSr8dWVCwqcYjWue6rLb9BojmgdmPNtR5XH7oygmhAZLzx+ZyDljNza/EKTuGsWm/w=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.4e7aba48a_1632418902959_0.6698714804446504"},"_hasShrinkwrap":false,"publish_time":1632418903213,"_cnpm_publish_time":1632418903213,"_cnpmcore_publish_time":"2021-12-16T15:15:52.050Z","contributors":[]},"0.12.1-2021823172527":{"name":"@firebase/database","version":"0.12.1-2021823172527","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.1-2021823172527","@firebase/component":"0.5.7-2021823172527","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-2021823172527","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-2021823172527","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"8937c7ca22b1c8cafcb278007ff6b4624a8c52ea","size":1048060,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-2021823172527.tgz","integrity":"sha512-zViqHySoGgYOyHS5Vixp1aNeL1/E7aMf94DueE+ROX87Df5KvccPtwX+aHUbSQ4ZXHeh/n/zvx1hWW320okodw=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-2021823172527_1632418685982_0.0064503826142001675"},"_hasShrinkwrap":false,"publish_time":1632418686226,"_cnpm_publish_time":1632418686226,"_cnpmcore_publish_time":"2021-12-16T15:15:53.457Z","contributors":[]},"0.12.0-canary.86befb3f0":{"name":"@firebase/database","version":"0.12.0-canary.86befb3f0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.86befb3f0","@firebase/util":"1.3.0-canary.86befb3f0","@firebase/component":"0.5.6-canary.86befb3f0","@firebase/auth-interop-types":"0.1.6-canary.86befb3f0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.86befb3f0","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.86befb3f0","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"3efb0c41c4cbcc12029bf532237331bd29772029","size":1048066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.86befb3f0.tgz","integrity":"sha512-k3KJkygjwNrrvyOmxCPxNzkbu3HCS0jYNdz+4UZqY800e9QR+lBASD5Km2FYv+Hi8sSXGKsj+jnCwx76I6oZwA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.86befb3f0_1632357909614_0.6170230326645059"},"_hasShrinkwrap":false,"publish_time":1632357909886,"_cnpm_publish_time":1632357909886,"_cnpmcore_publish_time":"2021-12-16T15:15:54.415Z","contributors":[]},"0.12.0-canary.ba9cba4e3":{"name":"@firebase/database","version":"0.12.0-canary.ba9cba4e3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.ba9cba4e3","@firebase/util":"1.3.0-canary.ba9cba4e3","@firebase/component":"0.5.6-canary.ba9cba4e3","@firebase/auth-interop-types":"0.1.6-canary.ba9cba4e3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.ba9cba4e3","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.ba9cba4e3","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"a9a34c94703973d5074cf2fa2c675467ad13ffbb","size":1048064,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.ba9cba4e3.tgz","integrity":"sha512-C9BmIIz0DUNdW63igbJPv5IFKfDzN69dx/KwjVPymjpJ+8z9BYmRvj+rhbR9KPWg9kBhGOY+guRWnYVdV19+LQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.ba9cba4e3_1632352789717_0.3247207990255885"},"_hasShrinkwrap":false,"publish_time":1632352789951,"_cnpm_publish_time":1632352789951,"_cnpmcore_publish_time":"2021-12-16T15:15:55.111Z","contributors":[]},"0.12.1-2021822225617":{"name":"@firebase/database","version":"0.12.1-2021822225617","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.1-2021822225617","@firebase/component":"0.5.7-2021822225617","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-2021822225617","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-2021822225617","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"d8f0b6d85bcf32e60456ae10b14315230010b2bd","size":1048136,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-2021822225617.tgz","integrity":"sha512-UeSvkOxyHgCC+5OTO5RLb3uBDlkJvRAiX6bZ7oCSjxuX7bGEen/Babmltlo2sCF1TYX3zeSYJQWuqquE30IW4A=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-2021822225617_1632351873046_0.7156939571095784"},"_hasShrinkwrap":false,"publish_time":1632351873270,"_cnpm_publish_time":1632351873270,"_cnpmcore_publish_time":"2021-12-16T15:15:56.438Z","contributors":[]},"0.12.0-canary.b835b4cba":{"name":"@firebase/database","version":"0.12.0-canary.b835b4cba","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.b835b4cba","@firebase/util":"1.3.0-canary.b835b4cba","@firebase/component":"0.5.6-canary.b835b4cba","@firebase/auth-interop-types":"0.1.6-canary.b835b4cba","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.b835b4cba","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.b835b4cba","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"8058b852c7b4681104ff0f55bf054fcf628d780e","size":1048068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.b835b4cba.tgz","integrity":"sha512-YhIS0tp7XN+Wqq9xFT8yn3lKX4dr2RfqRjbMRCnA2oFWiHih34Gx5wEhIr7OnERg8TI8rDnd2vS8EIK2WTKkhw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.b835b4cba_1632344415210_0.13026990315178244"},"_hasShrinkwrap":false,"publish_time":1632344415409,"_cnpm_publish_time":1632344415409,"_cnpmcore_publish_time":"2021-12-16T15:15:57.699Z","contributors":[]},"0.12.0-canary.4d2a54fb0":{"name":"@firebase/database","version":"0.12.0-canary.4d2a54fb0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.4d2a54fb0","@firebase/util":"1.3.0-canary.4d2a54fb0","@firebase/component":"0.5.6-canary.4d2a54fb0","@firebase/auth-interop-types":"0.1.6-canary.4d2a54fb0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.4d2a54fb0","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.4d2a54fb0","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"d38775f8c9939821bf18295f7dce24b9967b2760","size":1048069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.4d2a54fb0.tgz","integrity":"sha512-+SfQpmCWTErEPRMAwICVU0doigN7LaMjv6/N3Ci3Zr1RTBSsTDwXFq7XWc1+NoMvBDDLSRpIRqdhhtObaWcY8Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.4d2a54fb0_1632343818184_0.2127870523786486"},"_hasShrinkwrap":false,"publish_time":1632343818396,"_cnpm_publish_time":1632343818396,"_cnpmcore_publish_time":"2021-12-16T15:15:58.971Z","contributors":[]},"0.12.1-2021822203916":{"name":"@firebase/database","version":"0.12.1-2021822203916","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.1-2021822203916","@firebase/component":"0.5.7-2021822203916","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.1-2021822203916","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.1-2021822203916","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"b876b20bce4794fdcd01e2fc836a525363e963bf","size":1048143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.1-2021822203916.tgz","integrity":"sha512-isrGc313zWM+VfNRIZO8wTi6QX0VtGFNLaExE1mbmX2M2+sakHJ2eKC3N5lggnezERVegxF0qITqtf+3AjenbA=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.1-2021822203916_1632343768430_0.23490218707735155"},"_hasShrinkwrap":false,"publish_time":1632343768649,"_cnpm_publish_time":1632343768649,"_cnpmcore_publish_time":"2021-12-16T15:15:59.974Z","contributors":[]},"0.12.0-canary.b79bd33e4":{"name":"@firebase/database","version":"0.12.0-canary.b79bd33e4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.b79bd33e4","@firebase/util":"1.3.0-canary.b79bd33e4","@firebase/component":"0.5.6-canary.b79bd33e4","@firebase/auth-interop-types":"0.1.6-canary.b79bd33e4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.b79bd33e4","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.b79bd33e4","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"f499eab79eb1d9dd80454cbd9a41295a6db7c98b","size":1048067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.b79bd33e4.tgz","integrity":"sha512-uSM8JZkJwXhs1DrU+CFGixJjiEcF+HqpDexiCqE0Hac4H5cv7B0tbPYLIOTB825KfIPkI3c11EXhlDVIn0XQ5Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.b79bd33e4_1632343533030_0.36655680614437003"},"_hasShrinkwrap":false,"publish_time":1632343533298,"_cnpm_publish_time":1632343533298,"_cnpmcore_publish_time":"2021-12-16T15:16:00.905Z","contributors":[]},"0.12.0-canary.5823d0bac":{"name":"@firebase/database","version":"0.12.0-canary.5823d0bac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.5823d0bac","@firebase/util":"1.3.0-canary.5823d0bac","@firebase/component":"0.5.6-canary.5823d0bac","@firebase/auth-interop-types":"0.1.6-canary.5823d0bac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.5823d0bac","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.5823d0bac","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"7606b18f1f03a6b1136211a132dc8c39fc85ad25","size":1048067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.5823d0bac.tgz","integrity":"sha512-Is8+sn7G6C8sej6fgPG/0+mIUGQYI0/IWX/8vnsiqRUBLJdHDtfOdsQFN2FIJX8FApSN9HkHbw613PCb1JBOdA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.5823d0bac_1632338930556_0.980121687487763"},"_hasShrinkwrap":false,"publish_time":1632338930690,"_cnpm_publish_time":1632338930690,"_cnpmcore_publish_time":"2021-12-16T15:16:03.123Z","contributors":[]},"0.12.0-canary.f90c1d081":{"name":"@firebase/database","version":"0.12.0-canary.f90c1d081","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.f90c1d081","@firebase/util":"1.3.0-canary.f90c1d081","@firebase/component":"0.5.6-canary.f90c1d081","@firebase/auth-interop-types":"0.1.6-canary.f90c1d081","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.f90c1d081","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.f90c1d081","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"d6bff1ba75df4d9485e4c81f6a2acf948a6553fb","size":1048068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.f90c1d081.tgz","integrity":"sha512-8kGFEVrxx5q7SrSWmBMsqWx3Kjes3OGX+g7f95uF0BaqJ7JIA7A6HkS/t6twJwlJXwFryMvTI+3aG+XnpoeE3g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.f90c1d081_1632244505629_0.27534898557436427"},"_hasShrinkwrap":false,"publish_time":1632244505843,"_cnpm_publish_time":1632244505843,"_cnpmcore_publish_time":"2021-12-16T15:16:04.238Z","contributors":[]},"0.12.0-canary.f78ceca1c":{"name":"@firebase/database","version":"0.12.0-canary.f78ceca1c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.f78ceca1c","@firebase/util":"1.3.0-canary.f78ceca1c","@firebase/component":"0.5.6-canary.f78ceca1c","@firebase/auth-interop-types":"0.1.6-canary.f78ceca1c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.f78ceca1c","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.f78ceca1c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"0fefc56c4de83e3e3b8d75adfb699ce8c728c425","size":1048064,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.f78ceca1c.tgz","integrity":"sha512-GRZkl2OeekXE6nsbMjB3sWfWW6FG8BN5/wimZMx2rp/CTJkEvAjLJ+H1hX6Co+uW+2uKxxIhyQIo0P667NCc9w=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.f78ceca1c_1632181478596_0.7288620494481615"},"_hasShrinkwrap":false,"publish_time":1632181478795,"_cnpm_publish_time":1632181478795,"_cnpmcore_publish_time":"2021-12-16T15:16:05.311Z","contributors":[]},"0.12.0-canary.c2362214a":{"name":"@firebase/database","version":"0.12.0-canary.c2362214a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.c2362214a","@firebase/util":"1.3.0-canary.c2362214a","@firebase/component":"0.5.6-canary.c2362214a","@firebase/auth-interop-types":"0.1.6-canary.c2362214a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.c2362214a","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.c2362214a","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"9d5aba1b183dd6340f6ae38bf69a080adeede9ef","size":1048067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.c2362214a.tgz","integrity":"sha512-Yl/3krbA0svHJgHn5dWi+QW2j9EsL78+iGTxiUsVFx6No0aa5n3vgSmHEsdbCUsDLGGtc30nroqMwB/M4RPhYA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.c2362214a_1632178519011_0.8732027113508221"},"_hasShrinkwrap":false,"publish_time":1632178519232,"_cnpm_publish_time":1632178519232,"_cnpmcore_publish_time":"2021-12-16T15:16:06.703Z","contributors":[]},"0.12.0-canary.8468d7f74":{"name":"@firebase/database","version":"0.12.0-canary.8468d7f74","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.8468d7f74","@firebase/util":"1.3.0-canary.8468d7f74","@firebase/component":"0.5.6-canary.8468d7f74","@firebase/auth-interop-types":"0.1.6-canary.8468d7f74","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.8468d7f74","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.8468d7f74","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"3c029c1be979995fb86317dc2e3accb1671508b8","size":1048070,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.8468d7f74.tgz","integrity":"sha512-bGP6QXiuwCIIb1kd0vP0STXq0P88JXhgurbRqbngqEPCLanMaT28afcttLgWw3YHaNXbkv9agEYOd+ZavR7x9g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.8468d7f74_1632168132225_0.1472864560035021"},"_hasShrinkwrap":false,"publish_time":1632168132510,"_cnpm_publish_time":1632168132510,"_cnpmcore_publish_time":"2021-12-16T15:16:07.873Z","contributors":[]},"0.12.0-canary.ff9baf70c":{"name":"@firebase/database","version":"0.12.0-canary.ff9baf70c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.ff9baf70c","@firebase/util":"1.3.0-canary.ff9baf70c","@firebase/component":"0.5.6-canary.ff9baf70c","@firebase/auth-interop-types":"0.1.6-canary.ff9baf70c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.ff9baf70c","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.ff9baf70c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"73511b2dd8079ecf143dcaf2f5e5fdccba59c9d3","size":1048066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.ff9baf70c.tgz","integrity":"sha512-0kB26gSlHCCQr9c9Roamu46aksyS3jzQwe/SZZwFasAU23/9mrrjW9bXGRkoJ5VA+GpN8JrP4n3feVzEzChZIg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.ff9baf70c_1632167140461_0.9537174445406478"},"_hasShrinkwrap":false,"publish_time":1632167140678,"_cnpm_publish_time":1632167140678,"_cnpmcore_publish_time":"2021-12-16T15:16:09.417Z","contributors":[]},"0.12.0-canary.a5d87bc5c":{"name":"@firebase/database","version":"0.12.0-canary.a5d87bc5c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.a5d87bc5c","@firebase/util":"1.3.0-canary.a5d87bc5c","@firebase/component":"0.5.6-canary.a5d87bc5c","@firebase/auth-interop-types":"0.1.6-canary.a5d87bc5c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.a5d87bc5c","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.a5d87bc5c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"3187572e4e92c318111fae8425c040fa9a61c6b3","size":1048067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.a5d87bc5c.tgz","integrity":"sha512-VRWXvXPIGA22Bqw0hIsKvVZnTIIfFz8I53EwbDkIzwO1ubMQ3NFxRmSjlMRnU4QDFGjvFNlm+ynjqzbQeDdsOg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.a5d87bc5c_1631917075546_0.7166375308216746"},"_hasShrinkwrap":false,"publish_time":1631917075740,"_cnpm_publish_time":1631917075740,"_cnpmcore_publish_time":"2021-12-16T15:16:10.757Z","contributors":[]},"0.12.0-canary.b83591e6e":{"name":"@firebase/database","version":"0.12.0-canary.b83591e6e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.b83591e6e","@firebase/util":"1.3.0-canary.b83591e6e","@firebase/component":"0.5.6-canary.b83591e6e","@firebase/auth-interop-types":"0.1.6-canary.b83591e6e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.b83591e6e","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.b83591e6e","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"f5af70cc10d5b179aaeb77ce9a8fe41740ebc0f3","size":1048068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.b83591e6e.tgz","integrity":"sha512-7G8N4lqLfhORQgvod1mj4b1CAdDZ4Euh0ehHnqPU63f8XWcVuU9/FLmzpSWgaB0lqQkknwU6uiN9boWcyjl7Ig=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.b83591e6e_1631906411475_0.9724903278616848"},"_hasShrinkwrap":false,"publish_time":1631906411866,"_cnpm_publish_time":1631906411866,"_cnpmcore_publish_time":"2021-12-16T15:16:12.266Z","contributors":[]},"0.12.0-canary.29e0be2cb":{"name":"@firebase/database","version":"0.12.0-canary.29e0be2cb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.29e0be2cb","@firebase/util":"1.3.0-canary.29e0be2cb","@firebase/component":"0.5.6-canary.29e0be2cb","@firebase/auth-interop-types":"0.1.6-canary.29e0be2cb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.29e0be2cb","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.29e0be2cb","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"3baf246e5326b91f12c1ea67127ce2ff493fdb72","size":1048066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.29e0be2cb.tgz","integrity":"sha512-HDv0dBrO/gM/YfOjTy7Put1S1HescxB4YeB4iDuxtxdaIgZ6nEHzFE6UALkhgKfrReTTOwNpAUDbtb6hd19ZEA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.29e0be2cb_1631829654465_0.9725701686729544"},"_hasShrinkwrap":false,"publish_time":1631829654709,"_cnpm_publish_time":1631829654709,"_cnpmcore_publish_time":"2021-12-16T15:16:13.314Z","contributors":[]},"0.12.0-canary.46d26ff96":{"name":"@firebase/database","version":"0.12.0-canary.46d26ff96","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.46d26ff96","@firebase/util":"1.3.0-canary.46d26ff96","@firebase/component":"0.5.6-canary.46d26ff96","@firebase/auth-interop-types":"0.1.6-canary.46d26ff96","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.46d26ff96","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.46d26ff96","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"d82ac08d0c8a157296e456ed4a70410a36cb5454","size":1048071,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.46d26ff96.tgz","integrity":"sha512-JDqUPAklhYG49iiNDiTCuXPxtMcHFg3IHR0UclwJgx/upaoWZYKnR5HQZhCbIVMcWPCO8M4IB+oD8c5RyDczew=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.46d26ff96_1631829351025_0.5390272183104192"},"_hasShrinkwrap":false,"publish_time":1631829351253,"_cnpm_publish_time":1631829351253,"_cnpmcore_publish_time":"2021-12-16T15:16:14.957Z","contributors":[]},"0.12.0-canary.07b88e6e8":{"name":"@firebase/database","version":"0.12.0-canary.07b88e6e8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.07b88e6e8","@firebase/util":"1.3.0-canary.07b88e6e8","@firebase/component":"0.5.6-canary.07b88e6e8","@firebase/auth-interop-types":"0.1.6-canary.07b88e6e8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.07b88e6e8","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.07b88e6e8","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"3469269d269cba9f07279ec57d95da4f8ab71ac4","size":1048068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.07b88e6e8.tgz","integrity":"sha512-S3TD+JerA6tqMCYSZ9m86XpdiDx8GMKt7FY/akqCsLqEqW+Z8KdCv9l0j435qfDTCLZLqb1TCQjyqxLqUlaijw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.07b88e6e8_1631821936354_0.9685803419834926"},"_hasShrinkwrap":false,"publish_time":1631821936581,"_cnpm_publish_time":1631821936581,"_cnpmcore_publish_time":"2021-12-16T15:16:16.533Z","contributors":[]},"0.12.0-canary.cd9ca9b73":{"name":"@firebase/database","version":"0.12.0-canary.cd9ca9b73","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.cd9ca9b73","@firebase/util":"1.3.0-canary.cd9ca9b73","@firebase/component":"0.5.6-canary.cd9ca9b73","@firebase/auth-interop-types":"0.1.6-canary.cd9ca9b73","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.cd9ca9b73","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.cd9ca9b73","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"619502a2cc57494575e7817ae3e2aec03d45ad44","size":1048066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.cd9ca9b73.tgz","integrity":"sha512-+V4ynZMD9syWUwkcZREGE4FtRFS5KjZPdOUxq5PJRAnSPTr7xbVQcX9JICqfJ3Ye6884fUfkGwqJ2JfCq78Ohw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.cd9ca9b73_1631727787114_0.5865355967703383"},"_hasShrinkwrap":false,"publish_time":1631727787300,"_cnpm_publish_time":1631727787300,"_cnpmcore_publish_time":"2021-12-16T15:16:17.741Z","contributors":[]},"0.12.0-canary.f5b5efe95":{"name":"@firebase/database","version":"0.12.0-canary.f5b5efe95","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.f5b5efe95","@firebase/util":"1.3.0-canary.f5b5efe95","@firebase/component":"0.5.6-canary.f5b5efe95","@firebase/auth-interop-types":"0.1.6-canary.f5b5efe95","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.f5b5efe95","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.f5b5efe95","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"6aede92b5e3ccffe925ad7f4d0e28d046daa18f6","size":1048042,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.f5b5efe95.tgz","integrity":"sha512-gHl3ipJMM+zFUzreVhFrp7Tu6eUtAiAkONlP30d1foPpRpEQOrT5CdhQtJD167XzzNU7EZZQBDRyBT4LgaUzFg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.f5b5efe95_1631720256126_0.8204111878665254"},"_hasShrinkwrap":false,"publish_time":1631720256323,"_cnpm_publish_time":1631720256323,"_cnpmcore_publish_time":"2021-12-16T15:16:18.797Z","contributors":[]},"0.12.0-canary.5afd053d7":{"name":"@firebase/database","version":"0.12.0-canary.5afd053d7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.5afd053d7","@firebase/util":"1.3.0-canary.5afd053d7","@firebase/component":"0.5.6-canary.5afd053d7","@firebase/auth-interop-types":"0.1.6-canary.5afd053d7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.5afd053d7","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.5afd053d7","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"80af76064c440daf7583fee15605644282e3c18d","size":1048038,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.5afd053d7.tgz","integrity":"sha512-kNVpj76E9ndqJYNsG7s/isDfeROw/eTmQQXCKzQOUm9dxWGYQfkSx/lXmjt4LgPIVKL1nWsdXm2w6Lkt0Issow=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.5afd053d7_1631666572145_0.6715657367403989"},"_hasShrinkwrap":false,"publish_time":1631666572372,"_cnpm_publish_time":1631666572372,"_cnpmcore_publish_time":"2021-12-16T15:16:20.055Z","contributors":[]},"0.12.0-canary.0281e06de":{"name":"@firebase/database","version":"0.12.0-canary.0281e06de","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.0281e06de","@firebase/util":"1.3.0-canary.0281e06de","@firebase/component":"0.5.6-canary.0281e06de","@firebase/auth-interop-types":"0.1.6-canary.0281e06de","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.0281e06de","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.0281e06de","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"52d7bd78667d71d6aeb429bec246e8f1285ffc1d","size":1048036,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.0281e06de.tgz","integrity":"sha512-j+1/JYxyrSaPksKvYcZFHdf4tfQ63qWhiPz8bc9ufn2kG6AdvPKOURgeTJPHcPNsTVqmmwVCpgmxXDCGWib0lg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.0281e06de_1631661879545_0.5729852672060907"},"_hasShrinkwrap":false,"publish_time":1631661879742,"_cnpm_publish_time":1631661879742,"_cnpmcore_publish_time":"2021-12-16T15:16:21.366Z","contributors":[]},"0.12.0-canary.456d664ae":{"name":"@firebase/database","version":"0.12.0-canary.456d664ae","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.456d664ae","@firebase/util":"1.3.0-canary.456d664ae","@firebase/component":"0.5.6-canary.456d664ae","@firebase/auth-interop-types":"0.1.6-canary.456d664ae","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.456d664ae","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.456d664ae","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"9875bea8c8a382e7ad1392031e52cbbb4bbb85d1","size":1048040,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.456d664ae.tgz","integrity":"sha512-Tc8swkMGeiCxptc2BlQZ0++wyNs3K0nJhoXwA7iAHxLwK5Sk6K5mRjJ1shonG2U7ly/w1rjqvK4nNf6Nrg+PaQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.456d664ae_1631656362551_0.7121266842734717"},"_hasShrinkwrap":false,"publish_time":1631656362726,"_cnpm_publish_time":1631656362726,"_cnpmcore_publish_time":"2021-12-16T15:16:22.431Z","contributors":[]},"0.12.0-canary.3846fb049":{"name":"@firebase/database","version":"0.12.0-canary.3846fb049","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.3846fb049","@firebase/util":"1.3.0-canary.3846fb049","@firebase/component":"0.5.6-canary.3846fb049","@firebase/auth-interop-types":"0.1.6-canary.3846fb049","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.3846fb049","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.3846fb049","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"e7492f4772a2f44dbaae69307d35b7ea3251f5d2","size":1048042,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.3846fb049.tgz","integrity":"sha512-toDN9fl2+0mGNHpCoP4CtPWS3kaYUjWtfo9OlSrXK9vERM0oWIeammzSTietQWC8XvYykEX4TTL4e/vUmLSgRg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.3846fb049_1631652343868_0.8932072202174499"},"_hasShrinkwrap":false,"publish_time":1631652344683,"_cnpm_publish_time":1631652344683,"_cnpmcore_publish_time":"2021-12-16T15:16:23.569Z","contributors":[]},"0.12.0-canary.5f8b16808":{"name":"@firebase/database","version":"0.12.0-canary.5f8b16808","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.5f8b16808","@firebase/util":"1.3.0-canary.5f8b16808","@firebase/component":"0.5.6-canary.5f8b16808","@firebase/auth-interop-types":"0.1.6-canary.5f8b16808","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.5f8b16808","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.5f8b16808","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"27125ca86d35c026c5eba28641d9420706d14dc8","size":1048038,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.5f8b16808.tgz","integrity":"sha512-ocq+uJ2Kn6YHFFJmNyOfvmtbKAjbcw/8nK8aaGTZqZFuuUovOx05WncNoodhov2et2dbndUwf1EZs/bJZrzYrg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.5f8b16808_1631568818736_0.7241350648219864"},"_hasShrinkwrap":false,"publish_time":1631568818961,"_cnpm_publish_time":1631568818961,"_cnpmcore_publish_time":"2021-12-16T15:16:24.968Z","contributors":[]},"0.12.0-canary.d164cb905":{"name":"@firebase/database","version":"0.12.0-canary.d164cb905","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.d164cb905","@firebase/util":"1.3.0-canary.d164cb905","@firebase/component":"0.5.6-canary.d164cb905","@firebase/auth-interop-types":"0.1.6-canary.d164cb905","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.d164cb905","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.d164cb905","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"ee500a363a375ffc17be202b4d4ffa585ef3e2eb","size":1048040,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.d164cb905.tgz","integrity":"sha512-mhFwcdAWRk84vMwaU4uHLBwNgC4ovNnGRumfeDt9nl72zhYXoeKJFRgtstust1LGn6yJ8xRMEg/4hZLBtgiVOQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.d164cb905_1631302039224_0.045604411429190694"},"_hasShrinkwrap":false,"publish_time":1631302039514,"_cnpm_publish_time":1631302039514,"_cnpmcore_publish_time":"2021-12-16T15:16:26.620Z","contributors":[]},"0.12.0-canary.abbf3be93":{"name":"@firebase/database","version":"0.12.0-canary.abbf3be93","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.abbf3be93","@firebase/util":"1.3.0-canary.abbf3be93","@firebase/component":"0.5.6-canary.abbf3be93","@firebase/auth-interop-types":"0.1.6-canary.abbf3be93","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.abbf3be93","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.abbf3be93","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"e10b7b79ff2be96e33955da9f03a0b191f225a28","size":1048036,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.abbf3be93.tgz","integrity":"sha512-m/E+J6B6e/M3Ypk0/e2KXBuCWrF+cuT0KF8Db5de7J6jacpsi7dh8cOEXSiGROmpFcpRuU3mbYEMXMC9xBhWDw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.abbf3be93_1631296779407_0.6500551506411931"},"_hasShrinkwrap":false,"publish_time":1631296779672,"_cnpm_publish_time":1631296779672,"_cnpmcore_publish_time":"2021-12-16T15:16:28.148Z","contributors":[]},"0.12.0-canary.21866c268":{"name":"@firebase/database","version":"0.12.0-canary.21866c268","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.21866c268","@firebase/util":"1.3.0-canary.21866c268","@firebase/component":"0.5.6-canary.21866c268","@firebase/auth-interop-types":"0.1.6-canary.21866c268","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.21866c268","rollup":"2.56.3","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.21866c268","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"9fff685ae64ca66038141cd1de09692df2b18a44","size":1048042,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.21866c268.tgz","integrity":"sha512-BF6IUBgIx/JZy4UxKRAUekOC5AyiTxtn2MDkqshl8G7IOk5m3Yzzy57ormKyNihj8HZNoFIf953MIu51y6tlFw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.21866c268_1631243889679_0.874621303897168"},"_hasShrinkwrap":false,"publish_time":1631243889897,"_cnpm_publish_time":1631243889897,"_cnpmcore_publish_time":"2021-12-16T15:16:30.044Z","contributors":[]},"0.12.0-canary.a81979a8b":{"name":"@firebase/database","version":"0.12.0-canary.a81979a8b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.a81979a8b","@firebase/util":"1.3.0-canary.a81979a8b","@firebase/component":"0.5.6-canary.a81979a8b","@firebase/auth-interop-types":"0.1.6-canary.a81979a8b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.a81979a8b","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.a81979a8b","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"27fe5db8ce6e6da205075b25445cb0baee8af15b","size":1047997,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.a81979a8b.tgz","integrity":"sha512-6CRsHxoLl+4Hrf4f7P4cx3bySDEtwkze0I/uN2HIaFsCyOd/X9F6qDYzRJTfJ8aXTqOaYNZDVUWHdR7leBb+xg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.a81979a8b_1631229548777_0.7761873023545145"},"_hasShrinkwrap":false,"publish_time":1631229548985,"_cnpm_publish_time":1631229548985,"_cnpmcore_publish_time":"2021-12-16T15:16:31.073Z","contributors":[]},"0.12.0-canary.e039e1472":{"name":"@firebase/database","version":"0.12.0-canary.e039e1472","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.e039e1472","@firebase/util":"1.3.0-canary.e039e1472","@firebase/component":"0.5.6-canary.e039e1472","@firebase/auth-interop-types":"0.1.6-canary.e039e1472","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.e039e1472","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.e039e1472","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"fa61207a3a8a42c2ff081b147ef7ac8803945606","size":1047996,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.e039e1472.tgz","integrity":"sha512-fNM6qDsmv3zaHEfBVyC3qwo0taJh1LUyUF8Q+VroHJ14c4vCM6hSLckFWQ5X3uTlkh6R1y+/6HFveJHil3DI8Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.e039e1472_1631229377364_0.5271474109083611"},"_hasShrinkwrap":false,"publish_time":1631229377587,"_cnpm_publish_time":1631229377587,"_cnpmcore_publish_time":"2021-12-16T15:16:32.246Z","contributors":[]},"0.12.0-canary.1271c9cde":{"name":"@firebase/database","version":"0.12.0-canary.1271c9cde","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.1271c9cde","@firebase/util":"1.3.0-canary.1271c9cde","@firebase/component":"0.5.6-canary.1271c9cde","@firebase/auth-interop-types":"0.1.6-canary.1271c9cde","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.1271c9cde","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.1271c9cde","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"91633aec394ffeb2a988bbcdf177064b440d4bd4","size":1047987,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.1271c9cde.tgz","integrity":"sha512-pEsEf9JRdDKWVdKHlE9jDEw3LByaB8b/v5ki09nIl8UTb2vxpSSf5YvZrpHO5+n1K5iQmC2NmJEZQr6JP7XXlA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.1271c9cde_1631229228476_0.6890771106941462"},"_hasShrinkwrap":false,"publish_time":1631229228822,"_cnpm_publish_time":1631229228822,"_cnpmcore_publish_time":"2021-12-16T15:16:34.338Z","contributors":[]},"0.12.0-canary.7f9d8f941":{"name":"@firebase/database","version":"0.12.0-canary.7f9d8f941","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.7f9d8f941","@firebase/util":"1.3.0-canary.7f9d8f941","@firebase/component":"0.5.6-canary.7f9d8f941","@firebase/auth-interop-types":"0.1.6-canary.7f9d8f941","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.7f9d8f941","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.7f9d8f941","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"7091ac9a69f9f86f8b4b402c8f62bb853a6dd400","size":1047998,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.7f9d8f941.tgz","integrity":"sha512-KK8Y8DNgXB/tZ15xFscfWlR5Qgn6NX98pSHoRdPpVR1nWl+KwJRrEO4afpnb9PQuHFKmdoKtR7OjKaND7TcITw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.7f9d8f941_1631229169016_0.25387976410798085"},"_hasShrinkwrap":false,"publish_time":1631229169220,"_cnpm_publish_time":1631229169220,"_cnpmcore_publish_time":"2021-12-16T15:16:36.352Z","contributors":[]},"0.12.0-canary.a9809f24c":{"name":"@firebase/database","version":"0.12.0-canary.a9809f24c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.a9809f24c","@firebase/util":"1.3.0-canary.a9809f24c","@firebase/component":"0.5.6-canary.a9809f24c","@firebase/auth-interop-types":"0.1.6-canary.a9809f24c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.a9809f24c","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.a9809f24c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"94484a4ce1df102ba4ff011c0ea3d4519eff1d18","size":1047996,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.a9809f24c.tgz","integrity":"sha512-76mea4R1z/MXMtuagUj3I1fCLHVQbZidh4CjhIzhr48ErB0ghieWQYgtjyi8aOVDdFcHWIJjtXgMy6Dvtw3HTw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.a9809f24c_1631221936721_0.2923024050995948"},"_hasShrinkwrap":false,"publish_time":1631221936918,"_cnpm_publish_time":1631221936918,"_cnpmcore_publish_time":"2021-12-16T15:16:37.716Z","contributors":[]},"0.12.0-canary.a4b7003fd":{"name":"@firebase/database","version":"0.12.0-canary.a4b7003fd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.a4b7003fd","@firebase/util":"1.3.0-canary.a4b7003fd","@firebase/component":"0.5.6-canary.a4b7003fd","@firebase/auth-interop-types":"0.1.6-canary.a4b7003fd","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.a4b7003fd","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.a4b7003fd","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"78a6bc1d79c0144334644e5d2acc4188f2565f29","size":1047995,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.a4b7003fd.tgz","integrity":"sha512-cNUz197963YwtTzF7DkdzpGDMvhfdV31jEyguR6LJyaAeU5qOBLUv65nv3U251WQeU3FQs9JzAKV8SVWlxesmQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.a4b7003fd_1631219544433_0.2034669727534264"},"_hasShrinkwrap":false,"publish_time":1631219544715,"_cnpm_publish_time":1631219544715,"_cnpmcore_publish_time":"2021-12-16T15:16:38.547Z","contributors":[]},"0.12.0-canary.dca28a10d":{"name":"@firebase/database","version":"0.12.0-canary.dca28a10d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.dca28a10d","@firebase/util":"1.3.0-canary.dca28a10d","@firebase/component":"0.5.6-canary.dca28a10d","@firebase/auth-interop-types":"0.1.6-canary.dca28a10d","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.dca28a10d","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.dca28a10d","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"bb80ca25c9525be838c26460dd1022d0b71d6a35","size":1047992,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.dca28a10d.tgz","integrity":"sha512-f1Gcbnip9Bhite6WBJDIhQExJj0/+tJUTmln1ScOzwR5Mog5e0k5kEiFIvfomWck4dvol0tPOWEyj35XMJhu8A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.dca28a10d_1631150888332_0.9946312299515352"},"_hasShrinkwrap":false,"publish_time":1631150888611,"_cnpm_publish_time":1631150888611,"_cnpmcore_publish_time":"2021-12-16T15:16:39.822Z","contributors":[]},"0.12.0-canary.66d4a1e5d":{"name":"@firebase/database","version":"0.12.0-canary.66d4a1e5d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.66d4a1e5d","@firebase/util":"1.3.0-canary.66d4a1e5d","@firebase/component":"0.5.6-canary.66d4a1e5d","@firebase/auth-interop-types":"0.1.6-canary.66d4a1e5d","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.66d4a1e5d","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.66d4a1e5d","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"bac966d1648086f8408b87558a947d921bd41025","size":1047995,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.66d4a1e5d.tgz","integrity":"sha512-x9/cv8BsnGM6J6SMg+NUAgcCL5a/m7yOa5LzwuOufLphp+QewJCa62vMxUbCX/PTYOZr82TuzcrrKCH4ZNtOzw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.66d4a1e5d_1631146044419_0.08918674534301818"},"_hasShrinkwrap":false,"publish_time":1631146044683,"_cnpm_publish_time":1631146044683,"_cnpmcore_publish_time":"2021-12-16T15:16:41.864Z","contributors":[]},"0.12.0-canary.d9808aabb":{"name":"@firebase/database","version":"0.12.0-canary.d9808aabb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.d9808aabb","@firebase/util":"1.3.0-canary.d9808aabb","@firebase/component":"0.5.6-canary.d9808aabb","@firebase/auth-interop-types":"0.1.6-canary.d9808aabb","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.d9808aabb","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.d9808aabb","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"9b1470875639ed4131bc3be5955dce31fcb06f1d","size":1047994,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.d9808aabb.tgz","integrity":"sha512-ugIcuLVzDu/RoSjC2OvB6ovl4AO7SJnS9baglwRZxuz8bo8zorrIOtrSVtp3MJBuh+1bnVlrUt8AXI34qnbfEg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.d9808aabb_1631143886902_0.16133492695617013"},"_hasShrinkwrap":false,"publish_time":1631143887144,"_cnpm_publish_time":1631143887144,"_cnpmcore_publish_time":"2021-12-16T15:16:43.200Z","contributors":[]},"0.12.0-canary.271303f3c":{"name":"@firebase/database","version":"0.12.0-canary.271303f3c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.271303f3c","@firebase/util":"1.3.0-canary.271303f3c","@firebase/component":"0.5.6-canary.271303f3c","@firebase/auth-interop-types":"0.1.6-canary.271303f3c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.271303f3c","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.271303f3c","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"cf519816df665abb481ab3d4f1abb9437f73b767","size":1047997,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.271303f3c.tgz","integrity":"sha512-Orc+RuA7CI9kHAv6PgHrhiIaRbHxZ2it1vRBkcdfupmCQK3y8h6aL5j0lDjxrHzl0O2Xqc/YEdL5iNTs5WMSJQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.271303f3c_1631142754758_0.6041385257661658"},"_hasShrinkwrap":false,"publish_time":1631142754980,"_cnpm_publish_time":1631142754980,"_cnpmcore_publish_time":"2021-12-16T15:16:44.708Z","contributors":[]},"0.12.0-canary.b8462f248":{"name":"@firebase/database","version":"0.12.0-canary.b8462f248","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.b8462f248","@firebase/util":"1.3.0-canary.b8462f248","@firebase/component":"0.5.6-canary.b8462f248","@firebase/auth-interop-types":"0.1.6-canary.b8462f248","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.b8462f248","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.b8462f248","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"2f4080e90cf3c9fdc2148a7a6eb2e1356fb86e3d","size":1047999,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.b8462f248.tgz","integrity":"sha512-VrJsTg/D1DwsvLmqPBWG5Bz6+qjOZG7CSz2Cyiit4q5jlMNz0fhb6vG1wWjZ+0xrgXwx7S1EClvoVwfDvx1/mQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.b8462f248_1631138195466_0.9643607138413821"},"_hasShrinkwrap":false,"publish_time":1631138195702,"_cnpm_publish_time":1631138195702,"_cnpmcore_publish_time":"2021-12-16T15:16:46.027Z","contributors":[]},"0.12.0-canary.deda8cd85":{"name":"@firebase/database","version":"0.12.0-canary.deda8cd85","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.deda8cd85","@firebase/util":"1.3.0-canary.deda8cd85","@firebase/component":"0.5.6-canary.deda8cd85","@firebase/auth-interop-types":"0.1.6-canary.deda8cd85","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.deda8cd85","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.deda8cd85","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"e0d0c7e96bfd569fec9ec95b87004e22197286b4","size":1047991,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.deda8cd85.tgz","integrity":"sha512-Jtiz1WUxs2jXnN7M2CTquD2vlE7D0k0hL0d197ehv+ZS2BkLp86GLWMz3O5tE2iSgGprDV9WLMhos+im0AHNUQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.deda8cd85_1631128176533_0.05739771339913835"},"_hasShrinkwrap":false,"publish_time":1631128176794,"_cnpm_publish_time":1631128176794,"_cnpmcore_publish_time":"2021-12-16T15:16:47.754Z","contributors":[]},"0.12.0-canary.2bbbc51fa":{"name":"@firebase/database","version":"0.12.0-canary.2bbbc51fa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.2bbbc51fa","@firebase/util":"1.3.0-canary.2bbbc51fa","@firebase/component":"0.5.6-canary.2bbbc51fa","@firebase/auth-interop-types":"0.1.6-canary.2bbbc51fa","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.2bbbc51fa","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.2bbbc51fa","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"cace9148b2b9e302294891efdffd44dbf7d3a531","size":1047993,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.2bbbc51fa.tgz","integrity":"sha512-ma8JxhDSpNrnXyoM9GT4neE/4wY1HUOgWNJLAmJSNKfJuhf2VxipT+8puFomRtN0PJ/7GaM8/4sTSQFsE612kw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.2bbbc51fa_1631122391545_0.26514093662627136"},"_hasShrinkwrap":false,"publish_time":1631122391764,"_cnpm_publish_time":1631122391764,"_cnpmcore_publish_time":"2021-12-16T15:16:49.233Z","contributors":[]},"0.12.0-canary.4a4796862":{"name":"@firebase/database","version":"0.12.0-canary.4a4796862","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.4a4796862","@firebase/util":"1.3.0-canary.4a4796862","@firebase/component":"0.5.6-canary.4a4796862","@firebase/auth-interop-types":"0.1.6-canary.4a4796862","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.4a4796862","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.4a4796862","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"aa39d8218ae666987a09e2cc80c6281fed7a7b5e","size":1048000,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.4a4796862.tgz","integrity":"sha512-8lWRv748M1kI/DOaSTUiVoEiSXL+2tcykaaKOOf/W29alWoYR6ShboC7p5wDGpSlcGEcQn3FxCJe+IAlFxYgrQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.4a4796862_1631122329669_0.9132551354675265"},"_hasShrinkwrap":false,"publish_time":1631122329984,"_cnpm_publish_time":1631122329984,"_cnpmcore_publish_time":"2021-12-16T15:16:50.720Z","contributors":[]},"0.12.0-canary.449b2f5e2":{"name":"@firebase/database","version":"0.12.0-canary.449b2f5e2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.449b2f5e2","@firebase/util":"1.3.0-canary.449b2f5e2","@firebase/component":"0.5.6-canary.449b2f5e2","@firebase/auth-interop-types":"0.1.6-canary.449b2f5e2","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.449b2f5e2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.449b2f5e2","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"906167ffe29fd53b30e81ffd5c7c08fd989048f6","size":1048007,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.449b2f5e2.tgz","integrity":"sha512-joBUnLK0hU5tnZpNSqF85E7uELNafwGwOJB2yOprv2LCZm4OF1aeurDCcVV0UjGAGFhIwUlJFnbLq04p/MY2nQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.449b2f5e2_1630539296154_0.23460783338823088"},"_hasShrinkwrap":false,"publish_time":1630539296376,"_cnpm_publish_time":1630539296376,"_cnpmcore_publish_time":"2021-12-16T15:16:51.415Z","contributors":[]},"0.12.0-canary.6e579950a":{"name":"@firebase/database","version":"0.12.0-canary.6e579950a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.6e579950a","@firebase/util":"1.3.0-canary.6e579950a","@firebase/component":"0.5.6-canary.6e579950a","@firebase/auth-interop-types":"0.1.6-canary.6e579950a","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.6e579950a","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.6e579950a","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"cd0a2c78086725dc3c3bcc54456f2ce3f9e855f6","size":1048008,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.6e579950a.tgz","integrity":"sha512-q60xnr0SKxmhIz8MLdne0r/Ais7sf4sIpEkYzeNRT9bWBRtpWmCw8p6b/BrMH7PUsByarEke2qDlHjy8DJx9Sg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.6e579950a_1630539244782_0.04139033878342491"},"_hasShrinkwrap":false,"publish_time":1630539245014,"_cnpm_publish_time":1630539245014,"_cnpmcore_publish_time":"2021-12-16T15:16:52.556Z","contributors":[]},"0.12.0-canary.0fdcda011":{"name":"@firebase/database","version":"0.12.0-canary.0fdcda011","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.0fdcda011","@firebase/util":"1.3.0-canary.0fdcda011","@firebase/component":"0.5.6-canary.0fdcda011","@firebase/auth-interop-types":"0.1.6-canary.0fdcda011","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.0fdcda011","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.0fdcda011","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"3265f95ba8681ce8424a285e24e6fdd75c2f9048","size":1047998,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.0fdcda011.tgz","integrity":"sha512-ul3u9IqRSwI6AmO83fL/5sm0dvybNj6C+qPnuMuhnHbv7xr8x+uRFpIV9o16nLqTLRNaYcthFbE29TTu7oD7pA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.0fdcda011_1630538896404_0.9686528037962765"},"_hasShrinkwrap":false,"publish_time":1630538896654,"_cnpm_publish_time":1630538896654,"_cnpmcore_publish_time":"2021-12-16T15:16:53.717Z","contributors":[]},"0.12.0-canary.08ec55d6d":{"name":"@firebase/database","version":"0.12.0-canary.08ec55d6d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.08ec55d6d","@firebase/util":"1.3.0-canary.08ec55d6d","@firebase/component":"0.5.6-canary.08ec55d6d","@firebase/auth-interop-types":"0.1.6-canary.08ec55d6d","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.08ec55d6d","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.08ec55d6d","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"c6b67fce985053d534343b85cc2f8bd51b2a8566","size":1048005,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.08ec55d6d.tgz","integrity":"sha512-DV7LiIynm73css/lef7M0DVM4T0/XIoPaFXO7vO6WKEQ3lPw0PEFme4/jP+yTBoxrJPQZDIb7rVvf+T7gQs4cg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.08ec55d6d_1630530649640_0.2628878433946211"},"_hasShrinkwrap":false,"publish_time":1630530649808,"_cnpm_publish_time":1630530649808,"_cnpmcore_publish_time":"2021-12-16T15:16:55.049Z","contributors":[]},"0.12.0-canary.bc3b405f5":{"name":"@firebase/database","version":"0.12.0-canary.bc3b405f5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.bc3b405f5","@firebase/util":"1.3.0-canary.bc3b405f5","@firebase/component":"0.5.6-canary.bc3b405f5","@firebase/auth-interop-types":"0.1.6-canary.bc3b405f5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.bc3b405f5","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.bc3b405f5","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"4e1ef82a320381c74b389130f8f7e3b140448597","size":1048007,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.bc3b405f5.tgz","integrity":"sha512-qzDI6VxRGp8sIxuJgZ+/r1Oro715569MrVFSHwtoCBCtL+nrFkLnOIlqFp/0jIwiP7GL9IoYwtG9Y1oHVozpNg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.bc3b405f5_1630445897603_0.561689212920697"},"_hasShrinkwrap":false,"publish_time":1630445897847,"_cnpm_publish_time":1630445897847,"_cnpmcore_publish_time":"2021-12-16T15:16:56.321Z","contributors":[]},"0.12.0-canary.cd15df0d1":{"name":"@firebase/database","version":"0.12.0-canary.cd15df0d1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.cd15df0d1","@firebase/util":"1.3.0-canary.cd15df0d1","@firebase/component":"0.5.6-canary.cd15df0d1","@firebase/auth-interop-types":"0.1.6-canary.cd15df0d1","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.cd15df0d1","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.cd15df0d1","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"ed10db15b2fe06a9c8f186d5a14c3b771696696a","size":1048003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.cd15df0d1.tgz","integrity":"sha512-U1UzAJToPUVj8R7+L7LmeEpI5Q4T56YiadViugBOfksr9r1fYXMc2vkT0Lm2+a8IpzFJk2rOCL2BwB9bJrxMHA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.cd15df0d1_1630346579083_0.8613994063624522"},"_hasShrinkwrap":false,"publish_time":1630346579383,"_cnpm_publish_time":1630346579383,"_cnpmcore_publish_time":"2021-12-16T15:16:57.424Z","contributors":[]},"0.12.0-canary.45db2b747":{"name":"@firebase/database","version":"0.12.0-canary.45db2b747","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.45db2b747","@firebase/util":"1.3.0-canary.45db2b747","@firebase/component":"0.5.6-canary.45db2b747","@firebase/auth-interop-types":"0.1.6-canary.45db2b747","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.45db2b747","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.45db2b747","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"28dd9ea8c80f701823e2ab90b9f044cb7d46c85b","size":1048009,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.45db2b747.tgz","integrity":"sha512-2Wdiis2uS8WnDfGSt0JNGgC1C4i6RibldlUz+tvSTWLdDAvR1Byy3nbXCypT9KTaFiGD8SastbT2UcbWuKWxbQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.45db2b747_1630346561293_0.43583035292113137"},"_hasShrinkwrap":false,"publish_time":1630346561530,"_cnpm_publish_time":1630346561530,"_cnpmcore_publish_time":"2021-12-16T15:16:58.630Z","contributors":[]},"0.12.0-canary.66596f3f8":{"name":"@firebase/database","version":"0.12.0-canary.66596f3f8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.66596f3f8","@firebase/util":"1.3.0-canary.66596f3f8","@firebase/component":"0.5.6-canary.66596f3f8","@firebase/auth-interop-types":"0.1.6-canary.66596f3f8","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.66596f3f8","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.66596f3f8","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"2408574975f3b861f32c9361f53d9bb2ce69645e","size":1048010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.66596f3f8.tgz","integrity":"sha512-ydbj5lRos3egwdVfVtv/ayP0D0JrnwqXaEHPZYAOYC4DpATZ3DutGNK7HAwGKpg3r0ftFVxWXJoAgCaggaTwAg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.66596f3f8_1630346516139_0.9636719726280512"},"_hasShrinkwrap":false,"publish_time":1630346516323,"_cnpm_publish_time":1630346516323,"_cnpmcore_publish_time":"2021-12-16T15:16:59.591Z","contributors":[]},"0.12.0-canary.1b33fda40":{"name":"@firebase/database","version":"0.12.0-canary.1b33fda40","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.1b33fda40","@firebase/util":"1.3.0-canary.1b33fda40","@firebase/component":"0.5.6-canary.1b33fda40","@firebase/auth-interop-types":"0.1.6-canary.1b33fda40","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.1b33fda40","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.1b33fda40","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"008b6626ac84d2598e047f7af8abe4c268d6cfde","size":1048005,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.1b33fda40.tgz","integrity":"sha512-9tTdv5RdanScujrjBDtOB/iNZCyUW694q1uMCXOl7L06S6NGFMBoN8hdxFX+7iybxkNrs53PTC/IIiMSmWyItw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.1b33fda40_1630346409836_0.9710878688303333"},"_hasShrinkwrap":false,"publish_time":1630346410029,"_cnpm_publish_time":1630346410029,"_cnpmcore_publish_time":"2021-12-16T15:17:00.545Z","contributors":[]},"0.12.0-canary.6163bb282":{"name":"@firebase/database","version":"0.12.0-canary.6163bb282","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.6163bb282","@firebase/util":"1.3.0-canary.6163bb282","@firebase/component":"0.5.6-canary.6163bb282","@firebase/auth-interop-types":"0.1.6-canary.6163bb282","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.6163bb282","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.6163bb282","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"16dd1c611543e9a03819b322b6b1f88fc2d558dc","size":1048008,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.6163bb282.tgz","integrity":"sha512-KHiSGrNce2KqSMOXmvLWQEl3uW9svgUb3E12B2x+3bdwDEAFnS4HifhlzV4/Ydza4XbFOGCJx7XCIit9STvAUg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.6163bb282_1630346366401_0.17402972855202048"},"_hasShrinkwrap":false,"publish_time":1630346366656,"_cnpm_publish_time":1630346366656,"_cnpmcore_publish_time":"2021-12-16T15:17:02.020Z","contributors":[]},"0.12.0-canary.509c18fbc":{"name":"@firebase/database","version":"0.12.0-canary.509c18fbc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.509c18fbc","@firebase/util":"1.3.0-canary.509c18fbc","@firebase/component":"0.5.6-canary.509c18fbc","@firebase/auth-interop-types":"0.1.6-canary.509c18fbc","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.509c18fbc","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.509c18fbc","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"eae0877211dd347888b7a4835eff96574cfabd39","size":1048005,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.509c18fbc.tgz","integrity":"sha512-ovtriEd2LRx33jcMcRbz8RkNuW5bxMY3l7XxPPW3WlYrOvK24C7aOb4DH4YQbzaiL5JuTVu86DxGz3IylMT05g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.509c18fbc_1630022476584_0.07154475500483892"},"_hasShrinkwrap":false,"publish_time":1630022476883,"_cnpm_publish_time":1630022476883,"_cnpmcore_publish_time":"2021-12-16T15:17:03.884Z","contributors":[]},"0.12.0-canary.8b8ec0d99":{"name":"@firebase/database","version":"0.12.0-canary.8b8ec0d99","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.8b8ec0d99","@firebase/util":"1.3.0-canary.8b8ec0d99","@firebase/component":"0.5.6-canary.8b8ec0d99","@firebase/auth-interop-types":"0.1.6-canary.8b8ec0d99","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.8b8ec0d99","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.8b8ec0d99","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"d2f078b2ba74588743dd95129b14a09204e37300","size":1048006,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.8b8ec0d99.tgz","integrity":"sha512-ibY6xwaRJcwfmq3jBjgvToTGrr8EIV3ZclmEePXdRsHgibRoVjqS2ctV1NQ6qt/5wpJKb3Hi2VFo3J1JiWEvTg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.8b8ec0d99_1630011576527_0.14030368984673247"},"_hasShrinkwrap":false,"publish_time":1630011576815,"_cnpm_publish_time":1630011576815,"_cnpmcore_publish_time":"2021-12-16T15:17:05.415Z","contributors":[]},"0.12.0-canary.d0d3acb10":{"name":"@firebase/database","version":"0.12.0-canary.d0d3acb10","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.d0d3acb10","@firebase/util":"1.3.0-canary.d0d3acb10","@firebase/component":"0.5.6-canary.d0d3acb10","@firebase/auth-interop-types":"0.1.6-canary.d0d3acb10","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.d0d3acb10","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.d0d3acb10","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"b4345659233e0574630bf54985c2c78c59527f91","size":1048003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.d0d3acb10.tgz","integrity":"sha512-Eae7WPwy6g36uqaS/x1pF1bmJiPaeRHbw0gvi2I7osqnk0xIE7FlS/1xdU8KCPWn1pqzy0ri8HQ7JtocZSQcyA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.d0d3acb10_1629997782873_0.2940762468940734"},"_hasShrinkwrap":false,"publish_time":1629997783077,"_cnpm_publish_time":1629997783077,"_cnpmcore_publish_time":"2021-12-16T15:17:07.031Z","contributors":[]},"0.11.0-canary.2d4f797c0":{"name":"@firebase/database","version":"0.11.0-canary.2d4f797c0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.2d4f797c0","@firebase/util":"1.3.0-canary.2d4f797c0","@firebase/component":"0.5.6-canary.2d4f797c0","@firebase/auth-interop-types":"0.1.6-canary.2d4f797c0","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.2d4f797c0","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.2d4f797c0","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"5934d4382de6e87041e730036e9089e34952dd65","size":1047884,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.2d4f797c0.tgz","integrity":"sha512-yAs15ZhO2dryNPs+ENe64S1N4uZEXMFlXJXVoXmgqj1O4O0lP2whVvgX71H7SeOOUOBnNQRApISCMx96tKxJtw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.2d4f797c0_1629851193829_0.7032569536903026"},"_hasShrinkwrap":false,"publish_time":1629851194104,"_cnpm_publish_time":1629851194104,"_cnpmcore_publish_time":"2021-12-16T15:17:14.097Z","contributors":[]},"0.11.0-canary.69f6f4d00":{"name":"@firebase/database","version":"0.11.0-canary.69f6f4d00","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.69f6f4d00","@firebase/util":"1.3.0-canary.69f6f4d00","@firebase/component":"0.5.6-canary.69f6f4d00","@firebase/auth-interop-types":"0.1.6-canary.69f6f4d00","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.69f6f4d00","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.69f6f4d00","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"3490181d9c169ebef38202cfd2538c83b422dbe2","size":1047883,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.69f6f4d00.tgz","integrity":"sha512-fCKum5ExE62cMqEmjNnBUGFdFK8c/W8qOPEHENolGbWr9ag6xK1Pl4dpdRJ1j6P8wyvCzVJZZHdODWYZpNTuDw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.69f6f4d00_1629849635832_0.05544285448635078"},"_hasShrinkwrap":false,"publish_time":1629849636188,"_cnpm_publish_time":1629849636188,"_cnpmcore_publish_time":"2021-12-16T15:17:17.140Z","contributors":[]},"0.11.0-canary.cdada6c68":{"name":"@firebase/database","version":"0.11.0-canary.cdada6c68","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.cdada6c68","@firebase/util":"1.3.0-canary.cdada6c68","@firebase/component":"0.5.6-canary.cdada6c68","@firebase/auth-interop-types":"0.1.6-canary.cdada6c68","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.cdada6c68","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.cdada6c68","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"cc41d2fd2f89b14f5df98a41ca1800f4e8237d18","size":1047879,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.cdada6c68.tgz","integrity":"sha512-tYb8mMyDuCEZ3jVxwkMt5bVvGdL5OGlTnuztIlttQp5vYJg6e7YLkqUvbzc2i04UymIggpeaczeFV/ppckuHbw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.cdada6c68_1629840147228_0.3587214418734861"},"_hasShrinkwrap":false,"publish_time":1629840147428,"_cnpm_publish_time":1629840147428,"_cnpmcore_publish_time":"2021-12-16T15:17:19.346Z","contributors":[]},"0.11.0-canary.0b75e9f46":{"name":"@firebase/database","version":"0.11.0-canary.0b75e9f46","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.8.0-canary.0b75e9f46","@firebase/logger":"0.2.6-canary.0b75e9f46","@firebase/util":"1.3.0-canary.0b75e9f46","@firebase/component":"0.5.6-canary.0b75e9f46","@firebase/auth-interop-types":"0.1.6-canary.0b75e9f46","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.0b75e9f46","@firebase/app-types":"0.6.3-canary.0b75e9f46","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.0b75e9f46","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"71bf64f13e10efba266a9cf81b068b7b96220ef6","size":2482557,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.0b75e9f46.tgz","integrity":"sha512-pFtT6ETgsxZDKoWKSaW5n5PGkUZ2bkrje3foglL4neN/4C5Ujw9wntwImlfhyTwtcClNGG2raDLKJFiGKhDVtQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.0b75e9f46_1629834103289_0.9740039616101788"},"_hasShrinkwrap":false,"publish_time":1629834103600,"_cnpm_publish_time":1629834103600,"_cnpmcore_publish_time":"2021-12-16T15:17:23.431Z","contributors":[]},"0.12.5-canary.d612d6f6e":{"name":"@firebase/database","version":"0.12.5-canary.d612d6f6e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.d612d6f6e","@firebase/util":"1.4.3-canary.d612d6f6e","@firebase/component":"0.5.10-canary.d612d6f6e","@firebase/auth-interop-types":"0.1.6-canary.d612d6f6e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.d612d6f6e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.d612d6f6e","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-kkt9UNfBVpBkb1RQh6KIPQwDoOg6a+4fSnElMFI4rrERct50lbTva51RT03t2H9sU6HBRyt470QU/aAomKf1pQ==","shasum":"49881b18ebb4b3f4daf422c62f7f85d16cf5c805","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.d612d6f6e.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8bziCRA9TVsSAnZWagAAwIoP/0IJt4Ls4/dJSK1tZ3Qz\nyp6t3yD2u5IJY/IMtgR2OqRGhTsS5HutayxhmXbjcGALnPXIOGZM9NW3QIpG\n+OCftClbbIsDVziz2MeqcUQbWCg82R+DNu1WP/vdWZdzBBmURRfzJC2HcDKA\nENC47PmamqHcJ5SwAJJiG3nv+ZRW/bK34mddFxrhW+VAgac91zpTOqLg2FiW\nJ9UftQ6aSLbSKwXTEuyi3bGos2E2TXxfbChDiEK1eRk7GYw4yigTrQlIODBz\nLK/K4Cp9GflWHy+v5p/vPiN+nvFf3jCH+em/hzjQTnS/n6UnIF3onIxhdocz\n/9Z/BztJmIoC9QVMKkymaI+GVcymyb7r+MZw0fP1OzxDEHFbyAAL0+1wzcV6\n//MuQDBvrW9Fm/Ky/GmrbaAA0RuvP/Fn6HhczkpqzTymaFD8S8XjhUmPNQ6W\nnGH/8A95zOUX/hQMk7N4uxz7dNrkfKAbd6AmktkQzWe7Q3vak3lum8diTe/i\nUF8N+DgDRHRqI/QyUKPCJI2R2cQzAxxWUK2tO5Ick4lDB+H8E0AhQbu5vEsl\nD6LeatknagJMbbW1Zmk9+xQo4MnskEs4h8ddhvg3CL8jbAlnycNr9zmvoZIs\n/USqYkFdl/w31kZQIbG8ZfKwK/+OwAT0QCX5fjsUryZTPE+2lP4P/9nD85xv\nw4Di\r\n=0PJI\r\n-----END PGP SIGNATURE-----\r\n","size":1678377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.d612d6f6e_1643232482220_0.2509289093352478"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T21:28:32.276Z","contributors":[]},"0.12.4-canary.e3a5248fc":{"name":"@firebase/database","version":"0.12.4-canary.e3a5248fc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e3a5248fc","@firebase/util":"1.4.2-canary.e3a5248fc","@firebase/component":"0.5.9-canary.e3a5248fc","@firebase/auth-interop-types":"0.1.6-canary.e3a5248fc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.e3a5248fc","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.e3a5248fc","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-dA6ENmXOqKWdlnhHSAcMhw1DXK1oHwa8fDbt0dbCH1w17R/p1Tu1Lu9I5yFoF7pEAigzRN2negWysdch+Q8J1w==","shasum":"2474e142882e6909bf8519db64c7d51078d30e96","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.e3a5248fc.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhs4i1CRA9TVsSAnZWagAAv9gP/ieL0VSQ+DCK3feqeZ4i\n7QfOk9HcuUizTZDbdE3YY4CVL89Q1iOyc52fFPDneVQ6FrI+ukblri+5KASK\ncGxkBTlCDNbC7B2zlqyr2ZUmIjBmd9RnA2Y4kPy6DkIDUXYGN9HlIBkvhU4+\nhYOwwLpUkLcqowimnbwHN8mBgIRym/Z2HlQfbYQRybA726KloRP49ams/rz6\nUHZRa2AkFaiyAbEkIMPfMwInmP+8VTbpA0w4DGrPISyn4Hlldy/0UaR0C4wZ\nejG2QL+MgLwSAfnR+4ZNER/KXulti8rop442/om+RwCMBTv8a6ltdD71qEbL\nSSkIXlkHS79kOvs0As4rKomEGPo88DfYTDqzkhtzcGhIURLuxBx+vm85YL+n\n/gJZoJVTipv6g/DhdEmrLVCZ710hP33OIPHIa3coumiTWEBTbyBFf5TI5lG7\n+80VKdl5X+nQ4KYZ91WNF6pUxZJVUAJ8Bp0WvFryNGN2oD4BH5rApMjr/eC4\n+QWYW59+aU03rr6p+ifv1Qi6YSkA47uoF9USjuNY5JucAM+eNixO8ubL8rg7\n7G3twKZTDaFMQX5U53bgOT57uZAOd7ryMk6R5IGJt21ZX+iQSTbDgjkLZ4Ap\niq2TrGM/FfKcY8xgPhaBp7P9zLoEVX3sP/f4FJEodu2zIR4KMugc3jG7HBnN\nNuct\r\n=F5se\r\n-----END PGP SIGNATURE-----\r\n","size":1678333,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.e3a5248fc_1639155893309_0.7403522618475511"},"_hasShrinkwrap":false,"publish_time":1639155893515,"_cnpm_publish_time":1639155893515,"_cnpmcore_publish_time":"2021-12-16T15:12:43.505Z","contributors":[]},"0.12.4-canary.8d9a09e18":{"name":"@firebase/database","version":"0.12.4-canary.8d9a09e18","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.8d9a09e18","@firebase/util":"1.4.2-canary.8d9a09e18","@firebase/component":"0.5.9-canary.8d9a09e18","@firebase/auth-interop-types":"0.1.6-canary.8d9a09e18","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.8d9a09e18","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.8d9a09e18","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-3JqDozyWNtFb8U5wOGtpiQE4KvwmCzeFqaidiJf5gQg4HbZaT/fr8RS7qH5CsMpHVwms/4kSX/HwdRlR9lw3ug==","shasum":"3d0e24ffe2c57508c2ded7fa00d8a79a612ca10f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.8d9a09e18.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsTtXCRA9TVsSAnZWagAA0XYP/3iV+fKKk19JJ9KLQ6Cm\n0QhnFzNTzg30d9MlRAQQKGd1E4X+zfO3ssgLr+Qy9IaJsm9IeMqtiYaHpfle\nfHrhuONmSHtTC4OFqSextOHolxgFQBtBfXFBkvA/PYgKH8h6Z1Zar+27ibyc\n1aaUZ0QrgRjB0dT+0nD/Cyn4ukhNTQE8kvlYfBKTQueWx1WQh0hgz3kRCfPv\nVRKq2YyBlWJ1OmIR7+w8iSZx1Yn+rTObbR43fqzX3RtUX7qpGZOECUNL2T9P\ncx7eLmJLXpe9WaDIv8kLkLRl41/hq7cmeobiCwbG2A62AP4NG8gWEsB1IKll\n5M5J4L3X25sXT+LyQf+qHItXqZczVeeqOSgf9UJC3NzBI598Wf4SLb+trAcR\nnc2mzeUj6nuvCJzoASiKrTMPhRBtjLfEPc7ugt0lwSnVfCH4LbnDqL2lClvI\nI78jm/WyCKAyvfTaFJqbMGciV84EmejyPI4m4C1PMZjOTlXSyGKOjS7NsCBG\n8eSgTzbcNd/Ad8fOAWACI9JoViExx2DV8/S94b87hyhFOvtVML1s5vAFRI+9\nyHNCgDimed329AN1eLNQyjXeWq7f/zogFjDGnzCXVjBGkm/ZBlx4onYwcKYx\ntQkSscEEB4Th8Jd5lOMZnBBtO2al38VUOdLn/dWb8zpQJLibRpmJjp0y9dDY\nZuxW\r\n=Tgfm\r\n-----END PGP SIGNATURE-----\r\n","size":1678332,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.8d9a09e18_1639005015278_0.9276561600933042"},"_hasShrinkwrap":false,"publish_time":1639005015532,"_cnpm_publish_time":1639005015532,"_cnpmcore_publish_time":"2021-12-16T15:12:47.204Z","contributors":[]},"0.12.4-canary.a777385d6":{"name":"@firebase/database","version":"0.12.4-canary.a777385d6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.a777385d6","@firebase/util":"1.4.2-canary.a777385d6","@firebase/component":"0.5.9-canary.a777385d6","@firebase/auth-interop-types":"0.1.6-canary.a777385d6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.a777385d6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.a777385d6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-LhnYAsh1CV6sOuwQqSo7w9hZ9423J3cC1hw5DB2Jt7KfFi4sdxEzn4OV6dB7s1YHlfq+CyIfePu6PulUNBPaLw==","shasum":"6689c417ba34391edd005b6b2e2ec69fb6284c0c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.a777385d6.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhr+oACRA9TVsSAnZWagAAJm0P/RLPk8uDJ3ZQgsHeBs5k\nPKwpeClAVrcLkHhFsgsx6I2KQSRTjknAC8cNHJ58mNYcsYgHrDc6QJuCJ705\nwc/ueeVNyk68oMkMp5eYjUkeqbTufdYrBXo01VF/5uUUWmBpZ06V+3kosd6g\nzk0op7q06zucdyNOA3onZCdm55yRMWtK6riSdceoz7a8LKXzl8H0ebvBZLkI\ngNVC2zhCZU9G3AlBLzjHWxlWtEki5qJpyVtSJE1FBG5KV/HbXAi2novR6W9N\n0fdqG/308MsR0ePfg7Dgn/zrIJh/BMgcmeiU5KgBFPzymrUfgct+bkbtUmZn\n33LRzq884jAT+hobVTdbYT1DOidb6hzjytmXToJmbA/u7W3lsghnyVkWXFn8\nMVCnMMtIPI0eqepPTOPOwpNtfKjdhmg8F8UiOr75UuF/tzrlQb5j7Qx7Ukys\n/cohxIZBMtKnqXIZW0cP0N6YnteFI6svWopsvuaMYF8DJyRXhOClKYZ6mTid\nIhLYpesWKYq3Ozmy7e3znKStwtZPagJ2i2qb2Mx6VRYHE+O0R7ip9WsLYHJx\nZ7Qkl5lBtXWCjjQECAo9q2gZCVeTbA1mK0sqKX9KiJJXfx2BrcaoeDnmAth/\nc3SUGi9aYCoiaOgNgD/MdecsE4qCU3lYLazW0RLfHjSNg5kiiFuJt3VfthAL\nnYX5\r\n=vw6d\r\n-----END PGP SIGNATURE-----\r\n","size":1678336,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.a777385d6_1638918656277_0.30941357312379436"},"_hasShrinkwrap":false,"publish_time":1638918656496,"_cnpm_publish_time":1638918656496,"_cnpmcore_publish_time":"2021-12-16T15:12:48.982Z","contributors":[]},"0.12.4-canary.8298cf8a9":{"name":"@firebase/database","version":"0.12.4-canary.8298cf8a9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.8298cf8a9","@firebase/util":"1.4.2-canary.8298cf8a9","@firebase/component":"0.5.9-canary.8298cf8a9","@firebase/auth-interop-types":"0.1.6-canary.8298cf8a9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.10-canary.8298cf8a9","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.8298cf8a9","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-fW+E6y0emJgaXWTKHcoemrcl0Wsxa8EuysLmELKJE6T6Zd15PePQdtEw2Ceb/Pc4Y3gTl1NvONlqtBDwi3Jyng==","shasum":"af08beff570a9bc0508c56fc26e136414a77916c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.8298cf8a9.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqqCwCRA9TVsSAnZWagAA0oAQAIWED34vfrKMJNR7TkQ7\nzPcBDcGvGEbIvJpBYIilzDzjw5B4Yy4Bzwp4laa52O+TM76IQox1YVU7J6O5\nLLqT/gVUCVaEvGwD7CvBEr4NHDbHD5VHm+SvC/PMbHffLz8KVRJHE67zvzkG\naAoaiawijOZk4Y+TvSuP+ie3swaKMWloKv0Mvb8mWfReJ4ogMd0mkow7HoF8\nvfuUQ9Xq71DySMI8A6uLFBjbhlCxSxkJS5ly0ynnFzG2o6UIh/9mjpvOPlse\ndD/uEpygIU4lN4s2U12dmUcTqfwcQ1B3OwWiHA7W8MT7ppF6QUBusvz3HqpY\n84ydFzTb7FtTvvx63VVhJxBAEpyMsmcvMiOca7KYlCa+lG+vAvv7zx//6TAG\n6WhhFoZDtdCOA+A4e8ICulHxGiMX7MX/iDW/SefwGW6ygS1+hsH+C1BuJWAM\nSeGXJJb2AXvzy4Wk+PL3T6DK6aeyEJ8aah1HJ3S/3UOE+UcWkPCQceMxMo8y\nEn77uuYzFGqvo5uvkmgwX+XHQbcCx4SVLdAeWcXZVB0NONFd9GjTKaCjjLCP\nLcsVZYS4OIJEvMX5HfxrjAJ6jRhPYzfioEe2+Fu9wI3zxGHjMANKuGcbA11T\n8tszHHtdZmMYEpaN0z77N0Sx/VDDA+XIrhHLTL346oMG+1fSXV7c77MF7nKM\nXEJk\r\n=gRzz\r\n-----END PGP SIGNATURE-----\r\n","size":1678334,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.8298cf8a9_1638572207686_0.5994721456716261"},"_hasShrinkwrap":false,"publish_time":1638572208004,"_cnpm_publish_time":1638572208004,"_cnpmcore_publish_time":"2021-12-16T15:13:01.121Z","contributors":[]},"0.12.4-canary.08186856d":{"name":"@firebase/database","version":"0.12.4-canary.08186856d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.08186856d","@firebase/util":"1.4.2-canary.08186856d","@firebase/component":"0.5.9-canary.08186856d","@firebase/auth-interop-types":"0.1.6-canary.08186856d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.9-canary.08186856d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.08186856d","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-xPQSwrDavLnbU13b2k9F6OtftY184jBV+AGTKJZmW54BFpG3PMQ+NLL+Ueuevke/LDre+Ki7SlU59KqgQk7rOg==","shasum":"ad5322dd499f324641a8c9613b72f51ef29e860f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.08186856d.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhqP1LCRA9TVsSAnZWagAA1mcP/3ffof0oPHsyG+1+QWRa\nEkI5pNJ8U8qoid+lZ4ICqBJahycaPBJQeFPQP1eZ2ZBRC+3pvhdNX8FH8LlD\nVgpQ9D07x+kOxirkNZuC4pRVFgaaYCJ/bKUK1vLPMTOnhIQTxdnbvASuvSfY\nUqy93ntIDlHVnQjPDS3Jc3HPs7xxVSGvgVBqPeLvP5UGpixOnMFrpNMRkH71\ndJlgl3Y8P06BVgT8NPQFaac1mrc5X1gFCM9PPma1tKoDuzBk85Ru8MZr36oh\n2TN+TKMc5BKF2jUfn+hsgq+ZcmWMbm20IpAGZ3dIXM+fhqFXVlBlQSWdzC/i\n5J+EN4xmgej1Jeo8oHlKeu+qnt6XOy3l8tiRxTgk95sZCSvb40hu2v9odJM0\nA9mdK3zYBf/8SnX66lQI4f0pbpvhRIhkRcGH0cAwB79EO+15zQisnTBZJvlb\nBp/WM8Zr/JYmYN1PV1tEWH3CdbwtcyITXlbAfR/wiGMVKYsIQJp6P6LvImnd\nRBlq5GKT7MOCgykrf65pGDC5uQvL9Jmu679fd+4GUOmttAvDH/4ctxymFxiC\nnd3ivOpNuKZy1mPL36Q4NGPxM79xqz+Cuc732Rg7RtZydQmKgJdHJItaAnkm\ne8SOwnma+YG3h4kvjELs5aeqt71sQI6IWsanTD3+iglJ6Ykcjq3ONFZ2zY4Y\nES36\r\n=bsja\r\n-----END PGP SIGNATURE-----\r\n","size":1678336,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.08186856d_1638464842681_0.0685658318822362"},"_hasShrinkwrap":false,"publish_time":1638464843006,"_cnpm_publish_time":1638464843006,"_cnpmcore_publish_time":"2021-12-16T15:13:13.217Z","contributors":[]},"0.12.4-canary.625b7a7c9":{"name":"@firebase/database","version":"0.12.4-canary.625b7a7c9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.625b7a7c9","@firebase/util":"1.4.2-canary.625b7a7c9","@firebase/component":"0.5.9-canary.625b7a7c9","@firebase/auth-interop-types":"0.1.6-canary.625b7a7c9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.9-canary.625b7a7c9","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.625b7a7c9","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-A7jxZA3/ThLU9it8bkPQX+aaZC69jh24i5/m1iL8AkIUXUoMRV9UP6e3tPATIPGeHtRsBEhQ8woBgXrs2c5yVA==","shasum":"18ee86289bf6cc48ebeddd91939bed96e1468ee2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.625b7a7c9.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp8/YCRA9TVsSAnZWagAAocUQAJGO5sSwx44YPFY7cR2A\nepC+ust6+sQ55U4q6vQbDEdLvp3MYB93rnkdMjLvUzBeY5DFkWpQssM9F8uY\nsYndRKwnnpyPA1DvXDg1zSg76kqUwxgs3WY4vwhFK4k+2sB3xGsvHpZHNj5f\njyQin69FlX/Or5b6/xZJN6zwne+pg8L15AAJ85mxzhX3llyPVjJ4Usj75mH6\nWnWnsLziBcWCOuI6nsQrNnbz+9y90FBmssZ8kZxKmsd+MqCg3TfU4kcvrH8F\nEPZnaQXYmTDECZCQg++y74Lf5y0bm4DcfZ2ceR17LVexp9I1aTsqdep7E7n7\n32JM7njpzfTFoqnPRa8waf8CCFDsKC+EGdkE/zAe2QJRml9TYqzLyzmsBH0n\n01QG9WS9bae7geCkLrkQ19uLFUWwO+IuXkeAR9fCxdpEDSxR1/tyjh+G4iEV\nBZPzk6NDya/5KOZjrfIlj4khhMRJO/LNxPwwLrB40lFs301LLEiqtobpOTRD\nKLYutJ9Hg1/g5UWVGjqSK+98KGG7ipx996Q/ZSjr0ail7Alrymu4uq1J/Mcd\negSEHst/YTYEFpn3mpT8n/52o8bbSw/LGxBib+a473gvhx8HL15tmfGgtfKM\n9ZQ6i75q5SOH+JcNVQ8MNmexHxvOm9BbJK55CzWczbxjOPLEALLTfnCBLopx\nhu6Z\r\n=mpM6\r\n-----END PGP SIGNATURE-----\r\n","size":1678335,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.625b7a7c9_1638387672303_0.606854469064108"},"_hasShrinkwrap":false,"publish_time":1638387672647,"_cnpm_publish_time":1638387672647,"_cnpmcore_publish_time":"2021-12-16T15:13:15.021Z","contributors":[]},"0.12.4-canary.cb7299cbf":{"name":"@firebase/database","version":"0.12.4-canary.cb7299cbf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.cb7299cbf","@firebase/util":"1.4.2-canary.cb7299cbf","@firebase/component":"0.5.9-canary.cb7299cbf","@firebase/auth-interop-types":"0.1.6-canary.cb7299cbf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.9-canary.cb7299cbf","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.cb7299cbf","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-L9A7oqOLfbgJ/LyDSeIw2DDPa267ySsQnhOkZdf2Dj09Q4p0aNkNJZWue4fwxMF3uHanjoSaSOSvKWcyxIy4wA==","shasum":"fca04dd4267f8fd56d1f352bc0b3ed25aa8e4069","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.cb7299cbf.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlvv/CRA9TVsSAnZWagAA0cUP/RJwEyznkZ8gSYUQMzcK\nH2YFR/kffwR6BG882EzOj6VqTsuMteo3YejFOzkYp94oumZqTqNP3QA0o3IH\niQrCbVdx9SNv68KsQliyJ+rdcuNn/AlkSYD/DjXco3RuFWgEYeNJmfI9LPEW\nsKr1eTT6kYU0gwNToPQrG9+hRvwPRdLWiSW9hQ3OBLfUPdwGTiBVe30LNEr4\nwr+bTbw73UFCVGxRE3KEKZi++H5wNcIr9Emo3v5DYMKUWGfN5yZIilZDWNXS\nOclN3JXy0pKNIOA97nQ+MhvEtul7LVhhrOdcsSKUb+d9K5zb6/svd4B1IiEq\niGlb+Jfu4+vLal1V/O/IxLimfzEKnDkh+AzLyj3l8njSVc+F6Y4NkhUhp/qB\npZuxqXrzRiO30A0nLpX/9gD+QVyVLjo4+f/rXFLBk6HDapt/YDSHsW8QsG4g\nQ9n2uMNpD3JgFJWCtBuPFmN1OQ17IUODCncI1V4mIwrkmuyMIgr+7G9e4hp8\nRJChMTqiUdR22Yqk3JR/74MtJ9+iZrpUJIRWuE3DXkKq48B5h+1CE3Rj8a1r\nMd56PZp9YKPS8RUTb7CuoybzMYRtOqTyLoHtb6T4hqXPkGC5xDzNh7I/JYbt\nFRiMrxDDiZ350G8+JZ3jDx1Tpcnwo8Jdpee8+8SjuFbYdkXO3LVT7ehri20P\ni+y5\r\n=CMPU\r\n-----END PGP SIGNATURE-----\r\n","size":1678333,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.cb7299cbf_1637284862812_0.7639536791431625"},"_hasShrinkwrap":false,"publish_time":1637284863009,"_cnpm_publish_time":1637284863009,"_cnpmcore_publish_time":"2021-12-16T15:13:20.493Z","contributors":[]},"0.12.4-canary.6f0049e66":{"name":"@firebase/database","version":"0.12.4-canary.6f0049e66","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.6f0049e66","@firebase/util":"1.4.2-canary.6f0049e66","@firebase/component":"0.5.9-canary.6f0049e66","@firebase/auth-interop-types":"0.1.6-canary.6f0049e66","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.8-canary.6f0049e66","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.6f0049e66","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-S0FcuKD2tQoc43RVsNFlRTSGN6uX6pAEp/ADYqlYnGjXRBLVFJa2mK9zFEVVOlXfp5J7Zxj8HtS5cho3dLjXlg==","shasum":"f5bbf7e4eae4605431827df1daab462903212c7e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.6f0049e66.tgz","fileCount":216,"unpackedSize":8692870,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhlD4GCRA9TVsSAnZWagAAXbwP/0Zj8oh2brUB9h4BvxcM\nejp4/sRoSKcIFJ9PU4lEW76Q03JLDwx4nwuO3ONO8/eKGAs2qUKfefINBpMU\nMEe4piLEOQFXtLynzndmWD9q0Hr51WYMCGcUATOIdjT3Squpp13ZgGS9/NmW\nCa90O3QA00ACr4xjnyaDDY/fNhCLdxxLeLka348hesuO52Dq1DYDxSlYfY1e\naKClNWV6+e0vCczpzfnxE5zmTaAXLgrmhuvbKax3VWiZTQyOpUEXZDLQ0lDZ\nvke3CguY+I1JTv0UylFKGE0zB2uH9XJ36NasO8+7l9fnGdSzO3Sp3GD7E2Ta\nzniR1jbuXTVp+v5hBXySwDJru/jVXgde8GlkO4idJgBI6HS4Y5ENQPCGysPp\nxoMssNV/6Yrh1zNPo1sKcLGgPXvXa4xMEBGXreWfE9SiM2scrkqyo/antTBv\nHFhvR7fbrGLfK7V0t0qYsMxubJmj8IkkYJp7CtgNEIhUUtDpRDYJjVKD4Oq0\n9aiQXoCGjM978NbSyh9hYqIiIE2PA92MFVcFQTibwJkMu/fW76F6g6RM/zoB\nTahyEoIQv2QGGvJkG5v07LW43nQkHZasnh4O3jnByued/n8KzM3OE7mnZbqv\n1Q5SUfWGhanV8zerva97kdyTbJiGEY4Ix2r41m8gJ8Q/AqTL8ILOVaKOXylK\nmMoG\r\n=w+Ph\r\n-----END PGP SIGNATURE-----\r\n","size":1678336,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.6f0049e66_1637105158427_0.34363638234668503"},"_hasShrinkwrap":false,"publish_time":1637105158747,"_cnpm_publish_time":1637105158747,"_cnpmcore_publish_time":"2021-12-16T15:13:25.317Z","contributors":[]},"0.12.4-canary.882d86481":{"name":"@firebase/database","version":"0.12.4-canary.882d86481","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.882d86481","@firebase/util":"1.4.2-canary.882d86481","@firebase/component":"0.5.9-canary.882d86481","@firebase/auth-interop-types":"0.1.6-canary.882d86481","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.8-canary.882d86481","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.882d86481","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-yiZJjp7LxQJFC00aVozWMVFJ+ncpzhamKMFq5CpHJpFnQhbyLqUp9q2gJJPGJtt6eQfKanm+iDEoeh7BK89bjA==","shasum":"fa78cc07e85ff21aa49477116fcb2d5686a2e5d0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.882d86481.tgz","fileCount":216,"unpackedSize":8692870,"size":1678337,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.882d86481_1636740201094_0.9476168837226295"},"_hasShrinkwrap":false,"publish_time":1636740201327,"_cnpm_publish_time":1636740201327,"_cnpmcore_publish_time":"2021-12-16T15:13:27.718Z","contributors":[]},"0.12.4-canary.3a9435447":{"name":"@firebase/database","version":"0.12.4-canary.3a9435447","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3a9435447","@firebase/util":"1.4.2-canary.3a9435447","@firebase/component":"0.5.9-canary.3a9435447","@firebase/auth-interop-types":"0.1.6-canary.3a9435447","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-canary.3a9435447","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.3a9435447","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-jLyjyPBoecoMGrT0wkY5vvzFQQT955DYPHl3g7bzFd4S9sKVBDbTaHgZAD45TMWx7CDUKbY7Jo7iKEunbiKGfA==","shasum":"e118ef6856bbeb7eec0b916f2b622eb54c22329d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.3a9435447.tgz","fileCount":216,"unpackedSize":8692870,"size":1678338,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.3a9435447_1636737649926_0.6418996711160516"},"_hasShrinkwrap":false,"publish_time":1636737650255,"_cnpm_publish_time":1636737650255,"_cnpmcore_publish_time":"2021-12-16T15:13:29.386Z","contributors":[]},"0.12.4-canary.cf40fb8e6":{"name":"@firebase/database","version":"0.12.4-canary.cf40fb8e6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.cf40fb8e6","@firebase/util":"1.4.2-canary.cf40fb8e6","@firebase/component":"0.5.9-canary.cf40fb8e6","@firebase/auth-interop-types":"0.1.6-canary.cf40fb8e6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-canary.cf40fb8e6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.cf40fb8e6","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-BF8ilZlXkF7PYvnmGTJHgOnbKmBc1TuGtdWczdSJY7wTW4vd1LFXFnnsYvEDtbS0hmweXxao1DKtPBeTFfH6vg==","shasum":"f15ba0c86d25105d610e50c2ba4c7d04d5941ab3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.cf40fb8e6.tgz","fileCount":216,"unpackedSize":8692870,"size":1678332,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.cf40fb8e6_1636672133990_0.11710942743028596"},"_hasShrinkwrap":false,"publish_time":1636672134278,"_cnpm_publish_time":1636672134278,"_cnpmcore_publish_time":"2021-12-16T15:13:31.144Z","contributors":[]},"0.12.4-canary.88f2c706b":{"name":"@firebase/database","version":"0.12.4-canary.88f2c706b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.88f2c706b","@firebase/util":"1.4.2-canary.88f2c706b","@firebase/component":"0.5.9-canary.88f2c706b","@firebase/auth-interop-types":"0.1.6-canary.88f2c706b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-canary.88f2c706b","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.88f2c706b","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-e3yMYsV+66eIZnucUfadybUNHHr3Jy1/ziV1YfzYvaTNgzyjFHXTjxggGbITFYM0SkX0AY9HtyxFfgtLLwoSww==","shasum":"bd985ec5d703d1ccbe2f3c72e664dafa328edb71","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.88f2c706b.tgz","fileCount":216,"unpackedSize":8692870,"size":1678335,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.88f2c706b_1636665855037_0.74619476605407"},"_hasShrinkwrap":false,"publish_time":1636665855344,"_cnpm_publish_time":1636665855344,"_cnpmcore_publish_time":"2021-12-16T15:13:32.531Z","contributors":[]},"0.12.4-canary.7a5bc84bd":{"name":"@firebase/database","version":"0.12.4-canary.7a5bc84bd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.7a5bc84bd","@firebase/util":"1.4.2-canary.7a5bc84bd","@firebase/component":"0.5.9-canary.7a5bc84bd","@firebase/auth-interop-types":"0.1.6-canary.7a5bc84bd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-canary.7a5bc84bd","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.7a5bc84bd","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-2YKT5HQON4gFM40r/O5FNgHG6jRDm3yGmIP1mZfOUV2zspti1AGj2LDGryJV+sk3fG4F5lRqgdHit0BtXe/cMQ==","shasum":"ab019c39822f10777d89532f4ba2678fbbe29868","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.7a5bc84bd.tgz","fileCount":216,"unpackedSize":8692870,"size":1678334,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.7a5bc84bd_1636658595730_0.20998205353484645"},"_hasShrinkwrap":false,"publish_time":1636658596091,"_cnpm_publish_time":1636658596091,"_cnpmcore_publish_time":"2021-12-16T15:13:33.639Z","contributors":[]},"0.12.4-canary.e34e98e73":{"name":"@firebase/database","version":"0.12.4-canary.e34e98e73","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e34e98e73","@firebase/util":"1.4.2-canary.e34e98e73","@firebase/component":"0.5.9-canary.e34e98e73","@firebase/auth-interop-types":"0.1.6-canary.e34e98e73","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-canary.e34e98e73","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.e34e98e73","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ZCHk87zS1GVASyAkPciDM+1eB5TNNzVCBxxNlkwy+r+W5PorF8UtcG95nMqiyMMBJ/J8WxVQlBYUR4GDHKcyeg==","shasum":"fa2bea2d4df4f65005d6d0e70864383d5ae3d00f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.e34e98e73.tgz","fileCount":216,"unpackedSize":8692870,"size":1678335,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.e34e98e73_1636657324317_0.3069668027360577"},"_hasShrinkwrap":false,"publish_time":1636657324560,"_cnpm_publish_time":1636657324560,"_cnpmcore_publish_time":"2021-12-16T15:13:34.940Z","contributors":[]},"0.12.4-canary.e0fe2b668":{"name":"@firebase/database","version":"0.12.4-canary.e0fe2b668","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e0fe2b668","@firebase/util":"1.4.2-canary.e0fe2b668","@firebase/component":"0.5.9-canary.e0fe2b668","@firebase/auth-interop-types":"0.1.6-canary.e0fe2b668","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-canary.e0fe2b668","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.e0fe2b668","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-6tMuEEfVetA6dc47Je0YJAYIcuYbk/vOzD77RarlUNuAuXKTARL6GwMFXnDLaxCAEzJH9Eots07scJdpMJWezg==","shasum":"a6cf8befd0762921e16cc4b7a484576b5fdb2ff7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.e0fe2b668.tgz","fileCount":216,"unpackedSize":8692870,"size":1678332,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.e0fe2b668_1636568827647_0.06891864171936923"},"_hasShrinkwrap":false,"publish_time":1636568827868,"_cnpm_publish_time":1636568827868,"_cnpmcore_publish_time":"2021-12-16T15:13:36.703Z","contributors":[]},"0.12.4-canary.3b338dbd8":{"name":"@firebase/database","version":"0.12.4-canary.3b338dbd8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3b338dbd8","@firebase/util":"1.4.2-canary.3b338dbd8","@firebase/component":"0.5.9-canary.3b338dbd8","@firebase/auth-interop-types":"0.1.6-canary.3b338dbd8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.7-canary.3b338dbd8","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.3b338dbd8","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-QaOQuqh4WqnXODrfvPC94wAT//FgXwZyhdjAVg5vzbMgTv3w6ewUwVsbdgjvIxwmGb7w0ObsYEHdgZvLUoVxCw==","shasum":"0ecc9b6f031463e72c1f9b8ca1ac0756260aff3e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.3b338dbd8.tgz","fileCount":216,"unpackedSize":8692870,"size":1678335,"noattachment":false},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.3b338dbd8_1636568773841_0.490159030440944"},"_hasShrinkwrap":false,"publish_time":1636568774066,"_cnpm_publish_time":1636568774066,"_cnpmcore_publish_time":"2021-12-16T15:13:38.205Z","contributors":[]},"0.12.3-canary.43001418a":{"name":"@firebase/database","version":"0.12.3-canary.43001418a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.1-canary.43001418a","@firebase/util":"1.4.1-canary.43001418a","@firebase/component":"0.5.8-canary.43001418a","@firebase/auth-interop-types":"0.1.6-canary.43001418a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.6-canary.43001418a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.3-canary.43001418a","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"2142daf60aad6278954b0ed9b0d363f26394cb33","size":1678225,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.3-canary.43001418a.tgz","integrity":"sha512-nXKkGvjpA5UTM2hG8H1iuFcKW2vNJWeEZkSMv5O/ckQ+PRY/8t/d+7uXaI7agouHsVviSDIE4vfOKIy8xcCpBg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.3-canary.43001418a_1636412478264_0.07456454536339963"},"_hasShrinkwrap":false,"publish_time":1636412478497,"_cnpm_publish_time":1636412478497,"_cnpmcore_publish_time":"2021-12-16T15:13:43.751Z","contributors":[]},"0.12.0-canary.3a50e2fdd":{"name":"@firebase/database","version":"0.12.0-canary.3a50e2fdd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.3a50e2fdd","@firebase/util":"1.3.0-canary.3a50e2fdd","@firebase/component":"0.5.6-canary.3a50e2fdd","@firebase/auth-interop-types":"0.1.6-canary.3a50e2fdd","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.3a50e2fdd","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.3a50e2fdd","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"2ab735447a72cc1f5548c67c87ed5c9f50f0aab7","size":1048003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.3a50e2fdd.tgz","integrity":"sha512-FOWWzUT968omwEv5rtAwzb0mCCE9VpP+nIyAwVcBDufuL1pR/vNtDNzOAa1P103i1EiAPPTRDL4YZ37rceZeJw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.3a50e2fdd_1630344949642_0.5147696999129705"},"_hasShrinkwrap":false,"publish_time":1630344949837,"_cnpm_publish_time":1630344949837,"_cnpmcore_publish_time":"2021-12-16T15:17:03.010Z","contributors":[]},"0.12.0-canary.c8701ec7b":{"name":"@firebase/database","version":"0.12.0-canary.c8701ec7b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.c8701ec7b","@firebase/util":"1.3.0-canary.c8701ec7b","@firebase/component":"0.5.6-canary.c8701ec7b","@firebase/auth-interop-types":"0.1.6-canary.c8701ec7b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.c8701ec7b","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.c8701ec7b","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"5e7b3027bbc37839610b6682315f5bc90289bbfb","size":1048005,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.c8701ec7b.tgz","integrity":"sha512-il5f+GkSNHL5dIXa+KQ82P4cFM96Wx1bY5qLD0LlxyG7XPIs6Ombl/0g2Y/zGKAfVsyAHc711yNytIV2RznQ2Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.c8701ec7b_1630003913680_0.7782947889960512"},"_hasShrinkwrap":false,"publish_time":1630003914007,"_cnpm_publish_time":1630003914007,"_cnpmcore_publish_time":"2021-12-16T15:17:06.473Z","contributors":[]},"0.12.0-canary.280be6d8e":{"name":"@firebase/database","version":"0.12.0-canary.280be6d8e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.280be6d8e","@firebase/util":"1.3.0-canary.280be6d8e","@firebase/component":"0.5.6-canary.280be6d8e","@firebase/auth-interop-types":"0.1.6-canary.280be6d8e","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-canary.280be6d8e","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-canary.280be6d8e","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"471dff429eeaeac33d6d2e48a28080201fa897ae","size":1048001,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-canary.280be6d8e.tgz","integrity":"sha512-LQ1Hq6+WR0Yf7sSxrVVT4N/5a1fptO3RhcVwAzVCcdtcB1W+aSYgopZnl8SfYGWlZKKFbqnbuM36bc4NLGTokw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-canary.280be6d8e_1629910985854_0.0779290867652811"},"_hasShrinkwrap":false,"publish_time":1629910986117,"_cnpm_publish_time":1629910986117,"_cnpmcore_publish_time":"2021-12-16T15:17:07.944Z","contributors":[]},"0.12.0":{"name":"@firebase/database","version":"0.12.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/component":"0.5.6","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"2aa33138128cfcaf74388efe13e0eda10825d564","size":1047946,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0.tgz","integrity":"sha512-/gl6z6fAxAAFAdDllzidzweGpuXJu0b9AusSLrdW4LpP6KCuxJbhonMJuSGpHLzAHzx6Q9uitbvqHqBb17sttQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0_1629908208122_0.6840658993419446"},"_hasShrinkwrap":false,"publish_time":1629908208446,"_cnpm_publish_time":1629908208446,"_cnpmcore_publish_time":"2021-12-16T15:17:08.882Z","contributors":[]},"0.11.0-canary.890f4f820":{"name":"@firebase/database","version":"0.11.0-canary.890f4f820","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.890f4f820","@firebase/util":"1.3.0-canary.890f4f820","@firebase/component":"0.5.6-canary.890f4f820","@firebase/auth-interop-types":"0.1.6-canary.890f4f820","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.890f4f820","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.890f4f820","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"4168901f904c0a00219ec36e2fc9d0f8e4cb6485","size":1047940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.890f4f820.tgz","integrity":"sha512-zv+V1DO/YFZce1IJ1aF9Y/0b5mANp4feEPV9M/+3/x8LAO6NSkpiEZPjmDXQ/YLt8LEk0+NExpa9o/Tz5NMfWg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.890f4f820_1629875866543_0.818020475309444"},"_hasShrinkwrap":false,"publish_time":1629875866778,"_cnpm_publish_time":1629875866778,"_cnpmcore_publish_time":"2021-12-16T15:17:10.780Z","contributors":[]},"0.12.0-202172555844":{"name":"@firebase/database","version":"0.12.0-202172555844","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/component":"0.5.6","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-202172555844","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-202172555844","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"38a35d5cc8dffa23b3c6291e37428aa21a131f5b","size":1048014,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-202172555844.tgz","integrity":"sha512-D+WttKikKq0KRBAQ+tViYej/qTLNm9DDC++/8Hvtd909D4xJNm/2wR7zrLpqwGUt32qQfoYC4OtaiIWdcJJlMg=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-202172555844_1629871596600_0.7917434301339241"},"_hasShrinkwrap":false,"publish_time":1629871596825,"_cnpm_publish_time":1629871596825,"_cnpmcore_publish_time":"2021-12-16T15:17:11.956Z","contributors":[]},"0.12.0-202172505352":{"name":"@firebase/database","version":"0.12.0-202172505352","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/component":"0.5.6","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-202172505352","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-202172505352","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"f5ae703db394cd943f382640399e553fef5b4705","size":1047955,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-202172505352.tgz","integrity":"sha512-1xKS/4WAAG+s0/V68pBnZhR/0Yq6pwayMYJqQZDZ5HmVQH9q9Di2ptOTMzmIv0F6PUzogK9KRpMWDfAPBEebwA=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-202172505352_1629853310476_0.44290152009306394"},"_hasShrinkwrap":false,"publish_time":1629853310921,"_cnpm_publish_time":1629853310921,"_cnpmcore_publish_time":"2021-12-16T15:17:12.863Z","contributors":[]},"0.12.0-20217250818":{"name":"@firebase/database","version":"0.12.0-20217250818","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/component":"0.5.6","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-20217250818","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-20217250818","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"e358e320d4abbf9d069b3ba85f59ab09748b03ed","size":1047943,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-20217250818.tgz","integrity":"sha512-4TWyIDlw175vtk3H13y1SSFqBhM8YV+cFEKsiDsX6EzvxxgIzl0cSaNujIotyKvwYfnfko1ClD5bh9D0cCT2iw=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-20217250818_1629850756612_0.9217727087419829"},"_hasShrinkwrap":false,"publish_time":1629850756867,"_cnpm_publish_time":1629850756867,"_cnpmcore_publish_time":"2021-12-16T15:17:15.523Z","contributors":[]},"0.11.0-canary.f40c0db53":{"name":"@firebase/database","version":"0.11.0-canary.f40c0db53","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.f40c0db53","@firebase/util":"1.3.0-canary.f40c0db53","@firebase/component":"0.5.6-canary.f40c0db53","@firebase/auth-interop-types":"0.1.6-canary.f40c0db53","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.f40c0db53","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.f40c0db53","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"a85c59a6f84eb5d5efad65912e80cbc83825e433","size":1047880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.f40c0db53.tgz","integrity":"sha512-481o31VcCqDrVGQJT+AVlC8lGFSZMwjvb3kQ0iGppwvRQ/oodaXWvL1tQZG54/Tfp5uUieXHGEJB1O5lxQdeHg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.f40c0db53_1629849818554_0.18968041365946386"},"_hasShrinkwrap":false,"publish_time":1629849818837,"_cnpm_publish_time":1629849818837,"_cnpmcore_publish_time":"2021-12-16T15:17:16.289Z","contributors":[]},"0.11.0-canary.a87177888":{"name":"@firebase/database","version":"0.11.0-canary.a87177888","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6-canary.a87177888","@firebase/util":"1.3.0-canary.a87177888","@firebase/component":"0.5.6-canary.a87177888","@firebase/auth-interop-types":"0.1.6-canary.a87177888","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.a87177888","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.a87177888","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"5cb569c47476aa7bbc9de43f1ac7dd1fd82ef09f","size":1047886,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.a87177888.tgz","integrity":"sha512-FKIVR67F/4sxaVLUa3wS4rweLzUZptNob7oRSd3+e4rYZzsQEWULAK3e41IDWaYPdnX19QQnXLtGtosnCivpfA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.a87177888_1629848589382_0.030314102290016853"},"_hasShrinkwrap":false,"publish_time":1629848589687,"_cnpm_publish_time":1629848589687,"_cnpmcore_publish_time":"2021-12-16T15:17:18.369Z","contributors":[]},"0.12.0-2021724205917":{"name":"@firebase/database","version":"0.12.0-2021724205917","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/exp/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/component":"0.5.6","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-2021724205917","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-2021724205917","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"72019a677c43b3ea727427c2f7c00f5171cd3ac8","size":1047962,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-2021724205917.tgz","integrity":"sha512-Iy7YgM2fwJ9A/I0eihyqCVv9EyqkrIJxWWuQYw2LAEVjh2ZWTr/Qg4WdBixWiJPypHCnA4cUVmYRJy4JpCiUvw=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-2021724205917_1629839296466_0.3706060443587289"},"_hasShrinkwrap":false,"publish_time":1629839296761,"_cnpm_publish_time":1629839296761,"_cnpmcore_publish_time":"2021-12-16T15:17:20.359Z","contributors":[]},"0.12.0-202172321475":{"name":"@firebase/database","version":"0.12.0-202172321475","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/component":"0.5.6","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-202172321475","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/src/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-202172321475","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"95741e6af9a9921e1e01c32ce6939efe7ce13d69","size":1047910,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-202172321475.tgz","integrity":"sha512-EURwGqY+bUJmTRmFpbmALpfoKM9tGVdXqXh2k6WsvYxgY2v5SKcW3F7S1JEjCHLkSQrWqV9eyqGhhH5ovbA6LA=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-202172321475_1629756400786_0.4599760539019693"},"_hasShrinkwrap":false,"publish_time":1629756401014,"_cnpm_publish_time":1629756401014,"_cnpmcore_publish_time":"2021-12-16T15:17:25.582Z","contributors":[]},"0.12.0-202172325639":{"name":"@firebase/database","version":"0.12.0-202172325639","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/component":"0.5.6","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-202172325639","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/src/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.0-202172325639","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"5e897e141d71f531a165b1220516d78a22e152e2","size":1048161,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.0-202172325639.tgz","integrity":"sha512-KKheyPm5kNOXfi5cjyXTVMoXg76K+3vA30XwRc70Mtmi/m1bgJ4tslim5fQfAU2RuJhBLH/aHj55kS1c8sXHbg=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.0-202172325639_1629688395524_0.9630700955602178"},"_hasShrinkwrap":false,"publish_time":1629688395662,"_cnpm_publish_time":1629688395662,"_cnpmcore_publish_time":"2021-12-16T15:17:26.845Z","contributors":[]},"0.11.0-canary.78181760a":{"name":"@firebase/database","version":"0.11.0-canary.78181760a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.8.0-canary.78181760a","@firebase/logger":"0.2.6-canary.78181760a","@firebase/util":"1.3.0-canary.78181760a","@firebase/component":"0.5.6-canary.78181760a","@firebase/auth-interop-types":"0.1.6-canary.78181760a","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.78181760a","@firebase/app-types":"0.6.3-canary.78181760a","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.78181760a","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"cb25e33b7e23d8787d5cdc00a37c65b4637e1b99","size":2482557,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.78181760a.tgz","integrity":"sha512-n6inoeTTfb1vRNnX2+uxydjs+n80YeyKmUB/vUQlu5eh+9kYdPs9m8p1VDGZENklt+2fyyFsPycgk4MHgIKYbg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.78181760a_1629506192815_0.19137478297627952"},"_hasShrinkwrap":false,"publish_time":1629506193135,"_cnpm_publish_time":1629506193135,"_cnpmcore_publish_time":"2021-12-16T15:17:30.380Z","contributors":[]},"0.11.0-canary.eca476ad8":{"name":"@firebase/database","version":"0.11.0-canary.eca476ad8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.8.0-canary.eca476ad8","@firebase/logger":"0.2.6-canary.eca476ad8","@firebase/util":"1.3.0-canary.eca476ad8","@firebase/component":"0.5.6-canary.eca476ad8","@firebase/auth-interop-types":"0.1.6-canary.eca476ad8","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.eca476ad8","@firebase/app-types":"0.6.3-canary.eca476ad8","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.eca476ad8","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"98655e68c8c5182c4210dbb4c981c86d67fc0074","size":2482570,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.eca476ad8.tgz","integrity":"sha512-sTJcQMVF7SgBpHkv5zGW+jDC8npdpOpXI1PTn0inga/JgMEws0OUS/IJtCrkWl6LxrNu4UM6pT7z2zyNZvRh0A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.eca476ad8_1629500420752_0.9483501699040371"},"_hasShrinkwrap":false,"publish_time":1629500420992,"_cnpm_publish_time":1629500420992,"_cnpmcore_publish_time":"2021-12-16T15:17:32.868Z","contributors":[]},"0.11.0-2021720181311":{"name":"@firebase/database","version":"0.11.0-2021720181311","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0-2021720181311","@firebase/component":"0.5.6-2021720181311","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-2021720181311","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/src/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-2021720181311","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"shasum":"0e37011e0450dee264da15c89047b04cf8c2a5e2","size":1048323,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-2021720181311.tgz","integrity":"sha512-JMFWbexaVjPxu9kVYhayQTRcqq9y2AOXSsrgW0UufpxpAJ8xeqFWUUDB2Uwn6vborHnM6tUy4rxMAk/PVHSM1g=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-2021720181311_1629484072968_0.9461783553351109"},"_hasShrinkwrap":false,"publish_time":1629484073167,"_cnpm_publish_time":1629484073167,"_cnpmcore_publish_time":"2021-12-16T15:17:34.221Z","contributors":[]},"0.11.0-canary.4d747b158":{"name":"@firebase/database","version":"0.11.0-canary.4d747b158","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.8.0-canary.4d747b158","@firebase/logger":"0.2.6-canary.4d747b158","@firebase/util":"1.3.0-canary.4d747b158","@firebase/component":"0.5.6-canary.4d747b158","@firebase/auth-interop-types":"0.1.6-canary.4d747b158","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-canary.4d747b158","@firebase/app-types":"0.6.3-canary.4d747b158","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-canary.4d747b158","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"7c0bc81845d5539fc19ca83d0fd5ed00fa7e8e17","size":2482560,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-canary.4d747b158.tgz","integrity":"sha512-e5XCO1vdNKNFtFcjvb2SSNqhOAbwsvNNrSSlkvPdwsfDU9IQhbBJkS74dBfE6UMUa1eOYtF5XJx1DadQ+7o6tg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-canary.4d747b158_1629408469094_0.8545625515892907"},"_hasShrinkwrap":false,"publish_time":1629408469382,"_cnpm_publish_time":1629408469382,"_cnpmcore_publish_time":"2021-12-16T15:17:37.749Z","contributors":[]},"0.11.0":{"name":"@firebase/database","version":"0.11.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.8.0","@firebase/logger":"0.2.6","@firebase/util":"1.3.0","@firebase/component":"0.5.6","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30","@firebase/app-types":"0.6.3","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.11.0","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"shasum":"c0f6a9dd9549d0ecd2b71a3a71db487854895bfc","size":2482201,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0.tgz","integrity":"sha512-b/kwvCubr6G9coPlo48PbieBDln7ViFBHOGeVt/bt82yuv5jYZBEYAac/mtOVSxpf14aMo/tAN+Edl6SWqXApw=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0_1629404686741_0.7425462919050589"},"_hasShrinkwrap":false,"publish_time":1629404686992,"_cnpm_publish_time":1629404686992,"_cnpmcore_publish_time":"2021-12-16T15:17:41.520Z","contributors":[]},"0.11.0-202171919375":{"name":"@firebase/database","version":"0.11.0-202171919375","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0-202171919375","@firebase/component":"0.5.6-202171919375","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-202171919375","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/src/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-202171919375","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"953d7db815ca6c2c8db8fc6d7311ad7626a72be1","size":1048321,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-202171919375.tgz","integrity":"sha512-tK42n3hK9CitZOIPZO8jFrOQL3j4R6QdJ35J1rbgsnl5z8kcpsT/K9uew73FHPbtHvFFJGKYgf0VRApDItB8vw=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-202171919375_1629402699549_0.9586692132206902"},"_hasShrinkwrap":false,"publish_time":1629402699738,"_cnpm_publish_time":1629402699738,"_cnpmcore_publish_time":"2021-12-16T15:17:43.389Z","contributors":[]},"0.11.0-2021719182840":{"name":"@firebase/database","version":"0.11.0-2021719182840","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0-2021719182840","@firebase/component":"0.5.6-2021719182840","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-2021719182840","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/src/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-2021719182840","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"323506d21e7f205e229c1c60d488a7bc7dc6f937","size":1048323,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-2021719182840.tgz","integrity":"sha512-CNEE+fRKmGAT0nK2TbHlMWAWZ3b+t0KC/JdGjiUClOhXjs0kU5xfQ/2ihsdW3MkwF/5JAz73M8ZJAwh1HISNew=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-2021719182840_1629398582316_0.528456072482844"},"_hasShrinkwrap":false,"publish_time":1629398583711,"_cnpm_publish_time":1629398583711,"_cnpmcore_publish_time":"2021-12-16T15:17:44.826Z","contributors":[]},"0.11.0-2021719172025":{"name":"@firebase/database","version":"0.11.0-2021719172025","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.2.6","@firebase/util":"1.3.0-2021719172025","@firebase/component":"0.5.6-2021719172025","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.0-2021719172025","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/src/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-2021719172025","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"9957b5bcd9a63ce8d7ad9c40f5f85fe949ab1ffc","size":1048320,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-2021719172025.tgz","integrity":"sha512-suKY+CNzH8NtPaJj2fVWYOSJGeLV8+hf+AEojU6zdcOFP4WkcpcdRGaUx5LefOEw3yDfHqo8onFrQVNiX6Ny3A=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-2021719172025_1629394883830_0.5139660300099198"},"_hasShrinkwrap":false,"publish_time":1629394884031,"_cnpm_publish_time":1629394884031,"_cnpmcore_publish_time":"2021-12-16T15:17:46.275Z","contributors":[]},"0.10.9-canary.0a91a906b":{"name":"@firebase/database","version":"0.10.9-canary.0a91a906b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.0a91a906b","@firebase/logger":"0.2.6-canary.0a91a906b","@firebase/util":"1.2.0-canary.0a91a906b","@firebase/component":"0.5.5-canary.0a91a906b","@firebase/auth-interop-types":"0.1.6-canary.0a91a906b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.0a91a906b","@firebase/app-types":"0.6.3-canary.0a91a906b","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.0a91a906b","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"d7f23c203d2140da155970b0b4629a52e8e38ded","size":2482420,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.0a91a906b.tgz","integrity":"sha512-eZa+GTLuZWjTOI8JR//ESmts5xwZqfo7ZCoOqauS0CjQCFtHZXkdbWOC1kXZgOu9ptR3B9ImZvEvdyYjKwC3TQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.0a91a906b_1629332141908_0.5415370936800432"},"_hasShrinkwrap":false,"publish_time":1629332142184,"_cnpm_publish_time":1629332142184,"_cnpmcore_publish_time":"2021-12-16T15:17:50.005Z","contributors":[]},"0.10.9-canary.5bc6afb75":{"name":"@firebase/database","version":"0.10.9-canary.5bc6afb75","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.5bc6afb75","@firebase/logger":"0.2.6-canary.5bc6afb75","@firebase/util":"1.2.0-canary.5bc6afb75","@firebase/component":"0.5.5-canary.5bc6afb75","@firebase/auth-interop-types":"0.1.6-canary.5bc6afb75","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.5bc6afb75","@firebase/app-types":"0.6.3-canary.5bc6afb75","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.5bc6afb75","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"af3bef3b0e12f95d57cf97c8c153e397a5001337","size":2482445,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.5bc6afb75.tgz","integrity":"sha512-mr7wQjtf7rc3kLqHc8WFmv4rKENnKS50Lv3qtAQJfr5+xIf+H/aE9CuZ1+naOYM2T0C05hz9w/PYgA02pDzY5Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.5bc6afb75_1629331796880_0.07451815519203686"},"_hasShrinkwrap":false,"publish_time":1629331797184,"_cnpm_publish_time":1629331797184,"_cnpmcore_publish_time":"2021-12-16T15:17:54.358Z","contributors":[]},"0.10.9-canary.f35b4e3a4":{"name":"@firebase/database","version":"0.10.9-canary.f35b4e3a4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.f35b4e3a4","@firebase/logger":"0.2.6-canary.f35b4e3a4","@firebase/util":"1.2.0-canary.f35b4e3a4","@firebase/component":"0.5.5-canary.f35b4e3a4","@firebase/auth-interop-types":"0.1.6-canary.f35b4e3a4","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.f35b4e3a4","@firebase/app-types":"0.6.3-canary.f35b4e3a4","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.f35b4e3a4","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"1b13a6f23b082689cf769351885d25615f455c1b","size":2482422,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.f35b4e3a4.tgz","integrity":"sha512-rViCLH4PEmGLchjVKeEPT9oQvb3SUKALZfWDMf2zyPZpotCAxr0IXu6zgXpQFF43I7pCzKK3WUEOt2PaYP4H1A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.f35b4e3a4_1629324149041_0.8978431501776865"},"_hasShrinkwrap":false,"publish_time":1629324149378,"_cnpm_publish_time":1629324149378,"_cnpmcore_publish_time":"2021-12-16T15:17:57.901Z","contributors":[]},"0.10.9-8.9.1-exp-types-exploration.635c9e3fd":{"name":"@firebase/database","version":"0.10.9-8.9.1-exp-types-exploration.635c9e3fd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-8.9.1-exp-types-exploration.635c9e3fd","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.635c9e3fd","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.635c9e3fd","@firebase/component":"0.5.5-8.9.1-exp-types-exploration.635c9e3fd","@firebase/auth-interop-types":"0.1.6-8.9.1-exp-types-exploration.635c9e3fd","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.635c9e3fd","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.635c9e3fd","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-8.9.1-exp-types-exploration.635c9e3fd","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"41389c85e9ba74209b4990d4f36694ad121fb6f0","size":2482541,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-8.9.1-exp-types-exploration.635c9e3fd.tgz","integrity":"sha512-dq4sVwE3/C0TtEmcvKcI73yPNePXCr4QsT2lkAqNPllr7GufEAxBNDmkzttd1+m1A5neu00f56gnRLz9IjH04g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-8.9.1-exp-types-exploration.635c9e3fd_1629314907992_0.11766835033926704"},"_hasShrinkwrap":false,"publish_time":1629314908315,"_cnpm_publish_time":1629314908315,"_cnpmcore_publish_time":"2021-12-16T15:18:01.763Z","contributors":[]},"0.10.9-8.9.1-exp-types-exploration.5a175a42b":{"name":"@firebase/database","version":"0.10.9-8.9.1-exp-types-exploration.5a175a42b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-8.9.1-exp-types-exploration.5a175a42b","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.5a175a42b","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.5a175a42b","@firebase/component":"0.5.5-8.9.1-exp-types-exploration.5a175a42b","@firebase/auth-interop-types":"0.1.6-8.9.1-exp-types-exploration.5a175a42b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.5a175a42b","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.5a175a42b","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-8.9.1-exp-types-exploration.5a175a42b","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"72179287d1eb5856e8ad02960d7f664e641d8214","size":2482251,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-8.9.1-exp-types-exploration.5a175a42b.tgz","integrity":"sha512-T+GBcIzMpjkoQ5J6hiYay6uWxDyhLraSrk5UoBNoKkeQNjUTb5jDtVpmZcKkMKcLyXjY2FSdt3VIH4YjUUuTKA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-8.9.1-exp-types-exploration.5a175a42b_1629313069638_0.7355122772343716"},"_hasShrinkwrap":false,"publish_time":1629313069890,"_cnpm_publish_time":1629313069890,"_cnpmcore_publish_time":"2021-12-16T15:18:04.745Z","contributors":[]},"0.10.9-canary.cca8cdff2":{"name":"@firebase/database","version":"0.10.9-canary.cca8cdff2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.cca8cdff2","@firebase/logger":"0.2.6-canary.cca8cdff2","@firebase/util":"1.2.0-canary.cca8cdff2","@firebase/component":"0.5.5-canary.cca8cdff2","@firebase/auth-interop-types":"0.1.6-canary.cca8cdff2","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.cca8cdff2","@firebase/app-types":"0.6.3-canary.cca8cdff2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.cca8cdff2","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"59c6f1ba91b411afb67919d785326e21f2ef98ff","size":2482434,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.cca8cdff2.tgz","integrity":"sha512-RghUWHmA6M4ffXiBRWcQOILP4jAzyeuU/A1LiUm1u5pZlSjZp9j+EYcGn+0OTFjY9yQfFGhnP5uomuBe/0iciQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.cca8cdff2_1629311467546_0.39707725110925796"},"_hasShrinkwrap":false,"publish_time":1629311467794,"_cnpm_publish_time":1629311467794,"_cnpmcore_publish_time":"2021-12-16T15:18:08.219Z","contributors":[]},"0.10.9-8.9.1-exp-types-exploration.416850ec8":{"name":"@firebase/database","version":"0.10.9-8.9.1-exp-types-exploration.416850ec8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-8.9.1-exp-types-exploration.416850ec8","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.416850ec8","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.416850ec8","@firebase/component":"0.5.5-8.9.1-exp-types-exploration.416850ec8","@firebase/auth-interop-types":"0.1.6-8.9.1-exp-types-exploration.416850ec8","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.416850ec8","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.416850ec8","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-8.9.1-exp-types-exploration.416850ec8","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"f33312f9d6d114e0b8a4d7b39fe5b0daec867774","size":2482253,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-8.9.1-exp-types-exploration.416850ec8.tgz","integrity":"sha512-iOGmtBpTo7FC7ACenncQ17dxYzzSZC95zGrXq3pF8l3NKt6nXPvNilzGZQE3dO0Nq4TybFVMqMnuVzNqORFvcQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-8.9.1-exp-types-exploration.416850ec8_1629302368966_0.2284949038350006"},"_hasShrinkwrap":false,"publish_time":1629302369187,"_cnpm_publish_time":1629302369187,"_cnpmcore_publish_time":"2021-12-16T15:18:11.226Z","contributors":[]},"0.10.9-canary.2901ed05e":{"name":"@firebase/database","version":"0.10.9-canary.2901ed05e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.2901ed05e","@firebase/logger":"0.2.6-canary.2901ed05e","@firebase/util":"1.2.0-canary.2901ed05e","@firebase/component":"0.5.5-canary.2901ed05e","@firebase/auth-interop-types":"0.1.6-canary.2901ed05e","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.2901ed05e","@firebase/app-types":"0.6.3-canary.2901ed05e","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.2901ed05e","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"d1a814cc75fbf30394d410d2a66d91836b8cba9f","size":2482409,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.2901ed05e.tgz","integrity":"sha512-q5/RAbroJ/H8y5L9EJZllv8wrUB5jN3iaMXS6GxX0eTz6eYlE5IGhynz8+R8DVmn9/noGBCmse/ixDSm7d4iVQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.2901ed05e_1629254865007_0.9917420311892293"},"_hasShrinkwrap":false,"publish_time":1629254865261,"_cnpm_publish_time":1629254865261,"_cnpmcore_publish_time":"2021-12-16T15:18:14.454Z","contributors":[]},"0.10.9-canary.fbb32e7bf":{"name":"@firebase/database","version":"0.10.9-canary.fbb32e7bf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.fbb32e7bf","@firebase/logger":"0.2.6-canary.fbb32e7bf","@firebase/util":"1.2.0-canary.fbb32e7bf","@firebase/component":"0.5.5-canary.fbb32e7bf","@firebase/auth-interop-types":"0.1.6-canary.fbb32e7bf","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.fbb32e7bf","@firebase/app-types":"0.6.3-canary.fbb32e7bf","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.fbb32e7bf","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"c0635f29ba7db96e0e2e10dee153b9fb422b021f","size":2482140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.fbb32e7bf.tgz","integrity":"sha512-0/qQ1VAJ9NKP4R/MnuxVVdQYVDhHo9EzDoVGDopHMO+eLVC4o4rOWpOWVhAuSINpZhrDWqVbmy1Tt3oN3TwSRQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.fbb32e7bf_1629238474471_0.7221408162955956"},"_hasShrinkwrap":false,"publish_time":1629238474728,"_cnpm_publish_time":1629238474728,"_cnpmcore_publish_time":"2021-12-16T15:18:18.316Z","contributors":[]},"0.11.0-20217172214":{"name":"@firebase/database","version":"0.11.0-20217172214","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.8.0-20217172214","@firebase/logger":"0.2.6","@firebase/util":"1.3.0-20217172214","@firebase/component":"0.5.6-20217172214","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.30-20217172214","@firebase/app-types":"0.6.3","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.11.0-20217172214","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"shasum":"93e3a92ae5f5ecf9920947e5013378f963895aad","size":2482319,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.11.0-20217172214.tgz","integrity":"sha512-h5vKMFuo7krTtsIwHZ3Le+uAjHCy1r0QjkdagIsbDtQs8Tl/sozBWrUezNLXDzHEwastFly8IwehuomZLaAtAg=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.11.0-20217172214_1629238152591_0.8117324757188611"},"_hasShrinkwrap":false,"publish_time":1629238152826,"_cnpm_publish_time":1629238152826,"_cnpmcore_publish_time":"2021-12-16T15:18:22.868Z","contributors":[]},"0.10.9-canary.f825b1d83":{"name":"@firebase/database","version":"0.10.9-canary.f825b1d83","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.f825b1d83","@firebase/logger":"0.2.6-canary.f825b1d83","@firebase/util":"1.2.0-canary.f825b1d83","@firebase/component":"0.5.5-canary.f825b1d83","@firebase/auth-interop-types":"0.1.6-canary.f825b1d83","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.f825b1d83","@firebase/app-types":"0.6.3-canary.f825b1d83","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.f825b1d83","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"476d4e34a87165e64a9a37f87c842a8660e0d2cb","size":2482166,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.f825b1d83.tgz","integrity":"sha512-RitKkEVZ6uES5Mr0AQpe1ig8bUc4jyfAUzMT226+uHEAG1is6q+UPEYjsmERpYnvp0PpjuaU7V7EFVgMrWbLew=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.f825b1d83_1629219785170_0.027336611634438013"},"_hasShrinkwrap":false,"publish_time":1629219785382,"_cnpm_publish_time":1629219785382,"_cnpmcore_publish_time":"2021-12-16T15:18:26.729Z","contributors":[]},"0.10.9-8.9.1-exp-types-exploration.2c90aec16":{"name":"@firebase/database","version":"0.10.9-8.9.1-exp-types-exploration.2c90aec16","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-8.9.1-exp-types-exploration.2c90aec16","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.2c90aec16","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.2c90aec16","@firebase/component":"0.5.5-8.9.1-exp-types-exploration.2c90aec16","@firebase/auth-interop-types":"0.1.6-8.9.1-exp-types-exploration.2c90aec16","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.2c90aec16","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.2c90aec16","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-8.9.1-exp-types-exploration.2c90aec16","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"e2bfa5f35c02ff7e7ff376100c4374b8d14f33e1","size":2482247,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-8.9.1-exp-types-exploration.2c90aec16.tgz","integrity":"sha512-KZa3ZfdFaA4VNIVam3DlVG6ZQfUurVt25uCZY03vbwfqINcMcJTbghtnRwCHXFXl4KX6VrD8SsB7/+sSfx/IGw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-8.9.1-exp-types-exploration.2c90aec16_1629212627365_0.2767903802419016"},"_hasShrinkwrap":false,"publish_time":1629212627778,"_cnpm_publish_time":1629212627778,"_cnpmcore_publish_time":"2021-12-16T15:18:30.445Z","contributors":[]},"0.10.9-canary.2c90aec16":{"name":"@firebase/database","version":"0.10.9-canary.2c90aec16","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.2c90aec16","@firebase/logger":"0.2.6-canary.2c90aec16","@firebase/util":"1.2.0-canary.2c90aec16","@firebase/component":"0.5.5-canary.2c90aec16","@firebase/auth-interop-types":"0.1.6-canary.2c90aec16","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.2c90aec16","@firebase/app-types":"0.6.3-canary.2c90aec16","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.2c90aec16","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"f3b38699fb6bbbe87d699847ba357a606393aadd","size":2482138,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.2c90aec16.tgz","integrity":"sha512-nC8qrwUGxtmZ2VnoAEzXrY9P+2TJ6I6BgtvGj2i27L8zcO6/bBqfTq9DLLTIA0vlCb1nCQod+WZuPSBs8lxjWg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.2c90aec16_1629157940961_0.07705663614263525"},"_hasShrinkwrap":false,"publish_time":1629157941228,"_cnpm_publish_time":1629157941228,"_cnpmcore_publish_time":"2021-12-16T15:18:33.499Z","contributors":[]},"0.10.9-canary.fb27f50c9":{"name":"@firebase/database","version":"0.10.9-canary.fb27f50c9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.fb27f50c9","@firebase/logger":"0.2.6-canary.fb27f50c9","@firebase/util":"1.2.0-canary.fb27f50c9","@firebase/component":"0.5.5-canary.fb27f50c9","@firebase/auth-interop-types":"0.1.6-canary.fb27f50c9","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.fb27f50c9","@firebase/app-types":"0.6.3-canary.fb27f50c9","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.fb27f50c9","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"1cf8f74bf49a59b1f545430690f3fc6b9cf3f948","size":2482143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.fb27f50c9.tgz","integrity":"sha512-sUXkja6+Ii+hg2cSP/0A5stb9xFxzfJl2C+DYy3eDNvWA2gFsJYQRGtMhvETD6Y9jgpIfQtxTBn4oNio0MRxag=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.fb27f50c9_1629151109708_0.6992511964316988"},"_hasShrinkwrap":false,"publish_time":1629151109982,"_cnpm_publish_time":1629151109982,"_cnpmcore_publish_time":"2021-12-16T15:18:37.258Z","contributors":[]},"0.10.9-canary.89f866599":{"name":"@firebase/database","version":"0.10.9-canary.89f866599","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.89f866599","@firebase/logger":"0.2.6-canary.89f866599","@firebase/util":"1.2.0-canary.89f866599","@firebase/component":"0.5.5-canary.89f866599","@firebase/auth-interop-types":"0.1.6-canary.89f866599","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.89f866599","@firebase/app-types":"0.6.3-canary.89f866599","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.89f866599","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"2fe76b760b46c7da2caf54c00b7cafc3e5ebedf8","size":2482148,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.89f866599.tgz","integrity":"sha512-9cYAflXlppD3t5FceaC3ggLhAP18sHd1J3eW++W22LhY3sCjigF5eYz2wOlZs50Z0ZxSLp0PNN3QDV7xbmp6sA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.89f866599_1629148838460_0.9099431530486879"},"_hasShrinkwrap":false,"publish_time":1629148838732,"_cnpm_publish_time":1629148838732,"_cnpmcore_publish_time":"2021-12-16T15:18:40.989Z","contributors":[]},"0.10.9-8.9.1-exp-types-exploration.b0568bbc6":{"name":"@firebase/database","version":"0.10.9-8.9.1-exp-types-exploration.b0568bbc6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-8.9.1-exp-types-exploration.b0568bbc6","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.b0568bbc6","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.b0568bbc6","@firebase/component":"0.5.5-8.9.1-exp-types-exploration.b0568bbc6","@firebase/auth-interop-types":"0.1.6-8.9.1-exp-types-exploration.b0568bbc6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.b0568bbc6","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.b0568bbc6","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-8.9.1-exp-types-exploration.b0568bbc6","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"a6d0bbfda248f6e5a0292d9d46fb636f33e54137","size":2482253,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-8.9.1-exp-types-exploration.b0568bbc6.tgz","integrity":"sha512-tPT4CgT0gWWTKtsKSM1zkGxdV5/5MQfYc4xfjJ4QlM0mpUBPNAdRKT0ByVxgeUdk0Q2kwzFWu2e1ipkDJSW3ZA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-8.9.1-exp-types-exploration.b0568bbc6_1629138883176_0.3370076423232766"},"_hasShrinkwrap":false,"publish_time":1629138883425,"_cnpm_publish_time":1629138883425,"_cnpmcore_publish_time":"2021-12-16T15:18:44.830Z","contributors":[]},"0.10.9-8.9.1-exp-types-exploration.1ffaad286":{"name":"@firebase/database","version":"0.10.9-8.9.1-exp-types-exploration.1ffaad286","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-8.9.1-exp-types-exploration.1ffaad286","@firebase/logger":"0.2.6-8.9.1-exp-types-exploration.1ffaad286","@firebase/util":"1.2.0-8.9.1-exp-types-exploration.1ffaad286","@firebase/component":"0.5.5-8.9.1-exp-types-exploration.1ffaad286","@firebase/auth-interop-types":"0.1.6-8.9.1-exp-types-exploration.1ffaad286","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-8.9.1-exp-types-exploration.1ffaad286","@firebase/app-types":"0.6.3-8.9.1-exp-types-exploration.1ffaad286","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-8.9.1-exp-types-exploration.1ffaad286","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"f3374b9c24b7598ca518ca9f244dbc3b737825af","size":2481897,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-8.9.1-exp-types-exploration.1ffaad286.tgz","integrity":"sha512-nZEhERjwVYuDf1rmqInSuXa7zZFgdAKOPDqUqAxofVuBPOljTqzbF9KEGSAPsgj+wUDqCx1XfMLhQnYzRh06KQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-8.9.1-exp-types-exploration.1ffaad286_1629135189716_0.6941813858932231"},"_hasShrinkwrap":false,"publish_time":1629135189953,"_cnpm_publish_time":1629135189953,"_cnpmcore_publish_time":"2021-12-16T15:18:48.139Z","contributors":[]},"0.10.9-canary.f0f474b22":{"name":"@firebase/database","version":"0.10.9-canary.f0f474b22","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.f0f474b22","@firebase/logger":"0.2.6-canary.f0f474b22","@firebase/util":"1.2.0-canary.f0f474b22","@firebase/component":"0.5.5-canary.f0f474b22","@firebase/auth-interop-types":"0.1.6-canary.f0f474b22","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.f0f474b22","@firebase/app-types":"0.6.3-canary.f0f474b22","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.f0f474b22","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"760645899078bedfb383fa140eace2c691b9f7e7","size":2482141,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.f0f474b22.tgz","integrity":"sha512-zrDxm5h21FS/oB2y3aGV8dPD/p61aRpSe9f1HBzWauYFGxtYufprH/RRnkG3ul5z1HggfUuV17/IiQoedY+LWw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.f0f474b22_1629133246625_0.542616686835719"},"_hasShrinkwrap":false,"publish_time":1629133246871,"_cnpm_publish_time":1629133246871,"_cnpmcore_publish_time":"2021-12-16T15:18:52.012Z","contributors":[]},"0.10.9-canary.4ec5344cd":{"name":"@firebase/database","version":"0.10.9-canary.4ec5344cd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.4ec5344cd","@firebase/logger":"0.2.6-canary.4ec5344cd","@firebase/util":"1.2.0-canary.4ec5344cd","@firebase/component":"0.5.5-canary.4ec5344cd","@firebase/auth-interop-types":"0.1.6-canary.4ec5344cd","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.4ec5344cd","@firebase/app-types":"0.6.3-canary.4ec5344cd","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.4ec5344cd","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"820599858d7322957da094e3dc7c95effb20dd4f","size":2482143,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.4ec5344cd.tgz","integrity":"sha512-M7zda2D/BuhDYkBobp79KqSkvpt4A1V33plVsnA8M4fMSiMsTcRdX8gOhNOJ00f0aMcRM4v+6//9AvJHdZDTkg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.4ec5344cd_1629132704521_0.3911169285914884"},"_hasShrinkwrap":false,"publish_time":1629132704841,"_cnpm_publish_time":1629132704841,"_cnpmcore_publish_time":"2021-12-16T15:18:54.466Z","contributors":[]},"0.10.9-canary.36c0ddc52":{"name":"@firebase/database","version":"0.10.9-canary.36c0ddc52","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.36c0ddc52","@firebase/logger":"0.2.6-canary.36c0ddc52","@firebase/util":"1.2.0-canary.36c0ddc52","@firebase/component":"0.5.5-canary.36c0ddc52","@firebase/auth-interop-types":"0.1.6-canary.36c0ddc52","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.36c0ddc52","@firebase/app-types":"0.6.3-canary.36c0ddc52","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.36c0ddc52","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"ee1087f8c1016942dbf575a1d204de603d83cd1e","size":2482139,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.36c0ddc52.tgz","integrity":"sha512-9qfGXxRCqE4OoF1s+HV7DLoQi2glotp6YCeNSL25wwF5gNnxqTFBo2j2wVm5t7aNSoON80MC+uEkXfI21zJ82A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.36c0ddc52_1628889632212_0.737432284953272"},"_hasShrinkwrap":false,"publish_time":1628889632491,"_cnpm_publish_time":1628889632491,"_cnpmcore_publish_time":"2021-12-16T15:18:57.135Z","contributors":[]},"0.10.9-canary.3c6a11c8d":{"name":"@firebase/database","version":"0.10.9-canary.3c6a11c8d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.3c6a11c8d","@firebase/logger":"0.2.6-canary.3c6a11c8d","@firebase/util":"1.2.0-canary.3c6a11c8d","@firebase/component":"0.5.5-canary.3c6a11c8d","@firebase/auth-interop-types":"0.1.6-canary.3c6a11c8d","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.3c6a11c8d","@firebase/app-types":"0.6.3-canary.3c6a11c8d","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.3c6a11c8d","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"2b4239adfcc85ae3aca16ce8b0b04d6986085873","size":2482140,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.3c6a11c8d.tgz","integrity":"sha512-8oBWyLqM7/3A9tIEMzfXZ53xunhbSEWaoEPr3i72zu0metIO2vje9fLk/tQJvLYo4oMY1fgMYnfJHTX8eeFnnQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.3c6a11c8d_1628889480382_0.7698053615267242"},"_hasShrinkwrap":false,"publish_time":1628889480675,"_cnpm_publish_time":1628889480675,"_cnpmcore_publish_time":"2021-12-16T15:18:59.733Z","contributors":[]},"0.10.9-canary.064e1ca2b":{"name":"@firebase/database","version":"0.10.9-canary.064e1ca2b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.064e1ca2b","@firebase/logger":"0.2.6-canary.064e1ca2b","@firebase/util":"1.2.0-canary.064e1ca2b","@firebase/component":"0.5.5-canary.064e1ca2b","@firebase/auth-interop-types":"0.1.6-canary.064e1ca2b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.064e1ca2b","@firebase/app-types":"0.6.3-canary.064e1ca2b","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.064e1ca2b","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"90615eabda13047345792e68aacec5eea6d3067b","size":2481778,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.064e1ca2b.tgz","integrity":"sha512-EfvrEAzE1QYX12kJ8dTUcVU6P0OK17s+nioIzUAljY2W4ZJ4tkQo2nE3PGHozF7sp4vd7mQggHz8i2q8Ps5z0Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.064e1ca2b_1628878668580_0.5512997607929673"},"_hasShrinkwrap":false,"publish_time":1628878668827,"_cnpm_publish_time":1628878668827,"_cnpmcore_publish_time":"2021-12-16T15:19:03.186Z","contributors":[]},"0.10.9-canary.bb6b5abff":{"name":"@firebase/database","version":"0.10.9-canary.bb6b5abff","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.bb6b5abff","@firebase/logger":"0.2.6-canary.bb6b5abff","@firebase/util":"1.2.0-canary.bb6b5abff","@firebase/component":"0.5.5-canary.bb6b5abff","@firebase/auth-interop-types":"0.1.6-canary.bb6b5abff","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.bb6b5abff","@firebase/app-types":"0.6.3-canary.bb6b5abff","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.bb6b5abff","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"771776d43288a740b5eb71b3a692e453e5ec50a7","size":2481815,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.bb6b5abff.tgz","integrity":"sha512-WxvLy2V1DsK8z4g/zySQPIg8gF3VEc/j/+ZvpBdSmAv3mZ0blwEPhOr7dMdf3UWBIifLfk2EKq8ZVPVqY6RX2A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.bb6b5abff_1628877897696_0.7376183626189927"},"_hasShrinkwrap":false,"publish_time":1628877898128,"_cnpm_publish_time":1628877898128,"_cnpmcore_publish_time":"2021-12-16T15:19:05.392Z","contributors":[]},"0.10.9-canary.bfeac2683":{"name":"@firebase/database","version":"0.10.9-canary.bfeac2683","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.bfeac2683","@firebase/logger":"0.2.6-canary.bfeac2683","@firebase/util":"1.2.0-canary.bfeac2683","@firebase/component":"0.5.5-canary.bfeac2683","@firebase/auth-interop-types":"0.1.6-canary.bfeac2683","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.bfeac2683","@firebase/app-types":"0.6.3-canary.bfeac2683","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.bfeac2683","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"b7589373b407d3626627620365b3a03d0a6ce9ef","size":2481785,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.bfeac2683.tgz","integrity":"sha512-5sWfAds5aqqAbCVUM7Ir7/8TsruhsHrO5OCnePQWJmCaT/U8uOW+LsebRY20C7KXjZ7YC1vWT5lbLzD10pJVog=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.bfeac2683_1628800174279_0.21579915173436826"},"_hasShrinkwrap":false,"publish_time":1628800174527,"_cnpm_publish_time":1628800174527,"_cnpmcore_publish_time":"2021-12-16T15:19:07.483Z","contributors":[]},"0.10.9-canary.e83826af8":{"name":"@firebase/database","version":"0.10.9-canary.e83826af8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.e83826af8","@firebase/logger":"0.2.6-canary.e83826af8","@firebase/util":"1.2.0-canary.e83826af8","@firebase/component":"0.5.5-canary.e83826af8","@firebase/auth-interop-types":"0.1.6-canary.e83826af8","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.e83826af8","@firebase/app-types":"0.6.3-canary.e83826af8","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.e83826af8","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"5916acfaf58143e2a560131b24841129fe7eca5c","size":2481818,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.e83826af8.tgz","integrity":"sha512-g/EuRQj6tsnm0mTi+SQSNKVJhcKS8613ZIXz9EST8gt9efJTA5bl6d12XwgVITERmWM82vaY76MM/J8t2oyQVg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.e83826af8_1628786482310_0.7298809301412275"},"_hasShrinkwrap":false,"publish_time":1628786482563,"_cnpm_publish_time":1628786482563,"_cnpmcore_publish_time":"2021-12-16T15:19:10.105Z","contributors":[]},"0.10.9-canary.888645ea0":{"name":"@firebase/database","version":"0.10.9-canary.888645ea0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.888645ea0","@firebase/logger":"0.2.6-canary.888645ea0","@firebase/util":"1.2.0-canary.888645ea0","@firebase/component":"0.5.5-canary.888645ea0","@firebase/auth-interop-types":"0.1.6-canary.888645ea0","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.888645ea0","@firebase/app-types":"0.6.3-canary.888645ea0","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.888645ea0","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"0908ba3346b331ac328c136fba762c1b2ba5a84f","size":2481819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.888645ea0.tgz","integrity":"sha512-TLT53TcCY26F+qzsC3x5CDkFFQqbhYiANkvhtiohc1ijpDCwwOflX5bV6MAUpdzKk4Y8CwYXez78HQZLSVqYfA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.888645ea0_1628727843781_0.2948673331700147"},"_hasShrinkwrap":false,"publish_time":1628727844026,"_cnpm_publish_time":1628727844026,"_cnpmcore_publish_time":"2021-12-16T15:19:13.468Z","contributors":[]},"0.10.9-canary.a69220b51":{"name":"@firebase/database","version":"0.10.9-canary.a69220b51","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.a69220b51","@firebase/logger":"0.2.6-canary.a69220b51","@firebase/util":"1.2.0-canary.a69220b51","@firebase/component":"0.5.5-canary.a69220b51","@firebase/auth-interop-types":"0.1.6-canary.a69220b51","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.a69220b51","@firebase/app-types":"0.6.3-canary.a69220b51","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.a69220b51","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"b3085b35a7dbe979fedbbf56147dac9369bb2ae0","size":2481798,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.a69220b51.tgz","integrity":"sha512-DKSx5JEaUiWxlBbO4ZqjUQpLDQbl6wI4jvHeDCw/psiGHtbRhcCZYsCuTHhoryjTsOgAa5TvM2jRyBIs3ctbDQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.a69220b51_1628712152201_0.4843324391045325"},"_hasShrinkwrap":false,"publish_time":1628712152496,"_cnpm_publish_time":1628712152496,"_cnpmcore_publish_time":"2021-12-16T15:19:16.141Z","contributors":[]},"0.10.9-canary.e50356ff2":{"name":"@firebase/database","version":"0.10.9-canary.e50356ff2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.e50356ff2","@firebase/logger":"0.2.6-canary.e50356ff2","@firebase/util":"1.2.0-canary.e50356ff2","@firebase/component":"0.5.5-canary.e50356ff2","@firebase/auth-interop-types":"0.1.6-canary.e50356ff2","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.e50356ff2","@firebase/app-types":"0.6.3-canary.e50356ff2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.e50356ff2","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"18a27fa737e51eba0ed00639e5dd2bccff4a74c5","size":2481781,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.e50356ff2.tgz","integrity":"sha512-aOkHZbb0j0oeubHicXYWLRNSjE9zEGRuhmuDHkK5Z/53WebYJCDNsYAdVLRRU2yyqe0GUPdiVMC1U5SAO7Q7XQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.e50356ff2_1628704315094_0.6987421453279101"},"_hasShrinkwrap":false,"publish_time":1628704315325,"_cnpm_publish_time":1628704315325,"_cnpmcore_publish_time":"2021-12-16T15:19:20.165Z","contributors":[]},"0.10.9-canary.749f5a21c":{"name":"@firebase/database","version":"0.10.9-canary.749f5a21c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.749f5a21c","@firebase/logger":"0.2.6-canary.749f5a21c","@firebase/util":"1.2.0-canary.749f5a21c","@firebase/component":"0.5.5-canary.749f5a21c","@firebase/auth-interop-types":"0.1.6-canary.749f5a21c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.749f5a21c","@firebase/app-types":"0.6.3-canary.749f5a21c","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.749f5a21c","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"6ea9641f927f5117e587ecce2e4c1f4bac262752","size":2481797,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.749f5a21c.tgz","integrity":"sha512-6TB6TOKGFch/rL+WFUhdPxxvuiCqwU4fLenlkFKnDDjHv4Gh1pPjPu/4lAzI1h3I0G5vaVUd0SsnIsWEpdFIAg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.749f5a21c_1628623146900_0.8675137742837689"},"_hasShrinkwrap":false,"publish_time":1628623147146,"_cnpm_publish_time":1628623147146,"_cnpmcore_publish_time":"2021-12-16T15:19:23.912Z","contributors":[]},"0.10.9-canary.21b552412":{"name":"@firebase/database","version":"0.10.9-canary.21b552412","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.21b552412","@firebase/logger":"0.2.6-canary.21b552412","@firebase/util":"1.2.0-canary.21b552412","@firebase/component":"0.5.5-canary.21b552412","@firebase/auth-interop-types":"0.1.6-canary.21b552412","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.21b552412","@firebase/app-types":"0.6.3-canary.21b552412","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.21b552412","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"8532f1eff0eb1d01746b7043510e78ef145b7af6","size":2481800,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.21b552412.tgz","integrity":"sha512-QYRLVbKMWZ4cMj277Bk1czu6U9AlfqCK39WcbQn2MHz+qXnvrGqKFuiYgRRuGC39SSxL6xk63Nm7abKmPKCUZw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.21b552412_1628619202715_0.7417483480856193"},"_hasShrinkwrap":false,"publish_time":1628619202896,"_cnpm_publish_time":1628619202896,"_cnpmcore_publish_time":"2021-12-16T15:19:26.636Z","contributors":[]},"0.10.9-canary.f1027e3c2":{"name":"@firebase/database","version":"0.10.9-canary.f1027e3c2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.f1027e3c2","@firebase/logger":"0.2.6-canary.f1027e3c2","@firebase/util":"1.2.0-canary.f1027e3c2","@firebase/component":"0.5.5-canary.f1027e3c2","@firebase/auth-interop-types":"0.1.6-canary.f1027e3c2","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.f1027e3c2","@firebase/app-types":"0.6.3-canary.f1027e3c2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.f1027e3c2","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"a5689c4b325a22c2f4b9911ad1914de3d3c0485d","size":2481794,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.f1027e3c2.tgz","integrity":"sha512-VH72VFW5R9IY7Xfg8Jf1oDjyZIxQaxIVeEXpqg/k03SUtAEqH1wfYzLaEDXlgzM658wuS9fjbdc76k8OxFWWfw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.f1027e3c2_1628615627817_0.2616638476007527"},"_hasShrinkwrap":false,"publish_time":1628615628119,"_cnpm_publish_time":1628615628119,"_cnpmcore_publish_time":"2021-12-16T15:19:29.740Z","contributors":[]},"0.10.9-canary.8893c8225":{"name":"@firebase/database","version":"0.10.9-canary.8893c8225","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.8893c8225","@firebase/logger":"0.2.6-canary.8893c8225","@firebase/util":"1.2.0-canary.8893c8225","@firebase/component":"0.5.5-canary.8893c8225","@firebase/auth-interop-types":"0.1.6-canary.8893c8225","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.8893c8225","@firebase/app-types":"0.6.3-canary.8893c8225","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.8893c8225","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"c6d40fa3c3e4381c0770d26087422ee863ade91c","size":2481802,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.8893c8225.tgz","integrity":"sha512-aEE8lADQm6Ayz56HBVjrTxQrH/Ysm7FXE1qq2MzW0ktUTT018dM9Wl0eJ5rQfKXiu7wMzgaLkxS/KGONe3kuDw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.8893c8225_1628543747320_0.24786614670972074"},"_hasShrinkwrap":false,"publish_time":1628543747612,"_cnpm_publish_time":1628543747612,"_cnpmcore_publish_time":"2021-12-16T15:19:32.638Z","contributors":[]},"0.10.9-canary.a65cd9a5f":{"name":"@firebase/database","version":"0.10.9-canary.a65cd9a5f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.a65cd9a5f","@firebase/logger":"0.2.6-canary.a65cd9a5f","@firebase/util":"1.2.0-canary.a65cd9a5f","@firebase/component":"0.5.5-canary.a65cd9a5f","@firebase/auth-interop-types":"0.1.6-canary.a65cd9a5f","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.a65cd9a5f","@firebase/app-types":"0.6.3-canary.a65cd9a5f","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.a65cd9a5f","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"4fa57c06c2ac9d402d2c1e4091269dc7c27ec271","size":2481793,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.a65cd9a5f.tgz","integrity":"sha512-BFUSSlE7s99ZHrzNg9kEXisbi8c9D15VH6SY8Tp5emg9jxl1pUmYjVPeM2dKPzAu346omgmUVexG5O5OrRkIxg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.a65cd9a5f_1628535886216_0.5302333149281901"},"_hasShrinkwrap":false,"publish_time":1628535886451,"_cnpm_publish_time":1628535886451,"_cnpmcore_publish_time":"2021-12-16T15:19:35.601Z","contributors":[]},"0.10.9-canary.35865ee19":{"name":"@firebase/database","version":"0.10.9-canary.35865ee19","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.35865ee19","@firebase/logger":"0.2.6-canary.35865ee19","@firebase/util":"1.2.0-canary.35865ee19","@firebase/component":"0.5.5-canary.35865ee19","@firebase/auth-interop-types":"0.1.6-canary.35865ee19","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.35865ee19","@firebase/app-types":"0.6.3-canary.35865ee19","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.35865ee19","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"a9690c129f328b144c7abb943f126612d4cd29e7","size":2481799,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.35865ee19.tgz","integrity":"sha512-IiF3j+DCP8MW5qBi/8NbKF6c/bZ7sK0KjVReAj+zELu5F2q6ohZEYUBXKZm4/mItQs2DQZQj1Q8ZMu83qmYKtw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.35865ee19_1628203662619_0.7868820916359791"},"_hasShrinkwrap":false,"publish_time":1628203662974,"_cnpm_publish_time":1628203662974,"_cnpmcore_publish_time":"2021-12-16T15:19:37.094Z","contributors":[]},"0.10.9-canary.5bda08eee":{"name":"@firebase/database","version":"0.10.9-canary.5bda08eee","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.5bda08eee","@firebase/logger":"0.2.6-canary.5bda08eee","@firebase/util":"1.2.0-canary.5bda08eee","@firebase/component":"0.5.5-canary.5bda08eee","@firebase/auth-interop-types":"0.1.6-canary.5bda08eee","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.5bda08eee","@firebase/app-types":"0.6.3-canary.5bda08eee","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.5bda08eee","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"132085560024b983388272f25b2b8823d1aaf031","size":2481783,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.5bda08eee.tgz","integrity":"sha512-afGMw+sVpKv2ATU9xF6ADgR6cpWJGL8SgEuYUVQXZqmODtYTahCn3T1YwRd09euLYpeJaQMrCErp2xbJcXAJ9g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.5bda08eee_1628123169687_0.0672171991967998"},"_hasShrinkwrap":false,"publish_time":1628123170291,"_cnpm_publish_time":1628123170291,"_cnpmcore_publish_time":"2021-12-16T15:19:39.300Z","contributors":[]},"0.10.9-canary.c52eb4805":{"name":"@firebase/database","version":"0.10.9-canary.c52eb4805","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.c52eb4805","@firebase/logger":"0.2.6-canary.c52eb4805","@firebase/util":"1.2.0-canary.c52eb4805","@firebase/component":"0.5.5-canary.c52eb4805","@firebase/auth-interop-types":"0.1.6-canary.c52eb4805","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.c52eb4805","@firebase/app-types":"0.6.3-canary.c52eb4805","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.c52eb4805","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"c2e0c0f7ebbbbce024ff77e44828e292280f8ee1","size":2481797,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.c52eb4805.tgz","integrity":"sha512-kovkKdHuMb9478hwazsR5dPZEC2pdjBgmwEvPAJQr3YdJYIM/THOkSdm/ClzC/OQdpvYcvk0NiUT+5xdMmfGUA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.c52eb4805_1628035948293_0.24970775181208738"},"_hasShrinkwrap":false,"publish_time":1628035948538,"_cnpm_publish_time":1628035948538,"_cnpmcore_publish_time":"2021-12-16T15:19:42.533Z","contributors":[]},"0.10.9-canary.c493d9232":{"name":"@firebase/database","version":"0.10.9-canary.c493d9232","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.c493d9232","@firebase/logger":"0.2.6-canary.c493d9232","@firebase/util":"1.2.0-canary.c493d9232","@firebase/component":"0.5.5-canary.c493d9232","@firebase/auth-interop-types":"0.1.6-canary.c493d9232","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.c493d9232","@firebase/app-types":"0.6.3-canary.c493d9232","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.c493d9232","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"27e3ec32bc53024d4f3d83590bc4dfefd8c6aed9","size":2481799,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.c493d9232.tgz","integrity":"sha512-rp+K9ACPY/a8DqX7YbHNtgXmEpN5GJSg4AUcj1GvVBrzpnPDuHAIBFZ3isHaorSzFafV/jh15mjbGKAyZFwWeg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.c493d9232_1627926905506_0.658200567239527"},"_hasShrinkwrap":false,"publish_time":1627926906206,"_cnpm_publish_time":1627926906206,"_cnpmcore_publish_time":"2021-12-16T15:19:44.770Z","contributors":[]},"0.10.9-canary.8599d9141":{"name":"@firebase/database","version":"0.10.9-canary.8599d9141","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.8599d9141","@firebase/logger":"0.2.6-canary.8599d9141","@firebase/util":"1.2.0-canary.8599d9141","@firebase/component":"0.5.5-canary.8599d9141","@firebase/auth-interop-types":"0.1.6-canary.8599d9141","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.8599d9141","@firebase/app-types":"0.6.3-canary.8599d9141","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.8599d9141","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"de175a80f258d7fa5e3495479cda1f2466f86ac1","size":2481801,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.8599d9141.tgz","integrity":"sha512-xtvHyKJIULnS2ymQcxAs5TcpBSJK4MYYFnhbJip3QczVPV5F6h1AMOdg5wps0RgknZDwk0CaZIswp7XIi/mrCA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.8599d9141_1627684830192_0.08866568189544721"},"_hasShrinkwrap":false,"publish_time":1627684830529,"_cnpm_publish_time":1627684830529,"_cnpmcore_publish_time":"2021-12-16T15:19:49.101Z","contributors":[]},"0.10.9-canary.476518211":{"name":"@firebase/database","version":"0.10.9-canary.476518211","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.476518211","@firebase/logger":"0.2.6-canary.476518211","@firebase/util":"1.2.0-canary.476518211","@firebase/component":"0.5.5-canary.476518211","@firebase/auth-interop-types":"0.1.6-canary.476518211","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.476518211","@firebase/app-types":"0.6.3-canary.476518211","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.476518211","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"1e8c0fa8353765606879a58012c1dab6caf205d9","size":2481803,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.476518211.tgz","integrity":"sha512-0tb1jEO+hJKiDEE3ZyQ32enMs+JCHDqOsrK+92ydhyQNxhRd4gNF8AMjPqJCMU0F1vFbukDNb6eJRxJq7Qsc+g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.476518211_1627683922697_0.9908102804155086"},"_hasShrinkwrap":false,"publish_time":1627683922958,"_cnpm_publish_time":1627683922958,"_cnpmcore_publish_time":"2021-12-16T15:19:52.554Z","contributors":[]},"0.10.9-canary.cce4f659f":{"name":"@firebase/database","version":"0.10.9-canary.cce4f659f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.cce4f659f","@firebase/logger":"0.2.6-canary.cce4f659f","@firebase/util":"1.2.0-canary.cce4f659f","@firebase/component":"0.5.5-canary.cce4f659f","@firebase/auth-interop-types":"0.1.6-canary.cce4f659f","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.cce4f659f","@firebase/app-types":"0.6.3-canary.cce4f659f","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.cce4f659f","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"d8a1cca7203be1a57f10187ebb19240219126487","size":2481789,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.cce4f659f.tgz","integrity":"sha512-9M7CNjYIqpZEhuoJ7RhEK8oO9+fbQEO0pmu9GQ71SSL3HqKJlohVj284vEc1veSpLnoGCvsjq0On/GvcRIyavQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.cce4f659f_1627679592497_0.7711286345369037"},"_hasShrinkwrap":false,"publish_time":1627679592848,"_cnpm_publish_time":1627679592848,"_cnpmcore_publish_time":"2021-12-16T15:19:54.192Z","contributors":[]},"0.0.900-exp.8b4d7550f":{"name":"@firebase/database","version":"0.0.900-exp.8b4d7550f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.8b4d7550f"},"dependencies":{"@firebase/database-types":"0.7.3","@firebase/logger":"0.2.6","@firebase/util":"1.2.0","@firebase/component":"0.5.5","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29","@firebase/app-types":"0.6.3","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.8b4d7550f","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"fbb0d2517a44b01308d0541b1b3257a0268f6da5","size":1494267,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.8b4d7550f.tgz","integrity":"sha512-d82ca5G0HPoGLRamFUW8RiYFNOi6NbO8C/OLwQja9t22lmOQyFHfheX9MN5gluhUY+LkyLya3XHAAQ61dF9vCQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.8b4d7550f_1627676026057_0.03004457959488427"},"_hasShrinkwrap":false,"publish_time":1627676026315,"_cnpm_publish_time":1627676026315,"_cnpmcore_publish_time":"2021-12-16T15:19:56.714Z","contributors":[]},"0.10.9-canary.8b4d7550f":{"name":"@firebase/database","version":"0.10.9-canary.8b4d7550f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.8b4d7550f","@firebase/logger":"0.2.6-canary.8b4d7550f","@firebase/util":"1.2.0-canary.8b4d7550f","@firebase/component":"0.5.5-canary.8b4d7550f","@firebase/auth-interop-types":"0.1.6-canary.8b4d7550f","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.8b4d7550f","@firebase/app-types":"0.6.3-canary.8b4d7550f","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.8b4d7550f","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"53a6e692d370c8274db4ad665a816b970222940c","size":2481799,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.8b4d7550f.tgz","integrity":"sha512-u1U0UhkSEFa+oWfz94p6QVvVLrI3vUyQn098MoYX/FCEYONSl8seCMI4K2Wu54CzThllW84g0ztHxymhOb/KBg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.8b4d7550f_1627672441797_0.5802231979617467"},"_hasShrinkwrap":false,"publish_time":1627672442138,"_cnpm_publish_time":1627672442138,"_cnpmcore_publish_time":"2021-12-16T15:19:59.058Z","contributors":[]},"0.10.9-canary.ca4ead2e0":{"name":"@firebase/database","version":"0.10.9-canary.ca4ead2e0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.ca4ead2e0","@firebase/logger":"0.2.6-canary.ca4ead2e0","@firebase/util":"1.2.0-canary.ca4ead2e0","@firebase/component":"0.5.5-canary.ca4ead2e0","@firebase/auth-interop-types":"0.1.6-canary.ca4ead2e0","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.ca4ead2e0","@firebase/app-types":"0.6.3-canary.ca4ead2e0","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.ca4ead2e0","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"e1e499a34833144f89b8813d3622a58cc22796e9","size":2481779,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.ca4ead2e0.tgz","integrity":"sha512-pJ+c/Bg/SPZdBoE2i0JNGOadXbmrWzeTbqSpX7RmYeqcPnbSbR67k8Llqq5ot/78+sK48AFeGrOW9a/L8b5TzA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.ca4ead2e0_1627618289886_0.861617309693868"},"_hasShrinkwrap":false,"publish_time":1627618290110,"_cnpm_publish_time":1627618290110,"_cnpmcore_publish_time":"2021-12-16T15:20:01.590Z","contributors":[]},"0.10.9-canary.ea25b2ea9":{"name":"@firebase/database","version":"0.10.9-canary.ea25b2ea9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.ea25b2ea9","@firebase/logger":"0.2.6-canary.ea25b2ea9","@firebase/util":"1.2.0-canary.ea25b2ea9","@firebase/component":"0.5.5-canary.ea25b2ea9","@firebase/auth-interop-types":"0.1.6-canary.ea25b2ea9","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.ea25b2ea9","@firebase/app-types":"0.6.3-canary.ea25b2ea9","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.ea25b2ea9","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"de666d4aa1e57993c52fa6b5ff08c30d215a9c99","size":2481788,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.ea25b2ea9.tgz","integrity":"sha512-/ElMA4qd5SXu9pirV4H+ejFuIhW8NUheitJ10SvdJ9fWySP/2fmnMnU3Lb2jRkSGrtEudqZinxbg5mpxl2Y2eg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.ea25b2ea9_1627600958046_0.018457187066952097"},"_hasShrinkwrap":false,"publish_time":1627600958318,"_cnpm_publish_time":1627600958318,"_cnpmcore_publish_time":"2021-12-16T15:20:04.816Z","contributors":[]},"0.10.9-canary.bd50d8310":{"name":"@firebase/database","version":"0.10.9-canary.bd50d8310","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.bd50d8310","@firebase/logger":"0.2.6-canary.bd50d8310","@firebase/util":"1.2.0-canary.bd50d8310","@firebase/component":"0.5.5-canary.bd50d8310","@firebase/auth-interop-types":"0.1.6-canary.bd50d8310","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.bd50d8310","@firebase/app-types":"0.6.3-canary.bd50d8310","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.bd50d8310","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"e421832ef2dbf3c0c914706966ecae6dec1f1d52","size":2481706,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.bd50d8310.tgz","integrity":"sha512-Lw6pt5CiFfpILFtDKvkj+HIexVYQxsd0nDUdH54+8dKcx27BNGABxJAfs4ohgUs1jxG7iSlK/VLBA0vqJJIV7g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.bd50d8310_1627598228547_0.564788520256768"},"_hasShrinkwrap":false,"publish_time":1627598228808,"_cnpm_publish_time":1627598228808,"_cnpmcore_publish_time":"2021-12-16T15:20:07.243Z","contributors":[]},"0.10.9-canary.2493c171e":{"name":"@firebase/database","version":"0.10.9-canary.2493c171e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.2493c171e","@firebase/logger":"0.2.6-canary.2493c171e","@firebase/util":"1.2.0-canary.2493c171e","@firebase/component":"0.5.5-canary.2493c171e","@firebase/auth-interop-types":"0.1.6-canary.2493c171e","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.2493c171e","@firebase/app-types":"0.6.3-canary.2493c171e","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.2493c171e","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"085e4d233b5ca3bb532130f3470f01e13744de97","size":2481703,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.2493c171e.tgz","integrity":"sha512-X4CvPnAB2OOtZjKO/xqSJcAMkcJnd7krlJrp0QCfwUzZlQjAKURL/Pmu3TcUG10P9hPjCBD2o3psj52ADn6ApA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.2493c171e_1627597906112_0.43776628917132765"},"_hasShrinkwrap":false,"publish_time":1627597906329,"_cnpm_publish_time":1627597906329,"_cnpmcore_publish_time":"2021-12-16T15:20:09.669Z","contributors":[]},"0.10.9-canary.9c13da4fe":{"name":"@firebase/database","version":"0.10.9-canary.9c13da4fe","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-canary.9c13da4fe","@firebase/logger":"0.2.6-canary.9c13da4fe","@firebase/util":"1.2.0-canary.9c13da4fe","@firebase/component":"0.5.5-canary.9c13da4fe","@firebase/auth-interop-types":"0.1.6-canary.9c13da4fe","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-canary.9c13da4fe","@firebase/app-types":"0.6.3-canary.9c13da4fe","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-canary.9c13da4fe","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"0b9a0837579bf6ccf439e8946690563d35c11e2a","size":2481717,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-canary.9c13da4fe.tgz","integrity":"sha512-qAruUp162qOV8W1W5a2yhTiYsyNhSNRd8CG9Eabkg8P97J3xEQivyZPXl/RT74d5X5Ug1hs+ykMKd4oHcnxSXQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-canary.9c13da4fe_1627597634713_0.7372994952744922"},"_hasShrinkwrap":false,"publish_time":1627597634999,"_cnpm_publish_time":1627597634999,"_cnpmcore_publish_time":"2021-12-16T15:20:12.591Z","contributors":[]},"0.10.9":{"name":"@firebase/database","version":"0.10.9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3","@firebase/logger":"0.2.6","@firebase/util":"1.2.0","@firebase/component":"0.5.5","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29","@firebase/app-types":"0.6.3","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.9","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"79f7b03cbe8a127dddfb7ea7748a3e923990f046","size":2481590,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9.tgz","integrity":"sha512-Jxi9SiE4cNOftO9YKlG71ccyWFw4kSM9AG/xYu6vWXUGBr39Uw1TvYougANOcU21Q0TP4J08VPGnOnpXk/FGbQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9_1627593543662_0.32000416272361676"},"_hasShrinkwrap":false,"publish_time":1627593543970,"_cnpm_publish_time":1627593543970,"_cnpmcore_publish_time":"2021-12-16T15:20:14.684Z","contributors":[]},"0.10.8-canary.a075b5f60":{"name":"@firebase/database","version":"0.10.8-canary.a075b5f60","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.a075b5f60","@firebase/logger":"0.2.6-canary.a075b5f60","@firebase/util":"1.1.0-canary.a075b5f60","@firebase/component":"0.5.4-canary.a075b5f60","@firebase/auth-interop-types":"0.1.6-canary.a075b5f60","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.a075b5f60","@firebase/app-types":"0.6.2-canary.a075b5f60","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.a075b5f60","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"ce1e6ae99e8dc9572e13b911ebf987045645fdcc","size":2481663,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.a075b5f60.tgz","integrity":"sha512-e5E5Kl66qxiKTJl0DINSvNJmY3fnolyS2MtTfk8rQO5EjiSqzc3si2OtSax7ceCukBTF1XaWCHCleIhyiCRXYA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.a075b5f60_1627518984865_0.6565587371118087"},"_hasShrinkwrap":false,"publish_time":1627518985130,"_cnpm_publish_time":1627518985130,"_cnpmcore_publish_time":"2021-12-16T15:20:16.924Z","contributors":[]},"0.10.9-202162821943":{"name":"@firebase/database","version":"0.10.9-202162821943","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.3-202162821943","@firebase/logger":"0.2.6","@firebase/util":"1.2.0-202162821943","@firebase/component":"0.5.5-202162821943","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.29-202162821943","@firebase/app-types":"0.6.3-202162821943","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.9-202162821943","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"70241c8863dc01a31b29230e640279dfea415847","size":2481755,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.9-202162821943.tgz","integrity":"sha512-V2KzbUJxmc1dtYPmBYTECq4poqT1AR9P1ARvSbsAMSHEgidAZmtkxBQDgigKVZNzv4Zw12kx9UnPatRUNhS8tA=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.9-202162821943_1627507263848_0.6360666855110357"},"_hasShrinkwrap":false,"publish_time":1627507264112,"_cnpm_publish_time":1627507264112,"_cnpmcore_publish_time":"2021-12-16T15:20:19.245Z","contributors":[]},"0.10.8-canary.a3cbe719b":{"name":"@firebase/database","version":"0.10.8-canary.a3cbe719b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.a3cbe719b","@firebase/logger":"0.2.6-canary.a3cbe719b","@firebase/util":"1.1.0-canary.a3cbe719b","@firebase/component":"0.5.4-canary.a3cbe719b","@firebase/auth-interop-types":"0.1.6-canary.a3cbe719b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.a3cbe719b","@firebase/app-types":"0.6.2-canary.a3cbe719b","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.a3cbe719b","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"d095223a4c0951cd90a4f7ba8bb2776a3fa5c303","size":2481660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.a3cbe719b.tgz","integrity":"sha512-Zf1s1OdRmxNDpTecFXOqgpmzOjwleIKaGQUo0TLl2rgenHOFk6Lo6Jslf+yMKmFDWK5LNYeT4nbtScEu9zu61Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.a3cbe719b_1627506988899_0.23110367813712362"},"_hasShrinkwrap":false,"publish_time":1627506989151,"_cnpm_publish_time":1627506989151,"_cnpmcore_publish_time":"2021-12-16T15:20:20.724Z","contributors":[]},"0.10.8-canary.4bc015cdd":{"name":"@firebase/database","version":"0.10.8-canary.4bc015cdd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.4bc015cdd","@firebase/logger":"0.2.6-canary.4bc015cdd","@firebase/util":"1.1.0-canary.4bc015cdd","@firebase/component":"0.5.4-canary.4bc015cdd","@firebase/auth-interop-types":"0.1.6-canary.4bc015cdd","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.4bc015cdd","@firebase/app-types":"0.6.2-canary.4bc015cdd","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.4bc015cdd","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"096e3a494b598c6bd766dfc833057cb79690a767","size":2481658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.4bc015cdd.tgz","integrity":"sha512-7wn+vi1s2NwQSg9DnKTAbrEXjtcc5kcF2iQRSJvkv8ZAlBg+/ZTRCwPxA+VlUnAD4KskznTBVlpVdDOCzW+I2g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.4bc015cdd_1627424919984_0.4737853909094649"},"_hasShrinkwrap":false,"publish_time":1627424920270,"_cnpm_publish_time":1627424920270,"_cnpmcore_publish_time":"2021-12-16T15:20:23.064Z","contributors":[]},"0.10.8-canary.16958beb8":{"name":"@firebase/database","version":"0.10.8-canary.16958beb8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.16958beb8","@firebase/logger":"0.2.6-canary.16958beb8","@firebase/util":"1.1.0-canary.16958beb8","@firebase/component":"0.5.4-canary.16958beb8","@firebase/auth-interop-types":"0.1.6-canary.16958beb8","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.16958beb8","@firebase/app-types":"0.6.2-canary.16958beb8","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.16958beb8","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"d5f7bd7487c0e16fc10fba77adde44dfd14c235a","size":2481665,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.16958beb8.tgz","integrity":"sha512-tRrQ7ZscZQe51jLr5JJPNKiok+VsLlQyQCv0U1SbJsArtrOG5zeAqF0Hrgzzg12wpNV93YI7alaoty/DCq9oXw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.16958beb8_1627408748982_0.5433335900170566"},"_hasShrinkwrap":false,"publish_time":1627408749291,"_cnpm_publish_time":1627408749291,"_cnpmcore_publish_time":"2021-12-16T15:20:24.684Z","contributors":[]},"0.10.8-canary.b62b6df11":{"name":"@firebase/database","version":"0.10.8-canary.b62b6df11","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.b62b6df11","@firebase/logger":"0.2.6-canary.b62b6df11","@firebase/util":"1.1.0-canary.b62b6df11","@firebase/component":"0.5.4-canary.b62b6df11","@firebase/auth-interop-types":"0.1.6-canary.b62b6df11","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.b62b6df11","@firebase/app-types":"0.6.2-canary.b62b6df11","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.b62b6df11","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"01684ed3857b63a9a2cf926342b4f97ebfad4dd2","size":2481663,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.b62b6df11.tgz","integrity":"sha512-UVCBuUfSUOxu0Mrp143m2i+dX5j0g+jNkEmx+jL+OH3rACLkuv338rYB5FE/4IsceEKwpUQId7zxfraRTn1aqA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.b62b6df11_1627407944223_0.9674101567808868"},"_hasShrinkwrap":false,"publish_time":1627407944507,"_cnpm_publish_time":1627407944507,"_cnpmcore_publish_time":"2021-12-16T15:20:27.232Z","contributors":[]},"0.10.8-canary.3ac927243":{"name":"@firebase/database","version":"0.10.8-canary.3ac927243","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.3ac927243","@firebase/logger":"0.2.6-canary.3ac927243","@firebase/util":"1.1.0-canary.3ac927243","@firebase/component":"0.5.4-canary.3ac927243","@firebase/auth-interop-types":"0.1.6-canary.3ac927243","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.3ac927243","@firebase/app-types":"0.6.2-canary.3ac927243","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.3ac927243","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"5561d911ba0e9415020990896948a5eaf3ebb138","size":2481666,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.3ac927243.tgz","integrity":"sha512-V/PjQvSXMJsqRfQzkmALEYQeEPNS5d4vQfISCCpKoj5FHQI+kqw8FiueP4tsaqWwPvItayWiTgOCSztvNgrDdw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.3ac927243_1627346185940_0.6700288906598999"},"_hasShrinkwrap":false,"publish_time":1627346186234,"_cnpm_publish_time":1627346186234,"_cnpmcore_publish_time":"2021-12-16T15:20:30.032Z","contributors":[]},"0.10.8-canary.00e83a3f2":{"name":"@firebase/database","version":"0.10.8-canary.00e83a3f2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.00e83a3f2","@firebase/logger":"0.2.6-canary.00e83a3f2","@firebase/util":"1.1.0-canary.00e83a3f2","@firebase/component":"0.5.4-canary.00e83a3f2","@firebase/auth-interop-types":"0.1.6-canary.00e83a3f2","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.00e83a3f2","@firebase/app-types":"0.6.2-canary.00e83a3f2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.00e83a3f2","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"afe567b024570fecbe93fc90d29fb449adb34861","size":2481660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.00e83a3f2.tgz","integrity":"sha512-yOy1jKUxsPUSqKyKi7j3MfaKnQjMAZUbe2blaf0reQVSaRsQ74XfO4H4lsIkdDskyDA/gEAqIntnhRiGBNnRdQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.00e83a3f2_1627086319059_0.7188063611722881"},"_hasShrinkwrap":false,"publish_time":1627086319287,"_cnpm_publish_time":1627086319287,"_cnpmcore_publish_time":"2021-12-16T15:20:33.088Z","contributors":[]},"0.10.8-canary.a56335593":{"name":"@firebase/database","version":"0.10.8-canary.a56335593","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.a56335593","@firebase/logger":"0.2.6-canary.a56335593","@firebase/util":"1.1.0-canary.a56335593","@firebase/component":"0.5.4-canary.a56335593","@firebase/auth-interop-types":"0.1.6-canary.a56335593","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.a56335593","@firebase/app-types":"0.6.2-canary.a56335593","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.a56335593","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"84b1d5819ade60781c5e886d96b782bc28a79b36","size":2481667,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.a56335593.tgz","integrity":"sha512-CzQQYtS14z2XmYJ4E/0qGm00tDWSqYD40YJo4yAcQNrcN0TOhRMB/dfyfRsofhZupfsbty2NL3uM41rT9NZ6Qg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.a56335593_1627083505861_0.9492323468394495"},"_hasShrinkwrap":false,"publish_time":1627083506168,"_cnpm_publish_time":1627083506168,"_cnpmcore_publish_time":"2021-12-16T15:20:35.726Z","contributors":[]},"0.10.8-canary.58b72661d":{"name":"@firebase/database","version":"0.10.8-canary.58b72661d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.58b72661d","@firebase/logger":"0.2.6-canary.58b72661d","@firebase/util":"1.1.0-canary.58b72661d","@firebase/component":"0.5.4-canary.58b72661d","@firebase/auth-interop-types":"0.1.6-canary.58b72661d","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.58b72661d","@firebase/app-types":"0.6.2-canary.58b72661d","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.58b72661d","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"a799013904e84f122521080959d263e40c6bccc5","size":2481668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.58b72661d.tgz","integrity":"sha512-H0ZQnixUSzUk+nD/zc2vM1W7zJwKBtJxTuy2+bffbgB78pkR2tqeyj3rDiG4aNwTM4WLTalvW+QOXaiOcVSl7g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.58b72661d_1627075418879_0.815664283715976"},"_hasShrinkwrap":false,"publish_time":1627075419200,"_cnpm_publish_time":1627075419200,"_cnpmcore_publish_time":"2021-12-16T15:20:37.816Z","contributors":[]},"0.10.8-canary.039d50744":{"name":"@firebase/database","version":"0.10.8-canary.039d50744","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.039d50744","@firebase/logger":"0.2.6-canary.039d50744","@firebase/util":"1.1.0-canary.039d50744","@firebase/component":"0.5.4-canary.039d50744","@firebase/auth-interop-types":"0.1.6-canary.039d50744","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.039d50744","@firebase/app-types":"0.6.2-canary.039d50744","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.039d50744","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"f1eeb7b3fa2441bf8149455dc0e1b84ffb23457c","size":2481694,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.039d50744.tgz","integrity":"sha512-c/IrOJ+1BpPaBcARiQXkZ02wVIVsh36gy+RP9IwPLJS1yl5TVCRljjuIT2LSE6JITqsvsPrOQs1S5wGvT0tUHQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.039d50744_1627061643774_0.7133935442019552"},"_hasShrinkwrap":false,"publish_time":1627061644111,"_cnpm_publish_time":1627061644111,"_cnpmcore_publish_time":"2021-12-16T15:20:40.250Z","contributors":[]},"0.10.8-canary.3d10d33bc":{"name":"@firebase/database","version":"0.10.8-canary.3d10d33bc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.3d10d33bc","@firebase/logger":"0.2.6-canary.3d10d33bc","@firebase/util":"1.1.0-canary.3d10d33bc","@firebase/component":"0.5.4-canary.3d10d33bc","@firebase/auth-interop-types":"0.1.6-canary.3d10d33bc","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.3d10d33bc","@firebase/app-types":"0.6.2-canary.3d10d33bc","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.3d10d33bc","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"6c80a63ebebc910b1c8263ae90d04992df6eba01","size":2481699,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.3d10d33bc.tgz","integrity":"sha512-z2GPRLMhyyh2J8UHpMNnQLah80bbp4E9nt4XJlLmREMCcBT+W6MXHnD5ywGP4cB/EsiuY3JnCr/blSa9oLkTUA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.3d10d33bc_1627000223564_0.9378794512241342"},"_hasShrinkwrap":false,"publish_time":1627000223756,"_cnpm_publish_time":1627000223756,"_cnpmcore_publish_time":"2021-12-16T15:20:42.447Z","contributors":[]},"0.10.8-canary.e72e35142":{"name":"@firebase/database","version":"0.10.8-canary.e72e35142","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.e72e35142","@firebase/logger":"0.2.6-canary.e72e35142","@firebase/util":"1.1.0-canary.e72e35142","@firebase/component":"0.5.4-canary.e72e35142","@firebase/auth-interop-types":"0.1.6-canary.e72e35142","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.e72e35142","@firebase/app-types":"0.6.2-canary.e72e35142","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-canary.e72e35142","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"40bfff7621f90a734e5e39df880b49db8265a754","size":2481692,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-canary.e72e35142.tgz","integrity":"sha512-iCfQY6S3OLq2xhPoPZmvB7U/ZUnQ7aumUZTC7nhfIyq8hMkNnTj/ZB2pa3njoxs6uXgEcpc5N6Ols5TAafQltQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-canary.e72e35142_1626986074113_0.6755475775319286"},"_hasShrinkwrap":false,"publish_time":1626986074474,"_cnpm_publish_time":1626986074474,"_cnpmcore_publish_time":"2021-12-16T15:20:45.053Z","contributors":[]},"0.10.8":{"name":"@firebase/database","version":"0.10.8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.4","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.8","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"shasum":"819713c87aab5834dbd8856f0ad19741f7abfdb6","size":2481595,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8.tgz","integrity":"sha512-LCjQ6ELOm9TrENV0FuH3grkLTT0gPjBQC7K4dK2ggw39hSzmw09/WKVCmz0mCZtDDfxCiv+5Q6Md/w3zz6awEw=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8_1626984299004_0.30580043298646276"},"_hasShrinkwrap":false,"publish_time":1626984299275,"_cnpm_publish_time":1626984299275,"_cnpmcore_publish_time":"2021-12-16T15:20:47.721Z","contributors":[]},"0.10.7-canary.d56ab5cc1":{"name":"@firebase/database","version":"0.10.7-canary.d56ab5cc1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.d56ab5cc1","@firebase/logger":"0.2.6-canary.d56ab5cc1","@firebase/util":"1.1.0-canary.d56ab5cc1","@firebase/component":"0.5.4-canary.d56ab5cc1","@firebase/auth-interop-types":"0.1.6-canary.d56ab5cc1","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.d56ab5cc1","@firebase/app-types":"0.6.2-canary.d56ab5cc1","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.d56ab5cc1","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"063996dcdc27aea8450552484c7df37369d285f8","size":2481643,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.d56ab5cc1.tgz","integrity":"sha512-IE0PYWVMzMnV95BBCqFJlns1+NVj5/9JBjLD3tkoB2Ub33QsIO+eSXuWyWLAtOUSVf9rWuLBwX4jnUIvoYq8jQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.d56ab5cc1_1626935109678_0.4584709605395101"},"_hasShrinkwrap":false,"publish_time":1626935109964,"_cnpm_publish_time":1626935109964,"_cnpmcore_publish_time":"2021-12-16T15:20:49.163Z","contributors":[]},"0.0.900-exp.6ef484a04":{"name":"@firebase/database","version":"0.0.900-exp.6ef484a04","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.6ef484a04"},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.4","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.6ef484a04","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"e3b56a91448bf4cbb3f6a7f4438bd17e73facf4a","size":1494248,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.6ef484a04.tgz","integrity":"sha512-rRClIC+44CT4R+haFz43yxQ7tCSJLoe0rYymoj04m5m1jJW1IOYNsH31AQqShdI2k27HkYDCC/C6TauMQEjN0w=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.6ef484a04_1626933489789_0.06216422961676771"},"_hasShrinkwrap":false,"publish_time":1626933490008,"_cnpm_publish_time":1626933490008,"_cnpmcore_publish_time":"2021-12-16T15:20:50.282Z","contributors":[]},"0.10.7-canary.6ef484a04":{"name":"@firebase/database","version":"0.10.7-canary.6ef484a04","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.6ef484a04","@firebase/logger":"0.2.6-canary.6ef484a04","@firebase/util":"1.1.0-canary.6ef484a04","@firebase/component":"0.5.4-canary.6ef484a04","@firebase/auth-interop-types":"0.1.6-canary.6ef484a04","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.6ef484a04","@firebase/app-types":"0.6.2-canary.6ef484a04","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.6ef484a04","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"c3267ee96ac7a43f8f26e7e6f3c29f672289d89c","size":2481647,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.6ef484a04.tgz","integrity":"sha512-mrrxrwwHs8y905uqPJW26m/LWj9yq1CTfc00plTBAwunF04BC1bO1vhxDVO2xhy1SXl8G6D9ebXNeZxPNbXfOg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.6ef484a04_1626905634835_0.748030253575722"},"_hasShrinkwrap":false,"publish_time":1626905635070,"_cnpm_publish_time":1626905635070,"_cnpmcore_publish_time":"2021-12-16T15:20:52.539Z","contributors":[]},"0.10.7-canary.7028c1159":{"name":"@firebase/database","version":"0.10.7-canary.7028c1159","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.7028c1159","@firebase/logger":"0.2.6-canary.7028c1159","@firebase/util":"1.1.0-canary.7028c1159","@firebase/component":"0.5.4-canary.7028c1159","@firebase/auth-interop-types":"0.1.6-canary.7028c1159","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.7028c1159","@firebase/app-types":"0.6.2-canary.7028c1159","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.7028c1159","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"9885517a039b5a125d7a3dac7b73cf49732899c6","size":2481665,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.7028c1159.tgz","integrity":"sha512-fM3wF+cZv3ntiUSEe9O3je6wMizqoMEKvB/F+RNTG5TdBd2aaAVAJZxp5Tq3MIOqdNlI8Fw9B/C+c5c5KpbQ/A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.7028c1159_1626894793431_0.29487530212038626"},"_hasShrinkwrap":false,"publish_time":1626894793713,"_cnpm_publish_time":1626894793713,"_cnpmcore_publish_time":"2021-12-16T15:20:53.632Z","contributors":[]},"0.10.7-canary.353d6e47b":{"name":"@firebase/database","version":"0.10.7-canary.353d6e47b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.353d6e47b","@firebase/logger":"0.2.6-canary.353d6e47b","@firebase/util":"1.1.0-canary.353d6e47b","@firebase/component":"0.5.4-canary.353d6e47b","@firebase/auth-interop-types":"0.1.6-canary.353d6e47b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.353d6e47b","@firebase/app-types":"0.6.2-canary.353d6e47b","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.353d6e47b","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"064ac05c4a9d5d481197dce878706d2b76747f5e","size":2481671,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.353d6e47b.tgz","integrity":"sha512-XIOTur/4qP8dozzcizB1JS2BoaEZ2PeN2vSUhZ4FL+D5uSaMNywz7lYxj72a/fPkxIOn9Zc1ScR+2K9P3TIJ3g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.353d6e47b_1626820538652_0.02583329670121981"},"_hasShrinkwrap":false,"publish_time":1626820538963,"_cnpm_publish_time":1626820538963,"_cnpmcore_publish_time":"2021-12-16T15:20:55.741Z","contributors":[]},"0.10.8-202162022140":{"name":"@firebase/database","version":"0.10.8-202162022140","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.4","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.8-202162022140","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"shasum":"1bcf961349a518333ae72411a8f97f2823d121de","size":2481700,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.8-202162022140.tgz","integrity":"sha512-2xPHEox7MsrjaHtM6ZdS5ltDF8nX6jnzLon3l3KP2j1XxuZVdRDOkZBZKV9O1DBXwH3CxdDWN5pqrd2Kngu5MQ=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.8-202162022140_1626819910577_0.9668359482100188"},"_hasShrinkwrap":false,"publish_time":1626819910756,"_cnpm_publish_time":1626819910756,"_cnpmcore_publish_time":"2021-12-16T15:20:56.957Z","contributors":[]},"0.10.7-canary.de083904c":{"name":"@firebase/database","version":"0.10.7-canary.de083904c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.de083904c","@firebase/logger":"0.2.6-canary.de083904c","@firebase/util":"1.1.0-canary.de083904c","@firebase/component":"0.5.4-canary.de083904c","@firebase/auth-interop-types":"0.1.6-canary.de083904c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.de083904c","@firebase/app-types":"0.6.2-canary.de083904c","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.de083904c","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"92efd9012bbdcd55d68fceecb0d2bc7de78795ec","size":2481660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.de083904c.tgz","integrity":"sha512-QvF7GmiGImA3NPnyzK1fLtrUSMMuRUnB875T7z7wlssvvKh1gEn8OLyUo9zr68PQkqcJNBwH6Ab6RLzf3r+vNQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.de083904c_1626818925672_0.9297841654724583"},"_hasShrinkwrap":false,"publish_time":1626818925936,"_cnpm_publish_time":1626818925936,"_cnpmcore_publish_time":"2021-12-16T15:21:00.100Z","contributors":[]},"0.10.7-canary.b51be1da3":{"name":"@firebase/database","version":"0.10.7-canary.b51be1da3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.b51be1da3","@firebase/logger":"0.2.6-canary.b51be1da3","@firebase/util":"1.1.0-canary.b51be1da3","@firebase/component":"0.5.4-canary.b51be1da3","@firebase/auth-interop-types":"0.1.6-canary.b51be1da3","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.b51be1da3","@firebase/app-types":"0.6.2-canary.b51be1da3","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.b51be1da3","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"087c89fa5db56237f55a8240c476f82f437e691d","size":2481661,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.b51be1da3.tgz","integrity":"sha512-cRG3a0YADXwk1CMF4Nk7dNDOgHpjbiVGHJTsAoPK0kFIoGW7u1TeHCCUOIVd3aQjoCBx3Su2iDSckwGW6l4oqg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.b51be1da3_1626719322105_0.7452610429251418"},"_hasShrinkwrap":false,"publish_time":1626719322348,"_cnpm_publish_time":1626719322348,"_cnpmcore_publish_time":"2021-12-16T15:21:01.723Z","contributors":[]},"0.10.7-canary.02586c975":{"name":"@firebase/database","version":"0.10.7-canary.02586c975","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.02586c975","@firebase/logger":"0.2.6-canary.02586c975","@firebase/util":"1.1.0-canary.02586c975","@firebase/component":"0.5.4-canary.02586c975","@firebase/auth-interop-types":"0.1.6-canary.02586c975","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.02586c975","@firebase/app-types":"0.6.2-canary.02586c975","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.02586c975","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"03c627f0ee43debad5014b7752254a3ff714a8d7","size":2481668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.02586c975.tgz","integrity":"sha512-t4qcvJznn7No1AUU0UBbQ7vZk9W4yoGRR+6rc/KJcbJcWmgba8Pk57+SdlbTaRkyevY8WvzN0I+/hTjPvLYGpA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.02586c975_1626397112334_0.33891702071700913"},"_hasShrinkwrap":false,"publish_time":1626397112618,"_cnpm_publish_time":1626397112618,"_cnpmcore_publish_time":"2021-12-16T15:21:03.831Z","contributors":[]},"0.10.7-canary.4cb5d8aad":{"name":"@firebase/database","version":"0.10.7-canary.4cb5d8aad","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.4cb5d8aad","@firebase/logger":"0.2.6-canary.4cb5d8aad","@firebase/util":"1.1.0-canary.4cb5d8aad","@firebase/component":"0.5.4-canary.4cb5d8aad","@firebase/auth-interop-types":"0.1.6-canary.4cb5d8aad","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.4cb5d8aad","@firebase/app-types":"0.6.2-canary.4cb5d8aad","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.4cb5d8aad","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"af4b56c08bbd2f892d172c235df59580a1971bd9","size":2481661,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.4cb5d8aad.tgz","integrity":"sha512-6Ru20b2l4auOt3c5Bz9tGx6Lnx9RC/ZD8JA4N6VY+Ktk4LkRLPrIkiWvKDB9gjfyKX1YpLK+10MHBY6uNlBb/w=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.4cb5d8aad_1626389921749_0.54040684683735"},"_hasShrinkwrap":false,"publish_time":1626389921976,"_cnpm_publish_time":1626389921976,"_cnpmcore_publish_time":"2021-12-16T15:21:07.019Z","contributors":[]},"0.10.7-canary.d1ae4dea7":{"name":"@firebase/database","version":"0.10.7-canary.d1ae4dea7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.d1ae4dea7","@firebase/logger":"0.2.6-canary.d1ae4dea7","@firebase/util":"1.1.0-canary.d1ae4dea7","@firebase/component":"0.5.4-canary.d1ae4dea7","@firebase/auth-interop-types":"0.1.6-canary.d1ae4dea7","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.d1ae4dea7","@firebase/app-types":"0.6.2-canary.d1ae4dea7","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.d1ae4dea7","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"16b2b765a3a1e2d870c28d86b8ea723eb2d95731","size":2481658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.d1ae4dea7.tgz","integrity":"sha512-JKoWcEqdZ0CiJCsn+mCIL9amIEnUX7maYrjKFQggVdhg2Abacg5QPl9rFR28Clq6lYUu+cDmv+oNr7VgLhhb9w=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.d1ae4dea7_1626383176148_0.049581815205907764"},"_hasShrinkwrap":false,"publish_time":1626383176367,"_cnpm_publish_time":1626383176367,"_cnpmcore_publish_time":"2021-12-16T15:21:10.917Z","contributors":[]},"0.10.7-canary.2cd9d7c39":{"name":"@firebase/database","version":"0.10.7-canary.2cd9d7c39","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.2cd9d7c39","@firebase/logger":"0.2.6-canary.2cd9d7c39","@firebase/util":"1.1.0-canary.2cd9d7c39","@firebase/component":"0.5.4-canary.2cd9d7c39","@firebase/auth-interop-types":"0.1.6-canary.2cd9d7c39","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.2cd9d7c39","@firebase/app-types":"0.6.2-canary.2cd9d7c39","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.2cd9d7c39","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"5de882508028e07202a9461832c8f09a934521e7","size":2481668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.2cd9d7c39.tgz","integrity":"sha512-/fW4JDgZzILUaKxJ9VdPhDCF1U2DZqnMOJVPUhbi+kz9yQpGwcYE8qiXUf0zDatKeGvsMUDhlEGwGRtX58yhRA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.2cd9d7c39_1626366878453_0.8381920838712125"},"_hasShrinkwrap":false,"publish_time":1626366878654,"_cnpm_publish_time":1626366878654,"_cnpmcore_publish_time":"2021-12-16T15:21:13.067Z","contributors":[]},"0.10.7-canary.1d10bba60":{"name":"@firebase/database","version":"0.10.7-canary.1d10bba60","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.1d10bba60","@firebase/logger":"0.2.6-canary.1d10bba60","@firebase/util":"1.1.0-canary.1d10bba60","@firebase/component":"0.5.4-canary.1d10bba60","@firebase/auth-interop-types":"0.1.6-canary.1d10bba60","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.1d10bba60","@firebase/app-types":"0.6.2-canary.1d10bba60","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.1d10bba60","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"12e070450aac2518dbfde06337cffc6bd27c9b91","size":2481662,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.1d10bba60.tgz","integrity":"sha512-y+zbeCPSIsU8GVNNVhnVtNEE1XERxymQO1jxRgC9otY2zBCsI2YCswT2Hz3lt+ImFGSMLZVDeQvYDnpGDNi4qw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.1d10bba60_1626304644107_0.6260001994070823"},"_hasShrinkwrap":false,"publish_time":1626304644355,"_cnpm_publish_time":1626304644355,"_cnpmcore_publish_time":"2021-12-16T15:21:15.480Z","contributors":[]},"0.10.7-canary.7468c7e12":{"name":"@firebase/database","version":"0.10.7-canary.7468c7e12","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.7468c7e12","@firebase/logger":"0.2.6-canary.7468c7e12","@firebase/util":"1.1.0-canary.7468c7e12","@firebase/component":"0.5.4-canary.7468c7e12","@firebase/auth-interop-types":"0.1.6-canary.7468c7e12","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.7468c7e12","@firebase/app-types":"0.6.2-canary.7468c7e12","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.7468c7e12","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"994f596d9f1ed4e8a6faff6c759c135e7c4b0d7e","size":2481668,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.7468c7e12.tgz","integrity":"sha512-MRggP+iR05zmoepyAcrNg3DGMj3gruC/K77J/LhYZC12vc8S+hMqID4HuU8UMP02qBR+W2NlJr0ACBQibFe7yw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.7468c7e12_1626302694617_0.5656332177040693"},"_hasShrinkwrap":false,"publish_time":1626302694821,"_cnpm_publish_time":1626302694821,"_cnpmcore_publish_time":"2021-12-16T15:21:17.779Z","contributors":[]},"0.10.7-canary.f043bff0e":{"name":"@firebase/database","version":"0.10.7-canary.f043bff0e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.f043bff0e","@firebase/logger":"0.2.6-canary.f043bff0e","@firebase/util":"1.1.0-canary.f043bff0e","@firebase/component":"0.5.4-canary.f043bff0e","@firebase/auth-interop-types":"0.1.6-canary.f043bff0e","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.f043bff0e","@firebase/app-types":"0.6.2-canary.f043bff0e","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.f043bff0e","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"a29e20fbcab5165fc858449ecb42cec5a06ffdb5","size":2481652,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.f043bff0e.tgz","integrity":"sha512-A65nRKzc2q2eCbbi7QZgqc/Vw8k7xHoAhMFZ+ocuFXTYWU7CK4OdYbCBD4vVKTypbsGv02YHeWv2Xcqa/ycgkA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.f043bff0e_1626302574681_0.21531887017582974"},"_hasShrinkwrap":false,"publish_time":1626302574849,"_cnpm_publish_time":1626302574849,"_cnpmcore_publish_time":"2021-12-16T15:21:19.497Z","contributors":[]},"0.10.7-canary.4aa2bed03":{"name":"@firebase/database","version":"0.10.7-canary.4aa2bed03","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.4aa2bed03","@firebase/logger":"0.2.6-canary.4aa2bed03","@firebase/util":"1.1.0-canary.4aa2bed03","@firebase/component":"0.5.4-canary.4aa2bed03","@firebase/auth-interop-types":"0.1.6-canary.4aa2bed03","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.4aa2bed03","@firebase/app-types":"0.6.2-canary.4aa2bed03","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.4aa2bed03","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"178dde633717a27cda0f6aaaafd2b7c17ad687b0","size":2481658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.4aa2bed03.tgz","integrity":"sha512-lQ0QOdZRgybT6R+w0/9VZN0q1SIruPQ4uu/AAjDz8U6EKJqxsfl8hsfH41G6zjBcRDQ6c2nCCr0Nfy3oNkmMWg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.4aa2bed03_1626299831782_0.25357377447103646"},"_hasShrinkwrap":false,"publish_time":1626299832087,"_cnpm_publish_time":1626299832087,"_cnpmcore_publish_time":"2021-12-16T15:21:21.673Z","contributors":[]},"0.10.7-canary.699238b27":{"name":"@firebase/database","version":"0.10.7-canary.699238b27","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.699238b27","@firebase/logger":"0.2.6-canary.699238b27","@firebase/util":"1.1.0-canary.699238b27","@firebase/component":"0.5.4-canary.699238b27","@firebase/auth-interop-types":"0.1.6-canary.699238b27","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.699238b27","@firebase/app-types":"0.6.2-canary.699238b27","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.699238b27","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"edb853dd3dc4c969a1b9283b3ec0667da4e665ef","size":2481667,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.699238b27.tgz","integrity":"sha512-7Uiy7jDNkwtQnCRoFmBewCpTAnn4qoIWS1xLPG8ZBIfn2dcDMjoeeZSd506rsHbnDnybQFD1z6L84tFJPlA45g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.699238b27_1626299673234_0.3925006176219381"},"_hasShrinkwrap":false,"publish_time":1626299673455,"_cnpm_publish_time":1626299673455,"_cnpmcore_publish_time":"2021-12-16T15:21:23.086Z","contributors":[]},"0.10.7-canary.b3caa5158":{"name":"@firebase/database","version":"0.10.7-canary.b3caa5158","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.b3caa5158","@firebase/logger":"0.2.6-canary.b3caa5158","@firebase/util":"1.1.0-canary.b3caa5158","@firebase/component":"0.5.4-canary.b3caa5158","@firebase/auth-interop-types":"0.1.6-canary.b3caa5158","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.b3caa5158","@firebase/app-types":"0.6.2-canary.b3caa5158","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.b3caa5158","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"b6efcec394b6511a3c3270230c8f7b2f312f5c74","size":2481665,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.b3caa5158.tgz","integrity":"sha512-s2fsh23TLzyKgyo53uzPCenK3LCm2Fhy1CWeGFsDgLGzAN+CDryJ5Ct5qDjhrrZ93L3gg43GMjT64+pQ+SbreA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.b3caa5158_1626293984445_0.8893821391026238"},"_hasShrinkwrap":false,"publish_time":1626293984680,"_cnpm_publish_time":1626293984680,"_cnpmcore_publish_time":"2021-12-16T15:21:24.736Z","contributors":[]},"0.10.7-canary.fb3e35965":{"name":"@firebase/database","version":"0.10.7-canary.fb3e35965","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.fb3e35965","@firebase/logger":"0.2.6-canary.fb3e35965","@firebase/util":"1.1.0-canary.fb3e35965","@firebase/component":"0.5.4-canary.fb3e35965","@firebase/auth-interop-types":"0.1.6-canary.fb3e35965","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.fb3e35965","@firebase/app-types":"0.6.2-canary.fb3e35965","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.fb3e35965","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"4620f1dc4bbf8d08f6d43f02d48e910d49ec1c90","size":2481666,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.fb3e35965.tgz","integrity":"sha512-Pf3W9+F8EapVtC7WVaVgjvzj3J0P24M5ATGF1nMiqrtYvLs8hZai1nfE5eGs8IexlI8GrSWrsK+PogtsduiJ0Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.fb3e35965_1626291645877_0.2765844154148074"},"_hasShrinkwrap":false,"publish_time":1626291646127,"_cnpm_publish_time":1626291646127,"_cnpmcore_publish_time":"2021-12-16T15:21:25.931Z","contributors":[]},"0.10.7-canary.cca8d4b57":{"name":"@firebase/database","version":"0.10.7-canary.cca8d4b57","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.cca8d4b57","@firebase/logger":"0.2.6-canary.cca8d4b57","@firebase/util":"1.1.0-canary.cca8d4b57","@firebase/component":"0.5.4-canary.cca8d4b57","@firebase/auth-interop-types":"0.1.6-canary.cca8d4b57","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.cca8d4b57","@firebase/app-types":"0.6.2-canary.cca8d4b57","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.cca8d4b57","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"0e14b00bcc900e8996d4a216a4038502d2a9eb5a","size":2481258,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.cca8d4b57.tgz","integrity":"sha512-krg1n16eChToIFA7eBQRivw/KZUGrGAbSXI9kgJI1tERzhtLMQz3piQ2ysXKPKCzHV35KOKikVgNRuwNI99koQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.cca8d4b57_1626285594211_0.8297894608515717"},"_hasShrinkwrap":false,"publish_time":1626285594470,"_cnpm_publish_time":1626285594470,"_cnpmcore_publish_time":"2021-12-16T15:21:28.085Z","contributors":[]},"0.10.7-canary.61384cd24":{"name":"@firebase/database","version":"0.10.7-canary.61384cd24","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.61384cd24","@firebase/logger":"0.2.6-canary.61384cd24","@firebase/util":"1.1.0-canary.61384cd24","@firebase/component":"0.5.4-canary.61384cd24","@firebase/auth-interop-types":"0.1.6-canary.61384cd24","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.61384cd24","@firebase/app-types":"0.6.2-canary.61384cd24","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.61384cd24","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"c3c6e4490bb70fcca928de731f640b6ba4ae2994","size":2481263,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.61384cd24.tgz","integrity":"sha512-sO7O9ec3bEteEjNQpCzcqAsF56/jQqTMMij+WqRlkndbwPPlPoXVy9YUAe3E9gxeQVYWQhw32MPJ2clMvF0Fag=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.61384cd24_1626213824396_0.8209657849489451"},"_hasShrinkwrap":false,"publish_time":1626213824648,"_cnpm_publish_time":1626213824648,"_cnpmcore_publish_time":"2021-12-16T15:21:30.334Z","contributors":[]},"0.10.7-canary.3550d4e38":{"name":"@firebase/database","version":"0.10.7-canary.3550d4e38","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.3550d4e38","@firebase/logger":"0.2.6-canary.3550d4e38","@firebase/util":"1.1.0-canary.3550d4e38","@firebase/component":"0.5.4-canary.3550d4e38","@firebase/auth-interop-types":"0.1.6-canary.3550d4e38","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.3550d4e38","@firebase/app-types":"0.6.2-canary.3550d4e38","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.3550d4e38","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"225d561822d762806781c010c7a75a93c99cd1d2","size":2481263,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.3550d4e38.tgz","integrity":"sha512-GojCZ1pxyM05/wiX8hLvFmYw3pHQsBGkCGz/RrM33YkjBpFUv8Cbgj0YE8qYelQnKjLGMbptAHK8btK+fYJS5w=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.3550d4e38_1626198548294_0.6264624787572459"},"_hasShrinkwrap":false,"publish_time":1626198548623,"_cnpm_publish_time":1626198548623,"_cnpmcore_publish_time":"2021-12-16T15:21:32.109Z","contributors":[]},"0.10.7-canary.aeab9cef9":{"name":"@firebase/database","version":"0.10.7-canary.aeab9cef9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.aeab9cef9","@firebase/logger":"0.2.6-canary.aeab9cef9","@firebase/util":"1.1.0-canary.aeab9cef9","@firebase/component":"0.5.4-canary.aeab9cef9","@firebase/auth-interop-types":"0.1.6-canary.aeab9cef9","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.aeab9cef9","@firebase/app-types":"0.6.2-canary.aeab9cef9","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-canary.aeab9cef9","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"3c2492ff554c8de864ae581f90e9ab6336606597","size":2481250,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-canary.aeab9cef9.tgz","integrity":"sha512-KLEZiJy5m5MHVu0W40/8y4DjDEKCdjxgm+QnsRl3lVlSHQ70mrTcTJOrPYG/JvN5PZ5z6/R0R2JVIkuklXMxTQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-canary.aeab9cef9_1626111172529_0.127679493247286"},"_hasShrinkwrap":false,"publish_time":1626111172860,"_cnpm_publish_time":1626111172860,"_cnpmcore_publish_time":"2021-12-16T15:21:32.808Z","contributors":[]},"0.10.6-canary.6564e99ec":{"name":"@firebase/database","version":"0.10.6-canary.6564e99ec","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.6564e99ec","@firebase/logger":"0.2.6-canary.6564e99ec","@firebase/util":"1.1.0-canary.6564e99ec","@firebase/component":"0.5.4-canary.6564e99ec","@firebase/auth-interop-types":"0.1.6-canary.6564e99ec","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.6564e99ec","@firebase/app-types":"0.6.2-canary.6564e99ec","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.6564e99ec","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"85623b7d73b5359a025a97d34f0bb5f23e4b1a11","size":2481155,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.6564e99ec.tgz","integrity":"sha512-QHsuFWS01u4sL3ZoFktr2w08/b4/p8c4kj7QIfbFTI3l76r9r/5NmboFVb8kl0iIyz8UPI3VbEJhjcIZswNDrg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.6564e99ec_1625870019704_0.09415240675329017"},"_hasShrinkwrap":false,"publish_time":1625870020040,"_cnpm_publish_time":1625870020040,"_cnpmcore_publish_time":"2021-12-16T15:21:34.122Z","contributors":[]},"0.10.6-canary.2a2a376a3":{"name":"@firebase/database","version":"0.10.6-canary.2a2a376a3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.2a2a376a3","@firebase/logger":"0.2.6-canary.2a2a376a3","@firebase/util":"1.1.0-canary.2a2a376a3","@firebase/component":"0.5.4-canary.2a2a376a3","@firebase/auth-interop-types":"0.1.6-canary.2a2a376a3","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.2a2a376a3","@firebase/app-types":"0.6.2-canary.2a2a376a3","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.2a2a376a3","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"4c6a840b61b3e96c39c140fb7d4255d82a6cf197","size":2481151,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.2a2a376a3.tgz","integrity":"sha512-5bE8llkF1DAFe67cZwG6HQwPzFGL4voqFPSfOzvPMm4NntYWryhvlpSGhyNmd1znpbYedadaa9kogHvl+t3j2A=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.2a2a376a3_1625848319872_0.9941058115151995"},"_hasShrinkwrap":false,"publish_time":1625848320070,"_cnpm_publish_time":1625848320070,"_cnpmcore_publish_time":"2021-12-16T15:21:35.316Z","contributors":[]},"0.10.7":{"name":"@firebase/database","version":"0.10.7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.4","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.7","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"shasum":"6241b573741ccb45b71d03226c0bfef6d2dbafb8","size":2481151,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7.tgz","integrity":"sha512-7BFj8LFhGL+TmLiPOffOVfkrO2wm44mGcT0jqrkTkt1KydapmjABFJBRvONvlLij5LoWrJK1cSuE8wYDQrDq2Q=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7_1625775762383_0.558827213989912"},"_hasShrinkwrap":false,"publish_time":1625775762673,"_cnpm_publish_time":1625775762673,"_cnpmcore_publish_time":"2021-12-16T15:21:36.337Z","contributors":[]},"0.10.7-20216817413":{"name":"@firebase/database","version":"0.10.7-20216817413","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.4","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.7-20216817413","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"shasum":"58b3fa705db46cf8dbfc63ea772c16260d9116df","size":2481289,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.7-20216817413.tgz","integrity":"sha512-lRHYFPgbXGDN7xfdR8php8zx2/zUNgBlJWjdHBLL+nyb0M/cEhK/lehYFmSs6pRrZPa+KBfgc5wlBqkcDgqpxQ=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.7-20216817413_1625764340453_0.7119611742137859"},"_hasShrinkwrap":false,"publish_time":1625764340716,"_cnpm_publish_time":1625764340716,"_cnpmcore_publish_time":"2021-12-16T15:21:37.292Z","contributors":[]},"0.10.6-canary.c8ac61356":{"name":"@firebase/database","version":"0.10.6-canary.c8ac61356","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.c8ac61356","@firebase/logger":"0.2.6-canary.c8ac61356","@firebase/util":"1.1.0-canary.c8ac61356","@firebase/component":"0.5.4-canary.c8ac61356","@firebase/auth-interop-types":"0.1.6-canary.c8ac61356","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.c8ac61356","@firebase/app-types":"0.6.2-canary.c8ac61356","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.c8ac61356","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"bac9dcb6999b8a04d49d8b8e82b5673f48449776","size":2481144,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.c8ac61356.tgz","integrity":"sha512-KCHmuGKe+C+cAjj6NDb1tbOXtiRoJ+YaIEoxxAxlzwjAPuUKzx7IygIh4X1FR4lH2DX8pEs7vkJ0355oBzvSRg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.c8ac61356_1625763763138_0.05196140593119081"},"_hasShrinkwrap":false,"publish_time":1625763763388,"_cnpm_publish_time":1625763763388,"_cnpmcore_publish_time":"2021-12-16T15:21:38.370Z","contributors":[]},"0.10.6-canary.518298361":{"name":"@firebase/database","version":"0.10.6-canary.518298361","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.518298361","@firebase/logger":"0.2.6-canary.518298361","@firebase/util":"1.1.0-canary.518298361","@firebase/component":"0.5.4-canary.518298361","@firebase/auth-interop-types":"0.1.6-canary.518298361","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.518298361","@firebase/app-types":"0.6.2-canary.518298361","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.518298361","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"ccb3180fedb62b49e78c78eb523629750344208a","size":2481162,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.518298361.tgz","integrity":"sha512-k3fSnI2uWX9sP9U3XDvAGEtCVeq0bitZYK7YRqbSRMq5HFf3OEphk74U0lbF5SsncxGItGBkuOV9DxDiiKBG8Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.518298361_1625763364234_0.37600200950509377"},"_hasShrinkwrap":false,"publish_time":1625763364506,"_cnpm_publish_time":1625763364506,"_cnpmcore_publish_time":"2021-12-16T15:21:39.470Z","contributors":[]},"0.10.6-canary.4eddda4b6":{"name":"@firebase/database","version":"0.10.6-canary.4eddda4b6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.4eddda4b6","@firebase/logger":"0.2.6-canary.4eddda4b6","@firebase/util":"1.1.0-canary.4eddda4b6","@firebase/component":"0.5.4-canary.4eddda4b6","@firebase/auth-interop-types":"0.1.6-canary.4eddda4b6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.4eddda4b6","@firebase/app-types":"0.6.2-canary.4eddda4b6","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.4eddda4b6","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"b55412a78dc3ebfb50e6c84da61ad41e6d4371e1","size":2481150,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.4eddda4b6.tgz","integrity":"sha512-W8ILNkXEDMZJOFgbjbXQXP1V9+DPzMjOh/pJdGmib1leLxrgJml8L2T28Og85XPXq2+Mr+WydNGTetIJMYUDdA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.4eddda4b6_1625723031260_0.17723567676562557"},"_hasShrinkwrap":false,"publish_time":1625723031480,"_cnpm_publish_time":1625723031480,"_cnpmcore_publish_time":"2021-12-16T15:21:40.213Z","contributors":[]},"0.10.6-canary.63cc74683":{"name":"@firebase/database","version":"0.10.6-canary.63cc74683","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.63cc74683","@firebase/logger":"0.2.6-canary.63cc74683","@firebase/util":"1.1.0-canary.63cc74683","@firebase/component":"0.5.4-canary.63cc74683","@firebase/auth-interop-types":"0.1.6-canary.63cc74683","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.63cc74683","@firebase/app-types":"0.6.2-canary.63cc74683","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.63cc74683","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"da12ea02c1a1c483c436addf766b8e4f08589ba6","size":2481158,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.63cc74683.tgz","integrity":"sha512-MTxO1I8+kd9Zo65bO0yzNOHIaM3/rNC4shlXzYeH8vzBgT9FbaRTyKd1DNquHC64TcWAzbRidLO49gwXiRULfQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.63cc74683_1625722718204_0.28267628251213206"},"_hasShrinkwrap":false,"publish_time":1625722718621,"_cnpm_publish_time":1625722718621,"_cnpmcore_publish_time":"2021-12-16T15:21:41.116Z","contributors":[]},"0.10.6-canary.d10bd0043":{"name":"@firebase/database","version":"0.10.6-canary.d10bd0043","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.d10bd0043","@firebase/logger":"0.2.6-canary.d10bd0043","@firebase/util":"1.1.0-canary.d10bd0043","@firebase/component":"0.5.4-canary.d10bd0043","@firebase/auth-interop-types":"0.1.6-canary.d10bd0043","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.d10bd0043","@firebase/app-types":"0.6.2-canary.d10bd0043","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.d10bd0043","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"b5076c18784ee6882291487582439027d3221912","size":2481150,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.d10bd0043.tgz","integrity":"sha512-LOW/hmcsani9mDH9oqaePuxzcRV2CejtHGPSp695UozaT/69QxbGHYKHNWD7zlxpVsdcwxCl0IxdrkV26gad1g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.d10bd0043_1625689667964_0.46103289297985617"},"_hasShrinkwrap":false,"publish_time":1625689668329,"_cnpm_publish_time":1625689668329,"_cnpmcore_publish_time":"2021-12-16T15:21:42.305Z","contributors":[]},"0.10.6-canary.977edee2f":{"name":"@firebase/database","version":"0.10.6-canary.977edee2f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.977edee2f","@firebase/logger":"0.2.6-canary.977edee2f","@firebase/util":"1.1.0-canary.977edee2f","@firebase/component":"0.5.4-canary.977edee2f","@firebase/auth-interop-types":"0.1.6-canary.977edee2f","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.977edee2f","@firebase/app-types":"0.6.2-canary.977edee2f","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.977edee2f","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"d5a6dc41df8ca509e0f474546cdd8b25505c3d94","size":2481149,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.977edee2f.tgz","integrity":"sha512-iXQRlFLYdtgHfXl/PpTdLY1g8Ypa9tW1JV+WwlYie7IPskRzqE7V3GAHWywvwcrnBAMygF1J74YgzWRdy6n+aA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.977edee2f_1625277550107_0.3323241524157079"},"_hasShrinkwrap":false,"publish_time":1625277550300,"_cnpm_publish_time":1625277550300,"_cnpmcore_publish_time":"2021-12-16T15:21:44.675Z","contributors":[]},"0.10.6-canary.28c02947a":{"name":"@firebase/database","version":"0.10.6-canary.28c02947a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.28c02947a","@firebase/logger":"0.2.6-canary.28c02947a","@firebase/util":"1.1.0-canary.28c02947a","@firebase/component":"0.5.4-canary.28c02947a","@firebase/auth-interop-types":"0.1.6-canary.28c02947a","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.28c02947a","@firebase/app-types":"0.6.2-canary.28c02947a","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.28c02947a","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"777aaa340ae1258a2a4c43a42cff6551d73cf9ad","size":2481154,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.28c02947a.tgz","integrity":"sha512-LJ9DrWYOY+lbJQ2J56M8zyXqNDTO1reXZ3uyLNnfK3eeQy/lkLmvYOsz0tTsr29RNT2EdNRcUERf+YoGdTPASw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.28c02947a_1625272533362_0.9121376016200482"},"_hasShrinkwrap":false,"publish_time":1625272533584,"_cnpm_publish_time":1625272533584,"_cnpmcore_publish_time":"2021-12-16T15:21:46.030Z","contributors":[]},"0.10.6-canary.c55f5b0c5":{"name":"@firebase/database","version":"0.10.6-canary.c55f5b0c5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.c55f5b0c5","@firebase/logger":"0.2.6-canary.c55f5b0c5","@firebase/util":"1.1.0-canary.c55f5b0c5","@firebase/component":"0.5.4-canary.c55f5b0c5","@firebase/auth-interop-types":"0.1.6-canary.c55f5b0c5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.c55f5b0c5","@firebase/app-types":"0.6.2-canary.c55f5b0c5","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.c55f5b0c5","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"6b9f4a2ae00e5bde161d964363f1b6a14b45bd4e","size":2481156,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.c55f5b0c5.tgz","integrity":"sha512-FVIfYTxF/GtIo5tq3TAsLdXb/q7Y+esIZdh9yahmCaRSx+d1TEC4AuHrnrVW0uB76kz+VittZm9rY7xxztiZVQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.c55f5b0c5_1625268104532_0.617308817096015"},"_hasShrinkwrap":false,"publish_time":1625268104700,"_cnpm_publish_time":1625268104700,"_cnpmcore_publish_time":"2021-12-16T15:21:48.671Z","contributors":[]},"0.10.6-canary.99414a51c":{"name":"@firebase/database","version":"0.10.6-canary.99414a51c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.99414a51c","@firebase/logger":"0.2.6-canary.99414a51c","@firebase/util":"1.1.0-canary.99414a51c","@firebase/component":"0.5.4-canary.99414a51c","@firebase/auth-interop-types":"0.1.6-canary.99414a51c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.99414a51c","@firebase/app-types":"0.6.2-canary.99414a51c","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.99414a51c","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"cdc7465d0ff2ff06a58cd6221f9aa2e906f6fd2d","size":2481158,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.99414a51c.tgz","integrity":"sha512-y0aBCwoJ+GHfYB+wRnWttiuZLV3R4iDgpZ4u/uGtLUh7kLO+CDYIJc36NjjM7N0ftAp/5bn1Z6EO15M2umyi/g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.99414a51c_1625259325322_0.9542565734896491"},"_hasShrinkwrap":false,"publish_time":1625259325695,"_cnpm_publish_time":1625259325695,"_cnpmcore_publish_time":"2021-12-16T15:21:49.476Z","contributors":[]},"0.10.6-canary.f4c106e7c":{"name":"@firebase/database","version":"0.10.6-canary.f4c106e7c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.f4c106e7c","@firebase/logger":"0.2.6-canary.f4c106e7c","@firebase/util":"1.1.0-canary.f4c106e7c","@firebase/component":"0.5.4-canary.f4c106e7c","@firebase/auth-interop-types":"0.1.6-canary.f4c106e7c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.f4c106e7c","@firebase/app-types":"0.6.2-canary.f4c106e7c","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.f4c106e7c","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"87939ccf11b86509f61a6aab90c1bc35633046c2","size":2482050,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.f4c106e7c.tgz","integrity":"sha512-lzB51Vr74yGSwnkWswYdeX3r0Xf+7cjPvW4FXdjAd4WJpSnQJhTBLrNd/GzIo/yrLaWZQ39Rqlm+ZBXGJkxn1g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.f4c106e7c_1625253211027_0.782250523123023"},"_hasShrinkwrap":false,"publish_time":1625253211347,"_cnpm_publish_time":1625253211347,"_cnpmcore_publish_time":"2021-12-16T15:21:51.329Z","contributors":[]},"0.10.6-canary.821f4d30f":{"name":"@firebase/database","version":"0.10.6-canary.821f4d30f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.821f4d30f","@firebase/logger":"0.2.6-canary.821f4d30f","@firebase/util":"1.1.0-canary.821f4d30f","@firebase/component":"0.5.4-canary.821f4d30f","@firebase/auth-interop-types":"0.1.6-canary.821f4d30f","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.821f4d30f","@firebase/app-types":"0.6.2-canary.821f4d30f","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.821f4d30f","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"58c0d8e41dc65c9d6e1f8b341c91a4930f30e42d","size":2482052,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.821f4d30f.tgz","integrity":"sha512-4NjlJMR4ib+EQ/7puh0UnecodUcYyYL2BSvpOeBCI513s6MbkVKCQI/11Oa7kCLvAc548TCVhAk3Omcs6Q39HA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.821f4d30f_1625251478381_0.44951393048327315"},"_hasShrinkwrap":false,"publish_time":1625251478617,"_cnpm_publish_time":1625251478617,"_cnpmcore_publish_time":"2021-12-16T15:21:52.755Z","contributors":[]},"0.10.6-canary.db98eda11":{"name":"@firebase/database","version":"0.10.6-canary.db98eda11","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.db98eda11","@firebase/logger":"0.2.6-canary.db98eda11","@firebase/util":"1.1.0-canary.db98eda11","@firebase/component":"0.5.4-canary.db98eda11","@firebase/auth-interop-types":"0.1.6-canary.db98eda11","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.db98eda11","@firebase/app-types":"0.6.2-canary.db98eda11","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.db98eda11","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"192d32f74a02afe7a517a6145d217033dab69537","size":2482047,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.db98eda11.tgz","integrity":"sha512-vlLX9Z6VAv8OVo4+kKkSZ0LGBd0qMjUTgYhnCqdXKh9h5ySb0beQOC70d3TCvp5e8YXcin/PkutQPhYK0YKWUA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.db98eda11_1625249332370_0.3732494728500364"},"_hasShrinkwrap":false,"publish_time":1625249332577,"_cnpm_publish_time":1625249332577,"_cnpmcore_publish_time":"2021-12-16T15:21:54.146Z","contributors":[]},"0.10.6-canary.3827d9692":{"name":"@firebase/database","version":"0.10.6-canary.3827d9692","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.3827d9692","@firebase/logger":"0.2.6-canary.3827d9692","@firebase/util":"1.1.0-canary.3827d9692","@firebase/component":"0.5.4-canary.3827d9692","@firebase/auth-interop-types":"0.1.6-canary.3827d9692","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.3827d9692","@firebase/app-types":"0.6.2-canary.3827d9692","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.3827d9692","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"f7c3fb009edd9320b54508164f08fe41a2379edb","size":2482059,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.3827d9692.tgz","integrity":"sha512-I+FiVhPwIwjE8H6GWcSGLTbPu4wV9e/nizPL9YQwg0pYfhMaamk7ZKY+p12VawnhA1e+xRYPivoSQeZG/04E/g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.3827d9692_1625243300814_0.7333234665464192"},"_hasShrinkwrap":false,"publish_time":1625243301051,"_cnpm_publish_time":1625243301051,"_cnpmcore_publish_time":"2021-12-16T15:21:55.460Z","contributors":[]},"0.10.6-canary.99526ac72":{"name":"@firebase/database","version":"0.10.6-canary.99526ac72","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.99526ac72","@firebase/logger":"0.2.6-canary.99526ac72","@firebase/util":"1.1.0-canary.99526ac72","@firebase/component":"0.5.4-canary.99526ac72","@firebase/auth-interop-types":"0.1.6-canary.99526ac72","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-canary.99526ac72","@firebase/app-types":"0.6.2-canary.99526ac72","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-canary.99526ac72","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"ab9d68ac3e17b8af893ef6e61fd960aaaa9a65dc","size":2482056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-canary.99526ac72.tgz","integrity":"sha512-ELhhzwTmlV68lW0hyMvtjH2Gk721qj+/FTQMXiVKHseQhqtX6JFZ7gqBnRXpmKjxqKMwjIZD9UHqtn7ajuTQnw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-canary.99526ac72_1625185598006_0.7751288715261451"},"_hasShrinkwrap":false,"publish_time":1625185598453,"_cnpm_publish_time":1625185598453,"_cnpmcore_publish_time":"2021-12-16T15:21:57.401Z","contributors":[]},"0.10.6":{"name":"@firebase/database","version":"0.10.6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.4","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.6","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"bec8edff424e16bff50376c7822e051997228332","size":2481951,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6.tgz","integrity":"sha512-AGxRnKaJQd4Pq7sblrWI39XM5N2u/pZOeopMxVRja38Cubxp6P5T7lzpp0xNSOQ/RszAoHskGIlCfIz+teaXSQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6_1625182403199_0.8487218190859169"},"_hasShrinkwrap":false,"publish_time":1625182403413,"_cnpm_publish_time":1625182403413,"_cnpmcore_publish_time":"2021-12-16T15:21:58.859Z","contributors":[]},"0.10.5-canary.85f73abb5":{"name":"@firebase/database","version":"0.10.5-canary.85f73abb5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.85f73abb5","@firebase/logger":"0.2.6-canary.85f73abb5","@firebase/util":"1.1.0-canary.85f73abb5","@firebase/component":"0.5.3-canary.85f73abb5","@firebase/auth-interop-types":"0.1.6-canary.85f73abb5","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.85f73abb5","@firebase/app-types":"0.6.2-canary.85f73abb5","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.85f73abb5","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"b569c164e0bc1ea55dd2f1bd476c88b135090ca1","size":2482014,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.85f73abb5.tgz","integrity":"sha512-+Jrc8fs2lD81sJS5DG8Taly6qi7Em7CFYsqtkl1IQY7cZqrUCcjUuaNsLDCgjl4D6NL8O0+AckpIIsXQ1Is6hA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.85f73abb5_1625178788364_0.3620889592309773"},"_hasShrinkwrap":false,"publish_time":1625178788619,"_cnpm_publish_time":1625178788619,"_cnpmcore_publish_time":"2021-12-16T15:21:59.950Z","contributors":[]},"0.10.6-20216122160":{"name":"@firebase/database","version":"0.10.6-20216122160","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.4-20216122160","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-20216122160","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-20216122160","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"9f2e32a9319ce746f8f7a9842401140af8dc362a","size":2482042,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-20216122160.tgz","integrity":"sha512-cW4nCmS8WNYxYfRYAbEKVpTLMmEeHCCh5a4JJQqOEIHaRrV9x+NlcEuEo+OORhHnP1z5ggW5d8Upsj0JTqskgg=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-20216122160_1625178164088_0.5448969795404532"},"_hasShrinkwrap":false,"publish_time":1625178164365,"_cnpm_publish_time":1625178164365,"_cnpmcore_publish_time":"2021-12-16T15:22:01.477Z","contributors":[]},"0.0.900-exp.f43d0c698":{"name":"@firebase/database","version":"0.0.900-exp.f43d0c698","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.f43d0c698"},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.3","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.f43d0c698","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"d104a67104258d168cccb0bfeb057c30d5fa3c93","size":2482065,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.f43d0c698.tgz","integrity":"sha512-CMaq3QoLbvNlz1C9c0aNZXfM+Of7XgDALIiYhSXOo1zyZ5xhLD5xWyBGeB71nFktXuOcD4xvmq93gfEOp1wgYA=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.f43d0c698_1625160679058_0.956706292340948"},"_hasShrinkwrap":false,"publish_time":1625160679340,"_cnpm_publish_time":1625160679340,"_cnpmcore_publish_time":"2021-12-16T15:22:03.105Z","contributors":[]},"0.10.5-canary.f43d0c698":{"name":"@firebase/database","version":"0.10.5-canary.f43d0c698","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.f43d0c698","@firebase/logger":"0.2.6-canary.f43d0c698","@firebase/util":"1.1.0-canary.f43d0c698","@firebase/component":"0.5.3-canary.f43d0c698","@firebase/auth-interop-types":"0.1.6-canary.f43d0c698","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.f43d0c698","@firebase/app-types":"0.6.2-canary.f43d0c698","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.f43d0c698","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"93f05a56f464d9900d4f665bc2728618c1fbf5d4","size":2482013,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.f43d0c698.tgz","integrity":"sha512-3BmvNvQKRKHn8RffQZ4+vTeRsIM5fhrWAjDBiDXGiF/tEENbp/4WXDuTmrF0PJ8Qu5zovyUx+Qpu+CuX8C8Lqg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.f43d0c698_1625160060222_0.6605755312316128"},"_hasShrinkwrap":false,"publish_time":1625160060393,"_cnpm_publish_time":1625160060393,"_cnpmcore_publish_time":"2021-12-16T15:22:04.739Z","contributors":[]},"0.10.5-canary.f6e1645ef":{"name":"@firebase/database","version":"0.10.5-canary.f6e1645ef","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.f6e1645ef","@firebase/logger":"0.2.6-canary.f6e1645ef","@firebase/util":"1.1.0-canary.f6e1645ef","@firebase/component":"0.5.3-canary.f6e1645ef","@firebase/auth-interop-types":"0.1.6-canary.f6e1645ef","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.f6e1645ef","@firebase/app-types":"0.6.2-canary.f6e1645ef","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.f6e1645ef","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"b181329d1c34bf9ec12c1b08f5903e8a0adb72e9","size":2482010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.f6e1645ef.tgz","integrity":"sha512-QShscsfAMtKbyp8Xwfe5COA+zhzX0+N42/uNsZgBxUmslM08o5+PAdQPEr/qZvBDnRbKOpUlpq46r5KEgoRAZA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.f6e1645ef_1625155580581_0.5766865346603649"},"_hasShrinkwrap":false,"publish_time":1625155580934,"_cnpm_publish_time":1625155580934,"_cnpmcore_publish_time":"2021-12-16T15:22:06.028Z","contributors":[]},"0.10.5-canary.75ab8809d":{"name":"@firebase/database","version":"0.10.5-canary.75ab8809d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.75ab8809d","@firebase/logger":"0.2.6-canary.75ab8809d","@firebase/util":"1.1.0-canary.75ab8809d","@firebase/component":"0.5.3-canary.75ab8809d","@firebase/auth-interop-types":"0.1.6-canary.75ab8809d","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.75ab8809d","@firebase/app-types":"0.6.2-canary.75ab8809d","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.75ab8809d","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"186c157c3d705cdab7feb7f27b34f3699bf2513b","size":2482012,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.75ab8809d.tgz","integrity":"sha512-V9O+He6paF5JQlZYbOEhT97OHlUoJbyo/UtuSpYMWC68Fd6kVQYTv3ZecWoaBKZsVuYAk9cYMs8lm9Ouqyb7nw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.75ab8809d_1625121606905_0.33335249707716197"},"_hasShrinkwrap":false,"publish_time":1625121607139,"_cnpm_publish_time":1625121607139,"_cnpmcore_publish_time":"2021-12-16T15:22:06.942Z","contributors":[]},"0.10.5-canary.ca857526b":{"name":"@firebase/database","version":"0.10.5-canary.ca857526b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.ca857526b","@firebase/logger":"0.2.6-canary.ca857526b","@firebase/util":"1.1.0-canary.ca857526b","@firebase/component":"0.5.3-canary.ca857526b","@firebase/auth-interop-types":"0.1.6-canary.ca857526b","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.ca857526b","@firebase/app-types":"0.6.2-canary.ca857526b","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.ca857526b","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"30565e313b539fe9ea00314549c1b57c92e22415","size":2482013,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.ca857526b.tgz","integrity":"sha512-EHZVfzXGkco+e1m8z7+Y0OqcbyG9HmDORQgCn0uhPO78yG6O8Jj08NLRAYYQFt9UeyITvB0xqIgNhgOTGnhx+Q=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.ca857526b_1625108016410_0.11059404386871052"},"_hasShrinkwrap":false,"publish_time":1625108016588,"_cnpm_publish_time":1625108016588,"_cnpmcore_publish_time":"2021-12-16T15:22:07.382Z","contributors":[]},"0.10.5-canary.ecf2b572e":{"name":"@firebase/database","version":"0.10.5-canary.ecf2b572e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.ecf2b572e","@firebase/logger":"0.2.6-canary.ecf2b572e","@firebase/util":"1.1.0-canary.ecf2b572e","@firebase/component":"0.5.3-canary.ecf2b572e","@firebase/auth-interop-types":"0.1.6-canary.ecf2b572e","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.ecf2b572e","@firebase/app-types":"0.6.2-canary.ecf2b572e","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.ecf2b572e","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"8ad5a20b6bcde8b5f36b7bbf05f719a68600cfd0","size":2481993,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.ecf2b572e.tgz","integrity":"sha512-tSx2r0pksedDG+ioKfOTD0T4PwdLSMCUe7EtKHWQz5AIGJ0vCeiXtI04u1MJo7nRJX3F01yRDplX/aEWttHXEQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.ecf2b572e_1625098484816_0.32139504857541223"},"_hasShrinkwrap":false,"publish_time":1625098485086,"_cnpm_publish_time":1625098485086,"_cnpmcore_publish_time":"2021-12-16T15:22:09.059Z","contributors":[]},"0.10.5-canary.5d007b8fb":{"name":"@firebase/database","version":"0.10.5-canary.5d007b8fb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.5d007b8fb","@firebase/logger":"0.2.6-canary.5d007b8fb","@firebase/util":"1.1.0-canary.5d007b8fb","@firebase/component":"0.5.3-canary.5d007b8fb","@firebase/auth-interop-types":"0.1.6-canary.5d007b8fb","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.5d007b8fb","@firebase/app-types":"0.6.2-canary.5d007b8fb","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.5d007b8fb","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"08dc2216564bef5d8af93b234eacd386b7518070","size":2482010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.5d007b8fb.tgz","integrity":"sha512-FSy88VnRiWRtnEihKZu8jMln+PzEKkNHz62xkmL0446jVBOb+6SpFU6nrCUT94N5fz2yosZ9rtMQNlo3q2MLuQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.5d007b8fb_1625095915044_0.11994693838946868"},"_hasShrinkwrap":false,"publish_time":1625095915325,"_cnpm_publish_time":1625095915325,"_cnpmcore_publish_time":"2021-12-16T15:22:11.119Z","contributors":[]},"0.10.5-canary.580b35407":{"name":"@firebase/database","version":"0.10.5-canary.580b35407","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.580b35407","@firebase/logger":"0.2.6-canary.580b35407","@firebase/util":"1.1.0-canary.580b35407","@firebase/component":"0.5.3-canary.580b35407","@firebase/auth-interop-types":"0.1.6-canary.580b35407","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.580b35407","@firebase/app-types":"0.6.2-canary.580b35407","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.580b35407","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"697a9cbe9aaffb6eeb229815b6259aedf53df284","size":2482018,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.580b35407.tgz","integrity":"sha512-atAxc3f4wESIxe9cNEVDXywZLm8Zdq7BgMnOQzFM909ciPhCyhOhnhGwHGAGFuspEk9Ja4e30jfxqvM5G5U/JA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.580b35407_1625091003065_0.32990949809834436"},"_hasShrinkwrap":false,"publish_time":1625091003319,"_cnpm_publish_time":1625091003319,"_cnpmcore_publish_time":"2021-12-16T15:22:12.251Z","contributors":[]},"0.10.6-202153001032":{"name":"@firebase/database","version":"0.10.6-202153001032","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.4-202153001032","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-202153001032","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-202153001032","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"5495e3bf0544d28991e19350f42e0674d80994b2","size":2482066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-202153001032.tgz","integrity":"sha512-JgRvxUewhnEAiPopVMbnEVX85gKht0XnNAqbCWP1WzQ7GRJT16qMTs4qYkAUBo5F24GL5s4Y7WBQP/9R/a5jhQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-202153001032_1625012235100_0.7229303611736397"},"_hasShrinkwrap":false,"publish_time":1625012235460,"_cnpm_publish_time":1625012235460,"_cnpmcore_publish_time":"2021-12-16T15:22:13.756Z","contributors":[]},"0.10.5-canary.5d31e2192":{"name":"@firebase/database","version":"0.10.5-canary.5d31e2192","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.5d31e2192","@firebase/logger":"0.2.6-canary.5d31e2192","@firebase/util":"1.1.0-canary.5d31e2192","@firebase/component":"0.5.3-canary.5d31e2192","@firebase/auth-interop-types":"0.1.6-canary.5d31e2192","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.5d31e2192","@firebase/app-types":"0.6.2-canary.5d31e2192","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.5d31e2192","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"c76bd1bde96a6a4f76239b04f1e8678267cba0d1","size":2482011,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.5d31e2192.tgz","integrity":"sha512-fmQez0dF6ZVXt3qZAABo6M054Kcjbdm4oeXuB0dJcvmw8jTLlhIYvEBnU5Y3xY6XpG9Qu8kC+ZHGY0qsDdnltA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.5d31e2192_1624927309447_0.8933715054679021"},"_hasShrinkwrap":false,"publish_time":1624927309756,"_cnpm_publish_time":1624927309756,"_cnpmcore_publish_time":"2021-12-16T15:22:14.348Z","contributors":[]},"0.10.5-canary.56a6a9d4a":{"name":"@firebase/database","version":"0.10.5-canary.56a6a9d4a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.56a6a9d4a","@firebase/logger":"0.2.6-canary.56a6a9d4a","@firebase/util":"1.1.0-canary.56a6a9d4a","@firebase/component":"0.5.3-canary.56a6a9d4a","@firebase/auth-interop-types":"0.1.6-canary.56a6a9d4a","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.56a6a9d4a","@firebase/app-types":"0.6.2-canary.56a6a9d4a","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.56a6a9d4a","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"48aa202a8a4f15cba31512e14a51d5c22f47a6bd","size":2482010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.56a6a9d4a.tgz","integrity":"sha512-8s6QgmKIMo5eVpINqOQk9aDx7Zt5venJGwt5T5ZvPUhXODd6uTBlGY5fmalXuCALkzB15XiKdlaseJSGZ5szOQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.56a6a9d4a_1624923221947_0.3097507459684239"},"_hasShrinkwrap":false,"publish_time":1624923222185,"_cnpm_publish_time":1624923222185,"_cnpmcore_publish_time":"2021-12-16T15:22:14.847Z","contributors":[]},"0.10.6-2021528231051":{"name":"@firebase/database","version":"0.10.6-2021528231051","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.4-2021528231051","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.28-2021528231051","@firebase/app-types":"0.6.2","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.6-2021528231051","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"25524b1d0ff2e92274c917e4ab6c4fb203ae9301","size":2482080,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.6-2021528231051.tgz","integrity":"sha512-OMtzbiYxDcZvaZo1XvEEZAdkhNJxKW9byRbRd6bbKKi+cEBKSVOpoLjTxcqI8eWsU2oSR8Rkx7Y90J/wiR8okQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.6-2021528231051_1624922326503_0.7429507555997155"},"_hasShrinkwrap":false,"publish_time":1624922326860,"_cnpm_publish_time":1624922326860,"_cnpmcore_publish_time":"2021-12-16T15:22:16.966Z","contributors":[]},"0.10.5-canary.1bbdbfef3":{"name":"@firebase/database","version":"0.10.5-canary.1bbdbfef3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.1bbdbfef3","@firebase/logger":"0.2.6-canary.1bbdbfef3","@firebase/util":"1.1.0-canary.1bbdbfef3","@firebase/component":"0.5.3-canary.1bbdbfef3","@firebase/auth-interop-types":"0.1.6-canary.1bbdbfef3","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-canary.1bbdbfef3","@firebase/app-types":"0.6.2-canary.1bbdbfef3","rollup":"2.52.2","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-canary.1bbdbfef3","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"8c02b9165d80d03b9b67456f1e71bb2aeaa61fe1","size":2482003,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-canary.1bbdbfef3.tgz","integrity":"sha512-oVplktf+N9K4wOAoH+meg5I/sNuyjSMKWM6OxS/pkLn5atGM12SDD/lWzpD3GQs0hv4GKkialiQLwkc3Fubyhw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-canary.1bbdbfef3_1624921446932_0.7535303900370922"},"_hasShrinkwrap":false,"publish_time":1624921447181,"_cnpm_publish_time":1624921447181,"_cnpmcore_publish_time":"2021-12-16T15:22:18.174Z","contributors":[]},"0.0.900-exp.57f19127c":{"name":"@firebase/database","version":"0.0.900-exp.57f19127c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.57f19127c"},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.3","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.57f19127c","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"a768090327cf0b01180550b5264350946236302d","size":1494544,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.57f19127c.tgz","integrity":"sha512-4qEx+sF63npoPb1bS66b2tWzJ7POeB44g00r1Y4YIA+OdCaPd0f92woymNtGPO/q6emwvpcJEt5l4dWGiztmfw=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.57f19127c_1624058155898_0.15909907716498606"},"_hasShrinkwrap":false,"publish_time":1624058156164,"_cnpm_publish_time":1624058156164,"_cnpmcore_publish_time":"2021-12-16T15:22:18.660Z","contributors":[]},"0.10.5":{"name":"@firebase/database","version":"0.10.5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.3","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.5","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"99de469642768766fdefcc560d04a091d1390de2","size":2482173,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5.tgz","integrity":"sha512-/KAFZGSvvL3J4EytZsl5kgqhZwEV+ZTz6mCS3VPigkkECzT1E/JRm9h8DY5/VWmoyfqc5O2F3kqrrLf7AovoHg=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5_1623968750860_0.9304448863863368"},"_hasShrinkwrap":false,"publish_time":1623968751183,"_cnpm_publish_time":1623968751183,"_cnpmcore_publish_time":"2021-12-16T15:22:20.739Z","contributors":[]},"0.0.900-exp.725ab4684":{"name":"@firebase/database","version":"0.0.900-exp.725ab4684","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.725ab4684"},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.2","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.26","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.725ab4684","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"c6e1cbf477e163191f296e5ddc0ac1a2359f4974","size":1494502,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.725ab4684.tgz","integrity":"sha512-SdCZ8fuOt4noc/MBVqnWLhn2CtbuHKZpWmb0K89OaK+XZM9iMkfVcRE4KIA7+XmbWSv45OSl1g4fiodvzZBKtw=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.725ab4684_1623817526044_0.9001246598822823"},"_hasShrinkwrap":false,"publish_time":1623817526360,"_cnpm_publish_time":1623817526360,"_cnpmcore_publish_time":"2021-12-16T15:22:21.706Z","contributors":[]},"0.10.5-202151602035":{"name":"@firebase/database","version":"0.10.5-202151602035","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.3-202151602035","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.27-202151602035","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.5-202151602035","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"effae7c1ee69df4674aaa145a183fce838b51e8b","size":2482288,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.5-202151602035.tgz","integrity":"sha512-+WHwkd3ejkFKNpvp1k4yqtsXa6/8JEcQV6e0GLQPBHahD5E8TRMzeau1ZBH9Y/keWOY23fnfd5AC68pQ/3jKzg=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.5-202151602035_1623803270686_0.4586855149711082"},"_hasShrinkwrap":false,"publish_time":1623803270921,"_cnpm_publish_time":1623803270921,"_cnpmcore_publish_time":"2021-12-16T15:22:23.797Z","contributors":[]},"0.10.4":{"name":"@firebase/database","version":"0.10.4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.2","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.25","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.4","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"10670740703c3e3b5f46cf453c0fa4fe5553cc52","size":2487302,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.4.tgz","integrity":"sha512-Mi6fJGzv9JH+GoYhgzSQAxsUhanW4jU6lqe/9kTyxNxHd+asphoJXJcKDs97uxRaowmSzu5LSAkGlWe63vJ7wA=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.4_1623358140439_0.5982082827090975"},"_hasShrinkwrap":false,"publish_time":1623358140755,"_cnpm_publish_time":1623358140755,"_cnpmcore_publish_time":"2021-12-16T15:22:25.587Z","contributors":[]},"0.10.4-202159235118":{"name":"@firebase/database","version":"0.10.4-202159235118","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.2-202159235118","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.25-202159235118","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.4-202159235118","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"5bec8bfc08db68cbaf6639a7a4a864b6b4de7cb0","size":2482240,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.4-202159235118.tgz","integrity":"sha512-QDEMyAKrY23sB44/2j7T/hAnHuKmo1f8fcIEnEUq5ilWRDsezJpEK4M7rppfR7nM15FLoHL/W9RUs/H1ZYSrog=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.4-202159235118_1623283190058_0.9014365271520186"},"_hasShrinkwrap":false,"publish_time":1623283190347,"_cnpm_publish_time":1623283190347,"_cnpmcore_publish_time":"2021-12-16T15:22:26.893Z","contributors":[]},"0.0.900-exp.f41d11b71":{"name":"@firebase/database","version":"0.0.900-exp.f41d11b71","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.f41d11b71"},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.1","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.24","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.f41d11b71","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"27dc26c2141ba6650832bef2f7726678d810422f","size":1494449,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.f41d11b71.tgz","integrity":"sha512-WoZTxYwgMTLAdteVlyIQFAxAJcpT80nA3pBebmrF5vMHWk1mh5qVEJqdtT9r6qzHRPFuwhedxP+aw6XuPTiIRQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.f41d11b71_1623041392144_0.6071225495990014"},"_hasShrinkwrap":false,"publish_time":1623041392516,"_cnpm_publish_time":1623041392516,"_cnpmcore_publish_time":"2021-12-16T15:22:27.886Z","contributors":[]},"0.10.3":{"name":"@firebase/database","version":"0.10.3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.1","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.23","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.3","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"e7e3f65eb9b1851cd014c46705bdef714066bdab","size":2482091,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.3.tgz","integrity":"sha512-PaQ2EEvx0LsWIqN7qsoqN4RiAJYs6FL5BFDFEPTjJZW410ECnMcNfXCASYuQSU903sY4MA0ki9H1nH0J7gb7bQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.3_1622753909296_0.5759038731628996"},"_hasShrinkwrap":false,"publish_time":1622753911071,"_cnpm_publish_time":1622753911071,"_cnpmcore_publish_time":"2021-12-16T15:22:29.739Z","contributors":[]},"0.10.3-20215205147":{"name":"@firebase/database","version":"0.10.3-20215205147","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.1-20215205147","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.23-20215205147","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.3-20215205147","_nodeVersion":"14.16.1","_npmVersion":"6.14.12","dist":{"shasum":"5e3508823b037ddd667f57f1d5cf86d2a71c9633","size":2482197,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.3-20215205147.tgz","integrity":"sha512-1cexpoGXpO4KvHHuByhQtswO5Qxvj9xa7ifIs/9wD5aDCi+cubt+Zf9YQzd0zn3NOXM4dVaXnBMOfczexRaQYQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.3-20215205147_1622595526156_0.8827405923454832"},"_hasShrinkwrap":false,"publish_time":1622595526371,"_cnpm_publish_time":1622595526371,"_cnpmcore_publish_time":"2021-12-16T15:22:31.172Z","contributors":[]},"0.10.2":{"name":"@firebase/database","version":"0.10.2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.0","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.22","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.2","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"2c1b3ab2764fd1116a1c0a1681d022d17c53c318","size":2487175,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.2.tgz","integrity":"sha512-jMGtl5eBES9k0rOIZd6/EAuVB6m3LzRei1lvEiqWWBje2Xoz//7sjZcxOYtAKCCLldEI1EUrzW8Tv5yEAoPPpg=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.2_1622150031966_0.8074448151997473"},"_hasShrinkwrap":false,"publish_time":1622150032244,"_cnpm_publish_time":1622150032244,"_cnpmcore_publish_time":"2021-12-16T15:22:32.535Z","contributors":[]},"0.10.2-2021425213031":{"name":"@firebase/database","version":"0.10.2-2021425213031","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.0","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.22","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.2-2021425213031","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"f7190ca67fbd289d4165855d2d2e7c65c436b595","size":2487337,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.2-2021425213031.tgz","integrity":"sha512-TtvO2XZ5RSvyaVhvKVaHe2iKGLs1paMuowVkPu6hd/fus7CQ1NjlLW9VdgxbS3004CT0e1xZkjpmh3qzZfn7DA=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.2-2021425213031_1621978764805_0.6267695139948462"},"_hasShrinkwrap":false,"publish_time":1621978765050,"_cnpm_publish_time":1621978765050,"_cnpmcore_publish_time":"2021-12-16T15:22:34.429Z","contributors":[]},"0.0.900-exp.d92a36260":{"name":"@firebase/database","version":"0.0.900-exp.d92a36260","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/exp/index.node.cjs.js","browser":"dist/exp/index.esm2017.js","module":"dist/exp/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{"@firebase/app":"0.0.900-exp.d92a36260"},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.0","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.22","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"dist/exp/index.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"esm5":"dist/exp/index.esm5.js","private":false,"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.0.900-exp.d92a36260","_nodeVersion":"14.15.3","_npmVersion":"6.14.9","dist":{"shasum":"48b8c286ff38c44396289dd6f53ab988c6615a83","size":2481468,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.0.900-exp.d92a36260.tgz","integrity":"sha512-kMZFo+kAfxJESVTBdHmzR5g0OAYpKwTZ/nIDlHltexpjpryuKYNnYC4anAy+VZqA404UI5VJrcGO1twSnkZVQA=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.0.900-exp.d92a36260_1620950557217_0.9476388360944445"},"_hasShrinkwrap":false,"publish_time":1620950557455,"_cnpm_publish_time":1620950557455,"_cnpmcore_publish_time":"2021-12-16T15:22:35.905Z","contributors":[]},"0.10.1-canary.d742823e9":{"name":"@firebase/database","version":"0.10.1-canary.d742823e9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.d742823e9","@firebase/logger":"0.2.6-canary.d742823e9","@firebase/util":"1.1.0-canary.d742823e9","@firebase/component":"0.5.0-canary.d742823e9","@firebase/auth-interop-types":"0.1.6-canary.d742823e9","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.22-canary.d742823e9","@firebase/app-types":"0.6.2-canary.d742823e9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.1-canary.d742823e9","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"3d6dc4c893a52e0578dfeed73871846fb09752d5","size":2486766,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.1-canary.d742823e9.tgz","integrity":"sha512-gp4l07NYYjrLMMVW1MBdAaamKgXPl+NuL6kvDBU0TMAe2k98jEX2ccgWFUYjPY5BQVAZ9snWbOFID+0ZRD1mtA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.1-canary.d742823e9_1620928065337_0.8308640317254696"},"_hasShrinkwrap":false,"publish_time":1620928065729,"_cnpm_publish_time":1620928065729,"_cnpmcore_publish_time":"2021-12-16T15:22:37.390Z","contributors":[]},"0.10.1-canary.96a47097f":{"name":"@firebase/database","version":"0.10.1-canary.96a47097f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.96a47097f","@firebase/logger":"0.2.6-canary.96a47097f","@firebase/util":"1.1.0-canary.96a47097f","@firebase/component":"0.5.0-canary.96a47097f","@firebase/auth-interop-types":"0.1.6-canary.96a47097f","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.22-canary.96a47097f","@firebase/app-types":"0.6.2-canary.96a47097f","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.1-canary.96a47097f","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"3984afe5ed020a1972eb228cf7401085c054e0e2","size":2486766,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.1-canary.96a47097f.tgz","integrity":"sha512-Yabnui8hNOv+ETLzJEUkSLhuweQqffD1QMK9fSvvNqRlaIqbvgXjzX6VyQXyyVeCkl8QACU+izBejrw9jjtAYw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.1-canary.96a47097f_1620921397259_0.7637282634658351"},"_hasShrinkwrap":false,"publish_time":1620921397457,"_cnpm_publish_time":1620921397457,"_cnpmcore_publish_time":"2021-12-16T15:22:38.326Z","contributors":[]},"0.10.1-canary.de68cdca2":{"name":"@firebase/database","version":"0.10.1-canary.de68cdca2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.de68cdca2","@firebase/logger":"0.2.6-canary.de68cdca2","@firebase/util":"1.1.0-canary.de68cdca2","@firebase/component":"0.5.0-canary.de68cdca2","@firebase/auth-interop-types":"0.1.6-canary.de68cdca2","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.22-canary.de68cdca2","@firebase/app-types":"0.6.2-canary.de68cdca2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.1-canary.de68cdca2","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"0f03afb5198281b9b26e10a3909dcf0270d48a46","size":2486750,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.1-canary.de68cdca2.tgz","integrity":"sha512-0WYPvz+i57hoY6sPQBeJNz2q/AzJu8GHXNs8JaXnGP91+OJOnTjesJkWH9YPHxcdxlak6ky4S7EGq7u4kglpeQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.1-canary.de68cdca2_1620884073777_0.5679545377938671"},"_hasShrinkwrap":false,"publish_time":1620884074049,"_cnpm_publish_time":1620884074049,"_cnpmcore_publish_time":"2021-12-16T15:22:39.708Z","contributors":[]},"0.10.1-canary.74b49d205":{"name":"@firebase/database","version":"0.10.1-canary.74b49d205","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.74b49d205","@firebase/logger":"0.2.6-canary.74b49d205","@firebase/util":"1.1.0-canary.74b49d205","@firebase/component":"0.5.0-canary.74b49d205","@firebase/auth-interop-types":"0.1.6-canary.74b49d205","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.22-canary.74b49d205","@firebase/app-types":"0.6.2-canary.74b49d205","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.1-canary.74b49d205","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"66b18c090ea1fdfd2a40c71129e8ff227d310f4a","size":2486790,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.1-canary.74b49d205.tgz","integrity":"sha512-2OHbYiZlkvFZEHZFYbd9KgXqVqnOOMmqpiOc0/k+yRLYAuYLJUXodMy51aEwXUQvDm2B0Y74VbEtIhCPCotkAw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.1-canary.74b49d205_1620864020089_0.25072263039891185"},"_hasShrinkwrap":false,"publish_time":1620864020341,"_cnpm_publish_time":1620864020341,"_cnpmcore_publish_time":"2021-12-16T15:22:41.275Z","contributors":[]},"0.10.1":{"name":"@firebase/database","version":"0.10.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.0","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.22","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.1","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"1e8c64519552f225a4a88e7dae09ecf29447f2be","size":2486654,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.1.tgz","integrity":"sha512-umT0kynJKc5VpVBOg3+YTDzdJORssh+QqPjoHfbSvtmgZizNiV8mgmKRcDhlVM6CisPb6v5xBn9l8JbK/WRQ1Q=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.1_1620861277160_0.798718185344401"},"_hasShrinkwrap":false,"publish_time":1620861277448,"_cnpm_publish_time":1620861277448,"_cnpmcore_publish_time":"2021-12-16T15:22:44.056Z","contributors":[]},"0.10.1-2021412214515":{"name":"@firebase/database","version":"0.10.1-2021412214515","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.0","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.22-2021412214515","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.1-2021412214515","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"a621df5ea59c58027d6b43421a53a579e19618d0","size":2486764,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.1-2021412214515.tgz","integrity":"sha512-6dwALGUB3r49NhJnN3nrj5hEBCZHQHoUSI5O3qMD8nJIkDc6VuYqL8o8WQrYDB6Ks2FJgs/by//JeJYSpXK+OA=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.1-2021412214515_1620856843713_0.6107441498532189"},"_hasShrinkwrap":false,"publish_time":1620856844050,"_cnpm_publish_time":1620856844050,"_cnpmcore_publish_time":"2021-12-16T15:22:45.707Z","contributors":[]},"0.10.0-canary.60e834739":{"name":"@firebase/database","version":"0.10.0-canary.60e834739","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.60e834739","@firebase/logger":"0.2.6-canary.60e834739","@firebase/util":"1.1.0-canary.60e834739","@firebase/component":"0.5.0-canary.60e834739","@firebase/auth-interop-types":"0.1.6-canary.60e834739","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.21-canary.60e834739","@firebase/app-types":"0.6.2-canary.60e834739","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.0-canary.60e834739","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"ed3b6e629dc2221f9b41f5d3886f77f46767a5bf","size":2486683,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.0-canary.60e834739.tgz","integrity":"sha512-QssQwny224sjWYu7xVddPYgieUaFVXnIwUqZmKrrpSLYqYD9CKonpGs/KKgGaTa5gwfrVaU3mjXHmBusBooPrg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.0-canary.60e834739_1620855413668_0.2748437703904978"},"_hasShrinkwrap":false,"publish_time":1620855414095,"_cnpm_publish_time":1620855414095,"_cnpmcore_publish_time":"2021-12-16T15:22:47.749Z","contributors":[]},"0.10.0":{"name":"@firebase/database","version":"0.10.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0","@firebase/component":"0.5.0","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.21","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.10.0","_nodeVersion":"10.21.0","_npmVersion":"6.14.4","dist":{"shasum":"671daa57867855ea4639a124714d39222f15f016","size":2482513,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.0.tgz","integrity":"sha512-GsHvuES83Edtboij2h3txKg+yV/TD4b5Owc01SgXEQtvj1lulkHt4Ufmd9OZz1WreWQJMIqKpbVowIDHjlkZJQ=="},"_npmUser":{"name":"anonymous","email":"feiyang.chen1@gmail.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.0_1620250362683_0.46900018442973535"},"_hasShrinkwrap":false,"publish_time":1620250362935,"_cnpm_publish_time":1620250362935,"_cnpmcore_publish_time":"2021-12-16T15:22:48.570Z","contributors":[]},"0.9.12-canary.a13f5a03d":{"name":"@firebase/database","version":"0.9.12-canary.a13f5a03d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.a13f5a03d","@firebase/logger":"0.2.6-canary.a13f5a03d","@firebase/util":"1.0.0-canary.a13f5a03d","@firebase/component":"0.4.1-canary.a13f5a03d","@firebase/auth-interop-types":"0.1.6-canary.a13f5a03d","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.a13f5a03d","@firebase/app-types":"0.6.2-canary.a13f5a03d","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.12-canary.a13f5a03d","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"17f1e55b46d5b8374bf5ca353fa286078ed5e2f9","size":2482503,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12-canary.a13f5a03d.tgz","integrity":"sha512-hKc5B/qSjH8/a0cFNC6o83hIMMj/X/LlSpWG0LSotYPm4lBaXg/ygHJcI4qn9HM/+r7FAblbzyOvZmy54stcvg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12-canary.a13f5a03d_1620235650775_0.7299569086135662"},"_hasShrinkwrap":false,"publish_time":1620235651033,"_cnpm_publish_time":1620235651033,"_cnpmcore_publish_time":"2021-12-16T15:22:50.455Z","contributors":[]},"0.10.0-20214541157":{"name":"@firebase/database","version":"0.10.0-20214541157","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.1.0-20214541157","@firebase/component":"0.5.0-20214541157","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.21-20214541157","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.10.0-20214541157","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"db8db1336eb03ad7cf7a6f53e18d47068e70a3a6","size":2482633,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.10.0-20214541157.tgz","integrity":"sha512-8QzDXh17Y9eyUwlHbBVVe2YdWU027iq5uS429xLR/YB19XoAqkv6gbjZCM2asG1O8HSvc+hlyRJTYqebVTutPg=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.10.0-20214541157_1620188377983_0.5682084952745641"},"_hasShrinkwrap":false,"publish_time":1620188378247,"_cnpm_publish_time":1620188378247,"_cnpmcore_publish_time":"2021-12-16T15:22:51.907Z","contributors":[]},"0.9.12-canary.c34ac7a92":{"name":"@firebase/database","version":"0.9.12-canary.c34ac7a92","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.c34ac7a92","@firebase/logger":"0.2.6-canary.c34ac7a92","@firebase/util":"1.0.0-canary.c34ac7a92","@firebase/component":"0.4.1-canary.c34ac7a92","@firebase/auth-interop-types":"0.1.6-canary.c34ac7a92","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.c34ac7a92","@firebase/app-types":"0.6.2-canary.c34ac7a92","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.12-canary.c34ac7a92","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"311f10fe62081428473d3911417075cbcada3933","size":2482507,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12-canary.c34ac7a92.tgz","integrity":"sha512-rAQatY/20fMJDesSQGAKSahOL+yejKpfkzB5i1cWlALxZHMgzs86ka0fIC72+GZN72zM3A2pEYZ6tQqPMXHX/g=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12-canary.c34ac7a92_1620173480712_0.8423077676244974"},"_hasShrinkwrap":false,"publish_time":1620173481049,"_cnpm_publish_time":1620173481049,"_cnpmcore_publish_time":"2021-12-16T15:22:53.018Z","contributors":[]},"0.9.12-canary.e123f241c":{"name":"@firebase/database","version":"0.9.12-canary.e123f241c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.e123f241c","@firebase/logger":"0.2.6-canary.e123f241c","@firebase/util":"1.0.0-canary.e123f241c","@firebase/component":"0.4.1-canary.e123f241c","@firebase/auth-interop-types":"0.1.6-canary.e123f241c","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.e123f241c","@firebase/app-types":"0.6.2-canary.e123f241c","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.12-canary.e123f241c","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"8450789fad13ccb4b37f69af2a4567c9c602f5db","size":2482279,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12-canary.e123f241c.tgz","integrity":"sha512-zv1EYTjdZ+QxOQCWOWgo14zAG3W8WvE+5bk6N6ZLrp2RoDK6V5ITfCUUoF2YAyBRghvq2RgPOIiudFwSriWdSg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12-canary.e123f241c_1620081192480_0.8025803965019147"},"_hasShrinkwrap":false,"publish_time":1620081192720,"_cnpm_publish_time":1620081192720,"_cnpmcore_publish_time":"2021-12-16T15:22:54.109Z","contributors":[]},"0.9.12-canary.efafeecd3":{"name":"@firebase/database","version":"0.9.12-canary.efafeecd3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.efafeecd3","@firebase/logger":"0.2.6-canary.efafeecd3","@firebase/util":"1.0.0-canary.efafeecd3","@firebase/component":"0.4.1-canary.efafeecd3","@firebase/auth-interop-types":"0.1.6-canary.efafeecd3","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.efafeecd3","@firebase/app-types":"0.6.2-canary.efafeecd3","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.12-canary.efafeecd3","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"3a1737a0484034603a02bb2c07775db22822b614","size":2482238,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12-canary.efafeecd3.tgz","integrity":"sha512-qMTzHNuCbVzoLM+beLsfXgTf5jVSVl99xSHTX7NlSs75R1tbG//GdPmnzVXrHlEnXjb0ImJ+tbBCzba/yc3dYQ=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12-canary.efafeecd3_1620077754746_0.09693241204095959"},"_hasShrinkwrap":false,"publish_time":1620077754914,"_cnpm_publish_time":1620077754914,"_cnpmcore_publish_time":"2021-12-16T15:22:55.306Z","contributors":[]},"0.9.12-canary.90c97ae1e":{"name":"@firebase/database","version":"0.9.12-canary.90c97ae1e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.90c97ae1e","@firebase/logger":"0.2.6-canary.90c97ae1e","@firebase/util":"1.0.0-canary.90c97ae1e","@firebase/component":"0.4.1-canary.90c97ae1e","@firebase/auth-interop-types":"0.1.6-canary.90c97ae1e","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.90c97ae1e","@firebase/app-types":"0.6.2-canary.90c97ae1e","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.12-canary.90c97ae1e","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"b701848e884dd668a0a6ca19a2c9077c52eb9b69","size":2482256,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12-canary.90c97ae1e.tgz","integrity":"sha512-Yzjx0S4xsBu9KkQd2XpBCXySCetluLAbqcSnG4Sb7I72B8GDI6SQbWWLnBeTMoYJuqQdNmSyUOveYDSHr5DrYA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12-canary.90c97ae1e_1620077184501_0.3302742108588712"},"_hasShrinkwrap":false,"publish_time":1620077184787,"_cnpm_publish_time":1620077184787,"_cnpmcore_publish_time":"2021-12-16T15:22:56.947Z","contributors":[]},"0.9.12-canary.5ad33abe4":{"name":"@firebase/database","version":"0.9.12-canary.5ad33abe4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.5ad33abe4","@firebase/logger":"0.2.6-canary.5ad33abe4","@firebase/util":"1.0.0-canary.5ad33abe4","@firebase/component":"0.4.1-canary.5ad33abe4","@firebase/auth-interop-types":"0.1.6-canary.5ad33abe4","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.5ad33abe4","@firebase/app-types":"0.6.2-canary.5ad33abe4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.12-canary.5ad33abe4","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"7a9cc5704335b7319501228c4f8966581df84d5c","size":2480240,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12-canary.5ad33abe4.tgz","integrity":"sha512-ok/jMQpg1YMDqqTJTrXW1zrg0d29EEtA/lU+1JWf6NoaMCXrS0iQ3C+12fwDnQYAyxHly9+6nMgFH/OxNhqgNA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12-canary.5ad33abe4_1619801472174_0.041693939828714166"},"_hasShrinkwrap":false,"publish_time":1619801472392,"_cnpm_publish_time":1619801472392,"_cnpmcore_publish_time":"2021-12-16T15:22:58.485Z","contributors":[]},"0.9.12-canary.ac4ad08a2":{"name":"@firebase/database","version":"0.9.12-canary.ac4ad08a2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.ac4ad08a2","@firebase/logger":"0.2.6-canary.ac4ad08a2","@firebase/util":"1.0.0-canary.ac4ad08a2","@firebase/component":"0.4.1-canary.ac4ad08a2","@firebase/auth-interop-types":"0.1.6-canary.ac4ad08a2","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.ac4ad08a2","@firebase/app-types":"0.6.2-canary.ac4ad08a2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.12-canary.ac4ad08a2","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"887608ee46866f8e34e3939d71070bd759a79e27","size":2476909,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12-canary.ac4ad08a2.tgz","integrity":"sha512-fwplqVeHFCjSkysTcq/dWDxAn/lwGAzOOlD6NlcSLVcVHIp4HRqv9/NryKebZN0zyzW5gP0Yy2/zWY1LjWTG1w=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12-canary.ac4ad08a2_1619733616900_0.3509381725041334"},"_hasShrinkwrap":false,"publish_time":1619733617145,"_cnpm_publish_time":1619733617145,"_cnpmcore_publish_time":"2021-12-16T15:23:00.659Z","contributors":[]},"0.9.12-canary.16102f0b4":{"name":"@firebase/database","version":"0.9.12-canary.16102f0b4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.16102f0b4","@firebase/logger":"0.2.6-canary.16102f0b4","@firebase/util":"1.0.0-canary.16102f0b4","@firebase/component":"0.4.1-canary.16102f0b4","@firebase/auth-interop-types":"0.1.6-canary.16102f0b4","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.16102f0b4","@firebase/app-types":"0.6.2-canary.16102f0b4","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.12-canary.16102f0b4","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"2d03b31e848ef7823aefb04f07f962b3861fe684","size":2471816,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12-canary.16102f0b4.tgz","integrity":"sha512-hcfz1z5vJIp7D+CUnngAD9kRL4AdZ9AQgNojwZq3bku1Ovk8CalerKCGsDMnBAeaMSjgfyQBdM7UoRJvuHbwCA=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12-canary.16102f0b4_1619733343728_0.03392047727126779"},"_hasShrinkwrap":false,"publish_time":1619733344011,"_cnpm_publish_time":1619733344011,"_cnpmcore_publish_time":"2021-12-16T15:23:03.562Z","contributors":[]},"0.9.11-canary.ac6997626":{"name":"@firebase/database","version":"0.9.11-canary.ac6997626","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.ac6997626","@firebase/logger":"0.2.6-canary.ac6997626","@firebase/util":"1.0.0-canary.ac6997626","@firebase/component":"0.4.1-canary.ac6997626","@firebase/auth-interop-types":"0.1.6-canary.ac6997626","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.ac6997626","@firebase/app-types":"0.6.2-canary.ac6997626","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.11-canary.ac6997626","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"7273c84012d7192e552c8691066e1526d07ee0ae","size":2471625,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.11-canary.ac6997626.tgz","integrity":"sha512-28kgndFtzaXG3OdYd+wn46EPRDvmdouLUWUOrlIS7vlmm21YT7skrCVFsWOxFQzZw+RLQKc0NtusfdVFCHlFHw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.11-canary.ac6997626_1619731456570_0.1626872380312383"},"_hasShrinkwrap":false,"publish_time":1619731456873,"_cnpm_publish_time":1619731456873,"_cnpmcore_publish_time":"2021-12-16T15:23:05.836Z","contributors":[]},"0.9.12":{"name":"@firebase/database","version":"0.9.12","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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/database@0.9.12","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"056476b085aa26798c1497c39dc365009de4bd30","size":2441099,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12.tgz","integrity":"sha512-2zBb6dL3mKkplI+vJ5gMRg8hxzKxfgv2HF5ICz7LOeZapxknyWsMMX3Hou/Y71FhI7Nesmdenj+wuilkVa8rEA=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12_1619730371468_0.6396852309852772"},"_hasShrinkwrap":false,"publish_time":1619730371697,"_cnpm_publish_time":1619730371697,"_cnpmcore_publish_time":"2021-12-16T15:23:07.517Z","contributors":[]},"0.9.12-2021327211545":{"name":"@firebase/database","version":"0.9.12-2021327211545","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2","@firebase/logger":"0.2.6","@firebase/util":"1.0.0","@firebase/component":"0.4.1","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20","@firebase/app-types":"0.6.2","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.12-2021327211545","_nodeVersion":"10.22.0","_npmVersion":"6.14.8","dist":{"shasum":"2523cce530ec92e3c4e367866060767022a2a93d","size":2441221,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.12-2021327211545.tgz","integrity":"sha512-6XK2wvL2JO0KvNMLw0MM25gcBDonYGinGuVV3/MXnm0nwi/kx0VgHtDWqFBMQPXdSE0ss8icWsD5SX9KfjHomQ=="},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.12-2021327211545_1619558605163_0.23076717314947892"},"_hasShrinkwrap":false,"publish_time":1619558605435,"_cnpm_publish_time":1619558605435,"_cnpmcore_publish_time":"2021-12-16T15:23:09.628Z","contributors":[]},"0.9.11-canary.8d63eacf9":{"name":"@firebase/database","version":"0.9.11-canary.8d63eacf9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.8d63eacf9","@firebase/logger":"0.2.6-canary.8d63eacf9","@firebase/util":"1.0.0-canary.8d63eacf9","@firebase/component":"0.4.1-canary.8d63eacf9","@firebase/auth-interop-types":"0.1.6-canary.8d63eacf9","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.8d63eacf9","@firebase/app-types":"0.6.2-canary.8d63eacf9","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.11-canary.8d63eacf9","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"d35c6b6b3e4d4191e0691d7176064bea00558cc5","size":2441071,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.11-canary.8d63eacf9.tgz","integrity":"sha512-oMvKyrBNwi2jtu7eeYaz6rUvpEEIePSv/NYmmkcEnPYxSI2BIwk7fJJWn2vKEno8KDUEXqyMEGCXHy0qf0YsRw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.11-canary.8d63eacf9_1619550290801_0.5093366597325715"},"_hasShrinkwrap":false,"publish_time":1619550291113,"_cnpm_publish_time":1619550291113,"_cnpmcore_publish_time":"2021-12-16T15:23:11.470Z","contributors":[]},"0.9.11-canary.ba2b11fe3":{"name":"@firebase/database","version":"0.9.11-canary.ba2b11fe3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.ba2b11fe3","@firebase/logger":"0.2.6-canary.ba2b11fe3","@firebase/util":"1.0.0-canary.ba2b11fe3","@firebase/component":"0.4.1-canary.ba2b11fe3","@firebase/auth-interop-types":"0.1.6-canary.ba2b11fe3","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.ba2b11fe3","@firebase/app-types":"0.6.2-canary.ba2b11fe3","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.11-canary.ba2b11fe3","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"436c7d8e27f67b76618532d532dcd6ee75360e7d","size":2448150,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.11-canary.ba2b11fe3.tgz","integrity":"sha512-fulMajq4OeaaN84NdXzOJbdCTWhBHHL+BcrcEAcasfDAAC6LfCerfEBXP8Q94N0oq6rVxjDni9dtjWwWTr1ENw=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.11-canary.ba2b11fe3_1619547254969_0.03252132779163275"},"_hasShrinkwrap":false,"publish_time":1619547255220,"_cnpm_publish_time":1619547255220,"_cnpmcore_publish_time":"2021-12-16T15:23:13.564Z","contributors":[]},"0.9.11-canary.d422436d1":{"name":"@firebase/database","version":"0.9.11-canary.d422436d1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"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' '@(exp|src|test)/**/*.ts'","build":"run-p build:classic build:exp && yarn build:compat","build:classic":"rollup -c rollup.config.js","build:exp":"rollup -c rollup.config.exp.js && yarn api-report","build:compat":"rollup -c rollup.config.compat.js && yarn add-compat-overloads","build:exp:release":"yarn build:exp && yarn build:compat","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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 index.node.ts --config ../../config/mocharc.node.js","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","api-report":"TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package database --packageRoot . --typescriptDts ./dist/exp/exp/index.d.ts --rollupDts ./dist/exp/private.d.ts --untrimmedRollupDts ./dist/exp/internal.d.ts --publicDts ./dist/exp/index.d.ts && yarn api-report:api-json","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose","predoc":"node ../../scripts/exp/remove-exp.js temp","doc":"api-documenter markdown --input temp --output docs","add-compat-overloads":"ts-node-script ../../scripts/exp/create-overloads.ts -i dist/exp/index.d.ts -o dist/compat/esm2017/compat/index.d.ts -a -r FirebaseDatabase:types.FirebaseDatabase -r Query:types.Query -r Reference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.7.2-canary.d422436d1","@firebase/logger":"0.2.6-canary.d422436d1","@firebase/util":"1.0.0-canary.d422436d1","@firebase/component":"0.4.1-canary.d422436d1","@firebase/auth-interop-types":"0.1.6-canary.d422436d1","faye-websocket":"0.11.3","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.6.20-canary.d422436d1","@firebase/app-types":"0.6.2-canary.d422436d1","rollup":"2.35.1","rollup-plugin-typescript2":"0.29.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.9.11-canary.d422436d1","_nodeVersion":"10.24.1","_npmVersion":"6.14.12","dist":{"shasum":"5a5346771bf8054f8994a4b52e4c1f268f4a5be3","size":2448182,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.9.11-canary.d422436d1.tgz","integrity":"sha512-BK4NQQvDDrMDJfGyOukr+vQJQHr7iJLgFv1NHPv6tdcjDEh+mrr++gyC7S55GjsOEh9nBlI8pn4iKK6ox5lJKg=="},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.9.11-canary.d422436d1_1619542316781_0.5128154503819506"},"_hasShrinkwrap":false,"publish_time":1619542317006,"_cnpm_publish_time":1619542317006,"_cnpmcore_publish_time":"2021-12-16T15:23:15.948Z","contributors":[]},"0.12.4-canary.8d415c6b4":{"name":"@firebase/database","version":"0.12.4-canary.8d415c6b4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.8d415c6b4","@firebase/util":"1.4.2-canary.8d415c6b4","@firebase/component":"0.5.9-canary.8d415c6b4","@firebase/auth-interop-types":"0.1.6-canary.8d415c6b4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.8d415c6b4","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.8d415c6b4","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-bj7p+mmCfPYixoT+tM8sufnkQbyf2akRuPURhWHhe9guJJJ63/1PuJgeC27CzS7A69TJsgb/zb5jAf3+h3l1FA==","shasum":"5cf963e8d329efe7d6b51cd9d34e0ab2a3146b10","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.8d415c6b4.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhu/P4CRA9TVsSAnZWagAAiBYP+wXklJ32YK30TXVwQrtR\ntppApVdNe3IPkZMWqEIn2CyhnDgO+YBxnLIch1NJ12O5+sMNBAdBaNRn/ZrQ\npXtfBwCsMXcHH9QDZEeycQ1v2ZpKN/5So8M5bT9QECixO1Doc2UNyg/pjMwv\nO4GSz07FP2aa+U6lHMq28XnKIhdOvsAQk9/bt980DMiYRJwkNTG9mcS2neaV\nK4eXKJjmLQ2NkALgb2VahdtxgWZIbxPMOaIxjz+NKkoVr8kY8tnTo5oOj0oA\n0/XMb7wm7qGKAicpZxyTX6aN8XrrQJtni8JbRi690VTWS3EqUczaaLtre37N\n87OZ77bViNf2ly3g77r7eixppgDaHU/OomE560wBzoLeN/RCdQTAlAohGMN8\nvXzw8Claf/h373KFi7K4+5XMI3jTnx3PEEo20B+FUXCQEh3H6YKEJuaTTcLB\nN70YVEERSE5mDztNgJk/lYKSrIHUwsWU4lyUivt5QquJrC7+PwdDVyz36X7I\n4mk56su8dL9KS82BuFHUKrYGtOl8wfQJ/YPdR/yj7xlEmHcAD6nRO127TzAs\nkF5UrfrkcDvVgbYctw6uPpTtWcLYFRLiaJA2dGTcA2oRt648l3pvKhVnXhC3\nXCr+j7CvUZJ7PIdqoj9nMrsC13ft83D73j4+DirnlAwYj3zTusIqcBwp/5fw\nEpY6\r\n=8haZ\r\n-----END PGP SIGNATURE-----\r\n","size":1678335},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.8d415c6b4_1639707640136_0.5741277304381871"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-19T09:24:40.636Z","contributors":[]},"0.12.4-canary.9295bb0b8":{"name":"@firebase/database","version":"0.12.4-canary.9295bb0b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.9295bb0b8","@firebase/util":"1.4.2-canary.9295bb0b8","@firebase/component":"0.5.9-canary.9295bb0b8","@firebase/auth-interop-types":"0.1.6-canary.9295bb0b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.9295bb0b8","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.9295bb0b8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-NvkWMU6RtEiOczMOVo9G6rsE0jPY/LUrzdiGi63QDh1puASJjHeQH9A3/craO3qca/ct7S0gAXF5HXuBxhN5sg==","shasum":"28dcf3597b1b1d2f6bb5d3c5dc83903d7d9f1c08","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.9295bb0b8.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwLzhCRA9TVsSAnZWagAACw8P/A8CZJ7m2mqo9pM0mmiA\njSENThDF4HGQ+GRYs1XeNwE43P8hyarN+w65vr5gWCR0YhXx/GufXnhHIrfK\nfKaYKY6+F8TEo6t+bC9hfdYobRKxB5rHedcm3s6YE40SPJvGuSC32iv4RSg+\nX1PwoAeFTXWHLDo5Id9OoyweD5HupfTBkOWTrVyG8mC91VjzK9sSaXQ+qn8I\nBsBAeBctV57f1a4Ofiz4Sn8iemlTOqkjD34mwpO8dBfR4CQeYWgXo2uvg74Z\n3gh0ArpOK3T3PLwS2RhvhLFL9d5mjt4ER/5ZvHU4tdqkYFxtLwAWM4tCDPjE\neZrLEsi8hxU7BGChBPPUR4TlhESAvJsiZBsHLXJSPpeVKFK/iul0RwxFb5od\n/XQiRJbIGrlTNkvh9m+WCsDe2hMv/eiqr9gvGkSBpOiaNhDhO7leQynhEfCC\nI3WQXayIyt9XA6aPAR7Tkshiwwt2Zc6m9fqhqnULBF2LZBsHbVjUt5xEe8oq\nc6/4+QsINYXqZXyUpveClyzNg9cMEOA/jQ2xmnAgM88DDJTU9kSe9GtSkZFD\ni4VE3RFRRqPMd2OnYyz33N7KF25l7RpjXBD9RRe1SdFw7oIHdebtQJlOdZ7A\nJWfINoa6+338atNgP6LlY9Ao0PQ81zTNDeBnf+gfxyQkuYctQwMo03zOOe2L\nYgDr\r\n=PdEp\r\n-----END PGP SIGNATURE-----\r\n","size":1678335},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.9295bb0b8_1640021216951_0.5104154472793352"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-20T17:37:28.404Z","contributors":[]},"0.12.4-canary.9ca74ee43":{"name":"@firebase/database","version":"0.12.4-canary.9ca74ee43","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.9ca74ee43","@firebase/util":"1.4.2-canary.9ca74ee43","@firebase/component":"0.5.9-canary.9ca74ee43","@firebase/auth-interop-types":"0.1.6-canary.9ca74ee43","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.9ca74ee43","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.9ca74ee43","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-h1EDlm2mJTvymTzxls+mZ+KHOIAxBDV5qRTsINkM+8TFiNaxLWsJbmGsRWAD3PSTm9s0knUmIxIwnGNETLBTZA==","shasum":"5620bd6fec3ffe5088e787ddb149f7f068f25302","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.9ca74ee43.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwkyNCRA9TVsSAnZWagAAF9YP/1A4EZgeDyZuEfgPKQJO\nsl8nc1T6QKrnkFmY7CKgOXhf3i/zl7fgOgLh5LXvffyTB6JFOewpOoAiefv3\nG0VOWf4lQ72zvq41YFGIK1e4dtZ2RSIvkwDZ+5A64U3Km8Xte7LM4jOSQAT2\nOTpnpOZ+8J+b5W5s6DRLdR8KRcbSNZvWUdxxE4rBOq96RpMJUDkV6i+SpHKi\nPNlRDM409sXD38zZobFcmZ2H98ksqcAIzBFyfD8AgsakqkRRNPpc8iqNL2ip\nxHj4r2OIHTC0o18Ai3ZHCKxdhiKAaISeesYj9BW0JFOz+QIvD3kyBzfvsuNr\no2EQY+5y6XnX54Mzfw+vyhMVG/3i1Lo/LQid8zzkrgiAVCv0pshkiuDmAYXN\ngLpoGXlL2kxKPZf+kvDhLSpMynhj0qaRMC/UzhcRihNoIzded1MJ1EvxEq0F\nvhx5Z6ghplcQYPDF1hbwvmuZciOhXIOSr5qy+y2gxQqxNlejpSD0He5MPmYn\nUQFDN+eWkGHEsyePgKSzymbb1wG6noc2Z8BR7RuESS0DL1+nxYVc3CDIhtMR\nim0X5NGv25NZxg2wqfVJ0Bloz/b3VDfaYwakHTjdoWGy52JE1sunn+YgTYXz\na6cqENUq0I20UE8rFOjC1OWcd5EvoLydUjVBksrCUAqysUYnBoJOpRFMq8a5\n3uvd\r\n=1i9H\r\n-----END PGP SIGNATURE-----\r\n","size":1678333},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.9ca74ee43_1640123533036_0.03339923155444802"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-21T21:52:43.051Z","contributors":[]},"0.12.4-canary.c2fff0c6a":{"name":"@firebase/database","version":"0.12.4-canary.c2fff0c6a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c2fff0c6a","@firebase/util":"1.4.2-canary.c2fff0c6a","@firebase/component":"0.5.9-canary.c2fff0c6a","@firebase/auth-interop-types":"0.1.6-canary.c2fff0c6a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.c2fff0c6a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.c2fff0c6a","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-S+PM8rDDWIr1wnWieNftqptorhJTKv80KT4I3NlKtnlnT5rkT5juvumF/dDal1r+D+kFXrBFk8Xle7T5XuTt4g==","shasum":"ba8a228ab3c5219270dfdbad8605b0f237df3b35","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.c2fff0c6a.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhw3CSCRA9TVsSAnZWagAA40IQAJ5YkJKEUNFnaxYuPQS+\nZsYDVxHX/pFz4RX/9PkfMfNjnYjzByYS7ZlwpmDNzwShChkuw4kMjJbKnS1K\n5PnAZbSRq2BHbEpszbtbQRr2nF/iiCQLRLzhenqUvqlIL2/cEZ1aseeEeFIW\nR8p+tH6Mxk5170FZYgnhld/hJZaS8L8sPVrWEowMqaZcN+UirDqPFNtbwPrr\n3UyMhil8zbpYGzUa02ykishWMgiuWuPMmFqSdfHWAeI2qPBAmrya4pK+LqXh\n8WjpfZKt2/0s3Nq0w6TrR2erWn4k1MQ/VtQZUb0vsL6TAjjce2D6ZQDIlVKy\nc4ecaKMSENWy6EZhzpzkM5NrJsCkoG8O6SvxPA6l9+yGC4uagDMHhK4NTYXr\nactW51Lt67l7iH0kHOWne8UAhSvqXFp6dg1muBxUwv+oNr4E+yeU79RmUV3Y\nhmQUKCNXAFiMr0IxHRAj+7iEeSBpfGfROba2JXDlDQIdqN+z0F58uX1a6/Dm\nojHElzdrvBCPsV4iGgmeqz+jtq6W0eHuNViHNYC92qwGXklZU4NfKlMm5K2z\npgv9uGatXXP7IDiQWIinz+q1UOx4JqkE/yMZEuEJASA07e3pLKSISM1Rn3s4\njQNhw12QKz74itZL66I/qSurDMuAj+lp+17gSl0zEBRYqXA6nCj55BUDApHT\nGOWo\r\n=YEUe\r\n-----END PGP SIGNATURE-----\r\n","size":1678328},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.c2fff0c6a_1640198290537_0.04748086237877791"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-22T19:37:44.080Z","contributors":[]},"0.12.4-canary.4c042b2f9":{"name":"@firebase/database","version":"0.12.4-canary.4c042b2f9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4c042b2f9","@firebase/util":"1.4.2-canary.4c042b2f9","@firebase/component":"0.5.9-canary.4c042b2f9","@firebase/auth-interop-types":"0.1.6-canary.4c042b2f9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.4c042b2f9","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.4c042b2f9","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-T76WAPFOzUdb0HgsQ0jbv4x/kXPTovvy5goP0UKO0N8oO0ixZgbdhAONkSoHkDsYa4EHcUUgJc2GqcfR5xTFLQ==","shasum":"b9d6cfcfe06a97495a027f8a6373ac5043169bea","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.4c042b2f9.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhw5XMCRA9TVsSAnZWagAAcmkP/3g2XoY4JlfRAos0N3aX\nCYIIiulbHLvwTaSVR4h+FaNGb0D9lEB1XqYWzIDi3VKVzp4X+m9PFWqYCAit\nOd3E4aBsIQJWXF1tOnKsHfJRd1CNm9GgLPSz8Kw2/P+c8/DkEqk3ZAF6/Omo\n0P77Oi2j8Y0FcWyJdaHqgHHLycYfOdnmuvWj7ypOaWtQMJNsE7FH1IpeqfnE\nxAUtPu91jfjHdLjCEl3TdE9mCantZydfmfDTS7XWf36TIBlIsuNIrkciBtYw\n3bgTc4RyOw2S/ONvjN93ftsfY46/aFgA8Q1cvjxg8wipLBQvhvspmBAC9q6h\nrM9saXB79eAoRZmUsRU86qJ0Rvy0ZHVG8bO82uKdx3KofsWrusF6qs5hqf0m\nOzNnwgGRHXVnp3zr3LeIKGTdOVQJIGWKnEgGVK0HIYCOz8STrPumO+aGjo5Z\nMUgRObkb2V53EffLy+yz3kpBWeGXiqyU9XFzVMrlBthGyMFm/9DlrW6fRP3/\nn/w8gsOTGayY5wMUv6y9giVngIzA2vOw8EGEA+QloskW+JrasHkE1G3QcN9f\n0Lr4f2XADt9FIz7JsBGFUXmMG5wRwSUYEk7OpC8d+GneUt0adOd48MXP8AIS\nrl1zbXbDUE1LlgE58M8hTYYDbiNAP9evn7qFPgFPxv7T2NHC6XxAyLvr9zNE\nPUj4\r\n=yN23\r\n-----END PGP SIGNATURE-----\r\n","size":1678334},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.4c042b2f9_1640207820377_0.9687149128304804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-23T03:44:46.023Z","contributors":[]},"0.12.4-canary.3d8109ca3":{"name":"@firebase/database","version":"0.12.4-canary.3d8109ca3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3d8109ca3","@firebase/util":"1.4.2-canary.3d8109ca3","@firebase/component":"0.5.9-canary.3d8109ca3","@firebase/auth-interop-types":"0.1.6-canary.3d8109ca3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.3d8109ca3","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.3d8109ca3","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-coQZfwgQfAxCIwmVirDlXHqmQ676urbMJfKW6JgiMU8PbNfHZB8j1d5QhrXOW6y8pTORuREd6ghjXE8UumBrNQ==","shasum":"d0f39f7757b652b769fff68209c5502abdd1728b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.3d8109ca3.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhxK38CRA9TVsSAnZWagAAKXcP/iwS9uQkotLD72d9CrEs\nm7fW6F42zJtlHCVcoFVWZEq4fF0KAOuxCxIZQC9MjMXgb5JebX8u0dnxNZzG\nfGkw+xvfXkn/yn0zAPCUazEFM/iuTcHk9rbCSi53UcdkOjqouxBNHRnZrFwq\nHt2n1zsoHdKDRx08jUMF4gHKVuZufzxs5NRM3APtcQW8li23+auAyWv7UWy8\n24wSn4Kw/G/CI6lSKfUdB7v2jrQH9IVoVkMZwzG2vAtIhVbVc3XMCi2FDOn+\nhKOTKViEJA+zD7u1JHoGCwYs4Rd9cq7qFjWc6qASTTo2T/qGY1qqFpFingQj\naNDAaKLXsgxHUL2IAb88RD3ECuCthwItrvbenqUlIAPAe71UbXkge/SQGV6t\nbiqoQNpMr4ECKoXWuRdC5GhcK4i3XYmca1clFMhifiL3wtd/KKq2s6HTDxpK\nEPXiZcuSP+eIEqRi4wx7hneu+IlSb0Udd7DRJ3IFiSh2wz5q/KzT+URyEDwB\n8larwJYspIUH6PVZmDF19nZMi+HXoLDk0QZIR+wbWhetPMCWpcbmOvr4KwHM\nPtWFMZR98bqySWXPC0zDrRwy/IUikMNOlpYtF0P6/AFbd5RFrRbkHPcL65t2\n8ctJE/KOJEfrHYxOeH7YyYT7dNxkyLKzDUyjacLXaZw17ZxiDJurv2wTvQGQ\njdEo\r\n=879Z\r\n-----END PGP SIGNATURE-----\r\n","size":1678332},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.3d8109ca3_1640279547497_0.48333327924051916"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-25T01:14:01.064Z","contributors":[]},"0.12.4-canary.3b481f572":{"name":"@firebase/database","version":"0.12.4-canary.3b481f572","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3b481f572","@firebase/util":"1.4.2-canary.3b481f572","@firebase/component":"0.5.9-canary.3b481f572","@firebase/auth-interop-types":"0.1.6-canary.3b481f572","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.3b481f572","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.3b481f572","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-efiTW07+HmCxQTWsFTExv0y+5idyXzNrtZKtBnaUy1c+3rDEjBWUt73twyi73MngsTYJitqLPdhKfahf3UQ/iw==","shasum":"cfb6c3e60066150689b6647d81909c8a1591269b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.3b481f572.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1JAiCRA9TVsSAnZWagAAmGcQAJJ2HBxlq6Nc0e7hQIWa\ndp6XiEc8DxOGRr/Cf3IedqbvP2v46Xe1XobF1hhYsCd+6c7c/S/m+SHtEBry\niCI2yKNj0JUG88Wtb+V16GWds9qz4nL72uWLrUEN8wVqsPHHA7eBgTmUFBJy\nSxhibwMZtYARclOTR2/ZkQgHQXpVVWMor+pLNZXx6cmSXCz7nw85HWs2cXEG\n5XZTm4Fz9fhuX0zq48sMwbHJpxSPsoetgE3StJOjbzzwHKdXSE4jtTtJ/dYB\n1B5BC4U9QbEyTdcXeNMk+f+8Xb+tPQfhcRh3Ls3Ij1yN/6KIRR9P1s7Gpwia\nW9YABb//cArYL/4uJ+WR/s7+IhOnHfp+4ezT4189OPRicaEic2nSXJ0Q5vID\n5SFWQabjiO1bz/Cj18ltOH6g3B5XWGUviHYxu2Mvg9ufePJeRxeJu1ncC7UI\n4vuvOuoZtflQJd0rvj5WQxwjbX/Is3NO28j7/TRSXsnau7TIRbdpK8knatWY\nxH4FF16qMr/CVjWot0YPLmFU+Q7wwDq2XnZKnrPuRzlSgNg408a3BQc6XBz+\n7JqjY/jvsaC4ZqS8SnD5bUkwMHgpZyEaISt88TPDx86QOktn6VqBVtu0N0N1\nzbsjsCQlQlu1z1ps/nuUuUHj1ZCPRD8+O0s9xxRIJIdffx8al/XuOIfL2o0/\n79Gg\r\n=8ypx\r\n-----END PGP SIGNATURE-----\r\n","size":1678336},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.3b481f572_1641320482422_0.3954963423088209"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T18:21:52.957Z","contributors":[]},"0.12.4-canary.1ef134172":{"name":"@firebase/database","version":"0.12.4-canary.1ef134172","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.1ef134172","@firebase/util":"1.4.2-canary.1ef134172","@firebase/component":"0.5.9-canary.1ef134172","@firebase/auth-interop-types":"0.1.6-canary.1ef134172","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.1ef134172","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.1ef134172","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-f+urgkElppSOjEgKqjjYnJkMr3fjtmuTYWZKm/fFnG6Dwr3N0InTrMlpoSUx2kahB4KEkXgSpEPFwJgMejhgnw==","shasum":"e5166f0a7262ce5c5975a28b07a2f32aafce0466","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.1ef134172.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1JrWCRA9TVsSAnZWagAAuVYQAKKZ9MZWEIPJTTemdnU5\npZtL/5RT89BqdiEK2M3wm8vWZS0V9YCpOgDqQF6OuWTdIb6llB+/GXmJKf+S\ndwdZj0r1qBvf6CQQhGmhxjYwpC57gGklF9TP4hGI4I7dL5WyME4sipBmEMnM\naFFS7b8MALXdkabIg+Hf5IFWdq8GZ2bCiu3whWu3OnbjscEp/OoZc7xQg/7u\nSEW1m6UpUx6zhQGyQHA0eoPy+85jVe58bPjdjBZ2EaFXa86xnLWbyfaZqxB5\n09Cdf7crfuL8nz9qNicxvMpo4cA08bXnt033NbMbXWF2Rf6pTD7/tDtsir+G\naIpWQcFobxciDzNwNpRGXWqSQZQvGO2gGqTd8zZfUQ6/SjixPpqNmkSGkrwb\nzvgPRXiXIMcGySyH17FzjzcwcC+az4R6FqDqIHQFE9oSiqAI3TGvuIpYpXd0\nUj24KSysXr76lk7rxAmWY8HOzJ9T93bvohmDYg+dbBah/zHbGqWFPK109IGm\n1Pd1tfytQhe2Gfd6kd0m3f5XQLEUNVaGrc1WXPP0wugVi0VzzTbIr0UObDNN\nXvfssWacj5hBxNfsegLqlTdjOdaxk2YHrzPVhXw1jiXUgC5D8QwhYyJKOPvn\nIgxcIgF/AGsEv2Wn2PbHqKgcQnpQAMpCkXVc+nGyvZBkRpei8VK4JQNdigci\navhV\r\n=zsHm\r\n-----END PGP SIGNATURE-----\r\n","size":1678327},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.1ef134172_1641323221784_0.6891487102257432"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T19:07:37.353Z","contributors":[]},"0.12.4-canary.4f3662b70":{"name":"@firebase/database","version":"0.12.4-canary.4f3662b70","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4f3662b70","@firebase/util":"1.4.2-canary.4f3662b70","@firebase/component":"0.5.9-canary.4f3662b70","@firebase/auth-interop-types":"0.1.6-canary.4f3662b70","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.4f3662b70","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.4f3662b70","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-DSXwkuucinIhUs1Npx3MMO6pBYbr4tteut+3fbV66VcqYsCBlR/vSYF+IESZpaJCWoz9CDDClke6FZ3Pq5XA2A==","shasum":"13e0716202dba25b666c019a739ef20791bdef05","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.4f3662b70.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1KIWCRA9TVsSAnZWagAAxEMP/A25Fl9F/1tH9CSCBKvE\nuEHPSS6G+XiT3uLt3MvLcqdUCNR9OWX5BjByMN3b4vQUx09O3DYX0bCNMFsC\n2pY0gcrz9+PejeCCKszdUnr40e21Gfxh9LqwpmCMDdXO+DMq0fIWRJLCh3q5\nv2fLk6l2KsIoy4fEoOCC31szYHgnd4yGPac5Q3EBrCWgpgIyWUI9UxIDONjJ\ngV35fcXW+a8r6KJkdeXDoLJZcmJj+kfTRleYhiheZQ86Udagd2DpZ5UOICxS\ndpt3GvoTGL0A3lyqi67cIYlv/aNrWqdFqaHP96oPiuIls/SFIauOoCPT20f3\n8RynD4hmIKV3uPR1cUUPo9tJzwymOyeTUk89tIEhO4huQ+ZmCI8ANZ5H4K83\n6epkfWTvj/AZz/AMlbJMRa1oT2e3AnySzc4vJo2J4CxtTVuC1OY1gEOfvAeP\nRf5XjzkZMBc/J8z1xWa7zYy+AidxqsYyYLllizz+nkzpMADcOhmoTLcGdJal\nzRZUbUDizIWFbnhro18qpcP9+0sP5464RGEzYdSZpytY3vmyYRp+5EGG9Lgg\njUvqmdvxYZfqJ7yzm9kWH9b9mVQXBZCApvi1XfvPoEKQwV1ktCzcbYbyRtEb\nfkpl8k/iDGV1rnoc0ZDzxu/DuNgG/uYqS3ZLou908/P6QcDMr8dJTL3YLwFQ\nQtYP\r\n=7zXi\r\n-----END PGP SIGNATURE-----\r\n","size":1678336},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.4f3662b70_1641325077744_0.39738845805758705"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T19:38:48.939Z","contributors":[]},"0.12.4-canary.be7ccb8ed":{"name":"@firebase/database","version":"0.12.4-canary.be7ccb8ed","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.be7ccb8ed","@firebase/util":"1.4.2-canary.be7ccb8ed","@firebase/component":"0.5.9-canary.be7ccb8ed","@firebase/auth-interop-types":"0.1.6-canary.be7ccb8ed","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.be7ccb8ed","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.be7ccb8ed","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-1z7zQtXaIwPRrev3cXMvDhy8ITeY+wc/qRjv2xWCCAhNWubQFKHUtfrPDvxI3a6GIZ2wnsfNvkqF7IT5Hd/PrQ==","shasum":"3d5d00ed5af6e4b2af5f52ec10423c50bb8545f5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.be7ccb8ed.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1LflCRA9TVsSAnZWagAAn/MP/i2ju/tEEiKhPaQbr3Kq\nCrdGAGTwoCf8SFau0z+c69TSdRBu+jQEd7gSaTZq1bIK4GBR8t0tDNi+QLY1\nHMD8Go0F9/f9UYVnFNFhZTzME1LnJkofHvMG4xSqxE41CSTnSm7NC+HDYNlj\n/O7sElqazaZwa83gIw1eyLf2NQVHPB87RtfFJDue1IhCk60oC3kp+FHoZBxK\nWmOufeR4PINArL+uf42Arx4pV67n6w4jlS7BD1o8YMkLPyjZeNDs+VNxPK5H\ncUPHo1NvOgPYNLmpg7NgWZKrkfLFCc+Jt0BOaWOoDTOKhX5LvnQEqTRzlk55\nmVmHJy+4Ktk/WK1lQVHVr33mffmTNiuijtkgIEYx/llcFc0axGbKw3ICdRZM\nK4Bt7Sglx0QIkqpkKJIm/3j9fJjfVQFerKMC7EgF1OMBM3RhVn1vqxNYKRF+\nIMrueoEmRG5Fw51VaIO+GT8Htl/+FdZ3ar1/LlAoh6WtOghw7lsDzlPde+TY\nsjtPutjT2/gwEeYUwJIBZMyQA7Zp7c7vhjCiv0tH7hacyktpgBh+tfoapdfJ\n67GqcfJ1bhb2qDRsHbtQVOqjq58+TVjLkB7Hjg5CMc2Cr+NO1RgUWJkQIBJp\njSrKLyme9O0pMhsedQ2g1Nk0pelafTvkWik/KhckAxeHksBGWb5jkELGRySq\n1fC4\r\n=uFHX\r\n-----END PGP SIGNATURE-----\r\n","size":1678327},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.be7ccb8ed_1641330661624_0.5385692439361376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T21:13:17.304Z","contributors":[]},"0.12.4-canary.7f05d22e8":{"name":"@firebase/database","version":"0.12.4-canary.7f05d22e8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.7f05d22e8","@firebase/util":"1.4.2-canary.7f05d22e8","@firebase/component":"0.5.9-canary.7f05d22e8","@firebase/auth-interop-types":"0.1.6-canary.7f05d22e8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.7f05d22e8","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.7f05d22e8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-nfoaxwR879O+C3995VS3M4xdJPuzInGclQnpT7XmqSIa7SdSc8QVnNQ6dGbgvxZi97771QA1GLZ4jw5BV3rdJA==","shasum":"a78bb7990d4dce92dff7ad4f14c0dfc7fbf70529","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.7f05d22e8.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1NHkCRA9TVsSAnZWagAA09AP/25qrNXwhf9t2HZAXqwa\n/oxA7cnMbecHvHjCgDL7lDUBjXrEAR6KWWbFCU8YqtG4J1wzgmdS3fNfx5e+\n4608JCuJPFrDjAH9NqfdHqI9HsWCjff9bDh9j+JoW5CYFI945Ew9e64oUHlg\na6KaNfO4Fb8yKfJXzP2WJYU/B/AhPqnnQ8NQXTy62sYwmKGpu0rEQncMZf+c\nAbwl+cN2mAO9Sa1TpxQPPtYj7rE5Q86IopPPHCAdlrGawEwvuaMHMue2lw9/\nUyfRgTxXB30CJlT1U5Ac3Zwlra4fT98v03QObZogAS3Io/VZDKqN5X0/uGZs\nS1bhgsScr5MB2RF9Jbi8xx1UJq5ois9ZP9pWkSm5B7gIjZJ1Xz5F1R+hRvMQ\ngtMQWzq6CDodjZ5krgH40sxJVzDQMefz9uhcoit1bKH9WTGrOsuwM9lEoz3/\np+YLCA7rb7CnUnk4E2c+nGVMuKa8BNpzjvSRdLGCQTKpr9fluQi4mrkXYlYK\nn532nD9JzgVCYszA7R1bAkY+V8FisATFNUqNbXoRwnp+ykSORz4B4AOryyZW\nXmgEH7TqM2WrvKkZusej+41APnesrB9mvx8VF/8xfOCeLId4tRmf3szYvHtu\nS81nm4BWGtR6eMyufN/KB7IPUtqkx0BySpvv9RnEtdojyNw/25qGebMvJIFa\nAdjk\r\n=6PIM\r\n-----END PGP SIGNATURE-----\r\n","size":1678332},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.7f05d22e8_1641337316437_0.6545301562432373"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T23:12:31.912Z","contributors":[]},"0.12.4-canary.0b385f18c":{"name":"@firebase/database","version":"0.12.4-canary.0b385f18c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.0b385f18c","@firebase/util":"1.4.2-canary.0b385f18c","@firebase/component":"0.5.9-canary.0b385f18c","@firebase/auth-interop-types":"0.1.6-canary.0b385f18c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.0b385f18c","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.0b385f18c","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-64L1df0IdNUDh2n7U7tTChnAPk/00jQF4gkrevAS0tHqh7HHlRegLGwr454BWJrc0f/2RtQURDA4UITx1A3ttg==","shasum":"7519d4ed4302d594cc180c045f3556eef8d996b8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.0b385f18c.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1OErCRA9TVsSAnZWagAApIsP/jpRb0UMgP+H5bf7FsNI\n+G3oGEpestAMK3Im/jRSTX2+C+IlH6DwWN/5r1PdZQdf9H8JooyM/q//DRuR\ncD+mN6HhShSOCjnm2souLxdpL4voHK6MFoNgSDHr5MRVT+nXEIunbTzjDRTX\na8ZPCfja/GwCa7LOx5TiIeIgKMmgk8HwNbUmv01qKjReRBz7hxgF86xDUcGs\n2TXZsJgBapplv1wA3tXTC89GiCP60LtHxcS/hZJfeahbpBl0e9AMGfdZlltH\nyAYL8t9vmSJV8y9FlrstAFcb+Qlk1kw8lq698exZrPSaQh0745BC0OD5OG3f\non00anuNzI3AsJrmoBf2wIkh6TTOLWA3L6ejVJBwwiynCz+vpopljHnQdV4o\n/S7hoQ5nYKMSzLHrwZYcDvEC1xK3UlzKhciLQscSlo/7Rp9Sh6o+Kw62kfxv\nuYyqQBB6FgEdYqmTLNwv2olsB8hQG8UvJ7gElFAJmJfizVxOV99WuhXtzORB\nhv+1HhtF41fJd85Ng8S/IHtlUwvZqhN2lQt0ugcoa+gSP+we48xb/nYUGrbi\n0eF6tbDQdMqVuWIXQDWKk4HrAPQCiCdmT3H9mu7wt9HUCgHep0vDINJyE56J\nt8aCgKtz76FoPzu3tsfWGU2mHAgeAwSpndxifwXrZrpuVoDpcaVccd6p8pwd\nB4C1\r\n=QZr9\r\n-----END PGP SIGNATURE-----\r\n","size":1678333},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.0b385f18c_1641341227008_0.5841934106698721"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-05T00:07:38.103Z","contributors":[]},"0.12.5-202205224240":{"name":"@firebase/database","version":"0.12.5-202205224240","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.4.3-202205224240","@firebase/component":"0.5.10-202205224240","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-202205224240","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-202205224240","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-zw7q1FAoutVNYX/HtdJfzdKc+qNmGcSzR34E650YRpcdPYUE3ztNMr9qU84F5RdAgVNFDHBH0ioLTbnAadt+Bg==","shasum":"8e1311765b7db1320d055fa78d62f0e18b288c49","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-202205224240.tgz","fileCount":216,"unpackedSize":8693065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1iErCRA9TVsSAnZWagAAPygP/3FYfpQulJbWdIGlU3HV\nk8SoGm+Bhv9mDAMeKzfzkWs+GYUonMWBgh4ivC+G19CIh4cb2emxIssr/t11\npOeIJKubPf1sI4SWiroOobs0cujpYZlpRxJvri1XnQZDLCpN7zV06e8Fj8pM\nsN0UmAR1QhQxYDnjAiGt8OidtunMsDnGaVJxaniD8iHwIjbqU8M2p/iZzKJv\n9QcaPpQcREjWUkBkfsLzJ7gf3m1tCp4tuzgEwfqGtzPocm5K9coZEhI5ouzW\nfHUianaEPcuFiOHmaPi/DbmUMN+I0oT7BZCcsandsyS8JAlnRRj9TIjnBlBJ\nWAL6vnAP9tjmuOjOF86zCoDIrplYv23XLx3ukD8XoypTb5DROu9i3G4kZ2Z9\n76TnsLdmxSeC5Dem7gsHV78PAYCkAiHzhvh1BbP4/rYZlhBmoXuifYWcZmzN\n8Vzw/CHSX47GoU8aIr8wt0zjeiooessyki3AW8sLhDnlM7OnoKYTYYR1PIk1\ntBoRUaUU/bhcokcrXzSFAby6T6xfDAaOlC0V5GCekNh/ColTp0Yfsdqz7MWa\nfj1F/GhqzCOmBYA8t6Od2+9DR7bV6VHZS56srYRojCehpGpiJXKzgNU59b1V\nKGSOSt3eOLRLghhGeZflIC/zHPIo99InCQv2vzF4Zdvk/2gKKHfC1gEvfjbp\nQCyQ\r\n=xzfS\r\n-----END PGP SIGNATURE-----\r\n","size":1678403},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-202205224240_1641423146786_0.2751861993120934"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-05T22:53:16.436Z","contributors":[]},"0.12.4-canary.26b197f56":{"name":"@firebase/database","version":"0.12.4-canary.26b197f56","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.26b197f56","@firebase/util":"1.4.2-canary.26b197f56","@firebase/component":"0.5.9-canary.26b197f56","@firebase/auth-interop-types":"0.1.6-canary.26b197f56","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.26b197f56","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.26b197f56","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-PPA0+o8vZaJYgE5Zpaj4rIUPl96cTkisduAerm55roODm97kCyEMPxkRt9A6zm0L+/lt9aOcl57qPuxSW7y0uw==","shasum":"3c3ed5efcdb3b92b1fed4ae4f457b29f24848ffa","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.26b197f56.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2I8mCRA9TVsSAnZWagAA2kYP/0Vu7ruKudDpIf1EM6C4\noZ2vRWKWQFK8qQBLPkJrGVuAj57K66deFGLjlgxKOLSCT3ZDRjY0teefeNW2\nKHUSUqUyP/eBmvdFi+nmGC/gLifczpggrvszqkfxUcOg5Zzf1SckqVdFH64D\nBBqabksu8+WNJno3T/TUlxhN5SCrqvZrHpyNvnaN2yat5QLMxNjYL9JFLWp7\nHdcznzKYgmc8pFUnunPzWmIrKZwfEEyCeQTAWa3Y/ChovJXtQ1zqJ6YYE5/g\nGzOyJfIBpEnYKCNJBFXMFrsvkTyfmd2cVVEnMwFqUbgnSpIvFptGClhAwVNQ\nz6R6DeibDqKmzMpatmRmPEjYe3QSorAGbUO+NPdWwMBdM2MzkmN/VdTbIkgE\nnpzvvlWYH1EhZZdHxUM93k6aa6eqfc5lAsJoum4IHOmx+xYPBcS+nF3g+OJu\nrYwssYbvcMSvSWmz/QzzDIu1o4MNQvAz8Wk4NS+lfVHjYCKE9P1GprhHTVGN\nsx208kaoeW2stMMrUiSP0PI3a6pNDD/g0IwpJXPy+SJHafjE+dRy6LF9iQmm\nBKVos2I/6DXzbO4E/sY7pOGKmenR3b1+Ng3cC7csnD7oQfHwNblQ+cvE8Pg4\nrL31UGx7WNctI4SVesQ5OcSFYBoQatqHrZ5FDXr24Kqp8AOy+1wX8Uy8bnvc\nldE2\r\n=69jN\r\n-----END PGP SIGNATURE-----\r\n","size":1678336},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.26b197f56_1641582373862_0.8213858806604948"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T19:06:45.932Z","contributors":[]},"0.12.5":{"name":"@firebase/database","version":"0.12.5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/component":"0.5.10","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-1Pd2jYqvqZI7SQWAiXbTZxmsOa29PyOaPiUtr8pkLSfLp4AeyMBegYAXCLYLW6BNhKn3zNKFkxYDxYHq4q+Ixg==","shasum":"e7f8e8052c3038aff79633e5395c3cc5c30ca7b2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5.tgz","fileCount":216,"unpackedSize":8692922,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2I+zCRA9TVsSAnZWagAAJ+8P/0pExRvANPwQl83mwSjw\nRta0xa08jQzrnLevI0YeC2/jyjvDvKYpflM/h6u2IFTQ932s5MPcdfkH08po\nWMhNKHBDI6e0Ybh3Y3h7ea+Ecrr7/mkyo/NUt1r0pkwG/0KRwkctRsUrKAzj\nGOqo3Tth+j08J+MZm2rm80FCRtDrJCr56H6Qrg0UltM3u6HUIMGoWWYUm1KE\nceHS+/hxOs+fFBlBJC32y12vR/ePWiF4tmp71xxB3sePcWQ2uJnZND5t5Jdj\nikXEew++U5Igy+ju80JyRdoQfD6Afvi98S8XEH6kmWc35L1fDBSuf8E/ZRjl\nMhwZAb02XZUVlTLasJO9MoimcLTPOe/ZZ8uSatB+e2tSuN/tcjk7WgpKmydm\nA+r2rJlzQC1QRBGSAWL7qouC+3l1DWTrgYw6jCBvlbedrxhB4vW+/vl84Cb0\n9S3vD2ph1QY1WpN4Y2C02X+rBgmdJGJZbUliZTVPPIn6B2uKDg8N2lKgpqGf\n1C9xZ3llnJn+0QJkBXpftu1FQAINRtBeojhMoKNXerBvaJg1ipGZ7F3RTodz\n9xoHO6P+wtiSJ3VYmwm2SPxK26sQfflU5HNDS6OziepKPF9zuCdzkN1I6djU\nvtLtt/Gzt7sIdU89yFfkIwyGVfT0c56PxvEwNBVoxQPhqivln2hUKdbfyAqV\n3ZnJ\r\n=yntb\r\n-----END PGP SIGNATURE-----\r\n","size":1678333},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5_1641582514764_0.5469445204051993"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T19:09:45.136Z","contributors":[]},"0.12.4-canary.f873ad4d1":{"name":"@firebase/database","version":"0.12.4-canary.f873ad4d1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.f873ad4d1","@firebase/util":"1.4.2-canary.f873ad4d1","@firebase/component":"0.5.9-canary.f873ad4d1","@firebase/auth-interop-types":"0.1.6-canary.f873ad4d1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.11-canary.f873ad4d1","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.4-canary.f873ad4d1","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-NEtX+K1jWmKVz1viYuCl8hIvUW6Vm/IMyPvD2jjl2x+0rbORHvuoypYxubo7ZOPwCgqSHlYbwFsA1H0cXOB/Ng==","shasum":"d5931fa265fd165db5faf6a04425032d7e8beeb0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.4-canary.f873ad4d1.tgz","fileCount":216,"unpackedSize":8692871,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2JoECRA9TVsSAnZWagAASb8P+wWlIqwSylSxjJiTPUbr\nsT5S4mN8u3jQQWSQ+O/weBKzm7MlIoWiV57m6KcEc26eQpK11f6zQ1DJNq7Y\nSSBv9aslRMldGM8gJB6DE+cXmxhDe2Aq+exyXK2oMJ8rFKflV5c1RXFM60tw\nCQv5dez3w6mEFnYmZMsxek+XYZL2C1yWP7j7iwyiTJYRocR+fL4xlvtELHU1\njRnh6c4XanaXPLagXCWJScXyiPBRrccZakEfym6trjyDaRz1BavKM3XioAGE\n/ehNUHX4dXWfDAG92bHrKo9GlMASghokTm8R6+tMppkzssNpEnqIqIQrjUAQ\nm/h4oTvc4YEoylMnVCkoT5zfYqzNZg94mSMt16wwOdl2RKNINgBnuJZtPV5v\nBG9jcP6XuWLKLpf3uWE103x+Lcz3IBO3xKguYxcqt0Vi4LyzgTVOWC5BLn83\nB2xhRe/1qDPz775gTH2d04+EjQaXjXrYY8B3t4fX/n41LSxszYf7ntYRfxuu\nI9hdduj695WVqY7juOwGeEujeWLwyXSaD4osUmvdS1qXwtZzY/eYmyNay7AU\n5d7XEHrq/UaoIWPOcG4O8v7CWBihPmX8nHCSl3+E2Anu9FXvNxHlaVUpAaYq\nv/xh+eg8fMpTfZuLeS8Npq05AAuj+6mMC0IrZdBE4fjyNXAafwuxfQEg41X/\nWr2U\r\n=krO6\r\n-----END PGP SIGNATURE-----\r\n","size":1678332},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.4-canary.f873ad4d1_1641585155904_0.5818263847086571"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T19:53:04.797Z","contributors":[]},"0.12.5-canary.b5084fbbf":{"name":"@firebase/database","version":"0.12.5-canary.b5084fbbf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.b5084fbbf","@firebase/util":"1.4.3-canary.b5084fbbf","@firebase/component":"0.5.10-canary.b5084fbbf","@firebase/auth-interop-types":"0.1.6-canary.b5084fbbf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.b5084fbbf","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.b5084fbbf","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-hSaGnjN+pAyV/4C+Oj6EFhB+Kpn0tyxstTASPRDfDT2hdYimtsDn5r2X1KLEWPFsPPg0gRpRhe56ZBmrSkshnQ==","shasum":"38ebb86c240b87a677af7753c6c6cf0dfb7d904c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.b5084fbbf.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3I+qCRA9TVsSAnZWagAA40IP/3MvWVRtVOlMapV5T7fx\naPCnE0tSQ8JYDQDYu6W/N0bz2Lm8S9A7GrbxtckViXF9o9B6Dn7iVyWbolyL\n5UjJ8KU+ubJowJo0pVNYlbRSorkjs44Yij/6njwyS4vOJNA/3B07IKwgb1z6\ndxy9XiuvwFCkfq0LEyJ9kMjd2YJuW2NnNT5ZhSP6tL9s8dyxrQaL37xOeemQ\nLjAyjEgWdvjnc1zC6bjBcUcIoV8Q4Lm2b+MC8R1W+luTprBBVqSzWE4tGLn0\nr1Zw3eIXp4Yo4jtU8/Uj2eaJaqde14XtXqPgZhlOaBUPJZzJANJUxxqUfBKc\nhoKwAy8mRj4kw76YxGenJsnIrZNgs60ptQXgeC11rZUA7npCCNkxHNL75XU4\nCNoW6WJhOuSNg6V+rsuoWxXZs+Z/oaAjoVakmCfxGpVyAljMiZfL7d9VL+pE\n7GG+9Uk565IZrxKDy293E6MOkrb4KPgv07XqtnO9NVXRq9V4p7jpL0Ypx6ep\niPnOqFtC1KR7kqZ9xFfxu5qbZaHWgDFsATPvoV8u6g5AmJcstNZE2dmeWWb1\nuRMwlEUK45CJ3YCpcogaacrIdQOpjQi9N+VY4ypDsnJnXHeX1pJonXkbFF/M\naeOdFFW4aTgbmiYvR0f1DtCgRX2h9Z898cmV14/yxOWW9HhKSDOxNEO4v+a0\nABO6\r\n=obF/\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.b5084fbbf_1641844650723_0.8673924684479681"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-10T20:18:42.530Z","contributors":[]},"0.12.5-canary.dd764b0fa":{"name":"@firebase/database","version":"0.12.5-canary.dd764b0fa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.dd764b0fa","@firebase/util":"1.4.3-canary.dd764b0fa","@firebase/component":"0.5.10-canary.dd764b0fa","@firebase/auth-interop-types":"0.1.6-canary.dd764b0fa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.dd764b0fa","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.dd764b0fa","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-F9DAcKHMGGmXJEPbEkBLjd6kdfaHXEpQU78t2Kzf1pBfPuS0apZB5HTlHc1zwRfn57SzRc+Sflu5DdpyDjiyAQ==","shasum":"d930f47f4275e35e91960429da3f15f2b51ff70f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.dd764b0fa.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3JCTCRA9TVsSAnZWagAAV24P/j39d1JXKf1FI0gvhqwP\n5SZne7N2IbkMzOtqtAYRAXjt6nfOqJ6VqUd6zpyvssAvO56fIy7pWGeUJHoU\nzJ/3KNllVTvfJJMtMLYObJ6lfaCwPjynBqdjlrRZrCSpt/xlCCyaAXfi8M7D\nFI8AX9OOP6u0D4CXC/NfEqlZLP+mh50swdEFYFyiu7YWouoCx3QgUv5Qnggf\n929Obc2kWvOH/6UNbXWYiViYXiPxL3JsWYFHKiIOhpVQLR/iwTyx3noCPxDX\nePbmqJGQUv5WIpCwDcLn2t3Ay1bHGUl8e4ydSN2OFUL6sfJuAaO6zQ1OgEHm\nvG/lMj79VZfQO1OJp0zst2DI4ZrSMZX6P4C4DDQYWpF/L5voFYiolZtvjYfo\nuyDqsxf7lN5FVgG1S13Q/McGk7jN99cjV5Je+0uR9EwgpsCsH996Tf4IJpNq\nFm9gn9cWJJgl6guhfHHr3hVNaR62EACij4NQ6xBzDUZ2Uc8c3/EQ00ikoFNt\nceQl+rBXrK4Dnu35cN/SsGVK8cLNSR4YyHh7P9O/15fkauctEyJf12mfb5ha\nyJe7YkB7C52PkvTo3s0N0vcH5w1N726mxJdS8J88W6pTpnM2Psm1uXfbLutQ\nHkyvIYyEj2KBPLdyiiCNZWDi4jAZ6UxuIddvq0yaWt1wLGTmgZ1gyjxvDVSP\nu76t\r\n=xDl2\r\n-----END PGP SIGNATURE-----\r\n","size":1678377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.dd764b0fa_1641844883062_0.2521957766606153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-10T20:18:45.577Z","contributors":[]},"0.12.5-canary.044a8d7f9":{"name":"@firebase/database","version":"0.12.5-canary.044a8d7f9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.044a8d7f9","@firebase/util":"1.4.3-canary.044a8d7f9","@firebase/component":"0.5.10-canary.044a8d7f9","@firebase/auth-interop-types":"0.1.6-canary.044a8d7f9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.044a8d7f9","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.044a8d7f9","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-1makreK2eQaxhmZ61QOO7JmWjy0IKjImWi1T9jaGqzh7P+oEroiU5ZZkJrigkMllXK1/Lxrt97rUhhwfIr6PPw==","shasum":"91e26031de2d20882c0d90fbfb9951a7be119265","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.044a8d7f9.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3KSNCRA9TVsSAnZWagAA9uIQAJUsvSV6AAffVG6ZFD7z\nfj1WUcB7loN4K2xqMu6/2bAo+fLR+gon/ZmqwbbJSMzjYGkhGWbCwXakGfHi\nFeeTWBqVw5dT5yv73YAZe6a3mozMrrEmPwehQ2+EYvPLzYr5G4kyDLdks9sQ\noDvx2tzDnHNiAzIj+4k3V1PvHsFK0yXDWbC5aKjG5lmi27PEez8Q0ErjmsYb\n0hxRW28y6IEInh9wbfs8YjOmPkgGYLx89ftIBGIsq4gCAPnKGwgQ5ALdW0zJ\nyieOZDFBF04ClBC3GZLh3mOdSwX+tDxmkCGS5qkpfIo6iaBMGU+DPQm3iR3e\nRJ63HvUjsc7y0iTXPJhFra76ZtLYzYB48YyCzyD7HpLzVm4/s6Uo1tS9DydL\nVQf8fPDmD20vN47g7Mzgm4FlVpIBg/WGMwQ/VFOAPZmFXKxVct7Gqo1BTQeO\ndpiEJxB1tOORbUO1IcyEUiWbENQcjFm+JnUwW3mnnzZjmH4yKPDkyqO6bxmU\nPN4uS+0OKVc6IKwvBb8+CX0rgvKSUYy6Ylpo5OBvYahR3OZblY1vw9T7bQs9\nB44z56wt37C2tVIxcnYEq9SwBUWaWWP9xzVwHdFiUYo4Ff3vr5jrGRFwmMiH\nQZVP6Vdhiu0LfIakjS57SqcpJJw36XGdmFYQJLr7vG2Ktu0heI9tXSGsaH/Z\n5K25\r\n=f7lu\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.044a8d7f9_1641849997186_0.7527913415936269"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-10T21:28:43.468Z","contributors":[]},"0.12.5-canary.4ddf5566c":{"name":"@firebase/database","version":"0.12.5-canary.4ddf5566c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4ddf5566c","@firebase/util":"1.4.3-canary.4ddf5566c","@firebase/component":"0.5.10-canary.4ddf5566c","@firebase/auth-interop-types":"0.1.6-canary.4ddf5566c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.4ddf5566c","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.4ddf5566c","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-UeuGiCJ6SHsqKB355fdwC5dO0WUMsWp8Sa0EJg30avPL7QQH1WDYLWYO7AiYJOOwW3SJrMKpt2BkoanmDVEqrw==","shasum":"ef9dbd344af803e55f53663758beb3a9937bf13e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.4ddf5566c.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3LT7CRA9TVsSAnZWagAALBAQAJ9Zc1cfgFHVUxzxMGv9\nWVDqQUPvk6qlzUHhhKTsKXtH0AbVIGMHIcrJufyLlMzpHfhZtWVW5GKA774p\nfLvgZwzaX+ncYSYtUMSU7p11g8tUwZJHIJ6l9Mq9e5P8CXYgPqkfHGtix/Yj\nvsffRCp3wk/GK78uk9eKFB2a5Kn9gHNjmX/dKDjrx7zYmJWdSF9GKPSDpR+8\nCf+gTDGJDIBhtCCuEBNC+D0TlaWsebaGmrfet+x+rrLu4s1e97FrDTX/aoLn\nENC4XbLx/15+W0agnm9FkhFmt9E3RBJb4YKWGJOsgrP4QM68L5jOOgTKgFL7\nUmA+10cqbumvlfvwuIgdRShGpCY54P0XWIcvKjRvKLy9FadP0MRzpelOFBmr\nht90HSjD22UR7XKPSZK9RAJnubiViEy7KCOyPgumaSzXMpLQdw+chb8bH4Pb\nEA6Tn6Hu4K/IYYpGcydioVM+iFfW8lJio8+gHsUhI1WlgppYoOvvyvzWFDf/\nBYlfYwrSkXp9o8vaeJ6xrlsUAyDTiyf/8e2j8Fb+LyqCZoQHtsxwqmFmHZ7n\nMFXyoGx51gqOzAK1t1rZbcUMi5HFZoExCDOGglf1+eDoId4qTdYenZY7960b\nauN3mDNg7rv0PB4vuLNaVTDQzEcLj2iXUVYuotorj9QHIILUYnXLWVz3Av+v\ndICB\r\n=9VIz\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.4ddf5566c_1641854202831_0.5085302195018095"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-10T22:37:13.937Z","contributors":[]},"0.12.5-canary.e0f23d6f8":{"name":"@firebase/database","version":"0.12.5-canary.e0f23d6f8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e0f23d6f8","@firebase/util":"1.4.3-canary.e0f23d6f8","@firebase/component":"0.5.10-canary.e0f23d6f8","@firebase/auth-interop-types":"0.1.6-canary.e0f23d6f8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.e0f23d6f8","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.e0f23d6f8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-70VpFarOm43JumY8AhC3pDXxzMYF1pQMkW1ACuwg21PESVSqZmtNad5MoKWag33TZHNO9kCGCe6g8qQn+X1IMw==","shasum":"b146391d9a3e7e2d243d52bbac25dcbbda5ecc57","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.e0f23d6f8.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3cpzCRA9TVsSAnZWagAAi1AP/1tsizSu7Q0ngUlij+mG\naf6XKaKF6Ejzb0qqFj53dkaxAgSpReBWocz/YS0xoIQ2FaS0zTNvqHQmX3m4\nEiNaaVR6qqTM43qsouFsH0RPK6mb0nhiMeBnqi94bLmvFG7vdnoJauQsVuuo\nE3Ikh/8Sr46vU83zQrp54jlw5C/T1TWTDyN9vMCxzwzUEo/OHxKW1VChYRDu\nKb88RF3gITWFUnKH/W+vI3UX+lXi4St2JhzG3ZMJtKWl+fHoIHizhm8CI6Vc\nOVjEVKdh5+Qqr1nfj+XPfDRIQoE3BqrByeWVVxgndepfmM14t8LzoWkbDEYh\nJs8bEgDKKqHqhI48CJI/eLPsJRn2hiVY3tpeu9BjOQR4dh/0p3O/uXiOZSmU\nW7hn9JZkNmIG/Zo3FVa55QlbvIM0d7SZ+lZb5M0rIE+jAdklgH2uItKvO3DU\nE38APY608CIjwDEXL/nj11vl6nP8iYUrEnehKYOYEk/cdOZCUcXh6dzu5uE4\nSaNzEHqedZyC7DyA/w1IXP5mC0S/h13oa4KCERFyeI66eTePmanFcMMGOUDs\n4JRoWQ84yMaylsYZBYJkAw/3rNqra6QtTVQJTCXc9Elm3Q+rQg9+eLcxqbNE\nAlx/2trqmdyC9IoyhVMQ1pAJD7U22XaqltfD1UIFITU5DUNIjz9m22w54x1i\ntZ1D\r\n=0XXy\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.e0f23d6f8_1641925235671_0.7409918431800837"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T18:21:19.848Z","contributors":[]},"0.12.5-canary.c271d16a9":{"name":"@firebase/database","version":"0.12.5-canary.c271d16a9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c271d16a9","@firebase/util":"1.4.3-canary.c271d16a9","@firebase/component":"0.5.10-canary.c271d16a9","@firebase/auth-interop-types":"0.1.6-canary.c271d16a9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.c271d16a9","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.c271d16a9","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-AqOMAFkqrGbTe5I3cs1czZAbnJ/dKixytpJuYmqZJV3/aKyTf+ziEDQVkEAGYu31CsxhAMkoJLknH+bav6aH+A==","shasum":"1e7c5b972eea3a0953893e708c24b2d43d7d39c1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.c271d16a9.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3dNuCRA9TVsSAnZWagAAD+UP/21HoGnOPA/2PzuO+1/q\nTcCyn4u4JTZDjpBFTKgNvX9Xx5D40yKqSpedSuEZ7wUbMFdMWlYmDnklsZKN\nJ8FXrg/W9QNlWQEPlh2xhAgnMU1NFd1nLDrpRotaqOx9IFABvsfPNMv3Gsst\n+E0BdqV2a8rpw0st03fPNIsFkFs1BSuV9lcNUfrcdAsbrqueUbrmhia7jHel\nlhSbkv7RMl9/BFnusntkBbpttbsk8tsHdGQKrqW0IhHaXDb6/55Pyf3L6fHU\nXNvxYFLIDRx1TAz1s9w28kW7oXTdMgZN2U2Gwi0memiLPQAl4nIw7kC3nBUl\n+CwKx0xcmY5HT9y8oUnDlX5+2VX1fcqjKCoKpFoRGFzoInyFk6cP7o6j8zuo\nVzW85Job5svuW/ShgnabDnz2XpTmTG7VJD+3B1ph45O8QbMc6U9dHEZ6Xw5A\ntErI93IVBoq8aQQz7VR+SQih2JlDXTc0om/qpb3+AxhchAHsxGd77xO+Lak9\nbuOgdRC9UE/xnEpf9erxFnQ6OZ1Xpiyq1MqVqWV2R8F4NqzeD/LP6VtSDvqR\n9/jq8lZflIoA+NFjcT36qRSBEquZSDZqULWLWG1tVeu8XK3Iz0m9GL4Un44/\nsAyPS0p6THR59iRGkRg0EWx4PsuH+Y3qAcTPr2+XJsZ7RZo9UHUHs0dr7rjI\nzhlQ\r\n=z2vL\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.c271d16a9_1641927533803_0.26675591650462893"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T18:59:23.050Z","contributors":[]},"0.12.5-canary.d0c8bfe72":{"name":"@firebase/database","version":"0.12.5-canary.d0c8bfe72","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.d0c8bfe72","@firebase/util":"1.4.3-canary.d0c8bfe72","@firebase/component":"0.5.10-canary.d0c8bfe72","@firebase/auth-interop-types":"0.1.6-canary.d0c8bfe72","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.d0c8bfe72","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.d0c8bfe72","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-1Gl04770x18q0cOWD9Fl/xRMOPb7Pcy2lwdUJYiaCr3p3dQcFwWsAph3Peqry72zB7pYMETac8sWUEI+UzSxGA==","shasum":"0c42cf549fe7bb8a7a0b52160c0c68b9ca51d473","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.d0c8bfe72.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3frDCRA9TVsSAnZWagAA2DkP/jMqF9+5v0dF9utliylR\nsVZu/FUh2P1Vq0OSb3uNGBOMoUJrBLxDjTL8NzU4KRMB7Ls9XQimh8BybIoy\nNF5mBE4KeGly7QvupMDpirs/DbwRgyDlgF+jos+nWER4CuwJ+8L1Z/AW5aoY\nUJRiH0aDQlWsZjUoZ8y2SVSCfAyixS+Ut2EnKHm58WZTEdddP7tFvCU4MIUR\nPLIPaMbmskugGWB6TUA3RCRJ0/tsf0zZYDD1DJHLtKcfuda48/kcZ4xdkn6d\nzz1H/Psgs33/julfc4lKWRrFvyAsHgFbYLUg2QLyRQ8Hf2y+TxKtCbwSZZeX\nIieT8ipXsm89dhtqsA3n9thrCZNjpm9bdG2AS5r4tcvkfjp7FHHlYkWnNZ5R\nSBDoqmw/wgD4gr2jRnqi5c560fmnYaKzD3bElK+sW2tgybzZxhhfyaIhHRFT\nlSCNdZNBVC97mZDEQAr94/4uK2Abn/oQ97eGtWMRvtZ6qh7FVDWyML4ddoNr\nDsb5uXoHk8XW1r8ZP5dWodNj0e3Xh1PIcjGbNHuqP7g+iKvOKTXHOVNYOhaa\nedKJr/9MeBUtxq51iFYn/drmFDHW328mXySW2wgZrgQE7V6Si2oroGEh72p/\nYkJBnAZxb6PaUkz2QQjhLPp54ZcI7t1086bLXmYs0UB8gDBN91OkLAGKcGf8\nIAhd\r\n=mmO7\r\n-----END PGP SIGNATURE-----\r\n","size":1678376},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.d0c8bfe72_1641937603390_0.9212062395451326"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-11T21:47:22.810Z","contributors":[]},"0.12.5-canary.3c20727d8":{"name":"@firebase/database","version":"0.12.5-canary.3c20727d8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3c20727d8","@firebase/util":"1.4.3-canary.3c20727d8","@firebase/component":"0.5.10-canary.3c20727d8","@firebase/auth-interop-types":"0.1.6-canary.3c20727d8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.3c20727d8","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.3c20727d8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Ov9GngfBQWzFKKXbF+KkYityBqk5qPhCX8VSYRy+aKfwYKXibAjvJckvRw6fwK2fvWFtNyoAB4sAIle57oQE/Q==","shasum":"6380310adfcba68f77101056f93542f62529595d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.3c20727d8.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3xmGCRA9TVsSAnZWagAAVX4P/0i5fxBSB8OD6QQh9Vgu\nFnOm097YCQAkFgZ0IA2VZOmCN/ELaQX3cotq2B5XFe+ueTqXgWrt7RPnUdcM\nJKhH7xdcvuyLwHgSEjs3L9AVayrWrYsUnfu5C46kjIjO90JoTyLjzgFEIAZ1\nSWDTjIuUx39WVRAxAonIXcFG1Hd7dOLdR9PvNh+eNZpDmzvCglIHah5H85VQ\nqn/xQXwV1CNxumyFFE2ZmRclCMjsLxd8adVCDrRWO6n3dYISOUMuP67Vo424\n8jLKvI3OLNVTLrBYoJa82f51JRkTjcClBz+PvI4CX9Ikgjsl0/f4yFcpNHUg\nRgytjFduk9JYQ5JukvwwpGCS05C+RTQFuWIHUalH8vZtpNSbXSno5p4F6CpT\n+9n1uaay7X5JWS7qgWGts7hZscdK6IX/2KZbClbwstVD1NH30yR4zjB3gisa\nTXdDTXm6XLOq7ilBo3FvCVUC8FtTQYiM7mf/9IwhZqagqpg7Ojg7n7KD63YL\nVggd/8g2EEw5oJI9ugMx1sd0rKw3SjPnOGh28AfOS6ViYQwaIUNkPRaeQ/1N\n5K+0wnEFKMVfNbCU9nyMH51s21Q3p2PM8DvdBxcXkCto+vdxu2kHXnbtU/D1\n7DiJ38VKKQ/lhEFf+jvjkjD6G1iiI2hWtTOh9A0cooTTY89sdYt6oMefPblM\njuhH\r\n=tkoI\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.3c20727d8_1642011013896_0.12106271577035543"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-12T18:10:43.285Z","contributors":[]},"0.12.5-canary.31055413e":{"name":"@firebase/database","version":"0.12.5-canary.31055413e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.31055413e","@firebase/util":"1.4.3-canary.31055413e","@firebase/component":"0.5.10-canary.31055413e","@firebase/auth-interop-types":"0.1.6-canary.31055413e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.31055413e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.31055413e","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-j4jf7npqJKCRaqhk3EXocfrtt75vJudMz91eqijLa3cZPglrD9ozL6xsB/ZRWP/u8SyMHRzP5hr+q3b3LSyuGw==","shasum":"918fc22129579a655d2baf7a4d91108619071bf7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.31055413e.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh31YiCRA9TVsSAnZWagAAfJkP/3pWUYMo497YwKgzfJuM\n1f88H06D1nvYFjygPEEKcAwGxNIvbp8b4dNwyFO+QAor7xqvP2p6zL/3pA6L\nNkcY8HO+9ktB9lXuKl4+FjsRm27yAy0xU2J0v+RP5KvWX2w/E87mR0lxB6O2\nPnYoF9Zx2CmPpDbQdsdxoLpN7pi1j7DYoipAKRTXw8ELjujU4OT8yxGkS1E+\nkLSaV24tP8+du1IERVG5GpIyQBV8n57W123foZPSJssLAXfTJihakMZHB5Vs\n9izAW4COn+g+7iYsrL6E87VnJZZnGYunfkLKx/EePoR2FicfXb9KLhGsjFD9\ne5CPGTCIHJ66E3Vc47IgCV6dSpX5fkcWtudWA0BFIHydoNLe1a11r4pd6y9v\nFV5SDc0hS5wTogFGgy9UoenlMBKFfCdU3TIPB247/hDpVM8hWKf54fQLvyU+\nR0kkfqs26FyZzU3BFvlpgH4O0TNT/VcLZW18FUVV+yHnotTDHJQBLvgWvdPM\nZ6Ic48dSDyYk0rbrHJpg3E9qB0kItWppFwuGQ2Dya0R9z623INuGVfYW97sS\nETNpHtIXCwOPV8ttXbMoVoXNQFQbK21VZNJNi8TDiFSfmEFQzvrtju3IDUBj\nHhX2ddw6NWkh82MwKb90sIMLwTjYNEOluCbgRD4jJxdLsZpCEM0wSKzJpcEJ\nzjRN\r\n=9ZDB\r\n-----END PGP SIGNATURE-----\r\n","size":1678377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.31055413e_1642026529961_0.35118697050810166"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-12T22:29:20.682Z","contributors":[]},"0.12.5-canary.ff2f7d4c8":{"name":"@firebase/database","version":"0.12.5-canary.ff2f7d4c8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.ff2f7d4c8","@firebase/util":"1.4.3-canary.ff2f7d4c8","@firebase/component":"0.5.10-canary.ff2f7d4c8","@firebase/auth-interop-types":"0.1.6-canary.ff2f7d4c8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.ff2f7d4c8","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.ff2f7d4c8","_nodeVersion":"14.18.2","_npmVersion":"6.14.15","dist":{"integrity":"sha512-HTikm/MhB28q6UitWOXEAJzWEG2VSltWon76IqGFaGh463ZjBxjcRR4iP0XasM7DISHrDaoOXnJgFieQtDGD3Q==","shasum":"5b3f5649b6e50c3007cf63e9b5621ab8ebb3fe5b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.ff2f7d4c8.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh33RfCRA9TVsSAnZWagAA4VcQAJyoeY9jyCivkOJQEJjp\nQJApavCIoZBs1ZM2yzt92ysaebgkDuHQfhyYzibopHYWOde4MVwgd4LL0Iun\noE6bkWqTZcUDz865IAEliRmWd8CmUWKQl6WGRcJb0eySC9igAi3gOXodf2+g\nCLy2WUSRlL+sx885rFbhVMa11ulombsODkTKyziSjH5c0gNZY6ChhGOOraHT\nmwImIxmhtk/SEKBX4BDbBr3kqnUQOUqiUAibJD6j4AAKzWXJYKOFDgeRE22P\nHnT8Xv/66ecHPZlAGuEuq/FA70hDwPA1r7HCbV3NRPNBpBuH7VftMZE/zPoi\nQxqrx5Doc4I2tOj3LsZ01vMkx0mqCuOBLm4cKqnN5cKl5NYjW2oUlxXNUTj0\nuBlvGaJ1MFpHhlnra0M3Ntf4mE6yVa0f4V1ORZzpbDO6fuRtlTX5rADNaj0L\nmufOH9oomc3fQb3/zDBi1zcFn+WPCqsjz6r6l+5wPpgA6/fxnvI1FZju4UQH\nUi29fGpObrhuq5o0Wf/JBkJyOYT7/yC0IewBcgb3shO9Mkj4zVtr5PtszAx2\nK95Tsx+1i+nzcXgyqF7BSVs9m8MPz9Xtlnk4SpVopts5moGJYNyXvHT5PWXl\nCWf56Po362TBs+jl2U1XZRA9oHa69sgsnBj+Jmap+at4eN9zSFIpDlST4Uvj\n3Eb/\r\n=1nFO\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.ff2f7d4c8_1642034271026_0.22599140512544058"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-13T00:38:22.522Z","contributors":[]},"0.12.5-canary.88d43ec00":{"name":"@firebase/database","version":"0.12.5-canary.88d43ec00","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.88d43ec00","@firebase/util":"1.4.3-canary.88d43ec00","@firebase/component":"0.5.10-canary.88d43ec00","@firebase/auth-interop-types":"0.1.6-canary.88d43ec00","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.88d43ec00","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.88d43ec00","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-e7t9FJSje0mygQM2QUhHcM7ODO2YIEOpvHFHxyreNUUIVjTVg8Y+sJ1SU13JckhU7Oqy8NaActEYwK0aZMXTcQ==","shasum":"9e9fdf0edb283df9a7a86544208eb42548981427","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.88d43ec00.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4IzWCRA9TVsSAnZWagAAGqIP/2oQQ0DjQmHsr5VqXP2y\nVQrtuA7sCKng9KwCEahTplrQPYMHz5gmCI4N1qepqGsJCj6uoD0QnVW1nM/q\nGjQwyigLzoqgE0QjmOkF1ZGBb4wM40RgPtXR4pPHlu1cpCEhJmkOK8G03+ck\nwJkvgs1PHnRVXOSTmQlKQwvL05jeh2MVnKZAfUGrSoAg7PghQjxLs+O9Rtvn\npjwsQbD759SYIhdEGwEBbFrTA61mUBpVHs6fu62itdOZXFdo4q0ch5Pycv0m\nqILSVkSFqmMooBWQbEdOgbVaQ5nr8tZe5Lal9Nt7220YkNf9eOciVqrF2qfC\nFevkL/E6iwq+tGsVaClHD8MdFfr3NnarWJJ5fb8EltdFQGPFUa0T7XF9JzvP\n1vdken6ZBNEAJVinzlr07PtMfv5LhFh+PgLGPsLUxX0aoY8WBjfghC28KQgG\n/3KjHN4WyanACgXy7JijI9gsTWG2zq9zjMVt0DMb1FnojQk/8ohXaaLetb97\nXwmQHqP67mlbpRBicDSHmogd3HQva/MDNwcIXLBCUq/3UwOZ1X+CnHAp1II2\n5QRqT3MOb+o2h9oFHgD94ljIoDFGqRzglUqmcQGUgbzniETV4HIRdD7+WIr5\n4dY9Wjx1c79ngopBnzBbquTDBjpITcPvX0mxoLnPMVf9Ru3f7C/yatzdxwGw\nppAf\r\n=JhKJ\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.88d43ec00_1642106069857_0.04781220786270368"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-13T20:35:05.030Z","contributors":[]},"0.12.5-canary.922e9ed9a":{"name":"@firebase/database","version":"0.12.5-canary.922e9ed9a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.922e9ed9a","@firebase/util":"1.4.3-canary.922e9ed9a","@firebase/component":"0.5.10-canary.922e9ed9a","@firebase/auth-interop-types":"0.1.6-canary.922e9ed9a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.12-canary.922e9ed9a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.922e9ed9a","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-V9BuLwH2GhzrOlfe53p9d4BofkqTz9eTIpX7L3wM8irTjFvhPWyskje5kNOWVx7jpDWPg0WayeynH7IOumjnsA==","shasum":"e65684169003139d63d8a0aea2191200237ae304","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.922e9ed9a.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4MivCRA9TVsSAnZWagAAMH8P/35zDxS1JztdencxKoKR\naRmwXb/hpexKihlNp02BtkZifN6oVMGjLmU/RkiDacuKB573Ys6Pjeg79CFm\ntemkQsKxQXJ4jOMj03KmiBnDQ6hvxoF5Djp/wkhZzC05n8PdHhwxXu2m7+0/\nO6Nc4w7nCLSiVzMnG5T/prrop5Dn4iYWdVs5betK9z5YOOjC1CWyutFMH4ht\njfEU1cB2b4xbP1VRI7bGl1VDhirDY7ukz0QOMq+Pgd3b6SEtnb73xpQ2LwrQ\np/k/IY8KWo/AXnkVVHdRv1k1FvF/3R70XFfY9j9+ZIi7BeZYUkAcDVaKJ/i9\ni0bg0piBUGSxrWFvRXUHFjhjTiZGlc5SWXVJ5hLXPSNkq437YNo0JaR7kcWR\nMr7iNV6cfHq7WKmlJfDhvHEfbAFF7YTwNdNFKLg6DKQhhxmlQTBLZdBGZbhy\nmrSY3LloMxilZZ2dqJ9k/ZBC2BOWliNDM/5zF3dZIPXsj7hGdSoCUTmn9WNt\nzbya5DBDZQvQFmSA82om+XL3sVLakYhfZnXQkpHmdcdsWr8xttClA4EU7SXq\nQkDcY5vFD748rFeTDdX4zFJEljUPQeNpZrF2CsrjfsftbIGWHgZLD8dqVTBe\n3ghNjawk/+h16rPFmpcenMy/oSJ/hejEtcY2iby2uILq0/2GaCs3eBIkEt/i\n7Leg\r\n=3wmq\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.922e9ed9a_1642121390672_0.9691930632174257"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T00:50:21.911Z","contributors":[]},"0.12.5-canary.1b246ae04":{"name":"@firebase/database","version":"0.12.5-canary.1b246ae04","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.1b246ae04","@firebase/util":"1.4.3-canary.1b246ae04","@firebase/component":"0.5.10-canary.1b246ae04","@firebase/auth-interop-types":"0.1.6-canary.1b246ae04","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.13-canary.1b246ae04","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.1b246ae04","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-xY7ShVv/SGaYSjMr7+TI6cfE0exsmg+vdanMHY50hwKCAhLOKeCO20m3bCy2HFQAK8zSBRxeFmi9V0pioaewbg==","shasum":"4d69eef7d74a648e8b16d8360313d9977ee460e5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.1b246ae04.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4OOZCRA9TVsSAnZWagAAQIkP+gIPzB9PSomlLEAmIn/w\nBoJQejrdzlWbdAc99uiDfmgVrbqQKFu2v4FVsTlq1i9ZTgGZCzrBN7RJqzhs\naTymtcsaiJBqOVqQtzHsUD4LwKlo9J8fa20sVFbr4IYK9CKepp9ZwApXZ6NL\n0p3h9Hfu6/VLl7JqwDRwH/FCo9qsKnQT2x3pyYFoke7YKH8OweFqdZPrBSr9\n5ed27q/JC4RkaxMDi18GSH6Pl+vBJZd+46ju5ky4baQgZc1agBNLLDRqnqtr\nB1GxEUkFhbYZh8cVJixgf4AF+brJKsVlAV/07AUgkuktl7qZZkiYjU0n2Vj0\nOjuuCJHuEyEwOqkCFmjO+2t7bYXZApwNoQdP4IqJW37f2UVQZRAH5XVPGn8p\nizy4a0EdVmwfxzODju6BFBw9Q5OkUC/hbnxA96sH8NLPDTXmX4ZPcz8fJcyF\n07CGVKbIvmjYR28CMoJ4MXmmeql502p8yDTP+OVY1lAPB3xTGvEzWdWkvI6H\n187JEL67NbiYsWKlTAf9jnthJKMBXgObbsA3+H1uf+r/PqiOAG6PM32dVvul\nKpptvS7YOAFN+ClfL67P+1A3x4Me4KbfCc4Z8gDOBaNAZ/lwKbrJNFq2HD6E\nuoRoTXfvntEXy9YYwSrg9Mh1GAC/9Mhbfvc+G/30GxmD1xQeLHmJDApOUKrp\nJ0lM\r\n=i7zL\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.1b246ae04_1642128280716_0.09621063194181412"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T02:45:14.501Z","contributors":[]},"0.12.5-canary.9e0ee8f1f":{"name":"@firebase/database","version":"0.12.5-canary.9e0ee8f1f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.9e0ee8f1f","@firebase/util":"1.4.3-canary.9e0ee8f1f","@firebase/component":"0.5.10-canary.9e0ee8f1f","@firebase/auth-interop-types":"0.1.6-canary.9e0ee8f1f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.13-canary.9e0ee8f1f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.9e0ee8f1f","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-RaYamGqre7UY5EsbhOeCtjdgXZ9G2kHMXYO3nCADKB3/rwMXsKhpVCJxb2xYhUKSA/HWUF4cJtaubn7RHc066A==","shasum":"f8d8c30e307ed485e859e5d1acb7e713ebbea7f2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.9e0ee8f1f.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4ddiCRA9TVsSAnZWagAAP7AP/2rDYfL781D7JIGWghl5\nwqN7kleu3HkGwsqhiq8qakASKcxpEQMy142CqyD88odrJVGofqO0jdfJtWiH\npn6CcxOMkJOjvwPrRqmEX0Kwz1kjzBxy1LHIa3FwYjaJB9dhlrHNa7JMAUI4\n2iIJL+mPQvqAdb4vzlgSfg3GUBYFRPBW+vHDG9LGRWyTyzkshub5uKBtca8F\n+TPELO5LKAd1s0Tr2B2iad4EIYWZ5Clmbw2lYnyUNHX6W7qD6RuY3HZdFcD8\nCxYCrB2RLo8ruHDvgu0eFI1a2aV4ObdNTLbW9Kwgsn8pvRw9tkH5/O1HPMpF\n6tAHbx4bFJjU8smLSy8rkW57J0qL67XHTox8ueHW8nldpq/tPLzCyRN2Dm6b\nEcGtXG/ITRkKmyva2g8BU4DK2KPw42RmGHaogHKxKqchijuLjk7g0w0TgboG\nEi9z5TxpQesMgNaeGEk07FvVKjt8SYMmTiPaM+sipVT+tCR+xtHRZ5PjUGQW\np2uRZcRU6PVsJKxRdj8HjxfLsafkj63ME8UE+Uis7u4N6rpUimIMoWdFGZs2\nj0H34y3Nod3hcg852NvYxUyJE3vURkx8aST224fgkkZ2kaiXFMOmd14BCCam\nsJXHGdE4NvkoP4WmUm1Om1in7hMgzCqQ1qqKNab0g2TLZOUQKBt3pjMZzYRX\nz89t\r\n=Q1kH\r\n-----END PGP SIGNATURE-----\r\n","size":1678374},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.9e0ee8f1f_1642190690207_0.5845976295749784"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T20:05:22.440Z","contributors":[]},"0.12.5-canary.37c5369f1":{"name":"@firebase/database","version":"0.12.5-canary.37c5369f1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.37c5369f1","@firebase/util":"1.4.3-canary.37c5369f1","@firebase/component":"0.5.10-canary.37c5369f1","@firebase/auth-interop-types":"0.1.6-canary.37c5369f1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.13-canary.37c5369f1","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.37c5369f1","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-e4y/2C142x8AdekwNHvmh071yVpdy6YAL+99KaU3xEI/KUa3+8BAkmt6of1u/ECp3Vf1znD3ALjwjxX72aX1sA==","shasum":"8747e9394e7adf80cd5618334aca9f9d545e0bd0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.37c5369f1.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4dhrCRA9TVsSAnZWagAAdgEP/3KuZ9dixYOyBPZmwlt6\n2NOV9li+bRuS4BPzqDqAOR0Z43d7cLV8tNujh4s3Z46QKgnBoSI4VIC9vI+P\n/IktTwjBLCCEY+VqYIhcws/ASE2dX5h1A7Z/Kr3KNTSqnN4O+DxduEI1/Syv\nWMko2V1Sd/RP4fd2R5ABOLB3SCOK1pZz1h70SSJtwF/KgUy0JJH1naMmO3sd\n+psQPz3St8DjXx8f4qs1VxQoLfRYLMHV8qrWmpdTSYh0Z7YiHBFS+s2p/N7Q\nVQKjXxvSFtYtQXOa3FGjp3dNOUCTB6iW/kgfy5iQ25c2Fm1WoaDT91NWcM6S\nQfCWvZA9r9OqPF9uFkxVJS8Ea78Hf8HdCz5B14kXhAlhxMazg5syjV2PdAFv\ni2aFkhD1TzJXgQjT8KShAcAqwlQ+UOAfRhMsFHdNPJbCzbvSA9QkHpYFJJgE\nZOlsFUcTZFaBJE5/+BBKOs8W7kOkHt+LrItBiTXtCPAdU5HeIfMs+d1EZavI\nAbkW5kvcBoeYmUnBA8AcPnBDvEsEta7ZjN6N+09Hb7bGC8QQCLi4oCUMnI3F\niYDHZFNgwc1SvamH8SIU3ekFfl2Yhx8L94sT7Pq9PyYzcF6jUcJQoKOOLB10\n40roJiUAhVvLIJxpQVpoy03KbYxQZpxD3duDJ1fQ4tGAa6U4pRGgxSfdX9hP\n3nLo\r\n=VZ9t\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.37c5369f1_1642190954902_0.4914782478146156"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T20:09:44.473Z","contributors":[]},"0.12.5-canary.4bd3a8883":{"name":"@firebase/database","version":"0.12.5-canary.4bd3a8883","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4bd3a8883","@firebase/util":"1.4.3-canary.4bd3a8883","@firebase/component":"0.5.10-canary.4bd3a8883","@firebase/auth-interop-types":"0.1.6-canary.4bd3a8883","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.13-canary.4bd3a8883","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.4bd3a8883","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-+o5ClMLqf8u2jDWvf8/RN1kgOCoCHGOO8+G1onlZHA2uAF6P8FOqkkQyU7vcADAWnAhZDduWtjAUidgyeI7qyA==","shasum":"5509bf032a70f2ac88130be3450e47fbabddc44e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.4bd3a8883.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4ftRCRA9TVsSAnZWagAAIr0P/jTtmiMV5CSTwtGVbA7y\naF7SlTFa9zuYnj/MVbxCRXmZXL32LbM79rIljAvNUdkJu60osh9Bb1P1X1dU\nMpVcbaAF/5Fb+htOnIec8G6juCSvyYZSTUdjM8SgsEx6iya+O3MG6jdIGuBl\n1cXDmxo1fCUMDbE0QJFHjmKFYHn++6jxbmtwEIOOvkOZAnxLTs2xGo/YQTBz\nKW5BRmczAxv4dxg8voLpi/SHT1sbWZkjkkXj8jRXYWJ6eMxW24DfIa55F2Du\nhnsCpNlp9DUhAtP5ycql1o55A3Te7nfZ6FVyCnQMHhJlcJ+/In3ZEg42GxYR\ng+GpqFm7cTI1Q1Cdn3zSUzXe0oeIejZ3Lw5ckzj5DpdsrBPONrOk6JIZ3V5U\n2DAEDEhWQUoxBy3+SQHGHSWexoOLSm/5+kd95qFnXod5nv5iqAk25ByE3mBy\nBrtT5fNzNAeXUvTdWw2bSwZtF1sXlHNbeI4Dm7r2qj7uIkEd2F32YpQ0YNjh\nQi3hHxkFjwDuRNAQgcu5q6Z67kpqmvQEFkcSgQdXIjb+ixTV7JZJwPm7ApxW\n8gajXP1OvBdPl3XzwBqCobwJMiDgsQLlM3O0CdGkNp29GVUTV3lro8kbdMzQ\nhx1w8jTSTNmViN06UrsfzXJfboJ9o45JOEPGF0bKgDbA26eG7i47V1vIX7N0\nU0ki\r\n=hBZ9\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.4bd3a8883_1642199889366_0.5177664156731645"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T22:38:40.099Z","contributors":[]},"0.12.5-canary.4dd6abaea":{"name":"@firebase/database","version":"0.12.5-canary.4dd6abaea","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4dd6abaea","@firebase/util":"1.4.3-canary.4dd6abaea","@firebase/component":"0.5.10-canary.4dd6abaea","@firebase/auth-interop-types":"0.1.6-canary.4dd6abaea","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.13-canary.4dd6abaea","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.4dd6abaea","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-ji1d9fyGXd0soPDlWUxiJ6jc49hLeEB4QjG1j+3X3SVC4XrribOfi8THhXqrjX5pCYEVIQzO1az6ll8/gqbnCA==","shasum":"010f44b04d5c8e9ed981c8f002403e0a8b6787ee","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.4dd6abaea.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh51qiCRA9TVsSAnZWagAAwvcP/0MAN8n4Y07crV62AzSa\nWUk+oOx5OLRWFIdexx195tr/ttLE+dML3xg/ll2NCpfbWPzzQrq8uCOuTA5b\n4KN3d71MCRRMv2f2X3WG2CYVz1K+j4eOtOXUxj3bZzSB/1ddwv7SwuhDc8bu\nTTSRP5iALQE+zQLNLlq78P9ixs6Apqf5q3ndJB54SHuN7a9dyP9zvZ61dCC9\nnAY7By2Y9VB8voABdSA6obz23tBWDoD1X6WW5+orB8a8TLxKZC2CmoyxKfT5\n8Raz11Ka1u++2uyThNyp6Grvih08S19xUEoYUZwDxG/PkVANGWfd34wjN2cJ\nHVBSYAZ7NAEMoQTSQKHhOcXvMRAxFfpiP/5DzKMuOdxaSPmSQAp1/LKgLf79\nK5CRmxo0QPNd3NrbGc9+po67ztqoh3yg9f5T8aSXg8JSVVenALkB1h7dYgJR\nj5mLzvn3A6IF+6A7tJ40qNVBN0COlpibnS5JXi1QGmArZgVOn/NY59TOjgi5\nvySj45yQ95lYE7G3Fx5EKGp4XSwGQvisKKHAy2EvnfIRJklLuqhO/Krnxxs9\nKSc1kJuwYzIRfht6kzHKk+rdFx1DaPO9eMeKEoTQR2YofkE4pQeJhv2g32s8\nnwjiVSOjfPLXZzxbPefvomcgLA1NgoF1cOhYDed/P66ktoYFJoXeBnP3vq44\nCULZ\r\n=hdK3\r\n-----END PGP SIGNATURE-----\r\n","size":1678370},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.4dd6abaea_1642551969896_0.619478334197576"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-19T00:26:44.934Z","contributors":[]},"0.12.5-canary.c5d8f6595":{"name":"@firebase/database","version":"0.12.5-canary.c5d8f6595","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c5d8f6595","@firebase/util":"1.4.3-canary.c5d8f6595","@firebase/component":"0.5.10-canary.c5d8f6595","@firebase/auth-interop-types":"0.1.6-canary.c5d8f6595","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.13-canary.c5d8f6595","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.c5d8f6595","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-KZ/8cznmFPhIOWEDBGnT6ykKTllHeYm6LRCCJqxvkOVoJxFsDuU2wa2EzYQ5AnuEq0KhBCjq+Nq+w7ysl3twQw==","shasum":"ba7af6da53db2f8ff3babedbf27af6b49d97d296","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.c5d8f6595.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6IAGCRA9TVsSAnZWagAAK4EP/jdB+EQ4oDNaVdqHBA7A\n00uzX6mAok2Rve1IDD0iNrCOq3iaoJd8yDxc03W/9kTVdh9dg+RSSSMvFPJ2\nxgbpR7E7V9/MLXEMhF66303WaUbPofGRvE89Njzl95eMWKA629FligNd/SQ4\n7TD/v1YhUuDgctxb4xYG7sd2qiodlcoUd5awfTX6q7esv53MyiNxM/HESbyV\nfxnBTbClpEmlrxgGCBGZJ+3pAClPwnNtgVkhEJel5Y0axX3iq2JuW3zEElg+\nhGBW9LgstK+/cSndWsChdtuaCbdNQGChF0Rfa9Yj1qs1ivRs1sQUvfIvk4E+\not+1JEySjq1Syxfytu0vmqQqlr9X7c43mXULb0LZPk8GSfmgAmzAprfuk3YY\ngoCeRQ2ibKzwnnexxm80fLLlTMhCEi7wnX/jfcMJvzIIOg68l3XtgUqX0G0e\np3BRtYZ4Z9HYmdz2NdS1YJ+djNCrygTG5yglzv+ckuNR9af3VTrfQAHNhQbw\nzdaUVSMYT6/IWxUQGxl6MiokS2JnrSzshYGoG0voUY8Ujv+HZ0StmnEtUvGf\nkxEHi2eNmiQJb8/nFE8pXQDhAIlkDXytvUnW+RwHPGLdqbOm+5vqMp59Mfyr\nJqpu2OJzKA3DHmrgTms7ZjmRtVmBgMTeTBu4UUX/U6E7C4G2SEffeYWsceGi\ncbGO\r\n=ilyA\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.c5d8f6595_1642627078015_0.4635407520566297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-19T21:18:28.018Z","contributors":[]},"0.12.5-canary.93e6126b3":{"name":"@firebase/database","version":"0.12.5-canary.93e6126b3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.93e6126b3","@firebase/util":"1.4.3-canary.93e6126b3","@firebase/component":"0.5.10-canary.93e6126b3","@firebase/auth-interop-types":"0.1.6-canary.93e6126b3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.13-canary.93e6126b3","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.93e6126b3","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-GUkzGTWKWwrEmPu8FkFSJfU5h05SnnECIVsLxAnVX9Ys3HswMkkE9mFJMLikxVXk6+Sx+AScyeHTCkXTlrBbaQ==","shasum":"285f4dd781eadb1f0990dffda9ec11b5c80c6f86","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.93e6126b3.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6MHACRA9TVsSAnZWagAAaSkP/RIpPZsflwdZta2UqQzb\nw5e28EEE/cVuVL8rnnocWqqpENF5gNMk9mwagNqv7cQMXtCCIqGDF0Rr2Lio\nvzGhSnA1pndn+V+sxg+eNv9qqhPgtfuOyqtM/s4XCofHtglxm7yHUp0yBigD\nzEps5HOc0IxhJilfXHLBZBweOkodfE3TNbTNQU2Wzl9goqoogFZjlG+Bzso0\niT8IPbM5xTWSTb3C83ESK6zaFAEUbmUq9h/7NmZDBPwL0CBZRxMhEdM0W+nj\n+Mal4sd3oLmcEIJhGREy8RZEvH6PSnkIFOLY9tiJlYoqcr0IfD4E3YIhywgy\nAukfNx3bz7j7IEx0F6tibaCWndvbHe5VmhwBQaYXc4EJ2mM0JR42cqRQAtsO\n3MZwnXNeJA06x6gL2cp4tYUnTBQQ8SDPlW/uNhD828fnfpNSiXhP4qDpOzM3\nie9Gm706JAw1VcUrgewZqUjSoY+trK2lUNYS6doXW5grH0N+L5Y5qrMFtNmP\nFEzTESAEwhnA+2dbqLRqj7K/fQr+mjRTdhj3FntII2ZVIwIqLtT1DQkfTGKC\nNYW4MkXYH8ckiZGJ/NHZaFboMCCZlCZk0kAvaomF/+nGbGefN6b8QV9A0eoG\nwvAYRoUfcFTdkojQ8ug0eXMZpTKwbWB/qA+XbvAID84gntXpPDPICp1u7krq\nWBNE\r\n=WVYC\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.93e6126b3_1642643904198_0.9739063458571726"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T01:59:25.080Z","contributors":[]},"0.12.5-canary.17165a8a4":{"name":"@firebase/database","version":"0.12.5-canary.17165a8a4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.17165a8a4","@firebase/util":"1.4.3-canary.17165a8a4","@firebase/component":"0.5.10-canary.17165a8a4","@firebase/auth-interop-types":"0.1.6-canary.17165a8a4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.13-canary.17165a8a4","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.17165a8a4","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-BbxCfZwwhtgVY27eChkufEc4UzpHG90471YAs9wcy/V7FCGHWUFgo1mnCjwbyb6vbOFT9st5YmRWUl5gI8TbuA==","shasum":"9d899c0a2402b67214627a2642516498b76a8f3b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.17165a8a4.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6ZdyCRA9TVsSAnZWagAAihUP/3G6jWLw03SVBsGM/AYq\nk4ETGYwyEYrPCc5FgjywP8QkvD39Cr4VlI1R/qOvnrgxOQhI/dr2h7l8ak/X\nyVkU2wVRBZShYwDBqavkQKUbXZj7CuMZabHBJzErcDRyhDP4xCQyXNmjc/Hp\navcNmWLnxYAQAh+84x5QaB0InGBMnGyTOCnUP3VchbY0GyhxXdC+pXgVHG3q\nqc4DMjIRSn+AbA2fikDRM0S7rq1r8Zk9jK0rjMOII30AudmbytpV4/hkzWDm\nP6BHBmjzAHkh7ieRGSzljOUnnB+diTdjqO0UXpp2kbPHT6XRkaOTFlSMZPJF\nnROF80q/3+DZO5E3+7djKq36vI10M3+8vQ5KrX7MfT8Bg0UtipPpH3bshzTG\n8c1m85/nd79AoMNV1FHOfxXAo36dVeB8b6RcG6Owg179BgBo7gAz8wJwr7/O\ngWbWT427lezE4q/DOoSmnCFCPzDoAQHODput5WC0oHbSBsIEb47r+3oZx4Wv\nktDDY1yKMPVYeTtlqY5M6lMU3Dxy+B5kDTq9ChJgz1m3rD/ladj9S1tTsRMz\n7e54GTOwufhV8rnANCfb2c5trKaxdiXJdh/Ku3uvPGd/HYTZHR+K8MHepGGO\neMGWJEdYylwpkePZaceEuYwMOEMgPOojow+smk2GLNgXgm+/nq7mrQYjw5TY\nh770\r\n=bxLJ\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.17165a8a4_1642698609735_0.21186817943215064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T17:11:07.524Z","contributors":[]},"0.12.5-canary.67b6decbb":{"name":"@firebase/database","version":"0.12.5-canary.67b6decbb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.67b6decbb","@firebase/util":"1.4.3-canary.67b6decbb","@firebase/component":"0.5.10-canary.67b6decbb","@firebase/auth-interop-types":"0.1.6-canary.67b6decbb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.13-canary.67b6decbb","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.67b6decbb","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-7m4zv6raiVkTv0XjkleS0bP28KZkELo2C1LoZwhkGe+Qauor/yfaMn+4PM8Seh5LvjazQh5w/LWBM62hDcmCrQ==","shasum":"2e2dfd52ede16fd4a3b316c0d770961f34d60ea1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.67b6decbb.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6Z3UCRA9TVsSAnZWagAAQwAP/34G3YKx6MMYsbtKIc6T\nfVGzx/O+V5I72/O67NNCxI8HEhKes/51SM5tAj5yZSXXr7AJepkLFTAiGRBy\njZB7SXqtobw5c21lnN6RWuOUN02uIBAxIkdY3ThrJUJIy0yIkDfehzayUzYJ\no0tlyHyh1aHilFLrs2D/Xll17v3aH/4kR2SONftmwjXxFdcduBO+LwiYIy5v\n9QVh+7hoK1SbHPFyhCKW5WCQjCPg4o5cVikl6wWN+ZE00fYtpKqi1BRX0JVj\nn6iqUheO2Cds8+2QYH/3BI/7nTtidihP01qbECAAhA/qjAHoKf6QJ54mdkYb\nUAcYK9sEWHL4M94/wnxuwpHTgRYzkeSh5a1S9O5NaATo4+MRP8GBUgBteSp/\n0QkH5Bl36ub5mmddoHx1ZMS+eE+4tmfnvETPLyTQaxToLYI2R7UhhOLhEFnj\njAg1u5wL9M7DH8RGdHOmMWzus4wmHZ0ZEuE+H8oDtpDk3OeyrPMyGnDuLAh6\nJG33cjw0ooz1dXy7PAt48EZMRTGkKo48LYOg0KTAELb0nTUQeiR8Rk2UJug0\nBsaUx9ow/dl8RNJfXQozrk5kfyAKSGh05+6HHd1oQDENrWWmTsDDIx3PY65r\nVSZwiKOegawDuAPqVWVjSGXMcLuHCN1mCRoG5w8XcybfxBSdDrDUzGd9lKgK\n5oEv\r\n=fs6v\r\n-----END PGP SIGNATURE-----\r\n","size":1678376},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.67b6decbb_1642700244198_0.27409396593765223"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T17:38:42.781Z","contributors":[]},"0.12.5-canary.827b0808d":{"name":"@firebase/database","version":"0.12.5-canary.827b0808d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.827b0808d","@firebase/util":"1.4.3-canary.827b0808d","@firebase/component":"0.5.10-canary.827b0808d","@firebase/auth-interop-types":"0.1.6-canary.827b0808d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.827b0808d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.827b0808d","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-nZR4CK9/wSp1K1CQuUGq4vVVjRb54O2YH+NQaIW1BCRaTUiZ9bZ2Wj6ZzrKzv1aGz1iLzCAzoAjyV4uIx8MlSA==","shasum":"8447f8c513aabda82ff9fef1125444a55c7ec54a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.827b0808d.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6gnKCRA9TVsSAnZWagAAFgwP/05Ey9sLeu1HibK2Z3Cx\nCk8bsqUbTfVIFXVZHPN4+jCXeSHKIVkDfYPssEvk1p7lVexy3Gh4YU5tgPeh\nl9MOj4/TR8dTElqMiUsAs40p2cmQgTJytOcEN1gH+NLqLKlDJV6pWLAAOy68\nI0gc0h8YbCohZ9+CKP5TLK2WTjQ4LNEoiexOTlfhBfY+giWjmwolseFeFTND\npPFx4PcPGrpH51wfdOmYvIpSMmf/sAeeKj4+2C3XwAJMi2jw9dtodSvwOaJE\nupzA42yPkPH25KpdeBAwjnVuKpX/6UfZHyHk72GEYd1UL0ouoNuIQ4iJvsLN\n1EsBeORXJzMtKvKAIzVq2xy1MheJZz9V+EjNb19Bmj5+nt7CMUeBdO6an30r\nvCZbTVlGSgHlo7+X/PySd8R4kzkIzV+nqpbQo6o4uCoNh7/DkzePm7HAY2a/\nsMAXqJH42SOyFyzbzGG7wlViWKX0Max2GSJKrg+5387iYPdKQwbZwhta/SZW\nZXk8GbRU9HvGAK1GRFDOIfELjZzvA215HTvblav3/91GVUlXxz/CAEdM4ZmG\n6D25FpIQ8OfXnjzFJ0nf2cD6foy40gIeZqQZ+aEvA4Pt9rXdMZy6anNGmROT\nWxq/7jA9MUjiuXuprNpR4XYoyXEzD1wqesFI6XDv+kYbUu+j9HGCN47WAzMJ\nT25j\r\n=DS9V\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.827b0808d_1642727882627_0.5156033318795188"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-21T01:18:35.773Z","contributors":[]},"0.12.5-canary.2d04af91d":{"name":"@firebase/database","version":"0.12.5-canary.2d04af91d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.2d04af91d","@firebase/util":"1.4.3-canary.2d04af91d","@firebase/component":"0.5.10-canary.2d04af91d","@firebase/auth-interop-types":"0.1.6-canary.2d04af91d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.2d04af91d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.2d04af91d","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-fIcUzQUTfeByn13okVDZ+NW3ucrQVS63v7/urgR0e9+1iZ0RSEHtFMtPtjlyLB6l1qLNAnhx/dZDgpNW5pWueQ==","shasum":"a0b3aaa724c09463c72b5e29d7ec611854c17ae1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.2d04af91d.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6xvxCRA9TVsSAnZWagAAw28P/1qqXJ2MO63S59SQAUNM\nFcW1dCKo0RCCNVFKqIbxQEkXhgd9ekID5X5UdqFkTK16Ae4ESvDFQnFfIT/v\nNE2JkICag6CZ4WmkbW03OC/5ySLsmF0QTuQl0JUgZhHR3PHHlB81h9m1ylio\nOaYNoXi8JoiyngOfr2rZbGlUgMnyxDBNSJpZ3auVLM6U2yA974pFn0oxpzHg\nUQeWpb8r/WF5lkMR6JV05nT+SUZTuDWbFz2hbZpQ8ZfL/MSY2xShYrE4WjK1\nXzgbzL7LEbOfw4ni8d/HWi9WiAB0c790Qv4iPeUo6acTWbOYdqeIJ0fYbudJ\nk51GDqAQZMXK4c1o1//hymTtkVCPJb8wCaEbNMEOeYBrZyS2pOKMudHcL2lD\nX+5nVjindV2X8Vpu34049XpeXUrPZ462bjzEmd1EoKNuzdDeke73oXupkzcn\nXzrG8DMCBEnKv77qJ7SWf1O57SP5gCgIsFmvQqmkRcJAPpKcOosGVPbNrDXd\nTZgs2PUM4RH0yeK/PEclqukqxy0UnQxohekup/XjBQ+kdskOqdFavFIxu/rz\nLB2AbwjyzK+Stjf4fY2QEiWKnCSCMuZt9TOdVxn+Bbt6thzfL3SPAuDkdDqk\nVKtiIoOOIHR2Ds2Ow0SvMq21Oou05R3F3JQR1IsvjSkQEWU5y+dnnUUDDXQk\nJQ5n\r\n=Pt2Q\r\n-----END PGP SIGNATURE-----\r\n","size":1678377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.2d04af91d_1642798065199_0.9738344982676257"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-21T20:48:17.514Z","contributors":[]},"0.12.5-canary.4983f4d5a":{"name":"@firebase/database","version":"0.12.5-canary.4983f4d5a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4983f4d5a","@firebase/util":"1.4.3-canary.4983f4d5a","@firebase/component":"0.5.10-canary.4983f4d5a","@firebase/auth-interop-types":"0.1.6-canary.4983f4d5a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.4983f4d5a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.4983f4d5a","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-D7XWHFZ0vJN8bZ5BDSdAeB9vvj9QO0+zCNyA4f9XzLfb/84/d5OCeT3osZIJgCHlm2ImQvp5s04UG89jGpEvog==","shasum":"1d77ba63285e88c341d2f9ce555d946bf07333be","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.4983f4d5a.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh7zz4CRA9TVsSAnZWagAAm0QP/RQLt9eUX1UdX9IxbxHn\n5pOOPjPCrSsLx3n53+AjJsRJEMGOWq9jeNdvqvG4giu+cBcgoptWvhwNd5J+\nx2ZQvdYNgAJmr8mA0eBWraESuzFbobc053V8xhOmDuB5NV+2E7isOCQwVZ41\nKPu1gw83g0Ouj6jXYrGvcJOS9LQnZMTXIbj32C5NxzGv3Pud1WwHLGa5IL9k\nAz1t4yVh94dN9FjurgI0xL6+Nwa8WHAlpU4kXamh1XdkbKU64RVEcs54QZIY\nY9y2ZCdh+LoNsyqCAFMxSQ/erV5X0XCeEAcRzzcyk8aWdDlgFpTn3X8+uHMu\nPX6Ql3UhKlohBG1pttU2RcaT1MYpd6zpxgqXMS+d/8oyT2r6vCZlzWHDB8yc\nxQNFgpQQHhhqnfqdVskxXT4StIYwNoYKdvLf/uT+J21MuDIsF7lNRSxoVL2O\nvlQKeZMoQIcSk8hHZV0pDV/IUvDPR3bKNV9Kh4CN93sunJi6vXn0iaWzCOmh\nsZ4IhuGiHWDW68JJAZ3ypy7M11wwFLscWm5EswvuMYUSOeSCGV6Zr2o5z7rV\nMKQA1Ow+4UPCIxOoklwHqfVSWnSVZBPTbMbBJaifyZU7TrD7+1do+i+ICpTF\nAZOL4XSeE87mxvCwploiLQte1B+qEUziz8F5E0o0X7BSgjUwqhW/qGugV4bn\nD8qc\r\n=GU3u\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.4983f4d5a_1643068664301_0.018572352553380744"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-24T23:58:12.555Z","contributors":[]},"0.12.5-canary.e04b7452b":{"name":"@firebase/database","version":"0.12.5-canary.e04b7452b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e04b7452b","@firebase/util":"1.4.3-canary.e04b7452b","@firebase/component":"0.5.10-canary.e04b7452b","@firebase/auth-interop-types":"0.1.6-canary.e04b7452b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.e04b7452b","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.e04b7452b","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-cgQZjzLN57/3g2rwv4DyhyLVI7toyCuw/EXvy2Nx4uxQus7ksOqJPzmId2uq4/rn3s/gMaJOQ1CNArOXJIDBwg==","shasum":"29be9289c74b172225cbbbe5c4ce010320bebd29","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.e04b7452b.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8DmVCRA9TVsSAnZWagAAzhwP/17qEIq4XzggHw6cuC0E\n59KkSO9OPsW+UlsdI/cZtmlIknOGT2MXqIsirdQQOj3syuoC+KSgtMZ0JlaZ\ngffOCz3y07s/0mRdukJGU6hs2C2HOcfCtudiTCe5uNQDYTaH2tB15h33o4Kd\nQoLvdLc267xiQPYwLH2PZA/yijKhJqdCyUFVqU9WlaPsWrsp2WOWLa1ebFBf\ncCauufjHLynWFm4Kcp1nmQvW5JrD/9H56gtzLOmx3LDZRXNNs50eujjsmO0o\nrAN62/it/wVD5KGMvAtY5OMnxpGMVsxxhqvpxUpejX0goHvoNCXzDMqEpy42\nxe9fLzQmcc/4GFkTa+ShXX26lu/ruW5Co17ag1fcvxXcPSRDlqeCdahEkV8D\nPGPoVt+3YpI/eUV/3O6T6rnF7klPOuGcz7yYm4JAZVEvRxe4phQ3R+8ePJXe\neKqewfgxB2wrcuSH8kYBVjpJgYsMwdEPFuLCjEYXTNXOg+jN9GB9EoG3szMs\nwAELRnf8G6mBwjQ9OhHotRwPXoRv8rinfuRNclZo9EfiY6aMzWG3JW4SxlPb\npr/xVQZTHF778MIGD5djq0IgNasVsM8dHScuqySkZXgHJeWtgi8OG0D/Dihx\nBt6Q36kzwT9Q2oZWzzVVmpGKperfhKv33rPBNbu5JvqXY2yndauZDqLDR6R/\nXGZh\r\n=zuKA\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.e04b7452b_1643133333750_0.9108540394891056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T17:58:31.210Z","contributors":[]},"0.12.5-canary.e80d18d65":{"name":"@firebase/database","version":"0.12.5-canary.e80d18d65","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e80d18d65","@firebase/util":"1.4.3-canary.e80d18d65","@firebase/component":"0.5.10-canary.e80d18d65","@firebase/auth-interop-types":"0.1.6-canary.e80d18d65","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.e80d18d65","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.e80d18d65","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-+dj9cXP0dmZMPPTcochmSUdFaAHzvTTT5ptCX1OgW6T/EWl6uhm658V0GnvTfiSt3s6LzPqiWWsuhPalFa8wvw==","shasum":"770aa85ba9269847d37bcf52543a68d7dd619c2d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.e80d18d65.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8D68CRA9TVsSAnZWagAAalgP/1Yrzi/YgeF0whVjQdVm\n60qD/geMKQLMFmLNqgNrsvCxTq92bIDtIerFN7Sm9PNBS9ltuueuahngFhYz\nVp/9HJ351HoqW2PZO/YQF2cR9AJPJzU3Y7AdFuMhgaXxko2euzALXBNfOmfs\nai56BlWaCzUggAm90XT030YeqovyYoVtap8bI0OEsG60EpHn13rce592FCZy\nSzSbDsIPNt/AwwYxNlNe6RyaS85KaUct5NfzhatcxouKnoWjBMiKj0d5fPRx\nRD9g5pP3yVCzPNMEc3DRMM2cw4AOs0MD9AkbZz36C19B/xsXXstFJgQaHq8E\nGwQ8sObSmsNwLwFup8C6UChKSPGEZHr3xxIZ57V0XCH+avkg4aRCB31l1+AO\njTMp9Jb+C1drrT18mf2U8s2AOf7e5yO5q32i/pSx4BkPOKFPmIQdHcNDNvnz\nsz0dAGYm0awL+9RDa/l2rxFsL5wnoyVYTbOE4YK48J2YswaznQtOYhorD/aL\nIW1qGb5SkdOkyyQeds1nvT/iMupp+1lTYz6WDqhO2s37DQ4iW4bCC/1N83RD\nlDttZ2qUMV5rdoNRmZ9+panA4VSTUc5LVjuyFhYLX7KmI24dCHpATJcOgeXh\nxwSq1m67tPcq7iX871c3VkRfs9t7Xfk5KZ+T+JczEPjb2Mgv/0FElH2vYP1z\n/Noi\r\n=KzEI\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.e80d18d65_1643134652467_0.6843075702029267"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T18:19:50.970Z","contributors":[]},"0.12.5-canary.2820674b8":{"name":"@firebase/database","version":"0.12.5-canary.2820674b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.2820674b8","@firebase/util":"1.4.3-canary.2820674b8","@firebase/component":"0.5.10-canary.2820674b8","@firebase/auth-interop-types":"0.1.6-canary.2820674b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.2820674b8","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.2820674b8","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-5nXnUQpWKqvCnoHMTQ0j6HQ0U37jY1cyGLw6dUICAddxmFIRiXeYK7nne+iuWhpnnUVhXLsYwC20gIxLBjRtLw==","shasum":"20602ef8b8246f7e2482f2b116307204230316f5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.2820674b8.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8EgxCRA9TVsSAnZWagAAYg0P+wUeHovCOnGpzFjBuHCe\nBctXXTjRUuUh5+rtBKSjk6UZv4IU+melAs1RqDziiqPcjZbWv1Dk/oa1rWSo\nVa6yvCPF7OHeFZ5s47o3+f+TJrRIfwObp8SrpztplwdrBLMUKTDHBb07BG4Z\n9GE00UuvgilQVz1Vmfxyq43qYv8LpObSID6JL1wiRLEWYTCUEJjLxdtLERCV\n4GzDhiOb2DCKx/xFFXVBvKTitovvx+lB4sf8zlkxi6GIo0+Cv9bzqeZNeyzJ\nYHoIZkBRbntGaZeOmb02k19rGBkIgrzTPPvDlLeUmMJSOMu58Z+uUuMiqQ6v\nQlHncU0YFu1O1X2pdsjrC1bo6yn6oc7ScOLlXPoNmtYexi2gsSBHT8TbdtVu\nX39358Qve5KOf8VmaK9YSr1YaYa2tYnmkFDeWvCLPuQqrZnU/8+lRrV9ERJU\nKzlqfAB0atVFeQgtDnX7a+G9oRh8riON9wQ0VDD/d7gzSfWIFrqYwinFr4sZ\nUOpHOmT2m47GrcBNQdZGsALHVcjHpXpzmKvTHa8jO3CMGXlLsXvEyQmXNE0S\nWUFRG+cJaKvIZM8kQzbSJ97gEhx9Ruq5YxxrMjteR0BDLA7kll9MY4Pt89M5\nvD8bRb1C73n1ACI8Iee+2qNHKhAGKG0Au03NOF8535MRv6yblByFBJF6j9Av\n8oMY\r\n=+Z0K\r\n-----END PGP SIGNATURE-----\r\n","size":1678383},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.2820674b8_1643137073555_0.12547093848586743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T18:58:26.497Z","contributors":[]},"0.12.5-canary.e28b0e413":{"name":"@firebase/database","version":"0.12.5-canary.e28b0e413","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e28b0e413","@firebase/util":"1.4.3-canary.e28b0e413","@firebase/component":"0.5.10-canary.e28b0e413","@firebase/auth-interop-types":"0.1.6-canary.e28b0e413","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.14-canary.e28b0e413","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.e28b0e413","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-W0INbkoCobnKOczHtUsCXRK1YGRGsUQItLQ478FiLlHm98RiBUOUrsxl6AD+ZwpR+dv9HYWT6D23SCIM3XHhKw==","shasum":"12cf195f4c3512643d33ceaea6700c2ff3e20f87","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.e28b0e413.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8Z8SCRA9TVsSAnZWagAAdccP/09J8uRag/sJ5mX5nyIU\nbaoUnlWtSjqHpTPNvCr7aS089yZtXsAFwF2ktXcQjC09KLOSh9XDOcEt9nj+\neq+/VrTTenZtTGYSI/1t0r4d6nc3SyqaS1/CBujRcvFtA2TvDjbYrwnEHcDK\nTvb4gbfpZzzN7bMZ5tGx88Etn/vOxeQvqVfW/mFtzNWaJCfY31jRV+U9a/De\nyOJkxK2si/JNVdyEJgj2Xs0SmxtLeUK1N/jOQMAwSZ7GIe+cZaT7Zai+UJ+p\nIXS6Y8E8Jg9nA4kZlMqvKhGxVMHscWuf67LlH4GU2xEOTPhs+Yo5tzwL1EAu\nEcB9ypBy7qpXpDxgGs556yBVlk8K0XsRC2oN0lDHGgEWp/Uq92BkkFf3WiNI\nNsz7gGxL4LlbZlwN3ZzV9zzOVRFQlJsuDgYgQrny3ZWHJjTx+06gsahPCjGF\nrBvqNSsWsDRX1+Bedp0SUG+iBlJWcAR0TIkv810wt0aVqA/9UAHQCm8SKCn+\nCBKlBBr8cOM9oilcqQqEQR3dvgSXz3KjL10BO5093dMVxS0YxzFtM1k/0O0d\n6rAXieXHBKZyk60mOq4YspVuIzpie9kQaqYktHFArOoiAtynJHfEljKMf6sF\niNh9bRTh99xS2mu+q5R9qSHLJvJLrQNPQg8SU5SfdI/hBnCbdAnWSYSOqjhs\neIJB\r\n=Oz4M\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.e28b0e413_1643224850235_0.5560534179930778"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-26T19:21:20.746Z","contributors":[]},"0.12.5-canary.e9619685b":{"name":"@firebase/database","version":"0.12.5-canary.e9619685b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e9619685b","@firebase/util":"1.4.3-canary.e9619685b","@firebase/component":"0.5.10-canary.e9619685b","@firebase/auth-interop-types":"0.1.6-canary.e9619685b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.e9619685b","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.e9619685b","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-tM/YAtbPU0WBbDJhJEoRzx2c1F0dm1m+bvBRVO6yDePAeM4M8vyU98Y5IxnptC2esyecMWVLFPSX0xCRcZtaEA==","shasum":"63c93c4c14ab4d28df39c1f2bcd7fda5bc4d8c00","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.e9619685b.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBB1zCRA9TVsSAnZWagAA7AYP+wd/WgNbN3cWOuY/8eao\nduCr8EMgtQIdD7wtFFF9SEt3QoIn6Gi4McNp8iGyYtWPjpBvrS/LPDJvreSw\nIA8WOU0tk1Y/qO8h3hXLktRzJbG8KWB7/nISXgG8gE65WHJuuzDyU82+KD7M\nIPvaJapxjBok38LWszlObUgYUwg3wOFHhvgDg5kjAiFo1SZk1M4rNxO/sv7t\nxEGTY2IOREUXEXd/6AwiMgzWCkoPsBkVUIVtmFzsbtUupoo7c8oKaaNIgHhV\n5xDX3tB8ZjhEeNfomAljjGcOfzO1yn6NIKETVO6tzWcMYNmYzjytViZxdaxE\n7cwmWHNseutWicMJS5dF7L9bvQHMS44GP77QXD8KTz+1CgpReANGnTpPCN5S\nvgLRnIa1ue0UttHYxyX0UF0gSLzf1P1kcVm0ocmaBUVrBgS06cDFODm9tzKv\nYD7afr9geAIzwXbAIKoUGeXnlp8wQ77zU49ev6vA9uBWPzgcMN8AxCQh8Rf6\nGd85pxgXqS7f7nQu6hiPDZ9PWeY6kwCBWf2sjoXftnVN+nAP5H4I/vvkVFit\nCaMykq/pcRo+lhbjgFk/Gkf+dvWplnpCvpurDMinDEOq/BSiW2qUWCLm8Q5h\neYOVXQaVXw8uWS8VIoQWbyZDTidcXZ+k5ujBIErKzrPWMcRUV7XMLOwxyWso\nv1dg\r\n=HV1A\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.e9619685b_1644436851380_0.3440693553516385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-09T20:01:22.814Z","contributors":[]},"0.12.5-canary.f5ac47fb1":{"name":"@firebase/database","version":"0.12.5-canary.f5ac47fb1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.f5ac47fb1","@firebase/util":"1.4.3-canary.f5ac47fb1","@firebase/component":"0.5.10-canary.f5ac47fb1","@firebase/auth-interop-types":"0.1.6-canary.f5ac47fb1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.f5ac47fb1","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.f5ac47fb1","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-1es2Ldt3Wx+yWwPwbQx/bNhQeI3P+BRMCfz16cDaaqYcav8km2TD9SMnBU3oOCdfwf9MCW/1b0m8JyTpcQPmQQ==","shasum":"14df355d0e0afa97143ed178c6dc6513cdb8a68c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.f5ac47fb1.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBB6zCRA9TVsSAnZWagAABa0QAJwWHWANJtGy5YTqtqgK\n0pd+vPj2UnQNjgvlNakiBvJlZubV81Og8es/UXFTPEZTnRxkC6ow99fhd+PM\nrExyqvcMPLI1l2HTIo58maIgNmSOCkllShQKTHEg1Sm1LtJW/2eXRFPdrHHW\nuNqYzUjVxpcsKV2nzEXpBRTLGt584vv9Q3DsKtTuol8znfa8F5vkPRPejV00\n8heErlqQqRrG6xtlRJu677zWCYXYhzclaxYnndgV4JkJcdaNvrFtze4YGMct\nxh/TI4/AwZF1JNpj/qPEYkfK0fP+7my1fbdxBlVPy222mnDt0m8LzWFlP332\n8g4VLtE3DIxllzNr/fov6yU4XG/nvlcP6F0PG31ncWe0g/ZtGRGyqQRepK88\nULpzxRWwNiJk3g2q18kzC88vzecSivvPxHa+gCGaqpqoZTb2PBanhoS8+i/S\nAeTYsyf+6jBSR9xdnJoGllkr4YlvOK3NW3+riZuLgnS1r9on0ynMxjMyfkNR\nA15GNtUtit3qb38/HNlNKO7rhJ4FrHB95S2NJvqqywd4dqFtGZHLzriqsJ+6\n5LMvY7eEbIZJDbdwReVRJWPWg8zXmv2XbaY1ymEIVQq1Qrot3EFECR84KJ9k\nNI8vMlRf8sz7YM1jvQ4+Mufb5GRpTOzpm69AsmsPZE66IPk4LZ/G7SX1RjlX\n9N+C\r\n=+sFO\r\n-----END PGP SIGNATURE-----\r\n","size":1678376},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.f5ac47fb1_1644437171485_0.15222860067401056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-09T20:06:53.776Z","contributors":[]},"0.12.5-canary.6c8eabfc5":{"name":"@firebase/database","version":"0.12.5-canary.6c8eabfc5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.6c8eabfc5","@firebase/util":"1.4.3-canary.6c8eabfc5","@firebase/component":"0.5.10-canary.6c8eabfc5","@firebase/auth-interop-types":"0.1.6-canary.6c8eabfc5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.6c8eabfc5","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.6c8eabfc5","_nodeVersion":"14.18.3","_npmVersion":"6.14.15","dist":{"integrity":"sha512-3BjFfYmNtn8peZ0AZ19aqVKrFQSRPOUbimsWSHCVsnE8teYGSC7RcyUDThuC7Ep0+kUszFgHAeiXY+aZKglzkg==","shasum":"6c36050faf8bd20cd695e3fcc12fd13a98049da3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.6c8eabfc5.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBFsICRA9TVsSAnZWagAAITUP/jFem55GdOsPSPLp1xTz\nKRgOieoyKB3dI2DLMCXofujNlXCbuB2g1k6jPPfchP9huE2lQneMIsFd7tfb\n1wNcM0p6zSxN5kUZeIYFBiv9dgfUtHqpyh8ccamU8gLi0yZcvheuU2y/i7Ep\nIjsdbIcMRA8yz5oddLUjOiuHJBtlsX0sIRT2mBrx/p63EQIqRE2wGreistAI\nBqqyV12TpoATOYzYqm+7lNLoff+PQPtEqt4CjBntXR8RLsJwjIBSVaGwwpMW\nip0/uv3B65rIQu/Wee7YHBTGv25W5NkzoTIVBZLfmfVwmIbZmBATERGiU2LF\nSaz47/m+eZeYFPe7/5jfIKbJGQwmeS+85DxlnoY5XAzZWHXgeFmAMu2JygFX\n2EMH19gWi9bwCFKXxSMdkW0o78C9jVU+gdk2wVWrKDpTijGt3KX7KNEejbk4\nnX4ImkFMTNsYrRdRiMvQWJKV0mMbp9dYHaTrZ9dcv4tGzN87BQYy+/m3c23J\ncyUw4hCpQ99MdRL08M3t2eTjy5exwZY92j7JijUBCFon+CvwOMCMUho4QS6+\n2cb3VsjmX7xZhv76X3kK1rLBn/h6nTg+ztqoHioq/faIX7f9A73hea4BmM0T\nk91BuDiRVVQccE8TiCXc5ZHLAiuxADy3Rr8L6Fj5a9xHm+YeUUq/Z18pCNjg\neeSa\r\n=K/Qw\r\n-----END PGP SIGNATURE-----\r\n","size":1678375},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.6c8eabfc5_1644452616538_0.5466456155480992"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T00:24:07.618Z","contributors":[]},"0.12.5-canary.434d87ee2":{"name":"@firebase/database","version":"0.12.5-canary.434d87ee2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.434d87ee2","@firebase/util":"1.4.3-canary.434d87ee2","@firebase/component":"0.5.10-canary.434d87ee2","@firebase/auth-interop-types":"0.1.6-canary.434d87ee2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.434d87ee2","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.434d87ee2","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-13p3HEahetKJrFJ++ZO81sPQp9T0dSanBQxR/nMnyVON9blhSkU9L+j3BiRqZ1OVWWOwuHUCdqZ+W8Oez/IjCg==","shasum":"60efda38ab6e2c8153e409b7dbf2b2e612f569be","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.434d87ee2.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBUKOCRA9TVsSAnZWagAA+S0QAKTWLHoScWkcI70HHV8Z\nj4PxlnGITHZFOnzDk5uUUW4dUm1AVlSxCnugVVIN1lR3THmmMFoIY3PgaND5\nmwbBuMrktXwpkSlhvEG9lJdLol2WgjHiEFUE531z+9sZknjTKdt6OLBDY7Rs\nMnv9qUg861MhnLw1RsxOjxwHhg4c1j9ax63hYe/R4oKX2K6839gd8O3v6KeV\nA/hVL+VqesJUtWNKkM3v3TiK+Rk0nN98U4yGrMrZtlKsZUnRZ/s3v7aPHRSQ\n6aOpbLnOMF6lkqXZL4nzkzktRiFNRFRDuH6Xxqc4nUjX8Ff5sHru2iKeQKPC\nzjs6cfFRlzw0ezYxH2DtzDg4ZlHjUmUTHb0TMZvHocZYtiviOiE3OgCtVV4v\nWEXTOKMJMhPQ/eTlIYf2Uq1EnQ99gZcdltX2jNAGvjEHGadG90QKi3CL7kM9\nOOZeQJ+MkMAdDTro2Hou/6aGKaGg2xTX5zkPilnbvuDYlo3OJ9kINHwkclvc\nUg7gF6upiariSIWPlnpIUX5euIJ+RHLJ9HZOdagBqlYrntHmBq61CO9lvqkD\nwIk88/iUhIDEi8Ha4F+UO/QmWn8nfkPwpZ4E/4os5+xieSF45YtebNTwoh5X\nle6porVAXUVz3N+up5awT83mdwx9HP0NYLZhIu9WsLicutTdin2rJv4qsK3S\nKVQT\r\n=GEWQ\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.434d87ee2_1644511886075_0.20950267526161515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T16:52:24.043Z","contributors":[]},"0.12.5-canary.3fe2c4a03":{"name":"@firebase/database","version":"0.12.5-canary.3fe2c4a03","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3fe2c4a03","@firebase/util":"1.4.3-canary.3fe2c4a03","@firebase/component":"0.5.10-canary.3fe2c4a03","@firebase/auth-interop-types":"0.1.6-canary.3fe2c4a03","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.3fe2c4a03","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.3fe2c4a03","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-x7yImE49HznWRuK9fd4HjnT1Z10Vs0pgORYlQUbOt7p6w811TE+Ew0qogzwnbC3pudHfjDs+Tpv7BAqJW8pTwg==","shasum":"11845ba4d604387dbb641c48c0f8c1cff0774895","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.3fe2c4a03.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBWamCRA9TVsSAnZWagAAfusP/16kNQem2m++xleTmmWS\n8FijWrRxM1ocf4gpUo/bjqTNCgdCa2eznXMVP7/gWm1weP4ZzB71ThhTwSdQ\nmCv1YEYw8/VdZuaS1X1QY1Svc3PQRMPr2HAEPUwPp22A/2HpNf7aUw2pKF8g\n47KiV/00OwmvP9FqW2Y55HccDUBqk20OL0GLV4/awykUHaXBoxI3+J7lAuV0\nyiLz/1VHjU6sU8vJk8hvhT9lHO5D+cVZ9oB4Hk1VYeEFWCHnGwI+yr/2Yj2X\n1nUe2aIN2YFmEB3Kbt3nnGLA1JHcZ6cXPJ8xRktVtUBO86zdl7rEC4cIQgjz\nA89k5A7HW9Vv0XBjBdbo0HIuSq4VPXqwK+jOG6+GsX80IzXiLav3GZYM5dRJ\nlT93zSECN4SOylxUMdGIwS2kM2mOTd0/edD+WpktOMTKyOPy5O9RkwzRBbrb\nv5U4Q2RWM80mOR7yb0dj52/cDRb29Y0CxM+lkwaxJoOW7vlmusKGhAhb+L/B\nDKFekx0LT+QIwu+NQi8v+sUx8Sn+/6ZT4lY19yTGBP/4q963Np8JhaokzlYw\nbBmApTD6RJIaVw0HwEDjs6/m0O3Ejl6j2XZSApAmcHgcJIlos6bGCUqXJCCO\nK6deNFqhkwKWtTdpuWE9PE+RGeXzqmjuGuO2RtkMecKBW1z+sLY2Y018U1Vk\nUrLT\r\n=U/oA\r\n-----END PGP SIGNATURE-----\r\n","size":1678376},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.3fe2c4a03_1644521126043_0.02494868624967106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T19:25:54.783Z","contributors":[]},"0.12.5-canary.eaa517069":{"name":"@firebase/database","version":"0.12.5-canary.eaa517069","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.eaa517069","@firebase/util":"1.4.3-canary.eaa517069","@firebase/component":"0.5.10-canary.eaa517069","@firebase/auth-interop-types":"0.1.6-canary.eaa517069","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.eaa517069","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.eaa517069","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-5LLUxfx7gJcYvt4j1i5WwZf+ytHwSXZwqMCLimBWsy9uXHU4GRfMxmNX2bTTyi17bWLSF9eQTs2Ejp/eXn+51A==","shasum":"4ff5a3425a56b50f83726299217b6c7912b675d7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.eaa517069.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBYAACRA9TVsSAnZWagAApl0P/jwWsaVzPxiHZvhAFrkI\n0r6H0m0c6MQN1srCRAiA+kgBu7EB/y62zYd7x9Wb5a3424gGSrWKFNnXU+5Y\nzzxn+DQNP+NG0HxPykacZkfTdM0+MKpNtb5wO4o8zmSFZJoP+2peL5CWhUGh\n9IlpoOyBzPX/5UJ8C58+5ybwX45Dw+jqATOJ7RU4Toq9HsMlVgnSAdDqviIF\nrWKo5ziXy81Oa3EozWzeThNcUDoLiA5KPQoV2T5OlcGdTDr5TDt1khioVdEL\nXedYdNnswud5wp6yiUWEZDuGHEnGAneLsSlw+nBjqzJ+yXtGtd4UGn1FVF7H\n9baHHIKjVRKOkyom7fB30uDhMadbDxFcom28QsaZO+jVnxcriRppRcoMNzG3\nwOdTZ+CSb3oPbTQgM07bSRCJlEsbeWa+vbPXI0tX5LqKyGoPCxLwV3FBbZWr\ncFQQX3BFUdbLosxXZNpefYpd1wOkNo0e0l83Lcb9qz5abCXV6G1xcjdjxZYO\n7+UtOecTIWj/Ltp2AXSEkqLVV74jJ6aRWrIevhDjvblZm6exxKeHZo9cyEHL\nJAb1vueB4NQBvz29VJ6lgg3hA/ZYXx8faITbqNJmmqOaeotiZ54e+lWOxj6E\n7XwdYN+bzA069YrFUI0H5TUp9rnPaXhkqzT7upKZn5rHQ94VhtlTqodK7Bb9\nW9nz\r\n=ZTsw\r\n-----END PGP SIGNATURE-----\r\n","size":1678377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.eaa517069_1644527616422_0.9104490934568723"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T21:14:08.842Z","contributors":[]},"0.12.5-canary.c1b9cf120":{"name":"@firebase/database","version":"0.12.5-canary.c1b9cf120","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c1b9cf120","@firebase/util":"1.4.3-canary.c1b9cf120","@firebase/component":"0.5.10-canary.c1b9cf120","@firebase/auth-interop-types":"0.1.6-canary.c1b9cf120","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.c1b9cf120","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.c1b9cf120","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-NVqd3Oyv/XGsgEG0Uef400TnyxOF06l5AH82Nez80jBq8SCM73x+9uft9XWdz77MSRnW3zI4hWdYnR42p+RTSA==","shasum":"9d2904be9429d58d5bf402bfb09d15b5d7f8be43","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.c1b9cf120.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBYA8CRA9TVsSAnZWagAAE/0QAJ9E5ipOsfz0psoWvBT2\n914X/1u14rRUDvHWL4m0mF45eBWssAWHTMNzeJwsMa4kZp/8jo4TY4E/gJmD\nvStzKLMYNfPrKFoB/S4gIDriGsoNGe+FX1vKtMUqVx/no8RhXgiXHN6tLGjc\ng5XA9Mvl5NMKAZSvIXJM1j2ypiw9Xpx5PrqFyFcqrfvHeqod8zbK/wlkjlQc\nKk6FlTkutFQq5UytBJSFEaEfss54tt8a8MQnBPEuNwHcWsdQ0vqDUuLgW/Dz\nIH9vR3k/zX93L0J/6cV2ucBPI7hF9AgleLYVviVScXeEgwmlkOCNgfLezN3k\nISOJAMKsp/IOPFS+9O/zL3VpWdj8XrnAx0iW5WO1Dtgvvku40jpl/ehji2aC\nESb6McmyzqAlluICbty2MlGapfnFC9TKLmCNt4y6XsJXJpkV8BQl12B5kaxw\nGNlq7F/uG6gZq9wdjT2l7/H8xG0ULSsHCxJAC7PFQSDz74bOrDFmOyqZPB20\nLpm37fN+XyDeey8mm6p7lGd5n4sy7I0r9ZsnxVlosMF6DpwCBj+9iGZ8pO1b\nLAvcnyoPzXX9qnLPbFygb9KN7HRIbjdy9bZIlwp6JdmUrpjrwEwovGww3pQG\nLDfNcN9HvG6idA60L13HDYWKu8x1JnHLS/TGiJp3lK4P3atf2yLGQ+vDf03n\nWRoK\r\n=mGge\r\n-----END PGP SIGNATURE-----\r\n","size":1678376},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.c1b9cf120_1644527676033_0.8088306571923785"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T21:15:11.145Z","contributors":[]},"0.12.5-canary.50de44c2e":{"name":"@firebase/database","version":"0.12.5-canary.50de44c2e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.50de44c2e","@firebase/util":"1.4.3-canary.50de44c2e","@firebase/component":"0.5.10-canary.50de44c2e","@firebase/auth-interop-types":"0.1.6-canary.50de44c2e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.50de44c2e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.50de44c2e","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-2xIYCet0Chs4QLEYYPy3Uw4FLWmsL/Bn9YtMLv6SB1TCFmppT4N/Y35xTwKLEfsPlOyZBQo4sD9InFeLnX5D4w==","shasum":"10f823855c88ee07bf15bd0f68e2f3452130baa4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.50de44c2e.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBtE4CRA9TVsSAnZWagAAYbgP/iT5ugSJtVk38It1/TU4\nburZ7MdAdnl+/1R1+5ORt4Zrj3MdQlfvZh9E1EzqEORtwRntMLXs+qOeiuOk\naQe8k5A3WhGw9RFNkj4e7+NeAJFMMc/8MdV6WU7kQkVLCKs33099vI27FM2Q\nw+Hyh1BUHuUqY3AyhyYpNo81YSDFion9ioeC7Qyr8BVM/t8HrtQ7amonm17V\nbmGWZZejJx/5V5DlBCbLBIuxQL7dHdITQR3FKL2esXMtWc4d+adtduZa2UzV\nmcNlaw1FPf+9DGC2Nl0OQX1ixYRnfT/YIzWZkNp3wn2PPDRqqhCLx61lt5Km\n/rRFcK7cXqfC33g8zNx4UQRlPRyodRZUDRq6OypY63ilRqJuu6J2X1hQggLm\n1QIIWziWB0BPW9rv9M8qPt+Ql79sUKPFMkttIYUcUgXZFYUhJm4AXKUJoHUe\n0dw8jftB54b4z3zbzWXn/yc42tM8SuYpVo+NaEHh7UAGgLUjflPg7cpX9xGO\n0xalmGyhztAlMM8h0pDt01rhpMUg1NQKUI1T82qiOk4/Qb1mpXsPMKc3DQm8\ny8jm6zY9RvYriEjZ6k6dLcR1P22O7EPEJbzEKuIR/6bmHyLkkKrI83FZzpjP\nNoIO03ySBveZjG9npcOhtRS486tWox94HBsYb51HwgTxZEjBa4p2rB6yol2U\n4xwk\r\n=V91J\r\n-----END PGP SIGNATURE-----\r\n","size":1678374},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.50de44c2e_1644613944211_0.5169444212432075"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-11T21:12:55.584Z","contributors":[]},"0.12.5-canary.bb8f37c3e":{"name":"@firebase/database","version":"0.12.5-canary.bb8f37c3e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.bb8f37c3e","@firebase/util":"1.4.3-canary.bb8f37c3e","@firebase/component":"0.5.10-canary.bb8f37c3e","@firebase/auth-interop-types":"0.1.6-canary.bb8f37c3e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.bb8f37c3e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.bb8f37c3e","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-GbITIweOlFlOIS8LKhUnVFm2u/vqEMbAf6Cu/KZfb0bedofwRr7jR1llBwTqpAc1qP1K4h+XJ1vW7Ew/oiTliQ==","shasum":"9da0df7af66362535bfbbbd418b1231ee39213a1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.bb8f37c3e.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBwTiCRA9TVsSAnZWagAAMOsP/0APqeTleQcGhffLhWvZ\nVAPtRQPyEgzIQkHgqR/5a8xLJHMyNi2j2ijVGDqfhUK+VFzQE48zUmfvrbRf\nQL/Qryg0/wy5GfY5kZdro4oJyq5ilfZ9iGDt41AH6LNtYIkTZv7LxiNYSnjD\ngJkfUTjeJGRuToQpiNlSHH5j3Fri4tReyC5sXX+f9ca64DAdapefpOnbVjz6\nofJe4KvKtPcrBKr8U+IUzpGPkdi7Ylt4fzQqmqckyCqHoXMLoo1CYGTEBoZv\nGzbCtgfnX26Iein5VpdOyEPTDm/Tsx+8aC3dv+H3s0R30Q4NkUfasO/iTfri\nBVZw8rLp/1zQ4DQVNGxuMo4P8XkQleQ/TiNKRPUE1dFatqxOiaD7YTx3k30S\n8irB75xGcsqH6GRDdKYioRZWvmwQ8Bna2MINVpj3yk8KnxOLtD227fqtCyMy\n0UoNzNk4X2RqpG/PTetTE5pQNIU8MaZ6IxTI3YFIxF8RjxfsoAL/rOmAk2a8\nEO38NNyHgzZorFc4KaTxnqVFrkFCHdaebmykIHr/pK3qGRK3NjYl1+gYdVMc\nGoxfag7Ph8gna97qWZfysoXEph0ZOaEiz0tCzBRsXPdJ0CyW9ujlRqBGjXmN\ntH14CohgVGv4KFNXrviHqhZ/JhsUOxYb1AN1h+UoWZglZbKEVREaXL3zyT7u\nqNYO\r\n=n0s9\r\n-----END PGP SIGNATURE-----\r\n","size":1678374},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.bb8f37c3e_1644627169829_0.45867899465285955"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-12T00:53:19.829Z","contributors":[]},"0.12.5-canary.3e9f3e253":{"name":"@firebase/database","version":"0.12.5-canary.3e9f3e253","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3e9f3e253","@firebase/util":"1.4.3-canary.3e9f3e253","@firebase/component":"0.5.10-canary.3e9f3e253","@firebase/auth-interop-types":"0.1.6-canary.3e9f3e253","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.3e9f3e253","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.3e9f3e253","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-3ctUXug4FMpnSOm6uyFcUyel7lIaV9NTywh60mINn+zbzjZUq287HZS6Jq7vUzLjiOS5QOxZHDOteuhXSu5tKw==","shasum":"454dcdda02682fadca4a93b837a4520faa6138a3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.3e9f3e253.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiB0zNCRA9TVsSAnZWagAAQ0oQAJy6sFSkU+n1MPB1rCpR\n0FTtXDNKdkixOTpu8paciAMke+BUuZnakoKeod+l7zA+UzY+AN1y5Q/KCeJK\nwwAc5T8ZLaXgOcUkMbtVIkPot5ZbVhuGvDzb2trcVS5YK32pjrwYKYmsGGFQ\ny/d5h/lSkaOW3Jms9orFy7uKf8o+xwu1UafUOB6HHaJTuLjXedtrIQgypZqW\naxnd4HX5OAZwoA8JGhzMFluJvna6Rg/ntdyD3QTkuZW+LTA78tMPVKKjAiHW\nuTs0a6zrD2s3LtWG4xAqBqIptQrLpaSfqyxM7lfvXc2eKU7rD9kopFnl2kpP\n0DYPqcTVtBFEQ8YOU0CrTrRt8JXNrTe8yA4rhatytfFzyZ//Q9pICMhsY3dQ\nUlAn+6qnCmbpIckmYgxAZSJ2STY4RlRU/B+CygBF/pAYuCQNHr2tpKTd/ALA\ntbIadFTDwkFkJ98HTpFmuWWTTTw0tFXc6P8ZaLVTUID2bWXnAVL5XmH2ms2P\nb4WilqFl0pJfRJrXiUS+CZAFxyVgWTCQlWfXuL1h0Zt+cJVw6KQDDSFTEq23\nBwxUFijljP7WfUZrd++XxG/CZUuiAyma6pbkweKDiChFDhKbiFUzdDSoErHn\nplxvh+1YKMpiA+/7H0pcf2u3mynQojMipwIZYIkaMzWf9ekZN0iNfJhpkDMn\nU1FX\r\n=5S8C\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.3e9f3e253_1644645581709_0.16888075876483555"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-12T06:00:11.863Z","contributors":[]},"0.12.5-canary.ea9895797":{"name":"@firebase/database","version":"0.12.5-canary.ea9895797","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.ea9895797","@firebase/util":"1.4.3-canary.ea9895797","@firebase/component":"0.5.10-canary.ea9895797","@firebase/auth-interop-types":"0.1.6-canary.ea9895797","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.ea9895797","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.ea9895797","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Mrr6D5QjU9tTbRMciR2iyw8BvK78NvjuRriCDMFfXojFlHd1iE+pSPZXoLCaM3L4s/8nh3sgjuX0UwOjSv0pMw==","shasum":"8e6e16e668a2b3c88ef8a61b56944929c20a04c2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.ea9895797.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiCwmkCRA9TVsSAnZWagAAuI4P/Ro6cCVX/fUr8S5BS4fq\nMbYnD73G3wazpmU8+V+c128ZTXYwrqZ7ATtvzcDZlRrE7ebTVHnYaFfTjpjv\nY04mkjXwEZ2MeCcjxySJfPNeLLUjbFLUp4kkzG4tlJHIrN2kXRUIsRsT/plP\n0NvueSbD3Emc154KhiEltDyQoHwZ15FqsyfmFAt5n7EVp7EmimOnjANSNS2K\noQbMrMwZZLT2itoGGiQcQYfXq8/3QkB+gxzyZe5UV17032coSl256/WzIRBY\n79RSKTqTFLCKU76G7n13knRaGubHmVR41QbWHL/r6CdgBe2r+K8U9mS8CTd7\nUKqWLmHOUg7k27ScpdApo8MgOCVWFeNhPWehjk1BY8AwpBUBbTjpcqegKfkz\nRYKpvDQ/nk2jEW5K4ulBv3zgMW1klkPv50DYYvtd2TF2/R48ddLo9bqrNR3Z\nqfPeXWQCuFV9ae68BDQTYRW79q5PxYEnvvGMItajsEiFOqop0ZoaHo2KPfsU\nKpQYu1Oh+1VWWhX2LS7oPq+Q6g3J4QR0j3Kg1NcbomXroe5anNCfo20NepNg\nURQumvrJAejr+4SYrem2p/p6Tzd8EsO4wEgiuDKTMXiJ4TV0VkGCu/vhCR/2\nWUCFj3IC4j2wADLKhrFy3n1VFoIECk+jP4tGw7RMfwROIqitXZMbhSs7tRe3\nUB8Y\r\n=RViI\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.ea9895797_1644890532628_0.18124988285886534"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-15T02:02:41.715Z","contributors":[]},"0.12.5-canary.05a6aff7e":{"name":"@firebase/database","version":"0.12.5-canary.05a6aff7e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.05a6aff7e","@firebase/util":"1.4.3-canary.05a6aff7e","@firebase/component":"0.5.10-canary.05a6aff7e","@firebase/auth-interop-types":"0.1.6-canary.05a6aff7e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.05a6aff7e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.05a6aff7e","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-z9+ZNSVZw0Xnm2j73zmLboI2qclUxAi7VyhaBrup7FY0o5bMzVMrjts+kqeaNA29hLdXxs3CrwBq1tAo850ssg==","shasum":"c4ed89ffa62884bbfd2fd876574b14f5e45df549","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.05a6aff7e.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC+LFCRA9TVsSAnZWagAAWGQP+wadTWABJXrXp2AXlZ5k\nJbm9YLIXldd6Nvj23xZAuu48Yqw9HLTO+IL4UowJHfn1QK3G0vdDb78U2Tp9\nU747leUZL4m0ITiK8uYUv6nAy1xsE6aj1v9EJdZwhN7ywet53hyA7BKOq4o0\npTGrqeNFj2qEwNyP0+ZQkYBtoO/MORjbchF+faxy1U4fKcINsCyv+JezlLV1\nyP147Y+aFI1lFrgSUy6kHu2fR4qa1SKSefEmIpt+Cyh8vSvk7LdJXrgnMJaH\n/XN4u2bABy6UMX7Q66IoSrz1WnmLcV22Fuq8QgYzpaqvWvv3VDDapvyZNaqh\nY2jksHi/F8eLMhkIYr1+MHxHFFMAoLl9TmozwTvCj/5U8loEptnd3GgO1I5x\nvrtUimJW8CdhVYe6fewFDI8VS80zw3rY24zKEHPW1fSkM8vULTEu0jg6KsPs\nC+HdHNT7aYhO23OM1qLKz5giZBiCMBn99PLeGSi6LD0K3+8QFAdl5n/lm5Ki\n/TY6u4CqtV67lBsx0f+5W3hGKo7PZTIN8vxnFa59a4f/UjO/DizsFM1oDwiO\n/WE3S8cWy2EMSII8Brzva5kMZqUQyYvGGnk3cpJpv/kFp0U2xzo8PB2B0Ca6\n5MIOKH5CPDmUm0zTnkL/CwVGHDWGMrdFOFu6E7yOHhWwUd+6z67czJEbEJmn\nO0ST\r\n=PCoT\r\n-----END PGP SIGNATURE-----\r\n","size":1678372},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.05a6aff7e_1644946117616_0.37681011698331135"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-15T17:29:06.303Z","contributors":[]},"0.12.5-canary.3a8d4c1d1":{"name":"@firebase/database","version":"0.12.5-canary.3a8d4c1d1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3a8d4c1d1","@firebase/util":"1.4.3-canary.3a8d4c1d1","@firebase/component":"0.5.10-canary.3a8d4c1d1","@firebase/auth-interop-types":"0.1.6-canary.3a8d4c1d1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.3a8d4c1d1","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.3a8d4c1d1","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-3+9ob+cxj2uJxQzUcgf3HOQosACFWsjx7WEHljGh5o6KQDjGs0/gYHrDptwyrWoJYk+QENCbnjitbtmUgfEELg==","shasum":"8f428e42b6ea91cb9166c4398f8ea852e4edccef","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.3a8d4c1d1.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiC+R4CRA9TVsSAnZWagAA73UP+QAc9FsTRBuZm/c4/rdw\n+6vahEcFbpFKYUaaiRiwPUeCNluysrjOkGayvBNDWvVuZwZ1tLzDc7ysJtxG\n9VJjMw/6Wsdl2m5gP/r6PiiDn3J7eeNMkYkXlrmXeKcKaEj8utzplCBckwxT\nQHwvSI4XMnjc9rzIZHdMXvxfAT25bOBGvrdf+qqk67rEQH/HnwmBzM9qxfQn\nmGQ/irXjSYiPjdsdoqEWSSpwb5mVV1OcVY+aWjLhy19MHIZ8YeNOJ5pHzB9y\n2/VkZd82n5d9kFh5NS2vGIWaGQQrf6gX2cO2CjIcl/fRnhp2mHoS606a7Vvh\nliaWdrQgwzjHhyFD9eTEJ+VG7biZ4smG9bYtKmX0N1mV8avECaGWrlNSHpuy\nmq3AKNSOe2+WtQRUcaQ+0aEZlJitf1bmnb6S0OZsuDe12MJxu7/L0Lpfn7Ez\nkU4RDe1yjDVyOEzHu4J1omdTU353MRaxnYC/UJ7IKkOUxqET1psNm/0FccPj\n0SAtT9nc2azpz8HH/9GZMugzZEN49owc2KsM14vAoCXmI2NYYDXYMtOvRXZJ\nMrRZHstgC+FwhKaYDd1QlHGD89egHu4ditQDffKm2oZSNaoEhV8rAZxSmp6e\nFmR6cYeYbsBk2Q1PsluKAUtdAsd94gzJrFCOCsl3rAxso7Jm7hh0COobi7bz\nFUdB\r\n=F5cC\r\n-----END PGP SIGNATURE-----\r\n","size":1678376},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.3a8d4c1d1_1644946552737_0.9998186354696041"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-15T17:36:32.683Z","contributors":[]},"0.12.5-canary.307d019c7":{"name":"@firebase/database","version":"0.12.5-canary.307d019c7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.307d019c7","@firebase/util":"1.4.3-canary.307d019c7","@firebase/component":"0.5.10-canary.307d019c7","@firebase/auth-interop-types":"0.1.6-canary.307d019c7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.307d019c7","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.307d019c7","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-5fY29xrwrHa2GMId8CLW+u8wt0SCc1vgfSWP9mWPHi+YKbdwdPNKA6mb8MzswC8AbHMuHlCuzcasVZzmXpO4sQ==","shasum":"e2a081356c815913f6656292817b2b8413bec1c9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.307d019c7.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiDTumCRA9TVsSAnZWagAAMggQAJLW1o9+0+Ccl3yH40xC\n01zCDp0XsFVBoHs5P2t9tjwCfF0i6uRl+XWYQ2KgA9+Ej9KJIOB9a5srGOmU\nlK1bG+vaNjJ6Vdvg3KPu7z1dPsItazQNyRRR77TtodfGu1lVVjPLFOjlwskz\nSPIT7ykgSLz2iN9/NMb6RknJCbTedipgcDVZGIVKfBj7Pr+8p+FrWf1eRxwQ\nDHZtwiNFG6VQcfpLh3NVvw4lnr07sblvI9pNPHKQMW/Nyhm92hUScapXEvyY\n9Q7PWuk+CWzYbAT4wUYuerS3Wr0za9whLOzPrb+2cc8NNx9RC98GRBfhw7Cv\nrHeVto7fUp0j1KA/N5/8iOjrcwHzZsPZdbsusjo0tY2MDjgVcCC5TyMqw8po\nDZ82/H11f50rS8RkhPfpxUtxdXPchEb8dVFlhQFuur3YkALpyDiMgSGMuovJ\ncd2fq1jJNAoyCrDkqiKRU+fW64ZpdDrsbWEOTRUynYyLWZyFwvxHlxWEp4P+\n16ceKIN1LeJk3ZzR71TWWf+Gu0Co4JF8n1Y4NdIyOQE8B8ujuFOi6oE6CKyc\n2ANI7u31PE86ljwaHeBOS4ZSQ5fpoeznBBVhoHoNWQAvBHJ8eOG2GH1KuAOV\ns74Sfg0+of+2nIk9BCm+vfEhrFZFcwNIvCSzSuwF5XPIzPiqV9tAjbvmhHH4\nAsyQ\r\n=V6QM\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.307d019c7_1645034406176_0.29193510798018596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-16T18:00:54.134Z","contributors":[]},"0.12.5-canary.c8907fa74":{"name":"@firebase/database","version":"0.12.5-canary.c8907fa74","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c8907fa74","@firebase/util":"1.4.3-canary.c8907fa74","@firebase/component":"0.5.10-canary.c8907fa74","@firebase/auth-interop-types":"0.1.6-canary.c8907fa74","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.16-canary.c8907fa74","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.c8907fa74","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-3RZkP/wzfIq4UX1grKDgvVLGgmAarA1wOBkR/5alZVkhOIoXZZi9GkQq2NYZRk8jKsPYPY4eS6MvnoOHsbIAdA==","shasum":"7b79e499a19a0151787350458bcca366c41423dd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.c8907fa74.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiD9S2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrByhAAhGECtBwi8AM9mKWlH3UtAmYt+FvCvXZLUdE9ssFo+XEP3JFf\r\nISxVXwzWqBgBvgYGjU6GDVjZZf96TUqwZqYsCDbB0gStzRNFb/8/I1EYxtg8\r\neC0nzBdC3IVTorisS9R6OEyo27YuON2ZmQzKlOye0XoF5CTBCTNLyhvUTs2a\r\nAAgEUnjb1J7ZdS/9uliBB+EZqom/6cRT655yxoF64FZfxVRi0PhP4Gg6m3H2\r\nIljnfxASe1pgVKY8I9my9IvWK/vjnW5lN+hH5be5aH8X8tWP6aaDB9EA8rZ4\r\npptxvlCE07qedhnloMnAzsjpMa1o/No2V67+Cs7JAB3pTYMDe/+CsJ+htWfJ\r\nLMCspKBxTivh7ETN1P7tH6OcPMIoXnI4rYXg0IaswJ0M2KPtfJMXJNGLqtQo\r\nw/qlrEAJQNYwDVycpkrdB+V86SGsBGYJ4h0/8WK8W0VgkapHB5MESZqLcF5n\r\nE5vsT01HqqhiN6BdNzV/Kbq3dZ4KB8wVbvcZQlQImuxRcTsbDcYla1Ve88FD\r\niBU6ZJR1J27FyV5JBEQjByaAI3qoPj/3CAGwcXrZqTbjcNy+HpWanU3gdMie\r\nJoXWj3Szc+lY2L7JP9kUoN7C2rkTg2QSSZb8kV7MbryHGi2oLdxV6IlJfs7G\r\nqfnCt+GO4llZvE+v0BwKlEIZMj5/k3nA9kg=\r\n=8zyh\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.c8907fa74_1645204662505_0.45059699612993387"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-18T17:18:14.730Z","contributors":[]},"0.12.5-canary.9fb82cba9":{"name":"@firebase/database","version":"0.12.5-canary.9fb82cba9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.9fb82cba9","@firebase/util":"1.4.3-canary.9fb82cba9","@firebase/component":"0.5.10-canary.9fb82cba9","@firebase/auth-interop-types":"0.1.6-canary.9fb82cba9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.9fb82cba9","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.9fb82cba9","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-pfdLWzg6ZwAu1FT/v6HWgc0Ha+caDzo0NE9Rtq4u4HMAgQu00tA4LROXYNVTjBeb4Ar/hV7SSgGZxFUaaShn4g==","shasum":"e211a71eae787e707b804fada105ce3509d027b2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.9fb82cba9.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiEEn+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1aRAAia50GEHV84nPEpOSTzO8DgjOm981w74tpZ0UcaY2fK1PGVzJ\r\nENL/uDYNztAjIKDlMFYzWehzhmamdocbnELwEoIuKGRVhUvzC4R9kWW2UTZm\r\nYJcDMiQvo71gd17n0PjEWKiyAhFyHUpKa0YwhDqhCmbkHo0RVUJGIEdeHzFd\r\n/ccwdXvLYyB4Byswx8KE9ZleVTLbDktY/xo4lhc5Qt7723MnahhykYWCp+cf\r\nVD1JgRuiSLZOp2GZoUEjov51a9iy1hxtJFdlcrq9FrUhe8H+4wkM78rbnk6f\r\nRKtiDv5Fsbl7p+MNEnqFq+A+uPA3ZCy8xuS846f7NAhzsY/TsX8sRhYbpZc5\r\nrvATBCs06xjhwvzWyVFETINO+ozinVi0wn6u9ahmFtgtcxM3L+c96Tx9iJsG\r\nzYxxExENZjKR1ZhpDIZBvJmZTKBogj5PUkfTiFVHuCAOFI5YhRQ4DSrs7/MM\r\nmZHE7gB7kaWDq8jn6G1GxSKJ1r7jhhpKuhTVmKFlNwiaEvuKA1C6v+LrWcsy\r\nkH1HbmyYf8S02q5CA96qoVlDJCL9u9GiE6RyyK0UAz4qnsjLOE5v2QBfqxi6\r\n7o13j1nRu2t40e/fJLCBZJQbmZxx4IEz12kRx3QbX/ib36rPm8yB/GOMRpAV\r\n5dlYtn7fwZl8VGnrJHw2oNulp3Zd/x+tRDk=\r\n=CfvV\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.9fb82cba9_1645234686349_0.20281372741170967"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-19T01:38:41.636Z","contributors":[]},"0.12.5-canary.13c08951a":{"name":"@firebase/database","version":"0.12.5-canary.13c08951a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.13c08951a","@firebase/util":"1.4.3-canary.13c08951a","@firebase/component":"0.5.10-canary.13c08951a","@firebase/auth-interop-types":"0.1.6-canary.13c08951a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.13c08951a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.13c08951a","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-UyISU0KMFS12NkwwiPHEIEi9EVCS3rnTeD6QS/aDZiFXiEU8q/q1ZPLRR6meBpCj3yCGZJIhn/CKnb5AcpX5Kg==","shasum":"4b58e066ed10fc5f565c6dba611a48ef02592c6f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.13c08951a.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFXOaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIXxAAhf0pDkEJQNctJwA7L4Vj7MdceoWCH07BhUTuRabqlsiM6twv\r\nqmqE6YVBguFoxoknHfdstdYWkmslAu6BoPDJtGeYXOdIBwyT+3W9otH3WpPZ\r\nUCwvQQgmRI3ITtsTUPQOe1BwT8nINLvpwbb8P6rXXiql0qpnSN7/PT2uOTQt\r\nDSeP02R74cazYb8dqsi+VVAhM1d8El6dHc4DKG34IEPdG+tI9ffVIAFnCRHK\r\njn+LWMYQeR/g0h8/R6PkNsm85Djn0SND5PHrzmnlnNiOesgJip1KbGaiKhFc\r\npm5Ai5lSEd6iL0uVOTuOnNpbjqe59gm11nFbetix/ytU4TIN4AjvjW8BaXew\r\n40g4uBNMwcrEQVispQuG+NdHBfq+H9uKkvjCUFHbNvexM5mlopbMyC3DdxvG\r\nmAXDMHwzunDsO3GJybjtezRnhnX9543hbvbK6ZoG5UE7h1oKe4qJmfjO/r1S\r\naSvAuuu1kSKY0iR4egZkZ1d7d6sl+ERcFwtUNeTubV7Os+5h3Az+44xo8zyo\r\n98OeiBAYA5FlBQNERTk8kfld42/yCuUsT45GVryDqrfUXhmfplfoG8x1O69Z\r\nWt3xXh59G+oXVmRKthfwHtaqIrazgIGblDgG4hltXF9AN2Q4hE8gQiakMTsp\r\nj+JNz44Fl4o+bM+nbO01wB+wWt20LVZboFQ=\r\n=Opsf\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.13c08951a_1645573018584_0.08193917552711105"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-22T23:37:25.398Z","contributors":[]},"0.12.5-canary.8ac8fb099":{"name":"@firebase/database","version":"0.12.5-canary.8ac8fb099","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.8ac8fb099","@firebase/util":"1.4.3-canary.8ac8fb099","@firebase/component":"0.5.10-canary.8ac8fb099","@firebase/auth-interop-types":"0.1.6-canary.8ac8fb099","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.8ac8fb099","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.8ac8fb099","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-kygpzVU/kH1oYT71xUgiuiaqtVRSiPKa4s51bTEZdex8bpsFCFn7qtJJ6vX1NNfXze3eJMjcUhu0nAXI7d9imw==","shasum":"8fb54ecaa73dffb19d9517c8f10a59c924b3a5d0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.8ac8fb099.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFwYjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSiw//U1V/HTAPReX+nhTQVPIAkuVUnBCnIxAhLHx3W8BlBpKcUm6T\r\nrP8kDqVCDqV4EGThdpeap4rHcZgJKoS4KgafbmG40Rpp3KewBf7mruZZhDky\r\naFYx209KqcHCORwkuBH53knGEfDD0OJ0qlO840g357t92Ae37fo6pNC/fKtx\r\noA2zl57aovtEIXz2D9KGlTnKsm4f0082JbJOTsP9HxSVAj375/hm7pzYpZFi\r\niRSA0S9SyUWeNCkpuHaLy1QQpN7GkdhpOaNpORvcEluCeS1QCG47P8FUh5Uh\r\n/Eus9RXXQlHJL7os4abj9b0YZcLVxtNTRpkcr/euNjaC56xLGTsnpPcTfrUb\r\ndBl2Hwvle5mEG0Q2CJNcC7T29qEMIptJ7JCBt94AUx3Z5++6w4eMX7R7e5rf\r\n8Rr0PNLqn3kGJN77ZwG1slJj4ZMZX7LVuAQmXYTaESKkzet3Pq6ZDafbwqFQ\r\nKqSYDzBGs7YU4kUk9kbKkbE0rdI+McQNuFFQu35dfagMkMdBJbfAEd/Af4lD\r\nN2PGUfgBPf8LA8Hx9o+zZd3lTJPZSHLziJpeB6EGHlf04iYAmDM/u0/lxHRk\r\nNy0mAdp9IduSx+zxqWa9wCfLUB4FTMmOVYlTWQUYxpMpJRuNF85o393KbfrH\r\nx05l/o4GNydjroQmudHAd8Xw9c3vF0xo6do=\r\n=mq0c\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.8ac8fb099_1645676067642_0.793191506651413"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T04:15:04.508Z","contributors":[]},"0.12.5-canary.091e8676f":{"name":"@firebase/database","version":"0.12.5-canary.091e8676f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.091e8676f","@firebase/util":"1.4.3-canary.091e8676f","@firebase/component":"0.5.10-canary.091e8676f","@firebase/auth-interop-types":"0.1.6-canary.091e8676f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.091e8676f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.091e8676f","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Fq8uS+fvpsPSue3Hav2Bh8JE/7uGFqIBLD2dLgpqNQIDz7KUf5JKji7FSk/i8j2EoIwTL7TJTSgdXmfMSgBmSQ==","shasum":"cb1d155e7484e7a12bb72e8c823e4031f37ef40b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.091e8676f.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiF7+GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9AxAAgZXUbfz9pccxUrcmgtHibSFQOl3Dv3qGs9hpnreSDoq6XRJo\r\nY7QlZfP48AcJK/hoH8ddwjK/CjnkVFIr8ONUDgRqSu9mPeF9UHu5uPyVeS4e\r\nHVt/WJToHxUWqIAfXTwCKYoT8znMvML2F1wyihzH8WuENUgASkLGgXuBjTm7\r\nCQxnWkwovZPO2s6LA+U9llNbcsiHKt4LGSyZS26jO0AhpLFrSDSq2ai2jWpI\r\nBpa2nJsY9UbMS8M+eMbEge46KAYCXF9BXr6TO7cwcY+JWazT+Q+kTkRDXSbW\r\njECzWCGq+Wl3XpaN89sK7F8iDyLk3JL04vr3bBWF8vf7O0ylVosFMX7ZwLBb\r\nCqVMbrmQuMkYE0vgQex1p2uCxLLAByW1Z4BxjLGz9nDQpD4cQ4rSsnaFKx7v\r\n+x47gKZlP79FizxwXA+tV8xC/ZIXPLToYTzc7W6LCRxN6MFjbdRHR1W9C5yP\r\nVZxF/Updbuu5fgnDgE6jpoXzlPLnk6RpYgwcootE0JJQx94YgNgGrPeQ5WuC\r\nnsfsxTR6BUVAqZX2Gd/HGGHRtVkndE/K4NskiVFY9rpvQJz4Bbdv2FVJjZw/\r\nPkWa6mXtPnSk//AGXFnUfpoep3/B+RJi9MbUjPSN5aIaOWwgBKtHHIcybgs+\r\n9/W/EV2Cy3Y5wAIawDVORECohd85WmVK+kQ=\r\n=lvJG\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.091e8676f_1645723525971_0.8703111773318144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T17:25:54.019Z","contributors":[]},"0.12.5-canary.1588990b7":{"name":"@firebase/database","version":"0.12.5-canary.1588990b7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.1588990b7","@firebase/util":"1.4.3-canary.1588990b7","@firebase/component":"0.5.10-canary.1588990b7","@firebase/auth-interop-types":"0.1.6-canary.1588990b7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.1588990b7","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.1588990b7","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-mdxVrW3L7fSCAvQNFx3O73fceokldyxnIvb5HEbmkQ/gqLHfpiMswCpqL6ESGW9SHSYu7XuB+MmaRTSIIzllCw==","shasum":"af2836a96f1720d821100221c1d4c166c3ab3d4b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.1588990b7.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiF9YOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpq2Q//V0ElnJ0CBjSEBbUzewe/LBzssXy9PnmJKjlEU6yv+OrDgnhF\r\ndIYPASnP4WAOSJqZDnmwFlauSZAu/AyHbHfESeskTt0s0KVrfhEMKiADVnDO\r\nlWbpm+c/yBSF2FvOApcZgwJkf+tb6GY3bDzcb/wk1kpJ5nFD6MrDY3wECuTn\r\nUYU+OxsmEEDU1he0l688B3hjhJFM7lhFuQfWwRRlUb4/LHQ2YraP+7M9Rayj\r\nSCRs3KQ6JFnW07LHNZ3gayHuVlnnmPhlKPlwXms5d3W0y7s6zgG8HROhEQWf\r\n8wwXWCBiEL5bwFgrNM9qmtH3DkOEZ+ZchPP7rTDATVGIX2FIWaWi/PBsHPLP\r\nXWq3IrcUGmQhXDLEfAE2XU+ns9SVnY0J8SuRWOv9clNoVA+2k2yUxUvJExj1\r\nfbwp6T7Ho3r52bhuc9dIonOT0OoT+AF1PthDgJS9F8qUAHjGY6UVfqO5W6bk\r\n/jPIKWVWaWGsuWacolwL0nlgSCRQg/eW+eewmcMjJEwKXKgIQIGegfbzMOFa\r\nOwyWnOk+mfRI8cGbEhdHTh8UNm1/JDuYCfHDITUGfSmsuXSiN2yZz4IS4yoS\r\nUJD6fEbksh6wo8eMpdAqEG9IHrQoUL1L5lUm+wp1FZHa6BISfL2kXwzr8q+n\r\nXWACQygGTAUzlBhhMY8ACpqRFplJYOjLEYc=\r\n=iW+l\r\n-----END PGP SIGNATURE-----\r\n","size":1678385},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.1588990b7_1645729294252_0.31050351639520746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T19:02:00.786Z","contributors":[]},"0.12.5-canary.b3e4af842":{"name":"@firebase/database","version":"0.12.5-canary.b3e4af842","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.b3e4af842","@firebase/util":"1.4.3-canary.b3e4af842","@firebase/component":"0.5.10-canary.b3e4af842","@firebase/auth-interop-types":"0.1.6-canary.b3e4af842","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.b3e4af842","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.b3e4af842","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-zKmnQWkXwfmbSF9LTzzrGnQOtNgLBkizbf3dYFcsyXhQtTJL16KazmJVeqrL9zVoSHX9jbs9aHD7eZfsDOHrDQ==","shasum":"1419046b8456691fcb2e955ebf274d02a745bced","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.b3e4af842.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiF+ZaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrorA/+M4ztKewlXv1/lspqGnGZ1xzKM3Rd6pKk6LfwDkQpE7MtI9ES\r\ni6dH5Yy/rWs+GASD5qyhvBbNAp+yXUY5J7CvSdjcC7P3hU89Mfw66YaVT5f6\r\n8pSPmwMuaBhBuVQipg6IWn1p+OkjVDBZmm8k9CgkuSqjkNalFeqBssVbswmT\r\nhz3rPJOfLnZkp/X+iOijpw3SWHqPlL3o4t7OU4kv4FqJisMFPcYppuN8PAGM\r\nl4A7TwNuhYXrA4YeBbCnnr13VPrGuD3Ht0dFjwQzwZo4UZbSQdYzs0IXAREO\r\n7B34+zRfVxT0cbgrLIy/q+DMZ9u3og8KP5b9WNyzAdidN1ek4c1TJWuWQERM\r\nt0W533b+NnxZfxNqdJVdjCz7hvOTVP+kjZvK693bolHe0HXObSqoZJj3Iwq6\r\nDxQq3L/NytkH1U8jfQK3Lfu17mVtI/fOO71gujO6KcEixWLbDE+y5o8wTTLH\r\nfC2vxV+1r1u543JZTaquFFbK8O8DgzooEoZ0zHAV5Sqj54pW0tnas0Ts44aX\r\nPFr9dc2YH0gPEFLuNXqDWvdJE6TPuxvLlZZCvSykC3XW0Is9KW1eUA7y2ypd\r\npstZdZ7fNcZON5mbXXCRZ3IbLyjs0gToFNkinG8UzYhmBpnj1SARhsHcmxbh\r\nvx+GqbHKe/8eXjpwTg4w6FjgTA10n5VB5Mk=\r\n=QQXV\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.b3e4af842_1645733466606_0.32931615176523676"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T20:11:35.598Z","contributors":[]},"0.12.5-canary.2b98b28f2":{"name":"@firebase/database","version":"0.12.5-canary.2b98b28f2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.2b98b28f2","@firebase/util":"1.4.3-canary.2b98b28f2","@firebase/component":"0.5.10-canary.2b98b28f2","@firebase/auth-interop-types":"0.1.6-canary.2b98b28f2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.2b98b28f2","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.2b98b28f2","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-llc8NLFE6Yg2qE9ySM0nkyet+56fJUNmRXV7yHrnYDhU31OxUb9o93+PpQhjL5x2q5cuomPADJlBf1XJQ+zx/Q==","shasum":"c9ddd17096f0d6898fec2cf710b9016c7bb3d259","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.2b98b28f2.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiGASCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmroww//XMN9bETHx6S9nrjMd0crsXXH1mi6gbHAQpKZp7nJhyqCQKkA\r\nw37QOnDaSniHuvyO20T5lhWUuh4A2jTeh0fvlqgojl0z8tYkIOEDhUr5V7t6\r\nGxOhQjwoaLQVHJMuZwGqdWWCcQlYIxaqfthpdVjivZj2ldw5IRAwo6vveZwk\r\n0KJ2IrCCveFcph7bP+6hc8AhHgEdB3aj3rJuSxGV4FwCZhR5/YI57JmSu4+C\r\nAzOh/znk5ZzsAk75ZnwOYYZYHVWbT2eSdYoeTjax01wiLk6b0Q2O0ATvG+88\r\nSObHsGeFPr9o0lXj+XrMcvuryGcXrPUDJYP20a3CEl1MSFrYJMWHFnso4xsi\r\nZmiYdB/HK5yObTorODMgaUEu97oaoGFDyNoHqH8Y0QXcS3YFkuN8hMhGUdt0\r\nYeZWdROgh8KnkwKtri8vmgTaZh3UMj5BCwpItxBaEYs8QCqGtnkTzKlydk8y\r\nrte+p0L/yFbVEN/EvNI86EHV5XDvYEEfh/cCU48lFPqlS6G4RYlMIR2u839Q\r\nDcTjnAO8wAe8QWg24/RhZ6IsAr/Ju32SzxvLPqfG+KeiAobNWlZW65Uw+ror\r\nAgTR0gfwreGcZGcfY/uhTUaGXnfwwXTm1u94+JFM4eV3VrocVKprbQM16Y8Z\r\n9F7djacIbVzkissknY4VorXg0cdkz702p4Q=\r\n=oWFZ\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.2b98b28f2_1645741186270_0.3679235411144708"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-24T22:20:11.275Z","contributors":[]},"0.12.5-canary.27ed8454d":{"name":"@firebase/database","version":"0.12.5-canary.27ed8454d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.27ed8454d","@firebase/util":"1.4.3-canary.27ed8454d","@firebase/component":"0.5.10-canary.27ed8454d","@firebase/auth-interop-types":"0.1.6-canary.27ed8454d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.27ed8454d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.27ed8454d","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-7rpfRo0KVRyhxAQps0j6QFROipqcWBM51j0JhqiC7XHVbXxxwuCJmLeTd3UtQFg14DbPUcGhRl3cjONs+L2xYA==","shasum":"d6cd3cbdfdd8ce21a022303dbb35ba8fb3869565","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.27ed8454d.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHP7KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpi2g//Tf7caAYNnNz7k8UBWuRr88KX2aTZy6nq2XrYQh0uQWHLOY92\r\nEGdvtEfvvhAmtY5Kb1+H/HrBshngcBvwnNUDrSkSBbLqpIqubEprDD36u5WX\r\nrF24HuJUNxhT6c10Uy6Rw0r0LRdmRl8LOzec+q//8dNTkgQTJ8e9MNQQoxi2\r\nRx9JiXAbqbPQKocItUfqT5YZu+n+sFs/lQ4JLp8sKO+bqDzuTTSWOd0BEmTn\r\n6q1M5P/3pyrZ61oH7h2XHh7tz72abo20Oa/sb74KnkFu8kFQjWrqpTynWmkk\r\nBcOQAleRQ/9/4h4takiudmBOBu9uTM1rHmqQUsNPbYLISjguZ++itGmT1PzX\r\n1eClNjSRHgYNiLPLptnKuIfN+3JIOyiijxVEishecl8lLUATAt9Wb4zj2Paq\r\nXm68gnEoHuRs2/nDgZmyqXI6thsNk26vKHzG3ts4avyen4Fsk/V2P2z3CK47\r\nyDm/vNpQM0isoHMy5+lJsIiHg8fU+FGA4KNOuo8ZLWzdwIjQ3bFOUKMcB+CW\r\ngTShW4L6WJQC+z1EIibHZln7Fyswdl44XZkFKu7M2w1/+YqLFvWm/H1uhMRy\r\n6aWKSFGFmaBksZRc5Z4PKya27GHKrun0FeBjDnnKZ1D9OcDi3UrXtBQGfjl7\r\nn4vdFPIz9F90a7XZZFUgeKjb7ac2g3cvYmc=\r\n=lzEX\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.27ed8454d_1646067402198_0.6697645489998061"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-28T16:57:11.229Z","contributors":[]},"0.12.5-canary.09e62431f":{"name":"@firebase/database","version":"0.12.5-canary.09e62431f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.09e62431f","@firebase/util":"1.4.3-canary.09e62431f","@firebase/component":"0.5.10-canary.09e62431f","@firebase/auth-interop-types":"0.1.6-canary.09e62431f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.09e62431f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.09e62431f","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-77m/vTWiaxdTAG483Thv92XHks+WC4708nvjik6EBJQfXk0pcdXC50QB8TeWqZHrPOEJafYxJBxWKH++99AokA==","shasum":"057ca732bb33f02384b9ab94f81e2052dc61a642","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.09e62431f.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiHQrmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrX9RAAgWOszhaxNGtNo8zP2t9YCS9Vuvt30RqnkXMua/v+nvs3vz7P\r\nWBj2gaWULNv7PHjK+E27mobJK6pRmKlzNrkmrU10ek1fkyD89B0ptcXYUO+l\r\nDQKN7HJAhej0z4YBPATHb58K6R/ie6RH4eEGeMsLUqj2ULsljEWTY2lerFEY\r\nPKHxCME7z5gyhxYew12f9UAQGnqYlY9YavzUMqeyhPmkzQGFnofRLuN3fSsL\r\nODkHp6cz2xvdd7A11XuXMnoPScsSZUvUsyFLJO+F3iKsFg1I+E8UzMa6pdjM\r\nPk8LYUwTlb6MlhzRmfByhVS8YKhW6xGyLN2Via62e6WMlI3MHsFWVc2TnsEp\r\nDIBZrMPWhjr9CaZGBLdXEOp0fksGCj1ljyFP7HtVebHriAQR9Wi5xAb0fgNa\r\nUbLgK3LxqTsl14ikqt7G+HzwRGHHR71slyGbz28xWK1iec7FOyQcd3/1k4uK\r\n1JAXuRKMynhphFCnXZWUNgyeVV7NrBF/mAzM7cyS8IgTJzGFGnxL2izEQ9tk\r\nyqJfCCRy2OY6QNbBp4jdLQSjmqa89AbrIHRl9JZVh9n3cMF3Z8Gr+D+1ZLj5\r\n5Ep3kO9TKRXZOzWbSq4RrKo3y9x7LOSbVP0r+vG12/YkXkKRdaT2iyj9Em2d\r\nufq3wXaxJ2/ZAwQe9Dsmw85HAkb3qNWFUIo=\r\n=9fnu\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.09e62431f_1646070502398_0.790144905413795"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-28T17:48:39.208Z","contributors":[]},"0.12.5-20222320822":{"name":"@firebase/database","version":"0.12.5-20222320822","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.4.3","@firebase/component":"0.5.10","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.18-20222320822","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-20222320822","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-zAlONlU1X5i1H5CFrReu8av/6ykmj7PqzzwmsknL0gn/Ufa/47weXuaWFmiB0p0F7y9xNEANeUX6So18Gse3rg==","shasum":"511f6df8f1d942a769cd0fd4ce5f3e16c7a0b515","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-20222320822.tgz","fileCount":216,"unpackedSize":8692994,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIT3rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqp3A//ecXotwamUAssoNffmexfxUW4R/1uJW9LtsmlFL0KCS/+JPAR\r\nsXMxEVevYp4GW0vOUSbXVxjkxw2j5a8Mrt8qd+4ZcKTk1WyqPnAVUlBsbVVF\r\nW6AC0/fFDi4+Wg8hGB4rTvLtVtQ7tZsyqYu8azWOCdWn5oe58O1L8mHvg6JF\r\nFLuY6UOogHNO0GW9FAcI5l8aNBq08DSa9aTKqVtCMmyOMMcTOD7GInv1s/b9\r\nY80l1yybEThPuD4frzUORYbToZytilCi1rUudWPV9mzY0ebEF1kmkkTvDkbT\r\nan5Bf988TVu4mDJDcfg189JJRmrrcSe24g6xQoPCNKwH3lntNOQsDQNToqfR\r\nRJxcZLFpzyM6oX14fLF/alixxg8L9VGrvmFrmMSXFCwzy0P5ILHOltivhSe8\r\nMMrGp37l+99JlVQGFDALQtr3bFKyPiWCOCN+dY4hb6DhtOxMfOwWedX3skSF\r\n6ZeqoxOWz/vT/5M659AMR8HWxuk3mHdiAJyyS8S+77MLIXR08zXhuYIjxl4H\r\nn2MACOECwtAwWj9AHrXcUxpdbdr/4GceqWuhvcOr1nHBn7WY3mW6ZGWuNN6N\r\nGz014IKa2Rf23HaM03TP1XWrx6Klh/b/mwqwbSxbFoU5/LhAN+o7lyCAGMC9\r\nLXGdllqEvrtOFn/Wt/29JFPNBmVsY4r47KU=\r\n=fyGR\r\n-----END PGP SIGNATURE-----\r\n","size":1678382},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-20222320822_1646345707078_0.16207303079346214"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-03T22:16:03.131Z","contributors":[]},"0.12.5-canary.88841d4d2":{"name":"@firebase/database","version":"0.12.5-canary.88841d4d2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.88841d4d2","@firebase/util":"1.4.3-canary.88841d4d2","@firebase/component":"0.5.10-canary.88841d4d2","@firebase/auth-interop-types":"0.1.6-canary.88841d4d2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.88841d4d2","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.88841d4d2","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-hidod8IxRnyEYI1ldvgbjbfeH3j91jUTEbgGrxaJw2lLXG8l/Lzo3hCBsAR1jeulKfndlUR3UGKnP8PiDrjMlQ==","shasum":"4dfbbd9caf13626c9c2cf5b015ebe697f83e39f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.88841d4d2.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKRzkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpFRA/9EBM+StY8/sm6HAbPrZLv28LWBOuxse1o8d+kweo5xZDK7Hrt\r\nzL2NwxolQKvX0TUlMcYgcaOLq+loxAUkL34TjCMw87cySxDDnXalMCgSyM69\r\nCTOovOOH1zQc0qnMHzTFHv3B0Dd871lJAIT10rOqlw8eP82gLA43M5r6gxXs\r\nBoEmnWCAXHqdxnranh9wP3WRkU7+96BRpd1SSOAWM7NN/hF9RVlkEO9Mgj/d\r\nAgKxKCJZImn3nTVukKM1Rp+vogPbwIAlD5ZWe6CqiM2KOLRIRWdiE9rl2/jC\r\nApn6cbvRBcN1Q2ux4EMKFarjylHXp05192khji++VFjbCW7Pg34Oxxt9Tkcv\r\nClLah+78A+wcxZQkcQggRsfCHmNoNYVqwTEqh94CoTZCwk0U/JXAOSNSnVMH\r\nYvt9cwfxc0fqPojYNKKI3hDJU/2UmNYb2fnT8oNRiNmc81to6jOFOvwblhHx\r\nvXfm++x+OeYDQ3IHjbQ82WSzabNK5ApH75YDbul2PE1cC6x7Tt2+nh4ssPjs\r\nvs3NFrWBPHNUadyU/Kn4gZJANlmHOt9r7vseUCOqwYvXHDq6jf2RSA7wgVwN\r\nQlTGhGOPzh1XWnMx68bKk2UAz5N2kaM+5msVZF8jOWJ3sMj+OERqkTGVAOtK\r\nKxTGpNHwKFJgMEczGLONVTkUU4CnNX+vWqc=\r\n=GCuW\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.88841d4d2_1646861540640_0.2557586779958587"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-09T21:32:53.509Z","contributors":[]},"0.12.5-canary.927c1afc1":{"name":"@firebase/database","version":"0.12.5-canary.927c1afc1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.927c1afc1","@firebase/util":"1.4.3-canary.927c1afc1","@firebase/component":"0.5.10-canary.927c1afc1","@firebase/auth-interop-types":"0.1.6-canary.927c1afc1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.927c1afc1","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.927c1afc1","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-RPJY6xX99EXj55pHUFX881pkgaerRyn6uus/yn1XkebBhvpNwanldAwsgCIbslr9KvagiZG7ueInxaEy9eVHTA==","shasum":"26ed660f5c3d9cfd7e659117b11003dcd402c6ac","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.927c1afc1.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKmMsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoomw//Y4tW73cMg7CR7VKP2m83qwlmyNCu4iWWKReo/Aa++NCQgEOb\r\nXbOqa57mYYlwQisG8MhAGdbZFocTnOdKEeyrH3sHmy/f6r/ipJFk8xhrQLq0\r\nybs9MXGfE+NuGdKaWlXF3WDf82WdLe9YPpDYDlPUP+ud2Ud86zAyjXrcYhMk\r\nYCE0fK9q4CalA9STXrsfufHVXdcCuI+wjsIlY/waFNkTyf6ow4mcAcufK9Ce\r\njHd3zo4dNuH01QvYCOhemRfZ1X+f5pByfyNIX9FzsERf8JzWgJkeeHw/cTmj\r\nh8/sbGAF/QtuNAvXa67XU2H098BvbYrfRCUy8CNyq4xWecpzPkyYZIGvwj4v\r\nO/6NPuhR+t8GC1It/34WajV/TJC2rc8A95e4utKpSu+x3qRMZoStJz66BQE/\r\nmk1xCOB4W35Iav4F81ap6BPnJB0r6I0Ty41cPUrmrkUNWhQ6lMR9Fvp0c35+\r\nVkOuontLYGW5LAGAcyGQGPOt/Ol2em/sl0Xf5r2VS9bJ1D6T1p7NKjhgKSTR\r\n9aqd/Jtdw6Ym7s1w1lXoSNcJCMHsi7RPb+wJsj+q4QK4GcRunEqLsoAqdqQk\r\nzO9tP77i8yS596z9cN5AJzHZcX5Pb0CuWl6vRnHmGrXzNMVUzkD2f3g3TYDX\r\nSthLBiNLLNEGKwA7P68/U/9t5DFhgcLWV5w=\r\n=VXOL\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.927c1afc1_1646945068408_0.6001371144334926"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T20:44:55.947Z","contributors":[]},"0.12.5-canary.2d672cead":{"name":"@firebase/database","version":"0.12.5-canary.2d672cead","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.2d672cead","@firebase/util":"1.4.3-canary.2d672cead","@firebase/component":"0.5.10-canary.2d672cead","@firebase/auth-interop-types":"0.1.6-canary.2d672cead","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.2d672cead","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.2d672cead","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-QvAw8YxwltZw97coKdKSJbKaACqP+/R2mdZmGGQCQR0WrrmMRH5FNzXoJOx57RyH29pMqBwC/AP1qc4hqiaBgg==","shasum":"03ee015c3f2434f1221b66f5c852d01a17c73207","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.2d672cead.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiL6RKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgUw/9H8VhrWCB4OhTdz7++3fAxJsZImeOV7DKCVLtewaL33ZIdq2x\r\niL1a2yNEvgszgJwzkKKi41g/Cxh5D/98U5qKhJaBq+pyUAUs+d/+60ebG2q2\r\nORMnZDW13ejNHPLPxkqiyTYYfHYPVw8ai5rQ7SknZ2kHBl+Bd8P1m58zfnn3\r\nweI1k1eqbI/tYFR2NBWXEg7W9hcF5gAqLcmqTeTRXIaOfzrpH5wSyceJRSQL\r\na3vcNL7arq+CuDE18w1u6ImRsDtfGaWJ+c0WB3BfaEVVxIOYZH5M2b1pO4Sn\r\nZ3QRzu+vXkc0kR2e8lESsB/yRxMm1ZNHSISYP8Kedex14KnzTHChLHF5v4hS\r\nG/stmx7NiuLe1KgnX+h9yhUvX6jQqaAo3bQn8Sj/VKSZezXGYrK0ukwCWklW\r\nlnxdL9uPBaFHACEZQiyPZeOnwaLD2jbTH0NE4m8BJI7WmERzbxE1iDNax0G1\r\novfM10mMqcpDMQbQI3ZgJhE4TMTd7HvoIKxbrrbV0WaZqdIXskgL/mNdqqXH\r\nCIiqjRDK0nmS+CeiGigPDcvT92flMa04XGn07X/wL63DKGiexvEn6vP/ai9C\r\n0ZaZWqXiU7KSgGM33DWnHScyYN/HtfKZg6iZCCj4o4O0P4yHFwovkdyzdkHt\r\nfuJz+OWoWaPQH7Qn6KMsfvpMdfGXyeUVjkQ=\r\n=kJ4x\r\n-----END PGP SIGNATURE-----\r\n","size":1678379},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.2d672cead_1647289418659_0.8958001721382873"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-14T20:24:04.827Z","contributors":[]},"0.12.5-canary.ddeff8384":{"name":"@firebase/database","version":"0.12.5-canary.ddeff8384","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.ddeff8384","@firebase/util":"1.4.3-canary.ddeff8384","@firebase/component":"0.5.10-canary.ddeff8384","@firebase/auth-interop-types":"0.1.6-canary.ddeff8384","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.ddeff8384","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.ddeff8384","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-+s2A80zEczk0YytYw2yYx6yvhZb2bbsMqNEefZJDwSWjiYqaxoswkCRmPvqEx+yN9gY7v4Snhe6A4zBgWKB9cg==","shasum":"ea4929e364f296070ba1d0bf811f03a7e2613eb5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.ddeff8384.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMOMjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmozhg/+M/VW53gMbz3W2vqMB8dlk5tM26g1+MXxE0ZQPA1sZ1D9ECsh\r\nIBa0yJtlf3cGWdchkZrgy+F8iAX22cPtEZiaG+VQNEAWEzmkJDOtEtCcdi+0\r\ntReK9aWVQSSluFo+YnOIIeU8ycwSgH0L/IMUcherakeEmtdQjaPgzjfsR8GU\r\nxMozs9137uWLCH5M3QX19qtgXkWprQ6gj05ZB4WmvELZFSLmicUCF7dZQOm1\r\nt+rK0+NlIAxikFvQrgRQVFT/kC22t7KAUEm8AIuk7fjDu8jnvQehzav6kdjE\r\nI3zTXAD/GaVvDiWlhf7p5aR1+BdwJdxKfDUwWWpVxaklCe2AyHf6vcX3OOVn\r\niE2/9xl1a6SbD7SpGARhOKWMahdOT482aUXAOG+fMWkWvBuLdkAYl0CJRy52\r\nv2QhtyqIoMGaC5kjbOoHZLAZWnpPgZsl83jazxIU+AuR33Qh/CEJlAgeSWVQ\r\n2P+TE2b0QA0vd33Kx3dbBVuJ2EekHUfo6iTAygrrmgFRHGbKSYfVd7PzOZDW\r\nV7LPAQzhswxSFL8ZWUBZlKyES2OZ0PlEvyKjROWWkLrteTVZ/C9hS/NO0H4U\r\nTj+Re5FyUT1YtCfelcdl5kbTa1SI7yzg6ojtyCNZ2qpV9xkx1w9wvnRG64pp\r\nP3k/upomefRYI2CEz0hv7qkuKnVmZa/hlak=\r\n=wDLh\r\n-----END PGP SIGNATURE-----\r\n","size":1678380},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.ddeff8384_1647371043437_0.023418924026275212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-15T19:04:47.120Z","contributors":[]},"0.12.5-canary.a7f4a2eb6":{"name":"@firebase/database","version":"0.12.5-canary.a7f4a2eb6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.a7f4a2eb6","@firebase/util":"1.4.3-canary.a7f4a2eb6","@firebase/component":"0.5.10-canary.a7f4a2eb6","@firebase/auth-interop-types":"0.1.6-canary.a7f4a2eb6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.a7f4a2eb6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.a7f4a2eb6","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-sg8rl3ZEdoqpTYQ60QxyOBhEOeJD3b1drYHLfIY7e+vWJY0oUN4Qrry3fSFKCX479m4Q6DFwGRwVECVqoympIQ==","shasum":"51b35b14b7688d7b9efbf18af3050d38515149bc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.a7f4a2eb6.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMOP2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRmg//To2q8Vy3gvnJheejVkDrufBhPRpv+KP/I2/R+t1c9MZTSbnU\r\nKFcuQ0pagbVLHABYScLX36q0KKSu7YhfVWnHhUZmlS4NNgcr9f/gqJqQkooI\r\nkHMB+hzme8UCto5fQ7U7NHjr/0RYKBypizvyAIVBGe74EkF6cSW1VEGszKdn\r\nskoAlgUZVXpzGvZWJqxPdMjw8delp9Z94oLHPqtRQ9XByvnQi/FMljFwUjJh\r\nKCoGwHy9mn5xRMrkTPcZrJ6Za0Z3IlUfh8XvRUDB9cFp24gqLv9EIHA1Zy4o\r\n8Ia9Voq78+bAHEYYBG9EWuWyWrDF8nnMlkGxd3PLuAPz+JrFAcu/OPdsh3M0\r\nLL/P/Uke9tPeoSgT8j7fXAPpuoXXMCoUNOATlkIBxjfONry+e1CUeuMPJnAQ\r\nj6+YbOPyNv5YtobblcOhmBYXOd4oSS8LZlQPLsXorKibo58JPEArTnPKZcna\r\njV+7QKEaX2d4dEP0ieOzHOpGROiakht879G/HS5GR4pCeG3GTlDEPEphhtqp\r\nBg3/HcRB5R1HlGoiUQ0GDN7pBigzw2hrV0jVy2uRND1ZDsH/+0n6aDLt5EEK\r\nryvuG418a/oLPYJbH9cP6MJuT/4ahSPzt7yicDGzG5p4pEXQtyRNkN0M9bWI\r\nt+I8F6DTez5CNXHpMjF4+6tYTNRtOkOR5Ew=\r\n=kFd0\r\n-----END PGP SIGNATURE-----\r\n","size":1678377},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.a7f4a2eb6_1647371254377_0.5934358608314128"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-15T19:09:34.371Z","contributors":[]},"0.12.5-canary.e987dac26":{"name":"@firebase/database","version":"0.12.5-canary.e987dac26","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e987dac26","@firebase/util":"1.4.3-canary.e987dac26","@firebase/component":"0.5.10-canary.e987dac26","@firebase/auth-interop-types":"0.1.6-canary.e987dac26","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.e987dac26","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.e987dac26","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Kod0sgBJCoG8ITulJJJkWEbLrfxRUy9E7LBDnSZ1xUnjI3gInFQJJkSoAtnzg3nIvgIfUuoJwOvcyAtDu+NKkg==","shasum":"1688260f02e65630b233936d053797ea3f916d30","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.e987dac26.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMgtTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4LA//TLYTtS6aKRNVBSaNvnPczTeWtHOQn3RTkPaTfFvKj2VPy5NJ\r\nZ0A34uFCZsRSKDq/toPZdxGg1k6Cd721g5RLIkoJFez1cpSVa1iyK42M4des\r\nYtLXwVcAGXGZu6HFG+YPeLr9IrfT7lkrTLvOa9S7E7fUNbKsVyH7zABiLk1h\r\nCXAmGeqeiBzjVcWivZ8SEbZkZ096lrY7LFGtZD8zq+Y9s0P5t4PJjME/mTKP\r\nB3UlumluQan+j4dMjywSC8pZnw/7hq3WRfKGcBlSoGucwDRXYfNXcb47IR/j\r\nYVeTcOxvmwumcXdrzjJPo7RENfxl/ZKAEe1hiGmYMiLXQicf5c2o3x/b8E83\r\nyhVsI4d9URORSPVMYf8yfFKllsI5TnXA5D/iOrD+lXXR9DrP7+a86rxB7Ich\r\nQMD9HX52nPR8cy8rPE+cY3zmS1xD53EyEZBQWNdB7nPu7cLACVyk/3CUdxHr\r\nYHaMd1B/kY/s1r52C90LRG/bC983/hVOFQ1SEdxIciEtqm3R6UqdMpMu4xfO\r\nfthdr3bARXZwtaBUOkDq8lkgcRg4Xyot44uloyuu5XR5tYTeFSBjOvBasc5T\r\nHD0PkeM06QG2cR1ZKybdqtPulgE+SeWTiiOTGUqzg8fWb+xrUCSFEWbK10+W\r\nndgpgfGA/rBHxxjofIrwwL241e2/G9j/ByE=\r\n=Gut5\r\n-----END PGP SIGNATURE-----\r\n","size":1678378},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.e987dac26_1647446867780_0.2172306807904818"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-16T16:08:16.746Z","contributors":[]},"0.12.6-2022216223411":{"name":"@firebase/database","version":"0.12.6-2022216223411","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.5.0-2022216223411","@firebase/component":"0.5.11-2022216223411","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19-2022216223411","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6-2022216223411","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-TOpbuVGkDms5EoOxlxxCer6C1Rzg4UYY9JGDwtup4noNQodoGhs+V9MV8gSVDHB+S72MHke/7FHFGdH7rw9bMw==","shasum":"14f0a12b544d82ef44445688d879f142bc0275a3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6-2022216223411.tgz","fileCount":216,"unpackedSize":8693296,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMmhLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6Xw/+KIwngBzu7EAgmc+XMTIKhG7CCG4gLWbR/p3x3DI2aNuRB2Qx\r\nBHuoFCy61lj9XeCzcvYPfCL8O42CrXiWnuGDrfG90ahsqfi/FYVfgV5Acug3\r\ngePa9dN0yAJRoIc8YT9Y9T8L3oRaEVx2vJW2j83GJ0oXhX1EsXUzXFOOsr4J\r\nFqwWxtmZ0EWu1BO0ifPLPhnzASdUv1dYTCVgliHuHB7hcTic6LHJ14T/x2LH\r\nNBqWVD0Es7qbjnryxOdx4oijjYtsk1HCQ+J7vhaxgCUlMSD0rDPFwszcDUQa\r\njDflSFFZIY07dNNKohD5zgls5lIQQef9oaRYNxjhfvfppqGv/bguklj6sPfc\r\n8OtOdiZ7oI61a8qhUTbzh5BJQwczRk9AEwbcqtt+d40xtBSv4QxfRDIli9ib\r\nNNTw+xgvEfEaAuDm8+461QwGR6XKHHEsnUSS3dFOxBHzI9XQZYqEAvhaT9A7\r\nE7xC4o2NzL4ou52KePrqnXAgSSTEVUhA8y79t2b/SjnNxCUrIDyayQVbLRW6\r\n/vWtOX9ly4wtkhaTJivfdtGfMgHX8yAPnWPeeiw6PCnoN7nmdqHx5ooD34Xa\r\nFyaFa7IwMcACbeHJJzkoc11BsyAEqaaofBk4WeZyeumnzGJZlLrPA7j5gA/I\r\nFCaJ947mlLWDyOaFhRwOqCVBxKjrpU0c72M=\r\n=83hs\r\n-----END PGP SIGNATURE-----\r\n","size":1678463},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6-2022216223411_1647470667702_0.40381339961157714"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-16T22:45:41.889Z","contributors":[]},"0.12.5-canary.7405e7d59":{"name":"@firebase/database","version":"0.12.5-canary.7405e7d59","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.7405e7d59","@firebase/util":"1.4.3-canary.7405e7d59","@firebase/component":"0.5.10-canary.7405e7d59","@firebase/auth-interop-types":"0.1.6-canary.7405e7d59","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.17-canary.7405e7d59","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.5-canary.7405e7d59","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-oxNJnA+Ar50cmm3wuCYL03QraOc4htrmNI9QbFaOOg4kNehLM9yJAcuuP8XdQ9B7BYPtK08bNrePvv7EEd0vqA==","shasum":"d88ea27b0e0e86918027979dfbe1fdf17e1c7368","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.5-canary.7405e7d59.tgz","fileCount":216,"unpackedSize":8693092,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMmrFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVfxAAnBRn0aTLoQp5HMQnPzHDwB36Tr6jCll2NIybTQ9KFoS262hH\r\nvzUKF7jsWbGa9eQZrw9pC9WdJSWy0TpiIocrjbBMqwNozmIX7/oCes184+ap\r\naLP1aCzinDVLmtjSTGTu/X7KVOai5+dI+rxCrDBCmA51CIO+WFlbYjXeD7yL\r\nnGibtabe+0S9CR6qMskj3s53h6sDJujunLmLnlbGMAJT2wELIMhUGhQ2N6Y9\r\nBUOEByVPFim4JEs+IZFak3elqyixjMnv/P4fc4dcWGBKuwv5mLtoXSr5rDG7\r\nRJ5KcZcO6AmfL1pb/nqg9391pkphFtNw/3c1QYjFFShGez7u2a6iMuDcZRFf\r\nsuUt+90N2Sn+t4qfeyxfLa5lnhswVECtQjMTsrJFCMraLqGibH9zsa5qtho8\r\nPRy0/Za+lugRt8wUEKZy5JFM5TtIxL8YRoAFduyD+bp2842RRKN4OlSAQ6mS\r\n5P9SZSbb7x+xWZcuiclNXxfBljnDNgWAmCdJ4fPhxZjS/3HtLnwMzpLFYItr\r\n76k0tNknn9guKI2kQSU4XEB33zGUC50HchZeiDRuvo5NLkiVuZAYkw25Dv8u\r\nzH8hKN/GX2X3VXRxkCTrWD/2t//sWUaVMH8/BsARah/I6o7sEcJX+2f4jM5i\r\nPyB9eW5fTB/TT9QEFmGfCzQEcM9GPU3DHmA=\r\n=nuO5\r\n-----END PGP SIGNATURE-----\r\n","size":1678383},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.5-canary.7405e7d59_1647471301012_0.7354963449027527"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-16T22:55:26.452Z","contributors":[]},"0.12.6":{"name":"@firebase/database","version":"0.12.6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.5.0","@firebase/component":"0.5.11","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-vokGkgpk+4bvy1d/s0lsPP9GmC1nrAtctQwEEDH5ZO4WCYPj16Y6rKILsOjrWwJ+Ih21ORnekxSzfpKyd1KHEg==","shasum":"d7ee5b8728b1d46b0ee88cf713642ebae5b1d9fc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6.tgz","fileCount":216,"unpackedSize":8693142,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiM5hZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQBA/9FkIWBM2XHofJNz0Aiq7RRdVg8hcSFkGenRoLPbkx2v50OUFI\r\n9rF/6gZiDG8t5KY7R7TGb6TNueUYe4rHRA8PAOT8uxxJhpZ49S1VHnh4kgE5\r\nlwgYG1AzV2FgV4HaFqa2zdSD7Y3d7c3bO/42CPqOebmTUV7sdvIoJ+6wcn1V\r\nbDkSxxEujJMyZgDORhkJrSZV0U/GAbcA1wNYw+8XWeuk4aWYebycEhHdHBgn\r\nSCq8ERlckn4IlaekMZwsRv7/+F34bVZ6DaLucTM7SU/nZjSb04kWK6rqtnQI\r\nj2uMnLsG5nJMTTVjtjXKS2RBeilTWCQQRxZtzLYDdsyKzERG7iKUXCPQVE44\r\nKLP3gvgufpVG75Ili9HhF7xCTT/b6bXgloLENV4Gw0WWJzZuWEi6TUikAZxQ\r\nH2e9HIz+21hECZ+ODxRGBnvoxXc0Emn1VNUrg24qn3CfQUQynKNSKTH58K71\r\nUjqZ3ZKMamr9mbkFBoe3dGZavu314msNYCG4Cm34LGEjovcfV7G7jjA2Vu+8\r\n2aH1+nPA84jfGzxi40oBlColpxR3o0OWHum9TJVtFjz2X5Q3JIzb4Z2u19Xm\r\nSty9AOUwCe6Sa8X4wuGarQku8gb1Ax6oX/PmbvEZ7hulaB8Gp7f+h/WkoNsx\r\nrRPZLR3gI7Z/cI3foSTzjUieSJNAmYOZir8=\r\n=lP9a\r\n-----END PGP SIGNATURE-----\r\n","size":1678381},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6_1647548505145_0.3994264321059833"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-17T20:22:44.519Z","contributors":[]},"0.12.6-canary.911c02822":{"name":"@firebase/database","version":"0.12.6-canary.911c02822","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.911c02822","@firebase/util":"1.5.0-canary.911c02822","@firebase/component":"0.5.11-canary.911c02822","@firebase/auth-interop-types":"0.1.6-canary.911c02822","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19-canary.911c02822","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6-canary.911c02822","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-FuTj5tZQNDItZvqzxZIRWl8lwjCNbJt+KunbWOZmjl5sjceuu1xzTW9CgqKFXG7AiTY0HwbYtdHRPwz+vwgNlg==","shasum":"ee426ed6678a1352a292c5f9480f2fe7ec915d72","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6-canary.911c02822.tgz","fileCount":216,"unpackedSize":8693312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiM5/kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqkBAAhljzKsLybnkt4Gn1188YDTWaxfCw8lOItNF7uyXsb+dKG2Oz\r\nAXFeKtWkBAMPLcr414p0ROCL1iDLVpaRYhXf+RsjXbOjQDK/ltODCkUVNYwC\r\n/rbc9ZdP/+EU/aUH3D6sUTJlQa0Dgz7vjHzbfVWgjxxd2MLOVKLu3vp4xtzQ\r\nMwTAxxVB40K3R8DNRjIaPt89UPdZpnwrFT+Md4BPZAPcbfPEdVWP6Dhc8C3E\r\nzFmkFcuTzHIytwn6tX70wLbZUE4FEYLj85pUqs7qf18N1+mEz4BcGh8i3Cb2\r\nUshgnPmvgxIKqLgTnFe+yv0bjIZuTpHomukJDJBlPrszuQq3defUsQRercco\r\nwXGxS0a/luuIi3u7DlC4N93TEyzjr++jpxwxsV84zuz/0fUP35h1LY0KDo5P\r\njIMzpA070rahSwYKnyB4g5g3NIVjKVNzmQVC5YFluX9HmYT8DEk/BD81DDQi\r\n+/LN9yUzRbYzOAhwR6gux8NgZ54mtOeG+1hS9pMOOqN2d5GpcZsvzPmsGnkT\r\nelc4hGabMZ5X21Wh9bgwjm2zruVc7Bh409sczsffMyBNcKWXriN52EicsQq3\r\n1N8+ed+aX7Q2H1OQsnuqpe4ZICwLhLP8DUVcYPUuBfUVQQulUKu7vkdDurcQ\r\np4kCJKg6a740Qvwut7PM/0Wv0XPXm/r3ytU=\r\n=IJ+M\r\n-----END PGP SIGNATURE-----\r\n","size":1678428},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6-canary.911c02822_1647550435573_0.9210294524086411"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-17T20:56:35.759Z","contributors":[]},"0.12.6-canary.69aa7b02d":{"name":"@firebase/database","version":"0.12.6-canary.69aa7b02d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.69aa7b02d","@firebase/util":"1.5.0-canary.69aa7b02d","@firebase/component":"0.5.11-canary.69aa7b02d","@firebase/auth-interop-types":"0.1.6-canary.69aa7b02d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19-canary.69aa7b02d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6-canary.69aa7b02d","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-CIQQfNko3AcliJTkrg/Gb7kqkqgAJS0BNk5NvbOCmQHLXzO8esnLOaWRjHNBpgOqcOOkJ+xeqbRHvZhpXVHyNA==","shasum":"2ecefe6ab586f8c20a72d8e882b937429bbb2df5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6-canary.69aa7b02d.tgz","fileCount":216,"unpackedSize":8693312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNK8aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4Mw//Urc4NxGdyptLl55uFVp1IoMnvevJjnscSZ8q/atDrfGuIOVy\r\nQmKL2t0EqFdX8QUwBruJmFh/yAGyQciEkMfge7McJYEDq1etchuSa6I1z2E1\r\nNcFNMDp58QoJM7V7ecr5Ns90gz6mlskracG6Uzyo+5uzlVQrbNcMfKul+b0G\r\nUeTEksoCHlbb0GbujzeA122TelQZr6C0JIjA6R7BrK83tul1Sr+FItB/K3GO\r\n0vqLQgjrNQ+c3dDXBAGCi1fv8FGJS3YUnnWgIjNQzY4aOpHUOGNE2M6qhPqb\r\n92ZjNoW/KXIcpiBTvNB7dyWSGg9cqFzg6XVnuvBaAi7dEGP30wtK83UFS550\r\nCwTUzypx50eACD1lb2iJc3J4cUE/hjWLDiOgRLZBt/Z/j69BrzM2AtFTPz1D\r\nlAS/1UHexAVD20JgMmBP35iwhAlhFWAXs/reRWOXJkBJH5pvt+yoorYjvUbU\r\nhjolbFnSZMczyYdoqA4kkGyEtCUW/V+AERQ/Cav6dQiYolXlNFHvFRZSFBak\r\nGekAEWbLWFLhO07WdcwufHSpCCvGhwA2XEod8wB/nMLrVo1spZeGMlTSkATc\r\nUmVrGSaLpYpI4pO9H58PyYVDWajH9SatUzwOFZg/9haxsfWdNjKpAbY3P3tH\r\n8l5PRJohQqWKNhdPVSiuq2MArm+FZ/wBqMg=\r\n=jHem\r\n-----END PGP SIGNATURE-----\r\n","size":1678426},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6-canary.69aa7b02d_1647619866193_0.309440418315569"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-18T16:17:41.317Z","contributors":[]},"0.12.6-canary.14ccbadd0":{"name":"@firebase/database","version":"0.12.6-canary.14ccbadd0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.14ccbadd0","@firebase/util":"1.5.0-canary.14ccbadd0","@firebase/component":"0.5.11-canary.14ccbadd0","@firebase/auth-interop-types":"0.1.6-canary.14ccbadd0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19-canary.14ccbadd0","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6-canary.14ccbadd0","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-XvZOn1FP1iJpGk4FbBQShQszxWo2+7zpS3iyZFKaLZSw/OINgCncPt0YiEiuG+D59A5KowjB6IreeJu+GmVo7Q==","shasum":"46f05e444b42aa3b75d994f4b8af85cadbc643e4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6-canary.14ccbadd0.tgz","fileCount":216,"unpackedSize":8693312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiNPknACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHPg/+MtfhhMy0QKHEgetAPY60MFXf4O57FguOpMNYBlasgI8faKiI\r\nUtfVqvbrIAnVosgKk17jiuKLUC0l6m4HGlm+77aafJvqIp7RSLgVSHaEnrPQ\r\nSMuGYtXmMX4kbZNGtx1vlQlWF/OKN1mdCNsSlb7HsrZHAHGkXFmFESwTMcpt\r\nO8jBzkT34JYhuKfzt9RivagJwglEG3Ljqkns+IFy3eii0Z6+nf55lTqRtI0P\r\nFfDqRSN9gK38VD45PCXiEj1LGeCGATcIcsjUI8wckjBKbLwj6u8ejlBLNX61\r\nqBfJcd/Ct4c1oe6eAwHms+pe3k43TgM4p8nfrcIB8ke/DvtTEebZ5NiQhb7B\r\nB1+FEhOLo/yzQELGSMIeLlcy3Epn2o5xTrOKuAikFcXDF8W+s+lUQ3ScAnHb\r\nt7TaE46Ntmub+pSk5Ejnjsz89ORFBVMEpJP5lPfVrp78XhAPnGa9konzztmO\r\nDdi7jEnh/N+O9SUIrnWYuTOds+dgo9vQtgALkM2QaQE6lX/b3CZ6GJgngPgt\r\nfdLM/OYl2lLbDyeGH4z/V2CWVAMB00pL3Rix97OWg6/iHZf2KNWU0UYtNsyg\r\nf/bvK41p6X/tAgX/8BrU1ch0jnYAoOO5HjbnuEfGnd1AIAf5cBqoDMzqIYo3\r\nigvrGpjQKzym+AttwP8EDaueZVuljZrbtkg=\r\n=J1HI\r\n-----END PGP SIGNATURE-----\r\n","size":1678421},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6-canary.14ccbadd0_1647638822934_0.9571545206672929"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-18T21:27:29.393Z","contributors":[]},"0.12.6-canary.3198d58dc":{"name":"@firebase/database","version":"0.12.6-canary.3198d58dc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3198d58dc","@firebase/util":"1.5.0-canary.3198d58dc","@firebase/component":"0.5.11-canary.3198d58dc","@firebase/auth-interop-types":"0.1.6-canary.3198d58dc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19-canary.3198d58dc","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6-canary.3198d58dc","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-NTtOWcLwDx08AxePuqs3z0OGIN4YCmsE64H7cF+BHGlBBlDKKiii6GDBKK0pkbLcTMhYx/mfDdeBSae53+Yk8A==","shasum":"952ca68e18e29631d5d83be4ce18bfa45dce9d3e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6-canary.3198d58dc.tgz","fileCount":216,"unpackedSize":8693312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOge4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHChAAkyMP43mYebjmu6KJ9+4xri64LiPzbSYRc2SQ/1G4JmlUuFDs\r\nb3wmqQjiZYHTPGJ4Rd+KeHyWHafbq9P/iZIl+ziU3OOlqoBDSycCziweYwCy\r\nhiFAv9T628SHbOvAH84xJcWlEenxQEKnQMQErzxwekg2oMIy+/EQ06jN0E0I\r\n/WMVBeEhChVkpWC3vqqXgzn3Fmpv3zGvGU+W3yGqmdjny5NhqmgE1CbQqDJ/\r\nSKHDIdDk7Akmx6xgC0fel+JCPGS/oG/cL+kzBVMADBBXuZ4WGLxAHL96FhEs\r\nM7G8d7QR0g87h3LkBOG8htPLyiQ/OZQbUrVqk1fofDADRLDnnpTlInUWli85\r\n6pLxJMVY7b9QsbHqGUnnrk/ZddNRWzM0ZkwU5AwQyiKjMI2WTfmzznz7S/Zp\r\nLQPQx74q5pTo5v08arspmV33ujy33K83MPyvjLibIWkhbYntBBWSCICi4DUo\r\nqy9kUzU4oo3mmEK+IeA0jdWY9ieAXyWZrU5VGYwI3trc4fwyYC+UUpcgB8aM\r\nwcpkujT1qkLLcHcYu5iUalA2s/1/Ckv256mjSVfySd7z7F0g+8M4MsU8ygEi\r\nMeQGUHsoEO0H7uYS7fVzFq+KE6gU1lVczA5BC7DmBAc6CZzvdaeB40R8942s\r\nG8d/BJHiMGo9kUvU+BCl/3c9cRpUvc9EDA0=\r\n=x4bl\r\n-----END PGP SIGNATURE-----\r\n","size":1678428},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6-canary.3198d58dc_1647970232587_0.1698207153577569"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T17:40:26.028Z","contributors":[]},"0.12.6-canary.3f51e1245":{"name":"@firebase/database","version":"0.12.6-canary.3f51e1245","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.3f51e1245","@firebase/util":"1.5.0-canary.3f51e1245","@firebase/component":"0.5.11-canary.3f51e1245","@firebase/auth-interop-types":"0.1.6-canary.3f51e1245","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19-canary.3f51e1245","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6-canary.3f51e1245","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-df35EQ0OErF7g/puImax3VfqNYgeMS3/o5pi0y9FhsXRvqKErEAFKplYeHHsQhWmwwSq+LoFim29FQKHHcgXVQ==","shasum":"475e31016650a764030f1e6fc8743e536fb1110a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6-canary.3f51e1245.tgz","fileCount":216,"unpackedSize":8693312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOlswACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrxaQ/+OfUpgB3i2UnTZVHeAdKz5Kzh+IJQHyHB/JinLCFxK3Uybbhq\r\nLq93/ysm+/ZL16GOv4D5XB+sm/E5vu7KRJQeaypAgXzKmVOtpUt6Yf/VMzBS\r\n6+Yu9+d7V1ibKVo74MzYn9C1a08tdnh1NzsyWzIjOB22ig0WCdL7efO4OEKe\r\n62tg7Dap2kRXOyeAqMj5Z8kS9k0i0NW2SOlw0zBKcTRMBEOlybzM+u/hN3CC\r\n0p0BZ8F8JRPsCSS2c98QHIgCqk0IhlB2v8T9AiiABnFZhs7ynYQJlIpfwqo6\r\nLOlIMhhEnM/GcOsiiil4w1iXuzgZ3SwvAeGxKlTAMfpYQRSXamkEX1gTTLdA\r\nh/D9CplPRrwKvDf752gprHclyBm6VeRqlnhsCBlCYdUWLl1mlINWgXleRuV/\r\nkHAhZNlREOKL41+Fc0CJ8QLwyRII4ZYGC6uqeoIP4LwaEFUDznyJIn8awp5q\r\nEG5Jrw4mFgAHaE14QB7vRl1OEESE1HHCZMqtYFivhoBMdQaHGEwu27/76D/X\r\n1PrgtZH+y4jvxiUQaqcBIWYv+OPLMcRWZIt6g/YT5tCGbt6fksNopDKdj38z\r\nGfVllFSlePi+wC/ys958+QWesxrqQkS14RuUn4fQPlXLkiingc5AQ9UCZNQF\r\nj6YaN29VZnNCkQeviK4oMqzCRrPCEMtZw00=\r\n=OaeF\r\n-----END PGP SIGNATURE-----\r\n","size":1678428},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6-canary.3f51e1245_1647991600182_0.046553138550424755"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T23:27:16.325Z","contributors":[]},"0.12.6-canary.349648917":{"name":"@firebase/database","version":"0.12.6-canary.349648917","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.349648917","@firebase/util":"1.5.0-canary.349648917","@firebase/component":"0.5.11-canary.349648917","@firebase/auth-interop-types":"0.1.6-canary.349648917","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19-canary.349648917","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6-canary.349648917","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-my3ATlP1FTAXg7vpWjWdHA6fAI1IewyaPwUJVAe/TLOuJMxnslOmtJtXXusR3D5/MumNzVrccbT2C27LeZqqFg==","shasum":"4ce23d800703068b7de50e463b5de3b04a59ac58","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6-canary.349648917.tgz","fileCount":216,"unpackedSize":8693312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOl3UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSXQ//a1tk2axEdU2dkeYFqGiaGs7yDKM5NgiCLBx+Yhb23EtAFJae\r\nwMUB9Yq0TTKxX1EpPUWI4S8nt00emTwemPZYUGNtprsEZXriZo5Nr0JmJFhp\r\nw2WWGSs2bxsCSwC9p9onUYSs11l1mPAX9439h7uY6fikPI2Beyr3dpKHOhdg\r\nwsLvePAOwYvIK0Di2kbXqHA2aaa4Oy2UcNeHGZt15UrFYEPPZdiRki0BHAEz\r\n5OM7hXERBaz6nyYf46z3k4vZU1EWWm8ok1/jm9GznYSTwfAxFPlZtYdLlRuw\r\n1P/Qpk1g2bNGWBlrqQUMCEkcRHhXxO3pmY8q4hFxFZm0nbG7MQArENPU8K7+\r\n8YKmIkjDPZu3bu3wpG3PeDyN9RnkdB1Oa9xDRp+AXO9cHwLmseuxE5ZyWs0b\r\nkR5Q1roM+u1aTjh877mAvksiprcqzGXN7mDjEY3hbZfHz+2ft91ncpfG8sCA\r\ngLDa3VOxa0dpZkoaW2h1kGc0Jxv8KNZuAb8bNvS8Zq8K0HAARvJLUJ7UooeH\r\n84BJ7dPDE0FWuQtkeQHBv2wS82FDaL/aiZPqXqPiyp96MAy5Y4t3O6coVuZW\r\nqi4CbbigwbmAU/hIwvzDY9jZKl6aDF0ZE/qf1hzZmDEUl8AvTbCmK+Nco3lJ\r\nvI4lhGEmV02YiFLTHcTZL3OcyzCE5Yr/LX8=\r\n=1R6V\r\n-----END PGP SIGNATURE-----\r\n","size":1678435},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6-canary.349648917_1647992276642_0.7891024349504461"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T23:38:26.292Z","contributors":[]},"0.12.7-2022222232915":{"name":"@firebase/database","version":"0.12.7-2022222232915","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.5.1-2022222232915","@firebase/component":"0.5.12-2022222232915","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-2022222232915","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-2022222232915","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-h3BmKtXC/u3+m+S+IusjwP+ouKBgTbFqwq+fdkSVt8mabbqyYJkYm66HqTWW1VmB84eTtW6lFd9RuZzR7fb/Zg==","shasum":"7a70864a5a705c561447036c663b54660a56a463","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-2022222232915.tgz","fileCount":216,"unpackedSize":8693516,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOl5WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoz/BAAmZ21jQFbW5zDy1gQUp0Pvsq4NdFDc/eH/T3jAhcNjnjqLht0\r\nB86P80KYaZVBzc0LbZC9it6ZHLDdUWoUfxnQHJsWJamSwIE4kYqS/2GiEQv5\r\nCK2HunvhQdZ2pXZL6jQuio373LWlI+baU3DVJzSw/P0NKAxX9PAWLhtrYaAR\r\n6+LNlKI7zPkz3QvbnIoQc6k2HeKb3gTHUaVfC4tKIPGVzWr2wP2A8bxbXKlO\r\naKkoXw1pkbZZpDhInpXjy+vCWVd5q0gL306q9sNRUlL7Ab3nc9gQiXgqlo+M\r\nQNWAhE7zLPZEpeRwZSzRei3isTf/b6fXhRNTQZ1FQVO9Z/Wpn+66lF4f3dfZ\r\nWDfm684Uhbpz21c+6coGCekCrfa6zfkWLxfTjyuMTSB5zcSZSmZnqZepH/x2\r\npkvl1PxcyZyOmskZt9rJmU54OLiiXT8n5q2sO6ylG6kX/Mx+UoV6kPOuqBdl\r\nR9hZybGLbff6vN/wZrj4aCo5BxaD02fML/Bd101AuFR/1VqMLfRrasQ3Yaf6\r\nkYdD+8CDymT8Es9akupEElTzg4uDroFLkqmDhWEJQKGWTPFHoaUULqNO8BF2\r\ntmtHh8YOxJiZ1TIP7fDUlIMyLRmya9IzP1oYKXI+57tw3fFnlL/nk+6JKoIl\r\n9U/3blK9HmjLD3qHNYPDtnbOI/XIHD5qRTw=\r\n=W+Lm\r\n-----END PGP SIGNATURE-----\r\n","size":1678491},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-2022222232915_1647992406313_0.16266201237543743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T23:40:49.275Z","contributors":[]},"0.12.6-canary.f8c571c01":{"name":"@firebase/database","version":"0.12.6-canary.f8c571c01","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.f8c571c01","@firebase/util":"1.5.0-canary.f8c571c01","@firebase/component":"0.5.11-canary.f8c571c01","@firebase/auth-interop-types":"0.1.6-canary.f8c571c01","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19-canary.f8c571c01","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6-canary.f8c571c01","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-cVRaErk2IWXW82+IrsljwhZ8x1QlopKWV4jaW3JX7lPUCjBXUqTNh+mE70uWOi1hAeL7PPL6HBWw+6bjRxv5uQ==","shasum":"dd2efb54bd48c2edaa01e507dfdc4b2a9a4b7b4a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6-canary.f8c571c01.tgz","fileCount":216,"unpackedSize":8693312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPKPzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp4Jw//dRJXxyaUwcwsxnA2+Rsk+PXBneYrFnsEoTHZBCIoAeOGAJjj\r\nRNRfZT+584LRugzOfVLjiVYh8gKfk8ly/3rYP9XHS/mSrcJHyLnLlPFkdKwO\r\nygDute0nQmjKrGAbEcsl09e+38Vf0qeMHi2tNHv+YK/St6w1qLXzZh7p9lKw\r\neguFdGbos5dxpENKpY5lGiRv1yjyPldGst1C+ICetAtnbBmn167uHNZVAn0V\r\nUwL5GD4lVu9SGf60OkZRuzfDFfUmkf2BUMYoPY719y5lf8zTFWj6bQdAmCT1\r\nZVCVSJUPKYkgcj9YmKEPnFaP7bAWJefnRguXWV0Zp+Q3riQ1foiH2A4WHYs2\r\nEcw8HUU1hbwb4EAgYkKrpW8E9ihc8L1oZel4ZtnrNH5xcrm+w5W0MeZcx1c4\r\nJTEd6kWry6z9xCEGDDO0jONJYD0xAN7tOxTKCZvlqUhxVtTAUGxMxMTVjK1Z\r\nhcRIISr+fDb128cVlpIthlpSKm5ypMAJD52iQv5ApZg2tyJJsqSebduhuHT3\r\nDKkVeSP8LrC7suSP89fvPukKcwsu12/x8Oybceug7D3lrVmxwpe7Q/7dr6mC\r\n2KK40Iv9i3gBBMhPI1JJ5oMmq1yuW5OCh/9YLr/du+nqTOB4u+Kb4lfHH44u\r\nhUu9P4fmPODCDdaPL4+f9LEdo6MpojVn37E=\r\n=PaC0\r\n-----END PGP SIGNATURE-----\r\n","size":1678426},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6-canary.f8c571c01_1648141298963_0.3496999538456702"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T17:08:46.417Z","contributors":[]},"0.12.6-canary.b59a56dc5":{"name":"@firebase/database","version":"0.12.6-canary.b59a56dc5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.b59a56dc5","@firebase/util":"1.5.0-canary.b59a56dc5","@firebase/component":"0.5.11-canary.b59a56dc5","@firebase/auth-interop-types":"0.1.6-canary.b59a56dc5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.19-canary.b59a56dc5","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.6-canary.b59a56dc5","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ScW4hllgKhnuty4WDfK9b2t9JIwXrT6TwnWod5ISfegGxchKeDaETQgLMRoTzjQK/zsX0zSiHzOHl7zO19+W9w==","shasum":"1b1f8e10c84cc77a9457f63491d642b497b0d1c8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.6-canary.b59a56dc5.tgz","fileCount":216,"unpackedSize":8693312,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPKVUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUsg/8CLWihwQ/vE+hQAOwAkLOpjwDdTS9TN/ERbFvBstSkcVKk/KP\r\nGYLEs1thjUwnYAoXGPCWwuXuEII2FA2UFI7zCBDI/HdjU8cCqiwG6cSp1IlK\r\nXV22twPsZ5x6mCWpHid4LSWEg6Fe9i9TLpvRsE7C78/lbp0CmN0OOxeXN/IC\r\nyKFf2AnF32EN7YfqLAEqrGX5TKJTZv+RWDUP8WFBIFOgvkXRFgn6eOhieo3s\r\nrPSUq9kof6Tr54/SuaA/KgPY4d3/BXdtKSAi0MkEDE8dEb0fGG7e5sPxl1Pt\r\nvHfX8tqyeFc+UaxcdQEW4Bu/SKMpB3Mgn7qRGxrrPXal4+df1Z2ovBGSjXEm\r\ng9mKv3kwmkQzGh6NHqdcMG/G4jlFDAGXveknE6IYHuqwpwF3scWQeDEN6XaP\r\nxdNg6zFPxTXOVTZvqFzHZW2dYm4Z1H8xBN0ab4WtaJ/LRDiKVS9MT+4kttcl\r\nyowMbtjAwQOY2d6dHbIh7pIxg9Kwys+OYelMdDgAfPSj03yHeuTRcwa12ioC\r\nNtoHrj0utOelUF/NstG1T1/U3NI/gp0qds5CyVdVKUtMQOdwcUAl0dnclSBY\r\nLXv4Sqe59IeMKAyInWhkLZS8C49b62+GSLewruPkeVn0iVmGXGjpcwb3YwKt\r\nn+OzHbCTurS4ykBWDyh8cw8i+/xewfur2Qg=\r\n=VjPL\r\n-----END PGP SIGNATURE-----\r\n","size":1678429},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.6-canary.b59a56dc5_1648141652015_0.6715964605077291"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T17:08:48.604Z","contributors":[]},"0.12.7":{"name":"@firebase/database","version":"0.12.7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.5.1","@firebase/component":"0.5.12","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-HL2NMQ3Ce5YNM2MdEuACHmU9NQEwq2F64R0XK+CReph40skxp+A7TvlJDO5bTAC0s3l3ebgCA9VmxfJu5R6UAA==","shasum":"49b9c326b9b86da6f5238627176a1a21fc2cc768","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7.tgz","fileCount":216,"unpackedSize":8693362,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPO2sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCghAAknVNG9JmLc5k9Y14sJyKMdMXFM9OsPrfO1k7OnjYJe42l9Dj\r\nQcGDisVMvq5hx23Y/Xt5nMj4fAiqAusponQjhmSEx2b2/YgBI+mh0Ogm0P/7\r\ngMNG+oWpG5W8Fuv9HbEoMxi8w622v9ihhjH65nuk89uLF2FRmWQwoVs2FwMT\r\nQhsRWVve4wysQqCIGwBD1rVaISJB45ybxF2qZNUwnugn4qNJ1F6Es9dzoj6i\r\nE5KnESvSj2Gl7x9MhQknjcWf0rHv3e1S7qdbJCwAAp4+v9mlQvJLWyD8fHlt\r\nt3CAKjPtivsASSs/OxeFHMFT3lhYMsTuJcWQC6YLtTLOLDaqBB/xs5P/MtDu\r\nlbyxha24NCTkjng6wwM80wyTIGjYny6K2Tuf9kK/QiTEv8SPxhVvIoyhTlf7\r\nfc865HtxTbIrcTN4STsqWGN6xqkY8/0ehR/lFfATAm+WY8fP//he77m+rDYf\r\nnYmwmuczgFMTEp32Jo+oAzEL5ed62oXYFsjIzQYHcjbdG+4ZDZ9FJYw6TCOa\r\nVP190KyFuXAxDgjf5pTVKeCcXFwhtxHf66PW4BgXLSZ119a4A41JZPDfp2HI\r\neNIXM3Zm/gAeosI6a7XG5XK1S0I+pxcxiGtbpWV53EDNTkVdHWIeyLlZ6Ouv\r\nTqcF9RwqEnjo+Zr7s4Sw86zUXzxB0hBUXTI=\r\n=7BWT\r\n-----END PGP SIGNATURE-----\r\n","size":1678428},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7_1648160171927_0.3438728242903497"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T22:16:52.686Z","contributors":[]},"0.12.7-canary.7343a55c4":{"name":"@firebase/database","version":"0.12.7-canary.7343a55c4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.7343a55c4","@firebase/util":"1.5.1-canary.7343a55c4","@firebase/component":"0.5.12-canary.7343a55c4","@firebase/auth-interop-types":"0.1.6-canary.7343a55c4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.7343a55c4","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.7343a55c4","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-a/pCv058GNnTR5HRrK0FznzfbErT+THpJ5ccBZ7Fz+mQd8VIAuToP0Y1k0rBCXrIBL9AIJGrT2RX/uj/M0a51A==","shasum":"b5eab911de9081877632dd56edf0437ab87e14ad","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.7343a55c4.tgz","fileCount":216,"unpackedSize":8693532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiPPhHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7Vg/+OmgloumJKY+jj8X9y6e05YFVkuwCFBak5qD7AEQpuh19GKjb\r\nuz0Pi7edwu1gTYnbVB59HB0HgJt36PxfKKgLwc+AwhoVSiF/CDiD0ecCk7Ea\r\nUXUeXeufShdW633R6LNocOdPFZnqnF0X9FIJ88TQ/+yQ7np3+trxOqJlJWL2\r\nAIh53OA2O6dUd0VCJ1HLHRSxPNzmfR/iWg4vxbKNdQkeYzboEo6rtMtURHlh\r\nuF/07F/VOdd3JW5/Jp2KMuwhCYul7+XDilxmhbXlZmQ9Wnk+Lbnmn1Mzh3Gz\r\n9UPoiWwiO3ikKIokVRISSIE0rufd/2p9yIAgNlKkm6CPK8Iiz3hw3Q52rsyI\r\nTwOPaHGSmkYjTIukf85qxRNrURd+eHnHX7e1RbArbprOXkurKmmoU7z8AwTT\r\njA090rvWjt3CapSdVpkL0L/QC9iBqML5lw+46IfCD6bToB81BN9zBGE5W3Og\r\nG9Jx8D82cgwi4i1JglHmv9tng0rFrlbIOaJXryBJ26v2fbkN13Q9GlfCAnz9\r\n++aa6+N8b4pq265abHUeoYnKD20ikcbfqjao029WUHMgKpfPvmRRow/n2Xb5\r\nb6TiV9r4lLTOQ1izTK0+m0GlKENfJNJljsfwxzpFXyVhjeKTUC8t6FB2QFnT\r\nSENProt85y/lZkR2dP/FhfOiD0vHGRJG5F8=\r\n=T8ZV\r\n-----END PGP SIGNATURE-----\r\n","size":1678483},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.7343a55c4_1648162887320_0.7026627538678378"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-24T23:01:56.640Z","contributors":[]},"0.12.7-canary.46fe1362c":{"name":"@firebase/database","version":"0.12.7-canary.46fe1362c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.46fe1362c","@firebase/util":"1.5.1-canary.46fe1362c","@firebase/component":"0.5.12-canary.46fe1362c","@firebase/auth-interop-types":"0.1.6-canary.46fe1362c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.46fe1362c","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.46fe1362c","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-0JqXkn9+cRwzQxgMZDMW+7IQSxIuA/UtD6gwiqd2fXRIY6gyCy2uZ6StgcUkZs2mwhpni/ywjwQpLSg1fCdYnw==","shasum":"ab05aca048f970cc94f8bc2f3b0f55906a00147c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.46fe1362c.tgz","fileCount":216,"unpackedSize":8693532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQe6OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLkg/9HOngMGHcWt4mPtJAgLTQSD0x67PxPTnKfg9R/yD1gkE1kLxI\r\ndlz7H4a+9mVGt8f5/iTl1y9oeHdW7EkBFknHoF+IUydDLSGNot9gM7u6HwGX\r\nLtsDFa/+nXAy1YXA4x9dR+TLjqw0iS2LZcB89Stju6O+HB3Eu9nX3KKVHPAR\r\n3UXd/C8h+boPPtLOHIRc2VKIC4rl4yjkFkXJ+IDR8tMVFn2+ln3jwQ9daZGz\r\n1wRCWtqIsqi3kGEiVy8gX5rXHnQydV0kD0C2BNCbC7DwDB2NHLRYtn/0b/Gg\r\nCy4uMubLF3ekYlV6KcY9LwTT+RnTMy+jDiIe2ofJsp+MRkbwExjv8DlvaN06\r\nFLAduepROrOlYsUXLVveX1jj0D5yg45mW6GLPQjwkn/m/UWT5RnbvkKTthrW\r\npmASs4FdCkMmHvgeLzoYVoBjR7P/rJFgMB82UfF7NUjgo40GvgVDGD4qeVLZ\r\nQUjNy2tfkTaNkBHrYG/JvbO+qlOOFWxARIG8VjQhZgSrCL7uQyYCZvSgudAY\r\nseSNlLnPRfeN5ib9r7YJsp6c0WK0IKH3AoN0jjrmnC4nLk8b2tNJ8o+Kv8se\r\nAOwdp//nTpXLny5f4wJppwBg73hwmOoGZvZ5ZgnltljiHW46RueIGFTxo0x6\r\nPObRcAORha7pbe3kFQgFmBRwRW5nVk8fhRc=\r\n=CA9l\r\n-----END PGP SIGNATURE-----\r\n","size":1678479},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.46fe1362c_1648488078639_0.8311107351020708"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-28T17:22:11.053Z","contributors":[]},"0.12.7-canary.1c37b5e96":{"name":"@firebase/database","version":"0.12.7-canary.1c37b5e96","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.1c37b5e96","@firebase/util":"1.5.1-canary.1c37b5e96","@firebase/component":"0.5.12-canary.1c37b5e96","@firebase/auth-interop-types":"0.1.6-canary.1c37b5e96","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.1c37b5e96","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.1c37b5e96","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ZLwZnt4Xij+QtqPbMmyYdbc58vsrdJE8DTkHkFFvI2ePNgJemFNVupau4LE5i3ZlTgphmC1yFwicUoyYDR8Omg==","shasum":"864386719dd77743aef020ae1933c7908b0a60b4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.1c37b5e96.tgz","fileCount":216,"unpackedSize":8693532,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiQfgdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrObA//eTZesHhMcvATmEe7fXsL0xOZNqN8XB9LJExEAzWkz+VXwMia\r\nw9to+DefHr3x9Gp21SvNhzMjFnMfB1n8p9DRc1D7iP9dPlVPVUF4lfH0vVUr\r\noQC5DxuIoKvsMitnhsZsRguHmcJmbLUTtNrkPS3dBjz5/Iy63BFR8Q+ht2+H\r\nlME0kyIsuBnEj5gpASzzHqFwfx7ViRoP6JudfSjoHckPpppwK6VsdLiDPHDX\r\nGMM2isAj3M9WiI2Nbcl7Jg/zKNBZQncCPZEj7WrpNvBZrkCMta/COnVJdtUc\r\nw+JODkFEM+4EOo6VR7UDDIaQVQLIgy3SqxwO5YqyMYALeIpF8a+v5lJTZvWZ\r\nAQqTQKCje/Sm5MIwc0Oda91vmkdEuCYEvuwOONqL7uYDkD/aBcpO/OOvA5W4\r\nH+vloJNJ0W3cIK6ojb5RYZtkOnzaGtOUz+mKk/Cui+enaB3tzakwoq5RWCtZ\r\nk7hAxBxpJo7Scz6mmo2DRoyN8rNBA0t7as282KaQM6NCrMBiPEkSSao/OGxp\r\nPXaQiPTUlh5uJS0XcbMFcqr+4lOA9hUXeme7WJ3c7EYOH6a0zLinsrtpdKI7\r\n/UnKqjjrcYVj2PNrsGVVSHMBxe3mk99iZEmNvo3mxlFn9SQwXuzQwkpcmWTO\r\nH2OBDg+Gt5whbFWgeENhvsgbHDEvQe4XrWs=\r\n=iedE\r\n-----END PGP SIGNATURE-----\r\n","size":1678481},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.1c37b5e96_1648490525729_0.1446193062846992"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-28T18:02:47.490Z","contributors":[]},"0.12.7-canary.0001e23e2":{"name":"@firebase/database","version":"0.12.7-canary.0001e23e2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.0001e23e2","@firebase/util":"1.5.1-canary.0001e23e2","@firebase/component":"0.5.12-canary.0001e23e2","@firebase/auth-interop-types":"0.1.6-canary.0001e23e2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.0001e23e2","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.0001e23e2","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Dq/6EJ+3FSJm6PXscAre7BxDYMmujg+UhN6u5OsW/m19uvazp3V+VpxbQsZYxS4RtDq+zj87Ihh9x/qxDQKrGA==","shasum":"31e5af19f1f7c5373cd125cdea4f0db70c3d6abe","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.0001e23e2.tgz","fileCount":216,"unpackedSize":8693532,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDGMSGJWouwW2VExrlXgkqfScGoWSJMGOHMoUQJE9QMGAiASKm7V8H9EAryiZ/yCr7wDpLpuMc0lv0s4E3wIqPfvkQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRgsAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCwQ//SiObfpX0VYlxqztwhGjTQxbnPpjPMRrd4Cl9hxaO6CAp3dCO\r\n7GGsu4L+hr6fG9YLWYwl4POEs2jGWgvWrRfKs8kTrnnaZCcDFGO9motPJnZI\r\njhTzVYM4/YxCbdUNZ+n3NQoRkewhLxwtsrWkyakc9RO53K1xWIyruFRTpYPa\r\nDX+JhQgwG3rBBoeff4y3TIre0l6VhJljXYBem3qJGi4uiwT6n8zgeiXXtZ/x\r\nQckG3BYummi6XcBp+e5RUW0bG3B8Xfw80Ab31pVh1GIOuCkmBVlvrEh0qQBF\r\n63SzdaidFMjAnHxG5I0ea1HR7Ivx/cHdLblKtoyp4NdLSo6FfxeKS3QyesOL\r\nuqieQlMA1izJ77sRhTNr8u/KEGb0ReTyVvJcRWR6BgLu8H+0Gbt5XIfeAmAh\r\nQbXmS/QYtIt+Vz+hnuaxr7ZWInCXgCTEbmocBOCWHqX6nVIhBrSuMhy6UEMP\r\nTOhMR4a3X0PuLWSQ6e4rlmr+vGpDtJ4+uUUf7KadumYqhafo6gqeqsfX/pLI\r\nC20kh5q1lSTbmhGyRZIlVyJ1cH8NEwlfctcV1x4/X3GRTfdapkH/RUHUiHlH\r\nHK1RN6NL3Lxf6Wvkm/6gq92SWei+HzcLyxhuCQ/LK/HCzZWmJqDbv0ihjjXN\r\noI9DJ/rBlfNL9HYSvXm/qJZFqC78f5PbUTs=\r\n=desX\r\n-----END PGP SIGNATURE-----\r\n","size":1678472},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.0001e23e2_1648757504117_0.5087736819041675"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-31T20:12:13.322Z","contributors":[]},"0.12.7-canary.d756f4e11":{"name":"@firebase/database","version":"0.12.7-canary.d756f4e11","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.d756f4e11","@firebase/util":"1.5.1-canary.d756f4e11","@firebase/component":"0.5.12-canary.d756f4e11","@firebase/auth-interop-types":"0.1.6-canary.d756f4e11","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.d756f4e11","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.d756f4e11","_nodeVersion":"14.19.0","_npmVersion":"6.14.16","dist":{"integrity":"sha512-kInTxZT3Rv6xjPS23GRctj/H3wrPzLd/8tcNZUSCfLvbsxaTpkLH9uj1/coeTSXSGdjOFPEqMVnFOkOQpZWZGA==","shasum":"2d12dc5e40bce07cd606ca4805b711c4c168ba42","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.d756f4e11.tgz","fileCount":216,"unpackedSize":8693532,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaf3L4Rw1oE5OKHHDBIz1i1sxcOKENUdGl8dQLYPZI0wIhAIoF6I6ZqmaCEOth+SSvmc/mNIqz+gl7rUs/g0aN/mrC"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiRhUzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqnJw/+LN9+GNtZqepfd+kqkOQYeaegPXNqhVIlwAbuF1dSCQQ2GrYt\r\nJp9KcCkKtdtjlZWcSmkYwn1STYHRiub9UlI+Uf7wVYYtec4ew+E626yerjcZ\r\n0A6hk5dnen2tbTr9rkuW/z0uY/0zYDCHPSgu7fja6mhJXjX18P+Q4i2u1Kwu\r\nqjHbyt/nuhb9qQLsbDR/PEAWPxkGuHFHNu0hsCX8VXceyhBAYHoMTCTRNa2m\r\nQDE9n7etBnRxWv6Cn8lguAo6tJc2b4IQw1IFNQp4wktOfwRas+UylX6wQKd0\r\n588rPkYF9LBlzltjoEtaAja/7OmX8tsXYfDbe/dtOg5avuam1mScmmrVM/wI\r\njnugXUhp5EjqyplUSl2Kg960+4yg5oYuOPSKlq4YvfqpwYUGBnlyCvH713dR\r\n+XHuvHumeomdoiBx4PVD116bbXMkTDwqMXM5Phb7XzkDBxvnFFfz8zihTq16\r\nRznXqr5hGTkTcKwrXxk5ieW1Th2HeWr8q3h5OpNCYFrfppdW1rehYBw+PGQx\r\n2BoNEVzkwoQTd2aTujfvpSsxU2Iarnf/mJ08ff/hJyEUjeTwItbsl6XzZs26\r\n012iai2MldvN4xvh1iQ9JqfdzEMJdY2NPRt+9hbAHjS4r8Vs+jFYzZI+CSNF\r\nhkw0mnEw9HptAXkMhLdOmfJyR4N1O3SO3jg=\r\n=ynvj\r\n-----END PGP SIGNATURE-----\r\n","size":1678479},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.d756f4e11_1648760115051_0.51495084437157"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-31T20:55:55.785Z","contributors":[]},"0.12.7-canary.7a4e65cef":{"name":"@firebase/database","version":"0.12.7-canary.7a4e65cef","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.7a4e65cef","@firebase/util":"1.5.1-canary.7a4e65cef","@firebase/component":"0.5.12-canary.7a4e65cef","@firebase/auth-interop-types":"0.1.6-canary.7a4e65cef","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.7a4e65cef","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.7a4e65cef","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-B62uin4ooRk83Q3mwOwE/Vq1GDZA1QMcSSEg1OyMnfeO6YAWV28dKROfYFAjJYwcOm9Rvf/UuTozbPAvr4obNA==","shasum":"b3e783408df96c007283fe0b9f2d9ad200a13b37","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.7a4e65cef.tgz","fileCount":218,"unpackedSize":8694798,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAJkay0GdmtHPQb1Y1eQIgysIJX8YZYQmmJHVsSKvEZAAiAYj9C+btv4OW1Zquq/YnpbQ6UVPcPuzlqvqlNTNL/bEg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiUJv9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpdwg/8CBz7m39Hc+UuVcIxjOyQ/BR6mNFHiOTYjUnkGvniM6bxmpUu\r\ncOWfcu5heEXkMR14V3FZweGHWxiZtgzii8HcpSTZ4ChmHR8OTDXrrtZFh9WK\r\njK4dAKQmEC/mjI72wKtQ5XTLTGpPy5PIVoCgedeDB9VSO1RKmYAyw/umafF7\r\nKBNbyYp+XCN8gHonbPAnK6aZe+ClGQ4Gofzo7J6b9C0D4SnuW5M7/eXpyZJz\r\ntHlIKb+iDYvfcvavv1aHHyA6YAQUQtSLmEltfFTZVOipWeSfuWbibGZtFOoE\r\nnU9CMojYazZTjVdA4QY4iCli8zz1mQo5wHbkJ+a9TLbQKdb6QqpYGdVGIEiK\r\nKF73tnQNVi5S9Na8CpQIu6GeOGcVZtM6IS4Z0CXPM2WundR0DYfkKHHG03+J\r\n1gEK0Y5XXUZNv/cjXhbLZEhHk70Ra9a7RJS9FcKUlrOwROcvI6KcUsnyEFZG\r\nr1HqhS4RNxKcoVfUoVFTs3OimcQ7DjM93YBPlV/V+Ue1vE88IXve4Gb0O702\r\n6jwGXsKX05IjrbFJuVijY5mObPLpsG+Q75oSP/YpbacaU6LDsy7hSKG3DQ+w\r\nHNU6nFhv7j5pxZUYHH/O5ATjI5FJ9RPoaRVvgrI1cfwan4sSo62+7+LybWMy\r\nrA1XnkQGGzG93ntYbAmEpaaMrsGxH8mXU78=\r\n=9d0w\r\n-----END PGP SIGNATURE-----\r\n","size":1678550},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.7a4e65cef_1649449981270_0.013786221957983402"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-08T20:33:33.352Z","contributors":[]},"0.12.7-canary.7009181d9":{"name":"@firebase/database","version":"0.12.7-canary.7009181d9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.7009181d9","@firebase/util":"1.5.1-canary.7009181d9","@firebase/component":"0.5.12-canary.7009181d9","@firebase/auth-interop-types":"0.1.6-canary.7009181d9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.7009181d9","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.7009181d9","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-3MMqDN+Nh3yrsvLa292rlvCLrsOyCYl+C7YhWUEmfbgjhyfBvYPRkuHymyezfm8FlV7PkCzfBbX3UmcOqwWk7Q==","shasum":"c43a225a03a4130c4595357734cffaf4cc364382","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.7009181d9.tgz","fileCount":218,"unpackedSize":8695048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE6gl7qRaxhTlrBZiZPP2ir3aXxZ2ntRz0GCwcpfo0xVAiBuAab/IgQ8fzuwVgyaAw5IeDc1QFwB/H1sq+svPvgjMQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVFDKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaLxAAkR7I1UCHXMl5pe4ubeeJX8OQ7ypQ1qVrjpwsKpvo3KaSiixJ\r\nD1LtJ+p6zPHCtM5peNfZtlTDrRZQHsrbaqakhTnLet3UZK67KbxBxbGY/mrc\r\n+b1UvEZNSzy+8gu87cyy2EzJrjKQCgncMbpmbKQHK005u1XLpCQ/0hV5aOoK\r\nEo7yYIeLSIWbBk18SmnYISTNy6Pzooi3ktqEcw7Y57b/4bUTRzKyqN1unMNE\r\nlwh4GR6AyZtXDoRbyTUqi/VTsY9e8vlVUAqx0dWr5wUrLlkUnrfb4fSSrL+q\r\nRlx8ic1VpLtAUm8jTNfq6Iz1owyW0t4m9+IVUkkzuIsDj2UTdlygrv+j5e1U\r\n+6ZgEhH0JHrH5l8Tef+74CMQuKeTnpE10rqB+T0YKblptu6flH7IWFYt6QHF\r\nXIqVSlrnLSZ5VKZY1Uds5y2eFjIvEIRozjBx7cmpwv5aOML1NWByTSYsmeha\r\n2MnJbpkV/GdXSAKinbzYHLUgx6iTRv+B4BGhX7ynQLk2rofjcFektWXpXHG9\r\npUXCKD6NvX7174eqmwe/77b9GJgWjMGGRSV3fRGWug7A1ENgfLhe5HXOnAzE\r\nNZ/zsc04XbskrdI7DpR8Y0u1jlngt4CP4t0YtCUF7mv3JlZKVIIfHDDnueCg\r\nAgI6oHH676xVBk4iWJoyhHcNcLnuSpaA9ls=\r\n=rXs1\r\n-----END PGP SIGNATURE-----\r\n","size":1678624},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.7009181d9_1649692874162_0.27359009492677844"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-11T22:01:54.503Z","contributors":[]},"0.12.7-canary.e5284a12a":{"name":"@firebase/database","version":"0.12.7-canary.e5284a12a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e5284a12a","@firebase/util":"1.5.1-canary.e5284a12a","@firebase/component":"0.5.12-canary.e5284a12a","@firebase/auth-interop-types":"0.1.6-canary.e5284a12a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.e5284a12a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.e5284a12a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-m6kceioetq7MdnORO5gRasqajH3OmnTvMplnXT7L3c4buZ4viHKWWkRGgg6cIDkA4AUpVMNnKbIf1CzmUxigtw==","shasum":"775c0a3b6e72f113f5c0f4e3c9d5f8949d324664","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.e5284a12a.tgz","fileCount":218,"unpackedSize":8695048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxy2ZaLfflxQ7dlXrHwS9GsLXu0NjophS/Mi+1nJIz+AIgXwgeivEEDy2k7EZL4WI1J9zFQEk4xsf4zU5igHEh73Y="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVGbfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoodg/9HuOJ+CKOx3r6pQWuLJUYK4G64yFg1VmKjWF4Ll7THZYzNUUW\r\npgpiQl3TqfRw9VRszltqj5RnNdn3U036gdsUkDuZf3LryCA10I/6sxTIhZUQ\r\n+6FfUIsRuzikoazLMfT91Ja6bDIV5dFKp+blWhheWqCJUe/IxKivfp5YKpdQ\r\nOSARXGq4SrDHFfYCoIoTjT9ZXy9Ix7TK3KiAE89PLohM4+I+K11Am8Dy1W0/\r\nZp9BP3qD2UQD14fMwGK9SIV794/IxmGWvSPxjs61gdTh2201Vk84pUercMom\r\nySXxlzPL1f/xwDgXg9HOLFHPIMBAyleQbnFDvsoz9mN2csFnhm1Fj7SKuFhQ\r\nhVf3gigyOllqo1i+Pgtl/kkoJYo/WpwEVcN7gSFH7u5AHCpeRvlZmssqshN0\r\nLbRAJUOt3V6PTaIzrrjX3w8fjE48wenObuwAMnA3Od1fzJdLsvlr/0I48A0u\r\nxgAFypnZbZbnXXVjk0Uo/wxX9Zzm1CkVg/81Xkslb+fDauksrfQdP2Qjhva+\r\n5R+r7sxDGPK2i0UHc/SZdgI0sUyZi/sjBjg9vRMKTrtsSxgCUKHD86TM5k6/\r\nHsZ+8Q2cjopWrz+W4YAlMIP7NL70xTl1G2z+sq8dCCH83O8PaTnxp3VeZWAc\r\nKSA9paTH6xJAq+YItEP2MVxQjYypMGVKvqM=\r\n=yCNP\r\n-----END PGP SIGNATURE-----\r\n","size":1678621},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.e5284a12a_1649698527692_0.13075294245151636"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-11T22:01:56.602Z","contributors":[]},"0.12.7-canary.e9e5f6b3c":{"name":"@firebase/database","version":"0.12.7-canary.e9e5f6b3c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e9e5f6b3c","@firebase/util":"1.5.1-canary.e9e5f6b3c","@firebase/component":"0.5.12-canary.e9e5f6b3c","@firebase/auth-interop-types":"0.1.6-canary.e9e5f6b3c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.e9e5f6b3c","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.e9e5f6b3c","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-dUqRZ9YSSc/WEIlJgCrXnGUK4frUrD8GGIEEz2jp6grZTdR6GE0iHO1LAJhRaftj9VUGnTNcmrXCTFHnu+/wVQ==","shasum":"396de87bba78c37d90c9eeff3c747ddc38e3f681","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.e9e5f6b3c.tgz","fileCount":218,"unpackedSize":8695048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7tPRi2BIVQCjley3ryHOsJ07pBHA0LCjElltr0gJilAIgfZs5Csr5uLKm/yBfIins4O86EtTOO3FpetoH4T5Lh7Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVGd6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoC0Q//SR+isnq+9DSzGE+QmID5kS0Fz1T8dP8SmWCUDiavtAOgvL03\r\nCG3kTLx90xKHCCrrr5ZqZoV/V1QJzrtjPn2EO13qEWZx+NcgYo4J93iHGKQK\r\nC3EXySQw9w/3eRKDpsNFKPxdMXsDKuJwHkWeu+T8bKP5gJzkeQNqZ+s6tCfK\r\nVxfy1UgqqkuOsu78eNJtgTvn49w94jHbLRMrW/2EQtrVSMGViySTiTEjgxJ7\r\npC1erlmlJBoZ+Gc5VH1X+0y03n7gQYioseQEQ484M1FLW7qfWZYdTZo/LF4g\r\n1rOfJmC1mWOJkZZbH2+pY2dTY0FDu53uXuvjrekm7+MT0SWO4ayLmELQ4WgB\r\nYEnRhJ43oWZJRtoAT/Rvdld0PrjzdYGxsTjbs9Dtk4kVun7x+k2z1vCc9zlP\r\nHG+ZQGPaNPVytAUIr2KrIyRCqOgLI9PViautctx2U1lEiN1hyd6qxwL6xIXl\r\nNTaLb/3oTCrM4o7RlIe4Njeh2+qEQy4lI6RmFHlQqbYq1k5AozAvHWfuxFmg\r\nQneQ3azpoqMd0Lzzv2riezg2hM96uDtLTH8LbMb7idFiAQhL6QJ8xVHVtYrU\r\nN/Fotnb0R33P1FhNAU8EExGxDEwgDBYb6sCtny4a15FTSuFFyF5cjt4pndD5\r\nKIuyGYii9iBs7PgO/QATIFV/MlRbWjLtlz4=\r\n=SsxZ\r\n-----END PGP SIGNATURE-----\r\n","size":1678622},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.e9e5f6b3c_1649698682408_0.6168344925797611"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-11T22:01:59.253Z","contributors":[]},"0.12.7-canary.05dc9d6a0":{"name":"@firebase/database","version":"0.12.7-canary.05dc9d6a0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.05dc9d6a0","@firebase/util":"1.5.1-canary.05dc9d6a0","@firebase/component":"0.5.12-canary.05dc9d6a0","@firebase/auth-interop-types":"0.1.6-canary.05dc9d6a0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.05dc9d6a0","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.05dc9d6a0","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-2xz1uScVa20tuDD+v2p+q/jlzvqNauTKJuzq9jmC/L+77KMh5dJH1I97p07/xMjK/iiEP7oYKCiouKuOZSfZJw==","shasum":"368518f86654646e671c7c63a2970b285aac409e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.05dc9d6a0.tgz","fileCount":218,"unpackedSize":8695048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC6UGlE6KO0yDb8TpZSdgLwDr/AObO+QNJzlMISN3h9bAiALiGJxItQnm02UrN7IhkNxpQCIx+xQa8QmSEgE4yoY4g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVeSIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/cg//emEV7bvoxDg3tpej2xTQ4VhtNmWBpcCBSMo1P1CyV9Rp/i59\r\nX8noTAONwz7xnfsiEjE0+lTbiaXAwVzufxIjvi4MAen1J1AjvaBf1ZfJRqkz\r\naneNMZxlWX+X6Rwj/QyhR/CMWvEbfbDZRO66UgFSCMmmkp7U9fmAneARyBAY\r\nSf6/Lxyz7oS4TnHtR2ZtCkSbnj7Bi4hZM/CTDFxMspJmiVeGs4QsbWxh1067\r\n29CXaSXAUMXaACY+XLht6RsUjVZ4HiFLqe3UYQjQOtInEFXVb2xVs7CSGtNj\r\nnNHlX4JJa8qVsAvzBrtOC1zyH0oySJJ8Xe5Im14C28rdGybAb9gS8pfOiMXW\r\nLVh/N4Uqn4COKMmeDW2CafGcvMBz2nE6I8OLgtSKNuSmA6rGyli6ko5M2PWe\r\nbdWL/TSlSJu3ny78UUo5ojY0eTTDUM0Q8RAKhPmFBqFRbw4Kgvm166zUTIQG\r\nuvJ/ga7cFUkVKpGw5wE4er73yh5NXo+8s6Z5aPIlyBK1ubRVkaNS/0kNUCDC\r\n9HkKePaZuKGyfSrPpHuBeYO6D/LfVt6gAsPyW4J5UJDG3gS7xnKB5yzWPDbw\r\nHNNUGKu+7FAsLD4JbBI9EO6jgQj8e5fPeYdxu9sy7UAQ1rgDQn2gWsu6hO4O\r\nHbwqHDh6oiNH93+XXaGv/2Pwt8EOAZyQUd0=\r\n=jV3f\r\n-----END PGP SIGNATURE-----\r\n","size":1678620},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.05dc9d6a0_1649796232365_0.45973585136850503"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-12T20:44:55.050Z","contributors":[]},"0.12.8-2022312211851":{"name":"@firebase/database","version":"0.12.8-2022312211851","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.5.2-2022312211851","@firebase/component":"0.5.13-2022312211851","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-2022312211851","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-2022312211851","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-PD+rYOXJ4dCI6YOpaR45IsMznAH4uLq5aF7ATalMpiB9HlLaqdPWjED59ugqOAfSrT+rvexDadGSaKmUyKN7NQ==","shasum":"fc706e8c3175052b19a57bebedecdae3dfde6f93","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-2022312211851.tgz","fileCount":218,"unpackedSize":8695669,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBGrKK7Hm5JB5+NwlSegWFlonBIuJ0IDGOZhcTdQ31wZAiEAtIvbZBXI4xFK+S+duUOu7W+yiUvjB5fW3gWaJNJNy7o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVe9uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpUTA/9FWNDa9/b+fEKuLmDsd9S3Ax6VXsAdayhpzEbgYC6MVZgo6fT\r\nEJ+QhAg1BUA+2BhMW5rc3TMahquswgWpnX40gLILHIGaIiWxImQbKE8uMzo1\r\nlFgoLrpVOrh1Q40WIDma0XBmq8rEuJ3C29B0OHtzvaUhTILt/+2ReprvDnNB\r\nsYQxWjGHRUJtCDN1I5mSGlk31CS1Vo3bbrUk21SHwbb0NLu0/H58hw6KH0KZ\r\nFiOzjeWMWBDxMjSjax4s4tR1yxV5eDLzfYNXttrQhV5tdHLDC+rRsMLqrvah\r\nc/vRufE+0rBB5h73tVShvxTYsYX4EOezOiymYQU3hZNEYhJCHAEMhqKNXHUC\r\n7/Kf6QuImKqhzw2x6NUC8SeZPas5zOH1cDzkmBv++UEynUNbWL07ZNU9UWC1\r\n2IXs+tOFZbMthzd7w0So1bfi0nKCM/+d5J0FwIBL2DOOESivvn3M2v9M4XOD\r\nGd3009qWzYWGDdQZosjwZTmclGw4KbUskY53hxuQC58yWTLpuFGsPM6o5/UL\r\nmxOeUbWBvVFBARmj9OxCq2SfCFER15iQujdiFIwxoMz8+4gjq0b+LO6WAQAY\r\nwF4DkqNbSp69maOJoeZT+PSSMLzDhXhkzgzfvK8s2rPiBYoWSOn8LbHqUMqD\r\n/xoWQFtvIAQcucvbmYJgHwlaLgtO6DC7pdY=\r\n=mN0H\r\n-----END PGP SIGNATURE-----\r\n","size":1678869},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-2022312211851_1649799022372_0.928982232289773"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-12T21:31:20.486Z","contributors":[]},"0.12.7-canary.82e23a51d":{"name":"@firebase/database","version":"0.12.7-canary.82e23a51d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.82e23a51d","@firebase/util":"1.5.1-canary.82e23a51d","@firebase/component":"0.5.12-canary.82e23a51d","@firebase/auth-interop-types":"0.1.6-canary.82e23a51d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.82e23a51d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.82e23a51d","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ltf18KRGquGCeSM3G218IMETBZxcB9gFjg7IwgyTQa0KapeY80bwz/ir4E5pkUooIq7/868rZuOSjlVDpvb5ag==","shasum":"e5d43ea8d9eb04c7e52e6fb3551947f75a24b47c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.82e23a51d.tgz","fileCount":218,"unpackedSize":8695048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZgaamhvSdP0TViq7yklahAEVm+yAmCC05G86csojbDQIhAN5NRZE+3ukNeYO+4rpEUpsYQiFlkDIi63zw/f8leVcZ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVxNmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7gBAAgC8gUVGf164jzFQfqxZsT42Z9K2dWHsldNMQ9lDfrLk0Ou7p\r\naVfwqzRR6g23Dp1JJvz9vDcjQ3bx7GUli0hmbCqnSDLCS9AnIdySwosNHdPN\r\nqHmjHJ20IsOXhqkcy/3v9/PhJpPXtZW4T0Yeyvmjr+mBxaTGQ48nyCR1d7Lz\r\nHChVSaHSvpKjK0KwRyYRCBh6zecIOo4p1D9OzYL0RD2CU2EHpCFhgHsFdAUj\r\nspjfpimKm+DbcwngHR13GntZYZCHAcVus/1sYg7MDmHIdO0bcCrJGqpRLyOQ\r\nAPd5wLCSOuXfgMOmju34qkmhewsbk9RR09cIU/N+Z5kk2m+zLaQ6zOuNwvr7\r\nG0hrkF++CPkglFQbYnp/zKBMV6FWIfKT062yRta0mYq4I/QexoZ6sGWX64bc\r\nlOwRCcyp750O+1FVpfV9oeSJLxV5cGdw0M3Aa7s+bgs2AqtQ9RqL9brj66rO\r\n5hZNoz5/BEwO/iHBljDDQN1WvWhMmVipVf9KZ4ZVpz/wN8IoIAklQJ2aRT5v\r\nsHgP6SkmFaDLMjpWPv35jSyjqoN8wVnByzvhZXH9fdJbm5ZKE6B3G3FkATae\r\n7h9OTeQtTT/jLPjZBYWddTTigAJLo5NG2deY9NGkzHWK+ZkeQV4tWb1IYn53\r\nxqBheplVFcHgvVIvVJmrqLL5VfPhhQ5ZjUY=\r\n=4qrc\r\n-----END PGP SIGNATURE-----\r\n","size":1678621},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.82e23a51d_1649873766076_0.328802670033415"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-13T18:16:40.357Z","contributors":[]},"0.12.7-canary.1cf124e6e":{"name":"@firebase/database","version":"0.12.7-canary.1cf124e6e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.1cf124e6e","@firebase/util":"1.5.1-canary.1cf124e6e","@firebase/component":"0.5.12-canary.1cf124e6e","@firebase/auth-interop-types":"0.1.6-canary.1cf124e6e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.1cf124e6e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.1cf124e6e","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-RE3CTCZxkD1PwUQTJtXU0Z2P37vPEBpddd1AYfoHG6Nmmjzd58JJp0LT7HvSV5XalDf0f/QIIfpbjcv5iBom3g==","shasum":"bba74a8a1ddad9e8b6fad6d6ac97c3bdf3401a1b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.1cf124e6e.tgz","fileCount":218,"unpackedSize":8695048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQGnmExf0ONL10U7bFt0waMFLVwVUmBICXmByreCzlhAIgDxdq8a5fta8Ch/jSjleM56VDhvdM4uH+EBlGnWkc/wI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiVy41ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnVQ//Qupn8MJLWVaU4nw4Htr0CV6EeZxP8Hg3iya1HJ30aq8M1mlH\r\nAvVjs+Xz7zS+9+dQ6gy+CZoqNWa6uP8rOi0Y/fXc5ODM7OUNXm7BIiTaae+V\r\n8D10HPbP5+VMAJ9aNBQIN5Og4P2cqO8vgG1D/EhOyfA04ukjzIGm5YV60MYP\r\nwn5G/YE64OSpaVrKjcQfr70qcQt8LKyarVmN7eGwpPWIAZElEjR1oDZ+KE+6\r\nWjFKNFdNyA/5oxyX0/v27Z/yj96IbtVYfQXtTBSY2xaYMHwkgeml92b/gY27\r\ngnBSAemGfXkwvLu+DOqHpP2qQZ/RDKlFwK2smi657OTh9/oEgJDrnH7nPPHJ\r\nEtYAEu+necIL17gqd+d5Bwrs5fGkJcjuPnRRydjjtAKQTOm+PaEk0ZDpkdY9\r\nUQLS0oO6lbAjpkVstXfjUrvg5z//NMwFLAgK0ysFOyFEVzhU2bbYPIbFA4if\r\nCdBj4USzfhvpC39oN5son3D8eEGIKnJY9+93bdXtmrUpIjl1zvKbCpfl9Vm9\r\nw+aHiXyYDsNU5WLAorXCe3KMf0hNCQitw6FxTgvtJE/FYOMa0wnNWx3b+LzA\r\nwYhSB+XS0qe22EXW5iFnN62Nn2yVgfIT+ehDXK8qXUTBKV8UbeNu0GYded1/\r\ns/9cBuvUM1dwUQ/9T4yMrQbFQpS+RwFB2sk=\r\n=MIhu\r\n-----END PGP SIGNATURE-----\r\n","size":1678614},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.1cf124e6e_1649880629616_0.5018488356736233"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-13T20:10:59.550Z","contributors":[]},"0.12.7-canary.15409a7b9":{"name":"@firebase/database","version":"0.12.7-canary.15409a7b9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.15409a7b9","@firebase/util":"1.5.1-canary.15409a7b9","@firebase/component":"0.5.12-canary.15409a7b9","@firebase/auth-interop-types":"0.1.6-canary.15409a7b9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.15409a7b9","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.15409a7b9","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-tCvq15bpBcbSgcQHSPlHWNKTiPkGPH0CQVviDGd9JgROn+nM/LRgWvKSazS1Ni3lgeI9tLuUIHkOFwbMwtukbQ==","shasum":"4e2b6d69f7448f37055ba718249b5d42c1f33186","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.15409a7b9.tgz","fileCount":218,"unpackedSize":8695048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5keCjp1rDBAsaUm2pYqMip9zVZF5HCSUezNEjUFSvqAIhAPk8wrQqTZdbDidO5w2vGAyNJ9ODsNOcRWKersOWPoVf"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWFB/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqqTQ/+MYqhtwRsgPAqSrx/DiiR/oLJgQWMtsXpitAy7dhiJJGqzama\r\nBbsIB7/jpk3pMTwLKt62q4t9uxuw24F173wEFx/Y0yTvZ4p1k0qyyHrcHx/7\r\nENFSifalbdAQGJuAPuB7gaInxGHusmqhyC2SFDbUD+9riAScxIDYVFOsTjGa\r\n8++7Ss40mif30lRK3KEiHcdsVgSOZowsFKYuRS/WIhuN0EuY1NngFC84ckTj\r\nKs90vN+tzojrjMOIzDIzl08U0Len1FGKDMbRa5RnSsLBuf+bAmf0RfpCMcZ6\r\nGvcK4HQwjZXSS7B9giO5Pjr9+oWiWMLVnZLgfjXPHDR+7TbZxZsnUXSQsKe/\r\nl2CtTEQ9ZgaY7avkhslzqYS4RZhw8VJC3bvawmhsGt+m3rvSrR89/ckNWr0/\r\nfykCCBw4RMlRfqsFHo0Xgob+mGEtSLhaay2W+//QNITte8ZW4F6YE7CmMxGx\r\n+BPPbOnmWzpIket8ApRPLUZfqs+DEOU2m8/kKyaFd3QiEAOlDo07JwhY3g5M\r\nHJ49uh3aUBhUmkFDuJJHzADpeNLezUX05osbJbLziiAer7RPwpw/pFK3jXPZ\r\nVYCLr/9UELJo531LkthHEQjByNbI24dXTaYz8Cb+8rarblRHSooCVecj/P9A\r\n53J4iO2XjCjDaHViLDC4V0vMh+3q237pL/A=\r\n=QGyD\r\n-----END PGP SIGNATURE-----\r\n","size":1678625},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.15409a7b9_1649954943129_0.4730434113127615"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T16:50:35.096Z","contributors":[]},"0.12.7-canary.95c59fe6f":{"name":"@firebase/database","version":"0.12.7-canary.95c59fe6f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.95c59fe6f","@firebase/util":"1.5.1-canary.95c59fe6f","@firebase/component":"0.5.12-canary.95c59fe6f","@firebase/auth-interop-types":"0.1.6-canary.95c59fe6f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.20-canary.95c59fe6f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.7-canary.95c59fe6f","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-OhyfhTQe3mbhHkZzIU2/+POjws95lZiPSdzKG9Pe3mvJFPs/R7eqGb/zIwmsgfcBQv4St23GFiZtx77WuUQxsA==","shasum":"b691092dbd5706d7f73881260910dd94c1bfbc27","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.7-canary.95c59fe6f.tgz","fileCount":218,"unpackedSize":8695048,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYIS61gRaXNCPrbyfCDJFPt2oR9Fz8XNUSZ2uJlVJhHQIhAMvnwAkq8wKwFr4MnT3jf4xa44FcuaUfkLrC3V6eebwb"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWFeSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoijQ/9FKryXuJcXpyKXoDxbKSpjFVADyqjfiAm2qdBd1qwyDYIS3LW\r\nurm750pE4ZGugO/2i9pbVDbiz8c4lv+sgzCqi+Yhs+n1YQB7S7TiYYKIsGOh\r\nUlozQx6f8LZO8qVUtcw/NdNMSXV6+bqoluT/jHRL7ms6e49RaFzgL1tWSOfn\r\nEJrL1KVNl6rY/4mS+xV4KOJnIx9Wo82yg2BB2kTHsdpVmouTwk5YPKe/m0Rg\r\njbbAh6A1tpJxvbwHrvriWL79uzYs0I0r6USf5O067gnykknUc55bn5hyD4qK\r\nlGn80SufiiWolZDYfKLnbTzj4Lbul2GyyJjaeaodP29ISePlvizahRXUPJJb\r\nSUsbhHnlJXXSHo01uso3vAAM66tpNfpPyEwZU2Q8M+HBLeFmhA+IIv8UzBts\r\nBcDCG8OCd2EtxtA0BramOxulqb5MW/yNMB1pFoYNDZyGfReC+z8vDJ46jz5X\r\nulTUBxGyq0xl92UEn/y7UOz6hYX56VmmcG5Jpuzx1YwZprdUmG/e91oFNYUq\r\nt5XDoex7vpbI4SbdMn4YhwhnPx+0I4e8OZsX+lEX9AO3PhnxdY7blOPlAzkk\r\nlQiSn6+LUohFGkSK7tn0pLEk+n2CmRajSyABgO6iUk5Ci/g8Q65Q3lTJ0aNC\r\nVy6gihTv1oPKPcHhYOUac16EWfN6yrCNmi8=\r\n=3Tru\r\n-----END PGP SIGNATURE-----\r\n","size":1678624},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.7-canary.95c59fe6f_1649956753941_0.9815333474688173"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T17:20:43.335Z","contributors":[]},"0.12.8":{"name":"@firebase/database","version":"0.12.8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.5.2","@firebase/component":"0.5.13","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-JBQVfFLzfhxlQbl4OU6ov9fdsddkytBQdtSSR49cz48homj38ccltAhK6seum+BI7f28cV2LFHF9672lcN+qxA==","shasum":"11a1b6752ba0614892af15c71958e00ce16f5824","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8.tgz","fileCount":218,"unpackedSize":8695515,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE8LeHwHsaxuLn8q5XRIkEzJdTXDoecUefIRUZidC4LWAiEA6pVeJdiBSsRZzY2as8tqeM16P3hCsjmRoIhcuNLaoJk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWIJ7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvJxAAkQn+YzQI39Y006yHyu155uStPOk2uriBYicuewl0zeVhYLxQ\r\nUgU0LpyuP7USMZ/03CYuu8vz0Xeod4k4QdjzTFJgswv6fQTISeTj2yjGz8DW\r\n5N20kp2Lu2zlgd4mOZXsUVvbM6AJiYwlAAomN5RCc4yNl4/b2JU06ixKQlMq\r\nvsVNQYhjTJF9XEm2a/rmiMF7xyEXnLeva/qhC5jZLgd8iO/by7ge8FQQEOgL\r\nNNKXx2fLluyNu7h+Efjiw/4OkP8H+HvCgjNklCopdRYA1ayNFVGsANPS/OFw\r\nLYqFFkAdP4yO429ZOVfdhZgBkk9ArzFiXYoJ7951GOVgs6lnVhL23BX34Ipa\r\nMuwf9VsoiE46QRWW91bw8zdFfBTO40UjhSAje0LHuQh2IP3pI5Jrc4rbTqRb\r\ngJFlwYzIvr4Pp0YDzlqTXQIYj6s0Fqu0FRJkWzoF/VWJCmvQ5+xplzD8TjFI\r\nGTK1XGc+XseEZuygQqFZsg6LdgpeC2xkVKVBHQ4AfNmTsr3Sp3jDh0wje0M/\r\n7Hl790bZzC37vabDwVu4LuNyT73iD0piK3jDcBtsggvmUvNV4EzBynvmWGhU\r\nIg75qDKn9yjLPREy2MGgf6UF6OLa4pg0lcvxBB93aOGWW4QlDykmESZ81la2\r\nrE8wHrtcAj0eHxp/X+5kHGn2ju0rAyAl0AI=\r\n=Z6Y5\r\n-----END PGP SIGNATURE-----\r\n","size":1678785},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8_1649967739209_0.5568467048979522"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T20:23:17.874Z","contributors":[]},"0.12.8-canary.f257b437a":{"name":"@firebase/database","version":"0.12.8-canary.f257b437a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.f257b437a","@firebase/util":"1.5.2-canary.f257b437a","@firebase/component":"0.5.13-canary.f257b437a","@firebase/auth-interop-types":"0.1.6-canary.f257b437a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.f257b437a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.f257b437a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-lGSH8D6vJcDTkw+TfDjuQINL/LnVwobN0tIBFnUXO2IX3mIg4gZnkWflbskp9Y7BIdaVrr00CUS6UghlzO/YAA==","shasum":"c617e008e08acfd35432c52838af1a37d935385a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.f257b437a.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtihpY+/GSKsy+VrRVkCuztBH+qnirGmlcxi8gUyTdLwIhANHo+joEoUYfNOayjD1ykft2t1H1+jIhgxskO3PBr8Sd"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWIolACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoQiQ/+Nwa4Wv5sM3tB12aj6PdM41Y9bjGvgAfUrsXFSmYELmleGiAr\r\nhSMHeN/xSxNQ+l+S+l8OrXiNXo/cy6J9KZ5TVfpgoActPMh0n3cTq9molrTu\r\n14VvLWSyltbsu7Evx4AYxcbRWQEY/i8L9HvKlONI99aRD/YtCr7eajipKyDW\r\nU4ZSD3UFVdWUL33dtKxgzbR4sKNq9KI5WAevyUMjP/N1/KDoJ5lKEimEarad\r\nyAIVcdmWQcR02mdij6GSKfZto9yK78RW+e+tRpZLIC2MiRSd7AfRNx6eD0Jz\r\nhzTdf7Ba1JUstE1ZJ1oIHQrYhj2DR2BdAkt1GpKytXKCrcVgXM3Dbc+fvZ5j\r\nljKuuJettxnXa5rdeW5L8NbI9NBCOpK0irrwuLrtGwAz7F7ZtzjvX6RWtrvv\r\nBhBHhr9oYBquHBlH1FFo1kxFCbVC15Ow9ppPVvi5Uijt4vVWp2VnwL9Tx5ss\r\n/78z8/h9YbgioEc6v6iZPnGNEmCQDojncD56JRZg5L85f/UJ1Iu1GRO1KhRa\r\nDbP5F3naICHN+KcT3mb0RsUjY5if3nagS8vVDwsL6vJcdNSgMHrYyveFjBVi\r\nKGbELQK7OmSeymlZt6MZJKIgCgVZWP3adJ9A4/j3DUk60J30s/zyXWh9eNvs\r\nXLClkPcJ4N4N5IVbGEJYwnR9xd7CKyEtGaY=\r\n=/sWw\r\n-----END PGP SIGNATURE-----\r\n","size":1678846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.f257b437a_1649969700749_0.6455013245984604"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T20:55:31.415Z","contributors":[]},"0.12.8-canary.7b58dabdf":{"name":"@firebase/database","version":"0.12.8-canary.7b58dabdf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.7b58dabdf","@firebase/util":"1.5.2-canary.7b58dabdf","@firebase/component":"0.5.13-canary.7b58dabdf","@firebase/auth-interop-types":"0.1.6-canary.7b58dabdf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.7b58dabdf","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.7b58dabdf","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-NeSZHOLwv5zQvEAkZcYdfYb+7vQqogyRQLtoIoni1Smr/okIyjekhdgRKMAHDjqHXRp3wHFJuG/BXW6sUIf0LQ==","shasum":"262463f1fbcccb028753f4ccbac0083cdf79414d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.7b58dabdf.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqAIT5NWbxYla+YOfsl+2NP9PkID1fFPvy5w+986WXVAIgRMOCaD2N+rp+VC1HTZxUtfAj30lhWBeEn9v46h6AWRk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWI37ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7BQ/9GiB261h+gomOHg+vMA+zAtIYp1Wy0KKlh9DvFjSOFyish4tL\r\nZ8GhOlZDSWFHw5hjJeLUfbmdEHqGxqS3wDWXOr5nhQ061gNKKmdMvgnTv76P\r\nJrCDUW/YIgaptU+j2FCyzuXo+58ze20HRHL1zU1jFOlIO06apwFFg5fYgi/A\r\ns+wQdlvoJeqwmO/Mfk24DHRbTAY8E9jXs67cQ+QZU/hxhQTo5lDbhdPo/vAV\r\n5ML+dvE4heJ6FTjFBmkPsRBRoA95EhZgo7xMuDkwKETIVMXkM4imWlbG/tzd\r\nN9gHcvLtdr42oWDq66vTUgWXkIIVKQ/xZQDaqDg+4+7cOFzbcuklQoofcb+l\r\nJ3uPnu+T9EUv0xwsTA7X740auOgbaE56JKIifkE7UleG7bge0rhkkDiO5a43\r\n0VzysRly8MGVTdc79LS1KMlICbdL7QCbK7+nlCD86dNj9dWL32Arrsyh8CSb\r\nvphde/MMd0fm34b1kKU0OA4RPN/lVU9D4TdA2/5+9elnioigIa2CmXwxK8Yx\r\n5Q9dgUAjr0ZZ3njzp0GhmEUr3FK3rt+khvnuV2I+RWsf8i3zuN+HmweeALFB\r\ncfzP84W8pxzFoWqjMMpQ9Jk4XWPbzlx9NGRMBTyUmHuia0n9aOZhE2hEPwGQ\r\nhxAw1pn5lKz5EZx5iZh86seUB3/lBpdm5Nw=\r\n=26dl\r\n-----END PGP SIGNATURE-----\r\n","size":1678842},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.7b58dabdf_1649970683220_0.6742238981568502"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-14T21:11:55.715Z","contributors":[]},"0.12.8-canary.524948356":{"name":"@firebase/database","version":"0.12.8-canary.524948356","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.524948356","@firebase/util":"1.5.2-canary.524948356","@firebase/component":"0.5.13-canary.524948356","@firebase/auth-interop-types":"0.1.6-canary.524948356","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.524948356","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.524948356","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-O7ESsf2Qv0hYLFiN8irX/amFaJeFBpt2ZxkLFYWm6xXFvRind9RVNa3U39Q4p2t5nncnZM0rBtBvWz329igqLQ==","shasum":"8620b61ccfef70f4d429dba03b6305068118671a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.524948356.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFGAqIF9rA23+hU2MndLHyIPvgZ6XfdvnkqxMssDjZ0uAiEA3K6190M8tl75dxdxRt64lD45zApENy5HDhh2AlmBYfs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWaR3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3bQ/+KYuwBTq1pTHUu8LGVoBiMPR145hGSNqhI/KitOTfT5zzaXGy\r\nic1nQA0gcTebPlkiG+sCgqvfHm+NOhwby4yVvMzAMWcBm3ClnggjW+L9xdKe\r\ndKKZgpJ6Nc2QZVHrIeidaRMNEHBMnG/ntuG2sBh/1HE5BNCsB3h6v21+0udX\r\nxu/DevB74qn6kZP6ueYGf+Nl9gVFU1vKrjIQxJ8ebvNmBdOGgoqcFoKIceQB\r\n5sXulNOhySaDp4Y5ZWnqM3dfb1c4uPbY4TlzgwqeOosDhSYV13zmturodDJt\r\nnyVEL8fhi72zjPWldy3pLMiFtla3lcZczQKAdXajRmvr767FFQY6DZe5wWeo\r\nxwWdb96YWLAe2vFbqwZY/hJOQ2AHqBiApN3uk1FzY3Em+4GtdfbXFbEdAwlK\r\nFbwHVuU6YwuA+D2Nc08856fbNnXJDNS0ljSZ74kwPeyXy6MdE8fztysWuIPR\r\nGwmyT6GgO3QSPi8yr8EYZUHZkb9Zcc+yKUveLsQmUuwcCYh+j33E5Ttqs6m+\r\nxEHH8zNFgs7OcqWZxYHapDcxYAIER9zcVZKKxGkHtXs+p6+5ldfOzCmu3wlV\r\nUfxxfe4fdQckL71KKyz+0Ko4mCEPyPmlSled1mMq6s9BUo4c7Wy5/oPOFGHH\r\ntaG//0WErJb2gBcxV00MjzUiokPaaNU+8Xk=\r\n=3agR\r\n-----END PGP SIGNATURE-----\r\n","size":1678845},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.524948356_1650041975336_0.11965921774744182"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-15T17:00:06.505Z","contributors":[]},"0.12.8-canary.38da5d9be":{"name":"@firebase/database","version":"0.12.8-canary.38da5d9be","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.38da5d9be","@firebase/util":"1.5.2-canary.38da5d9be","@firebase/component":"0.5.13-canary.38da5d9be","@firebase/auth-interop-types":"0.1.6-canary.38da5d9be","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.38da5d9be","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.38da5d9be","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-3HuKD8WBxdHff4tyLx54jGpKNvLkOU6/5Av/I3ceqwjtifMGZxld1g87jHx0SmVXcv3jH/tyEv6HZvHC42cNbg==","shasum":"e571b5200fb9a246d4b9aee47f9a20d9a3a4ed91","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.38da5d9be.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGYndhbdC4wm+0oIlvuU1UjbdCrHM4xUg1pOLszhJ2TwAiEA7d1Cmxfmx0XoxauxRm8W8/arh3CjU3x+8cuU8TpIoIU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWcp0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPMA//Vf6omUsEruVHjWZOcJ2lkN8sZKWusvdl7yCWo6I6w5G6RZsu\r\nh+y0pcMSjkVaFm2f/yAyUE7SsXdfVWVo+UfqQEUjl4jVqIiPZH1Wy+C4A2Ht\r\nzSS6IIq8PGBuD17nTRRhmNp10fpUFL4uMv1/Fco4u42bRGIQG7WI1eoeM3Vo\r\najvNQpF9xeTZCu9DOTADX78QXPqSAehvKehTus9KqVoMpphqlzgTIHmHK9N4\r\nBQhOzKYI+BkzlejcvKv1ikY57yVxPUsm6Lrq1pHZmQ3xpgn3f2kGDp2wP41K\r\nDn3jcxWpTlWzmnemHVgNuOAdvz+LtdBZb5+ebnqofHyqcVN3amQ9kCOHGM1K\r\nX0OgznZRvKDdBwiyZZOzbm5ZqZJZt50z9YI2Rbs5F6chVoWAmtHbkKlZyVEX\r\ny13riNSIq3zvZHVI4/GHvF5LW0zVtwJwf5AoA365P30LkYKX97hPL9UOpwBU\r\ndO44KNCfNCFN0QS0TjDZsNOVuSgUHQuyeqhQ0on70DnfDg7Bc2npI2UQ5hIS\r\nikWcqk2xp/fyqkeZgC9ovvAfs7lhy4znR5T+77+SsEB0Z2alZ4k9jgyi8U03\r\nj4Q1Kc4loFzS2mENfbb3AzLRv2/j303Blgijy0HGGZYHaN0HSSVBnhALoJSb\r\ndtrlptQ76NzurY9/3IVcNZu/TJC2XIq8Q3w=\r\n=d5+P\r\n-----END PGP SIGNATURE-----\r\n","size":1678837},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.38da5d9be_1650051700324_0.6105781941622681"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-15T19:46:15.848Z","contributors":[]},"0.12.8-canary.b53831275":{"name":"@firebase/database","version":"0.12.8-canary.b53831275","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.b53831275","@firebase/util":"1.5.2-canary.b53831275","@firebase/component":"0.5.13-canary.b53831275","@firebase/auth-interop-types":"0.1.6-canary.b53831275","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.b53831275","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.b53831275","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-CMW4pz8NIBaW3Q3Xuzt5jo8OT2SaIGa7YPJkIfg4UcPDFdtEVqQnG373Qdap4QBqqu4TK1Zc9UTHtbZAwy1n/w==","shasum":"542302211c829f7c796c1f84980a9d04ef5b0e1b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.b53831275.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEvcpsk+UxcqAMQTU5hTyFzkWLyjV8QPIHmb9mKAbdcGAiAhRz/fpdRWqDdNE40XonnsibK3YK8SWV8hsbLWSlvYcw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXrrIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3/g/8CcadOt5fMAOj6i5GCSDNC9osxpOVpQ5z3tmziYmrn8kXm74Q\r\ndX9fnaWICrGmhPUgDqGPjKVTPOzpEYkCmK2T6ZzqNQo6tAbE6qo5iRqbScGv\r\nBr8w2irN4kIt1ItW5JVkkgQexQdMhxHjVO50viOk8l7gZKkwI6GQpfAqU+E8\r\nZLEJ1kSN/VmW8KSQenLKIrkToWZmIY52H4CHypVWc5bvMugACOD2VOj9OMIJ\r\nEtZrSd4QzRRPuMOF1kpbmYyYR4h1jJF+RGDOwMbPFJU3wMDo48FU9pfTyjEX\r\nmpnked6uhDhCEViLixoaGlCJuHhoGYKLYwi4IvMO6Hd3GOctNXkQoGtOnixK\r\nI+RpGQU9DRnVUpLdnCBpGPRoQcfqlAxoenqf/Ccl8g/e+9+Ml/1XYyuVWnqv\r\nS87pkl3Mi9hShrCN4QTShS5jZcAJaFdW81+pe8Kmapay/JpxB0bhdVfh24LU\r\ndYrVxN32KtS/bviOjbx0de+Uwj7ujQsocc/ot3HlPZYW1q4LsZZZ1MYv0ZJF\r\no69SZwsnbatJYpyH60TZqtFcePolQ4yhcK/HyW+jzkRXH0LlbE7BQCf9cVoY\r\nWoUG5QEexWiNuXuwfNPqAAeE8zYDOmsUH8ElZw93v3lxBD+WC4j6h4LUUL+x\r\n5M1+7xmUTfaCASqwE0HA7x3y6XtUNLSgxbE=\r\n=JY9H\r\n-----END PGP SIGNATURE-----\r\n","size":1678846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.b53831275_1650375367898_0.8469079223106677"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-19T13:36:51.752Z","contributors":[]},"0.12.8-canary.9417675e6":{"name":"@firebase/database","version":"0.12.8-canary.9417675e6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.9417675e6","@firebase/util":"1.5.2-canary.9417675e6","@firebase/component":"0.5.13-canary.9417675e6","@firebase/auth-interop-types":"0.1.6-canary.9417675e6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.9417675e6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.9417675e6","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Tltl2xQ6Cauk/L6oo+MSPwwNiVykXXbsDDdKpi/5gPHNV9Zv+Dgl3Xf0xn2eXTCR9+/7vOZBIUQaY59/0XRuCQ==","shasum":"91a3a37512cbaa271d21fc54695699ceffe6af0b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.9417675e6.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCh+sxcBUPwVuLXkKRS1YI5AQZZCVngGTSL1Kjgmv/1kwIhAIX9FVMEb7yXC1awoQdxMeZAGVf5toDvAZOGcdZlHKcw"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXt8JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpK6w//cupGFk8BgdyckjnVwVpDatiz+xUNsGJqnBk0E7xczw1cnSlm\r\ngW8V2Pcf8dCiTHJS06ZLiOBeKaP5AqYmC5bpU8uljWhbqkI0qw/G3npnuDPj\r\ntujO9gSCuq+O/MFoPXj9HOhd+/CgFNXmsZiD+EQHYu2PS7I1QveY3ZMUgv8x\r\nzXWZvXctmMFtkoaU3O1hNYZ8JdCL2Z3/KCEdbQCkVJ9fEDMvqDof0mYluPW+\r\nDonpU9hYBRcC6yyeUYFV99r+DksdXlvKHtj4HIgAEn3meZtygAGsYb/s/ekr\r\noA21DYACPuqcuBpxV6Wb26hJTa+WBgou8j7cNHkjZ233PNf2Vbo88NbIbApE\r\nd5gsh1s+drZH7XwLNVITd6dzxN35zO32t3Li2lStO9kDUDdlDGHKtcVp8MKy\r\nqkEN3TWfVSYgiGdZLY4cz50CoiSAffJj7N7fnA14SujjjxKjl58uXEri6Z9g\r\n5sHQuUR8E1WhTWu089GeOqcpomBx/R3WwheOWmohWzqHWmxa6u4HdUwSCqw7\r\n+BuOHxH0BedLorji06tbmLjpufMKMr2t64eInGsqAGy09ZakOfYrkrHb3wat\r\nToG1qs2/d6qmEo20my3P6EoYsUJbLN5xb7GliwKZbEpf+f/aLYWgLGwEazkF\r\nktUfZUz7YUnt46AAC8Qa9kIY/nC2TcHkLRs=\r\n=4Fxf\r\n-----END PGP SIGNATURE-----\r\n","size":1678845},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.9417675e6_1650384649369_0.9571209505982194"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-19T16:12:24.466Z","contributors":[]},"0.12.8-canary.aa41fd662":{"name":"@firebase/database","version":"0.12.8-canary.aa41fd662","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.aa41fd662","@firebase/util":"1.5.2-canary.aa41fd662","@firebase/component":"0.5.13-canary.aa41fd662","@firebase/auth-interop-types":"0.1.6-canary.aa41fd662","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.aa41fd662","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.aa41fd662","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-/BxErh6wqDBd1SLwDdONGaZNTqpyS3Iv9wUqIO+adQ5FHzwEYD3pUAd2euYC0+8P+aHvHPAojHLQa4VK7sg6Tg==","shasum":"477079b0d3f79ae53059b96e0cdf4763ec9d6344","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.aa41fd662.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+TI4Wr7NyNTiyAWGcsmkVlQg3rIPraUagaTjD9oVUogIgSq42IfnUzwGfKDn1dHIRlP1bp/60kxSEohYy4YNrLVk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXv6nACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5gg/6At2qQlnKx8yZGa/sVH4PZAVLQz6e8idtAzIV+aDjHsUWZijD\r\nmFV3YDPKVcfhDF6vKxJYJlwbPhcwEv31jcPHxw90Z9xPM466upDVWBCKJJlk\r\npd31h1vpTNM8m+e06d7swXy4IOwwj3jGGsQfIjwSDri7EHBghVlavv+H9zjn\r\n0+v769eJicN/zVpSWs0djCzZgaYj4AU1Gc7chPBfj5udLUdgPkrEwKrimaRP\r\nb5qqLWYRKsO6ulHuLNGKo8AOHdAoBZL4+grNBRhnprNUNWFBNVgz7BevTAzu\r\nB+Cjol/ppX4yj0ehBYYJ5yJeEtdSUZkX8bSJwqMlW+hXedBTaqVN59goACK2\r\n0dOMQr200V4yCHjY/sYGgdbzQ5ZBRy0noOnXSFK+DboS2Y0hhgfA8dH9c2K3\r\nUHghA4pnPk2uZGvbOj+xM+nucaAtfKS2+vpxgJzilei3C5jFdesu6B8DE4hV\r\nhNgRkVLWVRxOSlqaZczLXGY7XI8oqgkpcqqEwavuqBgw3O4OXBJSaKeZuEhL\r\nv72Adk12jPc24sPa2wj8R98ZEmAw4fYKMraJ2YLHi/MsxnEcv/ZSOjVpvadO\r\nT4n8ixK4mZpIbyBwb+Xk++3nUCbUitydNXe/Y1NHvRa7+IsidyTp+jlUAzLl\r\nf1sVFVSyV2rI7Ohhqmq5fYYIO3ogU3DVf94=\r\n=s2q1\r\n-----END PGP SIGNATURE-----\r\n","size":1678842},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.aa41fd662_1650392742898_0.9949017998783767"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-19T18:26:11.537Z","contributors":[]},"0.12.8-canary.c69c6898a":{"name":"@firebase/database","version":"0.12.8-canary.c69c6898a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c69c6898a","@firebase/util":"1.5.2-canary.c69c6898a","@firebase/component":"0.5.13-canary.c69c6898a","@firebase/auth-interop-types":"0.1.6-canary.c69c6898a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.c69c6898a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.c69c6898a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-uB4angOVIWIy1NiPSlyAGBqJZksVNrsNEb9BgcR4IGGe+N+AfhFwa0Ly64CNSFyEQvVhH50tsjoEeqGqbDejWw==","shasum":"00fac5d40a9fb1804917d887cf9b4bc624021b32","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.c69c6898a.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH4Sh92ykkRcJhelSnF+XFj7+vdAVCvotie0Xl3Jc5NgAiAwhDMdT24ZDotkpAm4Tw4llrJ+MCIkU52XNxeQIPmbrg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXyKOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrx1A//WLjvHVOBvAoBMqBzYOA0rVMSW05nng+TtSn1bXa9ohgmSXaI\r\nqopO7GNJ3z1CnmtlrHWpys6MWuKpNnoFfoUgv00o7EFe3BAQNV6P+DVsbezR\r\nX51vEekvEpfC7spZ5ExGCUT5fb1dwO/TXjbTZl/jMOxWFVN6uZwtRXqn/rpd\r\nf7LsjErm3jdP7hCdDT/3fb+LCr1ACLruhUbiHuCFZAKBhuX02qFkP6nR0MWh\r\nRjxinlZxUCvCVeNCmobNpF0xDhjpDW0cGU9EdmTaxbMOiayySbU1ty0DlZvt\r\nNoUlbn5D7yMYsPf4D8f/lrNWjMX5ysWBwCwOi9tPd27yW3MMr/igVU5seXFV\r\nlm8rI+Zj+7hRlf96GtyooBoCVI8pdfK63s6zLplqpW0nttYz+7oxYPiKIGa4\r\n79iVRO9TBFerI/+JvIq2o3T17KeVwDj1xMUNWLytsG3A73XD7Q8e/PsgYTwu\r\nNNAvmiQjMNh4umtAhZkW5+TredjYmMJgIMAxKTMruHj8gzzgGNQI+ppfMnjc\r\nhKGW39xALL4QYNhs5eEAUu/zku9/wxpFqlel4bK50e2n2LIbr4LZOKwx0ma8\r\nnyDqKx9H7EK5EaGgfbJ+k1Fc9lKkFQ0zMRyWPpZ6uszk9n/Qc3tCgt1Nscx0\r\n3kb3zaPfTwJFbyVA9GdSYn8qcykb+tonrlE=\r\n=UXHB\r\n-----END PGP SIGNATURE-----\r\n","size":1678846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.c69c6898a_1650401933914_0.013440100806120903"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-19T20:59:20.321Z","contributors":[]},"0.12.8-canary.44948ac91":{"name":"@firebase/database","version":"0.12.8-canary.44948ac91","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.44948ac91","@firebase/util":"1.5.2-canary.44948ac91","@firebase/component":"0.5.13-canary.44948ac91","@firebase/auth-interop-types":"0.1.6-canary.44948ac91","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.44948ac91","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.44948ac91","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-DlGF46FII08m7iSDrKo2n0uodO7PgcpQuMAR2J2FD/tye9gHVhWM4MGVxg2cMoMNL4MQzE7IWz3BL1uYY3+9SA==","shasum":"dec6d8b201c6923cabc144a4da808b29293addc5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.44948ac91.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC5CNZOF0puNwtQaAECoZgtaN9FQly6TC7B1k1kghzqDAIgMSJkEqefL8HD2w6/c5d8MYnABI9d+RNiDfD1kwwMOKs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYDj2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrPlA/+JQYpoQWce7PLuVZoxXAYCz5oDgwgADoFNi74EIqwokrKa3CH\r\nP0ERCjGrk5/CRKTFxeb2NMj6StnZMCq2CrsheXCiMvyiJUFmOtNFsccg5Mnd\r\nJ5zhvRZsBpQYSfI4eobcfgtJm3qp8IsotR58w1pv62YaB1T5Tx+IZeZZDLWz\r\ngQ2ekAPc22c45iRevPPkth13VE8w4XtcFyQwbgFAgzBD1nJNt+coSqFC1zSw\r\nEhcE8mfq53TyIWX2h3wAtkkDscvPod3pl9Ea7TrNt0Rf5aGJjPbIkKIvhKlB\r\n1+/8EUd3Zj3vO+isMM1sqzHJLBnlqdaqE4MHmSl0LfoOUQcn6paFC3x72FDe\r\nsU55zeCDnkTDVfxts80tAx+RcvkK6eq6FJQhwN9B/9pLb2NVlOg7GQEHea6J\r\nNtu4Sb3yTV9l5NQRIuwaYCDik4T6sraZ/+VF88xuMYg2RwdIQJ/00eRzqHvs\r\nsEqtnw+iZ9MeqitQTY+yqGKt1lPxwLsbUCMpBfWRxk8RDyFiOosoPjtrY0bU\r\nGVTQgXeyVRXsO6DHUoC6Z+0sTdRqiTlykl8H4QwovtErAMAoz2+KlumeQENO\r\nRnEXU3bwAOtB3UvJHbQwF/xqd1++ggLNDZqviQ+lhVQY/gIUV8z0mzgc5Woy\r\nKjzMeLjbrm24JYb9348accjUnswh9yMNBQ0=\r\n=ovZy\r\n-----END PGP SIGNATURE-----\r\n","size":1678847},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.44948ac91_1650473206654_0.5049994502326338"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-20T16:47:42.541Z","contributors":[]},"0.12.8-canary.dc0e92632":{"name":"@firebase/database","version":"0.12.8-canary.dc0e92632","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.dc0e92632","@firebase/util":"1.5.2-canary.dc0e92632","@firebase/component":"0.5.13-canary.dc0e92632","@firebase/auth-interop-types":"0.1.6-canary.dc0e92632","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.dc0e92632","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.dc0e92632","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-sdWQmvH/o10B86Tdk+VSgupVDJdcYObLEZ35/ZV1D8ZtlZuUuvSaSUxJjjwoSOW8a4zfb5DNf31CI8CF460eHg==","shasum":"6da75698d6f48d8c670ee0129de98ac67ce17760","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.dc0e92632.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICSCyZ0ecQvBq/5g1ylXcENHMOsKu/jdfrdVIbgmTjyWAiAuOlWXhlNzS3LfuwLxj9eqQ1yIiIFBltwaTl9McQvCPw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYa2CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmos0g/+JzzRAJ+Th5UIEc1JAlQt9EBMAlNsRTOG3gjg5oz3ozoOT9di\r\n7b7mKzi5oILqdI5rknagJm5OHSmq1G35bCS4BSWGx5cx/u4ypZJjfLvufF2Q\r\n6SiW9RPjos//ayX2NjqObPbdDMSqyU5xV0i2jAGXZuX8LYE7rv1fzVmQK3Fi\r\ne5mbp+mZz8bo66R9YCZv9e5E6ORK1P8CNki/oeIHbUsjsTGl7lxGwq71UxKF\r\nLY5ysYmjiYYOAzbJKXt+K43bF5vVjh5AmFpqpsXwbsqaU36KhFTAgCqGmHrv\r\nfmVq1kyB1rLiqVtTK5RvCv2JCSDErfMXM9cap1bVuqLh8j+v3awah/MKxLCA\r\nBi3jdLf5zOGCLvEzlNDh60RCE7RWJw1QEqO+I+JLqaIpu0RQoxl2UIFptWmQ\r\nHFn3eSiFx0yRvJKQQLUIUuqlw5mcf1et87UltuiWcgnUAInVfX7FTMkw2JbM\r\nWS+Pzye8bRGs8JRkrHWFYkcL2E3bSQaILMBQhqiP75Pm7f+PNsEtgrmcycLh\r\nl5necg7EuX9rfiI8EXXOCJa0iHyfKIQVLZ1rIOCnD0TTct1+BJqBG0CQ6KGX\r\nXV35hA+AdRYaPWkP4C31qn1IOMVK8QVJHYCPBE13gsKBltz6gU3YFEOlfWQl\r\nnmC+duF84/8C4YTVofPIZQHS+RJX8mRUzhw=\r\n=Ibnv\r\n-----END PGP SIGNATURE-----\r\n","size":1678838},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.dc0e92632_1650568577652_0.20708987752283425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-21T19:24:00.357Z","contributors":[]},"0.12.8-canary.752776f42":{"name":"@firebase/database","version":"0.12.8-canary.752776f42","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.752776f42","@firebase/util":"1.5.2-canary.752776f42","@firebase/component":"0.5.13-canary.752776f42","@firebase/auth-interop-types":"0.1.6-canary.752776f42","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.752776f42","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.752776f42","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-BqODLcKhG+QZ33J0eKa1keGKw/J8+KA9vOR+Z3WJJvmahhdoUJ7LOpp72FTk7QkebSqnGvxTJfoIpJyqn7Fkrg==","shasum":"b3152368ca9b334edc03bd123d8e5afa0020d72a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.752776f42.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICwji9PpMGtVd2+REdpH9wPLRAbA9Xvx74L4aumcxlHJAiAoWaCDQfvUiHWdcffcNcAB4HjirYYs2lJVNKVu9FiygQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZus5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWAQ/+MCQoS3kKxr1HtQwagVl2hdWS4s33SFI6vo/EPTRet7kJR5sB\r\nkUKh8Rx8h3twK9b2pFxMCsoZtUPZ0vBCo9NH9qKsQIPgt2HPqxotfK3SEtQ8\r\nwY9QBRv7njEovROrfgXQlrppvFCMYB4v4HVp+ylWTfgI6P0pHZIQpNnFOfga\r\nwN2bDZSutA/2bTuF8e4yC1l3ELxNcd6dPUOJSAeO/+dd3IpACjoXQp30K+I0\r\nvefIy5fX+pkWwdsC0M5GvMmHOOEKJHYxLGJJ7nG5Cuj4CW7HP4RFHMWxCC4R\r\nfek6i9HnvxLT4UuTMZ+ejFajvAJf0W0DTGuIkV38JNu4ZK9Lh0uwwbmI7yWq\r\n74eAyL9ni0MJ5z3wEm8nG3Jj3TCFZvJGcuVin7d0datrmAr/0LQQ+KutQJg6\r\nwIbgP9Bv1tBlJaxyk2Nx4eX37DzDi2UjAzZz+i23I6iKijhHXgBL3wkWHSZS\r\nb/G5IPAO71arPtT9C5zeRRfXMIcdQQXnWcKeVUNOkd03GnNKHGBdq7qSMOMN\r\nnOUOusXrIlFk681lTHNQGiN7MLVpCG7m6khMtJFJdQwZgZc8DE1OggQO5Oom\r\nhzVRwPxnzMTtmETDcFXRFEINWWar4RBGa9JmpH3r5ohKHlPZEU2jq+wqp2cp\r\nZz3/7+HAphY6fEN4/funm/Hp9cZY07jWmgc=\r\n=IJsG\r\n-----END PGP SIGNATURE-----\r\n","size":1678846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.752776f42_1650912057648_0.5555110318409087"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-25T18:41:23.561Z","contributors":[]},"0.12.8-canary.93f3e841e":{"name":"@firebase/database","version":"0.12.8-canary.93f3e841e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.93f3e841e","@firebase/util":"1.5.2-canary.93f3e841e","@firebase/component":"0.5.13-canary.93f3e841e","@firebase/auth-interop-types":"0.1.6-canary.93f3e841e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.93f3e841e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.93f3e841e","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ejpB6j/Fi6Ppt8vX6cViGl8TYNCyArKFMTngv28+WB/KCOEbsP4zKIL7+jjjBQCW7zB0CCOYd8eFR8W/t+0CVQ==","shasum":"db8dbb7199e5a4dafb763346781cd408e8fb5750","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.93f3e841e.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYBNHQwaw0m16unFH7uVxNJuKxGycXaOZmmVU15ZdpZgIgMtnE+bTloYmN2bffHK55uS1rmoDmmGA82D6tBvUkSfU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZyOdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqM1A//d+InLFfUcPdhp9Ke6kxHPPgoZSHAZwfoUe4xSLE4RFOf+LS9\r\nrbwnILtSmHcOOhXaYIyZiImOKBgJuLeh1szDpWHqLLSuJ//WEPFUUPENDa7B\r\nPmp0vXU52dPANLfl6NYDzi2FN1d+Za1+2Hg9P/VpCjrm7n0U8CBS/8z0cpm9\r\nZuefEi2v2oknieI5IK3J2EMQSzsKY/KvKxO0oxiSBw7gfyb1V9omAHKnItBE\r\ndEu7DH7jB6IxFSc0QpTAw1ApmCjex0951AdL5b51eGHFyRRq2EFJ6ORrEBEm\r\nuZlsIKjbSsW5QYgBIeVAQuyIE0iryl6ZDBPMQyMaI4o7RDcZQo8wjVmAwoaN\r\n+k1G5+1l4UwWaF3atMJ90m6MRqoAeO3gnMPx52zKGVYbz8znfzbDj+DFkUAx\r\nEbzIXsjP2ksIc758BFzgMruRgRoaffUYRWNpvckx+ktpdknO8nJ8gFe0t+NH\r\n8tNtLlHO4TfGYIrGYH+1mRw5JN/fDR1Tl10OCvm1QTruIKrg6nAkoAUWKzca\r\nFtKiWVF2MNhzGf/bxcaCcX524nH9QdPGaW9B5iJMpNp5XIAFRRkEFfU8l0ke\r\n2aqgiI/3tags1m3MWdq5L+Sa5p2OMSLbAflvokEswxfcMjFNkxK+Q22Yugc2\r\nv77EdJFFMPM30EtDYGUz+QutfzJl0TWwTj0=\r\n=7Bii\r\n-----END PGP SIGNATURE-----\r\n","size":1678839},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.93f3e841e_1650926493011_0.08133694396093749"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-25T22:42:01.487Z","contributors":[]},"0.12.8-canary.215e657ea":{"name":"@firebase/database","version":"0.12.8-canary.215e657ea","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.215e657ea","@firebase/util":"1.5.2-canary.215e657ea","@firebase/component":"0.5.13-canary.215e657ea","@firebase/auth-interop-types":"0.1.6-canary.215e657ea","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.215e657ea","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.215e657ea","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-zyH4Z7RqZoF7UJAyq5p72qRouzYRhtFLFYbgYzaLNeQmCtLPXkBJhNsDa7j6rK+7o3hEUL7iF5mpHUe1qykXGg==","shasum":"d3a81403801cae5c74f019e4ed2908113d511eaf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.215e657ea.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF4n+CPF93+DcxdphEkhMD7Uqdng/TdQ/exYpC1kHIKvAiEAmDJVOLv/TNagJ8dI0pWV84YEjLQGXATwodsTXaDXlao="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiZzBPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6lQ//eRPXY3IKK7ZuoQsSV1sGY0m1NZ92MBJI2zv9BNIU35emh5Ak\r\nQuodV1XTez/kyj2HAII2kCwZPQjNda8+R1da2UR3fOWx5AT/5IdFRksUe22y\r\n5D9wUhX8s50UUyxzKv62OX0BPj1ccS0vSt+Nl0g3zo5YJueeD4nax2ujCzMq\r\nYbcOcD84DwCFuC87NsR513mXiZiwufx4f72KhGvmIBMr3pPZeB3gpOiZBsBV\r\nDH7EHXy0Hlc7J4+91GkMI7fETRZu3yaDBaKz7ibKUz8L+hydKXqD+UrHxN1B\r\nt9aeuoPe6a9E+AANETE0yRdXqksCV4Vj63mceBd5TzaWO/OOPb7vKDNmJqx8\r\nDSEWMbQd4H/UdhpYvbYzAIFfEErnMZ6R3+sR64vUYgkzZG3Fi8ewPOU/F11J\r\nUKTVxpmCdDurkTaAdJEOx6wmBaC6qYF7FFJV/3rTpaWYH7SleRJrSfRS/cng\r\nf7edrQwzhGBOCgxlNoexdghchO40thniTAdrRWeqr7djo3TfYHjmhyA2aZMD\r\no7HBTgcd0zlAZcHfLuLj99Gb2DocUKjoXKVdrTA+ls20EiZyWgkjqdYijKC6\r\nJj7BC6pJlPUHNLOzh0fUH+9EekGCYRdO6Fjw4M0IrVKIPpl7YAVUkvRfKv4V\r\nu2s7h0rnNs/qz+Zy+AvF/y2XTy8ghX06iOE=\r\n=5/iS\r\n-----END PGP SIGNATURE-----\r\n","size":1678841},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.215e657ea_1650929743241_0.348446345220796"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-25T23:36:48.338Z","contributors":[]},"0.12.8-canary.942e59c64":{"name":"@firebase/database","version":"0.12.8-canary.942e59c64","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.942e59c64","@firebase/util":"1.5.2-canary.942e59c64","@firebase/component":"0.5.13-canary.942e59c64","@firebase/auth-interop-types":"0.1.6-canary.942e59c64","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.942e59c64","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.942e59c64","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-wmPQ0QEUqWGJwla90hzfbKvWr4LBM0GrMfBuThGX0W8y282XrXRJ0DB7u4cnFKy+ixntGQcV/E3CpxAEGPIjDQ==","shasum":"b040cecf51fd8881d038096488eb1ee0ca726d4f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.942e59c64.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHOFLE7NqPA0GU9U3gnyvMJr13HBrstDMjgEgPwx18RQIhAN5vy6TubyuqhSpYQwA2q2iL9V5EsPfeyNqTUkLyHgqP"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaDzGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZPg//VEaGSAykM4nJpGUtU2coNEPfjJyBcXSY/uyDb/UeMEYNmI1x\r\nhoNwIQ99jMtTi5ltm+NjWtYttvlJBp40S7LZemwZm4mwwVZLqwz4ywP2zGa0\r\nyQwRzSZawYaAittuSarQV8N1UrR7efWAewt5DAR9LNFPUvqRqblVc7FhDWt3\r\nvAZZne+fH4V7bI0yAvxjQ0R+8t8wuP3eMT9UujJPHBm0gLNktS2n+BWN7EEr\r\n45cx3tgSNYxCMQkUXxfRCxdHZQsfpb3ajdqAXn+TjffTNrqpv3kYXm8CaQFF\r\n5MUzNlcD4dho8qKuNzHChi1SyPOHq0gpquyLu6JBS6cjQIDrFQnLuWZuzk6y\r\niMgh4X5GKnGsgW37fQM7yyoZz8CbSLNAEIb95nXNX8G1mCNHfcdMTPgmdPzO\r\nsh+5ai+wDhBs9XNAG93+j1C7HLTxtFoHi3XLPGdm+GP+XFL7C8u16Fu7BP2C\r\nw3xxCSdMNVTtH7GeWszhcyO2VNjgSxwdtRA8ynvPxN/tuoaJ9xwt6y5tSXIK\r\nsNnEnCmoTbprPP7Lzk6asQmjqH6DVE89h53aUdz6Uv4lJTma+hYE7D7QdVvP\r\nUKVOazgPXX5i0obK8iPerzbcd3pFm02sGQAlKxQ1P4vi/pSMKmkBvXjdVLfk\r\nWFuBT9nGBIaRNDr5oJfnPAygDMhpobRhhP8=\r\n=j66I\r\n-----END PGP SIGNATURE-----\r\n","size":1678845},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.942e59c64_1650998470262_0.6877931530540515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T18:41:40.366Z","contributors":[]},"0.12.8-canary.17db799d2":{"name":"@firebase/database","version":"0.12.8-canary.17db799d2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.17db799d2","@firebase/util":"1.5.2-canary.17db799d2","@firebase/component":"0.5.13-canary.17db799d2","@firebase/auth-interop-types":"0.1.6-canary.17db799d2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.17db799d2","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.17db799d2","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-1T2ppQr01CtofSFl4J74+0OQlE86+o6FTNHZsjmMY7ktQnZ3radc72fCyik1pkxR2JpJuQi3BCwhl9EX8johEg==","shasum":"ae83dd8df0619b3b0f400c01a2991ee0d18a5440","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.17db799d2.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWD3BM7vgVBjTN+gzgCSLze/7M6Me+z3hZBbvQRxOPzAIhAOvqnbkhf8e8WDl19gRjfrJnNO4HXTo8JwmpIxbY8mKM"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaFcNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNxQ//duxnEEJyDALUUJfYqilxqYf+9UcZy1+bCT/dCinHspYtAhx7\r\nFmPpS49VovqIukBAvo5QRhFJ2yos3QIInxzLAZ8o+mr7YdRVZjMuoNwBYNgO\r\nZZ0r4zLWLOYWvqELq8/ZvNc94Vk9QzD0QmYmLEBiEIK/cE1ib+Go54yXf5lK\r\nF1ZwITXVhmbgLZk9D5KNFYJPEnkOL8NdFq0Xutu1IQicO0r8fzZYaX3YMfwu\r\n9Sh1Hu6t4BRe3IJQ+LsmLLC639KDgsTbC32NVUp0RkxpyUSVacwIBR9ggkk5\r\nPKJSwSplnZuyXnWxVdjYSg+G6yi9JwYMaMLamXhqalIx2MR8vGRHeoGPQPLy\r\nTYdGHwx118hlJiPRQPki+ZgLp7PYxbQgjS6pSOQx1CRmoXPdLUAzjoWAV2jp\r\nsUo3dX0DK4R8jx+fc0pgBTGapuV9+V6kqbJxBVKXc1tTG396w/PeymaFnhXT\r\nIhw7kgJi4FAYc9tuY7JRu72hwjqtIPdfxqHPZ389LXfA/2NulbTmbDcUXA95\r\nJDSbvOuOMMBnh8lgNL9EMhPvhC3NTKvlL5zJmK7kIMMaS9a029afHcwcUYd3\r\naoSPBdZOPcehnpnzaXKgIm36XafwD7AJmDAQlf7Re1Eil1BAVnR6LhPq3q8w\r\njGwDjNWAqJ3M83FiLbs2XmeBv/ZHYjZQZZs=\r\n=w5bO\r\n-----END PGP SIGNATURE-----\r\n","size":1678846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.17db799d2_1651005197281_0.8497276911925116"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-26T20:33:48.311Z","contributors":[]},"0.12.8-canary.34153f29a":{"name":"@firebase/database","version":"0.12.8-canary.34153f29a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.34153f29a","@firebase/util":"1.5.2-canary.34153f29a","@firebase/component":"0.5.13-canary.34153f29a","@firebase/auth-interop-types":"0.1.6-canary.34153f29a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.34153f29a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.34153f29a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-IV4kY3GG1IuNQpu9P9orTTjownRzheNnY8PdMGaIf19iG+IB8vUCiZiff27JMLdjRzkPEnqlsfORGyJYH2fyqQ==","shasum":"d8e0f67cfd56d003df8f94f969ee84e97f066cef","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.34153f29a.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7j/cEmb57TE3+I0dgJi48tDkNm2AWbnKefow6NutH/AIhAP93kk5dnVpiZcI0cwNhNw7d1SLzpyb2Dol6QAZPrln+"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaXzPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpn2w//aBC8gZ6vTLnepvym4H6ykSTeMsdFH2/dnEAXtu4zd4/FICz7\r\nePLnmdjYBMYXS3O/NNWm0jTKjynky0dM9F140ZOF8NnV9iHyr5o6/RemZYhX\r\nulc2ma2EdVNX//mQYzb00wP40a4SoGiQTvKNva9XbZMAgkjLrIJAxFeX3Uuv\r\nOM6WQxwp5S8ylwTLX4BBI65rbbWxNRMEn3j9mPI7NRhLXRG9O4k/Ph8AjfRU\r\nNPalhOk1S6dArHrcPtX9EfnK327+bU7PVHYwCAFdi/2Nn74SsToEuWY07Jzd\r\nXV8MielPIHZ2uM6veWc46jz/OqkajXdhGlKN4ofVxocami2niL6zwQ/EUA7h\r\nTUwT+vK+mjUCvf2977K/USYdyTPjGdQ2/SvHlOKaZ9XsXFMyPedxI/pmqcq+\r\nXzKcNPVvbzrIEwwhmdZyEdVHvmSMPgFVEybw03ujJIcMoaxsgccgS5aa1WgL\r\nqgG8vGFBdDZJ7V5WplKiN/juJUlL05JUHefjS+QsFfDRXrlHyW1pllbPMM9Q\r\nt6xRllT7DbktLew/OrrvuCgaz7+IhszuW9bznyA95+mxkkAldYcrdD8Q0AhQ\r\nLP2TZ1oC/wbu80r/j/cDLQzptYRvUqySd0dKejGFm5DzVmgDAKEvUT+UDqGk\r\nZG9P24IOT6dwkP8OUuij0ocZUyafTwbZj7A=\r\n=9BiS\r\n-----END PGP SIGNATURE-----\r\n","size":1678846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.34153f29a_1651080399219_0.6539529299149796"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T21:09:50.082Z","contributors":[]},"0.12.8-canary.4f9e3eaac":{"name":"@firebase/database","version":"0.12.8-canary.4f9e3eaac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4f9e3eaac","@firebase/util":"1.5.2-canary.4f9e3eaac","@firebase/component":"0.5.13-canary.4f9e3eaac","@firebase/auth-interop-types":"0.1.6-canary.4f9e3eaac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.4f9e3eaac","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.4f9e3eaac","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-L6g9E14ZD4PGIKuIux2cMVd/5EJWDkRPtP9ufeeH3Zfo0H6XkQK8nj77lBIbmqSocRSl/kKUqb5U/mEsVSPNKw==","shasum":"1e7592dd48761e993d6914fdaca156b758db16db","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.4f9e3eaac.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClbf60wgUdOzGuqNy38ciW1TJVWzgaNQdzUMortjmwywIgOlC0rJusvIrqL4vPqwMhsw7fCTpdMI8fRYI/Hy4l5WQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaYMRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGaw/9G4nbhJN1OPg9AP/SMU3GEQq0ogCrHhsCRz2eOYrkC2V2CAqA\r\nbp+hUELeI/1LTYWUMRNjxfk1Sf7GHkaiCjJSAN5JxRt0frZc2URMoiBst3da\r\nAO+AmuDI/kMAuLRlmWzb/+hACFBdDcpMDfM9VOa6mNrs9C6SyRi+RQopfMNz\r\nqYQyCIHa/M+onRI7iw4MyG3d+F8Sge/vyAlzc5wgEBReD7XNXw6WBiAtv03g\r\nxDXx3VOTr8C/bhOzo9znmdHVWBZT1Y5nYYmN72dy/WEJaUOFujMSFzOE8+au\r\ngAUd7wzaL4in8SVSkcoWssxhm5U6pC7JUFJV/85jRaOhgUmWm85hv2KhYPzt\r\nvDdHX3TztQ/f+QIR67xW1jRr5vfAxBlffzxzjZUvgWB/WBJhvHv5yXl9P/Rn\r\nhKvFa+8ZeXPvF3xb5VWBhEiI1LYPbK8yxh8GX1pAyXwq+uwkYgs0zeofihtj\r\nD7899jDB+TIMm+lLthMKlf+hSwvver9zZpDjZg5dSq2BmSvcbd7UFB56tW5b\r\nwq+wwa8rthr3W8kTqTY557y8Eo75vORcfT1w1PjBRfMC5DxDsMb5jj7xLLhO\r\nccsP+NP14LvG41T22KVvmCf32GqqZPGbE3QfTQpaZADiGAy6HBo+MTLaVsUj\r\nyzy8w3+hyWw6ULyjsOfmD8p6uSv9HYfqusE=\r\n=NzwN\r\n-----END PGP SIGNATURE-----\r\n","size":1678839},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.4f9e3eaac_1651082001220_0.16732059856426007"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T21:09:52.566Z","contributors":[]},"0.12.8-canary.e91b0d175":{"name":"@firebase/database","version":"0.12.8-canary.e91b0d175","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e91b0d175","@firebase/util":"1.5.2-canary.e91b0d175","@firebase/component":"0.5.13-canary.e91b0d175","@firebase/auth-interop-types":"0.1.6-canary.e91b0d175","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.e91b0d175","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.e91b0d175","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-g5GnFFShJWVWu/TgKl4IfGhwDMRzWJxVz0RnoFGpZZrrKkr95Xskir/rjj3pQ5DrN4wyEXar4uneA9rdzgbqcg==","shasum":"969405e684cc35a905bc9002aa9b03e2e8838c3f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.e91b0d175.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBN+uj7nmkc/mnM8BLqli93tJaA3KSSzMZNqpv57vuYeAiEA1M64yHm4e3nWePfS3RbL0RgJJTOYh2F1LzFj/isksCw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaZK6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLeQ/+NuMFsLwONmEyWvNcspkKvLR6wni+h2o42nVDxKvscPPD/aA+\r\n+kg7xRdfHZOHP+abVd+6Hxy39mtIW/10yEKITpVK0X4ChThGfMnyfwc1Qr5Y\r\nYXVsuxRqTcsh6dxxomNhG2aeh3+PJBzypgwFM4UmiQDRwGdDHkAafyTpOUe4\r\nTSQ4xQo3PJzpXwBZ1IVra2lDVNGATOm6kQhq2/dEuoO1nbZeugMUvY1giVyc\r\nf3eb53SOfocfVwyRZ5TwHlnaQrqLl3jyjrtFZCgdAdgb1x/rX9KgbMCpPv52\r\nRiv8Xy3Lw7I7iE/p0Alxg6xnpwb3UuS6eSId5qkXxKZ8/bGPGAzMfI3d0HFc\r\nWzlbr6J7B7tg2NC+dtTcJ08dXlCdkTYkPikQwIlxXZmyXLS8cfRLf1JYvU0w\r\nOv/wKYqmVXSozFzixsjA9lcBfGnfsE0Sw862J0F/sBBUz3DHPmwqdt9wpA7E\r\ngzOFGS31oZoI9QNp7PPVf4CoU4MO7caisSrKrwQ4kdU6PYSBWhi3pWqSUftf\r\nfLxjqKQBZP6kHyMG0zrd9tGa9F1tKBiJpIblUXvP7D9g4KHNvZ349rbqO7xf\r\nY8oRfRj6A7qQOFtVWLjHipvNczgPGuJL3GKAJuhFx7qqJeAU9aRyZB+gtsZf\r\nknrfFXNoiJimyh/w24tzF3Urdmb4dlsleTI=\r\n=hZWn\r\n-----END PGP SIGNATURE-----\r\n","size":1678843},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.e91b0d175_1651086010690_0.2763993312270765"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T21:09:54.593Z","contributors":[]},"0.12.8-canary.e76305a0f":{"name":"@firebase/database","version":"0.12.8-canary.e76305a0f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e76305a0f","@firebase/util":"1.5.2-canary.e76305a0f","@firebase/component":"0.5.13-canary.e76305a0f","@firebase/auth-interop-types":"0.1.6-canary.e76305a0f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.e76305a0f","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.e76305a0f","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-cbaVFujyE03cxdsiVQS89G4ctNIlRYGZypvthRdsDfqek2+D8oPBkgdbdP67yUyJKNMHK7TYyD+UtA9G1H1xLA==","shasum":"ec5f3ae6fd3738d8b728be8b27e73173808d7f96","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.e76305a0f.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICHq2qNZ8BfJzRQ//n0Eyo+VsAyDVql2nMMelZ6JN/6eAiBEg6Hx/tYUVheUPx19Tq67m+FUcWNBFxjKUJw9UZ0fDA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiacAzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyTQ//RadJ9FH2+O3Z7KnGZIhqlveCl9M5A6HASyYpELnEBgXDp0EP\r\nBFDkmduSUImMt+s2VNW+fIv39qMTjMrDenfFi15FMD5bhdFtS59cdKnHkQiG\r\nkF49h1Gy6f1XINwJADBEgtMkAb6LqlAr1BOs5BjTOfPa6xs1olRiX2WX6EA2\r\nvKmjYLXOP3XDr5jn28ijmXdhp12UtTUZAOyga7iRS09hqbuIjSQucOtBNs3b\r\n4mPbf8LqV4tWIiGW6Zsm3g9e8/9fXXH9qeMyOiUO4MGZcijpP57CmRcUXH6J\r\nwwlAAcwSQbm90fqFnYm2I5lW3xrfP8JWWOiqjRDKZS+JYbUUOhq7Ikc32xuQ\r\nRWI5VItS0rpT5HZbGTDbI+ZSejrJY9lbOyxq3Lzujtbuju39+7T3jD2vFHAn\r\nrlG0HatyA4esBaYlXyFqA5rcT6VkvMpiVCw4T2TtrTwkdjQa4xM3ta1l8SoD\r\n2SKOHQNg4GhTB0BKE3o4Fql/crptUhAA8S2BYQMOmsoQbrJu9WTuFy2Mcovb\r\nKl4U+qI0X7qbGCvCoaTcUHDTadB5XmfSAyAzSF3VguscN89XpB5F2xHCLHgD\r\n5RCMQ9ik/jnn8Qqw5NwjIYuZwXekj2Qsqtb9tNXBh/+pW8cKzuxQaYtkvKzZ\r\nKdrQVH0elh18G++Jlrjy3A6YFtTqjZjV5U8=\r\n=aLEP\r\n-----END PGP SIGNATURE-----\r\n","size":1678844},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.e76305a0f_1651097650844_0.41948233835134463"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T22:18:18.288Z","contributors":[]},"0.12.8-canary.477815d4e":{"name":"@firebase/database","version":"0.12.8-canary.477815d4e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.477815d4e","@firebase/util":"1.5.2-canary.477815d4e","@firebase/component":"0.5.13-canary.477815d4e","@firebase/auth-interop-types":"0.1.6-canary.477815d4e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.477815d4e","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.477815d4e","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Us7DVVot3OX11XBdS2Rbo3DvXP86EwH9IZL2EjXsUMNj4DphLPsfP9GkcFA8Sd+TzmXCm08tnZVhrVnAt+8XXQ==","shasum":"920b0fb61b9328ea85a81715d8a70656c64774a5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.477815d4e.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC/boJokylcZF89CSN+3Z8EFMsxtNWkyHfkk3V2CGvBkwIhAJFIQA5cARVWcdB/NvCqrQm5M+rkEQN02E95yX47ZOmF"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaunsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3HRAAlhZoNMXHnmblCB2+b8OptEVvC1UjfAPvYCtQrRp+zaLGYmKQ\r\ntuPCpJ6YgBqBDruAd4Gt5Z5jqwDlvpjH6E1zDk3K4qku5y9v1POE0npYAQUe\r\nY5lai3tR1cU6dvKlKZfKQDUyHAKblLwuXfDHmLYbuvxY/sjtUfJW6aqSNrAY\r\n083g2pRy7ABf9diFsJZjEYPQNYmhgpN41tv6Z5Ggu2nHAjaUoTTmRKEq7/jd\r\naYI9xgpRU5BwDxFVD/mSme0vAu653g2hA8Xj9f9rw1+RSKCl+175cSz30Djn\r\nZuA8NV4uHRaIbf2Vx8VKtDN0AJPXQzN2BF53HxI7V3fgwdfdyh4LVuQIEIjJ\r\nLmXgI50oCNFaxGqPE6LZAKCuKWUy4oDYjhSfCUEzH2RcggEFUKBaKW9hPWiO\r\nG1Aubhln18HVwMqLCVUa310TUKST/gGXF4XK5/rlUO8UZ6D6IDBer2HXW12T\r\nxMfq+Aq6obgflGWIlmgF43XbSHl8TPq35ogcbcO2KONNh21/ruEPqd/Onk0l\r\n7OVZ7tdoRJ700aeQUAA/wGVNhO7YbRLha85t69ep2xtSC0RiC4DtDL9/kMbA\r\nhhWQ3yxqBSG/9mPDk13wEDfG1XakLbAaibMvEuJ9l+KnUMjEBdCWIQkwQ+/5\r\nVnWV2dwo69iM+Zc67gJ3jQ+aw0bouzhqBj4=\r\n=CCkn\r\n-----END PGP SIGNATURE-----\r\n","size":1678842},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.477815d4e_1651173867990_0.028877217750220785"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-28T19:26:55.936Z","contributors":[]},"0.12.8-canary.19e31a231":{"name":"@firebase/database","version":"0.12.8-canary.19e31a231","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.19e31a231","@firebase/util":"1.5.2-canary.19e31a231","@firebase/component":"0.5.13-canary.19e31a231","@firebase/auth-interop-types":"0.1.6-canary.19e31a231","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.19e31a231","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.19e31a231","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-bweY1eUe5pRpi7VqKG/rX3bOShOGLb58CKTw1NdDczE2vNVHSaycU0NAQAz+jS2AhUMsTQ9xYEth5nc7Keancw==","shasum":"66b5d7c9d92551db0fea229c4ce8556a8ddf1b96","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.19e31a231.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpafx5gpkWTDsGKptQb0VNBrbjKFjrZv9Y9mWEins5OAIhAPPdwRaFQSTgblK75R3IWBoaoCBZf+NNv65soCnzj+Cb"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiauulACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1EA/9HKheZJ6FzW1ockN3oZtcTzJ/OZVPdWX/vpXav1Eq61Ecm+jC\r\nOT+M7arwzFcaZ6Nf3u+NYW+215UEg9Ai7RQaPXgd+dHdUbrB4ZCxQhqeS9Wf\r\nWB0wzLN+3w6Rsm03Ib2g3MQYGcLyyzFCZoUNJalmn4xMjiIleXaemWerHnyw\r\nhC77rBCmFVl7gqgJ0dWsLtZN5UZGgK2eSHCfSyDdOt3xMrX8yD/UDgDc6nEF\r\nRxetx0PljQpt3Rik79+mmgk61dTFWUrOF1zkIH0jSFq11YeAEzF0Vim1dxIu\r\n7KxED9tnafiI2jIB1tnZLiUUJc+H0PHyHLdc3MPFijSonxPPnBxTWr/lNUiF\r\nHQVcP9j8xzicmDD94d1TYZWvI2S4scYjSxoVFWyX3HYFxTZDIBGXUTR3STAd\r\nOdu/2FYOwsaWltS0MewDLuQkw5q2qdzxcUhgCDicj1GZhyXQDhc466i2eR0U\r\nCLDJcEzeVSc/W+opKxwck/zi/8SEpd34Xa6NwqrsnQqLvYaDcYMVQkm2Ue3R\r\n4IuKGISNWViZUSkintI/VPxsCnhJXng6kFI3VNqyd5W7JF3acGE8U23OczV6\r\nLik5WRrHYE3XxihAllbSUWNysy495oqT8QHLWfT8i7L6rtb+D+cQ19qXu1Dg\r\nAOi9SgOO0nSC3rNra+mMn/KfD3MCqFqpBZA=\r\n=JuNy\r\n-----END PGP SIGNATURE-----\r\n","size":1678845},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.19e31a231_1651174308826_0.03675714021223442"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-28T19:32:21.010Z","contributors":[]},"0.12.8-canary.d8be8bf1c":{"name":"@firebase/database","version":"0.12.8-canary.d8be8bf1c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.d8be8bf1c","@firebase/util":"1.5.2-canary.d8be8bf1c","@firebase/component":"0.5.13-canary.d8be8bf1c","@firebase/auth-interop-types":"0.1.6-canary.d8be8bf1c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.21-canary.d8be8bf1c","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.d8be8bf1c","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-P0Umc4foMbn4TM3cyKOG6LRf5t8HDJ3loiAKAeua+FNTPYRdjeVNurMDzJ36yJrbE1sFgP9BC3smOQ98nH0b+A==","shasum":"1a5d86a60781ea174a73fc056885ff15ad962b84","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.d8be8bf1c.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDazrpIw21+SA9n/9axxlB1acS1fBF1pkQgnBXwNTxtUgIhAL7g7/+H4xW8IbhAtY9uLKtpGlpfzh7Mc1HU+5oz7qaR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiawQTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRbRAAoV8bGWtKsHVnhBl46HmoCguUX3SQ1pSHzIDhRb5BG1JW6knh\r\nJ9StpHCgbgdMcMnyEqs+pbfFCxuX5nHKnkE805addPNCJEg3vDpSstxbSqM2\r\niIfCkYAu/IrD9rG/zHgYX8OvguI0eiiEnju31pnOYqUXPQtWnKBZwSmaYaZD\r\njloRpNGbH8UGXl6FPaFJ/BAp07v/6+5YyNIig+yAui1n+yfC3Bs0oMt05SGI\r\njVtNUSr6JM2wUf0I7x09G/v7oPphPRGhFvKdeHNAUSY+GApkNjk7XGqVIJJu\r\n29ivcTtFzYgFbZ6qcN6pfxjhJDsZmrH3ro0KsrQJzRT+dlSjFDqvE66s6MLJ\r\nb5KPD6Mv4mRYtbkMJc3ouEEl6uPN+AzvrTeP0Z9xiXi+5t1d6wNjd9ZzaUlQ\r\n5E2ii95hZEWEv0DFw/ehOEncqSt4Y4+7Baulzvi4pofZPwbKsIim7cCjkM51\r\nOasXxj1qBOL6FnK1QHm7/2d/i2Bxo6C3BVI+rzEmek6tMejq5J1AFNieL1NH\r\n/VfOxgxsPZGIN24oWHPz//5vhGpPmNCP3SNd4FqeBX1xvdZq3HJmWfq8UCSz\r\nFsnmVnm1jIH50TFbdvGSXphNSNMC9usFKz8VgVN5Ys/qUObZtmvv0YXkXwD4\r\n4/TaU9iClDCUuBxgx50/fqbwnhDUnsuLEb4=\r\n=PCo2\r\n-----END PGP SIGNATURE-----\r\n","size":1678841},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.d8be8bf1c_1651180563385_0.47205856356064646"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-28T21:23:39.802Z","contributors":[]},"0.12.8-canary.d881dced8":{"name":"@firebase/database","version":"0.12.8-canary.d881dced8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.d881dced8","@firebase/util":"1.5.2-canary.d881dced8","@firebase/component":"0.5.13-canary.d881dced8","@firebase/auth-interop-types":"0.1.6-canary.d881dced8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.d881dced8","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.d881dced8","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-17jFD+jWc5KG5gQbARFmFls/cMkYannVQu61gwXNC3vQQA5G6y5dLnZkp4pampBHTiq/AdpYWktthI79Fs32sQ==","shasum":"042ef48928445316d882b31e74a144e0e4a377a6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.d881dced8.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHTqyHVOvkl8iuvFRHrYryoX0Cumg8M1y4BVFSNHcqGRAiA/sV2IedH7erN3RwAbQDK0wOEQcY/GjLtFGz2lx7Q4zQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiawtuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNahAAgJjmWZZAB1B9i0qG2jZ8zIK1p+ncM9KX96G2a2S54FWX0jeV\r\nlLUMWliG2ltDFnGJ1XRhx0b6u7N2P9UXxJKFbRqqFJBoAgV4CfMXrNEAclTC\r\nZ/yuMok1SMpSYh9gEPHn6SkYjZtNKIlAeFtgF1X3zr8ToW7+LitH0jj4BYjZ\r\nVDcF5yj6fWuk1FLg/hX1ND0U94Kyy5aHNXwNm6vijdqq1GumCStJUoHqaO7W\r\nYbXIkf77MjKCeEIltEoh9dI3JkxCzJiYA/N+BwkisCU1RVCEYPM3vtVo4uRn\r\nV2Leluy1QVPnLtjuI8qmyk5FNfQrCvtph4c0v17BUkk24ARTcKZ/IZ/Mml1D\r\n+co0s33VNYR115uue2I3ZNDiuNltNNW6MJymNm4kYX2556E737JdqF21Izjb\r\n9wYbr6vDGpDApMJK8QflH6eOwWfBtw1XVD5qZMWCQgi6amRJcPmNfF61BAyn\r\nDgXzrwAHQ/kgxXakjZ2QnoRm1Ti+6sRUepCM15LtLs7/LFwDtRlmfLqsDRxY\r\n94R802gPlcyQrbuszUDal9FKXXGGFm/kwQwi3xFFpoI+28LW5iGvLfShOH5O\r\nVIk2iOSf8Hb8v34tdY9F6StI/2PUqRmKtYQ/0P71hjDV73HfTdMPN2R7gIP8\r\nd7EVozAohxsVw5vbz3pQ+UwX/cz97AL2+H0=\r\n=y9Q8\r\n-----END PGP SIGNATURE-----\r\n","size":1678839},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.d881dced8_1651182446723_0.18000055057812347"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-28T21:57:26.021Z","contributors":[]},"0.12.8-canary.69baecadd":{"name":"@firebase/database","version":"0.12.8-canary.69baecadd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.69baecadd","@firebase/util":"1.5.2-canary.69baecadd","@firebase/component":"0.5.13-canary.69baecadd","@firebase/auth-interop-types":"0.1.6-canary.69baecadd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.69baecadd","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.69baecadd","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-0F8LdRIjfC/DYIRxL0LfTNnJzuzDaKwCBSuSgYkRCjqjgsjdUt9Pq2T1XQhGYtR4ANN29hMe5cBdFDi8+SZ/SQ==","shasum":"a7f82ce3da1698948e76b0bfae03afca5bf5812c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.69baecadd.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDmuwtpgkLVwtFD3NBeMWLSr9+U2Yztbr6QsrwlOyy65AiEA4WumeMD/jKSLhAW127KzQssGwq9hXmQcOdzWsMgf/2w="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicCBcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopTw//Q8XOgiW3rMdtWC4qdwHfkwpbE7GHqqV5H8BV6KdnbGAtzNjX\r\nW9w333U5DPAQdTVRslLd0krKc0CEiBPcbKWAIJdNfDCUGlwVBRESEA/sJDVJ\r\nLGShXRBDj4IwTtR+blUs+sF4f7fMMDmRlV4cId4WwUUTcm3pg5nYzFtM5Nmq\r\n7yAkWp6ERhZKJSDT3Sg7PD3VH4BWul+KoS2GbI+J1u7Jkz4J6PyiNPF8lBcP\r\ne8Xo4za3PjXe+MLpOuuENQ/FMiJDlHtAXSWmsExS4RX1Tl6v42lc8Ma2oVAb\r\n/jATb5KpoeWA8CH1XQnNlyRg/r6MlLVbxWLfVuc1q6YgUiFuRB/prfRy2HXe\r\nEmXqdYHHBxc04qOXpTUvmil8eO9rtVy0fy9pVI1YTK9/8aHPPI1zRGVADLfg\r\nOj4oPdQXiuJOOvTnUg3z9z5erLHamtIyD/8CG69isXhJ9qxJceKag6VRVG47\r\nJ5t+Y2apAEVtTVKq5UmrNOMjRYy7ciBHuVj6E0omkHNv9iAw3VUVNvhx8H3P\r\nqCfQ04TP5qPTPFMQCWwgOReRmQ/AIa0VwTPu9SUmRPzDmePPuxEAApxZ/DTB\r\nhqvMXGcEqa0a6x8CO12mzMIlLKe1CyIWB4mfN0eaEmRA3L7QrNRroVWlNDIf\r\nsIkavYOI3Bd3LYiF2Nbgjpt0my44UovEQyA=\r\n=hqPT\r\n-----END PGP SIGNATURE-----\r\n","size":1678836},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.69baecadd_1651515484630_0.004416894070286004"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-02T18:20:01.139Z","contributors":[]},"0.12.8-canary.76a638b9a":{"name":"@firebase/database","version":"0.12.8-canary.76a638b9a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.76a638b9a","@firebase/util":"1.5.2-canary.76a638b9a","@firebase/component":"0.5.13-canary.76a638b9a","@firebase/auth-interop-types":"0.1.6-canary.76a638b9a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.76a638b9a","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.76a638b9a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-uKxCEZieggqAR+qh4zdfCC5ZVfLcgfZDG6J0TrPktxCUcZvLdImlETpvHZgRePFciTo5grvcFGuNVXsJ1QfphQ==","shasum":"cba473a32f0e2201e3071892e8bf7fcad3e071b8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.76a638b9a.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsR8KLt+5NnoVRAOxhs/FHjkOfGgjOrDuC9BbVVDCR+gIhAMh7EVbQswsDtiwq4EVrTPi01E/Twh/Z0Jby2Xv+s2fY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicCu1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoopw//S8MoA+8XjBUSJ7b3WhZJAdmO5+Fys75SU/aQ2A/lKbFLnmhU\r\n6aC02zdE6hsZ6yTCm72ejgMq6gTOYxrUrE+leDrtmCdcI39Uxf5s/uEctilF\r\n7QXdaM8O5X571iMxpujOf4NBtKHPu4LsLNaMuTecATeToxcyNu28yNdYOVJB\r\n/oZT6xKImVx9v3gssonAC072e3kOLv1mJb+Q7ts/q8lbS1ySXcWEl2FW2WS7\r\nkwf0lW5A4P8W6ZnEwPIaCkVywDtUgSs4CEtUcgT9+Pkz2uoiBzmk/dRwhFG9\r\nXw06lObwX0k59MQZ/uqusnLrAunL4aRndPCuGOBQzLlKf1auo15B0uWkyIm0\r\nz3wMhnx4+a+s/9c+Q7aJ/lge3rjk5pmScWosNrJMFuC8HUC/aDKRIYXZqzpf\r\nfO1tDWLShUYhJPlyUMMT4MyiHgyt+dRQB496kA9Bt2IgEuc6JFGvD+IyIR7P\r\nO9kEChlC1I+Xs1BnOLkbnixwI+QO0nJAMQEOt+opgbdr9Le2SgLmfGW6tCur\r\nHR3PuNSExO7NlXOPysySiTOOBvtu5vFKPnC/w0l9jO/lxXsVIHbY8Rc43SwI\r\naJqKZCbCQzqBiJu+nOW/LoFXVmiLDHxArRywVP4+kXpK0cWU2OZUYPI9NT3w\r\n3ws0nQMQS9GLnQapAB9UDIjN9fuUSD7l7E8=\r\n=peMz\r\n-----END PGP SIGNATURE-----\r\n","size":1678844},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.76a638b9a_1651518388846_0.7507632434386047"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-02T19:18:57.223Z","contributors":[]},"0.12.8-canary.c096f8473":{"name":"@firebase/database","version":"0.12.8-canary.c096f8473","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c096f8473","@firebase/util":"1.5.2-canary.c096f8473","@firebase/component":"0.5.13-canary.c096f8473","@firebase/auth-interop-types":"0.1.6-canary.c096f8473","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.c096f8473","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.c096f8473","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-YwqOhj7tyGK+3OxrWv6UmrA6zb/05y2V3ylTS0+NkPgn69ZXqeHrXkmA4IjXFcf5bTHWvhrrPd1haAtuoyDMbw==","shasum":"ce704ebe4775532d216fd647792e4a4d617f76d6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.c096f8473.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiYJ0QkgbIjFETipcjWRnOeiYP9PU7cTTN0QtLRUhDZgIhALfPxhZz3Y11AnMnxBk+4IMGQJCNEdRU8E7JzDdBfrew"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicUG/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrojxAAoE5Q59WpDbnuNflWlXP6/PtgDffhhfpJd67atcHtzBBTXn+P\r\nnUk2f+mP3y8v4xcxb3qOnY31zM7VVkQlZj5NOvCLa/TwvXGrX3oPjYo0pLqf\r\nfA81MydWSnGiX62yyXZNSbrIh8Rb9zuxOhb456vyh3GGOIMVyfft2EclTz4A\r\n35VGwemMVNthSVJP/ofggBc/Zm124i2Zx5ET+rSWsvmC/meo0oxFiGDcQi3h\r\nfirF1gunNWFv4oWQ8EiwyqWIX/BovxER/eKqwa7EYobt7dtev76pwA2wuaih\r\nIWaYCG6dW2o6WYV3Qk5yKm2qpbthHKqrv9r4PeQvcjvIxJGcq/kdEP/VwK/0\r\nne6C6DZrp/T24QOq03cUUWoqKJfelVTTi2jokqa+k9kvr9a4zXSgv58ecgCN\r\nDSuvhMDfScAgXzbIDIRuL1IdMV+ATobO/bnbGVwIeKw74dhiXCL+rvkVsMrq\r\nBqpKAuD8xs2Ud5N6SNqxZgB2LD3W2wa6ZRvF3oV9xsWHjncaG3EZurbh1SX1\r\nqcMq9lcKXXt6U5vKq726ujQdxi0jsh8/azBz16V9IOhWrIQuqje6D3vaM+tm\r\n4qwVqo6tsP2f6Ib46O1sh65oFdXpBuFZYQiuglTGQ7EJ5PAM/OVolpML1QAO\r\nPmWD92gEgIZieUQ4NC0Iw/bfObnJuar7BvE=\r\n=lEPJ\r\n-----END PGP SIGNATURE-----\r\n","size":1678846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.c096f8473_1651589567398_0.8329951341914821"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T14:53:51.511Z","contributors":[]},"0.12.8-canary.b43d36b9b":{"name":"@firebase/database","version":"0.12.8-canary.b43d36b9b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.b43d36b9b","@firebase/util":"1.5.2-canary.b43d36b9b","@firebase/component":"0.5.13-canary.b43d36b9b","@firebase/auth-interop-types":"0.1.6-canary.b43d36b9b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.b43d36b9b","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.b43d36b9b","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-HmwZr7Npi1oyLY7KOAJEav0ypumihahMzTvRkC+prsWWaoFS+cMiivWtJeZOc5HtoepAo4q5vV5pMlfFwyXUeA==","shasum":"c6f009336d8ddb45604621d7c94e51e38060ecaa","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.b43d36b9b.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHFYCllURarJwj6SgKzCHfhLeuLvROZ3gE1BU6ZwyWq0AiBqhgEZc4ybKQJFm9NVbxrTm/dgBap56XlcRarMFHIQ6g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicX1xACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq47g/+OigqVKo3GAN+/O5/HwPBlFPAjRdYPem5v1hh42vFH2IDfm1T\r\nhKovdJ9V4eTHioe/AlUa4INA1Xe2tAcprA1gWw+6W8/kalEUXzknExI12gPH\r\npaJh4joRa8rBg5ZV1ICleT6Cwm30D/xkC6nnlR74JlKez9hMly0Z9K/95jjC\r\nppIzoxOGhxx7XFWjWVYnYTVuJ8zdwLLYGC7NUc4MCKE4gISHQmpt6EuwNOJC\r\nnST6EkP0Lvm/yNc0EWZCwOqBvFIZ2q0tdrGuig9ruOZMXCFQmXfFPGJwb5g9\r\n3dNtksADfpt4LP+uOCgC/jlNdNmLb9/t0T2QzgcMHuf772bY5bJBE2VAa4XS\r\nJJgmR2aAkBjDbwUVQAdYKFXnMCZgjPD/nISEQ2tMk3E2Q9hH1Xs8sS0LJ5xx\r\npKrPPA6/sUAIngEdug06RwVwLINdTT72G39U3ZUS7oky2sxSdhRJvf10FgOw\r\nwMaaOIkDOnmU7NUxM3Lj61SpUtdAZLxfogIm8qWNFjKCig+xh2ur0jO6uM+K\r\n1ohsCBxvjKEJeevPB6nGaGBONl6Tj/q36dwjzjAHrTxSDP/ycFU6gnawAjaQ\r\n/eb9kvncpHfgZTIBxDcq008g4WJu1d2mW+JFPZInvJSqZqbhoSYKnZ36/VU7\r\nt5TNDwBKGjwZRCW/FkaWX0drR4fhW6p1HiE=\r\n=sJLV\r\n-----END PGP SIGNATURE-----\r\n","size":1678845},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.b43d36b9b_1651604849553_0.4188731134999799"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T19:10:38.029Z","contributors":[]},"0.12.8-canary.095f6cab1":{"name":"@firebase/database","version":"0.12.8-canary.095f6cab1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.095f6cab1","@firebase/util":"1.5.2-canary.095f6cab1","@firebase/component":"0.5.13-canary.095f6cab1","@firebase/auth-interop-types":"0.1.6-canary.095f6cab1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.095f6cab1","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.095f6cab1","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-Pns1uuJiudwJ93HODB74T2l/B+JHJaS3htPCKzMOXgiYo23sI7JaItYlP1fBJbIPTbnOqV/RdNLe+7AeT2r4yA==","shasum":"76ca30d59bbf27a1234b713f69029120c9346620","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.095f6cab1.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBVZlI1hUcYcNBGbC3NsQ9yyF6Qif5hGy1EChA4k0R/1AiEAsNhVHdoQg2zqB/bBYPOghuNPdp60GAQUeIJ1BwDLLPw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicX73ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptjhAAl/D02prfJtj3h9WFE6mei1RNhp0CWuYbLp05PG+lJ0Kff3dj\r\ni0nMYYx++8Cz1hQV1bZqoQxzMfNutQLNWMoqyrozG4F49FlG/SJBcIFXbLYX\r\nmvXGssfOcEwqppoe7ZDNdFPIehcPJKjS+Du8Cw5gnWkSbKL1EkLeYv/1DQ3E\r\naFdgVhwMHxwIH2VegtdN7OmwnKuGC0qZ6V6V8oEUF6/UnrTY8EDswKJDQjN/\r\nZP2hzWoVnQd9hHu6QpnIXGUGbeSYuPVUtatdubLrV25es/18TTFZ4Tcr5L5I\r\nYKwJwfo2oHYUsHN/EdTfZYoPBpRVquT1FGlu0h2qs0b8rMgN9LboTg+jsvRd\r\n12lu3a7a4XVD8tqVa4JszyKpX+YSZ9Dhmb9RzCI0L+7oYhQR8jiqQsxNlrGC\r\n7JJ6NveIMM5V7XF6bWmC1FJAPK3iXUrNW8Jl9INUTgfjW58qUkmtsgI6jUC0\r\nwLWDIbN3AuGAUKR6jYmXkfLoTpkKUC6MCxc4ETijY4U0HMeJ5H7Gs6XdrqXF\r\nCduhag6p9BrGBjTLO1ynP+iu9elLzWXZxEXCSVwDo1hpyf4LLTeS6l0EO32A\r\npUHbXPGtk7U3c4OaTIizyMW7GOEzSi/I2nWDWZ8SuGlHQpShA8R6aATzjYTZ\r\nhldwRF/c904+QMC9ll5+5Y0vcyX76yjtvdU=\r\n=0qK9\r\n-----END PGP SIGNATURE-----\r\n","size":1678838},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.095f6cab1_1651605238605_0.5311803290672332"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T19:18:04.003Z","contributors":[]},"0.12.8-canary.27eb87969":{"name":"@firebase/database","version":"0.12.8-canary.27eb87969","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.27eb87969","@firebase/util":"1.5.2-canary.27eb87969","@firebase/component":"0.5.13-canary.27eb87969","@firebase/auth-interop-types":"0.1.6-canary.27eb87969","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.27eb87969","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.27eb87969","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-IRnnRQWjfM1wQkN4BThXobeKzmWjnrrWTZaID0LaFPBq8UCitTte76pZU2cu8Vr5cWx8syLO54N4R1XqdRFwmg==","shasum":"0847c0a4d9dfad20e1041f84599a8d58b09651f1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.27eb87969.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE9NVfo6J0Uf7qPcEZNSKO8LcFAnJrGYA+6fryIbzR9AAiBm+Mu0Qm6mAPgeJAN9MR2mGRIXZ0LvLr1kzonkZFH6tg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicYz8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrFw//SNOezIdrnzn1GSsmoNNUlnMz/ZkCT2Xm4CsieA8/niVkv/PA\r\nyk/j4XdHtR61FPVNK/Nx39cxRAfDWVa1pNttQvuIW03IQnyU+CSx90crxJD2\r\njyfqSeLGnvw6IxyAyb+X0izAERdV2NHW5Cy6n+nAacY9knYfGxAjTwJmSmyQ\r\n94iDu0NxHnfWOB5RuDLGzcAEOxQUqoE9qBQ+l9vC5ZB8+1KI01ZN/zKPoRaj\r\ndbODZ8dQs5WEuxdPYbv8Ge3gaY+eI3S8xQ0qetbncKeLdQyLdGwQ+mMGRXmF\r\nC60krCvSSCacGUY6PyMaLl4i1kYBS6NMAp6MsM73Ecyn1RS2QjnmJcV7l3Oo\r\nlQk+gA1u01nModCNkC7C73XijCv52tXgtAXy5V5zlaqk26GCqyixvY+v21IZ\r\nkeXDIXfI5m8eU8sNSwsoR9dwp6dtkB2terxI00PLsJ69YbtkNUW/u/92GXds\r\nRogYww5Y8540Euar3FLFZpfmgxsim7EkMfeLz0EusMeVILco6198K4xGIZ7g\r\nMXyPgXF/esORTJhcNWcE/gLfINzc5WjhewOnviePeuwQWrO27/O28ehGLwAM\r\n6sSMR2SUOMMc6ExbY8ROMumi5lwiQU/Z7b0up8VVZilsMh85gyxsxJ5jCaGp\r\nbrrui6lueMVwUt9vaDCV4azMKcxAUWv24pM=\r\n=o7Ky\r\n-----END PGP SIGNATURE-----\r\n","size":1678846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.27eb87969_1651608827745_0.6399957886833345"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T20:14:22.450Z","contributors":[]},"0.12.8-canary.5c92d9c90":{"name":"@firebase/database","version":"0.12.8-canary.5c92d9c90","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.5c92d9c90","@firebase/util":"1.5.2-canary.5c92d9c90","@firebase/component":"0.5.13-canary.5c92d9c90","@firebase/auth-interop-types":"0.1.6-canary.5c92d9c90","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.5c92d9c90","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.5c92d9c90","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-uO8deooow0I1Zmf78PfRcz3Y5Ko+YkJS89OSuC/fVWA9QRUkB+vM3SaLuh1xxGUFA5SvmN5frk5S39qjcPke/w==","shasum":"76a40f8b7fa87b3acb641c826adf1ad1fabc501b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.5c92d9c90.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB+unNKSx8QbKW3BSM22uu0QztdpTwa2jPCAqy7UrV4BAiBWjR25raXwpCegfElgvsIOhnjp9PYTZ7Dm2ufoJn2gQQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicabDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNuA//Qm0v4tqZhrfnmssWz5+u8tpSeRmTz14oMsr6sIB1D59yKPiQ\r\npEZ+jIIIL60p6173sIXR57CD/+oM4tvsANjp6qCKiSOBkTlj1VC0cp03/KsT\r\nU/SVgUGybl31RycQFZRyOimRqL4IQ10xH1Gn3jR6L+d2e3bQ1LLvCMa4Btgq\r\nbAZvQpbEY8fsgWGjvqNsXYL5DBc6mGwBNUDf5XHyZUvlvFPdae5xJg87qiud\r\n2nQPgmV6Wd5WtNzHwIX8pJl4sh5Sm5SRtxyfiqMu1gkpC/qyHYL4d3DqHyuq\r\n52m1ahUYqBpUE8W4hdt3XsWSQQs4CBlSUU2VQju4eGxhcLBPJrUgK1TIsTi9\r\nj8fJDll9dWj+uiIk4zIxBDrfdYIBXm6ac2z9QM0mgeVn/Kieu35RejTwmePG\r\nG9I2q7eRw9Zqqqn5/WPtx/MUWsdPCh9rfSS23LrMnRlCVAVvS6oUuy/rscp/\r\n6LIZmt68H/936h9JHBGJca3KLaAGfou5t0pgG92GWDIS+gHGnzHQS/zFPcRK\r\nQcCaEPJSwyOq3THHCQWXul7r7srobNxK4Lvm72lHYs90YejMcngtPtskluSG\r\nJjnZ8fJNmAWMCb8WAs/foRH7a4K/WhQzptWNw0XSEFE3Lr5gZrHiw9bNh3zc\r\nagmTCgl6yH9J1bOiooF8+XaiFCxUwhdid4U=\r\n=Exxq\r\n-----END PGP SIGNATURE-----\r\n","size":1678843},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.5c92d9c90_1651615426696_0.9700601553908514"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-03T22:08:29.605Z","contributors":[]},"0.12.8-canary.9c5c9c36d":{"name":"@firebase/database","version":"0.12.8-canary.9c5c9c36d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.9c5c9c36d","@firebase/util":"1.5.2-canary.9c5c9c36d","@firebase/component":"0.5.13-canary.9c5c9c36d","@firebase/auth-interop-types":"0.1.6-canary.9c5c9c36d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.9c5c9c36d","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.9c5c9c36d","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ezt5gQUCWj9SCyJO35k0cxkyuEP9y3WVsL7WgVQP3K18pJocG3Vkh99epw940/Xfk0LXIItOYeWn0iBx9OSFfA==","shasum":"d2b34a69dbf0f250790fa280e14e5b1e5c59c646","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.9c5c9c36d.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAgCihYGbBAb1/9xD0jQz/t9BDuoVvj71KIuteiytcY7AiBa+pn5o0ktCW+tVlaKhsLRngUQB45YrWfiflrZ2FzRNQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicsKZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqtzg/9GmDwOGSHPKfy952NkvQ+gdINKpBocp1rrTUK6gveckjqOJhm\r\nxAxcVJVgrhMH0PRt77fdzhFQX7+GFyrNI4PbCjNt9g/oR3B53sHfHWUQvxg9\r\nwP4t3kxSwHhjTKTFzDYJhC8ocYRf7JMidyzKxBWhIcr1Kt0pW0nTYcBskbpB\r\nMDuqs9epbm6BtyCdgKov/IS5Uw8nMWP8emXmtxPpV5DYECejJ+DHjl3ngZOF\r\nbh7mG20W0ZwUv7c0XLTxxCe/mZN2KlzmWNfoxrjR1iInKiEKgNHal5TZHY9+\r\nNG9r/8pteoBW8JJ1FvGhTzVtJrqFXtsegY1NO951rnWgVZylNmIy9LUEdO01\r\nV+qFgVbfpc8vNZyoJKnBaLiqRIWsdzSPL8tGB3OtPEjG/Lo3DxqEJyFrBXa/\r\n2UcsJK6kZp4R+qzMsiS5Ay5fvLU3Rf8QyfoiG8s7V24wp+B5UkDocrPRMHd2\r\nCV2HLzBWvAvics6aPPRZVu+ouPePOS6OnJrdvByPdsj533liPtdcBJNcb7ba\r\nVYSWTMsqJaEZqSptvSewSq6cZ76nGjVIl+qhVc4RzkHAdjpsvsEP8CDIaA8s\r\nrU268jMiNUQRnGPyW5JaYTNmfQYsj/UfVzDpFOe7okpvjPL6zgrgiAh3gzgf\r\nYjFusLYGfzIE8bDHZ6AK1UAY0o6qK2I+eTQ=\r\n=fOCy\r\n-----END PGP SIGNATURE-----\r\n","size":1678843},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.9c5c9c36d_1651688088981_0.9854237637502743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-04T18:53:59.995Z","contributors":[]},"0.12.8-canary.5ce067663":{"name":"@firebase/database","version":"0.12.8-canary.5ce067663","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.5ce067663","@firebase/util":"1.5.2-canary.5ce067663","@firebase/component":"0.5.13-canary.5ce067663","@firebase/auth-interop-types":"0.1.6-canary.5ce067663","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.5ce067663","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.5ce067663","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-ILkKCTyWjr+e4z8lKpwRnD0hRL+Sms9IYSR17zT9PTIY0QAJhKGpgFjZuLhWvPD/L4oVJr91Uu5vHuR1b0qEXg==","shasum":"3e405155fc6410e916a97021812b3b0eddc73f0b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.5ce067663.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBcME/chrd4iyHc6TCU50/Ha4IU6UqKdwj4iM9upt7S0AiEAlenRVV2ZwwvB4NmzyYPbBC/Lh6+ENNCZ34ABelmugEg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJicuJ3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqmWg/9EOQe8rhxJHNRMhtcbrfLeU+PuRsavL5NVYOncZZP1nPF2lb2\r\nGhK7v4JPeKj+dbzR5ytSppudQq6z6Q3KqjDYgPtRJnkEP/L/qMDNGNAwfpoY\r\ncDZvCRFZv27wFB7uHiJBWdfUgpZvsWWs9dFSgSh2x9XF5VoN1ZFdfA5auonN\r\nUcvdt7r5EHFN93OS0xq0jz7PQrxlTXob9CnY3rHt5tE70wCtzYxsg3v25aNc\r\n9mb3CTrc62yY5+W9s8hga3xqUhpjvohfD/1Wd9Bzsfw3NxXaKz4gbLwGZ0Ru\r\nTBXtAgf0EhCAHySUQ99yh0XQ63OwY7/ZTb3AViC/r0WubQGaYmeo/B1DoBNm\r\niuI6aXU707gZuR7IcG1U1SP7qX0r3uqG7WiiU0HkBOJcVEVa9aq1heB+dpS9\r\ndH6hIpQVpnpHNISV+3cb8X5exgevhrSfxSrOhh4YpIf8Z/lVunujVU0XVpUO\r\nGSyuYNyLz82bv2DYYagPSBwiRsla7bXYAiJb9/O35ELcQM+1CrEwXFPSVJl/\r\nCq0D90qYN8LP9hjrC5BsVHV/bT0WkHBM/biw8aKDLms1xsWF0ax/m2OHD6pr\r\nCfZimOygw6jHt2t2BmUp6quh6fxF+tddXnoYVm4+OxYSM1DqFNsilS2ZWLIN\r\nlIPJv+nOoOmTM5k7vMjMD13AZ36vvFMFfuY=\r\n=3EE8\r\n-----END PGP SIGNATURE-----\r\n","size":1678842},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.5ce067663_1651696247465_0.5720584654487535"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-04T20:43:12.302Z","contributors":[]},"0.12.8-canary.dfab18af6":{"name":"@firebase/database","version":"0.12.8-canary.dfab18af6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.dfab18af6","@firebase/util":"1.5.2-canary.dfab18af6","@firebase/component":"0.5.13-canary.dfab18af6","@firebase/auth-interop-types":"0.1.6-canary.dfab18af6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.dfab18af6","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.dfab18af6","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-gcgV7k/gq5YqnK7sdvpJ1Hz5FqkSKd1JC33fTtpnvzJO07zb5EOaQJnzVgnYzWroPC99ZYso2dKnQtOwMJ3FUQ==","shasum":"924a3b45d9a14f8982785de72f9770a2487e0db4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.dfab18af6.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDSFwmAredx5yu9b62wMF9Xw749VxJVoaVNRyu6eiFwVQIgcplithzm/pJT1GWQGvj3HbdUQHt++V/ABhDVimlvXZM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJic+L1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyBxAAmOnODwag6MDkO90vQeFrdlGNwGD8AKfW7mtrh/uxqYzcMtOx\r\nrv37xudMbqvqK0obJ+luNR5mFGKU1vTweIeHU0zWq+cB8dJbWTAPYK3uqmw5\r\nisatOFryHssg6xUDxVlnF6iWsVUXv9WIjCgE6RufP5amqOsgZwpFWQK4soiN\r\nkVlYUxaY7Ab9IdtcKvLX+/qj5tK5XoNKwdimeQHX3DDkDUGfOJx/YyVkSSah\r\nqm1lSbqRDMTKHAJZxrIRYScdk7P/iPqDJfALWbAD0fOAML1fHLX20esi9Rg/\r\n5qReVqElvn8n6hZYtAcrqeErXDPGuKiiEjYu6umS1G2SlJiNlQolXiuH9sSd\r\nlrVNtY/GiErhj4sine2UE9B/0wvPMRFFhX5or4fUJzMMJSz16F4oyuYQYzpc\r\n2dRwtmQ5ZY5uZi7QC/cNrh+SlTiv6p94FshBreS4bDk6c6v8qpWj1BUJRiw6\r\n8BBop4WKYq8gn4kZhP9Twws7ZLazbA6Isg5jGt5ifBEOZQbFaWTujF5wpvtN\r\nYENa+e45sJZahrhCuV4UdnirJXuXblxBLBbR59TuKi7PAuW+gM2iPdMS876M\r\nuPc9PQaOT4/tED2Cfn19UeQfwUyYtC1Nam7VSALKVGs2rNC7IPmQYybx9VUV\r\n4v2TbiF5jku75Xh7u+hwehmnq7GHPC3Lu54=\r\n=Na86\r\n-----END PGP SIGNATURE-----\r\n","size":1678838},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.dfab18af6_1651761908961_0.3736477857297804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T15:34:15.993Z","contributors":[]},"0.12.8-canary.c87364175":{"name":"@firebase/database","version":"0.12.8-canary.c87364175","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c87364175","@firebase/util":"1.5.2-canary.c87364175","@firebase/component":"0.5.13-canary.c87364175","@firebase/auth-interop-types":"0.1.6-canary.c87364175","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.c87364175","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.c87364175","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-RP+s0H4TnB6qeiam8NzpQFdxo+yWhhKNbMLbvjlxMXzAg7fbtkLySKW3Iw6SwgZPUA7GY1ePkUkJUL9rXJoN+g==","shasum":"b6db18d89caf5feea8ffef3a61e9b549e6deab1b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.c87364175.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHKz8c6qIc+dI45QyG1al0js/jYaUa3pjh82GZKqUhkpAiEA5GE1l+iW1NxUlLow06sgCWgK9hxDzykqRE8b9ZBfNZA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidAlZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9QRAAg1ji4Slu9H6ccwuWnYPgSt46J/KTFMnIPGngGTehWfHy4Xqd\r\noN/mt+haAs0zXwdCrmJRiMWzGz3AcjkyzPxJY/5iF+hm3Gcy7rT9OuYA1X7r\r\nPD8MNuhBbCYggme4L1jtSVdn6YteUBVqeecET59dhGs9YxlIAv6CLTlsdf58\r\nJ0as41hYAE2ogXOwH+fng2rSz/9satPaiyjlohgih89k2f6LXyuv/tPg2EvU\r\n42MM2hNdYHANEDulRHHfbWZpOB80U9xpm5eiqPXu+/OaUFZ0h3mvM7HO0D6g\r\nE5++2mp/1mpUSmEd9DHVMn4dkJAnhe2UM8GnnGMpfIwpEUY+4KXcPBalx5uf\r\nGziKq1SlDN/84NdwrENx4TDMP45k5coX6eSdGBAiM1Ah7KP0wvTtss3QTxRt\r\n1EiHdrdEszsokTa0OaAn2zLMKmm3hTRQ5dxqNmT3PgmYDPCnqFZhC+SE+h55\r\nPziiclQVH2z3K6n9u7GdCph53pN4DJBoKmVBVvX0v0TZK0nRGzJf/E5S4aAB\r\nLs8rrYSFZHzr8oGM6NdgAPh6Y2MXkfPIbozddM/dGbl5lNDyA0753M7237XB\r\nVH6Kg74ndGOn0E3giR1yu5BMzxdPKtoRmwFZcU8fRJF/AcH5+HPrCI0ujs25\r\nHSKrhhZNC9xGnxkQfV9DL3hTge7ubZz69/0=\r\n=LH3B\r\n-----END PGP SIGNATURE-----\r\n","size":1678846},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.c87364175_1651771736840_0.5758616270548746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T17:56:01.677Z","contributors":[]},"0.12.8-canary.6ceff4db0":{"name":"@firebase/database","version":"0.12.8-canary.6ceff4db0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.6ceff4db0","@firebase/util":"1.5.2-canary.6ceff4db0","@firebase/component":"0.5.13-canary.6ceff4db0","@firebase/auth-interop-types":"0.1.6-canary.6ceff4db0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.6ceff4db0","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.6ceff4db0","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-nnJS0zcqfdBvIYniSxqfpBuEv5Uy8nubiHdx8GP/3jGQgToLDSYMdsz5TVflqIRhJ5h6hdT+r5HYDAcGE8UClw==","shasum":"aa6c349a62a93295c10f791ace0a132658c64dc1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.6ceff4db0.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGPfGgB6F9und0OVMnIrjnul1EdIN9QFIITDOolWYUmnAiAQ1S+U17vLGCHSR6Y0uLjw94oO4DcFJ728TctwQjSNlQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidAnaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/7w//Y+sKenkJmAgJgGFR2ZQUGDQcqLCHVf2aTH95sweIgPeL708k\r\nLIkp9ijTm9iGRuei5EVELtmlKk839y6gKN7AT9ASI3ywDYlog04aunwLy2rW\r\n/5QXTKP29eZSWdgv5Wf0rIBCFEAfJ0XsnZHF4VU+LCuzka+q3c9DB0I+urui\r\nOf4vlUBUgG0+6Ee/HkGK0E/A3F/ObpJSGFpTFevpoYk2Zcw9WBdDtq+ckprA\r\nZ5iv8IR6IycMNFjdhg9X0pIuaDja0wOiYGlOKHceAaRs/dQXPpVdvFpTNl2P\r\nNEJJNgXvJmxd92RQ2hQPqQgZrmjEFzJgqA0LwDtnrlpsH6Ww9j/n0D2AqZ4x\r\nodzdLbUWrGMFWsb7RgHqTqjLlttM0HJro0RPdubaMKSP6OnCVMnzr0tfsWvl\r\niZJKW+YoWv84Q9n4ZX7urr7Gwngjqu3d2IAXPsJvWcuUpYH3XlI9jd7/f0k/\r\nNJ5qavef8od0d6tetNa1Kmkd4iTSAyQe8jxCOIk7bcRsNvg1rLpT/lU9QlgV\r\nQnNFoTXRCMTpUp3JOskqkL5KQVx0rdtBf8BKQ8uUTgyq7m9okly5XoJOAW7F\r\n+hCl+o4mz1ljXDygdj7mOce7uYE49de0no55WDBOnzQgQmTyB4B7KDryH1G1\r\nOr5WyGS+msHkir0lYPIZ7Dqt3fEJNXrWTD4=\r\n=KeC5\r\n-----END PGP SIGNATURE-----\r\n","size":1678837},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.6ceff4db0_1651771866695_0.22743791129132984"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T17:56:04.495Z","contributors":[]},"0.12.8-canary.9c6808fea":{"name":"@firebase/database","version":"0.12.8-canary.9c6808fea","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.9c6808fea","@firebase/util":"1.5.2-canary.9c6808fea","@firebase/component":"0.5.13-canary.9c6808fea","@firebase/auth-interop-types":"0.1.6-canary.9c6808fea","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.9c6808fea","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.9c6808fea","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-TvH+a+Zaz9iO74jgRWNZJSWYmEct0rB795wHXmod9BnXa99fqQzGbvc7K6ZS97DARG4cYgCKx3nNDhBXnvF14Q==","shasum":"e021beddc4b350e98c665ac47e72288cbf4a65a5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.9c6808fea.tgz","fileCount":220,"unpackedSize":8714931,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE0Yq5/4nms4ic+NWtAatbqlIz9kOStGgwnn0lrfwPVIAiBA2rwDg1R6BUneO6niTsumdVFM2JXicJqpJayZ0j6+vQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidAoxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonBQ/7BAs6tTsvVwIKpWNcI0OMWDlmUfrMw+DsWIQZuXKCd5QJsNQA\r\nSCRciwDKzp6/AMaxmhopfF9jRUZ11pV6BqJ9TXG0csnPEdPe1++EQFK1zBzA\r\nCgA8RwjjP4WtBg9NKkZPiK9VJN/Vv1dJlIDVSkrfCpg5zS48iI4lrA85EWt4\r\n8vDegymCoBMAk9gm9+w1q68yPom/Y3CpsrOcRED/aGR6OIudX4035IFABHd2\r\nJRZ0tOxnT4j+ufY9gqhgyRan3/rnpYjckRlL3MVZGVcdIm//YZvKo4cjRzgx\r\neMw6+zDBXu1HMPrnMRj6WQpHZC2/GWBf63fiHyMdTVmgWD3ve3zmNcdWzve2\r\nImPZkxnHN/r0VYL5xNukmRHhLjy6oZXOXe7U0b96HzJNKg+W5Aekq7bDLtrs\r\naQ6YhQqHinFnr0l2e0EaThKZlIMwTgjIx/S7Zob9VdZF0GMDVKY+qYScXcJ6\r\nxJlb4RiX2OirYsGzFxA6+sf8q7aIdzqGbaY2biSHqzE4uWozvA8ZvRZHPTlP\r\n12f7CsTtuc20CUm0cv4+0p5qAwxzHgxaDbvNxXuZN/jOKBLyubNGKX4ClQC5\r\nuYiQ/AwwcuHcuWYbeoi7vjGJrKqB/drF1PtdQAU5woGiwubg0i0zfjNw3Hw+\r\nFtcBG98gbcDMp6vAF21NvumCsz3KoUUiR+U=\r\n=7hz/\r\n-----END PGP SIGNATURE-----\r\n","size":1683478},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.9c6808fea_1651771952767_0.6730071041686516"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T17:56:06.740Z","contributors":[]},"0.12.8-canary.adb9aaa34":{"name":"@firebase/database","version":"0.12.8-canary.adb9aaa34","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.adb9aaa34","@firebase/util":"1.5.2-canary.adb9aaa34","@firebase/component":"0.5.13-canary.adb9aaa34","@firebase/auth-interop-types":"0.1.6-canary.adb9aaa34","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.adb9aaa34","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.adb9aaa34","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-y3+5Jtz9+3fGxAP4nv8zAF4+Zfz6pmP7oc5LwWMI5CMXiONwevzOm25V0ZdFipeZwi43UhBy+OLOMGZa5RZQMg==","shasum":"4c8f7e36f8d8973ad2d328cfe47eea1ac9e22ccc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.adb9aaa34.tgz","fileCount":218,"unpackedSize":8695685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBb7WwXGs+c8OvpM9wf+qB7nhwLEVdqmtdv7WjB47Yd3AiEAymBOIrw4urc9WRvqhGWGcXAvk2cqD8f7y9X0lQdfnm4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidAqPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmostRAAogKNZMXI8s9/AkvSkqmWykVKJZ4cH4gsH7yOPpdFBLbdurFY\r\naDQV08wm2zqfdM6Nc/D8ycuMZ00Nfl9sZi7SCfmQkhanW0ZlaKYPjVmaJS5D\r\nuq618l2Tk9CvgS0hYxjLdbNwGEwPnlimPG3PVxLsbodylruCSNBgN9eeXNVi\r\nICe3tJ4eJ/pyRDvTiAHMls/xjY661IHtTB2S3Axzm/lqpLbZJDNZUlIHau9d\r\n6mOTO0FNHCxGSVGO9v3aLzSRjWEWCvZsb7IBwIyu6uipss8b0ELLGeE3RYDZ\r\n7rmiYGN6USdJ0y8a9FA2Y6XmZmrcU6VCMu95IK724o36M38i2JM45bZ4qyO9\r\nNwVNNrFs/ZRqzLoQmVqjqSVY8/doSUI41504I6ao4eHbuCQv47cyCFwsopXq\r\n9r4cbe8Jnmp2rsGB57LXuMX9/mcZjpZkAvPYsZ24JZKeqn3d/P1QwVq2GKFO\r\npF/5HfFoMroYDF+AMCLU5ueIpptJRRBhfmpZXVOYX0fFk7oEVymI8oFbWPJL\r\nVl4QO0bWavxGEjZRCf9Z8a6pRNhlVunKwneg2APwwBAbjHYPwmULCJrPe0m8\r\ntrAaeMqpIQE83RVpEMaHCj8Bp7EumdgeR550KCz/RruHMlwiAHGL4T2QAarF\r\nINzXA/Rec8C0o9yUz8QF2lP4AxkwgYIlHU0=\r\n=tcj1\r\n-----END PGP SIGNATURE-----\r\n","size":1678836},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.adb9aaa34_1651772047366_0.6204297735479982"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T17:56:09.532Z","contributors":[]},"0.12.8-canary.1ac3c9d41":{"name":"@firebase/database","version":"0.12.8-canary.1ac3c9d41","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.1ac3c9d41","@firebase/util":"1.5.2-canary.1ac3c9d41","@firebase/component":"0.5.13-canary.1ac3c9d41","@firebase/auth-interop-types":"0.1.6-canary.1ac3c9d41","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.1ac3c9d41","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.1ac3c9d41","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-aYNWmrvwClQd9TafW0U19ZzKAV60a6gBpFFg+06hT/Vvwx/I+K3S2YxJ1ZJIDnbRqzYHvaTlj1dkYVZ0qPTHgg==","shasum":"2899fbb217f26d572722efd2c792a8e5039cb61f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.1ac3c9d41.tgz","fileCount":220,"unpackedSize":8714931,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDKFovIGJV0WCNp2EL8RogMqSfziqQ3u2KlIGOOEnPR5AiEAmrs/rc35re2CT1K46yp/QdEFeJ1fb5tH1ijILRRXO6I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidE7bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqG5BAAifakJfCFKFS+wSihyx03LRSklTMsVa4yjh4OHM1W7HmyA3mr\r\nOuN+3lHRRVcFTvbtiWkAT4GE/g4W0ACy55QYLzCsgD2kXCeUJxlkABjzv4Ov\r\nMnGC/eqdA2ZbuRq4KmqpnPcT7zV4yq9dj7raYuoM6EZ1mSTkuoW1gMII8rO8\r\nFQeRbc4dsvscIhco12ivyJ5AQIGI3LBnt3ocHo76kr138syGx6A7WKzHoMfB\r\ncnZn+RNKAN3w956y0jmDNwjM7Mc/vn+MvbYIFNswLlHwisnLlF8gnQr9Icl8\r\nvZsuWuUglBkcuKYzfiR/LJMIJGILtl0qzSpjnpg2nX4Iy21QaDX7eFzgiWMp\r\nSikBj3iHNQkuJhle//jKMB7vsEZ0LKiQyfIfyRm/BMJQJgw6gVnTT8s1qpq0\r\nw5yfA3v9PGv9+cHd414/RPQz6seLb3F/yAnyUEq2LlRVrQOKhNGAvu7Dqwl4\r\nbPiKpc2vqq6aHjdUScInMgQq1n2AThWVg5TbBYz9kKE3I8nHDE5QKzLPSZxL\r\nsGU13zlJFLQy9lGz4IAiRWoxDIWc/mgkO16MKwj+NOqT82B95sJojHNjVHj1\r\nzQ2nKFZA5M1hYUVZ2iPryNnotWwlWjr+XrqY96EmqmSbHvR9xVgoBBSFsBFm\r\nxAC1eourHnDADrR42Rd1w4E1ryIItsYosAQ=\r\n=3C+Q\r\n-----END PGP SIGNATURE-----\r\n","size":1683480},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.1ac3c9d41_1651789530799_0.8303236964665865"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T22:26:02.307Z","contributors":[]},"0.13.0-20220505222723":{"name":"@firebase/database","version":"0.13.0-20220505222723","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.6.0-20220505222723","@firebase/component":"0.5.14-20220505222723","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-20220505222723","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-20220505222723","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-sZ8BHGMP/oLMGLYJTbc461ISIfPnC+GWa0TxQwACoKj/edqUn3wpopC/g5d4zHcJ0mbTeP6++ogDMa793aAhTA==","shasum":"aba9c370892b3b5621346e59ac642a9afb530eb3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-20220505222723.tgz","fileCount":220,"unpackedSize":8715389,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCXILlLXu3MqhuiAC+ZpaNLG01KIKU/TQ0RRQDDiZLa7gIgULQuTjkRdkRYCLRV8Zyo8awxDrEOdCIve05Z7yN3VV4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidFGcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHvg/9G9F0RYnem4gC6ooev0uMUwai6eLQcGeZLHdUFJHHAPVVmOA3\r\nrt7H7kHwIRY+7WCdDx53zomG9ii/wVBNI8hqLPd7+SlSeq/4hxJ0RWjwwAtG\r\nGDqu1McNSzDzMSAACXAvY/WVWPP6q2Sx432OZccNUNUs/FLY39+JX0yliiPH\r\nn+Om1LwoOMlKMOraanybEsyXbAeEpCXQDS3ORa98ixtQBpXks1Irg/BHIFlJ\r\nZ0bsZNLVKgoDI8VMGn1yuq6Knf0n+ZnDr1Ppgk9IhuuBon/F+CxbJ5g+HBe2\r\nqqnabl5fRnQhCJT8t1hwvKjxwu5SOn8Em8i2GFEtea6+tTuXfMBtifq9lXip\r\n3Bcq0MeU+PB1ZCmGo0ZqK2o1qMDejMZXIUGCl8wgh9/9/xTGj2udZpnvXwQ1\r\nBqAQ444bQCBNS49ifjWYBEQ6bbmKY8TH+buzZ20ch/u1bLu0Ass9raDc2HAA\r\nneHPtMABhH9WrtKkuJ0s62suTtqFR06aGzzDfnv25bnWx5v4W6RNXVN1urAX\r\nEP44XmaDJadFB632nOUqAZ++wMCZPXtkOkSnCWVLfd84uMFAcsB7LIA+lZi6\r\npD2ksnOcL4jeZW4dEb4ERdj31/wr4zTZ/w1yTaISbtN1vITpSxMyggy1h5qY\r\nLWUmyRncdh8lcPIXUzkwhN2zslrF3RJVSNw=\r\n=HMGc\r\n-----END PGP SIGNATURE-----\r\n","size":1683627},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-20220505222723_1651790236506_0.03454052112688033"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T22:38:28.471Z","contributors":[]},"0.12.8-canary.874cdbbcc":{"name":"@firebase/database","version":"0.12.8-canary.874cdbbcc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.874cdbbcc","@firebase/util":"1.5.2-canary.874cdbbcc","@firebase/component":"0.5.13-canary.874cdbbcc","@firebase/auth-interop-types":"0.1.6-canary.874cdbbcc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.874cdbbcc","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.874cdbbcc","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-J7Y3+T2dMtcuCBpc847KiuIvsRnNVdhwjfwfSgXYRaoI4f/N12ahJ6P1/krJd8Vv+TQB25Fz0l/G69T9qDFFgA==","shasum":"86d415ec865fd0f34fc2cd9c2008c8da747120b4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.874cdbbcc.tgz","fileCount":222,"unpackedSize":8714074,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEz5YB7Zq5GkKxbs5o6pK/oHy7nCDZC6LENWK3jWuZgAAiBSAA4I2LgrDZtwG0wBKiccsNe/iF3fDb9UbrzwX/gWUQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidHCGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPLA/9FttntvC7yrEow4PZ03gYPQixBPet2C6O40n4vOK6e+w9KMt6\r\nLOMCBOMrJ/lWDWRdACEiFCrI+TVwrxEEjKgn3cPNc4qk4XDJ0gREeaLpaWmY\r\ni3jnmN/gZ7MCTqhMpP9KgHZ49g7My/H+v7ASsIk66T/XUvzhCZYD+Avhtjnm\r\nY1gi05hSrjsnKaOdoXQ+I96ukeOZeS39bwuJunbO20B4yVdNpNNB9bR4Ph4Y\r\na8ASc8nto4QpGx+/mTR1I7NtKRRgEKysaHbRQY+djkpKVsmUr/A53MFDX5Cw\r\nCi79uhU4eTcAkzLzRcMgX44COlmawDJGTmNitebpi4Dw0zloOc1vpXTUkBSO\r\nygORq371jA3zd/EjF21f/rNfFzAmWqZOPU9vXINnnsAREtwQ9ObCRR9GQVYv\r\nXgGzstikiMDXhAYe0gj8xgVyDgM9VRGFSdBivW0CTK6T2xdbnXFAdycwdeuB\r\nnMfMPv5tGrcXhJ5RUHzo4sD6e7auwz9ye6DvWWA6f976Mk0K64XW8lZBOvRS\r\nnNqeZd/41bz8xEJHjGSdD7rdOJ2cEhc2tAmP3ygrOzYw0DMvu0htovbn9ypb\r\nNmybZdtApDJR49bBqagw0a/HsKd93LzWG9vYMGGVu/BFeSZa7oYS0av7U8bJ\r\nSiTcc9CUbz17h2syGnT/NBRDy41Qm7T+OjM=\r\n=hueU\r\n-----END PGP SIGNATURE-----\r\n","size":1683508},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.874cdbbcc_1651798150188_0.047823960587443315"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T00:50:35.738Z","contributors":[]},"0.12.8-canary.63caee2a5":{"name":"@firebase/database","version":"0.12.8-canary.63caee2a5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.63caee2a5","@firebase/util":"1.5.2-canary.63caee2a5","@firebase/component":"0.5.13-canary.63caee2a5","@firebase/auth-interop-types":"0.1.6-canary.63caee2a5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.63caee2a5","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.63caee2a5","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-mz++gxXYo11zjwhIH/NtSM4GSg7lPfv7FB8wfXSYD2X8VcF38nGAZsPo6ga3xlK1sOhl72AcSvrPJX8luOLQCQ==","shasum":"b24cf9abc82f423b27c71babd674221b4641f28b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.63caee2a5.tgz","fileCount":222,"unpackedSize":8714074,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcU4j3+scT9FEhWFsw2dJfdGRTe0GGmCW3k7dErJv35gIhAMzjBjCk4FeFkeekTbG0fSFoQyZclwGkHZXS+wO/4SDr"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidU4FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjEw/+KcfRYLe7guzR1gVGyP0mFZrdSF1Wz8H9B9nas5xl4vu5CjOI\r\nz2ksZUpUVgVYh4z3p7WlrEe8CKPBh5O136ERhxQBaWK/KKF9kKXojD2V9bVk\r\nEHnJS0ovtQlOvubuNla+lHgFkAKR1s+32n3AnwwYEypl7WHQXtFJG0kDwYVw\r\n4HkBWGVvRk2QjLZ/h6M0S+2BagOgthXan4Naxl+hO6ybj69XhFDsUonl5vJz\r\nZTFuTQE2ymPH+Pt9RB3vPLgD8BOjK/xLucqEtnk0alfRxGZBdnwk6limbC3g\r\nDT92bDYmRtdIce1LNoV04lp8kyuMCrqdlpscnHXQDS+hmNw05eZFIqXrgwKB\r\nVld7CPPlC54yESxH4UN38rAAc0UbYmHJhke+RmfSzDnvlejKIItje8jkhO85\r\nskglgzqAUNpo5s5603DD4n3x9qhpHwVeGFh/phPjkXtbNUgI9SrVKfKjZ7D0\r\noyUVqR5U9ok9OFF6aUn97raVid3sUpDTvIrnxgE41Z4M3dG+9cMhRKIdQPU9\r\nMaSFwQoDAcqpvCKL2NtKkeU69Rq7SGttbzeOlqYIsstDvHzwB8MLnT0ZudT4\r\n/z0wwUSfxkQp6RPsrYvZz7lAawSw7YGcn8WI7vdpq63SjOaxah2OTyjr4eN7\r\nTeMqFPY1RNTXvtlZHXtGyOdeUFJOaSPsPcA=\r\n=s71Y\r\n-----END PGP SIGNATURE-----\r\n","size":1683505},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.63caee2a5_1651854853186_0.8028762074102089"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T16:44:01.458Z","contributors":[]},"0.12.8-canary.936591c6b":{"name":"@firebase/database","version":"0.12.8-canary.936591c6b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.936591c6b","@firebase/util":"1.5.2-canary.936591c6b","@firebase/component":"0.5.13-canary.936591c6b","@firebase/auth-interop-types":"0.1.6-canary.936591c6b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.936591c6b","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.936591c6b","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-fowIq6MaWbm1XG5Jme8rKqxQ2OIytpnzN2tuC1ZR3Nca5vVFB7SUVPTp8xr7Gf8owj/fHNbnE39k/QmSXWuYzA==","shasum":"b94a427a1e4d829d7ee593429d1a317a22812f4c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.936591c6b.tgz","fileCount":222,"unpackedSize":8714074,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE9aV6kQC+FAj7uwmcpN9FtHPP8tgbv5hjkIGCUKQzU0AiEAiwK8NCtppaYCMut/Sr8Vi99dgcm0axKAOjq8dMC2jEQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidWBuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrF6Q/7BeYeUD/ki6miloiyT3iuY7/C2ysbzSuR7ClwxESKEZrCp5nY\r\ndlV/JaezT1tPW2ZIx/z5SdWAg4R7bRUIQxPp9aGErN/Vr01LJlaitfv9kLZP\r\nsCiFLSMKNthXPjIR25qOUPeKFWcx2Vsba9MHieBm/6dpIzDZ+A2+KiLWSTCX\r\nR6CtwgHxaq5ZmnnG/T00nImYnpYvktXhDLfZsKIiCgE/i4X+Rb1iH+/AW0s5\r\nY6jykZFtW3ezwacGVK8ahgmsEBUxZbPhHuTDv3Ko+bp9V7ADlTEmCNJQVYX5\r\n3Uzpn/THzfKDleUvN/+/biXBF+rquiC3Y95822DjPN3sbmGWAex5Jo6pARkt\r\nThMl5Ck2NWzIv+NVyYiO6wKQGZHTioGKMQuzcbGzWCDr4jibrLBwleGno+z+\r\nlKVk68n+vrQm9T/Grmk/DqbO81q2G0zx/3LgcaU6mhSX7W5C4Z9MB7EwQK8D\r\n5ENA44uMf3h/JdlRwBJsSCDqt1M4ssCY7bvwkm0EEHePPczVi/xErdFcPjfK\r\nt5DiZTgoSvW5oMjRZpQ6KTDQEFqIW6rjY1hDdGNRdxGgdC32k4xgMppVu8rd\r\nOOWlz6+N7tLKdcFaY9yoi9XyKeLDxi1kq5OvdIdAW5Cq3vjcCnf/OKVp/cpn\r\nPyfqJAONixekvQRcH/W4SbU6Lqk1EQQzrls=\r\n=lPh+\r\n-----END PGP SIGNATURE-----\r\n","size":1683514},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.936591c6b_1651859566176_0.39686954488716264"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T17:58:50.999Z","contributors":[]},"0.13.0-20220506182631":{"name":"@firebase/database","version":"0.13.0-20220506182631","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.6.0-20220506182631","@firebase/component":"0.5.14-20220506182631","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-20220506182631","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-20220506182631","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-tNW75eWVXNWQl/jN1GiQplZYJWzFgPmetoYX3cuivRmyc/7aXUTmYvMb0fQcNu3uS6w7xqDZ0V3n+5SPuQycPg==","shasum":"4476197899a073ed5e9d7306e1087e0be79e2caa","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-20220506182631.tgz","fileCount":222,"unpackedSize":8714744,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDJhMTS/77ylf9zffIBvRUVHqHogX2R3okG6rNea35mMAiAriMFphQcY+WwufoUHeJOHhl9fTYro+pqEE0Odmig89w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidWrvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotcA/+NQRV4U9q8QFW2xRBvR/mjZqHLkXA737W1CGlClaJlapyCV7y\r\n8jvyTNA+6tWu07hZLvCgIcuHQ8fUtmSF8fjQkf9V3KptltDB1IPlk1wm+cGI\r\n8Ht02IH1rPCYRMVrPQWNVVCGEqGlhWoBruf4jH79r+lwrkvuADZPcv663kXm\r\n5niL2NGfokkCwAfJ9w9+4xhojxhEqiufAtCOPzH3ldKrb+XzYguaOXt/TfjU\r\n5lbXrQFF+sRQPqnj2e9qqCWjXM3FqCzA8xDVMsABnmFfMK6wxcx93QihT8zO\r\nipF5eKZ3whbdUqW94Y3C/qN6HRncQSZsYPUI3TGT/wbkzNEx9Ooa44Rh1c2U\r\nNAm/LKoGYADeXwcv8tBhkyQVb6F/3VP5fp77w/Lhq86v3W81a+eE0nATYUvU\r\nvlHx7/tKsuijU5LXlUORFlHujBPYsl+FC2jEmkml07g/boU8dkEJAGwRX9aD\r\n30mQp8lt0EnHYKxTQH7H+XU9vdn0w76Lyt+fdFO/0Pu5rmVef6CDdXBF727t\r\n6td/snDu00gbL4o50u26ZAabsCT2xKU7OufiuMG0VH/Mcj+CXH6HCD8RnbSP\r\nqQrkmAi2t39TxpEn5UfEP0OrFJ28VdUuxSL5v6ECXJjv+qnfHKJO4Az8zr6w\r\nFznKTSaSLU6koxKfnJAcgVGkot4aZ+H2z0o=\r\n=7V8t\r\n-----END PGP SIGNATURE-----\r\n","size":1683708},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-20220506182631_1651862255432_0.33182383849272634"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T18:38:52.802Z","contributors":[]},"0.13.0":{"name":"@firebase/database","version":"0.13.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2","@firebase/util":"1.6.0","@firebase/component":"0.5.14","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23","rollup":"2.57.0","rollup-plugin-typescript2":"0.30.0","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0","_nodeVersion":"12.22.3","_npmVersion":"6.14.13","dist":{"integrity":"sha512-lskyf5+FDnytrPJt3MLjkTDxYxutKtaYL7j/Z/De2DSVZJSR+weE/D/r47iK/+tyzMaew2v3joSgZOHvVlWshw==","shasum":"48018ab8f5a3ad12ec7c245d83b8b5749eb37189","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0.tgz","fileCount":222,"unpackedSize":8714579,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCx9WUvPezT83I5FWWGJ863UoaHNrm/ainLakqkuH27oAIgWiJ07DikAkWQ4NYz58CzeiL25av21BlU8/Q6teRg6Uo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidXZ2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOkg//SDRFPcdwvuzVMpXZEOEFKU1V8rzsMqYh3ZOIC+M4FBj0iZ8V\r\nakWZ1rZkBWeDhAEvYunA1bnAawyxY/l9GGYTranLk0otmVvmsKqy/qh0RF7l\r\n2JmC4IWSoEvkBkRTrkK0pSGzmqiDDUGi/pcgoFq/5NMlwxmj/ox5X7FLYuQr\r\nsXBYpV4hFkgofVWkHjifQQkmHK2+Yih+mpWWYbvu5FTdQscoHu62WBpPuyjH\r\nkZDdHmZoyECu9faijTNXA0xyzdusiaJXUj1X/v6VnznnkPiazLqYfV2LJ9kB\r\nC/uMzlxsTe5UglbVVBD32XrvuEvAjx+SIjhjHBlbfY50wABr4bwofZdLQCOq\r\n05muSweaTvD0Glj5Zzka+NjvejwmWG5XokjhUARp4XgE8gulOy3UmGKMuNZ0\r\nt7jycGpmS3OzX2o0eZ3uuW0U4/Aiwyhb8vvopHL6vLMUToXLSzrT5e+S0lfG\r\nY5WAtpzlb/UHQj/2wLzDTCNBf+K5onxgdfEi97NZBWgx5ApZb9YqNOqJw2Mj\r\nZFhZlJLGUZmpyOGLis4PujQvW25i9GJrAJ2A59YAC9cwdBtlj4yiPEBI2DCH\r\nbFfwnTprKqGotT155nDLHomdl4CLiMaCNa76BpfvuFu/fXxsXs48Jcmicebh\r\nbFp0/Wd176pdpMhW0GQoBSf11Fa3D0gsV2s=\r\n=vfFq\r\n-----END PGP SIGNATURE-----\r\n","size":1683618},"_npmUser":{"name":"anonymous","email":"chholland@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0_1651865205709_0.0010404309883798035"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T19:44:57.619Z","contributors":[]},"0.12.8-canary.74ac9b0a9":{"name":"@firebase/database","version":"0.12.8-canary.74ac9b0a9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.74ac9b0a9","@firebase/util":"1.5.2-canary.74ac9b0a9","@firebase/component":"0.5.13-canary.74ac9b0a9","@firebase/auth-interop-types":"0.1.6-canary.74ac9b0a9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.74ac9b0a9","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.74ac9b0a9","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-AnwKMcw5IpZItZE2VNWG0lfWnJtE09nwfFtoARzSSJfqScdjrlZvQo9+r3otE5jRMuybsmfoT+bbCLqT6oay5w==","shasum":"11a635f2347a0f8987c04be6e5cd9c4d3aa1ca9a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.74ac9b0a9.tgz","fileCount":222,"unpackedSize":8714074,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEefT0K94BtB7OabpmIqNtKYeVnJDo+SNbM5p8NuzzjRAiEA8ITpTstIfFxD90/T7Jm2n05ByRDE6hC5Qvlwd5zmWPA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidYk2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLVA/+M0RBaIOfCvYFq/cOyrTB1cw9VLq/IjndNNf8xDIjm6RSY6Yy\r\nrkniK2I+L1EOtYJcB8uhSlhraHrIouKhw+uZK/v/VAPQon3uwNGyuZeW2q5F\r\nl5jw8pz7B2CWTp9G/4P/ue5GYTBVPRr59vMlAVW3kvqVnVvSK2hUWNJ5y3dz\r\n9NxyZFLTEcD987YiJNjfdNrySLIMhCGatbfTpAC2m7loz7n9Hv+YvwtdKf+x\r\n2Sia6wGEB1zANb7KyNluaPAcIr+muwRfLFUJ2JdMYlqPbWKVgxrAe7ZW+DV3\r\n738XqLCZMUQMW9UrREBP9hxFo6V0u8tAGZC2oJiGshftv7lu4ELZ0cm2wOE5\r\nt1RlBIbZRYrgFO3zgLUW35FZirk7D49yKi2P+OoHnOrj6x/CAdWkL9+xn+Iz\r\nVAWHl6hwo+EZmQtjFX0vwPrHzIdHZdxa8tSXTpDEL89Vn/mce86Z23aq+Gg6\r\nRPMCqACFluazUQhr354ahhegBsMvdCVi/2y8ki2Pqe5cm3vQYrzcNqkuLidP\r\nvGQf3Wob72tIKBx+MEUGgFzV+hj1iq3U/j6krA+gMKGLm8CqtunciBj88jb9\r\nLM1/IwIhq7NrFPCGHCjh1iTzHq6VBzeFwtrhDva+X0WoQ9U8GMnL2WHXZC8B\r\ngvohO3evqRbAYSAs9DUcMFEkr63/CxBVZWE=\r\n=+Odb\r\n-----END PGP SIGNATURE-----\r\n","size":1683513},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.74ac9b0a9_1651870006519_0.5259120123045979"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T20:47:55.569Z","contributors":[]},"0.12.8-canary.6f1069936":{"name":"@firebase/database","version":"0.12.8-canary.6f1069936","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.6f1069936","@firebase/util":"1.5.2-canary.6f1069936","@firebase/component":"0.5.13-canary.6f1069936","@firebase/auth-interop-types":"0.1.6-canary.6f1069936","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.22-canary.6f1069936","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.12.8-canary.6f1069936","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-WtLVbtAQsZuFwzleHn/F0INJKwwpnjOhlRziAletCUIh/+Tood0B0xsbmShlEw374hICo+JLJB9uo6Hg/GOIDg==","shasum":"3934f4100f2b992de7833c6098537a4aa6a93b34","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.12.8-canary.6f1069936.tgz","fileCount":222,"unpackedSize":8714074,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEiVeF4Fb5ghZbfNW9WPb3bWpdxMKW3MS87ZUGwdHHQFAiBZgn4miGlXDPSrP66eI4lRSioWcKRTPOkMz1WEIAJhrA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidZ3sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpR/w//dO/csatg3e0p4igRK7JIwADmL4Wes8g3cVk8hdunhBGMm3F2\r\nkaXLUnPtJMkCPrJ4saRMqc4PT8bMCa+p86uH77RmkabBxxHS02T0RAimNz/O\r\n8kvGDQFpLsqLmRUo3/HbUO8CbFk/6Bvy8oaC+Ac7UGcrENVlw9U4ghpWKUNe\r\nqUjaFxFTiyIzTVsE6oq3zX95aiSJoUzOMAVS8SheO9Ggh0XZyh1Cckk1+cIH\r\nxtOZ5z/Bqdq+eaMNKRj/j74CQIBWGY6EZZh4t3xDmrha4KiP5fj7Zrmcon9x\r\neNHy02P8sPphxdjh4KH08c4kjqCO4xkcn4ONsk8RitJrDnMdqFljRrWhlwC8\r\nu3qkl3Q8GI5EuBCQDWfUpbcRT8MS+u8YUrX3/uHgrH3MaksHdIgi+edzUVoh\r\nxjysJrx7lkbTFMw8dPZ/WXk4kgYpIoZp6QbJJ2DObF+eacLGRwzLHnjNHKE1\r\ndCT9Me+KkqsW++JRzVilDcJqXIFq9DTSTqzq0vgwMjrwFvYB3m1tw6QUq8ct\r\nHFcXnckLwtOrc8W7T1I7stZ6Qj9sMls8bBhwXNPHs5T9q3hFdRG0VhD+Z3AN\r\n+7SzVmPsf9tETifq+xuxeXT18orBMllmPljNZBWXopmUv3g4bIFhOJDuywxR\r\nbOMVXybq2Wab4ykMWJv9Dpws6be/ZHzDihs=\r\n=ROAn\r\n-----END PGP SIGNATURE-----\r\n","size":1683519},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.12.8-canary.6f1069936_1651875308566_0.060883651760986535"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T22:15:38.509Z","contributors":[]},"0.13.0-canary.61f7112e0":{"name":"@firebase/database","version":"0.13.0-canary.61f7112e0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.61f7112e0","@firebase/util":"1.6.0-canary.61f7112e0","@firebase/component":"0.5.14-canary.61f7112e0","@firebase/auth-interop-types":"0.1.6-canary.61f7112e0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.61f7112e0","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.61f7112e0","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-9sVZJ0x2EyKrB5Ka/AaKfEGTES4j2NSj+2oqtAXKdMPZVZanyFLSkqLy9o6S72fU/pb7I9f7qgh564IFyhi66Q==","shasum":"7e0ded8ffed062b7049878158275ef3a8baa941c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.61f7112e0.tgz","fileCount":222,"unpackedSize":8714749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6FnYdA2OZs2rV/BYepcgJL9xRwEgb2nmuvjmxU/zQeAiBb3MdUfv3VPbP62Il8insbd5o7bTLHlONIJ9tPcN9p7A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidaCwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpW6A//TWD+S10DXG/DdIIqvVKAk66ObI+LmhGbCMPF9jMxC1q6elx4\r\njTuA/yv5nd7YN9EQ10CcTuBG4dGt12eF38Dn8Fv6VmtK/+uNzJOi+/Gg0bai\r\nnTBzG4NiotSG4SEj2HUd33VIaJgg53Ys2BwVaAC8qdDXHSFMo2Pn6ItgNC8p\r\nm4sNW1o72DMZrzDAWTgkN8JMNeA3ISSKk+JFsqKnbsorXyrDMLZr6Hke37yL\r\nE0SFHheSsUaxjNYTC8sx7uETe1XDApFrnDzSYoWZfPhJQqxW6P5o1zYj+/pZ\r\nkae8imre73goG8H7jLT+Ts6SmLvqcilrIySVn/UDpQb24p5xzIEXEpNSGlvq\r\ntEJs2XOoRsZkEH5knbs0b3aCPQ+3GGy8tFtCyKBGGUo5hjWMXk6P8at00nM4\r\n4EIEh+RLxB6tsmcOQ6EwXPwzLVXeLU3jA70NFTSDZLnFgzVwI7Utolynh7cV\r\neYvhQHDmDHJOdXdxLgYjrzUHAXzsAPt8Swe/I8oftHQkDm1JgVZG6kFtdIlc\r\n7TNzT+q+gaZi8u1wFKAst+RBjYYRmyWJoF4863gBeCdB4WX96170tNRjGR6Y\r\nzo4fsv+wd8rq8Ov3fWCsJ/dvAyvYoA9JeLOSOq6sS1Jowemikl8v+QSmH9+B\r\nzgSR878dpzCRA2gR+2iLbel0s3YOw1edxc0=\r\n=C3X5\r\n-----END PGP SIGNATURE-----\r\n","size":1683673},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.61f7112e0_1651876015930_0.9007125499370743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T22:27:23.392Z","contributors":[]},"0.13.0-canary.b34446b38":{"name":"@firebase/database","version":"0.13.0-canary.b34446b38","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.b34446b38","@firebase/util":"1.6.0-canary.b34446b38","@firebase/component":"0.5.14-canary.b34446b38","@firebase/auth-interop-types":"0.1.6-canary.b34446b38","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.b34446b38","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.b34446b38","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-+/H0grDNRPC+GZuxJcsaF94pQGBUsqCHQzVEeDST8Q/NH6OiN12IxPfB+ZiGBIUVm+Ks9ahYo07YMUmvq2+bKg==","shasum":"ab1833b8bc603ca13aae8518edb2a111f2a3d51e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.b34446b38.tgz","fileCount":222,"unpackedSize":8708915,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG9rdMn5lJa1DuOIcdrb3bA8nERzS0aoIGzggBBr2HRRAiEAifSd2kGaHw9SFySgw4TcH6eUj8yL+2hwRv5Ql0EFxrc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieUJwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTRg//fsV1K3/KleD7uVjqROqJLVxnS4NvK9RflYVJzG9CsU5XlLgx\r\nEIkCHzO2Z1I8Fne6s+Wt8rDcM/CUPtWIRpZyRMi5spVVT2R6Hn308syK4edz\r\n3I89uPRQe0+DTgq0XgVNbc5vVcR6vKRIKqfksxPozAcF1htONq0nu6I9bSuM\r\nGgGtRBgNSCKeKN9AkH83kCIFpgLHjMfzI555yyauj+KK7PudUjZ5C7nsHH0p\r\n0NjmBV5ql5ch83akqbkSJPBcvY3EVV/NVP/vDzHejstrpPMKJ/3q5ve/Vsm8\r\n4uaJqFZDr5IpdKAKEEUvfkoVSKOxaMl/Nnv5KCZuCXA1Su1CI/LMo6LIm+3f\r\nLshTgF92l8Q2kHyQEOFXl9bsYA507RKa3+nkPEEhD5OQsflmzpGwkt/3+fV3\r\nxtniFN6YvcG4ypBBKQFI3z1ye8VnsQSS/2TVFu+UAyFgzU5mZgMD4TAYXVbe\r\nq0SkIhlQWhg4Yyj5Q4aLItJvCRNx7sO3u2r7BW6kFPnfiocRVDHTkaVbZ3mv\r\ncvY3658a8cQCSOW4OZyUDNjWC2rdzc2R6b/ZmyUtPJ8gz17wCqbWCMLqn9oL\r\nKjJa2WZr/B8TiLJwE42E7+7rCJuvW3+3X4POAx/57tAvjyfLkG9n3XJR2gKe\r\nWi+3mlTACJw/eLvCU51GEHdofHGgvxnwUBQ=\r\n=NFwr\r\n-----END PGP SIGNATURE-----\r\n","size":1683529},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.b34446b38_1652114032638_0.10154827611962203"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T16:36:28.197Z","contributors":[]},"0.13.0-canary.142f03ae6":{"name":"@firebase/database","version":"0.13.0-canary.142f03ae6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.142f03ae6","@firebase/util":"1.6.0-canary.142f03ae6","@firebase/component":"0.5.14-canary.142f03ae6","@firebase/auth-interop-types":"0.1.6-canary.142f03ae6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.142f03ae6","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.142f03ae6","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-fTJ6hehYUrY1SkWPdD1NZIHtgyqxHtzUaAhJPRcRVnedn1Oqi4fAJ0ApD5LGuqDNhXDY3u0ALDpezvFJQ6Cxgw==","shasum":"e3ba9248549b7630f3188e53abb61f418ac22b3a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.142f03ae6.tgz","fileCount":222,"unpackedSize":8708915,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLrDzgaWmwWSG5nfBfLyweePCD8nS2LrjEFGngUWrDCQIgbfiu105/kBWSWlBEVpu6dCwCc5TyfyJ6g2PmDaE8Z0g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieUM/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRjA/7BAX21gz+vkfbwX+55DWh2GtSBFU/Y5yF/GMCE44FXAtvYcDH\r\nheceGfRa3GK45d7Mb53cLyNWsnRYtlNqfyWk70p2+ABkdSJpJwYGzsEnIXmD\r\ntVsrd9enaX/aykwAPLmI+GLzdDZFNPFqTipuN6saNSKgxvZBC3ml0Ir10V1t\r\nQ5zVn75mKG4Nzi/jkLVXxd6cKDhn5KnTMIMMLD9Q4lWbK5hogL3U2iDo/7N0\r\nQDb2A+nd5/WA+r/rY0KDrv5QObopFYYy0eF74RjHiMirUWgS1yVpFQ7HgdAD\r\nQaKFNMZb7f8dALzcO68et7jErG3oo3xWsDsFXShyhrrHzfG0SoLlTcvXQc+e\r\nzGsJFtYRxCs9CvEAsdLDu97XZhw65VF1uq3muYv7sUhpqP7bXeUjqu7SG++N\r\nN63NM5UuBcXnc/C/d3rbNh1etWfDhnksTkY7pbz6OmCV5djejMBXCjQerEKR\r\nYbFoNWm2BiFFoiJ7tikUA645/T7IAKVV+978FOvDImJaU2u3y8rBV1/yv3yE\r\nEn4UuOuuUcwOg0j21ZsI/bS2R4j27bcWa79y81e0z9VKTyM1f2+LgZx6A+zK\r\nbDwsxjG1Un2gTRrtNbgRpGCHb6/8F4AAntEUYC81Al/OuEfxfMWeH3nnu6Zo\r\nphyMIcWlUb7ZFzAfCafoHVzUSLw+TFklSPA=\r\n=YD55\r\n-----END PGP SIGNATURE-----\r\n","size":1683519},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.142f03ae6_1652114238741_0.7229270714890532"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T16:37:54.501Z","contributors":[]},"0.13.0-canary.07cf0f1c9":{"name":"@firebase/database","version":"0.13.0-canary.07cf0f1c9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.07cf0f1c9","@firebase/util":"1.6.0-canary.07cf0f1c9","@firebase/component":"0.5.14-canary.07cf0f1c9","@firebase/auth-interop-types":"0.1.6-canary.07cf0f1c9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.07cf0f1c9","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.07cf0f1c9","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-iqDNOBDji2vFs6GuHfugvtLSmIuzI6Kz7gWa+b1KzSuiBnu34F5SL2QKXm0V+FA8HV2T5M50GM3kHJ6nKM18iw==","shasum":"9dd2aadb05a10b823265e2c9264fa40cbae94dd9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.07cf0f1c9.tgz","fileCount":222,"unpackedSize":8708915,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxRoqjgwdyh2cRTzvjnAoOj2iur4AtE19iaxueTkANPwIhALnVMWSh/38YjSwRPJxhuqIJjZIRlTx6Ta4VjmX5C7gg"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieUkPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9hBAAmEb//WhE8XSVSpGSvwrVGfjknGuDAbVgu4J2Mw9a/LUQ8duV\r\ngPXYQ7QBywtweddrYzi84/UeQI3nrcHDiLbkRnvhdJ8FAaACIx8cBaq+tQPG\r\nasyIoxhUKucOZe6CWtXBR46IfV1zXEBCYSqbXwZCGiALeYkfmNG9Sn0oIn8D\r\niCnnoC8e0tayR8FsaUkhQPsKL2YuFOdsT47/yjhV8lEh1cgPHWmCinUXQgA8\r\ntvzRBCTpm56Xa3yEKdMW7GRl8qPRbZYYiTqHWYrvq6X12Fxy/iz9FnEQZ2+F\r\nrzF+g6ywn8EfrMm4mLRXmWc70Z+lcntrhYQ15Q9JgAkxAfaSR6+L1ymJt1oH\r\nsztBjA4yWxa7TFE7WVyUqBJaflJHaaESKePDjTIlo/pQP/ESYQ6M92O4qYzb\r\nXjX45ROD5cSO70gOMvu6XtJBhMBk9s/85nq4rSCoYtdVig++Qmgw51ff8+uP\r\nZibEkC80dZdOOLzxzcmjFlQe4TA4jgUq/KO436vvmjtgUEzVp1S6I1809IB9\r\nvDomQgfoswX4xSZnAlseTIOorpeGi/YVMwCprUUuIc1AHMDIdOKo9N2ptUrg\r\nQarzpsNHi0v9xXcqP3CMwhFHT7c9oUH92kvA2BX8Nj6tiXr5KORv0epw+FfB\r\nPpCDVArC/3IMh0wfZ9kRRT1mcPuJccKEzA4=\r\n=4U7S\r\n-----END PGP SIGNATURE-----\r\n","size":1683521},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.07cf0f1c9_1652115727357_0.14324742132368762"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T17:02:39.281Z","contributors":[]},"0.13.0-canary.7233e7904":{"name":"@firebase/database","version":"0.13.0-canary.7233e7904","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.7233e7904","@firebase/util":"1.6.0-canary.7233e7904","@firebase/component":"0.5.14-canary.7233e7904","@firebase/auth-interop-types":"0.1.6-canary.7233e7904","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.7233e7904","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.7233e7904","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-TXCMm4k4DDBMNksI7v46G4anmLDJ8qTyDf0yszT8466qMC2EAGlIQEJYWBv3GGbReLkRSqpOdmGkuuMoXEoRrA==","shasum":"9382f227372d8d014cc1abe7d728a9decde41fd5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.7233e7904.tgz","fileCount":222,"unpackedSize":8708915,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDPjtuWTfDNYCGB/ngbmDskAWaGgcNo4JKTlrdNUyo2nAiEAgef9e7zYZQZzIt5r68xNLZ73H6Nn0bqJ5boyv9bk8PQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieVBmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPrxAAlGRWhVUhIR/XcCz8kUxMmVwWCKKZWA0pgv+ZBq0BDYe09mhV\r\nCVp82qfLVrgr3bySwZrck9vBS+g5qxXoQex07M9zIgGl9fZuHQLJFzMFVCZz\r\ngqgMXsaqGUpKHYwIcwfELVSUJ3vttOI2yLs9gSSZQxo/9N9EHk4I8xCx0S2L\r\n4ZS6xMjDEDMjS96VX/il4F8dxfrsrAzXDfwvbcmiavfx8Cqf2xZTSMhaInkm\r\nQ0wprcO8+7rF46rZVoPZUY/dLUnqPHzVVww9ot7G+TIGU94smZmzgMs+uQdM\r\nEALnTngzu8sV+zb305XoiuTaUNs8ugiiWlC31z4iW5j7DhOY5P0CSsHRd2mw\r\nbDgSGGc1n5pWC/QU+ivMzXgNJnQu1KLtRpuAZ6sOC8I0PgU6I+QIYCNIJMXH\r\ncYOfJTnqpg30oQGF/PPifL42DL9AhWmW8xnQgB522Ot27CIVK0sjmvATpvGG\r\nCinbKxviH8dqe5b5lz/chLq7fxyftrhLLMzhew0nM0OvMzVgzGQFaYrnqQHq\r\nhOAJcohS5tQquKHqpPtqsyHQ2ez6VwDHMuhowYXdYZdYyikX7Ozk2M+jFKOG\r\nHE2Plc9ZsuWAsz1PvunH1zn+n6/QhZg5+Kcua0k+gtjhsXEIQHCYxekVIOM6\r\nCCpytW6tji9LL/VtPyHkhyJSyvKGWj9ZzYE=\r\n=h/fu\r\n-----END PGP SIGNATURE-----\r\n","size":1683527},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.7233e7904_1652117605896_0.10777613294990429"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T17:33:51.776Z","contributors":[]},"0.13.0-canary.094da9eed":{"name":"@firebase/database","version":"0.13.0-canary.094da9eed","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.094da9eed","@firebase/util":"1.6.0-canary.094da9eed","@firebase/component":"0.5.14-canary.094da9eed","@firebase/auth-interop-types":"0.1.6-canary.094da9eed","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.094da9eed","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.094da9eed","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-a1RlO42x8IUwVarjY+YHyCHDydul+M/9NIHn8ulG7ZKvDHnBIPHQzhaNy0OzyAI88GlA/hHG6zu62VfWnLQ2MA==","shasum":"717e4e6004692b0ed9471d22047eab8c03171ac1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.094da9eed.tgz","fileCount":222,"unpackedSize":8708915,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDdqSlVgTDXNir56qf6Psgq92kmWrxeHPJCQ0LvA7L0jQIhAIgjPNAVwBGbjryzu8wgjpGLHSpZIRRWl6LpOxwrml6I"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieWvKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr2ig//VvgbG46LFoVVucDfCJhPjDQCJ2IO++nJQiwSJ0X8S3lGQXjP\r\nves2xzTRhuaJxfzPe7ePk5QfpgV4Iqsvyiq0L1KTLtxr5CqOtShAgzv9d/JE\r\nOzChq0uiXSgkwmSyLQFpl2O3gCzWQdAJBCJb3vL2Yx765aj4d15A50xExafq\r\nazKnDcS+xtG44YfGV3GevqNVZRiOuwgh3d4tETMBscEHEtOHn4Esg8hwfUXA\r\n+tIXbVZnR+15NWqugVtHz55bEovS/SdzJ3ADtqcNXIBCNQeCdPOv79tYxwRW\r\nB6ccwCa2ul/ELtq+m95ZdF26c2Sqm5X6sWdImaGCnsogLfCKl/JGOyk4cbf1\r\nnxKJM85E7sqJZ0JZePkk5O//h7qd6SNQYndyPmj9E+bzhkjMxbcC1W3rQ8Xx\r\n7hPLZBrQe5ZsEuVnrY+1g8VBjeXNFNResEDzRnXD0onyzqmAcKUwl8lw51BB\r\n8QfYLBukng/rqS7Io83kXnsanatm/HGlntNtogQH13DKIcdftb7N2QWBBN/y\r\nKn4B5/WItfX/Et9yzRNRHOf9zl82b2ELWJEZWdc/CldX7xdVNnlt2U6YUKHn\r\nFTli+II0nFUEtLUmRhpK0eX5ZutwURMReFe32vgE1eWrRm+GQY+NfUV51jXA\r\nh5jKMc1lgTWpnQg0au9+6T7e/zJGXENp86w=\r\n=A9yY\r\n-----END PGP SIGNATURE-----\r\n","size":1683524},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.094da9eed_1652124618221_0.190823177091749"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T19:31:21.095Z","contributors":[]},"0.13.0-canary.d38eced3b":{"name":"@firebase/database","version":"0.13.0-canary.d38eced3b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.d38eced3b","@firebase/util":"1.6.0-canary.d38eced3b","@firebase/component":"0.5.14-canary.d38eced3b","@firebase/auth-interop-types":"0.1.6-canary.d38eced3b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.d38eced3b","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.d38eced3b","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-PG6WybrbfBNcD4eQ3eL1eNf2QrhBZe1yFE3YFwlkxmvbLiTTIx0+hWF48HdJX+zO8ON/MpxdHE5fh015rFY3zQ==","shasum":"306e75ecfcbddac03f156c3c28440b65765e12dc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.d38eced3b.tgz","fileCount":222,"unpackedSize":8708915,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSczBdC/JnEBAH4t5kzGnj24OQF8wytzW7nlcHDE1RIwIhAN1e5lUnj7MsB0fDLSIiP1jtMMU9t2Ot0FDyEGroOd2i"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieWyiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAzxAAhH9csPPxtBDQ4u4in6aRGnb5/6dHp6eWdiV+DcHb+ID+Cs0/\r\nQMl067NTUnG4fmN81Bw6Ai6aWwEgSYa+fTQYVKc6qW+Z57qa5GLdo6qEEJt0\r\nr5/AGbiJKmRKLl+XoQ+D15cLrJhcvoKtDOpdiKII5KU6kO3egqBBMCG2Nx11\r\npTj1myxpphgx7mmYTJSlaTqNxMWGGkCbJHCp6Be/su3PkCWDQ8ckbdNC0KP6\r\nC5wqs1RLjCBZOAceF1GWpm+TsV6ahJdMVmvkjyjuAAWRS1PsmbtR9F2Eyrvq\r\naABi09XegNtTgeS4qscQDRXs7y42hXoRR4iNlhrFVF/ZG3+UhsFk+H3NxHCL\r\n8mMBmirrgsKlFW2SmScdOeW9dBYPLieQJZTUWimJJuzHsvLMbH5tFDYftJ4H\r\nN+LoCiMTuVkAeDrZzXs3MK7IsbaDYbWM2bV9PE9OhSXGTfVByLQ1reeUEPlw\r\nEUWSxO0bkK3/rXLe4rh2zRf+QR8/WBV1pgMjzL3yhulrWMk6+TI1G773RKOT\r\nkkNm2Ah1nox9jfen9TEMIASA+JEpvYQjNrXe9ux/XxP6utwZCcfBIIxrR9mF\r\nQ221y0EJt0JAPTkTWH45k8ZnvJ9/VG+oLKGZ3DitBZNnGKqYbnJgblExyKqz\r\njSNCbk4XEG+mnc8zBg+5whb7XuELv9abnCQ=\r\n=WEzO\r\n-----END PGP SIGNATURE-----\r\n","size":1683520},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.d38eced3b_1652124834015_0.7165211742145767"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T19:40:24.244Z","contributors":[]},"0.13.0-canary.e15e8952b":{"name":"@firebase/database","version":"0.13.0-canary.e15e8952b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e15e8952b","@firebase/util":"1.6.0-canary.e15e8952b","@firebase/component":"0.5.14-canary.e15e8952b","@firebase/auth-interop-types":"0.1.6-canary.e15e8952b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.e15e8952b","rollup":"2.57.0","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.e15e8952b","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-pD8uprQoe/Oi87XFlmF/2tkp8qqM8gyZe6jbHsz4PDdT0jwXw2/E2YBaWCm/k3/Tv4qfnTUjj8NQS8GEV5IJbQ==","shasum":"a4186c0e83e8b6c291f645dff363f38d75d4fca9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.e15e8952b.tgz","fileCount":222,"unpackedSize":8708915,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDydwOt37iiLc5nszIQ0U1OyzVhSWn67JeJANemJCT4mgIgRb2qpRo12N/0J7GmELy9UhOCmfFAC+a3TMqghUvC1Es="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJieZIxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmruwg/9GkwZKBRG/XW0bZyoCfx9ofGVx4vk2VGlZAdNKarLdu/ISazj\r\n30gtlQhMKrv1oakp1rsveT4niPybaRu4zsbgFEaoKnK2cUFCmEHS/bdEcBcP\r\nJc8eigsprciz1sK6dRiirN45H6M82gL3+7auz+QZEigyteRv+nxuC6JbbLws\r\ng9NosSuDSpphUva9W6zA8nrFWZuQ+zLobwfUJ7edaItNNHdGqfzHgfOwlSfp\r\n9tauXyKFX2RRxby2upYTcwoSfQC0ceDpCOrmLedPN/F3GUcjj5kWel737vU9\r\nTeOSqOUYyN0diAXyZXH0L2iazxp8cNVK72J+TuFZz2YbJLQakXCNAPR3oMGP\r\nugs7wml7BedA/yRyIawnlmhpmxDdz3PTiymbpbxaXVHPckJQtdYrcpXKvlea\r\nG+ko0YHoQM3at1sBUXkczmQ6O8A1wSQBAkjya6QOWjPdAAcUi2eM5G2pFwcd\r\n9uXkJDTSMWzeXGRdv2W0S1Fl7c/o8Lz551eqpBzZ0zBQOkD9R9VaCLZ4we1H\r\nh2AUF8lN/nshBLQYGwI2cwavJIjbUidM7wl8ZshfYnBxp6Zj5OwSYUvHlkXT\r\n+WIoHKXDmhOkEg6VdoPMflQuhkQHtzqMb0XmO2Jvza+zBslwq9RaydPrdMjj\r\ngDnF3fquufB8LHA/ub+I6mpXWTYGxK5I1dM=\r\n=qd0c\r\n-----END PGP SIGNATURE-----\r\n","size":1683523},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.e15e8952b_1652134449477_0.9590422463621142"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-09T22:14:42.263Z","contributors":[]},"0.13.0-canary.e5a465401":{"name":"@firebase/database","version":"0.13.0-canary.e5a465401","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.e5a465401","@firebase/util":"1.6.0-canary.e5a465401","@firebase/component":"0.5.14-canary.e5a465401","@firebase/auth-interop-types":"0.1.6-canary.e5a465401","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.e5a465401","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.e5a465401","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-hQsQzL2MDpPVWmX6GoD/KrCBwCfQz1Mid5O4M4XkO0heXdip4IQ3Er5RE/ErbRMtq/iSHsiODhBV97xypYSwCQ==","shasum":"7ae66c84c09fffa1346bcd7a1adf7492e135a3bb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.e5a465401.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFFoN3ohMe9n74osYyEY5yQjGoxwaIAKfEhMfsr3ScqkAiBkbro9zxSkgFLJ7Q5VDJRfXBx0k81b0gGvzlrxQgLcow=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiepzlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKUg//VpIjc1q5b2Zsjl12dO5SGKwy+jpcLNK9epW66OLGny+2bTKP\r\nev1/h3GRhrwlrGQmcQ7SvE26dQusNsg2pnvFZQp2U/rtuL02GaiTyLnd0fv5\r\noQWX85yaX+5BG/1WckgRordrhdixlu0QyBcWQSdIAhqZGDrWqhd5mXqUcl5j\r\nVPr0TCrg/3eCC9XjFNqNGHacAfz4Nmh5BpzYjfXWeZ4v5ZrFdKgHpqfUZsxM\r\nDcP1U+tKvxz+07YNPUn7fSGnRX1KivHRvktf+plSMH69CzxiS16/2o0ktn0I\r\nK0xW4Yl/6Q0VfM9uLvYpaYjIpJ+saNdyVw7LP/oBStj3T5QrAfv8peZd2JN/\r\nZoWgmhnCSlv7r6VfqGXLXDd8Cqyopa1SnyOPZ2bvllH+0UcHNPun6qRq/Viy\r\nyQDGJhMC9jriSh+RcUlQgMNElWWM6jZ4oKTX6j6HA1Ub75Opv6C7SL+jsSTe\r\nffgrDTLnaYIclYfH9UXRGPUmikT/8T7s4qmC7r+u5aURS1nvxSI0w1Bdlveo\r\nx8Y8X3HCiqFmUISsfc7NI434ze8spsp52KTkET1mHRFtIacOXIQVYHaS9iyf\r\nqO97LJtiGA8fFcZiqVYCkwarqxCyt6fvDfu7DqBIrcdBc/86+IZLEST3VDNi\r\nM9PkSHeEIR230hzYbVNF/cL89IoSwVx0+1c=\r\n=Yy2y\r\n-----END PGP SIGNATURE-----\r\n","size":1715084},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.e5a465401_1652202725334_0.5077120531813355"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-10T18:23:10.937Z","contributors":[]},"0.13.0-canary.f43b2b467":{"name":"@firebase/database","version":"0.13.0-canary.f43b2b467","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.f43b2b467","@firebase/util":"1.6.0-canary.f43b2b467","@firebase/component":"0.5.14-canary.f43b2b467","@firebase/auth-interop-types":"0.1.6-canary.f43b2b467","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.23-canary.f43b2b467","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.f43b2b467","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-n6cbVaD+dZDHcZxXXWmzb05zImAvaAlGbHPyhRcntHJJ4DPEOVFDmC0lL/qH1C31YxRkt9dS/472tvwE/85PSw==","shasum":"44b7d85a1e50dcc7805b1c52acb2e9f2d3f2593f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.f43b2b467.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcD6KrLVw9jzGqmac0t/doWNo+iphhaAf1EdiJPyABTwIhAOZEwB4PFHMb1Y+kVCHGlUDE4CXVuFzIH0z4997lRT7l"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJietLKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqdvg/9EwW/oX39kZEUEtDiIgTnC+vYEmQRFKy5qCstgYziKbe6HzMQ\r\nSs1JCKyDXosllJqwstoUJ23pdW0Z8lXw0SlVO5nslKcA6Q2jg2LbKZP5RSjs\r\noqId5H/hFwDKAqYFrSGUGw9xfswggEn1ivxNjL/ycEnIVcjw+AQKLXA4xDbh\r\nbaB2MMDtuUy7BsMSFy/J5LJr7YA5CBWVWMD9Z3Wg/zksFjTMWaEDFQw9/3T9\r\npq+9SX1SO4w1NVdHJFFxTfhgnyQMxcn3brK+A7P/cMfIB458TFDNoM+JQM75\r\nN/NV7SQmacrKGXP4S+d2xlrsyfOIRr+tioSfc9rdbfu7M2fNyUwc/kMcDUtB\r\nI+JTrqEnHzILoKZkmNEvHRwb2kaa+U+xeqIT44sHDbC7nLD8XK39tW8UXqwG\r\nIRmssvqZL7+FogZaFXds6J79fD/0t+HktbwhVZpiWyNo0pXe/cowqTuaEfuf\r\ner9CAyypbyxhSAk4UJmjjKUhyayEuxx99lQalscwxOnPei4OFShI7/jRz+Bf\r\nQ8MS2QMPjddCjlhr/BqWiMq4+hrnkflHReOJTM6K5wuB91qOfo4AwAQZ3xMb\r\nokarMRL4QG2HbSdp2+f2cTBYHxvxsmqIVMHmq665FZok8bsqH5LnOGQ6UyxX\r\nd08tKXo/HvEggjEp6Q5tT0daDvaZY4+aBqg=\r\n=FtSs\r\n-----END PGP SIGNATURE-----\r\n","size":1715086},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.f43b2b467_1652216521713_0.21129699496343135"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-10T21:38:40.275Z","contributors":[]},"0.13.0-canary.412ff6e2a":{"name":"@firebase/database","version":"0.13.0-canary.412ff6e2a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.412ff6e2a","@firebase/util":"1.6.0-canary.412ff6e2a","@firebase/component":"0.5.14-canary.412ff6e2a","@firebase/auth-interop-types":"0.1.6-canary.412ff6e2a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.412ff6e2a","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.412ff6e2a","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-o0hKeK5dzV06pa8XzhgQtbrziXeRhk+3dEHcPQEpMGuGxtJqS0gGOQpbgrYRssnV0HmXSCi2MwZwfMyCJbeqLw==","shasum":"3789037a179ad547af4c8c21f80eed6691025394","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.412ff6e2a.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkwUbFqnwZfYQDrqoGRKZPrJGWzMB8PK17Cr8RXuEgXgIhAO8CMB4spIRX4a3arRUCPMsxlhm1L7R8zaodvGLh6g4L"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJietVAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmorVBAAoM+REQamKlakvkuKcsZ3HG/dWhEZQXbcwPbeANmDU6Zuhdr6\r\ny7KQLaocCdE8yDmL1JcwywwpKKv4rjpWp3UTIkUEP8Eig6uDtNw05N6zSuqR\r\nznc2EKn2lOf/62Plmssw6ztKFqezbBl4VUdrWXKzUoVcCkEbhTMXZCvWIzdO\r\nv92+Ah60//NkNBq+xbLuFP9uXZ+sRU7yJg+KJCkNRI6dNfbmvwnC/h+KefGG\r\njzMiS1gLVA/fyq91dGrCKRZI8HjWKX8y2Xag/duaoFpmz+8/z5dxxRJM6ONE\r\nUpGstAPA9X/u7QuuHXWrfC2fNLEU6w6lqcPphkVOq4pYTFisGxR29j6WS6va\r\nIbOKks2lGS572hD4cC7pokDvod2KbdmVjGsjVEkYgQFqiyopYJYTG/MwEg+E\r\nCTPCkOGb8mHTPAKhpzsg3KzoGSY0wY9vChoPITaQd5Q27uX7sdLZFFm8P3Fl\r\nNwYletPK2OrxkN4TTdjXXMysNoTnrmJyUpoK1aSFvakm3LRuXUpVCL6XtBzG\r\nvGZwDPOqfN/6MH5FUncNmGJV7vPEgZ9wpE1GOwctypc984KOVnnt4hlAYDLa\r\nQInhkFFE/w/pFkvi8puI1/sduG8WPSPj1O1wDvAePKZZrQ1nDNrKMiBeyEpI\r\nhgX2qMqMmTffRsOAiuNxVyrO/19nksV12NE=\r\n=jixd\r\n-----END PGP SIGNATURE-----\r\n","size":1715079},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.412ff6e2a_1652217152110_0.9496020841566648"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-10T21:38:42.648Z","contributors":[]},"0.13.0-canary.8454f41b4":{"name":"@firebase/database","version":"0.13.0-canary.8454f41b4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.8454f41b4","@firebase/util":"1.6.0-canary.8454f41b4","@firebase/component":"0.5.14-canary.8454f41b4","@firebase/auth-interop-types":"0.1.6-canary.8454f41b4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.8454f41b4","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.8454f41b4","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-1t5M4hfwhV3uiDeAvcSgg3ed9zzmxzd7woYwcrvQmGVF4AcPAFEQeGMGyAtMTJo6e6HU47mwlzLrSqz3Qqk58Q==","shasum":"bf998602d86e25f4723425f91e679f3e521c5400","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.8454f41b4.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF7GYJyBx8HDYNZuhL9PPVXJvdL94MvWL+qQQr61XkFlAiEA44uK7Sg3mB6HzObTOJpUTnV9eYCPZx+xv2R+peE2EN0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie86BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYnQ//bFpeibH8Av1eoKp6ezlrC3aEMt27j/q9kGebyPAoFKVVhypP\r\nCxZ1BGYtrGBkGKn0tBxnRYoWxs2NQi/1Go0qSUbnJNgfHff0Nx8ljS5rwpKJ\r\n8uhJZnLgrIxuODgW+qQsG2PkA9nEBiHdrWmohLJvz4freO7MbG9/qV9gKTIh\r\nCR3kCpSEr5/RW3jXXI7E4sK2hEMZ7t+GbmGeT47mxryHGRGr4yJpffpELYGz\r\nhBvCIha/zUN/i4ntcuPmr3v1uoaSAFlxvUYuCU/VqphS+zut9Z+ZB8b2OAKZ\r\nCIkXOOX5GNSPkMz1mjCJx+4s7XGS2sA+b4ypEEHs4zPrPxf54+XFyErU9T+Z\r\nWsmvXOP5H7moqrijq3O/dUCaLw8P+Os6Nb6fmJ+ANvP0dx5o/2zrcBpnpUED\r\nSyZvCjU/kI0VLa0GFA9mdAgs+z3lZxWIpCGGRt42LlhW+pB5+KgERVnNEeJ8\r\nDHkHSrxzJAzEdEp8ltP8NK9RBuBPN+LQlw7oENFVMjnAOOu8nWVoQgImRZSo\r\nKBFq/rkjAvRhbghG1eJ9yITCHn7FM3o+8Nv01FNiBsmuYMdl/ikodAaGu5u6\r\nxJ39cpVSPLCyMBitULQxKkCsJ5VrrS42aZANlcGgHssXKYyZ0mIQEm8cKkIQ\r\n2aa/17KU8ssjMX6wAoo60OiaXNplGcsClRQ=\r\n=kQZv\r\n-----END PGP SIGNATURE-----\r\n","size":1715084},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.8454f41b4_1652280961168_0.6695073965071643"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-11T16:33:15.292Z","contributors":[]},"0.13.0-canary.aa44d529e":{"name":"@firebase/database","version":"0.13.0-canary.aa44d529e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.aa44d529e","@firebase/util":"1.6.0-canary.aa44d529e","@firebase/component":"0.5.14-canary.aa44d529e","@firebase/auth-interop-types":"0.1.6-canary.aa44d529e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.aa44d529e","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.aa44d529e","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-hDES69gpRqla5hLQfHjRsqz8IotNVTJx6DFkQ1YtbxlPZ4oNb98SBu+Lo7XFHm0I3uXc5kP6CB4xVdTbVwCQCg==","shasum":"3034bfe02f4d8469f7447f25a4cd23853c9d2c86","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.aa44d529e.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBJF5Vtfa4GEbLd1XUIC+sxvoGIw7DmZ0x73e7wq9oUnAiB1Qv3mLJ/sS8BMTxBgF8H2LW30cEenEoZXh6gUa7VFow=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJie+diACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpBg/9Ev/JV9Bkm1M7vSKNIDJbItOWYcCXH8e+WEi0HxjxHUfwan33\r\neDiGKlZIiCUu9hlsurac9U+IgjynaWidC4HxKRurLgS6XJGT3QELkJXr9StT\r\nP+AUw+sng4gnDrxVA8eG4NlLEJNsouxP0fQGPG2vKaey+eLzCHDUlyv9y6ax\r\ndjEv68901/5Z3uWseZrWw6w6T1lPa8tNaoom3zpZF3G8uSPEjT+WZOqIY+qV\r\n45PPzyW2uhL/zGSWzln8AgcIsEOx7LP+E8f8L2Qz67Aq5/dYMmD+wFHaJ7ln\r\nFCIEeY3dvKzmnodsOkM+Q5bdJE8TyAqQO4siBj4m23f0R892zMiKxx8vyBUp\r\nQGQBtB5J8e29f26ZuzCF6jBYDQDWZmSZqmxYTpJ27U0BqpbNJyHVVaEYqyYv\r\nFzInIkd6BUP7Zsmz+GtbjfEcT7JJ4luuiHLySsh2qqGJQ1XpEWM5rHg6Dy9f\r\n7vW01vCV+PpeTCxkBbfvqkEB1+p30WS3CcuhTmOB/dor8h8uaO9Ov7O26kex\r\nihXZqFdp7/6gEvsucg8IcOkJEDaZTBi/FHgockWSgn/118Ox8z9+JXvgzsUJ\r\nWhkF0RUsl/9j9ReiM9ERzPdoZXtBpU/BgeNjtg4xhWkKnv7cs4tKJ421Gquc\r\nhpm/+qqYus3WMW1jCHmQsaXFsfNsObtIYNQ=\r\n=2ky3\r\n-----END PGP SIGNATURE-----\r\n","size":1715078},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.aa44d529e_1652287330544_0.5501849298225621"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-11T17:33:37.214Z","contributors":[]},"0.13.0-canary.c424340aa":{"name":"@firebase/database","version":"0.13.0-canary.c424340aa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c424340aa","@firebase/util":"1.6.0-canary.c424340aa","@firebase/component":"0.5.14-canary.c424340aa","@firebase/auth-interop-types":"0.1.6-canary.c424340aa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.c424340aa","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.c424340aa","_nodeVersion":"14.19.1","_npmVersion":"6.14.16","dist":{"integrity":"sha512-R0642eu79eK2RyUhvrnMhBbSzcpZ+FS711QKXR9HMsd78ukOvIc55bSqfc/4xjh8oWBTaBVKWuSCsgKBn3p6yA==","shasum":"40a32364b6f5cd89532aaf9e205c4ce91c175053","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.c424340aa.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDXh24sB2LfsKgBHFVNU1EvNyD7EwTR4eY5HD3qwuS+QAiEAtRI4lycFBmpobG2H4kWtQSeUUMZmWIlXgNcrhRWRIKQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifEAJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvCQ//fVOvV1ahgZ6Udqf+tl90/FxmD2eRMpUftRCNOB/iLr6vK1qa\r\n6VF1ejuqf4OrUOF7tnx26BPpyeyc7jTSIdehAcmVr6zOC/PrGro/r7yqIJKx\r\nz8Nlxnrk9sT5GawlkZ1qQ1pv3tsB6akmpf+zLIyDzEEvnwK0E3VNdQJ6yCE0\r\nUOB5mddPv/SRhwswJYHLXdjxYPowSxIWf+an1IIEdxkFbozFk+0p6yb05DcH\r\naeNvognMhmhs4p8WmMAkp6j/eOUghHz0iWPiQmSVDRfxSWFoDL4n585nBSqR\r\nTvhfietL+Sv2MQ4UgnMexi8/w1YaSAS+lUbPFXmhPRIiAby95mvWZ/DKhNLj\r\nmu3FmqBhSbw0Oy/sMYr7ncWlugeS30K22WU90v5j+7JBYRvFin4eQljQd6CR\r\n528sbKvW9vRYeiPdflVg5TRY28GyFeTTV/B7N281eb02rUn1nF3deb+Oq4MB\r\n0qhoYctMbhAmrsFrEZtrU4un547JLbsb7MqdyJ/llIDZ/JjgKfNHJb5ECLKK\r\nS/SjMgXrZlzVoBy0OARm3XSQf0diOk8/1o8NxaC5dFw5ImlZVZEiVxIcShjS\r\nTJu1S8EIc/+EcRStDo1meKmJN1PdCxluuF+FnSGjeEHLnUmEYoV70oDZEoG1\r\ntzsI6hIqy6yLQ1b0arI7J/UvSnLVS0FUiJM=\r\n=Hdy1\r\n-----END PGP SIGNATURE-----\r\n","size":1715078},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.c424340aa_1652310024958_0.30768242535097134"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-11T23:12:13.759Z","contributors":[]},"0.13.0-canary.1a06d5d60":{"name":"@firebase/database","version":"0.13.0-canary.1a06d5d60","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.1a06d5d60","@firebase/util":"1.6.0-canary.1a06d5d60","@firebase/component":"0.5.14-canary.1a06d5d60","@firebase/auth-interop-types":"0.1.6-canary.1a06d5d60","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.1a06d5d60","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.1a06d5d60","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Yt23NoBcUVmYWIyLxT5FJrN9i/OSWvHEqTyqRu2hyz2JsbfcVO/QZyoZLDSitd9CA828j/d/SCCbWUZIfMhUGw==","shasum":"3ae7fea98bc2d36cc166ce33efc6bbe27d71d028","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.1a06d5d60.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCUpK5wnXzo/0Mi+tEny4B0BdaJBXbBQwBfPyuj0GAucAIhAN5LBE+aWIzQKpx7jjntAqL8YMk+JI8pz0SxR5WrfoYs"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJifpkmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBOw//fbZKAwvLXsIFCDuilLhcRdTB8pIi+IrazPIFeGGeS54xr8nN\r\nem7Lth4vFxhWrgUJIz0RqyTW+mDx0opFaEkk+v3TyFRvJ2hJbG+DauAHXjGW\r\n1OvXNGtun++owN8h0XmIJTcJIATiIW8NCSMpE4rsEb5HGpv0GCnIMxyiSAJ5\r\nfgH0r7hgclLJNJBX1iJbuNqmSJhbIIdOcHvH98KgfFqVepfoRyem7g0sk2cz\r\n1qyPquRYkVha7YTWeTsrsZjKkye3ETJOOVagO7jaPk6S4iwQWH1KepKVRT+V\r\naL0YcApI04QIwofQDs3zqE4G83Y/fYJvu5lhRFPUUJdMTGmUBvfsxOadJKWU\r\nJEMReZglzkBD3LfJa6xWcuMCb7pc4hZvfilEGqDSrpN7tFhr6B1UD8OXSRbP\r\n45JX6R4aSDdrG6yX7sdOgLRYG7rDNlFfRN8ESEpoEpYNDzMNxRLu7eQ3WfNl\r\n+4aQh48/10qR6hffc2oL6JILmUhYNLN3/onwZrXj233sHdlKvaDcMnb72Ffl\r\nrWDQvGU6NpBFWIrupXInvfKoRVgLg9zkmhHWMqDDAxzbsCm6CqBW7a5PoYjD\r\naef/ERHhZ+gr0ZhC64t7cTQ7Qg3tDelF27Htoh79Z1b5Xxeg0yat2lEDnucc\r\nCalVDGXGIbyxE1wik/cyI+wR8PNWwuQ0Z2U=\r\n=kkWD\r\n-----END PGP SIGNATURE-----\r\n","size":1715080},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.1a06d5d60_1652463909889_0.4089641707224907"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-13T17:59:41.863Z","contributors":[]},"0.13.0-canary.259389ae5":{"name":"@firebase/database","version":"0.13.0-canary.259389ae5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.259389ae5","@firebase/util":"1.6.0-canary.259389ae5","@firebase/component":"0.5.14-canary.259389ae5","@firebase/auth-interop-types":"0.1.6-canary.259389ae5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.259389ae5","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.259389ae5","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-C8d6I56vXsiMHRAWEQSt/Dyq2W2DTQRXYkv/9uAFqw4jnRfD0luLuxxKIsKS/Aep4iNcvwt0EUq5tuWXM4fnpQ==","shasum":"352b9e282ab711b2a024198715ad60cf2f4568df","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.259389ae5.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdnAADC0CR6f6LekIIHrTX/C88C5f+3nsMBp+mceb9VwIgD+QcWnmcgS6bCUGQjv78WqOrRpO4hyTbeR4VksnVbzQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihoCcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp6tg/+NZ/d9ADHs+JnL77yiLeNUgSf/YzIoE2nRvoEFc7EypM42a3y\r\nu9+/8i0qy+C1EajoVB7ZrwYdezDRP2TeU+Q6PhTKA0vCaunf/UHWyLJZ7FMI\r\nZ7o4w5s0p204KZwFNbXf37llYSHsJTFo/aS4lBAGj4H+NkWov3hS/Fq8e4N+\r\nxS06f2I5h2evzRPoztwrG0hHPQQs8kXfgpPl/BWOPcUiJkVitdxYALzY4g5L\r\nHEtHG+m4TL5Huy0dUBIWxbk4jULzdTDXdIDAFJsNle/oV10z/XTMnmBbnYUS\r\nvx54iBM1KPhowJHbRZSgPrH4u2+Jk5oebdplw++V9VoRmwgsB1yYt73KWpyT\r\nTPzIi041fXNCmkLhqE89GJGCLRxn9MgWAJF2H25ww2UrkGPZCct892EoETfQ\r\n0VylZQUWJ+uaEfbY7CG7UmJJhou4asIiSfgnRWSdZL/UlsvKaby9AruaFMxl\r\nopPoAXA2WWA3K0R0FzNdzTW7BUdCh9SzsUrKFcfZwp149+h11KMYTpDCrRmv\r\n8RlfqnGuIwgEqbzGDxoCdzemnWW2ZF3fCwOQMQpy6REk6LrXaxV9cCH4ere/\r\nmTKLDCjjoV0bfgEi2ydhjptdKGTFqBWfgxbVG3qrSMyf82YgxsXehomq/fQN\r\n3utEvnG20iAoGBgMhZ1O9fHi0eug6BFkT/w=\r\n=eO9H\r\n-----END PGP SIGNATURE-----\r\n","size":1715084},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.259389ae5_1652981916008_0.9002744184711498"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-19T17:46:21.570Z","contributors":[]},"0.13.0-canary.5d5d6ec86":{"name":"@firebase/database","version":"0.13.0-canary.5d5d6ec86","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.5d5d6ec86","@firebase/util":"1.6.0-canary.5d5d6ec86","@firebase/component":"0.5.14-canary.5d5d6ec86","@firebase/auth-interop-types":"0.1.6-canary.5d5d6ec86","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.5d5d6ec86","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.5d5d6ec86","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-YKTbq/idx3qr1vABy1FzbV5RD2aFLMSL6+CD0yUQg6WAN1NWE7SLl9rBlkdzVdB1tEnIp2kKaCraYVoWl4ncFw==","shasum":"cd7ab38de90df1b634817844867ab92ce70297c5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.5d5d6ec86.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGXhbvMB1i5QBTsimYdfwMPYsBRQJwpcsGnQBkx4B2egIgckvRjcF4lJCDKJ0xmOJjgZ6DnK2JJ513YdsEHkABVpU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJih8diACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmriWQ/8DNRwO6u8EMCOUBqRIGw8i0nyKyqPm9ucXs/3ryBP/xfWEWF2\r\nIODcSTcMwj8EwfyMtyieS/mrYr8BKk6VkFSqfyYmCGBJATCnY/JDt7GFnPgV\r\nJfqc1j3jVjb/5m3T+t2BYxur4R1SHEWYdzz6qc5RkC7TrSR30P21s7PGXgqF\r\nMkgoCwalrvRi6hxgwtEDyuOxx0ZE2Sf7/HSebI6VcUalWBgqEbtJjPvUxpxA\r\notgq90proM3OiPe6OBZKnd4Yj3DuDv2gAVeEdl7cf4HGt5pf0uoWwR/Z+v1u\r\n/ChxeS5qJy4FbCa6mz914nGW4grcgDOZfkY+ETBzaSa7NwUsU/bzC6kz+cHU\r\nDFEln9a/8h7pJaPqg57wboiatBZnBVOuLn4WMmKgvrvoFhPxJ0AmPhf724/o\r\nJZkeitJnI4zSjmATklRtZI/0KlIvPy6mm4DB3myLQJVNj3WBdIuKr4uNcjTZ\r\nxZGM8aebKd3fyGrT/gF9cKMs22TJHD6flLfveeSppq7thDDZ2IIuzbFuUBoS\r\nUXhUnM75xNYerFS1ZbKGg9PUnbGy1A3LQpnHwGZzUpHkRGwfSY+HHTp1UZEx\r\nWTOlOuhGDIPPIHttzcKqTfjwAbKOmJ1xmmtGAxL+pvyBfVJSUo8UYOAO2yNw\r\n7lGQXV7WoXXT/mSPEBzK1I21x3ROzrxA6iA=\r\n=OEBq\r\n-----END PGP SIGNATURE-----\r\n","size":1715081},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.5d5d6ec86_1653065569645_0.8198448726783152"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-20T16:56:51.152Z","contributors":[]},"0.13.0-canary.b6196d28c":{"name":"@firebase/database","version":"0.13.0-canary.b6196d28c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.b6196d28c","@firebase/util":"1.6.0-canary.b6196d28c","@firebase/component":"0.5.14-canary.b6196d28c","@firebase/auth-interop-types":"0.1.6-canary.b6196d28c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.b6196d28c","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.b6196d28c","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4EQLof6njaj9AMl2tDRXPJcJ/8+SWSQ+yDaiu//ch1bnkIIia22csYR5vq4PamWsa6RDD6H3XpKmO7e1RCg+NQ==","shasum":"18b3a152ed7d0d6dfaa14dc09fa3e801757116f4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.b6196d28c.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDltEuXbja9ldmJ45g3LZvbMGtXOkjrewlnl3GAlYXi9QIgJJEa9s3MP0dV/l9bAnonkfXJUfMA2e0a13e9J29QVTI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii9frACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp9SA/+PLbhE1UZaCuQqOniFd3hJ6SVSZ1VgOwPOjWKdfyHcR1LZb+C\r\nkcahM7EO3ufzHrEJWPIl5112ofLilAtDqTEpZjSQSI1YbtEAnUtyTLNg3frv\r\nxTg9dG26Q+zMLdMlWG/9lsR+th5StvWOOa0eH4I7PlG2rDZHf/hR/P9YfVgF\r\nOQkPDB7DTjoxxpyu/y09RABkH1bi/8xfNcLMccV9hi/pev2OrTU0T1jO426L\r\n/nshEZAKCFYWJUjXWw6IhUd544tuOCywei/ZK0Pu8MxCFdvz3MsfElmRFEER\r\ndkFnBEbH+4JzOFE+apO0X47/ISshl7tdlCzOORBU6eO7jO/d5eXyRybyZ67T\r\n557eaxu2lq4IvJAf30O5fV+ZK4bJ428shbdA+AokFwB6cu/v5i//9Q4Z2aBL\r\nzM0OW4m5YFZ6N42PAv0sOhdNpbacmjpINcnn/GLzCTZVUkMBh7xWh/fNe0iG\r\nijhwSAvDLuslz1gHV7vFdtfAS2Xhz08LetvJShFazOGCfzw4D6z0NumqkErO\r\ncqv68gTjwBOjRlY/qAPsvUEMq1SHIYvr7wYdiVxzVcdq1+cwL0Llf+KSYAhg\r\nJd8m5jbkJEusjkDOrrmJMpMv/bjm3PjqCtQQbuGPnmeDBe+fRMDzJMsa8mtE\r\nr014gILKoWeJBA4Abne9N4fl8G0fXx8MXGw=\r\n=Fk/f\r\n-----END PGP SIGNATURE-----\r\n","size":1715083},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.b6196d28c_1653331946968_0.4118531632068887"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T19:10:52.845Z","contributors":[]},"0.13.0-canary.11d37eddc":{"name":"@firebase/database","version":"0.13.0-canary.11d37eddc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.11d37eddc","@firebase/util":"1.6.0-canary.11d37eddc","@firebase/component":"0.5.14-canary.11d37eddc","@firebase/auth-interop-types":"0.1.6-canary.11d37eddc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.11d37eddc","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.11d37eddc","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-IFmUNymXQ4pvbaIMSR1mFwi7ucRzUl9MIE9B/cuPk6W5mEwlp8Njjtr1q6mzFwjvHbsaQOP2uwa9B5ok0xzKrg==","shasum":"2db6c0dd0708d3620e8779ad2c13fbed81170277","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.11d37eddc.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG6W68Ptvi6xamSnBlCQGyg1uDa0BWpBxXVz2h0aLhHOAiB5+cQninxDNEcjoFGVO46SBZiibO5QiSE830sGimfD4w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii9+hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3zA//TZrIMml+prkD18VqEk22Ct93ChLLAsjTVE2exqpIieuAHNaJ\r\naEKWBw9Jk6fd6hIQz9cRj0dGeAowtFLPc6kC/S5uBj+ypdyB+gdw448lCZ5e\r\nd9XMcHX3H4s5eTnXEcEQsSL0d3VEsYj/PrnqQ23nNFG05DZqe8zfsbXyOUoZ\r\nGCCrCLuNbwPdVNPS3zip801HCGB2shx/VQiG2oJ+O4DvXsTM0OlB6KvAI/gT\r\n/Ijwmw28loowi606lDBzIht0iQZ0pbk5oLwW2OYSW9yvyL9p8/vE8lKoj3lv\r\nwB0YPZy3RfwR7FKsA/7WPYGP1a7ZfYndUJT2SkdI0K9/nKxvMTa9VH2vF6ER\r\naJOHEGdqW93vQ3ZDVJWq/SrgMbfFCoZoeL/36FN5QcL/V5BPjoWC8OOD2OWz\r\njvyu1s1AbH11kxaswOLx/KtoSpCHZ+qhHXKHfUfHy647WYIzfuAzE1eE76Zo\r\nmTwIg2IJCw3gQJhCRXd+c1USfnpacIuV9rShvSdOtsc73o1cbtMMc7jzb5op\r\n+vqYgDINomSUWCxAsylruEJhIdj3jwY1WLn/gprSULxw6O9DbuyeHMlMJIrh\r\nsHwFylwCW4JRfAGkhBoz03jpWvdKM/aB/L7wNJixeemCNltjVrEcQWVm4GXY\r\nr65jCZ2E46dB7RadC+AqGb8a7ZxEEavAFl4=\r\n=e6/P\r\n-----END PGP SIGNATURE-----\r\n","size":1715077},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.11d37eddc_1653333920864_0.32820314840275633"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T19:46:06.527Z","contributors":[]},"0.13.0-canary.dbf623ffe":{"name":"@firebase/database","version":"0.13.0-canary.dbf623ffe","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.dbf623ffe","@firebase/util":"1.6.0-canary.dbf623ffe","@firebase/component":"0.5.14-canary.dbf623ffe","@firebase/auth-interop-types":"0.1.6-canary.dbf623ffe","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.dbf623ffe","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.dbf623ffe","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-6yO2P8YThfFn9vQgS1X9wrLhCtKPMOBy84SBdq96zBtajFRD2NzhNvznXvXVQhFDVAeMi2KvcdFjCM03kBUFIQ==","shasum":"a9a29a92e8a59f59d62d2c4c1e9ae88e746837ac","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.dbf623ffe.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZe0+vhbLRm0KbTZEB2S/IF93w5G2e6PGyho6B8trvKAIgLnIs5iRgEofYsRg8tRpMJKr076Nm280qzfbxQPQ21hc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii/p/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplhQ//aE8myRsxzwrYbEMd18ghKkaVp+m2YfZmRryyHXe6zeVZJB3D\r\nVyHQsgkPRhtnC3VcLpYXWmMVgtmNd5OSTsD3S2K4NhBWWW/9Bjdw+0ty84JI\r\nA3R17w4JMoLDUjcsJyOx+gJvoZBtOqWbZbqMW+cicEni/lMaJDBYIRimhceB\r\nOVNUfi+kVCW5RvRKSJlxGcAS02760wt5HF3S/nTTvcq6vDbKUEikozrlwtie\r\n6FL5J48+meuUnHHS4tTyr2xjJxtIwggLW/DHLUJStdPVLq60mCQZ2dcMBd4G\r\ntKysS2ol34gzaQ0Gfu/xfUmL7LURUtAE5O6oEBJusjnx50yue41vaReyHz/B\r\nhNDCJ9tcisTJfg7v6lPFSjGdQZzZ9xlhV+pfGNzMdjd5809wbszZO0O6MgU3\r\nB156p6HEOCPZA0CCL+p3BLNS9a9y/9VO1yaGwcPxVk95FumKZul3325sD5TV\r\ntVpqDmDwkJFVGnvph+2wNDPnZ72zQFr9t3mX2PoSh9K33iFIaWJAut3C2CIB\r\nSLOOfGS3uIf0lIRpHFtew3smS5lVrdg1Cr8B1q7IyD0Gj9VT9zHcZcp9BlYB\r\ntSo4ZsQPyyqxSQjuAQSW/ilXurNMidw0miBiqPwaW/YCjxPnrgsge7UophdL\r\nV2FYHSGn3Kz+gaq90McnE+lS64x+dP51txE=\r\n=kET6\r\n-----END PGP SIGNATURE-----\r\n","size":1715074},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.dbf623ffe_1653340799515_0.13745277792765176"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T21:20:37.280Z","contributors":[]},"0.13.0-canary.af7a1820a":{"name":"@firebase/database","version":"0.13.0-canary.af7a1820a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.af7a1820a","@firebase/util":"1.6.0-canary.af7a1820a","@firebase/component":"0.5.14-canary.af7a1820a","@firebase/auth-interop-types":"0.1.6-canary.af7a1820a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.af7a1820a","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.af7a1820a","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-z1VS9mhXedJlgzT4vNvxqbnRgA0mspcSupDvAbGZvU47OFfxAvOr0ij3SRXG6Cey15jwVMKFVMata2h9z/2Lfg==","shasum":"55be92a2755b870cd88e6a6f6dee022708a80f8d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.af7a1820a.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPr8hFU4AJjU9Lev40IrxOoemrsVDNG6XWBV5R38NypgIgeSxe5wBEByGJqrJf0gXL/prkRFyzED9baFHF4uj4mL4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijAwnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrV2g//arJN1alybLwg0hCGuYVT/fDpE5CRt5ryslAEG9vjYNAcwpV6\r\nsXdwhsoMPH1RfII3oKwlq6oB/IWOr1GrqnA4aEENtBus5iMGEdkNtn6VcV4P\r\nzjBJgAb6FeHP1OnrKE+VrcNMPecBgzGNWyfjQZsJp7cy2s7h6FKg+GIe7LUg\r\nsQJUpijMb4QfHXqir5CF0IVpgGevKD4YeGd2liEwXPdvipi/uXUDm/QiNJnW\r\nxuVuPq0oInDflhXdAKRb0DMl7yyEzbycIjUPGFGBhNEImx3fR2ZSNls2fwm5\r\nm6RLaP9QcUenhePrh6f7poTQa+z0/6zckhcXJNkr2hSC5Z7GnL22WJo/sHY+\r\nPOdYj05OhBadrfhpA+Nm/h1ZsPQIWeE7/ltRwYH+KPKxFIQ+JsS5n5Keu0K/\r\npWabOR92hs4kgsumufOz6OKnopYUJxWOhBPGEG5DF6EV2DodRKv9yOFBp4+u\r\nVeqUmTReR2S5Gs0hlmMLYAdsNtrSk1nhVTLF3loD8U9yVzGN39KFTg43MPka\r\n6YGpYj0M5GGb09hWiJsJ7Z+rqE6Rd/c8V9C0UBjMsHpjzsN9HJCMpWFsVZAi\r\nXICbVQ5n06z4kYapCdELfTWw6YKFcbmeZjrBCK8LQtsQZ2Dg5hVEZxkvY/fc\r\ng0OrPf47Dh5//GBXBKxmVk3AuuvaS0F9bms=\r\n=Q6tJ\r\n-----END PGP SIGNATURE-----\r\n","size":1715077},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.af7a1820a_1653345319388_0.5929703061227385"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T22:39:04.872Z","contributors":[]},"0.13.0-canary.36dbcc306":{"name":"@firebase/database","version":"0.13.0-canary.36dbcc306","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.36dbcc306","@firebase/util":"1.6.0-canary.36dbcc306","@firebase/component":"0.5.14-canary.36dbcc306","@firebase/auth-interop-types":"0.1.6-canary.36dbcc306","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.36dbcc306","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.36dbcc306","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Kfa48+SD5AemACTbL66kwgwEsk60tlvOmTwb4MwFmq8RCGwXF+9N7njR5DWP5c7ZYTTLL1ZBsoUYMOU3N8YByw==","shasum":"9552ed50983e0d5d2aa08c80a301c45b9e6a4409","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.36dbcc306.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBc7R2qIxLHosjqy996yjIKHh4pBy/Li3SDuD0up3ndzAiEAuqc0feJVXvorIZL/bg6xsX+zpHomWAm7cU525zDOGhI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijR8PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFkw//X1NrkH//E55xkdi2MKWnd1S4jScFOvG+YHDrYD7pYOaHaTXK\r\nLGSuA89tgW6iLY6GbMn0MS5pRSVWst64Q2W7eoaZZb0yvgYGbxU6DJfYJdjP\r\nFBJqBefVN/pKBxG4hgzpMV4tqFHwVuGnhD99HBrL0Kuwm3x/AVR1zlrowHXU\r\nx4tfC9EOH/n4JXhPCjVnz/R3UoJ2Kpfka6l4sR3GdBM/XxEEbVvwEsQWvjtm\r\nJpPd/exg07WLiLlLEPPQOJHdjq6MhKUTjh9e1C/Bok4dE8xoTZ8NtzDAUzzv\r\nfEFqTvQzECFLAPola7zMG5Myeo5WVgJePOBr4h3kTieM+DN8egDAUqc1IUFi\r\n1J/IRFvopk+qAUEcz11b7FIfMMBUfmTEnW+T4ZybsctvUNPnhuWJJLqJzUPq\r\nzrCVarajGtSHWNDjoIHMJWi/E0AkQGYvdeqze2G9iKE4ki0q+KRFwSau4zZO\r\nRrOx3IKkNFE5o1ixIZ4KVX/XODFlmTPL9YzRkjPZ3K5yrNVb5WuOKbDV/iBs\r\nO8XJdJJejqjuALUO8uvaZRnKpYVFlPKvqlZ+oXdqwJNc+5B3p67wNdnRAsiB\r\nZkOtE5dfjXR11NeB6RAXTsALvcre8Q9R5LK4NmqJ3f31BMoatsbsmQtlhdSF\r\nQNbjXWh2vRUJFeDH7cmNldtLvCZjels/wbA=\r\n=6oDN\r\n-----END PGP SIGNATURE-----\r\n","size":1715081},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.36dbcc306_1653415695220_0.2507745453442056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-24T19:01:51.205Z","contributors":[]},"0.13.0-canary.4559c51b8":{"name":"@firebase/database","version":"0.13.0-canary.4559c51b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.4559c51b8","@firebase/util":"1.6.0-canary.4559c51b8","@firebase/component":"0.5.14-canary.4559c51b8","@firebase/auth-interop-types":"0.1.6-canary.4559c51b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.4559c51b8","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.4559c51b8","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-EMMvd6/qX2i0OlUVNtzqFy7x4tMCyzNrYYnYm/+F++IcevH3M9HVGJ7JSGnsS739tCoUBuW3jGVIb53Bl12oBQ==","shasum":"a16fbddc1b5d647874bf31254974f7e0c3e1a314","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.4559c51b8.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGMHL5hyfmg6LOf5N4AXSOLgx36OB5SGfPt4J6tZQ7GgAiEAwxDQGhG5rbo41LVsA8SOdZaGUP0NH+yxMz93Z3UK0VE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijTEAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9zA/8DxR9IGhJPNXho/SgX3tReTVMoKFqBEVg7tB3uKqQwldQMvtL\r\nrEepBT6/1a6s/Xc61D7B4n4hrY8bphWngQSk9qSxP4DJuVo9CmYto1sfDrkJ\r\nUwp4O6xC272nDGz9UAziQhkJ54FBmaAuZHg78VHzZeLMZB7YTYAAZaxvhuKk\r\n4+AM3JjupMR0RsZ5BBj2Fv2Q4bBSZ2D/g0DSF54lkBvPAn14U14E+dxzJF/X\r\n4z3ZWDAv+lbaoSCBj4GLNVNJZccBxtED7nth3WkQZrD8gGV/YaV2vkikzrMr\r\nFWTdJdLLG9FxG2Fe7mpeHY1/vkIEZlfLLSOejnU5dXLHXWrQfTjFORi71E42\r\nc/nfPtowDmZvWX8q8yQcmHI3yH3w+GOIcV+8HI0IFcSzq4FXW3rl1uDi91UU\r\nf+YqvWlaLchRYRbMjoOePLUfmrprxFUX25ioxvGXptUqra218osbJbrh0oGC\r\ndKzSoRyVtOMKG2x9g5BQa5FPfdYNGRijeXcW1DJF+cIvljZ7+mTSCb8zV0Mc\r\nvly6ciJwR6z7Pt9fN86Ycv7D3MJEoDa3hW/cg63lsIak+UoMSUmclvoFIWax\r\nX6NJuKsqhslIdv7to1gZeH5Yl3XdyOlAqM11bWH7d6JyRlIGH+FZh8X3r3NJ\r\nCDcaowMa0VuCRmjySmD0TipDefxnnTopS1g=\r\n=5J7+\r\n-----END PGP SIGNATURE-----\r\n","size":1715086},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.4559c51b8_1653420288493_0.5289283869192185"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-24T20:04:12.670Z","contributors":[]},"0.13.0-canary.71d521627":{"name":"@firebase/database","version":"0.13.0-canary.71d521627","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.71d521627","@firebase/util":"1.6.0-canary.71d521627","@firebase/component":"0.5.14-canary.71d521627","@firebase/auth-interop-types":"0.1.6-canary.71d521627","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.71d521627","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.71d521627","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-j1Dt0Ur4y4oryinM7hJaAGshoIpp00Yhc/ltmpR6w1qnuurkUz7ZesZK7qNtdAKn9TYonu96ZRfSzFfKj2+NQQ==","shasum":"7353280c5da9bca1aa96d4e9efc96d01d8abc540","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.71d521627.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPd05L880CCKxQch+QChbwk1e3Mo3+9gtaQwAlRawgHQIhALq1GvbMdLSCPu5o1JxbXWkdPDF7BGfAZS2m40hQpN+m"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijnkpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuRw//XPli43I18HJsqhtr+pebEqgqUup4S7bYF2QiDw9Nzd/Do3jA\r\njSZdxLQHYDy7c22uxGsj6oTPIUEtMBE6xnizzALZUttxYuO8nmIJ3AgIu1d1\r\n1lssklevaVAbIB3njfM/SQE8s6oS6JSHNWOXLD9BBOLbGL1+eKzPkMEZcE3v\r\nONoPk71GVeGrT8Y8MQfvqlDSYayDmLSNIb0p4fzbOs4Z5G4tFFdNkCq9MaXs\r\nUvQyV29k5xtj/SGwTZAXoZZpneXqugojhQBHMTE5+L1s2P6+zEeIfqhPVyat\r\nOT2MiU5k29077VpTdPGVAYPz4uqmomKLLXeRGrJvIOCxwCkbQa1qdlFZU/9i\r\nqq4H+D0tWyV3V7vACnm7mzGHJ9Vg/9K6/tmwkcOwqbAytTZrdKTH0om1l0SF\r\nWXXq7y9cPH0n8vRnFDdpF73PVVeFME0IZ9C5B4oO9EXT9Xe4PfKWDLurRhiM\r\nAFS7g7LAn6GnVMly16ILINerVz/vhL4AVkcaoBMOk4FqVz7+mrZXStocq70P\r\naJkSCyomAZnHXLCbobma9DJKZMGvEc6VHRIYiULBRNBUoOuIvvXNkXrvYqZ7\r\nWiCuGr7LVL6HnjMmuDCXFSA/fPrEX4KXxHs+Terg/VVAsCIeYho+tROH0esy\r\ntVcGfhfbZq9pJa16/PKNEK/nBsj37suj4mk=\r\n=Tlgj\r\n-----END PGP SIGNATURE-----\r\n","size":1715083},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.71d521627_1653504297710_0.844326616274252"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-25T18:58:40.702Z","contributors":[]},"0.13.0-canary.88517b591":{"name":"@firebase/database","version":"0.13.0-canary.88517b591","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.88517b591","@firebase/util":"1.6.0-canary.88517b591","@firebase/component":"0.5.14-canary.88517b591","@firebase/auth-interop-types":"0.1.6-canary.88517b591","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.88517b591","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.88517b591","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RxPxg26vLjc3Rz2LwckzMTsrYtKeQROlEq7WG602i+1GwQkjbFmYtoGzr0lqohDV0BVZQo8tTq29jEZYQYxjrg==","shasum":"7a23c5fbe513301f968d9794159ee3c1c175c7ef","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.88517b591.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFcUVx+YMVLkpNf8fT9bVvKWhCy4OakYj/OxOdvGnCfVAiEAzUX8kMV5tQj5OvP0GG/ATIe2IVj/3/cTNtdV0FX9qws="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijsjmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmofXA//fNMKmLalS/fJ5aKb8UYvRmwL4g6PNSfpVHxToKkK1PKDaCC8\r\ndaTmEc9xOXQ/DQ2dM70GbmZf+x+4lvpCms1RXPW0qQUfXBVZvCS+qKwtRmHP\r\n9/mYVKcBTrm79pO7vvuEFOIRgS+gZJiRh2avlKVTHjWxDBILcAF6dAVjPqne\r\nP1btVLEf9K5akW5HV4dkPfr4WLByKszvRWB3JV355JjeeH25qbglrnsktEzs\r\ntnnlSeEp0pJ0zynb2q0mwTM1PDSSGtIAKmLO8tjYS7mOxSP429d5hbx3lKJC\r\nI2kgSxWyTEEoyJ0P8GTYF4fi8Zb0ZRevFN9yLXu4etQ1c7Be3eSzRyrv9P82\r\nMXeQ40S3Yxlrv+4QJbcQ37D2TbDkmGo1LggWcv2OAdj2FBvVN0hL4bftFahp\r\nXzzJj9oE92NV+68l05J1DjTU4EaVYdL+6/edDka7nt2OQxhF+dSop4Xc2N7B\r\ncC/FCo6dNgPCPRXgXLP8ZhTM/05A73iplhJU0Z/GSJ93/7trELQm5JLUElZ2\r\nxjqqcPTJh5rEbWsDITmtGRUDo/pZjfao+RP0NKQ3y3LhdIbaMd5iDJi3MKbz\r\nPlZxFy5/T/274Xi7SPMB1bP81SY/eVEILuzqDXnU34RC4iPpB5GonBW6B54L\r\nf1gXeXyJBu0kBRlvKcVyVCgN57zKunz/j6s=\r\n=xa57\r\n-----END PGP SIGNATURE-----\r\n","size":1715086},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.88517b591_1653524710078_0.1947068850263256"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T00:26:10.631Z","contributors":[]},"0.13.0-canary.63ac2ed28":{"name":"@firebase/database","version":"0.13.0-canary.63ac2ed28","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.63ac2ed28","@firebase/util":"1.6.0-canary.63ac2ed28","@firebase/component":"0.5.14-canary.63ac2ed28","@firebase/auth-interop-types":"0.1.6-canary.63ac2ed28","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.63ac2ed28","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.63ac2ed28","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-3FcbC8K+SHew2WZKzJbsj6Ebk+XjmQY8MNhXyV4TgrsOuP6gR8p79CCCO8mxXVh2N6tHg1s5zJTF5AIsm5uIoA==","shasum":"b5f84dad60666782ec9e2b4e67eb4a1b3c4f1dcf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.63ac2ed28.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCD7ss4s2iJmoDmRs/7MFtvIPLC6qTSCU+vazLetORYxQIhAJV+ijpmX9rYGv1VJgD/uYiKv7TpA0Pa7IkLXjtKlvZJ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij9fdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmog1Q/9FWhcWokwQyYWWlZY3e62jOW2FDTqvghheukayjNXIDSs/Kgb\r\nvtMAAOXT0v1Q4tBVlwQExQfJamntj0NgP+nOS+EbHmtfE5enH4rQSVI6FVkd\r\nSsIY5UPzRDg3kMAZ7lOJRIFW1Lax2/Y48NyFyZezy2e7gPcRhNpn4Qejji5z\r\nUurpilxbrjN9+ljrQ98CXqO5S/cl2SRujKMsSAD6MPODW727+RUuNQMMmcbD\r\njrga4SboFbDohNcx955oohOUvFxqLj4i4+mGao/rqk7IoPvNm2DdkgjNMTNS\r\nPt0dHcyZt8o81bxWYx1IxrmoW0po853CJksm+CXygV/dC3wfw4Raj33b5m9t\r\nRkvx+c4EfFxRJxJESzcfgxwmbiq2/oVElrQBixSFaA4ACEfIhvF/gDPnnSI/\r\nnChtLPXVAYjRzUPswGcvhIbvbLkSRxQ1WOb0riFUAyrgZezhyY4AOH2oyS+1\r\nep/y+XMiwri/QMpD9bCLVM4OxzvAOJQcoSIjbsThzrleGFfB+TlzN/zXPLoN\r\n3wum0PN+skXo3vaH13DdNasi51hBki/IvNRiB+Adcgaje1waqval7xejyRO5\r\npjQIe/k/AuLP8Hj+CF1tiwho4SJL+bM9CJSLkpS65+S6cpiJPvqYJ6Tfz9Y7\r\n/ZpWVEV02zEgCy879x9/iqTItJiydy1PWqU=\r\n=x/bc\r\n-----END PGP SIGNATURE-----\r\n","size":1715079},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.63ac2ed28_1653594077162_0.9152354281200206"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T19:57:54.141Z","contributors":[]},"0.13.0-canary.507d52e30":{"name":"@firebase/database","version":"0.13.0-canary.507d52e30","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.507d52e30","@firebase/util":"1.6.0-canary.507d52e30","@firebase/component":"0.5.14-canary.507d52e30","@firebase/auth-interop-types":"0.1.6-canary.507d52e30","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.507d52e30","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.507d52e30","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-EBeSq+i7RZP3pT00S7rt62QZnraO3LJlDLdP+5baGpbII3Tpcv2V7DFzQzoCGnNUuE+/qU77TGSPncVhMwo0ow==","shasum":"947aaafb5fdda26531528758f63184541d3b46d3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.507d52e30.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDWVjPlSZ2y6I4yG9HEEuOX1SQPMTviiTaY77kEV5ERawIhAI8RpjGKuX9jgYf1LtNu3BVzyCGnEGIUUapckYP0N/RD"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij9lbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoLvg/+O80YYpjFGasP4UXHlnP0OO2Ef0sO0C6QwSY7QzuMjMN2Otk8\r\npCOOtgbi6RaKFQNRHfFUlQpLhMAqHIqUMmu5UHB4LrLkLkJfrHiAaNc5begp\r\nPiFuwj8RYXUuhHV1a8AA+X8Zvr2xmXoGkFuVJxFNyxF4xuYqKCEOOyPyP/Uk\r\nqi3CS1aetDMgioJQCc+j0CDF2CRXlahIKprgUDLKoK2cjmsZyTBzMWUpPQgu\r\nNfLBu+RMk/acoHqIFIGGJeYnxnLykie8uASYI93aVqD4U2llIAlIAa+3+L2j\r\nzL4/NXmOxkfOWc7AWiRHj11KLFdIxxSx71GzMP3+QGt3q/hRNjkmtbKSn8VB\r\nIwfTZUJvFlkxqaLbXYX483LWOehay30Ny+VuWuvYn22nLCCGnmSjMIY212Um\r\n3Hgn7JFn1ftFNLAnoSbojwwbP7EUgVlm2R/ZXWd6qBte7RIbOYidAsknRn7/\r\n88Vw4iCHS1fxzX/a0CoArzPaQtzv6uH/JwYb0dRsUMFJT8ZqBFZMikjtIwgJ\r\ntk3IuEmwYykUH1qIQmXI9nPI1nVXxStkX3AQWylmqXMvFRNWDq+/Xr/pXVbh\r\nWKYMRrLKKLeqeErgw1k8USnB1k1uX8WlD8A8m8taqGeIK40Tt2gNuhaLIufK\r\nW7G/pTrJoRbQhjjBB2xynwpYQtOO4lPVsn4=\r\n=Xj2A\r\n-----END PGP SIGNATURE-----\r\n","size":1715084},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.507d52e30_1653594458992_0.4986079172192661"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T19:57:56.367Z","contributors":[]},"0.13.0-canary.568fd0df5":{"name":"@firebase/database","version":"0.13.0-canary.568fd0df5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.568fd0df5","@firebase/util":"1.6.0-canary.568fd0df5","@firebase/component":"0.5.14-canary.568fd0df5","@firebase/auth-interop-types":"0.1.6-canary.568fd0df5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.568fd0df5","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.568fd0df5","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-TPxMNK0e3iHkwGyg2CipPPkhQYD/nt19nynSIPQawrN06Yhqf6ayXvCqmTDAiYTw3qpyUsdHnsYxYxCbo89mMw==","shasum":"f384a84f1cc7833f25722bde01b0207cea1936e8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.568fd0df5.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCaMJxqvr69xKChzgFGMhlCKxrIORVQxDZw4uLSf7sqAAIhAPjGXUyliOUlvOIGEVPi1ly8iZL/IkInMjWJTaSI1YKB"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij/EFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqIgxAAkyRPwtcruJGju8XPFJPYAhSuovqSv7cf9+ZxQz8cEy5/YRlN\r\nkFHTUhxoI+3ox3e8nTuLyBY0I3iWAfFyyLfNkHGhxi8wTnKf6QX0rIHcndbf\r\nab1rl5PV1ab97HuQTonGYF4UqP5jKAOYGFGjhY4a1WwETl4F07msJ9GjHapm\r\npuuDlfNSE0HlbxJyTlHTs9P8x6LjMuYDXjTPB9aWmPC+6GXzpbNETVXLbPx7\r\npmkr4SxIex5IKT8lzs5VwRaMuE9qpZvmrfYBt13vw8RhdAWjRrYaQC/1Mn1B\r\nbUvEaF0tAqx4jwqsmAilZP8D8sRcW675PhWxnMAe/kMGze8WRy3ONLh9XNPg\r\n6UDSw1smidESpScPWU3pywmV78kc/RXfP7aCXKx//jvT+Fkjxn7UCp/gzynx\r\n5jJg6xMpr8gwIKISwr5Zw+URi7kV07eAGsUGHv6ILn8t33EyMIfiZFLMm89I\r\nzjdCkxo4VcAJMNWciLuG+GA90otLnyoQFvwaZVBUGsxAxY2bt8x36NrL0URB\r\n24AEzVKzgCsmFLsc0cr25CdKPETC998mw0FNSuqtBAPYqi8CgOFPDuLtq5FP\r\nXANZhvwMWfpzQ40SNF2nGmAnhtg76vif9N+8Hb0f1wfukrejHqx8NXjO8CJQ\r\nolq+8rxyeEDmes81sykyDVZ2NZoVTbSs3ZA=\r\n=aiTR\r\n-----END PGP SIGNATURE-----\r\n","size":1715081},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.568fd0df5_1653600517331_0.09880962211402644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T21:29:17.925Z","contributors":[]},"0.13.0-canary.9614bbdc0":{"name":"@firebase/database","version":"0.13.0-canary.9614bbdc0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.9614bbdc0","@firebase/util":"1.6.0-canary.9614bbdc0","@firebase/component":"0.5.14-canary.9614bbdc0","@firebase/auth-interop-types":"0.1.6-canary.9614bbdc0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.9614bbdc0","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.9614bbdc0","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-+Mlremp1Yy2N8hbLSehtwB8ki6VbJf3W461/gDIBp6DoWvnKxs84UcyWiQzxnhgVUMDNVMKwvrOzBU2XCtpchw==","shasum":"42a4b0662018720c1909d13af9c28572905399e6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.9614bbdc0.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEPN600luqxjBEB7J5Oz4F6K9tNt4fM9/Bx3Ys0Vs68QIgL3vyo25WEnLB2gE66LrY0u66i7lWwAHB7F0HYC6Zu0Y="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikA7uACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovfQ//ceH5rKXuiOzc9hTiB3B0pwZ+5xGjyDlzLpeM3h9T4psFiCuX\r\nSBDjuDiCn2HUczybfXU7oyp99QGNqKWxE+QkUQ7VE0JoodVVXBFHgtxigYYb\r\nX42z0wv/NwooFPPYwd2DtRj4/IgGbHxFRdkm8f8A3nW7NN6zL8B1Kp2e0k9C\r\nZZsqD3pE/jUYHSOgU0S6CyBLbXfcM6HvM8A8y9yot2CaJkrepHXYTwOnL20S\r\nPOywkQjzVuG2gvl6HGCk/kHXRvJfHc6K5Iu64C8/XDB6QifrRRQQxhN4jPkY\r\nUAgpHl8M2ZuHXGuU9NaV+rJC15ryPaYem7cSPVyER905KfaI1+oI3G2UtvKg\r\nNZ4iWBYQUV897O017L/T5JDJ0cq9Z+uuqa9o6zQ2b1Zf9SkPD5WdCt8ITtGT\r\nXS30ZCMMZ3QRciUPZLrz25bNQfKayrTbpiuJYDzfHID86NZXXz8N+R7Zqknx\r\npuzlfvpZXEWmuLbq75+xnU/Bpm3Lt9T3POvZtkgWVgtKMQS0lapT+lVibBJS\r\nHqCvKlCNSz0WDETIsLrNqcGmbkF5rpPUO63HetaCau2g6TY0ksvxOj670lhX\r\nYzXB3PFelzc3cBgcBicA5oYfpklQDi4zC6zdSifq3q3KWGWtUYqEcD4rc2wG\r\ns0IwQJGXqkiYGHkuEo63VW5iWCTbSyMX5Ww=\r\n=BCFP\r\n-----END PGP SIGNATURE-----\r\n","size":1715082},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.9614bbdc0_1653608173935_0.7950627454262906"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-26T23:44:48.880Z","contributors":[]},"0.13.0-canary.8d03c8a74":{"name":"@firebase/database","version":"0.13.0-canary.8d03c8a74","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.8d03c8a74","@firebase/util":"1.6.0-canary.8d03c8a74","@firebase/component":"0.5.14-canary.8d03c8a74","@firebase/auth-interop-types":"0.1.6-canary.8d03c8a74","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.8d03c8a74","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.8d03c8a74","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-3W/oNUqUUy1xLxPYxCXgfRxB9basrnEUSuyjxSYy7HGh/NVZgLpuJtUECAxg0Z0EEZISu5MXvYOZOg5/xLUlqQ==","shasum":"3debc1345d5e500dce2109eca0710e6b26d6cb6a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.8d03c8a74.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEoDS3Bkd57W5W+kUq5uA8G4f3l/xkD6KabBfqm7kWMwIhAJfq3OohKI/bQgVP2ZozcYmbvG8A3772tgtCk8cQfsO2"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikOyQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsnQ//Wp6q+YznqOTTDlZMeiyLggCpYCR6CcwySzhkrmgvMgnhmRhP\r\n9Vq7jdedXbBJbkk6H3guEvH/rvC2t8wmbpOzlsNX3eJBEBpH5g7qkSKk+hf/\r\nPU+ogHGtxaRESS2ZwYcTFiBRwREdllJQbcpWUNg0pKO7uYVksriMXAQ9ACNN\r\nB98Kk4RsfskUrTkyXmQp8JqYrjx9AqVmnwLpK/Ua6zv+PA56Ad2lJD7N+6uy\r\n6qcHGcBg+L4W+b7WyWI5C0AfLWfly8qoCIRgAOJk51lLLo64kAw7afGllybd\r\nKlg/QfkCN9apvExHiVQmlMLqSkz9nE1NpLx/qFmQibGY/7GIvRAbXvfpeyXh\r\nyq8V6+fC1+kiHUliY7EN3ijFnqJN1lHeCcu1/1nOwPuGMIF2GOQQP8rBdiv6\r\nqkKGKq/ibUIhmovZk9fYRMa5Tn2hInA+g9FNlNap6AQnlAx0affiL8olR21y\r\nYUo2Bi9JaZa9s5/r68zh8cRmRWVVMwDhuGtkBcBUuzWgiDwPS1veag/1Rm1r\r\nluemZ8bul4xhzcTuRN/DxnpHOCHlkdeBGNAl2YHGrNmjPHWJRX5rDiqx9LzT\r\nIftioiTPeEBTRXAOCcVuH019TiEELsTfxR1TdXVAiEqUHX+JsZS1Yk+dptOq\r\n+i8xA6T7kfklYjICk2bUCKhH3d/ZqxnmX5Y=\r\n=3+gm\r\n-----END PGP SIGNATURE-----\r\n","size":1715080},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.8d03c8a74_1653664911882_0.9936416502107588"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T15:25:10.739Z","contributors":[]},"0.13.0-canary.cadc80416":{"name":"@firebase/database","version":"0.13.0-canary.cadc80416","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.cadc80416","@firebase/util":"1.6.0-canary.cadc80416","@firebase/component":"0.5.14-canary.cadc80416","@firebase/auth-interop-types":"0.1.6-canary.cadc80416","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.cadc80416","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.cadc80416","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-t0PAcZdvrPGztdUsgkZkdgJUNkSAi7SZ9qk+bewsOg4mSVlAngu54Pq70TDIuZ+9d6SX5OnflUlPydeuNc6TcA==","shasum":"6b6c1694e1da3de645665bde51bed89af6684f61","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.cadc80416.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTXKa7n/YDFtWd7bR3xnWxQIAxBIxEoo+gLlriZceqJwIhAMfdBLyH01zOSs3X+2BEwzzn22YSlNl5hCIZu+gPo0WJ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikRDvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpawQ//QsU2NtjmC+yFtgQXU4CTa2yPhAFjgUHAbZCH9FZs9f2+DefK\r\nyLY5Lb6KlgBEZOMu7ks+AWpzRABqNqmFAPZvD+fD241ltVRb7mbMYsVNuDK5\r\nA4iZEmpjrRhziLW3BVo3SSnPHI5Vg6QhU4Hn+m02sz7MEGQKZWGjfNDeQx0W\r\nE0Goc1y8CRoxs0tsw7157aNKlpv+ApLuxW7+ehni4JPhfJZ5wps7JdXSyA2g\r\nPsamBRjl13kBn8KZGJwrW2vSbCCljKM6i8x6bIGsO016a201rvCEXZEDF7fG\r\n8nDPnCTSa98U2OQlnirMedpP2KS2geg6kGDCo23YTqdsIQTPr+lkCdzDQ6ty\r\nYgAHgMg18kInH3AS5c2sy0mZGa3jm3LuDXpJdR/0FHnKHnOM13Wehb0UCugS\r\nVXx79U8YPIyOTjmnR59A9rxzCdwvRTnx8qwTGrBTe14qRkL4CyyK0oVk2y7a\r\nX0NYi5+tll7VweNkyL/ddPAqFiRQ6kw2TAkuOpDJyWg4FSpdM1c9wkUrM4dS\r\n6YemNAxb1gRnFAdDI5NmAPmfNMqP4zDSoz0g3bNVKT7n1izbEBHTUqR921P9\r\ntuBnRMDtyz+syZAURE4Yvl4ujZ+yCECQCP41KCHv7AlcO43ls7XnCNSYci0C\r\nUhB3gWI4Z0aoT/tk+/kCdzrgFyNkmARf4zQ=\r\n=yNmD\r\n-----END PGP SIGNATURE-----\r\n","size":1715075},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.cadc80416_1653674223554_0.10960678786522315"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T17:58:03.531Z","contributors":[]},"0.13.0-canary.2fab71df1":{"name":"@firebase/database","version":"0.13.0-canary.2fab71df1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.2fab71df1","@firebase/util":"1.6.0-canary.2fab71df1","@firebase/component":"0.5.14-canary.2fab71df1","@firebase/auth-interop-types":"0.1.6-canary.2fab71df1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.24-canary.2fab71df1","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.2fab71df1","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-DdAdcs2uiERMyNpWjuQ8ElG070gGwcz5waZ3zjSXq2+6O6LrTFn1xhwcydsobAsUfFfGUuNA7KNNgp+7LYXuFg==","shasum":"424892ba4ff75f697b189ffeb261e053b3f48aa4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.2fab71df1.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCFOv6EFcEDSk7xBH9daqAfN9pOyrrTHC0jAV63UgCF/QIhALUwyDjXk4zJjTQ4NECcGwkd3GMmFM2fKZBp8hxI+wud"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikSyOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmok5g//UCfSKUWiw233+15+Tdvmp9IRz/Nt+whhIZqxIES45qlV8CMC\r\ngBNaxTLdWFOB+aSIaybeSpTCl/VvTU3IQEL/O7dV9jhiYqfIdqNX5xiPAVSZ\r\noLcxfZqTcY3Xl2hYMhhdKK9kdk6lAvbMf3q3d1iczeIocYWwes2dsFowM0rb\r\nBp2K2yvbu+t8JOhwNmd59SPmRZP/zmTL8qEn3VSqIvjJ1jVkzO+Y+ORHCE6x\r\nQ9W0YZftvkpRQff9uHL0BdT8cHJm91MJU+g+g1vOGdCIwmIKYRYG5cb8I/7a\r\nzwkScCKLF6UgltfVAn7bffY6mH2E6Ab8Mihs9vjJUPq3Zup+372FjkLQX2aO\r\ngDI/N/VKJNY1kJVokSEyrvZRrokODl0BVwftNOWJSLhhqscCOHXh2SnTGZKt\r\nx3IPjzmpAqN2+w9Z9M0kTbRgumb5ABo+6F9qpeEJ7wQ2jIkn8SdG3AB7ABBu\r\npojNVcfX1dUGpDJATvV2dQL84LqbRUL5zPZDPUPRj91jI4//EnFvzN1bpHTP\r\nnYXt1oTaaMPX8pU79HCN8+qa4o+zs9lKQQH96cFCw8MXGi93aYmp3v4x/iYb\r\nrxTlfLgXP6e22iuhaWb6lJH1B3WPiQXYRZB4/JvZte84em5aYodVTpUv0Ril\r\n/0i52VfuxGJGUjiuE+Xgijo/eY9lgyHdDR8=\r\n=AJ4o\r\n-----END PGP SIGNATURE-----\r\n","size":1715078},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.2fab71df1_1653681294346_0.14093401567304276"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T19:55:24.145Z","contributors":[]},"0.13.0-canary.db0dd9fec":{"name":"@firebase/database","version":"0.13.0-canary.db0dd9fec","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.db0dd9fec","@firebase/util":"1.6.0-canary.db0dd9fec","@firebase/component":"0.5.14-canary.db0dd9fec","@firebase/auth-interop-types":"0.1.6-canary.db0dd9fec","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.db0dd9fec","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.db0dd9fec","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0BAKIJlxIxbh5Pgy77+uNVyN3ZQkEYJC9zlLHgcKrUksdiFCOoJMllMQ0Flgn+Pj+QoST1ACzqF8LmRlrdRV1g==","shasum":"0b3eb172852a08dc34b8164e4aa978a685143c2f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.db0dd9fec.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDO2Szc0LSwmxMD2of6LsknbdO2JINl/2smKMP1FgemAQIgUR/B1tKC9qw2SztzGXP+XgizLlB3XT+2VFR465Apc/M="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJikUICACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+DQ//Utw6RsYatnJz6EUliV5njwmKJSII0pXGzFob2BzycaR7VviW\r\nO80qVpmiN0GT8xaMDJV7EisXJwOuI1SveI/10g4wFGxgNN4hzfYhf9iFcvB/\r\nFUR3HmK2jH/SKOoHCXp7ntn3Ry4c/MKBfWOdHWassRKMqwbB+ognl121SMj3\r\n89Y/lmScmJvrr/AKGdMa2iq9qmuhYnhZxekum32M1exOrF4/GMicbP5YlYvA\r\nMLqijuiugQa2RZZb0vKhEfHvyXkkG2JfowvAWRKhQg5RHBFrabmzMRwUe0J8\r\nB0qeRbTq5S9rqLf5cDzRrgNlLWOCcTrIC94Y71jocmCS9jMjhVEmvDjzAPSO\r\nz1frBwQF5YlOTsGqmgp07gSmbtdqvTnn67KjAXv3WklwMxJY0XZ97N428TOv\r\n/vYjoUgeNGYZVXZXN7IjzhkRuVQuKSo3qzyBN8Tr6l6wtt5MBM4dVMjyCYeg\r\n+ydcw88Vkr/gR4myAli8X19nksVutoA2nP1dZ5IUuPAFKAFm2KqEx05IV0Ff\r\ngNpf+ViyVV5gKcMzx0LXzkY3Dav5q1fBhQBW+uq2/PN4sgL6zEYqJr/QXhCk\r\ngfxdj3uUIANraR0t6Ge1+Ya0Mx+56wBlxQJMoKS3zg+CDIDgdWlFj5hbhlaq\r\nYcoGBNku2QPoCFeTGfQF8yAk/jDdO2V2IlI=\r\n=fIaA\r\n-----END PGP SIGNATURE-----\r\n","size":1715078},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.db0dd9fec_1653686785796_0.5007793626365209"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-27T21:28:11.144Z","contributors":[]},"0.13.0-canary.19e37af09":{"name":"@firebase/database","version":"0.13.0-canary.19e37af09","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.19e37af09","@firebase/util":"1.6.0-canary.19e37af09","@firebase/component":"0.5.14-canary.19e37af09","@firebase/auth-interop-types":"0.1.6-canary.19e37af09","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.19e37af09","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.19e37af09","_nodeVersion":"14.19.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7dL6obvZSmxsCgVR0HegIXEsSQm3C0HHskM4TTxkq9w2Wm+FAUIb+LBq214+7jZtbPy4s7qNjvilWFjl0rJWaA==","shasum":"34f9b0591c3f3ab41cebf1a22fa4b87cf52db451","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.19e37af09.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHKPAREw5jd3BybWuDnraKIWfHJ9Dy1Dov05wiSe55T/AiB0nvV0jTY3+mckrxSZSFEq50GvdFj/IMuHQxoByrVyXw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilmuMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqBaA//eNbq8CrBH689b4yDhnCcfGrHzpXQBSKNk0hVwFVgUUFdhczW\r\nm+OeDH+vnXJg79Is/6D9DS/D5o5fiIxgp25J1Z1S73HwFOr2Rvrsz/i+lGOq\r\nFzNtj7HBahjNcplaECJ14vwes9XF/lrxKwGojZZH+5KrkECvsMBiQWwzKmFB\r\niu/BbGNvzZLwcyLSOgJtzz6Ys66FKLAlvsPaxaJPzbLY1RkNyYWnEuf0qixg\r\npIKoY8tTnVMOKCkz0rkGDWNgM+2j2a4te9hMYJiL65FaX3Kx6G4JZ0J3HTxF\r\nkZKVwNPJzilY4qXg7p0Api0Nh556cyPaeDim2XKtjwdlOIRQG5MaLG1nEjYp\r\nnclD+GV117IaVnx2miL8N1ZHVGGVtGJCTX2f4DRpgT4KCM3oYCYrI2ZYNk53\r\ni+qKwtctqrKPcz7YGXuM2lP4+5wrN2qvJ6wxQDqoOHeeRWOvAGAvr0Srmg/9\r\nskRXoNk0gy1+lFIp3sD21J3wIA9La64PowCO4/6uveUcG3nHlLG406LlYYF+\r\n+6hdqleZHWZtZjo8efQ1dN1TEg4YflTnLsuHsokp8KJJ0I/XZC8csROnryFF\r\niZZe+0J6dCdnPaYZ+pWVc25p1JCw+/rYN73or0F8geGHvp2gfsEImZmw65gg\r\nN2nIs45KU2F0bZRlz4EcN7lkeq0vEBk+DbU=\r\n=TyVw\r\n-----END PGP SIGNATURE-----\r\n","size":1715082},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.19e37af09_1654025100018_0.21359956301830363"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-31T19:31:54.192Z","contributors":[]},"0.13.0-canary.961c4296a":{"name":"@firebase/database","version":"0.13.0-canary.961c4296a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.961c4296a","@firebase/util":"1.6.0-canary.961c4296a","@firebase/component":"0.5.14-canary.961c4296a","@firebase/auth-interop-types":"0.1.6-canary.961c4296a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.961c4296a","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.961c4296a","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RNbPLBY4pjp0yrGZs9pvMmDywl1U3J/DmspXFYXwpyyBLSp9CHv5K7mwQMqEYsrrdgpOEHwiR4dr/1kZPDIaIA==","shasum":"d7e5749b48983020f25f98d7a9d93bd718daa7e8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.961c4296a.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID1P9Pm/ut85oov3ivSsqket2yVs2B4/i4skdIAJLgu/AiEAxm8hQHhn2V/2Yr1lK3wCX2QttVffszrtLyhWGcqWliw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilnmaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJ3g//VYaIckckkBFej+IsTNRZx3oDU6CQtICsPyOEAwsIFTwiVhcD\r\nOLnsa63w2TJioZ9jUxkt8W+lIT56iVfaEUeIu5bcujs5GInhH87Xkw7dbloJ\r\n5Ob34YOq4hUYA2MeL89QjbHzBU0qkVXrsJiUNqrXOhkOepolnvfujPv+3prG\r\n4Bvbs1+HHZqEnrfXj0TQnDHkyFuX1k92uT9VzWG+wLSm0m2CGQu90EX2wTxv\r\ndIuYnn1kpOAUHKkvvlQnos46MLRbPEEXBfVZ9OrxKwCBw+79BIiZ1TeYWKZ3\r\nh2iS51Bgyn1Btd59ypwaGcf2KT2eKKjHxqg+DijHtj+v1VillGRThhx5Fri3\r\nZ5Pdp9y9LR3E4N2u58U0IJuSzUPkfnLfRuS5ZcJj6hvFnalwk8UQA07qcBBL\r\nUmNwVJA+qO4424bESzSovw0PcFtZxLhOtsOmiQVlBuv10WsDZOlRcd8RaoHG\r\n+dA3uyrLknpItweGNHlcH+fqcqFiAhgB4WAxVE3MES7COu3Wws+J+bdU4WyL\r\nIRBKgxEIxa29Uud8DK2l4UR0tATvPbhXG1FPurwhrfF/RWBE0rOUwHx+QHRj\r\n+3aQRSPDVq2yQR24Br90YzcmIy3rmTE8m5wnACO9WWMLNYX4IfR70DpOChqm\r\nemNo83bCdKj2sFr452/aPuObHwZR5iJjSJk=\r\n=qnHJ\r\n-----END PGP SIGNATURE-----\r\n","size":1715086},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.961c4296a_1654028698542_0.15140286769198075"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-31T20:25:44.201Z","contributors":[]},"0.13.0-canary.9fddd5c20":{"name":"@firebase/database","version":"0.13.0-canary.9fddd5c20","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.9fddd5c20","@firebase/util":"1.6.0-canary.9fddd5c20","@firebase/component":"0.5.14-canary.9fddd5c20","@firebase/auth-interop-types":"0.1.6-canary.9fddd5c20","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.9fddd5c20","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.9fddd5c20","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-BN2oCfTTHJAZbChFPo8KK4AFQBfyguFCIogd91yzsWquXjFbUshX3WHFUHSGx/k6usaax1TekSXwGjN00PQPdQ==","shasum":"ef214d70bca14e4d1c37de2f0b3f17fc66aec28e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.9fddd5c20.tgz","fileCount":222,"unpackedSize":8971419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCURP4Ys5wSXT99gXguxb5Bxn5io5J0Ksc5DU89PTmpsAIgfURMFcdXagh6bBRxqFIslkT7A7XO+UWewONz3MkkU0g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJilpkNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3SA/+IOqN48pA4sdNLe0DNdd+lP654nZaar38J7riBvjXLZJ0zyur\r\nrwGgmEfCQLMG6+ePLQLo3UglaiH0W2qmzlyD6tKdMYoJtCw9hltgCie3CL4G\r\nwaXi0ouAkWu+DLvPcY+XKRc94WmjzxpDYeJLUuLCZV2pcprw911yEmJd91i2\r\nDJLXdsL+az47ABs8tqNHUqlLGWR5sPY6f+6BM2JGUuAD6FLICfz50AA2Slp7\r\nxTLNf8fHMzEewUzRZ//9tttdAyHsYlM4Kl2mjDjIinwCP6mb6nfjYyt1BCHo\r\nyUIfG2wXwf/lyKIGcrgxs2i9/BNK7r/LdI7YofJDwkEC/4+Z5yZdXVy7vRDW\r\nly4DAkjZNJlPHfTWVOzvIu7BmXK5Akp52Hxw0ubafOB6OfOTx5qN58u6m9CC\r\nhRmkc9MxuOrQ2mLw6m+JLblmXZj68U3YxR1+VXeWie07fVx/ooWNwQ7BqHfs\r\nk6rPqA4VzApULJcrCQqeydtlb9tnwnZeWHSxTRmpZUHCBkSZU9JBCy1vKIt6\r\nGwMnt39GKU2bVyYh6CqcK4U2lirlgzzzU1HkQV4aDpH5GEBrFF1LEK/rbgEw\r\njoHUGm4sHFoE9yhyA8bMy2+W8K2rbbaHyuSRc7DrNjMxBtMCpbuQ1h/v+EAV\r\n53EhgoyEz1v+dBm9AOh09x5IqhN+FlhvCss=\r\n=6Ycg\r\n-----END PGP SIGNATURE-----\r\n","size":1715080},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.9fddd5c20_1654036749283_0.07251647387841675"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-31T22:39:50.697Z","contributors":[]},"0.13.0-canary.d4b52b612":{"name":"@firebase/database","version":"0.13.0-canary.d4b52b612","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.d4b52b612","@firebase/util":"1.6.0-canary.d4b52b612","@firebase/component":"0.5.14-canary.d4b52b612","@firebase/auth-interop-types":"0.1.6-canary.d4b52b612","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.d4b52b612","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.d4b52b612","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-fdZ2yjpiVMmKPi3XrmmAnLFmioa9WajwS3a0A43nHAkD7fwdQqz4RZkbe4ePvgi2a8ceZuD5eBSb7zxYQNskQw==","shasum":"616a7bdce375fe2b9ef1e91f79e849aecc5db0a8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.d4b52b612.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHi0QZMsMLs++7+BxFh1hMmmR0SQ4a8Us1vo1tFBPXcBAiEAnIVkUwczXK7Dr2gp9zZslG3lhwGt+9tsoV65aVnKMVg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimO4JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruVRAAhmUZrEStnnIHLUUTGtY8ArB+SjDNVaw65j1w1CntUntfm6xb\r\n90zv83av+d+qpQQBLQr+HWi/fH2PemHH0HOM0bUT6CQHwq/N4pWxEQ91Vs7r\r\nDcwJJfrV+zlS2cfTNsqzQav/tISHKDo7xb3KbDYJs65fN2nXFQxpx6RXoUUS\r\nXwkULWmmJ8WLBZ8BCjNOwlgOlyLJwwJzftHcfxaMKdzF1IRzTnXgt3J3laku\r\nSm1fBqi2xjEbRYNNkxK1EjkUuBxPm6TZKyMpG9wqFeSdbs33uQoeafJIjwUl\r\nZ9NNDkfVmDvVS2Hj0i7zGH/yqI7MGrpPfig+bsaNWv6fsjhTbAgo53asTYfE\r\n+7To7ds/ADWzlWPcwGIb66i22zqXFSNltUTIANlVWV41lnkUQNayymD4QoQo\r\ncIyK567HF+ey+bAY5zaV11xaWVtG3wv5ME2pgMEZqCl5NRQ+uTFZW8lzmdCV\r\n78jo1/cpNzFQOCRDRcE8I7GXxTqQtC2iw4QyP3GTJriOCRVF2gphW6fn4yQb\r\n8bH6Fnn575yR/VZEXNxEppVwMOXD0GUgVJ24JvmJra/yTCfA9ndOpgmW1uD4\r\nvgdxUSwTMRr0Aq3AZRXVhN61cQ77SlLmbReaAWyS0x5l0GCWGNjC3lNNiQF/\r\nP9vNpaiYFHRz0R6WWNjaz4dYweTUM2u+yUw=\r\n=hazF\r\n-----END PGP SIGNATURE-----\r\n","size":1715092},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.d4b52b612_1654189577272_0.7298723536813814"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:32.845Z","contributors":[]},"0.13.0-canary.2cd1cc76f":{"name":"@firebase/database","version":"0.13.0-canary.2cd1cc76f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.2cd1cc76f","@firebase/util":"1.6.0-canary.2cd1cc76f","@firebase/component":"0.5.14-canary.2cd1cc76f","@firebase/auth-interop-types":"0.1.6-canary.2cd1cc76f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.2cd1cc76f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.2cd1cc76f","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-TjPlfAi/icgPRDRn2cf3YQw1boHxHXPg5c3pqiruoLvx9Go9sbijEZnO56wX1JpOsKkhcIBOmUnlQPz+hYlpuA==","shasum":"c91cc8754b91ef87bfa821cf89c9bc236c10c7ae","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.2cd1cc76f.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE2bHiYqc3hyYUifRKwcIwovqsj+FmsECmzrHBNhiZASAiEAwBJQdZiGrIzONhrXADy16LR+e3aU3deZnLYyhQFn2R0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimO6FACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeDA//VWS5ZfJHPeBJMvcCGgPCh/+jK5AO1rlAT0Ktt0Tc+wfi9o8L\r\n1Xm3XyzEvFw2ab/nLo7rXozBSfvC2DwGc8L5MbOdkBbJC2lnT/LUKguxrqUd\r\nyd2N1/gceikh5nLPt2xzOLB/Yk02xc4G5sXEQ3uealIEq2EzEMhXfeF4v9UO\r\nntn0KJk3oLNQfixA171m4kwsa1hUOkoasIcWG/3zp2a756qRETCKHZBLJGqW\r\njL/p7ayJpeQjNStVPovGJU3oZubJs7XI68w9Ph/yl7HEPZsLByhY1zhEkwxJ\r\nICkSBeMVdMMlixqJHfDgSQy3FgRrH37e4WMO4KlALv6lhUj/NymGLoUekjQ5\r\nf4HsTWzDxJoLdOxhPO8ur/hlRJOtoP9bgBqV2y4W68VQi/VzpmsWczqPmDHq\r\nWfbbsCKo4ckEM7jtfcK+NE4Oj2nHHhxRv5d1H7hG8+bFw3PSqLWlbzjBNs8b\r\ncWCopEC2NZEESlzlrSESZ+zS0QIEszOzXk7twnMIiglTw4V5ooLP5o8UvC9S\r\nSYXJlcUDnLIBH/gUutUByDBFIR0H3G0yc/E6w+CLTFrAE/E6N7n5JKxhWmUO\r\nwKeVeja34NOzXmJz7wlzvBOP3bYkYQpb63i+XuuqMWz3MMc5KjlcURgm0Sow\r\nBBPR39FrTY2cnmrLW3ZR1UQqv8tYz0fMaJA=\r\n=kzbd\r\n-----END PGP SIGNATURE-----\r\n","size":1715090},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.2cd1cc76f_1654189701244_0.31891758893099653"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:43.552Z","contributors":[]},"0.13.0-canary.f84cacd70":{"name":"@firebase/database","version":"0.13.0-canary.f84cacd70","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.f84cacd70","@firebase/util":"1.6.0-canary.f84cacd70","@firebase/component":"0.5.14-canary.f84cacd70","@firebase/auth-interop-types":"0.1.6-canary.f84cacd70","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.f84cacd70","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.f84cacd70","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-OffVyRj34gldNCnz8a8WZWHJKyU05GkOM1Xkbkcaaq4PiZm1RMORXzhVBSLOi0yRb3ns0MWTN6PR1vQtGE8svA==","shasum":"2eb22aad7925715fb55043a0c74cf01e06b776dc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.f84cacd70.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpuPmuQ6Dy1HLUCF6IXFE3MKBOgDvr3Fdomml6CMtEAwIhAKLH3ShxcEt23juphyaZZKhaJ/Zm3fhGzOpVZFV7W6kD"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimPeIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpP0A/8DI6CcqEYgMLh3/JSKvcsedy67P48Txk8ZMx1ucZa/nip6ef2\r\nReK7bogzqGhzMIQFxzbEeofzgkB7T9SiXIXaS+lSuss7bhm2L9huUHz1lNMt\r\nZiHqF0qjnk0z5BZF8v0zUaNvIYWjcMZAl0tCoxFL0UGwamNI6dRi3pl2tbBV\r\noniiy8JNqvZrXRnXk1Mhz8tkDnEmgBwSeU269kKdPjoZtY3QkeMKtb96uXw3\r\nA/E6vf3uk8AQGSWEhjPlMvW+rCSP5cC25qEszqYYePjFuIIZJruuQrqxr8z2\r\nhTMamaaNIBkf5tKLzIctf1sXtGf0iWGtP2IxQDqnCwoByySc68YL5cMdNLHK\r\nPOug79LIpECXzEs4xTaNcqEu0wPfZBJ6AixqY+TTtB77clVI41D6nyPRWedN\r\nV7QUpW3hquTqk6umBhKfi6e/Pi8kFqXITTWs1TWwmg+mdeAjImA63BYrhOrv\r\nz1YdEyV8wuhtcQiSSQ+boE7FRnQKaHyKum0R0Ru3Ju3cysxebK7TsxFvgy0f\r\nKBWfPaFPM27wIJFSJy9h/kIjqrgncHhYjN++Exog6yv28PWPCeHhmGHUH9GD\r\nT92eJGsBeoh/7GfTCpw7US5bttGYL+mSaOzVVeiy3B2P3PFIeMUNsNjMHDzg\r\nKA27y4hCPEsjY+Is4CuclJ9TvJrz/08Cx+g=\r\n=smpX\r\n-----END PGP SIGNATURE-----\r\n","size":1715090},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.f84cacd70_1654192008142_0.9982471117689171"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:46.049Z","contributors":[]},"0.13.0-canary.0197076b8":{"name":"@firebase/database","version":"0.13.0-canary.0197076b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.0197076b8","@firebase/util":"1.6.0-canary.0197076b8","@firebase/component":"0.5.14-canary.0197076b8","@firebase/auth-interop-types":"0.1.6-canary.0197076b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.0197076b8","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.0197076b8","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-W3FUESkCBLKSgZV6+9xRMgeBM+4ompUDNVMU5kNNWglzTYVJdryEBUbsZVdhX5Jw7JfLsY2U+7CkqhopLP+9ZQ==","shasum":"3eba2cc06aa52409e50d835939442f09cd0f2f4a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.0197076b8.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDUIw3LYrGBeeKCe5TvpCr9rdT9PF8z1LhkZfNYPHhkGwIhANe5l2+iwF1FT59RRbB+dioKd5LQ7kAWL1r7WBcyN0XY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimS5yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOLg/8Cm+4ibXRVEmnMjA7YX5xVt/EoiPmZHiAbd+4B3lifjlTYGLx\r\n1gmFddsNRcy7cI5ITHXMNGwI7/5rcBAoaSgv6duBcFS+jn0jbuGGwq8jPyvQ\r\nfCy5zvKAlWDO5z97eE2Hd8R5M4+wf18+vqajFQJ2Veg2w1md/I2doGf6JlCj\r\nxke6EKj4Yw4OcYX3+dNndwKr36o35/mA/F+067ER+8mwpqJpcrvpM6+VR/vD\r\nvrlyajw2qmhRNVt96aC9CTEvaf5Asy4J0D8WhZKYHIXP50lGH9c6xrOmhxde\r\nhMKnkl1xfPuXloTb9OU9mg5ZAU5IpynWtC4Vv/mXG431xyrI4FJwBwpLEXNa\r\n/O85FuU34p4a9ixeVz5Skeug2hTm7MKv8gzCgBX138QWOAn0VfdTCXK2p5Nj\r\nWPwUndG7JhbEBtc1TJIXDurWwzspFNd7A1ZrvDKn78Kp2ExIVXepkRnDymfm\r\nM1KNLKw8Nq546AYaPqcwVnqrctYdGuqTGvrlcgIEwxiE3Boh8iKcIadoFPCf\r\nsbtSngwXOYF9Nbk3269Nf+/n2+JphZx0PhC1v8HUdhzOc89EGJ58sssMlwXU\r\nDEJQCmSc8NzYX4G0LzBTG/gdwj4f8X+QxfKQGgjIdKwcb94sXd6QqJ6xc3pE\r\ntIP7S616jY+kp/wLPCD4dK4k8QV1o9yU9eU=\r\n=7Whk\r\n-----END PGP SIGNATURE-----\r\n","size":1715096},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.0197076b8_1654206065756_0.5771745759538718"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:49.617Z","contributors":[]},"0.13.0-canary.c66d59c3d":{"name":"@firebase/database","version":"0.13.0-canary.c66d59c3d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.c66d59c3d","@firebase/util":"1.6.0-canary.c66d59c3d","@firebase/component":"0.5.14-canary.c66d59c3d","@firebase/auth-interop-types":"0.1.6-canary.c66d59c3d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.c66d59c3d","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.c66d59c3d","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-i6883pRg7GsqNIYNJvTuTrhm/ozDkTaFduO7rdSfREN150vy0EHHOxUiqPaFi+VmGp8y/1RP/Kdg8GyDxK5Alw==","shasum":"d59c7bd934d3267f2e8a3881e9311ef080db367b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.c66d59c3d.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGU21pz5J8tJbMtVFz49DYnGksvgF71f3fY1GVHNxYhtAiEA4cxCiauczllh5oKedSSEJnfC9GuSHqFBDL36FjyibA4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimkYNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoctRAAjmqa7P+fN/k9whJaNFVw0x6/w1q3jEU1ZsnMSy3/Jqw3qm9F\r\neFWdESp681KeeZklBVJf0lSZoq75Eo8bDEEUMYs+aJ81UdzeChHZT1nMEL1s\r\njps2PV49azXgZs9c4iluZlUAYnQ2syK7RH2uX/NoZKFzxfo/Byk81k3A19Yf\r\nI/HR3aMewGHoQNiTU3OFNgfHUp3la/LRprTRmfRBvK6/Fdkj1YLvnOp07Vey\r\neXqxbEf+qKRjsYv+2DKmKJ4SxLey7qJX31TEcpP1za6ROeDGfvlCXjJsHAVn\r\n1j9aNKpboGB2lMoASzYHSoje7oHgaxr6RU8Djo9VJmq9mU+cVPfNVmS8ex/t\r\nRLJEjsJa1l74UKTTapHW/fmYVIk0AgBQJe+HgEv1NBBbZUfCEfby++Zl+0qr\r\nO1oHErRA9I6RbLdkXYDMUCYuJhGXreY3vPh61XRUF0p/3FV8bgw81cd0dxAE\r\nOBLAPxEI1iWLPBtkyRoKEhVAk0mWAOy0INjLESttLffptaz1hpznWzXErba8\r\nUdUmj+GwDxo7H1/xJfx+zLkVYOTUQKmPpEcArLZJkTE+apV+CCxo7VDRPfuy\r\nQsqiXxKNOiOruGNYwbvBB3olB0AZYARwU22j36VeKUQHn/JI2XqIfMOV2HQM\r\noaNZEEbiynAn9WnxPsTDnDmk9sx/YbUXlOY=\r\n=cOh4\r\n-----END PGP SIGNATURE-----\r\n","size":1715093},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.c66d59c3d_1654277645089_0.5838075128075388"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:52.193Z","contributors":[]},"0.13.0-canary.2d6a4143d":{"name":"@firebase/database","version":"0.13.0-canary.2d6a4143d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.2d6a4143d","@firebase/util":"1.6.0-canary.2d6a4143d","@firebase/component":"0.5.14-canary.2d6a4143d","@firebase/auth-interop-types":"0.1.6-canary.2d6a4143d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.2d6a4143d","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.2d6a4143d","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Glt03ocwCLxBiXsZEWiN5iymb4ghpy8fjffFH2n+BAn/G2vkEiveTy/+dpTCwS6aEAp00CA1ONbeofQ+Hvo0sw==","shasum":"1cb5971d355805289be5f0031bd5aa923c6560c5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.2d6a4143d.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5tu/wTa4XrWOGReSp6EQp3/WbOGLBxkkMcKjl0DqDcQIhAI83rtJeHkotWPLwfwobFDs+9lFKhn0cRsOdA9u5sUFq"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJimkd9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0QxAAmS4yzarBbzlPDIFUSB6+Ln73kQkSiu8j3V7RPUV17v6XfVQl\r\nwKEryy2JCp17aQ+RBTmsTCsOvXUn9tiq0oSjTOvMQGwkiA85j3aXfWA9nRVU\r\nuHvLcfYJCXo+4HHqeWporsUk2LGJunCfFLhtjCLRGRf62gDJHC2dFOmBc2GQ\r\n6LgGMRJq1tuTRlMBdnmyXMwkm6hUz1GwpWr3ozon9BIcIQd4I+eNbXyUq75r\r\nSH79i24NzinkuDuA3u1yC1iUq9zCQWkcaO97ZlThf0wPunsjLPq3wZ2lDMXW\r\nR6oefSFohJEANwLRE7nV1S8LO8WlO4yC8TiV+fkCI+aKilUYfSyJOMQOY3Wq\r\nAGhyJ5P9v5iCDnTjC3nEs2UAwgCdbjKrhfzhYwG7SReFqyvze+PAdajtdls6\r\nFxtlXJgvexJ/W/Qqk/fG1PXvaoufMMssSW6xOp0qTEdMKnetDF4FOGh6g/k/\r\nQF8wisXy/yd4Tzh8t7b11Oe0vLZyrED7LWel07qN9bNeoVsuok7QDOG10mUb\r\nidgMmYkHFo03b/vfl20y1TBNHkpuV5aRrL77OBBeAZroyNbrmIMxjZ0xCsdH\r\nAJA6aXzRRM8ATlbDIAxonWtH5Z8YABh62p0Was3aT7qhgwkvE7oH8ft4PweV\r\nAp4ttNKJCGB+5QUB0dUXW6RIOcXMk58aLI0=\r\n=5elE\r\n-----END PGP SIGNATURE-----\r\n","size":1715094},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.2d6a4143d_1654278013555_0.3820266727640471"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-05T13:08:54.590Z","contributors":[]},"0.13.0-canary.497d34c84":{"name":"@firebase/database","version":"0.13.0-canary.497d34c84","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.497d34c84","@firebase/util":"1.6.0-canary.497d34c84","@firebase/component":"0.5.14-canary.497d34c84","@firebase/auth-interop-types":"0.1.6-canary.497d34c84","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.497d34c84","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.497d34c84","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-g5GG7P08hN/b3TSBcgObtK050RpzsOelgK/i8Tv+D4eyFsCwoiHtow2ogwlzL46YWExVJ/HH0yVtEh4k4r8NEA==","shasum":"546f65034678578ecdc451b07794f2893a60c92f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.497d34c84.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICvZpU3KOT9Fez0RxQrKz30p3h8ljWr87PFRNYpQLIe8AiEA+yZxvJHjH+t0218xJEt/e/Y53wyglfAvzSbLIK8eQWE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJinjKgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3dA/+Oxzw/vx7IO/iGYNtZg0vL43ZGTaLBhCnaHb22r3+dmjDbdhm\r\nGvViH0pSP+RVUsrrrxcfXpm07LsVFxfu0qg2uUt3652NwsI248qhJgGun+xi\r\ne9fAwZ46cW2WweLKb1edIzzx5d2xrV7WlB3tIVmKZ/0dAhjFG9PiFE9RKL1Q\r\nSuG9+96WigFHjlVeO/OXMsl91A4L7cn5srUBv50uvd67wgKqeRPXG0v5zQUx\r\n1tC9LqvSg2PIdOLPOID739gaEH9P6L3icrwxvcscoBmID8bxpAZB/Mg3RduH\r\nJY99+pgXwjmRbLbF7n2uY0VptAe4BVlXsFS+tiTgLZhmTxZu+hYw+E+u0won\r\nFRVtG9gZH2KhgSa5rxPNmZJIt9Paq1ZJiCPn6IPPAqIVEsnlCBJhoFQgMft4\r\nawa4DiRhLgbh44ZEexhUcVOwWCK4ODWei1nqLKmcPCYLh7Yl6PwavJCt34w8\r\nWHifroWTugmQd6vS1fUgumstINXAvHkN/t1nj8EBoyEkGHY4Tgcca2E8yWsP\r\nYrCEFWPmK1VgRroU7v8ovWOj4CvsqOts4MNp8nkFqH7WEj6BMuIt9o9HQjzS\r\nRnda5jCWpv22wGTBd2xNZyyrnIkCwQxxGdi/abp+vwUkEpkIx1C1Fm9z3WSr\r\nrPlL05/3FyAIIAnCpZWtCI3pyA/VuLjkAdw=\r\n=fu0E\r\n-----END PGP SIGNATURE-----\r\n","size":1715097},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.497d34c84_1654534816635_0.7136309091503616"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-06T17:02:17.986Z","contributors":[]},"0.13.0-canary.8340f84d6":{"name":"@firebase/database","version":"0.13.0-canary.8340f84d6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.8340f84d6","@firebase/util":"1.6.0-canary.8340f84d6","@firebase/component":"0.5.14-canary.8340f84d6","@firebase/auth-interop-types":"0.1.6-canary.8340f84d6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.8340f84d6","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.8340f84d6","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-EiJ90MMK9SIhCRDTS5UHE7dabw3u7hAN40cNpgn51DvIR8vrFSzeqk2Zqn4TtTkxeFPGor8dEpknExEoLSIAVg==","shasum":"fbe1049074bc742706f65b1fed1628df0bfde380","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.8340f84d6.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAYFwK4K+Eolt31ulaccjx7jAAkQLUR64YDwPtaCymmdAiEArR9MiPI0NwDSKis1JA0BVkxcQc+6MHBs7GbM4zdSKeg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioOMhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3jhAAjKfv4ZlDIkJJXtxxqEBbuJjKVgNVQz+gvPh6qH2UPPw8mmpX\r\nuS8qNBivZiGyi+Kqf3bI7yy8CmhYpJ8FqX8Ua/92+jASDmZwp+gqSmryVjwY\r\nEnsNGr4w2NrhXpbJEa51PBse7eDgrkE+ZJhmgFdtHXXM8gvnWOgdZw0dDl4t\r\nMH68xdi9SYeuyLW0mvVE+BQVAAt0yhT16vd2NwAXw3j0iufxQxAzo3XU8E2V\r\n4HyNoSm8g0Z877JU4fakKuyT/7vCsGAtFnExnYyF8OSKuPxb+hp/xMKAmCPn\r\nUcs3Ekki7srX6yRM+Jz7VOSahzTFyjmSj77yhbKQdU9iitKKsXGSDwJWg3nz\r\nF+dML0NI/pc13EzXL2N8mJzpPtePP6Q6yYoEpPwUPxo+Oe02lxVi0Mzi72GM\r\nKun+nimZEmASU/4R1nviDynO5uQxtm7MHL7bX5H3sy/nxR3cwADgBWetVkId\r\nQOQ/hsilVEWWPnhSr+hvjPncq7iSh7u+ExOWJQf1fX68kUajk+LFqO2mkdql\r\nwjRThSLqTnk5SrAa0JyqCCkccfUTB+QkIhDQmUh/Ym3k6c4huTAi7qMwK6Yu\r\n0bYfhG2b0HFe2WzBaphXcMYg7iswfGC3xQ5Qb02LtusgDkojNzGG2kQLJ3Ne\r\n3L5+znUrO4J4TmNYejuDsPi0PXmfxtnqkBk=\r\n=KQeq\r\n-----END PGP SIGNATURE-----\r\n","size":1715093},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"hiranya911@gmail.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.8340f84d6_1654711073341_0.5214951705494804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-08T18:30:15.778Z","contributors":[]},"0.13.0-canary.cec9946c7":{"name":"@firebase/database","version":"0.13.0-canary.cec9946c7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.cec9946c7","@firebase/util":"1.6.0-canary.cec9946c7","@firebase/component":"0.5.14-canary.cec9946c7","@firebase/auth-interop-types":"0.1.6-canary.cec9946c7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.cec9946c7","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.cec9946c7","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4EpvxcRyGV/Pjy94GRAw7Lw2gvvdnroqO6IkKjjdVHRzDCnK3DAYrVTOKqPSt/s1Viu6WRxV2/jVcARwSsGIkw==","shasum":"4fed0cca3231dece1a93f9480b561c62275c0f62","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.cec9946c7.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0JgvpakVFzHJqezNKh2jd6MVOI4x62YcgjjJAQJmkpgIhAOViD4VNbLWlHmlb2q4c2AsN4dEHWIG5boCKaKaBle0g"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioREdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvFxAAnBl7K3xnzExyi+x4tsOH+LsD9Gpd2G1SQYN82UDjJqcmEC4T\r\nFFh7d122kYfQubSD/9SQl4Kwn6vyOuq4kki5v/t2/de8o+CXKp96/hbn9ova\r\nmmHEyjxnD8eq+/b1/DOWYq+u/ZZddrNDT+/Z6Fh/U80cddmP16l/BdmKfUmW\r\nSH8xqDQU8k7TWpHnuWCzUY9eus5N4v9cT5JIycswXSctapWFfnPM/4cDrKX8\r\nHPV40++cVp7Zd9z/Ps+n0K5MG3OcXvw/n7dYmUt3qgCNGSDaXddcmjX/2Ddc\r\nsGZadMFE0xnuOLXBsaKdqXgXYZrNfyFMZQKTqS9rz7Q8JIMyNUugNLiLoQdF\r\ng4MHNmUS/KV3lObk1AR5XzeBioBDMS94KO5jipiQw293eozaFrL/Vof4ji1l\r\nGHXTCA0jJz10nHepQtOPmRMW6dfYQ06klYykJuwfEfpm/raOnfo9wHD+FbAa\r\nEm2FzaC+IYGGinL0VRBbGbz4gmu16E4f5wfVNKjoZ/6uaDMhxT2PDAKqbPlE\r\ni6xz/UDCnNp4d7TH6zZxCHyPYpIcJYor3q8leJG2/uavgTtdDd6ZY7uwnPxc\r\nG8rrUAVCKQxeFGFUI3Kft0n6EQkhuuejfebQ0pB/M1mtziB7+UAusF/SBAlE\r\nS/qmufWficQ7MwIznMyNDredL2Y+SYFL5GA=\r\n=x+84\r\n-----END PGP SIGNATURE-----\r\n","size":1715093},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.cec9946c7_1654722845402_0.8786124411696901"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-08T21:35:02.650Z","contributors":[]},"0.13.0-canary.d6338f0af":{"name":"@firebase/database","version":"0.13.0-canary.d6338f0af","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.d6338f0af","@firebase/util":"1.6.0-canary.d6338f0af","@firebase/component":"0.5.14-canary.d6338f0af","@firebase/auth-interop-types":"0.1.6-canary.d6338f0af","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.d6338f0af","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.d6338f0af","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ez4aiiJpJ7xh//zxnxSS4fsRbiNyFTnt50lkpxlrOzuP4LTh+7Lytd042wKPOpqFn5MNMA8o/GS2BxID7CmwsQ==","shasum":"0b957404b0ee0d07f94003c37973fe47a0b6576c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.d6338f0af.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGnxAlPUDciJt6C5XEh+m5njoXa4nwRtV1QJLJTcdhDJAiEA5IyCRfU5L4mpGCYmT4i70E4SYE1mcCHMhqglabac3Wc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioS94ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGaBAAhKBq7veO9/j7okal8cE0tQwvqZ+JXtoN8xFktuAWFm65rOdo\r\neGw8n4O2fHtaHk6TUvVgVmoWkc7sjK1SMkzzN4DxUuswhwiKlMFm3km1IDfy\r\nRwFD7HOgSsF51QcrZg0JuYE9kqUzLiolmrup2dAbZwqoz4gNkJ6vexvisZ2N\r\n/2P6M5yR7MDkHVLAebo9kK73m8Zy2+apEhlP17eVp9mwCaYljhBmXLdtIlwB\r\nGUB5hijB755GxY8HEvJmMTsJbzf/k6NOJgIF8o7rXRuiTonyY/1qF6UUwCHo\r\nLKhe/M/n+JyZ8kMQkMcRNRBxOjS8X6gEQIHjX/Xr2F1p/sjS/iXNgTUSeczm\r\n0pl9qq1cd/RU2osm81Y5gcpIu9xixcjO1vGOcyJdyPbZuPU8oijtg7w1g6d8\r\nJbQSPrLq9VWIU7RDcQwhbURR8ab8q9smJsk2PiG9Uzz28lYh1j+sR8/L+HSv\r\nrE/gL7ReDLmdYIEvdnYfyXq+bm+7aqiFaXmig2YVH00J/qynGup7PPE4FCrL\r\nAmv4BeaqStzfp5tQoTOeiDZYc8I2VCpg/DlpEVjFsyaFwiZF5cVJ17bHTcO6\r\nTybbuE6+UJlnLz+9n4ome/wQTtawUx3F3Eu1RJKPTWUsiDfUHJuVQgZJa/f2\r\nJ2pvXS2ka7mwdVQ9shaEoMqud+NvcfbkqgA=\r\n=Mr6s\r\n-----END PGP SIGNATURE-----\r\n","size":1715091},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.d6338f0af_1654730616505_0.31912417901412615"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-08T23:43:32.493Z","contributors":[]},"0.13.0-canary.59cc9ce3d":{"name":"@firebase/database","version":"0.13.0-canary.59cc9ce3d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.59cc9ce3d","@firebase/util":"1.6.0-canary.59cc9ce3d","@firebase/component":"0.5.14-canary.59cc9ce3d","@firebase/auth-interop-types":"0.1.6-canary.59cc9ce3d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.59cc9ce3d","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.59cc9ce3d","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Us6QTWtW5No4CM3bmcS9yDasgue5oFSQyun47zHj6em0TmjXf1AGFD9R07iER4KS3Qk3zvVkkIgrrlfoFKNvDg==","shasum":"d05008e4f0da08240db85516db14803d7ce74be0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.59cc9ce3d.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAa8saDK6pwiNQGdL5pQob86XxmdsaYGHz4FA+h/IT0XAiBcAJ0ITywlLpyfuhgGX4w3BAPHyxpBZ7NEnlFSd3U9Kg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiojHzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNOw//Rnxe1bK7QlWJgTj1iO+eHp6rkaPbtC4cCAQdk/THvRj0fQTK\r\nHiS1jM1jD101pLZP+R2BM4lDUMV39yXvo3BfdDRhqpgFAtAGbHP/DFPUqKa2\r\ncmTUnLcVbwnrAIaiDQPdwmmh3zliXCvvgv2WC4SUPFZjq9d5xkuaEjPrXNGS\r\nCdfwMVIxR47zRf3WDHSiIFrlanmdi9SY0Z448JYjlo6Y2RoRSPcgGYBD6PKR\r\noTTwvsMEWczkdW1JLMXI9oM+lEwIbKsZRsau9DUkM9pnqpZflVzgetn81VmL\r\nadbSExFM4ZjzLDNwUnHNxA41yP6tlnX3c7CJfDpTv3D3HyQNAmuYmbKfbRiU\r\n8Foq5xD5ok7bxC85KMeDYJCjgeRkxmD9t3bm/NliKI/9XVTbbBlQr2gUwzwR\r\nlsEpo79StphxL8Xk/LMaawy75OzqdXgXbeiC4Vm3uOLFUOW506gT5rKswufM\r\nFzgBQ3KqTiRE2+jX1EXN388bv1WhVOzq+zQe6rSB3Yy0AYdxQqkQxVxbC8yN\r\nbgGAMQxB/7bAn1RRcvKKILh5+i4xEvHlXRsUf8QrIvLvEdEm1dBcBGDWyWG2\r\nf4AP4BCC3bCwS2VKXOocvUTWymQzZV/MjGKG+UIEX6VQ65b3FjS7WusBhL4V\r\nWJrXLqa3kS8OjA7IXPlXd/Pio+w5rY8+t8I=\r\n=+GkT\r\n-----END PGP SIGNATURE-----\r\n","size":1715091},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.59cc9ce3d_1654796787121_0.31650063839914466"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T17:48:28.372Z","contributors":[]},"0.13.1-20220609194004":{"name":"@firebase/database","version":"0.13.1-20220609194004","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-20220609194004","@firebase/util":"1.6.1-20220609194004","@firebase/component":"0.5.15-20220609194004","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-20220609194004","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-20220609194004","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-o55GFF8kNQUJDm7+Q2tzw7+YeG/IW8DGayjRrL4sBp1MqZWgnPmo+NNdvl769lRhXmMJHATzBu2/I2XBcupeDA==","shasum":"3c75cc78f47a9f8f77c7f011b89dc914ce9c968f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-20220609194004.tgz","fileCount":222,"unpackedSize":8972020,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDIGl2xaUtxD3UrZmRYzbOQ11hWNu8XzoutCTzAZCtwsAiAVtaUUQCzSGNOA0CcvJ8diPucT8EuKX3959tYd9O6LAg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiolEcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpc5RAAmB3SSAqLWTU0VzR5z8WlHPSQS1D/4CAT5Lr8WqLfvue0Zlnb\r\nYrCUxnyIlKCe/v2PY8V5o/liQm8GwqsPEz/Z7HDxbctE8Rb/qD1q176BlY4k\r\nRtPURtRhWhyesgdpzNRwBeN/8z1vPgFavMMGNhK3c02So+Io4B+hYOB0BKPr\r\nf3iqRO5Umhb0sRGKxj5j16xyS0XoQcWqlCtLt1btkjUjRi91Q0vgebS5MZ7U\r\ndg2yU2NfdJgFelVaOjAFrxbvXvIj5NQFEk/tRTZtrdONQu3GJgi4mQlwJQIf\r\n1Mr93l0ovOLgvUeKxQmwf6JiyoExG4MCcNBSCnrYMX1O8xeGAmJYAEe1gd83\r\nqIeGCzcdaZcQ8JCxSQK4rqJ//Dg3KUaU/tOLLfc7USgSMMQM025aLeTqkRCS\r\nJbuQX6mhDlJ5l9nBA+QlXpxmZQWH9QPb7Z+PWvVa4jXp9j3FCscRQbHvKXQD\r\nF/UGqZ6EhzLg2R/lgVetLruVzA5Pr0cyj0bFYPzBvEJS1uO5iJS7RjoaDVbR\r\nDiN31mauS1idEhfQNwVy4J3Ah3khAWBUCmJLSdtTy5M9q3EA0uinU8VgkWSk\r\n7ACF8zXiwtNJxGG0PldBSB1s+gCSJ0ae54R3RotoG7/5XhGWxiCNbLjFwofY\r\n1uiKcD4+kpCO+O1T3TOPybZ/4DqTAY3cqvg=\r\n=tPvX\r\n-----END PGP SIGNATURE-----\r\n","size":1715201},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-20220609194004_1654804764446_0.11671396747328355"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T20:04:11.311Z","contributors":[]},"0.13.0-canary.2ce5d19a2":{"name":"@firebase/database","version":"0.13.0-canary.2ce5d19a2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.2ce5d19a2","@firebase/util":"1.6.0-canary.2ce5d19a2","@firebase/component":"0.5.14-canary.2ce5d19a2","@firebase/auth-interop-types":"0.1.6-canary.2ce5d19a2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.2ce5d19a2","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.2ce5d19a2","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Xdnge/vucoUPuGFiC+qeJ/i4+0J1hvmAmRlnsir+HwRkpPmY7IGYLM0y+BS4uNSphIQnf8h94sbNs4fzGOTBBA==","shasum":"b570dca3d452a3c7223a6ac1e9db32bc0a8b1066","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.2ce5d19a2.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjqhxIAjnv65abTO7GxGNaHVVwU+BGycUvAPVYVbASxwIgfKUzKjqWEMjLgWwXxEY38sGO+6YaYLGBRzSix3+rook="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiolHZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqt9Q/+O4J01btr2Ofi2Cc5nUiUdEfVXZQvfJSEsjnp3Kn5PUOJ0p3q\r\nquhlv3tUwu3wnaYLCEZgttFRxE+iOhGdW+LUIzQ8/YvRNFCrtyMX2RyQB5BL\r\nUBUHGp8I0psxD2waBiRTTJk934NQD/JHfdaJK8Pakzb7SwqRadwNmmozeT2a\r\nBTwB19ytJmCqVm7N1dL8rGOiuIxDH7mftGFZBoq3XWdCwn7FutFA+SNU0O0F\r\nNEyrcTuBKWXMmidDD4vk1vWmo0m2VVuHCF+s7LDU90a1D53NNCFW57E0LVfW\r\ng3FAdcEwTACelkVimfOWdSuBM3bBV4Y2rINjDeP0sNsuYapXPXMzBdTPPjM9\r\nIhqPfyvU+/ANn6njtN2+0ZfJodtKCiOPKXBX4fRZ8sESbB+SEqW0y+8KDtRk\r\nhu/NF/fnOJdzW8ONsBfqpm8ol/enrCKHc2RhTDl44s0z8vU1OM869JGo1gCm\r\nD4CzWOD62Nr6cCt98RA4V6sLLBM5mM4jS5RADZBqh1VYMguPuZUkom65IKuz\r\nA1zYOkmLCIT7MLarJjdSIgmiP4cOoeMNODvMLv19CX7MwapgTkdirrafb1LQ\r\n7kxMapf4N9ILcPEE6lvWvUW4azedS2E/rV2dsDovFH5qwxRJX7wbMmookubK\r\nlKVt7+J7Z8oQx3/mFIQZbqbAsAOI7Mvlmlk=\r\n=P8re\r\n-----END PGP SIGNATURE-----\r\n","size":1715090},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.2ce5d19a2_1654804953044_0.06661800104188953"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T20:04:13.974Z","contributors":[]},"0.13.0-canary.abcab980c":{"name":"@firebase/database","version":"0.13.0-canary.abcab980c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.2-canary.abcab980c","@firebase/util":"1.6.0-canary.abcab980c","@firebase/component":"0.5.14-canary.abcab980c","@firebase/auth-interop-types":"0.1.6-canary.abcab980c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.25-canary.abcab980c","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.0-canary.abcab980c","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Fp+fcLqNyKpO1XPG7mZ6oYaeNIG1ceme+bUwI29hmluned2eHS2LUVzbMJZ87MwBlf63i3yxQPwZQWmhceePQg==","shasum":"a77bdccda9c9a0563bec487729c269721f0d684a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.0-canary.abcab980c.tgz","fileCount":222,"unpackedSize":8971456,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmBdGN/xbdo7vfI4hNRJ/HqZ64tLc8MAf7FaQAoyMPMAiAXzx5iWHxyaBum2/Q6jLbc/d48fWOCjF4k1Oy/lGPH0w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiomxHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrA8w/8DR5fMu5ks0TcOQ3P1u9u2S5omu6ZOxxW6uPWWq8JIOMmuRAx\r\nIai3abLgF9/0ojDkhpnXsgJWmdkuGbEwnAwX6x19ctFQMfqxpaGJYQsXMCOm\r\nEMwJ0u7pbjwQRJUtz8AANxEpC5Knuo4FrjqhSrPgNk8CEyEO63GD0Mi7Duxw\r\nDGqh86yhvppAjNTmOXWAZBZUoCsZl2UCkwgw3d5LDvWfcrVSFWoNdCPHP/3l\r\nK6ShlA5TDYWwn7mM/BI3Cvf+ox8QMuarPEKaDcoDyBPVcfF1MXay4q2Umr8y\r\n+TKzsQJodUF37gUinFFSrfhg8p8aJH29j+he7ID/4AAHTBAskKgItItULCvx\r\n7zhHjFjzCEodIHLJlNnY9AF3G/0xOBW3963r/bEuqWKsLcYkkjKb2Q0hJrEI\r\nCOm25W9JH20XOknDsZvbS++NTIEKxnInawHQZ6/RAz1uZJ0/yl/S+fl3o4Ta\r\nGDn0q5F/Q4K8UNgMgx4SNr+utMFkhQyxzLIs84y3dQoCt+5TyS/b/4F/uxQC\r\nvOlKyHOGOIPf8VLsu7njxyCWri8WwvD/IAEpLv50qgS9qA4Di9bkwIm+XejB\r\nxP7WlGRwhIZwsLYHdZr4nr1FMwvUE/611KMOcLzjwJFmGn4nEG8bp8Z4VO1x\r\njFWgIq7tfeNqaHToyWsAKyQqG7GX2SEc7lc=\r\n=iZqn\r\n-----END PGP SIGNATURE-----\r\n","size":1715088},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.0-canary.abcab980c_1654811719525_0.8374166283361153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T21:55:51.339Z","contributors":[]},"0.13.1":{"name":"@firebase/database","version":"0.13.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.1","@firebase/component":"0.5.15","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-k6PeAzf9x9DG3AJtA6SkJsTD1ivOWvrV71VPOYabBch05QDB0HOYs1EauGhzqa6GOcYz+ncb4pNEkgFDvcnEfQ==","shasum":"2ef40f961d36ae7c1030805385035df576c06116","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1.tgz","fileCount":222,"unpackedSize":8971825,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDfFKYMeSR3uHk8kN29UyP0G+6jwSG5ysMbubEPfuR3SAIgA+OgiY/jxXFTSxWfck3HttlfPgeRV4XHZofvmc8iCOQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJioof6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobHA//ZphG8ZTUowjfMvJmH5lRgvQ8OzLttrs5tiNErwLnXwV+AgYL\r\nM/ftE13Az2ejIuSWs4x8PeocXvdAYLbDeXc55Y+htkLGQPn6xEKrvqF8dD0u\r\nn6/GVJj5Aa54HuV0UDz6CC/vUme3TkOLuwmjSQ+dR8sWJdoA9cNJhq4c9cO4\r\ni9sAoe28CrCdcP57Jbm6Dx+zvAJyPSXgNzRznsHF1m/sCDRIIWja67+43K8O\r\n2JX5lg6GWi9lap/xvgjtLxrQXeDcHLXmIkQ5qRCyfArjO6MkfjFJBmbimr5x\r\nK5H60UgVtFirOUh7DUi31YRcRph8s07mTafUYhNWJ0YBigQ2BjuItiguGsnk\r\nJxdbPhVg9PUrMOR2ThZZtUWbs+9A6l+UjjH06UN/BAc7j4ofgkrfGv3EmZIk\r\ns8OA9VT7JMSJDRjhvT4MGMiCLROqLtG66ChUxvCGDR+IU6tD4nByq81KCJN7\r\n7GQ/XHRKd0scMhRKqebYueIHKLLpoQd2SoZC+Ah017Rr/9UuPwZ+TrBVFaOa\r\nIRLNGDy+Tv9YSw8uvhnfmRn0dOMCx/daq4lvHAMulD0fGFmFQbu1pvhH0jfX\r\n7uT04bC3IY92KlgaF9aUiq9NcQbmKmrdVZHVGkw6uGApW6BoFG4lCknd//VW\r\n3LCjW4oBORSi3VOpp2zGZ6aaANpZvBgzTpc=\r\n=UL9C\r\n-----END PGP SIGNATURE-----\r\n","size":1715095},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1_1654818810374_0.2306211463853749"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-09T23:54:03.440Z","contributors":[]},"0.13.1-canary.790b08bf6":{"name":"@firebase/database","version":"0.13.1-canary.790b08bf6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.790b08bf6","@firebase/util":"1.6.1-canary.790b08bf6","@firebase/component":"0.5.15-canary.790b08bf6","@firebase/auth-interop-types":"0.1.6-canary.790b08bf6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.790b08bf6","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.790b08bf6","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-HX3Ymoh5xCAf+bFOM9Kv7TR+WB9QMKfXXBMxhf2OlaM12QrGV+TafCGqjCaXjhfeFWQJPLkVdGMLJdKUzShV/A==","shasum":"c446c0f363df93820d114a005190c6cfb0355334","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.790b08bf6.tgz","fileCount":222,"unpackedSize":8971995,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCDqnFPyPkzp8XEgWUN2ISGMN2HSRmhfcSblikccu7hGgIhAJuCOMTYEWW+LTPKMogG9ga+L/Tf0UJ5g/bbnd90tPqF"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiopDqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqoqQ//c6c2sZe5HLtaEjqEqe47bpmzFEHc/JqvxsvSKnkUiCFHzPP4\r\nflW6MeGEq6XxTGUWuEdZpfChyXJkjRNCsIN3/bcm63rggKwBVJwyhEdKuYEI\r\n6AHk+TwOmWWHdalm6URSeCoExhoKukVzdv7vrVLtNe2vs66DlGcaieOcl6BU\r\nVgkN6BH00cIBKuSNeMTB05BqCSnALX+vLsMAn8X2gvzhrQgriFixUKDjo7Wy\r\neUApTiHXdsGj0Fcq7ehxc1gG10fKhqmY2RWAp/jnID9PwnnSvHhmEc4C58WC\r\n7eX4RKQN2u8FGbd/vgYiRo1GtYtx9knruRI9FCKx94C/XMvNFbosKVWE6/Ax\r\nDO+OkUieabCfF1E20Qon9hXb3Ou9sNPKJiWueC+dKdB1AFth2DAAYBEh5mwV\r\n5LNpZWL1i5RYYhhBgdxPpTudMa2YlfEvdXA1h5yb8f/EQd4Cq2MVdOOm/Vn9\r\nTs+rqiH8NH6L3I9q9349+P1ZBLnnxV1AgnX6rh5qcGtV2k1aToj2T4jmEYAw\r\nn7vighzVukAM50fvsYXh8gizuP9ORju4gJzqclynuLW1/ZoKY+qkifIC3My6\r\nQRuJ+hRFM2BsZx/52yl0FwTCz+VgovkZRu+TsqKaTqRB7DCm+Bpv8B/PYEkN\r\nVE1wfbksaqA+6lloiRqf+XqSZ3FhAx54taY=\r\n=ZjYB\r\n-----END PGP SIGNATURE-----\r\n","size":1715183},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.790b08bf6_1654821098509_0.7911458678787693"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-10T01:00:31.175Z","contributors":[]},"0.13.1-canary.ebc17e27f":{"name":"@firebase/database","version":"0.13.1-canary.ebc17e27f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.ebc17e27f","@firebase/util":"1.6.1-canary.ebc17e27f","@firebase/component":"0.5.15-canary.ebc17e27f","@firebase/auth-interop-types":"0.1.6-canary.ebc17e27f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.ebc17e27f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.ebc17e27f","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-v02npX4n/IlCAtI7IddE4J/T8ZtntkPyDXgYXZthIoU6sLew/AZ+LUTLHrGY9l/Frgy9yV5EFTk+pKlTwdL+qg==","shasum":"d0d9ed83399d9d7788f3859a167d75741c4bc682","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.ebc17e27f.tgz","fileCount":222,"unpackedSize":8971995,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD37d1TExKyfW5HnVvR3CjP8CK4+eZeL31xGxEFucPbIgIgIWfHiUUHwE9bIPIeXGTpcfw/XquTU8xLG2TmCUWhw18="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip32XACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovDA//cpwPfUml2weOSTRm8KlWCUQvOiGgbLHxIYfOP2NiCrABVpB1\r\n/gkx+e3dsa6biNJpK6bXXwjRfw+bqgIrQLT9fQiJBAGc2cS8NeT1UPZT+aU7\r\n27hzny88gATr6nuz9e9P6NXLn/INi2DleeZJsrooNI7/j34UP0BYyzJZOJ7P\r\n2RBCPvd9T57ARn8xz/+NoLbF+1hn5gd8vRwdQV4NbwKrk1YWcpCtuxm11lny\r\nP6xcT4gug9GHxfgO3qxtS3CdCB6F0X3+dQOh9khaUxVpebz9C8Y+NY8piXeX\r\nsub9/hQov9DloKtBnat834ajgxfJTiEq6omssTPxRK4VgstBgqdlmwBE6SuY\r\nY2fi3JOzGySoWo6iPvNyNC1nGTcbdKs/yMNeP/hSWwP/5O5t6CKmrR7ShQpM\r\nELe5EOvlapCuAhz1DrQBv0HHgXXupDjU7bK/jhDB29e5PjwSsH/tsU2SjMop\r\nlWiig8QtFenp5NIKujP7LNSArJxsi58AYrCUSrC8vxlA91EO7xHWAS7/QvLM\r\nWSs9uhcgRLkockCy8HjLMFB7ycyUs/s5UQGOM1d1nPJY8RNnXVT91uLt8HSi\r\nYPJv+N8Wt59CylKcwg4jiNS6wZXVQMRHrHkCKvhM4NOMtOIZbfKdgCtpg+sc\r\nr5DuAy4XcVU+36pi31bQwzAu1SzX6XmKsug=\r\n=0RtL\r\n-----END PGP SIGNATURE-----\r\n","size":1715177},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.ebc17e27f_1655143830966_0.40128562514315513"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T18:26:13.015Z","contributors":[]},"0.13.1-canary.8f826604e":{"name":"@firebase/database","version":"0.13.1-canary.8f826604e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.8f826604e","@firebase/util":"1.6.1-canary.8f826604e","@firebase/component":"0.5.15-canary.8f826604e","@firebase/auth-interop-types":"0.1.6-canary.8f826604e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.8f826604e","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.8f826604e","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RQQb1U6UWD3tCPoRYp+z8XRbOpQ75BGtHAku1ap7Bj1rl13vNzjrShm3xY3Un2UKBnpTOYeiUFPVqp2orcX/Ug==","shasum":"476c5b7159bf695a4dc6cfca34a609abf1035a53","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.8f826604e.tgz","fileCount":222,"unpackedSize":8971995,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwqrVHk1o4xq2qxQfzH19KbtYgs/cbcmw5LKVYZOetBgIgJGxJJf4cAcCHJYiavYxV5GfyjvtofB5sh0v0uvvaa0Y="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJip5xXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqxkA//Vwpj440Nwvo2vVvbWZBBXjemIbbAY43mCDfPoBSqTF9mXJtb\r\n63QlRsM3Z4bH1rZ7cFVJA2YZbxd9LOi7cq9w68UaTUd58GYHDn9bdgxdP1kY\r\nmfSw1lOH/SCBFdfi7W0Mi97NMW5kdhHVxWFU+lTGz/C9o6w5/vj1PR2pGs3Z\r\nzyZ3OjgWajLkuNa3xILSpUSZum+kJbFj+LxIIU23LLRO6Ak+qho1BM4+urBp\r\nXcsgdSU/I9Q2AWuY/pSuYDPta/yE7gKizLafQs0Sj39afPWumEKzw8Kv4fjk\r\nImVuyujhDo/w7PzknlS5g3v5h62212VEIdlWPMYMVLK+bhQaCQn5pOf1mggB\r\n5i4RLDg90VsjWmgDkw6X2lsMrhwe3dIRxP9Tl1dc3+37APLkwwc7+I1CALfV\r\nFRtkqwNuL9+9+Esx0JuzLADdijX23GuaI6JFszeVMfccRX/qATRj21ENtVeh\r\nBVBuYte7NWu1sQDdq8mK1hc7ojnUJGYq8leGGED3X1elHfiBLkG7ClEy1ajy\r\nSLI9dkxpCV9si0nuZ4NfQOPKr6LfyKAjQJ7x6C/oJpTkmi5oPhTZs6qiu47M\r\nu8RiJKD2cIOeaf5r5G1nom7QlaZ6lwTI2fK0/kla+3pKOM5eHPvi06umUTRN\r\n0XDew74KpVdY/1HjZqn+n0TakK7NB42vZco=\r\n=e3qZ\r\n-----END PGP SIGNATURE-----\r\n","size":1715171},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.8f826604e_1655151703343_0.3881562842314994"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-13T20:24:01.175Z","contributors":[]},"0.13.1-canary.b091b0228":{"name":"@firebase/database","version":"0.13.1-canary.b091b0228","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.b091b0228","@firebase/util":"1.6.1-canary.b091b0228","@firebase/component":"0.5.15-canary.b091b0228","@firebase/auth-interop-types":"0.1.6-canary.b091b0228","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.b091b0228","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.b091b0228","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-UbUh12dfSsRwptji0SpXj1Dm5V8wheh9OVSSHzrVYReG4oSBUeeuDGw+FaMy7vL0Uze/eLbeaglgTIWY+o+Wlg==","shasum":"dc62a3a3afa7e5cfb82eaf4c2460f61da2c7deef","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.b091b0228.tgz","fileCount":222,"unpackedSize":8971995,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGgNk7e14v51BhxyaouJkKKV/Ot6qZB0ZAtqilSldvziAiBv9HDlFTKaBDzm0NVThjRlBHMTgs3a56TIaGFM3DYzrA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqRdBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmokwg//W+3W2/9ynkQlD1q0vrDxQF37ICCP+E3VbkHPpdvKP2LGFZ3H\r\nWsuwUpt8tJ18bHAF4EHkMHsfMriBUkQHu2lTMo6pr5z3urGym5rEla0lBhyr\r\nBFpWpHG2PS9g2rGIaUh9CGgWD7suwly/IxJizEFiBf/GdtJxzp8AwThdMr+X\r\nScKLhCt3jEXMwjp9jiP3qYWTXahPUFBNW2zkViLd9qU1iEXxikcexbBI56Dm\r\nEkZvOLCgvhXP2VliJ68n+bf4d8G9W4mqVN8+mfTM5bfSspBfbENZbpLve+ia\r\nbFPMKGWRN7rHgsjy3EfXBJ7q1LLv23KuCb7JWpb+6F/p0xuoZ/09p/a/aLo6\r\nLzSmcmTBmVr02wi6iRgXXU8n8Jmjwc8+wA0bcL/v5DyZnZfi3PQTBhyc5sMV\r\nM9ZN11KFRnS5GfMA2MV39VCGjtfkvF3k2qqpO/2BNxYeQaNrjc2ck+QgxlFq\r\nE3udpQdNhQ5jeOfijJ1kwRm1VWAHykvAPfIMn1OmlSYgZ+s+Gtn4vSyHt0aP\r\n49+fUBYuAX8OZ9L36hiPTTpHPQbYjK/kot88FxY1B5tR9mvFxKNbXhVK79lm\r\nF9yNqJ0cHNJ9iftAblEX/Fet8YxsM61lmvrU8bqyyM5vibDDpyyFY62mELnE\r\n2RjVuzQxYFfxy913PuR89NSvGDAxhaTPYjc=\r\n=VGhL\r\n-----END PGP SIGNATURE-----\r\n","size":1715178},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.b091b0228_1655248704950_0.9008168702940045"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-14T23:18:55.479Z","contributors":[]},"0.13.1-canary.8e952e2ee":{"name":"@firebase/database","version":"0.13.1-canary.8e952e2ee","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.8e952e2ee","@firebase/util":"1.6.1-canary.8e952e2ee","@firebase/component":"0.5.15-canary.8e952e2ee","@firebase/auth-interop-types":"0.1.6-canary.8e952e2ee","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.8e952e2ee","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.8e952e2ee","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-G0VCBhHenED6mX9sxZlJY4xAt11q0nYDGpdr2JMgOEjqv20TN1HrMt91eaC+r61CAD7RHgWBOlyW81uEkgSj2A==","shasum":"9e74712086ca954f726202526181f7dc508bc5f7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.8e952e2ee.tgz","fileCount":222,"unpackedSize":8971995,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD26BpMZ4+Jien7nk0uV2m7lJ3GaSvLedxTGQ99trcqgQIhALlhbj3+fm/YFEpLSkp9ewvNEoDQ5FDSOapGV4or2msM"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiqlTaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMyg//fINsS60FRsTojdRxDD2sUj+7UlZJ0ZoMfJxi6+UC+fO2ubKi\r\nB0fm71YWxgjhSv3DWtKUIdDsfaWiN0UWNNX2kxmpFuxI56SkrSMPQCqTWdQY\r\n6a/bweM1EN8BiYYWmGDFK7PGxALL9HMYxrz7FYHarGGENd2Uy8vJjwtADVur\r\nF5LAaVnow2So9eeCvNSXNPeMOMb85ucvmVTn8ggtL0DqJ5+aDi6p/8bw7b7E\r\nsnB8sgAf/AghRvi45AlYEe5T2td86CraXWfy4yx1mt4xbFP+UOS1APm11a6Y\r\nqEQ+0iHe9/1YKphzuy1txKwaOrXFzDT+9IotsFTUhZNpKg/FAsROEDO3PRKC\r\n2S9UeadsqFkVzEisIuPYaC9tE/lqsQWOtEppQEn4Mx765V0VSW83GgN7NIKH\r\n+LjMQfnNVeb3iv3RUIP6KNk+I51cy7SQNwlLDsm/kcViLvFfvVGqMrBh1jcz\r\nEvpcbKDt1gJ+KMJvz44GwtcZa3fBmEVlTFlP1WdxW6usLrf7unuWutASbOh8\r\nREd+KPMhhIsLFFkzqVgvvdjDLqd6GypduuDTyLnAaokVZA0p2H7gkKjTCZZP\r\ngBjXW96GufMq21rtUFOgErWq5Kxg74t2hFBSUJQb7VZXmdYQFh92UBvkLN2s\r\nscvjLOpkHjRkji+I7dnMATsFa8+N+GhFeJ8=\r\n=k7NL\r\n-----END PGP SIGNATURE-----\r\n","size":1715176},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.8e952e2ee_1655330010600_0.9333140143248706"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-15T21:54:00.198Z","contributors":[]},"0.13.1-canary.578dc5836":{"name":"@firebase/database","version":"0.13.1-canary.578dc5836","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.578dc5836","@firebase/util":"1.6.1-canary.578dc5836","@firebase/component":"0.5.15-canary.578dc5836","@firebase/auth-interop-types":"0.1.6-canary.578dc5836","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.578dc5836","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.578dc5836","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-fSaCpuEyyPRInsgFBFUFX3T2/ZrA9cVJWr38rsuKutoY6RVOAGVjHjfRXEScnX8/AoqNRKkPGGpCxOFkGROUTA==","shasum":"232349873084ab71b81f51e64898cf94a6fb1d8d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.578dc5836.tgz","fileCount":222,"unpackedSize":9008942,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF0VLE/HazS9vDrcaiZQXhmNe/06V1Tq3D9Y4KlTYpTfAiEAxSfP83XHYJxvQYbP5eWyMeBzMuAdGQbUu1f2cBqmENU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq1snACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrceA/7B1G2K4Q/nZWn/z8Kk71r/ApIkHE/5llN3nvQzyFbrYnLxHTh\r\n467Adbc+paXXqicnxMstb8FXg7m/gWBfw8s/h/akuIFS3hBs5zZPvWXoBCY7\r\nQyYSG6SAoHvdKECvt+ndCPHGBWfb8UFbEkRW7kGO7vw9agdWaLMEwBcuQlU6\r\nQ+N6l7VhwtedbmijqlpMmnRiGT3by3JiAqIYZ9czOGtp7euaOylLOxkuEiy/\r\nkG2Xuzs+LoZP2DfXuWWmYknnp1Xqk7Ke7bpIwDFXR7c1muPZQVX1U/WpBG1O\r\nwoz4ItPD/q9dHu/xdE7vhBEMQr/76pl06IYSRGtQGZeAqeVStBRYN5p/obqo\r\n0al9k3us7D3NmPvbjDYFcI39j1Y0tpqC95S+wTTLcQFiDz9SQRufQiw7WFW0\r\nEJpVy09xIgL5SNN57woPZiin0uDghWEWi9+wKdL5r2hNKkqlRDYqua5TBalB\r\nCAbzMzC9IOXC3PazBwpDbWPsNuu6Ery7HJAdZjPvDtwaFIp10//fYY7Pmii8\r\nXhkDRgo5Y7+v1cjEu0JCcSaHUbPDhATPId8PQkA5mXf5XwGJnYDVLWmfUQtX\r\nd6b3Ucmr7+djovtEKY0h3IW0cc8QVm2vgDXXCdVSlKEHxdfQsXPe4gwARL6l\r\nNh7lF3Y8r6cT/Sj8S3K5K7w8DSNBOFgk1pc=\r\n=doXu\r\n-----END PGP SIGNATURE-----\r\n","size":1725622},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.578dc5836_1655397159560_0.43122063217623596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-16T16:59:27.201Z","contributors":[]},"0.13.1-canary.421fc3ba5":{"name":"@firebase/database","version":"0.13.1-canary.421fc3ba5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.421fc3ba5","@firebase/util":"1.6.1-canary.421fc3ba5","@firebase/component":"0.5.15-canary.421fc3ba5","@firebase/auth-interop-types":"0.1.6-canary.421fc3ba5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.421fc3ba5","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.421fc3ba5","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0Z0vKI1L1L91i1t5TazgKbRz2iERSVEZGdgafxVBa57qTXY58V6J1ARLYyz97gi7rPKKt3/DzBAqo27SxI9RmA==","shasum":"0b9ddba952dfc8ab959a39145c757e5b17753e1c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.421fc3ba5.tgz","fileCount":222,"unpackedSize":9008942,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFS23Q8j8zNtntFF0aALf5tjDcnY3vbXbNoJoM/QMhGLAiA3Yaki12+riOxCJ9ARZXwdrvMO9T+XY7jTyGu9XoUZLw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq5opACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqm0Q//TqLIOMfmhrehVbVAxezUeEb/HDcmssw+vBGGeu4OQQPxWl+p\r\n1T5yuEUV0YwW5DCli+jOkK+Px+VJkmPRwIVSaH0Q9nF1lM66++ITwruec6ca\r\nulZ4Nzz06S/vhmV0o+pR+1fG2HfAAAkCmUaO7Fg3txgC8/QkyJOfNIyLz/vN\r\nGhGr9Ng6shHeexgkjXjshRvtyQFigk1Ft9GTzAPaXM+3dUXQgDOYInmmyn0V\r\nc3aIfEd4Lh2RqsF+PUjhy1atY94xkdkkYEv9j6A7FuGzblSIDGTdndcXWuQM\r\nAdqVRhhw3Lk4bc56bJCpPxNcA8tfZAVFbbK48ZUWhDNK2b82mRCrYZxKP4Rj\r\nsEPGohHjwE2F1yQ0I1ogTGzFZCUfa07kczqTE+1EZu/BT6pC4IMSEIKXrsBb\r\nbxxGg/R+42AzAn2ISGsxi4++xG8Csod2WkfDyXumbvWDTswc1YLOlat3CS7b\r\nUNAIw59DMcTkCeFD5oCqngtLnfsddhVvg9XoW/ThaNIXPgAqbW6Er/BQZ0T8\r\ndSjbEMaeSFa41mkF6EqGwuHHW+8vCa9qeBYcmsYwzRtdaHHdxslcNqX6evCe\r\nFQzXTgVY4jk3zbP/7Dg1sP3R5Dc41b9MBnz0hvY4DyfQDzRFBn/BwAl7tU+E\r\nehq3zwaFcNrV61qlzRuc8FejoET9E1XzsFA=\r\n=CVaa\r\n-----END PGP SIGNATURE-----\r\n","size":1725617},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.421fc3ba5_1655413288816_0.4063187632179712"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-16T21:02:14.795Z","contributors":[]},"0.13.1-canary.efe2000fc":{"name":"@firebase/database","version":"0.13.1-canary.efe2000fc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.efe2000fc","@firebase/util":"1.6.1-canary.efe2000fc","@firebase/component":"0.5.15-canary.efe2000fc","@firebase/auth-interop-types":"0.1.6-canary.efe2000fc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.efe2000fc","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.efe2000fc","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-qpa998S81j1KRfxCLUjw0ZPkO8EL3bS6+nSFZSOBkx/CpSc4kpQTyDoMa1ANIHeqPYtqCK5A0mLat9XuopDytA==","shasum":"29825aec5114f88cedd47ac41d168a361167d486","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.efe2000fc.tgz","fileCount":222,"unpackedSize":9008646,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFWRqB2GmSJ3Cl0S1VH91Hm1mgy+C/tF6uQiBph8b/KNAiEAhDCVSq0Su94u5eVScQptHX9Ci6f0QfYJz1rLGeC3K44="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiq7UHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+2A/8CauVx8Gms+BxCbHdai09/YJHK6KhKaB2CM9ZN+Jq7vDkvikA\r\n274PG4lrMgMUz01VkI/4CIl1bVsRpYbkcGmmmS+qQQmaRUQjrRoYCON7Aimo\r\nWG/fIWo3ZF35eZrAxObqBzxj/G85VBC9V9xJ4Cfu6LYrbs6iEnkpjsOvxt96\r\n4m1rio63Bwczn/b3lmJNoCJJYUl3NPMrVAUDrQbueo8scRRp+Bm0KfGqnoQ+\r\nTMHIHofx7tELofF2qsdHXCh8PcknIXxHVhceoImcTkkSjQ5x8QZln9P7FbUb\r\nGyEE72xkcDLPB3YNhq/T5KeBNJokCofXC9ieUSc3Ib32KnL+sHVqkLZuhwOd\r\naKfnIAekwO1CqG9xdtJ+UMmZiwczImuFCR9tAuYIdw6poZLo5gPPm4Zwl4es\r\noBSaHlM7Q3+IL3sk4olWEvplJeUP4gZKi05bDlvD5PIB7UmVJSr7SIUriWum\r\nCtxzsqwbdE0wL/Ud2KtvSBblqqmZtBXUdc5UTqxwYoe2gnGnPUZoVsxkUH9M\r\ne28T5NT3Jlmj1S8VvGc1bLTkhcLE7qT2c/l44EKNeP+C4Q0WY4Y0bV3PJg7I\r\n4ZiqAo1b5EEJ4x6HuqCJitgiXDOXgcQOMlVVc+PS+qQuvapXQsgRxUbxcv2S\r\ntnKJQ/yHxoArNhAmehA6GWOlVK2CqUffpuw=\r\n=IB8K\r\n-----END PGP SIGNATURE-----\r\n","size":1725555},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.efe2000fc_1655420167686_0.947465642656983"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-16T22:56:43.168Z","contributors":[]},"0.13.1-canary.d87d3a8b8":{"name":"@firebase/database","version":"0.13.1-canary.d87d3a8b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.d87d3a8b8","@firebase/util":"1.6.1-canary.d87d3a8b8","@firebase/component":"0.5.15-canary.d87d3a8b8","@firebase/auth-interop-types":"0.1.6-canary.d87d3a8b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.d87d3a8b8","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.d87d3a8b8","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-VXpxAP+dxTI2ytd3e6hlchZHF08XtAG8UyGABdq4lGI9hGnBKsQr9IuDYHo0semQYHd0dbAj25IbqB4LW6wrWg==","shasum":"7519082fdc5e741ee823064a206b4acc0e2bbc37","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.d87d3a8b8.tgz","fileCount":222,"unpackedSize":9008646,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9J2hstwaPw1ovEa1pHxRl8bgtzIN3aS2ZPrM2jMyb2AIgYmiPH5oqCvyzYuqvYGAqbjAPmeFt/6F/K4RACqLV0OA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirJkIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrvfA/6AvX19Bnf/7QVglXBLtT94ngbSAvoGhyWDsxYQwFhomtfNhB7\r\nKzj0AjwufCxXH0k2U7cW2vOI3DGc8yYc6fqVcaC/U6pV2fm4V17YHEKkN0Gl\r\nDT7QGguaIcnbhkgclX65ATPdKZ7obg/ihJ7VrsOQAdi6UEJyodu+CE6pC1sl\r\n7I4Bkc7vDKaxRrThxibtd4WRs+J0FRcEl60huMocydl1X2eNDAfxbdv23OAa\r\nT8R/t1fkFq8iXs9zvdKovY5/II6+aWsu1G4OYInz1Tltig7RvajJf23/HqI7\r\nr0qrjCinqGBStPFvpDZs17XjE2vkwJ0SOPSSexCWnTVyYi1ipI00OHuLWUHv\r\npCtk740UXPxTbjQORy5TnbGR9XB9U4K5Mw9NYnMhH8oFXk86Glv5luiLUmTv\r\n/RIpPBvSZlLWwGuUGH0+2IlAxgE176v8yTcvzP78lRyzPFNjCyAl8eRr8WOv\r\nObzj9GCuK+G6eEiiXryd+VLDHxqtY+WUWIIaj+3tXs1a2JOlvqGwZ2JNHQEk\r\nN8SMrcrkWw0CONCd2+DX7cG7EItCE/f65Epk2MDiPjTLEHP+BWhUCTtIaNea\r\nbgc0oMrt/pRMuRppq4Us6Pz6E4IK6aJIpUCaoZyDTlRMTPlhyBiiL/VZ9cC0\r\nMsxpCmy3yCPkizrh0TuWGvieTpZ2aEdd5PQ=\r\n=ZPqu\r\n-----END PGP SIGNATURE-----\r\n","size":1725554},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.d87d3a8b8_1655478536413_0.4682843900074649"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-17T15:27:00.193Z","contributors":[]},"0.13.2-20220621210445":{"name":"@firebase/database","version":"0.13.2-20220621210445","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.2-20220621210445","@firebase/component":"0.5.16-20220621210445","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-20220621210445","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-20220621210445","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-FAhjOZTlOrx5klZEB4Qk/w+SWeC24ps8Qm4zOKG4qPnhWpse2brf+ywCdkR4MH04KBYCA37f53b0v1Kpan8qDw==","shasum":"503d025b0dcff139a5ec580707a66b1efc20c97a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-20220621210445.tgz","fileCount":222,"unpackedSize":9009330,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmetCFAz5wy/Z//ZIdSrrVB3rBxBQ5L1AqOmG5xhRagAiAT2ApzwDtD3qaEVJiOhSJpBdLtNHj1at5tme/oJKySmw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJisjcRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrOzRAAlY8ZJQO3R93CxWVz2ys28XLpP0nLReipeaJXbjKOiW1KQLR9\r\nGXMUKNt/Ip7Tl+JN53g2W3fOfTlcos5YvHl6i/uvGnURI7qjUweUYqr6zFG2\r\n9OhIUXCvdF3KMpwJn5sfdIXDF+yTZ7GyOeY9hSpewYKKUdXj1a9haDQSSOVW\r\nq22l2o/+w5N/LGRovTFd8gr6lP9Iq5Z2n6Rb+E4XPr4XkT5qwIZcighUxQWi\r\nDnFXZGMTIVfA+zTAXxG93EzRjv9hAetBRh0aDuaomXibZNco9dDF1WwRnX0E\r\nIO/U1sC2SztMlDfiWx1tLZqwW88anpzLj0jfN1rRemVWI5N66uC0Rd+MbK+1\r\nM1EttdpqcKj7qgbmqKKm4NhXuAQAtVq3nO4D5WVaOzr7cjEItQ2UUHBfkRVV\r\nT1SsOgGA/VTE54oJx3AAYYxEhR2+k+bV3bcKNHqnSlBICECNxJjePg8pGg/z\r\ncc14BYEJ1l+Pzho9Ppa7C3E8EL70jwmsvVW5TbW1LH4Cp/tPI+8z/BaErqau\r\nwAw5mzTIwgDPCYARo0TOK77UdNXBOcX3ClZR+EZuqFwv04H5WGh2jrJeenEO\r\n0sSkLLSxKQjNLuYHRJrULFN0WBKmWsA1FvL0NZ6/nRgEHwm80RE2mW6SKwkK\r\nYbvRqgIOSkRC5lyyxdXgsX8YKRproSJRnIM=\r\n=y86m\r\n-----END PGP SIGNATURE-----\r\n","size":1725753},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-20220621210445_1655846673153_0.7414635667149332"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-21T21:26:19.120Z","contributors":[]},"0.13.1-canary.e673dc808":{"name":"@firebase/database","version":"0.13.1-canary.e673dc808","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.e673dc808","@firebase/util":"1.6.1-canary.e673dc808","@firebase/component":"0.5.15-canary.e673dc808","@firebase/auth-interop-types":"0.1.6-canary.e673dc808","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.e673dc808","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.e673dc808","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-JUIKRixQeYYI+NdmyPMMo/S1Kd++8YxCNnfKp3KgrBeZKIEYNHavNeC7XZdPUSl9mBbbXLaDl4SbljZxfv1oSA==","shasum":"adbc2f433226dfae76974b9d57c27cc3689a20e9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.e673dc808.tgz","fileCount":222,"unpackedSize":9008646,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBir7ECxNicMrP/TlydEXv8NgC17aygvTzPuDjnyRkhFAiEA3MMtBnL5KwqtZV68gRn76B+LG2OPLPjBYnJLtAPalRU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiskTRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopAw//S7DjS4qL42eyDb12DNpdp3JXmdOHWLOBp0BY39HCyDg1K6Ua\r\nT/KrdSMsu8mZeJ1dcwdNuWCV7aBW4mRiT79fC8NGH6uyh5h06nINgOWYozm4\r\n3OjggAADoXMBrqM4QB4v/gxqIN8mVHcq+/mGoldpEpjkIIgu9g4VtM04MiVr\r\nnikxBC8C8B3xnxzvEIEcF32zvlQDV0vrfzYxLk0KjwYri2N/XX7nRd/HZp6/\r\nYVH+slpgdW0qBw9L7d3W5PiTKEx76h00+2fiItuRThZtgmnA+29qoFSAQBwm\r\nItD3lyOX53QUu60q8wai+DmrByznCtorYDnVn63SDWLnmMAK+7ewdErni5kN\r\npJyKuDc3N2sb/yx/z0qCD3qPadMJb9m/es7rxApEASrxqdsfc3WgT166kDQ9\r\nCHSG6K+rKwIzbWRNCI85ggwhbhBoJrlVWvV4Jn5x38yodpzQ0A+HGcPKHW0E\r\nl3vgRglS31Kgvjue2AwC5hDuPvJukYs7Mjqcq6nUumhsevLtWjUd1wnaBwiz\r\nhskSlbneknhqNH4T6sinfg2TUIWvZXaDID9XaX+BXM8X0BR4/Oi946Yh2nqE\r\nEbXFgNR909d5ZSML/F2WcZl3US50vk09wOZF3pMkhmAovPCV1JbJO2d/hAch\r\nc/442uNXxSrCUnHghaMNY6e4wqQow3A9NI8=\r\n=8dJZ\r\n-----END PGP SIGNATURE-----\r\n","size":1725555},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.e673dc808_1655850192854_0.8373668760449882"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-21T22:23:43.744Z","contributors":[]},"0.13.1-canary.8c52a96ed":{"name":"@firebase/database","version":"0.13.1-canary.8c52a96ed","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.8c52a96ed","@firebase/util":"1.6.1-canary.8c52a96ed","@firebase/component":"0.5.15-canary.8c52a96ed","@firebase/auth-interop-types":"0.1.6-canary.8c52a96ed","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.8c52a96ed","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.8c52a96ed","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-tBjJN5+WqYcUh0AcZmHYWOyRH13UcNcLHL16Lq4r731LzYb9+yRvC23C4+GqwsenUEz2w5KInFvkmDo09tWQ0Q==","shasum":"8a83c1d446eb28d4cee78bb197e0ee948838b5a7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.8c52a96ed.tgz","fileCount":222,"unpackedSize":9008646,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIArNkiUfJlvu88ltuXkvNMICBo/nFiFEoK46MQO6mASBAiB5MNQd/f5HMKUy8ZqPPsZz6p53JJmSW/rOzyJWEnL49A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitITuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYoA/+KYGKjzqmiMsDoNA5FvxhNoN9jXEpjpYmKEGraSdLlZjtZKkT\r\nbbB2UFQfCOnCJOyAKNci74c7ZM6jp2/pj/j16prdiKEI1JjztECxFh59zWC6\r\nPCvGd4vdKHV8szH4jxQNQGTY6K89wNiD3M12yod+EGKWd1hQIQp8rts6VVyi\r\nDu9HsY89szeLNo0d2SQCthaIHGItTl50ovkYrzQo5/h4XsGhnO7tWUdkSBp0\r\nBHcK69NRB1fduqPLuzvPm7zUnRyRzb0CJs8esY8+KhAvtw4FiUReMK0WUOcz\r\n/hd45QlHTqZ9Vku1OiApIljm6Jh7Qo3X9lL8j+sMpaE2+5UW2Jbcoyo5KuNi\r\n+wtMXk26ro28WNWm95WN/ydJgEjZSgWnHrwy1ho1e4Blp2kbLHjKguuUvMUn\r\nDRX4ihzgjE89p75T6vsrWd4GE/PQpsM2EXM5LW3h2+Axnf22laoaB4/e0hoW\r\ngGRGy5/SeYeagl1N2x7inRjc2lamlMXZn+91Rj/WGKF4bQjjJbxnns6rGaqF\r\nSWbdk/gi50L2+QMBC/lIrJm1xDhd1g9GXlOeqLqttY6qSn3TmLpQEqUaE85e\r\nvtlKbmqWW9+5IVaxt9KChj4R+rWr2Y2JtC/aXmi6GViPZB0orXeuydNQkSUo\r\nizmifB7WOp+gHNLZjN1SBjxtn6VBNlxTYGw=\r\n=AlVv\r\n-----END PGP SIGNATURE-----\r\n","size":1725555},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.8c52a96ed_1655997677873_0.5636265368664952"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T16:06:34.351Z","contributors":[]},"0.13.1-canary.bf4959b60":{"name":"@firebase/database","version":"0.13.1-canary.bf4959b60","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.bf4959b60","@firebase/util":"1.6.1-canary.bf4959b60","@firebase/component":"0.5.15-canary.bf4959b60","@firebase/auth-interop-types":"0.1.6-canary.bf4959b60","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.26-canary.bf4959b60","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.1-canary.bf4959b60","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-kZtp7qSkTFj2bF6VmJkgIGd1km/O7PNbQHrQRQTDkacji2xp+Wdsq5jbIQzFxImwJSJQyzXqTF00gsEgNaFizQ==","shasum":"4da57d340951e96a47bfb4e04cef0d2c93974b96","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.1-canary.bf4959b60.tgz","fileCount":222,"unpackedSize":9008646,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCamz83cRCKJU9EQ1GW2fKiKDcBX8CHAsHjZmrM0fcGXgIhAKylVDw9flkws1xdfk1FoF30Zl5z9eEVvyIuoP7VhFkx"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitJ/2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqlDQ//W5+8YBcBbk/m18rb/vNhsuFI2gsdQPzc66oqqzW7nODe+/oz\r\nNLqUzS6YjLxAeg7mDhEYA5+JuSwpwZTNE/HxMgneZvzfNYegGbns4vPnqT6S\r\nhG81a0N4utRCxEAVWVIlcy1ZsDniLj+e7t5phhY+r0BlUJlXEOrzphvXIHdn\r\nrqlE6pqNUcjI0T0mbvUmgiWrLTaqH7xHpS+fk0QwuH44yGfN3MdKj9qein9T\r\nSGtmCFYetHEnJtLgxO/itA4tw9ma8okWO5YleZ+zZlQjzTm4fRpYbrNlZ7/d\r\n5kyyYdYNwgW8OY3WUR+qQM3n6oRjEL7w1uHcRQO03DEj3Hv9KbzBsFCTq6lb\r\nra4RndMV+v4lFczoxwaUWXazG696KGw6RFJXIlBM5EkqMZ8GjkJVT9wfNUbt\r\nE6qfIyQnxvVuRYFalkigIWSQrdt421Zc7w77vU4/Q8kv8LhnZ6i9XZOAoKU2\r\nK0frph3mGg+H24FBlPCr/Zz+LEMb+5OnUxV2uxXNwlYgHLzRTAbPbiY2neRF\r\njn8aqIXe4yfmIehJiv5cNYxyCOddK4E+9ZVonhYfwgqRJi9ApxrmOFmEafZE\r\nvamjIdTWP0+PKeOroJ7iIstkuU44MhLuR4rqEXUAa7b3yR3BemY8aBjYYXZF\r\nZa7Ay9mw4y+MYr4scj2YJ0incqIAMAi0y9Y=\r\n=13JB\r\n-----END PGP SIGNATURE-----\r\n","size":1725560},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.1-canary.bf4959b60_1656004598233_0.984414482572336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T17:34:22.560Z","contributors":[]},"0.13.2":{"name":"@firebase/database","version":"0.13.2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.2","@firebase/component":"0.5.16","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-wKkBD4rq6PPv9gl1hNJNpl0R0bwJmXCJfDuvotjXmTcU7kV0AIaJ45GVhULkbSCApAAFC6QUJ91oasDUO1ZVxw==","shasum":"c0843f673e3fce25eca894bc7621c97a26b5a08d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2.tgz","fileCount":222,"unpackedSize":9009165,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCY0TaTcbH+yO05OvBNvRnOLa+TzluboS0qwFhScTAO9QIgbJaxGzcK6kdQNp+jTbJpAaBiif9UB/tjlpLR+r6MvjY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitM5pACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqEeA//aDnU7Ru0Q2N8Uk1wS4rZWsrOWuhoC4RouV3q2Y/GTG1IeHWg\r\noep5sONNNwMhhG+zQZcrKtF2RK2juSiJwHdSdpSHacIBdIrsEAi7VbR+SSFr\r\nrBCB2LmuwxX9xrF+WcJIZB01zO8WakTPxc0AE6EPeCaDpCdJaoQ+U27rfI0T\r\nGBeIsndE4Nxs2sF+vVc4Nv/bvHHEtVYF1X/F4EASoATy1+Xb7owION6dQZ1H\r\n2KJPVH5y+86BuMPt74KcsrSYIjdcvUgJCj+91KDw54LOogDudCSCiHQnrQyM\r\nL0L8WEURZ1goj0UYJz907NwwbC8MzGcG9HbSkwKYEsDh2Z9uCobdL0aj7KEq\r\n4OXpTk+sQGmTQm1Ci4ukagD7GYLdiFYORm23qXkITJaBhDu8HcrKse66/Mjj\r\nl7ChGGnloHBD/qqq+IeJGW8zWRV5UNmUd7KzGJ8O/fz5SPN5aS6dBLDGKKbY\r\nOgRE5JvIVBQ7D3ZD5nLkAXxLTF2Uagpc7NdEfi8gxv1LDjlZNGaGLYmIzoFw\r\nvW7qMycczNZoq/0WVZlT7yifBqRZEZUad5sqUD4Zk0eZqU+/Fz18BH1a2OzP\r\nvPsjXyyEcKsfyn89IfMDpNjaJ2AOtPnULdepk+qIrLhWRBGBm+D5Ve9Lgeyw\r\nWn/u6nI8BzBGoXL4B06KKKMJu76YZ/41h5o=\r\n=bXAK\r\n-----END PGP SIGNATURE-----\r\n","size":1725663},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2_1656016488897_0.28770283409654285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T20:37:20.012Z","contributors":[]},"0.13.2-canary.47b34555c":{"name":"@firebase/database","version":"0.13.2-canary.47b34555c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.47b34555c","@firebase/util":"1.6.2-canary.47b34555c","@firebase/component":"0.5.16-canary.47b34555c","@firebase/auth-interop-types":"0.1.6-canary.47b34555c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.47b34555c","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.47b34555c","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-lSIDV4w5gTxd5YiFt8NAPRZHZA9W7qbpEO8sawBo3MX4xqiInDrM0mGMJXg2cO77QX86SbZGs3w0RbQY4BilHA==","shasum":"fc73da80fadfb84ea1361b653aef46c5da3e0e2d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.47b34555c.tgz","fileCount":222,"unpackedSize":9009335,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCj2crTNd5AWZ1BXYlzPtT9NHbY7Y26V+XJg1dUSR4B2QIhAMWPC4kXyu1PbIP48Ke3uIPIOhzhi8nbDkhRllGK1h0v"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitPvdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcYA//b9qvRXvw9dDiv+Ey8SSGqTe8iDslqtoJof28C98O+ErFU2dp\r\ny114VUX8ExAuD55HKkZ7oZp8/MGbCadmPQ2BoPLHXncnxT7ax9L4J83MkLal\r\niU+clzyY0NdQfjW/DYBWqXUdaoOKOM3G38OfDqhMRQ/LRs9R3PfsjAT6GQNL\r\nmF5sVomEu6tIdbE9oEZ/37f7HmX7dIvegIQAgL2vY6tM+ORYvdQuWzz0YXvw\r\ny9D0CVr3robltcX51A9MuIRVbVeJPcp7fuxPHS6SxgGGTOErk0PKO8iWKGeT\r\nUtcjt1sA600u51nS2i2pj0RbrYHZxtcRGFrCPga0Y9RVu/8p48XR3GMJk3JK\r\nwRYHs2Hs8ZOVWtHieYU+2T4LkbmSXKzVYGlceQZEdXBdYDqwphogpO7HgimN\r\n7WBmYapMSL1MfxO/ve4bQTufdC4EmEfAFBALf/UqSSEYtqd3DTsfS+gm+yLG\r\nAYfiVv/mk4anl1Hq/yw5JI3gH84B37lEOFBMmUMk3BZ6LbCCcojPKavQDGAi\r\nLXfNW6aoNtXV6CDd0g33u2wCqRc7jWMEWoMBCKU6ZGeke8KgpR6evdhXc0WN\r\naOiibp6wpW8kpoTWzs9PrWk2TZTsbGTiNqxwbtTJrEVANEHp/4Vspx09tzHZ\r\nZUgUtlNWue6mVremNiuvirK+tA0C5xpAmO0=\r\n=SWx1\r\n-----END PGP SIGNATURE-----\r\n","size":1725734},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.47b34555c_1656028125000_0.08162696665456415"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-23T23:50:52.646Z","contributors":[]},"0.13.2-canary.d3336a9cd":{"name":"@firebase/database","version":"0.13.2-canary.d3336a9cd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.d3336a9cd","@firebase/util":"1.6.2-canary.d3336a9cd","@firebase/component":"0.5.16-canary.d3336a9cd","@firebase/auth-interop-types":"0.1.6-canary.d3336a9cd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.d3336a9cd","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.d3336a9cd","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RK1NK9K8CCu7b5FjOifdi+YLdT7t1ljDGh0HHRyZ0zFobGEDzISws92JX4b44RcRjLivWQwDVASX65pZPyVAmA==","shasum":"b21ff8cd819a032df1c242bce5ecd4960a5e29d3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.d3336a9cd.tgz","fileCount":222,"unpackedSize":9009335,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC/tgh/wcb4lSK2asV9PT/jCwCMNeGf4EVMuYTzPflWyAiBByJvI41fqggjITegj87nx5IF94mliBcGHHD27VC1StA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitQAgACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2/A/9E2k4nXNvxQ4lwp0ZE47uKNaYP2lnFwSTG75hoxy+3QZz4b6h\r\naQgbWYeu/3Pejqh4/5T7MrXwyILI5487MxC8N6Tb4e9euVnOVHxYB1Gc3Seg\r\n7b8SPTGxZlon4iWpiVKgGqUMzNqfBYf+mSIKwJX4ogmQSOVPWqjcnVOwu5Pe\r\n3tUqzsPeEHv79s8ZvFvslLS3F5jI22WNVe7hAzPWp3lzLEIF7AcRxZLTjg+B\r\nGjWtlrQZLTSnWeDbEX51VkmFOo7I80ybJxUi/ZVA5AknDayJXb1IwtyM8XHD\r\nGjrQV2zCBsHLxf39I3uPQDJUGiapX3+9o7VraRGd40eTIYD4C78Fjb5CGYIy\r\n+BnjVMSO8lQgGcyg7sYcEgl7Ay9gEQ/i5m9Svn90XFn1cJrnJw9zCQlOsAxT\r\ni4jP1UHc7OSzNACljgpTVOoYVTPYHhXrPY9iRSWLLTaN+vhFYLD1cTrkCY25\r\ndJIP10r+L2gatvEJx9ZBNYvWuL4prtPAuUW68rBktYXpXLy1ewrYmykY4Lat\r\nSSB5wAa8nxUKBqIb1BBJBR+N2rIOvy6QuURaAKCN2Herj1Vtx7NokWIoBlJn\r\nLW2h+3kGrr5KK56wGeF2/HNG2/mg/HDdOOVFQvrjQVBANCa4qUhQXwYIu8yp\r\nhI761SgXmn6SLpalM2mCuGvr4uO0xzgj0Xw=\r\n=eW9t\r\n-----END PGP SIGNATURE-----\r\n","size":1725730},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.d3336a9cd_1656029215828_0.9388289238657492"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-24T00:07:32.911Z","contributors":[]},"0.13.2-canary.b60cf76e1":{"name":"@firebase/database","version":"0.13.2-canary.b60cf76e1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.b60cf76e1","@firebase/util":"1.6.2-canary.b60cf76e1","@firebase/component":"0.5.16-canary.b60cf76e1","@firebase/auth-interop-types":"0.1.6-canary.b60cf76e1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.b60cf76e1","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.b60cf76e1","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-D5wBdfvwTlsrWK54OgSA5g82vqiPyAVSSe5daczblD1415Di8nuOKon7QyAvKDExwprbjicEbcauSziQLOZWAA==","shasum":"d54205b6b56820497f6720937aef5de9fe127a97","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.b60cf76e1.tgz","fileCount":222,"unpackedSize":9009335,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdzMqwIviGZ3K4NyCze9UrtV5Lxx2G+h71mywnOr9FGQIgMrz6eS5x1TdNdrlpjm9tweWqw1AsWHSFauqxUpe806s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitQC2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyfA//QK/nubC+puMMvixrsT3HhYCA1uc15YWtYQHzbjZ+F97ohEB0\r\nRS1KDY+8D9udNSRnndGnfHYsagqCapG3hdDibi3zcj6rJBr3m1y+emcPLyi0\r\nJYY4JlqNrF6kp6zoiUTWQQLleutaF6tGs41efyfDbKzVuB4BlMjy1vzv7uPv\r\nmhABDYIfdEhnWrQgUVZEM5aQED4Jo2tFMsiBfCz9MRmixooiu4anSugqIwww\r\nrGf2BbnolS8VtonuGCj+VZ41mjg7jzU3ArEdwNHj9XrxPd+TAj2p/tn08rKT\r\nEMK/TB9L8GPR/Yk8oZHn7QUjF7imw+wtCr3iouqcCTGxg+mK+Bgr4dC10bmX\r\nIfQrIO1MnYlsseNOAcdpwl5ciM7hcS7+OI6ID6AUAnNpXwStgpCAL2nNSXSE\r\n9xkkyJFXwwoNxjHFrAA9d1YY12ddhA+qiHOeT091jE5JhSyLEYnVKGxbrem9\r\nBw9QLo73fabfGX/ZYOwP9gBF4ryBlG1Wv4s4nvjDhuGUeVDx18MT0I2pOFzY\r\nM6XTUywNrNSK/1ai+9Mgsknk6zes0yM6X2gGHsRMclljMb1EeavquEQmLa8c\r\nANwAm0qAPdmwh8Pr/CnBnkmm3xcYxIQa74wmW6dU3fRlnJBUUVwIzmZrkiu9\r\nqltAiXeqLVGw63GQhOD1B9xX8JUqplKqoGI=\r\n=KGpR\r\n-----END PGP SIGNATURE-----\r\n","size":1725728},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.b60cf76e1_1656029366373_0.23074423360962526"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-24T00:10:11.993Z","contributors":[]},"0.13.2-canary.69e2ee064":{"name":"@firebase/database","version":"0.13.2-canary.69e2ee064","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.69e2ee064","@firebase/util":"1.6.2-canary.69e2ee064","@firebase/component":"0.5.16-canary.69e2ee064","@firebase/auth-interop-types":"0.1.6-canary.69e2ee064","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.69e2ee064","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.69e2ee064","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ieCcryNnDbpL4Smp4kzHvtTrACcI8xRCOHqreSFf+dx8V96CC6jAuCsBw1mSn5G8ddIkBjy7l6ec/d99BgWq4Q==","shasum":"650cc9e4fd2d724557c940877a12c56cabf65607","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.69e2ee064.tgz","fileCount":222,"unpackedSize":9009335,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDThLorM5osjGRAEzZ2+o7jKhtSsnGFHIeGfJ0TBj0Q/AiEAo129Xrk+7Nz1hrOa35jDd8Z5z91BXDM/83vUgrNk29E="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJitfrRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmouRw//dHM/R1gGn8irTnRp9cjqePbZZMcuvCiShLn1VUP2Nysdt8zl\r\n72f134bAzAvEio8O0GkgUuDQeJ2chuyc3F+6FWIH1gaW7q+Jl7DqU+2+ytCc\r\nQ6/rwMcRnBX038lgkC7Qskp6ryWgiot8iDJqfNZIICenaVd/7WAwn4FkKCKA\r\n+hHsYdZUBSzJhsPq/rjlcbcP78IEkQ3tTvRGfM/1VgEkAwUVYtSIKkH2jl3e\r\noNgimL6+57Lr0cYBfsDGEfUQbb7k3JVV0foE6OFagg6iRZiX7//+Akawk7+i\r\nH5NAOz6YYe7YhaNXScxDgmEwnrRvet8mPmg+sHmGGJrU2g95M+kTssJeck8E\r\nk+jYuJdp+ooRM6sVAHZ2I5MeTtmapyYP43AEpu7qD+mD96O7voZjYbsMm9ec\r\nrCRa6gaaitZcYg6FXmp6d7oV/HdLtfRQNMsAz5/hEttQN4bJE06x/v9qwaXT\r\n4DlBkeQxE8WNzxKC7A0YOM92w8Swmmu942D56d3k16QrDwWBZpNIgKIhcNBy\r\no3vZTgnhf44D9dsBKXKZ1aMpH3L1W29aXdIuL8f4AUUiUYN40TZMvruhTPn6\r\nHjlRCTDXNIY4ivhguVq7IhLhMDWZJMxChAX8Ywa9ZUi0n+eEas8Z9IikUdRF\r\noz3iaeVVwhZFvanXtgdPKMIdXQwDRS7znMs=\r\n=oPFX\r\n-----END PGP SIGNATURE-----\r\n","size":1725730},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.69e2ee064_1656093392888_0.008040996610035878"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-24T17:57:26.779Z","contributors":[]},"0.13.2-canary.b12af44a5":{"name":"@firebase/database","version":"0.13.2-canary.b12af44a5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.b12af44a5","@firebase/util":"1.6.2-canary.b12af44a5","@firebase/component":"0.5.16-canary.b12af44a5","@firebase/auth-interop-types":"0.1.6-canary.b12af44a5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.b12af44a5","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.b12af44a5","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ayDmt4J0c01CEPhySxD1hm+cui3ohdyTpr5DWKjHJWuOZslb3X/Rw4cCFWQJNaVXCQShAlOCIKjZm3K+srOcbw==","shasum":"bb9211ac873d63b0274d4602278ceedaa303ff57","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.b12af44a5.tgz","fileCount":222,"unpackedSize":8999749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCu9kBP7rMrIOf/nQCmVomWb4rPOHTvvTIkB93URj6XWAIhAL73DDIA6yrClbHO8/vcN8qy2GEdWkH7iduW/3GVMKvi"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiufSFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5aw//VQthICkYcHctZ0eVW96M3KRomvOKwHSTDDYiw30RHBI7+raB\r\nHp8zb96IybvuSfOFHdishQouQLV0jNHEtt7v2TEkdDFlsE3mMsk7/HMkY7lV\r\nQwIU+NBbcoNncjz+YaV+ZrrC46UuXq7953Blbk44iY7ORPmW2BgSzzOY84uN\r\nYJbtI4rYvZPC3ya/tYHToZc+3Y1T2ku6JvlCkIS85g0qVYFoKRlrDDCehUrh\r\nVQrZC7r513V+/EKrl7+2C8PG2QTRe5OO/f9NJZ4WtCo4BAODVkugEaOUUOER\r\nJxkg8kpnhataKD5gJScyexhH8bQarzT0IQzm5JHmZHUnYNlHRO3EJe7a6pgu\r\nExYpp4IPy3thj8Da7h44rtn1u6AnNDw+jTOLXcDfSkfYkykpS0KJIAfqg0f8\r\njmO442NoMNtfi154aqOVAU5/4HZMEbnSPlrT/gh/5ZQJys2z7/ydVItKAMnM\r\nYf/Q41LCuy8urG85NVPR1haK6I1tyRrmhKU0sARoJ2iEf2xMGXfT0RdNi662\r\nJ/lYkSSv3qi5Zm3nZP1W3JrHhh180vjY3atdfPs1G6ixOFtRDcH+Fy85iamS\r\nanEZVW196BmCO0SIbhgKXrEO5ZLDeE2XVF4NCbLyE/UtJFPJtFqlEwp80W8L\r\n7li5PX9pQ0hX8bJoxW08nXib/US+VRj2WDc=\r\n=mcYK\r\n-----END PGP SIGNATURE-----\r\n","size":1724030},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.b12af44a5_1656353925270_0.7696659318583989"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-27T18:20:01.055Z","contributors":[]},"0.13.2-canary.280c25605":{"name":"@firebase/database","version":"0.13.2-canary.280c25605","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.280c25605","@firebase/util":"1.6.2-canary.280c25605","@firebase/component":"0.5.16-canary.280c25605","@firebase/auth-interop-types":"0.1.6-canary.280c25605","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.280c25605","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.280c25605","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-IYCCoVcS0+sH54qEN9q87wPHT3FltWoJujRGaTRFAyUtcJuh9A3VnINjNxizA6VyLKpLBLJcvbRndNazkQPktw==","shasum":"5d22857fe9b978575a959503839092480e3c9277","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.280c25605.tgz","fileCount":222,"unpackedSize":8999749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDqhto+/HFf8vwJ9c3dFVINsSpjS3nCXSdQ7DLcJGLjxQIhAMmQs7C4WL2DopiZOe5rBJkdK/BoOkRMF9t6L7jYXD91"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiuhfHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonYA/+KfNXnvbMxOv98+qONwkNVgek2OH8gD6BK0gV9Ig5VLHgmCe0\r\n2qx5ep0tq1fRH1V47f4c2JFapHnKSUgc0NvYksW3/AtB/OMMyzJtoPXMNlzj\r\n7pzkLoRZJ6+VPxlYxYPYiHX94Qq6HLsPspC6XoDvUMHn/wXu0a+Wks6Kce6d\r\nr07Oo7pbAD6YFV72/Iel98TeDzw/127cpSuz82eMOQ2X0gnSmfvB8aq0sn8j\r\nKX04Tht2Pxs1J4XGrYbMVkgBMX6j14TnDzEeT+FZ7BdPz3ywtOxwxiXerFOd\r\nZNT8c5w1FHt1wSwBBoYxbXNaMXPAxF3uoiYpxAwGLzPzw0REnBivaGfpTqhc\r\nKa02ioDeSdODuhq5nh3ny9bAzmMIHJhGevnOKFXWCCPJWNr9TRMwoZ3qVvyo\r\nQZ38V9lnfssNIzi9szF6TVUsbRefPIxwlavEXrZZjuR7Pm5BsF8+DVcTqBIK\r\n3hSuyN60sKEWBD7kuNiXlZyvAkYACwxSP+kun/lIK5STd+gNpwa2ffjuJrdc\r\n8pmrbDl/xfYGKXKFNy4QwvEIiCvvaurmYgXdRzV2tA1RJSHVv7dmpbRYzVq1\r\nTNN2T5UpOnFS2yJYAS63xdaDws3Mu9S4VpE4u36LEADJ77+cVanFHs6ae234\r\nnO2ba2fZdpeLqhzCPVG2RWt7eBcTZA46Iis=\r\n=8ETG\r\n-----END PGP SIGNATURE-----\r\n","size":1724029},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.280c25605_1656362951116_0.8746897854622246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-27T20:55:53.005Z","contributors":[]},"0.13.2-canary.47fefc238":{"name":"@firebase/database","version":"0.13.2-canary.47fefc238","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.47fefc238","@firebase/util":"1.6.2-canary.47fefc238","@firebase/component":"0.5.16-canary.47fefc238","@firebase/auth-interop-types":"0.1.6-canary.47fefc238","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.47fefc238","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.47fefc238","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-CNum0uuI2wmn5+mAX79XSJw/ZDRhHthRXEvvKZsejobKerw4TVeAwns9e32UoNzVR1qJmzOaxKAkBAaUSW5pRg==","shasum":"09bc8305bfe5dcc212fab29fb48ded27e67b4813","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.47fefc238.tgz","fileCount":222,"unpackedSize":8999749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG51xAwruw5CdHj1OuqSvwUdtUx0wXtsss4aAuyiirMBAiAYiC8FQkddCcp1lHxtynTnv9Ism3l4L+C7ZtLena56lw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiu21KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpK3g//b4YWhcluEbQVAb375woglSKKZHfx0NFF6LMHSQ1x6vswL0tn\r\no3UgT/XBIkmgX02hSQixtmtvA3FRSGp1jT33VrYddWnkkwW1uhwvvscrVbNw\r\npFkvUSWYdQ20qzS6foMy2yKdGPfwpgrCHtIsjSEM/ylNTjQZu0oeI/A29Y+8\r\nFBlWtRvbuyTN16i8pHDvfWXLFHAu5sa9x6CUT3rTFBQdaoptZAcrBIPlWCvs\r\nT/23M3nMCrtSsuTV/wIt7v3v7gjTaOG9CGg8w/N6t/IEh8z6VhsIQjCx5Wwc\r\nhiM9Qdg2xtVxyMJp6xapJvWNDNrz/W4orghawBxf0JGfFJnG82OxALNiXaJA\r\n7WLX/tj0Fxnwu8HLByIkfLVA50ehMtnXByzmWB6ldeFWwg41z9VrD0WoXl13\r\ne0i7HaSpUPIGljlyK4nuNKKFwi/4OriPfjG6bz51NdAo/0ezpgQi8gpfNBiH\r\nIyy182pg5l06tQqpZt8++uoaG88M41MZYJa9Fp4REu6s6wZfQzbA1DKA1UAa\r\nERnmJf/rqoUOtlywVkC+8dMXUzDedZapcK95doF3M8EscJ815SM5tL7zt/sl\r\ni/2542Y6nNO9kQTa6HE/efIP9Z4uM2sTcC3HVs9Xjw5vW39cSrbtlOhorORc\r\njHoh5c4ODVFP3ZZIN4+FE5Y6vKOLNONwiqw=\r\n=6Llc\r\n-----END PGP SIGNATURE-----\r\n","size":1724032},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.47fefc238_1656450377816_0.38380049451024356"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-28T21:07:09.145Z","contributors":[]},"0.13.2-canary.1d3a34d7d":{"name":"@firebase/database","version":"0.13.2-canary.1d3a34d7d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.1d3a34d7d","@firebase/util":"1.6.2-canary.1d3a34d7d","@firebase/component":"0.5.16-canary.1d3a34d7d","@firebase/auth-interop-types":"0.1.6-canary.1d3a34d7d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.1d3a34d7d","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.1d3a34d7d","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-hfef6frBFJbEYJwDhuDNJBvdoRfo5ugq+LOYR8TY5tdsPzWaB5jFgzxCURWEVAjunYubiRvcajCAtbL4MEugew==","shasum":"33fa27538073da6eb1e4b7f4ae4ec38dfa27cb6f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.1d3a34d7d.tgz","fileCount":222,"unpackedSize":8999749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH5Ycl6QDCCfFUbbNztQOfg5hoAg5n9mayRPIovX/Iu2AiAcNVro5uGW3jOCoikOMS9LS/HfNQGD1ucCURV/LE4r5A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivJM8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpm5Q/+LCq5I2BkIdL/Bxo2Z6AoUiZSm4YyLD/iXQmeYJuIce+DKB6A\r\nkhMdzia6LqV8dg3zIuLOqiQlXsfnGrqfEmsoRcWa8snIQb9NBqkKuxTEgayD\r\neY/b4hDr1kmHrDK6Rzigzw+GqcuG+L7P/TI1mIFQLpJkHMFyLXDJFCC2Yq57\r\nVExfE6TKaP7WIjRzsA/WYIt918dUZqnilyGJBKeXFvdGqvm6fCM0XXDs/M12\r\nmiO+WvpuDYGQJg4RozdVG13QkpfTkZrTRH/fDKkT9RPY0w0RHZVMEEu69+7i\r\npGHydmkL2bQ4YUQarBx8I+9FzHrXSlmfDzpcH4uQ04ffBfg/3l21jx9W/Ifs\r\n+rMzhhGChg9MMO64zoI0KN/tyt8RfTfc5nxICOdk2Tgv5Fo/W9HoSIF5/rmi\r\nJQb9uyuNM1DZNSF66lN/NtZ3O/Noc/WBe/pEDqtZQ47i0Iofid2jz0SxTHZR\r\nVVGDrkUncFyL7M4CthTIMm5St8fiVQH3cRSvmbwXYzbBmlY8EmR/5EPeiRHF\r\nBD+PjadMz9fsApy0LxFNqbMXbQP92avxNwlzRjutVN5f7CoNT4aTVQlZA2Rs\r\nFSyFL/R/H0FaulRUnvjnWlpQSDoN+S/3dajfD1BDO5/vVrXcmvFN6asgGXT0\r\nFK5C1KQymU9ZVdB85Wlv+GzUqtaWYcxINUU=\r\n=vj1z\r\n-----END PGP SIGNATURE-----\r\n","size":1724032},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.1d3a34d7d_1656525628554_0.6458937849055664"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-29T18:04:23.196Z","contributors":[]},"0.13.2-canary.7cad614ec":{"name":"@firebase/database","version":"0.13.2-canary.7cad614ec","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.7cad614ec","@firebase/util":"1.6.2-canary.7cad614ec","@firebase/component":"0.5.16-canary.7cad614ec","@firebase/auth-interop-types":"0.1.6-canary.7cad614ec","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.7cad614ec","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.7cad614ec","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-tTG6fqBAZtkb64RY9L47YapPaUQEWO3hFmz/x0h8G6GlJ2jFenuwuE7jgzJKBvKIPG77e/e4jbf6ZRO/frb2xg==","shasum":"25e5438927141c0b8ea5e03f4012d821c88272eb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.7cad614ec.tgz","fileCount":222,"unpackedSize":8999749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCCqrXf3dN0xzzP0jGSPo55C694rBijRPMOpnJKXrzZ3QIhAK4X2nJUnOinUTAC/Q9l2iqCVFH/agxH2KlieX8fo+VV"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJivzS0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpG6Q//Yayzy+41DhAcMKxR0Xxe3B+8pthxH/o0uTdpCdyD4Iuma4AT\r\nIRG7NZenAZc26bJBtufHsn43r50xINsw0DtTtpPrGJgaeBg7D7PqTAjq19uR\r\nm7c0aOD3HumMVxx/lNPQ2PpGEHEp9lxYAViNch2O2n9UQ0D5X1r/cSfwSKTD\r\nuhBWIajJr51JXk/ey6zqUXAe48Bks7IDsbaPccBrTVTOum3ZVTgqWgSGf0dt\r\n5X2T/uj5MYN/3TWE4R7hSAqIZyyTVX770NGqm3J0xZHteUdcXS3MUPY+2oo0\r\n4LLy8nkfxTSbDg0QsH44f/BlX/5nA09br4nn78x8bbL43FTPrpMUCZ9fKqVL\r\nPUWPQXtdqclEqFRuiX2n4My/FyQWgBdfZ1gTdAfsz2ou5G1tZEKEYI0ekQZ/\r\ngj9deGkbzbK1xevShXEAL73sm8NGIgx8whpMAxzIhIa0riIT5SKBcrc21C6f\r\nVKGEs0OclI5Mca31T0l5tWqDo6r8nGGqIopPSg53Y0bb1jCdkMqwi637yYFd\r\noKrUP1VWce7jgq2s2I0m63K+OqhyME4O2NiYmWMYy3O1NQHYFq01GKffub0q\r\nN8/vYO9RpluwpaFzQ5Mk2+ppw0wOF141MisE4MnJPX1U0ot+ypUQgsdGdQLx\r\nWg1IBZPj3O0ARkHV5/ggBz23bNdQcGAtk+M=\r\n=jNzc\r\n-----END PGP SIGNATURE-----\r\n","size":1724029},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.7cad614ec_1656698035908_0.9115449610961299"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-02T13:01:06.681Z","contributors":[]},"0.13.2-canary.5edd81fb5":{"name":"@firebase/database","version":"0.13.2-canary.5edd81fb5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.5edd81fb5","@firebase/util":"1.6.2-canary.5edd81fb5","@firebase/component":"0.5.16-canary.5edd81fb5","@firebase/auth-interop-types":"0.1.6-canary.5edd81fb5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.5edd81fb5","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.5edd81fb5","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-s0rkFzVouBYrW2S16RQormsjHT87pPnBv4/J1Ef41vZ+xID77+uiPmjK4TlNuMeqi9D7SZZNQqgvsCnU+PcSDA==","shasum":"82a6780ebacd141ab133aa568d5241518f096419","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.5edd81fb5.tgz","fileCount":222,"unpackedSize":8999749,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC475eZUDjLguyl5fvIwPHgvCfXvmMkWRnKGZADgsvtjwIhAN34MGXnJY6OWYK8LiCUW0h/qe3XrjzwNNppgjT/deRW"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixdKaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYKg//Z2F7MSTDcxAw4mrRBlg6FvDwbvxwddRA5ILot0UpW6b9PP56\r\nTP2+ksIOYmrVFFLeaCeubJnsEGHvm52L8e30rgErl6FFqRyx6zcyWVCaTD//\r\n6F49ilRnSmJmcHT3/zAHA7lGdnvsryQhwxjASlIYIcj0/swjDa7s1c4A97yK\r\nYyMVQeh9bvPDhteBSgnRrxETf8OoQiMJbnC410ttDtBdW3QnCEdG991ZbJEd\r\nTlZ8SXZmtYa0aQC/88crNAUmsnYYJwpaZrB11eMW3qC1if08n3yrZX5jsycC\r\n+63F5lReUerygS/7AbXEyI318Y8RxZp+kybb349kIvuqxI3sjEKLFBwPKaC7\r\ng94FbnP8YYTDK5WTItnm/MojGI+VsON+KYVMfNuig1fRCDyoIERXvseoJ0BU\r\nmN+fQtyeMNKLTCQ3LGrWD3fhdGuOs9ulVfakGzwJS+08q/zhLkZAbbLNdIZU\r\nvrnvCewMJsrzMf2LH7P7x+Shu7nclH9jApjNlQdI5TU/XDZERhgx9jITnoIr\r\nlEzaTMnyuMwRYBSnd6zsb4hnsYk9oS2xCghcxrwmMstDLiweiLWdToWeh1Og\r\nv0DUS7C5NlqlKPwdBggfk7jTdw9ZXLP3rf6An08J5XdvWENG33z3KhPDdwkQ\r\n8C5x1/4x/ov8pIiHVhATfAe5l8i8N1ETKME=\r\n=e2We\r\n-----END PGP SIGNATURE-----\r\n","size":1724029},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.5edd81fb5_1657131674246_0.666095186420935"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-06T18:30:29.679Z","contributors":[]},"0.13.3-20220706191717":{"name":"@firebase/database","version":"0.13.3-20220706191717","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3-20220706191717","@firebase/component":"0.5.17-20220706191717","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-20220706191717","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2","uuid":"^8.3.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-20220706191717","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-EMeJkPb6JO9yf1z6vKFPH7PHz1di0T78x6kqWkj531pVmhs8iAEAlRpz2kxH9iZ0/zeGkw+sqK6h7R0v4o35gw==","shasum":"9a98c16ba03e6c861d8c555edc19d2707ba5daac","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-20220706191717.tgz","fileCount":222,"unpackedSize":9000266,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDeXhSduN48QDBy+yzq/k6HpOjplg0+n+vKTardVd/T8AiEA72sHJoJZVif8fRfhiYL2nmxmdOvLgfqH+OqJKquW0OE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixeYfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmomsg/+OWRgo6cgDqng/sADePa6Oykjj4mcfx+is+6AHggEgf/pqItd\r\nLk4U0cDQnJ3Ow1SD+6mUWys1Xq5rF2Mg4kNf2XSVSt5j2Xy/+vGX6noC4Nkk\r\nPT2Q3n2iLC2uE7l97v+0if4VAV2SKp5gJyLbWbiRZHz/Id/lHp1UhOT2t3Kb\r\nX+X4tyEvj/DBhIJm6KVg/GYkL4u3+b7iLdT+xBF0yoGMl3/kmbmtAdYrfYEf\r\nizCGuIthXTgTaw3yaW7ovqjS1uJzTRhocbHDzFxokjGVOA9ZK3mUGHunMYjG\r\nlvmF+2sNgNd2vcAH7wmsk/++/P+lObesqT88w8VLy/llQqW2viwEkskd1exJ\r\nGrWfb0kAunEpKL4yCWu+QGXF0oK8GdQwQiBI7XEl3esm1blurwHuLstVk5MI\r\n01gQfu4hmRpqwvopZmDHJtQCPVBRRO3hubdTvw2YsEZRefhvA9tuGL7FR8kE\r\nQy6JJRffHMY0+KvBCnxyPtjthPD8qrxNrcRceIiU5UpFTrVZvdXP3pmY0dvs\r\n/Oqx8y9VbJwiYEEJVKHx5jiidr/nMF9OVoLlosH1YpM/MZ5zWZY5/P+w/68p\r\nwylaE0dl9F7fy/H3lvcfmIoBrHj5fgj4a1NuUhZYDbEDU12bz7pWASPUlizJ\r\nIv0zuLJBdoJ25ts3j+Xck18XS4+FkL+CoAE=\r\n=6BvS\r\n-----END PGP SIGNATURE-----\r\n","size":1724139},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-20220706191717_1657136670724_0.10348198570036238"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-06T19:49:33.480Z","contributors":[]},"0.13.2-canary.c187446a2":{"name":"@firebase/database","version":"0.13.2-canary.c187446a2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.c187446a2","@firebase/util":"1.6.2-canary.c187446a2","@firebase/component":"0.5.16-canary.c187446a2","@firebase/auth-interop-types":"0.1.6-canary.c187446a2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.c187446a2","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.c187446a2","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-rUEehlCHIJ0SiAannQCwk2ddrxoGdJUOzwjMNrIiaCZtjzCQuba2kun7QeZLRBpDRkPkqVaKuLC8ePBRYTT8iA==","shasum":"5bfb0980c33224239f69e822ed47411ee81d23f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.c187446a2.tgz","fileCount":222,"unpackedSize":8999727,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDTEfGzW8/iIzmlj8Rfz/easNQ3anTv5uhuoU0siFNSzgIhAI6nylzvKdtA2eLPLDO7XiwWCs74g88g6wwrb4xzvXGw"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixgs8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo19w//bpXH2u4eX9z1HqbC4K3MYAUh+QlMSK3c9ciRRrIobTsUXZaC\r\n1G0vsx1DkvWnXVBXkDZgRb5A7XE5Bmqu5GGhgBdzP5N94rqju6s+RnmjiwGE\r\nGjYlfOrXJy4KMnYI8Az5AqFVLg8XwXhmEzS065UZ0R0vnQUpOWIV0Cm0rI/q\r\npyQfreB0146F8k/YqgU1tFkn+Npckuem8/0fx7bSLt02Tt1fwvIgI+/T9HSa\r\nTY8Kj1+yYjFLEcl57mrWnIMazwIYNX4Su0u1Lk0seQ6ZYk9/N9bV31KL/d9K\r\npdul63debfXx9oByJRD//2kVZO1Z32iBGpy5Y2o27AQT8FAoYA0sJeMhwER9\r\nAE2Vr8j2xL5uGUmH5fdPcnNOkJy7aG8UQFz7Takg5OyVfZ3ZZAjMPE48pRTm\r\n0jWATcZGzIk03eFIAyekTbjEcjFX8u8PXGDWKT2xqRRdWhbQsyaK7kJbO/Xx\r\nla5MtxZDYyluYHuAhhP2/jYhCBCftmoDxf65hcLe0KAbTmUqHS/yX/3CAImr\r\nhi5WMhugSX35cF+jmj4Vkut0MsUhYCFr3pWhJbrKufLvDTSTzt1leSeTKRsI\r\n2L8Mju0Z6bL8cGcByi5JTIhonvunFkLML2941EjkshkJmKGJC0hF8WT0Qhxh\r\nXo2C+rqkOmME5JVXmVeBxdKXEqNVodqdxfo=\r\n=+Tcw\r\n-----END PGP SIGNATURE-----\r\n","size":1724023},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.c187446a2_1657146172446_0.3295341808917678"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-06T22:23:24.654Z","contributors":[]},"0.13.2-canary.a6dc37767":{"name":"@firebase/database","version":"0.13.2-canary.a6dc37767","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.a6dc37767","@firebase/util":"1.6.2-canary.a6dc37767","@firebase/component":"0.5.16-canary.a6dc37767","@firebase/auth-interop-types":"0.1.6-canary.a6dc37767","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.a6dc37767","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.a6dc37767","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-n8Miwm9l/1EG14OjXXguYpq4Bs6JyfdCJ+P8ntwZGnDb6kOMq37lsgDf950JdTpaIMny35IjZOtgpNN/88wqvw==","shasum":"ce70ed0056e848979f9193ea2fa0547a1f09ef97","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.a6dc37767.tgz","fileCount":222,"unpackedSize":8999727,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGenJ4XMUCX541p31f29gnpoPS677hIi7mjzM8ZbfRJ6AiEA/qOAhIlj8hkafaTfLmzMj0pPzrcJYE3yp1O2oePPkA4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixyNfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQrhAAnD7FklI2U4+M2aJJzr/lHLz8R5ArXzJ44dbTlkFDnDYdUWuu\r\nvEGvjts4OinmAR/RGb7lpzKNvjtjjc3EqKxHXLmWqgWUJ6NUeYeq9mNl5fKY\r\nbMUJQtoWxA7sxJuq1oy22cMWJNp4+6FuBsVVNhz1YQ1Ckq4edXe5g7lxxKDi\r\nzWr4RroousRrnXL+Zqh/1vKTwcnN5nh2MTDNPkcTahmNKUzuq1poTBADj79S\r\n23z7K8Gcw4JpWpBin8EHa+y3HMFZP1J8VYVyKwKmvOtNLoMkkhfSXL4drnWN\r\nXxESmOFSO086ulsJBSHAGgaeuU7jIuF4O6I//r9CbysLWRrpmT1obQVWmY4S\r\nRKBNiZjilsjXW5hM43QlDIB3k9vugfKwWwXPliVhL/Bqpj5ITfbjVcpNFLEh\r\nQrL4a5gMM4vnmwldCZUtjaOoGG0B3chAuOysDJ4IEC0OYDRC7d8/bvqCBEhz\r\nk5KZgy6bZArbv7I6+QWGLDzKld3Uq/VUmSJL5tc0ecTAr5VAWiSZZV2lHnIF\r\n17Td61Ys91Oz3yppbHhDuclPK2zlpkQf60hKAfyOJANjzGxJwLdotvxzvVaN\r\nVY3DxuYDzndrFdzJkgOTDUrhmO4rnQ1vPzH7u94KRP2+9CwybNwGQrMSQ9Cm\r\nnCdotzeCHCpIqXg8VqpvMTShmGT4AXVXt1A=\r\n=5fyy\r\n-----END PGP SIGNATURE-----\r\n","size":1724024},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.a6dc37767_1657217887290_0.8981498424436973"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T18:18:50.452Z","contributors":[]},"0.13.3-20220707184205":{"name":"@firebase/database","version":"0.13.3-20220707184205","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3-20220707184205","@firebase/component":"0.5.17-20220707184205","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-20220707184205","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-20220707184205","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-oi15kgVV7CxRLWC6XstCSOB0oROrDNb2Vq1ktx/nfcnF52qRx6msW3MKkLTeaUR0y2waFT6/x04ydUU6yQmEfQ==","shasum":"08eaa5d3e68969c0c98e45f4c0a904f74d250091","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-20220707184205.tgz","fileCount":222,"unpackedSize":9000471,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAXuavCsVLiPMEEaQKakk4RBE6dJsMjx8BAM83am70wmAiAhdPFF851+nYbONtgoax+xIObdO05CTFjmdXjXXKLQzw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixy4kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMrg/9FbRUmG9zD2rkEr3WPOlvrrKcBpkRiY9py7HRIxolgbCcxhwm\r\nyFPkm3CiCUjb0kDYUanG2b+Afzqfvo/d4d76S1mGGhDy7r52zswSnyHToXmt\r\njr3gVTn7+VbKdx2iISzT1Tcp842neX6qv43LlYqaQVntl56l9jcQ/uHGwGBQ\r\na0vhLf+aIBiBmaFicNnzG70gIW7X2R4W8jum5vLLZOvXeUhfQ53kpwZlrZEa\r\nf3lP10xeS5Qq2Kt5oxiyhjylfGHbmq9vBfEYss5kUTsFKU523f2nh0cf+gcz\r\n6++QV02/mI+moNhxModFSw+4Wui3VE5sOXJjPqz+2JV9Axt5kIigQxN3rJ+/\r\nimqdv9q+KmR2QAr7tKbHUVpMcJpZRsyxVPKrIN38fz7W5jZgNgscFUjrhn0T\r\nBXq4vh5K/n7p2TRI4FgaltCuQjLU5x/Jaos5YYeHWLEwKlnin9q/m2dvcyH4\r\n6KvBoUfT3yDVtH1TEiyMYWMrNgUW3vPxuzHxRKUZQraw/y6H6oY4dKrEZgrM\r\nvCfy+Yy2oz5vAzOwi39w3Y4x7dMKrcWIoQCQAEqosIXeho7NOGBDRFbWGUcm\r\nRXFnpcZ9SmO4+xgyCzBsH6SzM/GYy1i5QzlymLO3bxYSP40+5x2Qwypi7T0j\r\ntTFjuwbGQvfHXlLG69YRyzsDat1TCSix6LE=\r\n=NKcC\r\n-----END PGP SIGNATURE-----\r\n","size":1724202},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-20220707184205_1657220644697_0.04830883346190751"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T19:04:36.971Z","contributors":[]},"0.13.2-canary.ad773fa45":{"name":"@firebase/database","version":"0.13.2-canary.ad773fa45","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.ad773fa45","@firebase/util":"1.6.2-canary.ad773fa45","@firebase/component":"0.5.16-canary.ad773fa45","@firebase/auth-interop-types":"0.1.6-canary.ad773fa45","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.ad773fa45","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.ad773fa45","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-+tH9a1y5VzPfAasXQQi98+/lkxkdQdR+IT+QPwOsPcrgK6/I4VT0pMGGYljv+hEFM2Sj1xNrDJ+pmPBUKoWJhQ==","shasum":"cf040aa400d6c40581f52807d29a7185c881aa1a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.ad773fa45.tgz","fileCount":222,"unpackedSize":8999727,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYo3I7BXRcpcZ9kEDssW9/QCXbNLazbeboDdA3APG7+QIhANdbKAGwqM9aLoRmcBGELBAhwzGYCgmI4ov8qFyJ0UP/"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixy/QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrA1hAAiTwSbEp7D+N9DV4cSrbNhry1/0S2lWCf/7lv/cMx27SG9p5w\r\nMU513QpsvsUz95V7tNxjhjCgSe1C8qlzbzDM3Tf3MjB1ELhjWLiZceO1bIUc\r\nmnd6GqmIWDKfEP6iyUhCIQM4XnrgkYQvfEBwEEmmKkNzf5dTf6Fe9g7SuERN\r\nwny2X5jWF2382W7de9fDiFz3bQH4Rb7E8eijxLDfLF5MrcusW8P4SQim/vNU\r\np2XA1MLa3Fppcy4zw+lj5vaAxhafLKEFdxxtAes/Oa5LZYLy2z2boIQp9iIq\r\nN80tq4QIVkMEYyqI/E7laVZXOZcEBU1XCMW2Oq+LZ3nMZQ2NYls2zMwK/fFE\r\nIDmHJwhopE91I3pNmzT7lAS4LeuMGtktsd9CPPGpDRpPLxIAbu+Imaj6eHf0\r\nEQqdM8axqbi0C8QJw0oiYbOB1hKVZylzCWEThSewxMxYkEDa7Z2JXFNJM09c\r\nsl45OsAQ0dRH/E37x1crp4x+h91dVceWgLFejehGvICywpceXPxggV3Yl3iD\r\nLzDMT4oaV8NT3oHDSS8Y2Lko5TrAio7agVJAWOcewGNUK5R1+8kNOi6NgNOk\r\ntCTMWvfv8rcd+KifFhrUjd4gdqogklx5AE1ZsBdVeMtWufhNukf3/kX0pf3c\r\nzQ+m52VzFEh2R9y1YNqel5PIPQdfsh2ilUo=\r\n=s/Gs\r\n-----END PGP SIGNATURE-----\r\n","size":1724023},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.ad773fa45_1657221072387_0.7334477508608848"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T19:14:08.775Z","contributors":[]},"0.13.3-20220707195244":{"name":"@firebase/database","version":"0.13.3-20220707195244","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3-20220707195244","@firebase/component":"0.5.17-20220707195244","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-20220707195244","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-20220707195244","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MhOHZj+LkbM7X+OTo8/fPw6A1iae9hi6VIN5IZk9yMsPVNw4yN+PwAW18x1+IJj9zDEr94qY6ivnXejJaxUhcg==","shasum":"0b9a7a27f960eb65eed835b9fdb04fc4ece4b6c2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-20220707195244.tgz","fileCount":222,"unpackedSize":9000471,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCb9XJlaq3XYA9UzqGK75NgRulYN9XxqjPkRDkjFbAMVQIhAMgaa1zbTJTtEqZvyHh2dDvFdauQgXPJ3J1jr5/BcIyz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixz5DACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq9vg/9F1PAH4PYzikaxfToh1PrSsr3CZQf1O6AsAbZ+sy7afw/87bQ\r\nYAZLOU+lsz9yNSbHTiqgMKB44bfFNEIHpeSky52Oq1HnVerscrvZ8kWOLEmL\r\nIVaVSb7LFDmWj4RYv/TNGjOgHVAR/mpg3cebxD9JLsA2IX6FcCADfbU+w72J\r\nApONIedHyo85MzqywkEVcW9M7vqLYrTj2cHLZNTZYMtkJL3Ml2pu3O65G/rb\r\n2TVhhw1Gjws5GOW58IwrpPtu6QgQeWdeAvThQTbud9VsVC9pc7V7RmNzS9/V\r\n+dbkiyhmuVse/4BqodqF0ugjQQwltGkvjl09le2sMom0gXSYrwR/GSN+CG5D\r\ntl/hPoTdbxdqHYl1NQgRqdyDYmwkdXEAAMSyQ+zm7l+VNUJVKnijZaqpYXt1\r\n5yXjXb6QxsIPVO4etnr3RE24yfZIDDSFIwRjHPm7YiVMSl1VmHVYHHuBjXK/\r\n7R4KwJ3ThZyU/xsK11Co7ojFOsw3hTtsUTAHi3ZWy3nrjw0H/cBLrBKBWEja\r\nHjvWZLCIXsQI6Up2ZundSFTNwaXyFtos7iTbKAWYxsWPop0usFS9ypHUMdUE\r\n/xRZVN7MAPmVwRft/PQnxr4iOiO8qk98TT5EM3zgWNTPyFTVKv6sJZlkQD3r\r\nBFjQ+vUD16cTTFxkn7VrtG4XxeGY9OuMa1o=\r\n=v3gj\r\n-----END PGP SIGNATURE-----\r\n","size":1724196},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-20220707195244_1657224770885_0.6553415017481949"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T20:19:26.164Z","contributors":[]},"0.13.2-canary.1261d8323":{"name":"@firebase/database","version":"0.13.2-canary.1261d8323","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.1261d8323","@firebase/util":"1.6.2-canary.1261d8323","@firebase/component":"0.5.16-canary.1261d8323","@firebase/auth-interop-types":"0.1.6-canary.1261d8323","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.1261d8323","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.1261d8323","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-sKoAEmJ0vjEBW5ZXN4aD9aL6A/atdJHNNkmEWXWUHkO9PafKTPTjjjSBa3yTI9jHh8Z+p3/hm4g3NKHaVLK3Zg==","shasum":"84c0c83e02350954ecb929c9c278e4e109e8ba13","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.1261d8323.tgz","fileCount":222,"unpackedSize":8999727,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAv/Os7ZNB8aLzvh+Neq2+lejSVsG/cYeYQkQq1mZUm9AiBLF007Uke0Me+zSUiqJu7hJ9WhO8jAMoPw0mRpz4j06A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJixz7wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8Gg/6AyHBzugDQcGuLxGDtQd5YdgVEdmgtLdFKjCJ5u/zVFnntAik\r\nZHCEPDAKkD8mEVHv68ZU6gIyvuMtc6kgAOccaTtWGVG9Cy6LYvdE3XqHugKj\r\n5O01Lx/aK64pyne43+zqMzGRsSBn1YUlH7rh9Hq2z0mJtdaHs4eVzAJiD6uj\r\n7+yxVdIZxV0y+TElvsfl7l+zyZVAqtbbI0ngg3l+8ukaOYE/g2ohpEyXGSiK\r\nVHVg22sJYEzTokfWAZQQwDrjUpbC+a6y9neodUiffN74CrPAFfOod60Gy0x6\r\n2DRjRDMjn5+P+f02jvbXz/aGayBRY9cP+Js1zBCdiCjmIBuqzBAUGNgwcnMW\r\nLE8SOHJkPua+LG1lrp8QTarX222LxmOnGJHxIdDPSb0L6X0AeubH1agVjmFX\r\nuSMjcm3pqc3XGjtT1IcBquGlBDPr+5uWbTZGA7/pLUx3YDH7ilTpDB8jlODs\r\nE3oe0JYQgg/pfgtMGi0O01lTVY1//hKfO+35gpRKCPcMuzibgMU4reCF90gD\r\nJMHF904AdofevVUkCqhkOkNqetCe8/XyprAH01gqOoXb/lkGmZudn80Rm8eJ\r\nD0tOZOFff9WN6MR9qjlYV6y1Zzlfke/3FNnijMeskyX+kYhAwRj/aWYE3FiF\r\nravRH8deILswZuvMTL+ebr3MsWz1UQs/W3I=\r\n=5ckl\r\n-----END PGP SIGNATURE-----\r\n","size":1724023},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.1261d8323_1657224943983_0.7382434159157811"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T20:19:29.016Z","contributors":[]},"0.13.2-canary.6a8be1337":{"name":"@firebase/database","version":"0.13.2-canary.6a8be1337","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.6a8be1337","@firebase/util":"1.6.2-canary.6a8be1337","@firebase/component":"0.5.16-canary.6a8be1337","@firebase/auth-interop-types":"0.1.6-canary.6a8be1337","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.6a8be1337","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.6a8be1337","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-9N0bIuDqfFQdr6pHdB8X26ZDZAdIBQHO3ym7iNUvwGTB82bJVNal9ErgomtB7ODQiTdpBDn7I8Z5MgU3ihCgbQ==","shasum":"e76e3a5609e27674e09b3733b0d0884afaf3cbc7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.6a8be1337.tgz","fileCount":222,"unpackedSize":8999489,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDUcdsb9ZwdQ6+gIDrmqZy07OtPvKpZVBh9oJQ0FBF+KAiEAqdk3SZ9hNfWpE+kWKifLpnFIyhjHeh/QkYZQAw0zrYc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix1G4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHmA//RsgafyFQjpRs3UpmFneFUFftJQ89aGQZDwyoFcwgDbPojdqw\r\nRX7uZKLB3nXUAtKto9tHjmcFqJ0DLLKE4Q6Z0WBo2vL2E+kwNkpa3rQ3QfOC\r\nNI/1vx6HqQSqrlOSoiYf4EUOJ/ri1304F1Kr7T2C04rDzLJzxblPnoFabrcw\r\nOshRGtlvjBovFqEDFGNwxhAS8lTlPHR62HH2rBuKnCc3OyfOMSzKWbm17mLU\r\nRq81sJQO41rHluNyPK2Xk+PaCNOQrRB0beGrcy1VDSlq2XvhFWVbbbQG4Txi\r\nsUdh46K0vmjiPv7U9XqoVHj3TxqFK4F1JVpfFxlWqJY83zM5WYv8UpuZSxaA\r\n3enUUNA5upWpU8/c2vtoYXSyaxKmnN6KNMvOvVJEfynIbn4QxQHZNpckgG1S\r\n0jdw+ZSD2TDIeqPbDs7NfWOj+K6XUNOxzcQm+wsz+k1l8Gk+Nu4imyf2p+C4\r\nUzXxu70Iv5y3RjEE4wmJWnmJ87Qx8m2iut6hTlXaHCjpgTkHaDlwtkUkmsRo\r\nwe7Tx4ZQ2NpSEbfTZk2Yol7tXqRprYELwc/fa2QqOf13KVY+ik9IIOVk+Q3I\r\nrrDc4VyJlgxceNsdI74o+TaeuZysTlLX5yO4Jd88YQ/J3uk+RzIM7X9QjD0C\r\nyhl2vqF/essrH5fNTq3ymUIeKahN8AbyQ38=\r\n=hxNZ\r\n-----END PGP SIGNATURE-----\r\n","size":1723999},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.6a8be1337_1657229752541_0.0035189892696092517"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T21:36:22.805Z","contributors":[]},"0.13.3-20220707215600":{"name":"@firebase/database","version":"0.13.3-20220707215600","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3-20220707215600","@firebase/component":"0.5.17-20220707215600","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-20220707215600","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-20220707215600","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-uAlNKVxqlja34T8V2UY5tQzjmPokgxJxfJkMYr4ePcYFeBMcu+3a0/2UfJscxAH0gWvOXzMlDIr7e847dfoQGg==","shasum":"9d9aa7319c509204e38e38097baf384322a78113","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-20220707215600.tgz","fileCount":222,"unpackedSize":9000440,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZ7FhEhXuOZJBGeQ07BXNj0C79m3U/Bo/cPSyV8yxa9AIgZPBVtmJJGyqcJFESpmw7dYNmKy8E/LAt1Y+CI6QE8II="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix1r5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyOw/+MGI++J64ETkJI3JYbYRgU8U5Jy1FwAmve/UIikkjLXAAqzDA\r\nMZ560UfMVY0ggPWrAEySN9z3Xd5KtDxaN8469+tGbkmCE757gNqNHa2asTHV\r\nL4cXq8ObiC62/Vxm+AiSVfZIW58QivP9Sj7w55ZL7DMIao/hmpJ/tx+pubqe\r\nOuOtvmcL0xB6ASGv2lOPtUPzkLmbsbqovnNm2iLbH5Q8YmHN1+aCsnVc4bTv\r\nxN066GyqTcvCUIj5GAmmrfRam8A/fwRUBe35HuZhm5SYwXil955V01pT4Q8v\r\ntBx7x042FOrV//sY9FWHpBFLxBDuhqNqmHm/K8zDkwAaRpnPccoKe23K/kwP\r\nug1GsXyXdKiD1ItThA0UDb8cACVFWA23IMm2cbTrMEMUldf0dmWc/lXW+FHt\r\ne/wPm4KeM848oDEhe+EG371zjsVzgqYzYr5gSEmzvAO7KjyJYw3p0SOmBs9X\r\n7cw4HFZSTvZuojVJAchTuRRs5dMJaQuxDaUfFTxR4IUuIfN8YEQXGGilMJEb\r\nC9dA3G270CbeBYU6M1eiU+DYw5KvXAJWikgCGsRbZpjaFcRTGSba9PxODpqK\r\nnA3hv44dwa3Oq36ms+ADW4e0+a3280lILYSm3F/oqTS2zomfKsWIbUQ8BomK\r\nKKdDcwCQNzgGvPMN18VKYEt0x5ouKKoHic4=\r\n=LINu\r\n-----END PGP SIGNATURE-----\r\n","size":1724226},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-20220707215600_1657232121557_0.5871695178873788"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T22:15:58.401Z","contributors":[]},"0.13.2-canary.13550089f":{"name":"@firebase/database","version":"0.13.2-canary.13550089f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.13550089f","@firebase/util":"1.6.2-canary.13550089f","@firebase/component":"0.5.16-canary.13550089f","@firebase/auth-interop-types":"0.1.6-canary.13550089f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.27-canary.13550089f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.2-canary.13550089f","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-t52mmlaKUJCFcKKkpGE9s8DS+3yfze01dJWnoWi68iL7aGF8swU4YxxpT6p7SBTm5TNnd2ED4ei0zbzZvJGOtg==","shasum":"5164e70793e04469169891b87069d855dbdf73e5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.2-canary.13550089f.tgz","fileCount":222,"unpackedSize":8999489,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC7q1fPl5kSIUN1yCV4zermOU+v+9WEg7f0CRS8tBaR7wIgTTu7kVzG+gB22lKNp2MkNkAYQzDwy2DsQmMf5qTwRJI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix1tKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqCjg/5ASbrYOTJgoZdX71bot/XCmDujKkHcVG5HetuQkEf9+ffSwln\r\nNh1zpOLA0blAUrF408VXiiQ2tihcZ4vlloq18BD5xAOYS8CpX5hC7VQPezzh\r\n9KiflRZJSiMTix1qmt6gWpIlv6iEDOEnQr6LYUGkat+tpgO6XU1+KxEBDHhk\r\nOtWRv9yyHljGOJzZg2/ubM5PPYn4PX0Wy2Cwc9Onh8gBFpgTLa13+ZtgZD0E\r\n4+qSs+3d9NnGEFYBUCLGPrQL2ixGshXrc7EWbhF4a6/zx1ZrOtrCEG+2yh6v\r\nQEbCYiKs0jpjjG335864X61Lux/4rdK4fV7FaA2jgf1H2rElf8TO0HCWWnQT\r\n69xF5zIcouDcN5frH7YmC4ujhIaDRPloqPlbqmmf1xQacUz38199wvYas9gP\r\nnL5NMGezLO1IxaVOJRktoAEiailaVzixsAJy0Q1t5HSEbZhjRpJUAefZGrpj\r\njDtbWuoP5m/hGZw4qEjHIlQDVllg0trjz4Qo8Ou4RmFbZyjQ/PII9ocdK9xP\r\nS9/wIfPAXQ+ZHRkhnMmIsrIls0vdYW+GpcJy96ozqOTJGBj7DXke4+x+7ySs\r\n7JokR1RCd+R8/IKjxPeVymRza89LbMm72/OAz69fipKKSGwT9wcMCNM6LKRG\r\nddOp/IrLkIfM9rkRxC9BH2mU7QMYk2k7x34=\r\n=0McR\r\n-----END PGP SIGNATURE-----\r\n","size":1724001},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.2-canary.13550089f_1657232202014_0.3526853479040364"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T22:17:10.434Z","contributors":[]},"0.13.3":{"name":"@firebase/database","version":"0.13.3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/component":"0.5.17","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ZE+QJqQUaCTZiIzGq3RJLo64HRMtbdaEwyDhfZyPEzMJV4kyLsw3cHdEHVCtBmdasTvwtpO2YRFmd4AXAoKtNw==","shasum":"cf9acc03434c89e0bcb8b8ab3a6d2a70e342b8c5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3.tgz","fileCount":222,"unpackedSize":9000275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD684ye+/+BGDp5lIKTPkmTPOSVbL8HQ2/u2dEhIj3nFAIgBnTFX2xa+I8GS0WvwwIfZPxMICDcAGT/vHkeMqW0zG8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix2LHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCWQ/8CpA1zQB/9HetcrE3Btor6UlLOcJxJd/88dERdEUDzT21rCeQ\r\nf1jhHx0CNRQEmTF4bO4PvI70z6kzN/NGo7ItpXMIBX/wkVqKN3Wvscjf1vCv\r\nH7u2gByk2X80jA/htPJeOrE5kJuWyTS7u+Xyro1xEZK13MSowtGp2JLGU921\r\n8BgYNcM2g2joPDA0oADwY34zc3jGdL/mV7/vd4eL2Uk0yjHTwNjcaoT/Hzlh\r\nPmY3khAsdlwndZKJhXhgtv3ZPSvmBq8TXGl1iD5zfWjFTdEgg+gGnpmaLDC5\r\nWvKo6ECpfKPn+WjlPW75hD33MMxzUkomgd81GrNd54eziGab1JLu8sZBF2mF\r\nyRzuThZjaa4j2zuuuRz7D4ofdLy8tt4yF8AbcfTJGe+0GhmGF+ziH8r+hR7j\r\nSQS1Vc4xIcAx+ou2kCVGZbEdcQNQaYIiA7MNNFmLEkSxlrDcI8P76Gv0l9Yh\r\nekhoU+TCt8FFMtUXcwxzfHV0GNE9uxL/oaavyjWTY9KzqJFh4qzgnZlg2VZs\r\nUkV3tD6AG85hhBHd6idCLx3znVfH5V3jbs0Z8T7ioUUfc8zvFfVD5Sa4RXaA\r\ny5lt4Twcg7Ns8aBi0uFIE6Q+NjUqdRsY2mtJoccpZt2lTaVxAe7/BarNK/GG\r\n0LIWGgu+d5UU1BvRm7I6yo0GR/wqreTFdlc=\r\n=Ye+N\r\n-----END PGP SIGNATURE-----\r\n","size":1724143},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3_1657234119155_0.7830804213547207"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T22:49:12.322Z","contributors":[]},"0.13.3-canary.39f4635eb":{"name":"@firebase/database","version":"0.13.3-canary.39f4635eb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.39f4635eb","@firebase/util":"1.6.3-canary.39f4635eb","@firebase/component":"0.5.17-canary.39f4635eb","@firebase/auth-interop-types":"0.1.6-canary.39f4635eb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-canary.39f4635eb","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.39f4635eb","_nodeVersion":"14.19.3","_npmVersion":"6.14.17","dist":{"integrity":"sha512-1IPU4+ZVfiXem4M1Ry2ZRiDCsIoSlwb7oOjHR5Kj5FusBWPN0NtMcTksj1NM46ioU46+AX+RR/0PGT+pHvGhHQ==","shasum":"d1b476a9d0434d85f41081eab7943f76ec2ed61f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.39f4635eb.tgz","fileCount":222,"unpackedSize":9000445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICVzN7BfIXMsy9LyBLIQ/GCF4K45IWkxPIj7iqoVUGM8AiEA6MFlCmmJLfFBStAYW4evxbgjH4DHwbtsgAVxt4KKHMI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJix246ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTvw//RrJhpzrZoMsFHYqcD9d8RaQjR95KzWWcBR3KrGleE83O3wXT\r\nBb/gacbBcLdacpLfY7O0Q4xmvttgMR8br3b9wvvbkzy65sBKhttgKML5ReF1\r\nORZ/uTq6bS3KRQv2UjfCRRKr4my/8cyZBxb5JpFrYqrB8FlwK5izdQ1Zmt+O\r\nH9oJnsc9Lhke/LpwFFuntpGJBaqJzV662v0Q4sA+d/0y6dxUkw436UHi9Q2f\r\nHP2wNRu9jdfbb60PyAlX37q9TOI8yxVav9c8/yXjs9JailIQF/6L+vHXA3+e\r\nHNIR9GDlVps4XNae09Wc93Bs7a8o81ScEMkhjZd45Us4K7LZX87xYhFiDaxf\r\nOAfkouf7T6OVOFBeOujhW8hCc307AjKju5N+UC1kq8X/fwDOasgYy/9IMzkW\r\nwfqsCJn4coXGYvaJOQR6rrriJcy8ETf9LKVuO1qVaQosbRwJdYqoewiwWq47\r\nvafwT4JqKHhGZVoqft/sAIcGQYNNxvdhLWTsCd3Qwxhyed3ICt/t4eCqcWtm\r\nIGCOpc+0huHdraSZv8S19Arl/vkXSPRV3HpU9TEGpbpIckU3pe1+jA3uALZZ\r\nzIAFHBKVQgO9Qzqs2zWNurzNh/HRbNE0gep+TIdUd9LOK9g9P1RMBsgkHqW+\r\nIe7iThED5fLJZaosA3TUDszZV6dy7ctmLOY=\r\n=Rz+7\r\n-----END PGP SIGNATURE-----\r\n","size":1724215},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.39f4635eb_1657237049882_0.42560309423170506"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-07T23:37:59.934Z","contributors":[]},"0.13.3-canary.f36d627af":{"name":"@firebase/database","version":"0.13.3-canary.f36d627af","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.f36d627af","@firebase/util":"1.6.3-canary.f36d627af","@firebase/component":"0.5.17-canary.f36d627af","@firebase/auth-interop-types":"0.1.6-canary.f36d627af","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-canary.f36d627af","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.f36d627af","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-6v8cKW6x10Jf8jMrwNQDjfhX41R4mbXMJZggozkJqQwbQOeyPvycJak9iQdByH0vC4jTI3niIA6P2SiQsoQ/GQ==","shasum":"06445e848b2e089f4329ae0002a7be5f01f5591b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.f36d627af.tgz","fileCount":222,"unpackedSize":9000445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBLgE0fy8vfa9vXc2pmgVuGa56ZpfOa8LUAUK2S/vpiJAiEA29HCzrmKQVnqnFsTWxNtdNhmEGYhX4FMZNbZ8Pqj9hQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1cmDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr92Q/+J3SgEG2GKZdkID3LrrFJ5ekkVWxKo5x7qXcbRCSZvlSvhdnG\r\n1UN7mHbtmxVlbFxVigs9b090QNZFwbtfAabW3N2fYNFsscA4hJTmNxo08QMT\r\ngi9A+OqPDsiIL0DEqwZ1o3YBJQMhodWCTVPgFWUiFe4NWIKN+BxzcldQ0Vb/\r\nj60D2gdoKQ8r4KGgXctvJ348g+NggT6i/P2GRLtCA7v8NtO5hwlEeRbtNK8N\r\ni3CIEsVUp3Sqn7VSzLxKqjbY7QyBNuJlBHtB1ZCsFJUnTayRJR87D4lYtrlK\r\nZnjMPqhrfO02R3z7FJH5ht0J2eMm7gjfDjG5G/EGwCWqanT7l4yq3mMTHqA+\r\nIoXhi+8N6L2JNAU1eyAEfYJjR6Yv9bj/Uh9HuVUrzoJFcQV9ZWxE3ZK9/p8V\r\nxIv/gB5Oo5stXvCfBmSwGu+ENZZa/UCHeioZz01ONzb9iJiSdkfpxSaxyhfN\r\nmlJJ1+CSMldZLsWT7jMmKN07Iqbm+XmLfA1BrF6CFYLadOJCbM2/1XuxUUQJ\r\nlKwZ72A9NF7TbYSeOWrKXvSeRHr2KQH2GxazTZ3OrehxwhLK+t39WcL6kOvB\r\nm7ridk91rJa/sBebARzHedVQjMJSYxTriQHl9PYurvrf9PtDFTJ7Y6KGTV+b\r\nzZJIRkJnZADREzdB2jEDKacP6cZA5J0jlX4=\r\n=Po23\r\n-----END PGP SIGNATURE-----\r\n","size":1724212},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.f36d627af_1658177923689_0.23219747916748146"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-18T20:59:20.631Z","contributors":[]},"0.13.3-canary.1703bb31a":{"name":"@firebase/database","version":"0.13.3-canary.1703bb31a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.1703bb31a","@firebase/util":"1.6.3-canary.1703bb31a","@firebase/component":"0.5.17-canary.1703bb31a","@firebase/auth-interop-types":"0.1.6-canary.1703bb31a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-canary.1703bb31a","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.1703bb31a","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-yp+7/ogsHWkCLYZ5hhnxO0cwIfPnUfggPzu0lidUUCMFIyRI+R24fxyg1jiFJM+ccSoR5KTzhIbLK4snua9rmA==","shasum":"6965586559a4ff2aec7f4891a8f0a4911106153a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.1703bb31a.tgz","fileCount":222,"unpackedSize":9000445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBjRJ1wkriEYA5CYVjXaOXect/ngN1VN7zmn9LwNcOJ0AiEA/N1sdMVQkLU071GC4pE1X5DeUiQgD5gS848KwrzJKTo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1usBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpe6Q/+Pg4WXW+OTPL4pJKTviZTcoRKjQGJxYpkoqPTx0fRcD70aEKO\r\nJoYmxt1c56BKjm2PR2NKrJgVI1+kndtTWwtaonSxXOiToo6AFhGOtil0TQvJ\r\nTGOHGsyRWx5ahxiKMu7VVK5L60ilvoBZXySkL8Cg+Ja4CpgSU9NGhxOqlrOr\r\nEZkc2nt45erBkc+WwJMOqwn+rUh7db+SEVoTQDDHsK4OyZ8JEQc6Sm1UaWpD\r\nKbtUf04EBnUKB31vkuJ/JaHiKWXG+qleKFGvsvH/sdrJHGDBmzYkXc4RVQBQ\r\nJymw2htj55846e4ea78xk3CQQg2cq7xfI1Lu5ZWi2k+9hl8I1x9EOkWKjiwJ\r\ndiT6IxK5jpAi5sTKvmi/ANWn63RGoPmjaQEMD+UEGptA1vzLVcpUD8ue9EB4\r\nDDXLhx4jywN7HUbEEYPoenYjDLywYtt7iUa6YIPnpR3eE1qKdHKiOqbngHTp\r\ndyA9va3iOc8CuWuUFZ5zPhUzU9+BQD0sSyHMEnQm0ek6yZcWrdtYVM34GrOw\r\nNZDwZCWgDvjgdtB9LkJbhecNcRCIwNMlyKBQ/jEbm2opEPfog5UdOER5/pEn\r\n50em5LhocxsqaOSATFJtfwEECPJi9HOoIlYrTJIBx3C+cgmI5zh4AHXch0ho\r\n7zHJAxLZeeZaFnwpLyRhmvyGNBneQMLvQtw=\r\n=Kbad\r\n-----END PGP SIGNATURE-----\r\n","size":1724209},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.1703bb31a_1658252033542_0.77777598393343"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-19T17:37:34.208Z","contributors":[]},"0.13.3-canary.691292b8d":{"name":"@firebase/database","version":"0.13.3-canary.691292b8d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.691292b8d","@firebase/util":"1.6.3-canary.691292b8d","@firebase/component":"0.5.17-canary.691292b8d","@firebase/auth-interop-types":"0.1.6-canary.691292b8d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-canary.691292b8d","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.691292b8d","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-wulRty1opYdvqghu2kuySGqfYjK3dnwBhSd32Jb7VqgqLq2KvmPEymR4m3sxsPNphE2LecqWZTC1iWH3i46THA==","shasum":"754b0c02ce1abfaf4c45e6826ff7dc871cd551f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.691292b8d.tgz","fileCount":222,"unpackedSize":9000445,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDa5wfPQW7/ZFRVFQTzQ7XA1PA6yxlAvU2O0t9ADQ01CwIgYVpCnzuBNYDQJXH5RMAAUaw4VbNAVZokUk13IWeg6wk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1xLmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrweQ/+P/+RGtv1Ls99DQR28+n4JWN/xa1B2y9W5PipjTi0NZfsM6iz\r\nbtJjyc6QYM04xDt5NC8cktEpy+EZWoim5Foa6eqjCSXDyAKvKloWNpYHis+F\r\na9s2j2Cy67mPskegBd/oY3J0YJKr7VVv64zIhSGc+w+Cm48vL3qV7cRc6L+L\r\ncZgmM55LJciN5KzsTGxUaTxym4G4GPHOvGrYIczORm3Hszwpvcnr9IM2ufJh\r\ng7nOcQieD7sTaAAZ3ALVgXElQuHnIFUJgQGM5Kk06i8cp8bjg3/RwnqL6er4\r\nuqeghSrkBxgn0JXFLYZgcLpk0ntAT6riT/h9ISXz0cEcbp2H6xRoJxvrPr+/\r\n8d+M6gBiMSnGcrFTovLOijwepWS+6X4y/8rL5cZoJaJMvE1q76f9k2WaV2c2\r\nbpgcobaoi2oghW2/9LP+SIMHL/MHl6edrJPp7FCSu5ZsHN5kUJDupGdAfLJW\r\n0twoFbPeIbwFn/Dp6xZZ1YsAH3pBg5UjymvDZvYionY19nSTsxSHCt3eY+0U\r\n9uWmbzJq35kpNTXlv9QexwOfwFL5j/esgT/oyf33HRAog1jm0whMv2UMsuSG\r\nygPGEZuSre4Gn3yDJhYxZmrJFAxI9or/O5zOi4ULotEE/YOMm0NsOwbaSGuh\r\nStt9kHBR3UDGDBn4+tqTAAf8uX6ssU/7r1s=\r\n=zkEm\r\n-----END PGP SIGNATURE-----\r\n","size":1724211},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.691292b8d_1658262246044_0.9904288351922195"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-19T20:32:47.531Z","contributors":[]},"0.13.3-canary.07483641c":{"name":"@firebase/database","version":"0.13.3-canary.07483641c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.07483641c","@firebase/util":"1.6.3-canary.07483641c","@firebase/component":"0.5.17-canary.07483641c","@firebase/auth-interop-types":"0.1.6-canary.07483641c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-canary.07483641c","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.07483641c","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-qnjiaeRDgyAVjw/JJc1fTmjtLWqUOmXmhz+K1Py1sWhji8CoRj7SD2YhNGZnekNq8e+50pR0eX+Wbfz7XQiqrA==","shasum":"396e98c404004cef1ad8580e4c468ef886c182d0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.07483641c.tgz","fileCount":222,"unpackedSize":9000323,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA4rqU6IXWlreavL+W9OaHgS+pE7mjzHhS+cnYcP+nReAiBbWwJMAguSB46M20UEa8a/5s1pK/IGQgmbTj9Swac4TA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi1ykAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr8vA/8DfBc4k8756B5KuR92LWBevqTFXvz1i6zax1OY32D2tfE6gbE\r\ng+brgSVyN35uwsu5XqNrzKNTYYdlQFV31hI1jhp9hxXTyGsgkTYqKSzGKJ/V\r\nZgRdhIE9tnWwvzB1fPhkwalvyp2wOuNAeX/fLlq53ubOIwoiZ3QkckKVuxfi\r\n2inIrd1ooRUaPnvy7eZc1WvbtwPliK5ui92S5IWJV6M+13bcjiBsi/g2rqPd\r\nE/bzmpQnaIv7rJFAJqdaHxzNX4xZcissFK6wvgVtsJjuAfJkYqKL9AnJYfsO\r\noDMkjNuZQwSZpESWJf925PXgN/aPwi0Cn7ZGCh5JJvA4kSoGj7blZJNX80TA\r\nHstJrj62bbDIdAHHXIvGe70lC/liEvt0YCp+ux9lreNfsJugILkWdn0cl/wi\r\ncjNJZKKvXL/5l+uilOZ2YoDH7FjiMqJu4bS2eRqZo8UQIWSX4LhXWSNrwzwA\r\nZRy4RPTV/mYQ1HwKDtOHot0qRPGS7vITZ0YlFijSDeGFcoAl1vJNddxVV90b\r\nOSGGCWFjjwVSAMjKF89ADyT/uhQt/7ivmrwAfcokU5cu6IbJCoSKvb8lOVzv\r\n9IMW2oO5kbUIrehcHs2tmD/gvCxe4BI0qMTGgLOcYFjslwTfe0xbT97Rumgu\r\nK/NFVizVRb+0Qyjaqj3q3QMDw0H448YakYU=\r\n=1dhC\r\n-----END PGP SIGNATURE-----\r\n","size":1724481},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.07483641c_1658267904069_0.9001338063646462"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-19T21:58:57.166Z","contributors":[]},"0.13.3-canary.1a15c7da7":{"name":"@firebase/database","version":"0.13.3-canary.1a15c7da7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.1a15c7da7","@firebase/util":"1.6.3-canary.1a15c7da7","@firebase/component":"0.5.17-canary.1a15c7da7","@firebase/auth-interop-types":"0.1.6-canary.1a15c7da7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-canary.1a15c7da7","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.1a15c7da7","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-rlhU54QREi+g6pUKyPHgnsXczDXeT/8pAS8Hp/dBa/skngVR1eS5hzWg4OKsvFgfjkZk6USLvwUXxwIr0tI/fQ==","shasum":"0f17dbcada70428b1ebd73ec9501d137c3845788","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.1a15c7da7.tgz","fileCount":222,"unpackedSize":9000323,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAjcRAxPDt/mr639rqp9MNTL2BvnqP9IoX4iG2X8AdHWAiEAtsyHsM3etJvpTE9BHnypncTIC6qqy3GBvhql+BnTNjw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi11cEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrjgA//RVmrtSzJHK1ISm7j0OpkcG6Kg7XFEkGih9Yf37CUU65vuXrf\r\nqNHoJzg8w9FoEi7E2dIMokuHXu+9wHx/AbXbofaJ6GPMUrjH5wVWa/N+ASFX\r\n9McOLKDziiODu0ywS7Ydbf/RPaFwhAI7pPOyK0Ars9mbLJ3qkLJKjp6P0QuT\r\nzGvLrjsdLd+S/pt2IjgP0CmU2PTJ7rnC/g1SqiE4GCP6o30dCGg33HeotiN2\r\ngYPfxL32T2KjOuxQS2EUI4sNjm6oeave2PPl0ToSl4+2BXdiDzQ1FsvRUbBf\r\njle7qKhkfuGrivsD1ZwY5mCRz6dixEcu6qi0FQlW3JEHtbdPhSLGeuSOur2M\r\nYnQn62BBjDFo6H8o1J3HQr9NnYxrXfrbtaxLy2LONlCajOMIzHO0cAmGB4Q3\r\nx3CKfayYIcsMUF7e6tJcCrZYBlY2XDU3OATnM3bcG+ZQ1u6FVASLHWTSBzmg\r\nnOvSFN8+uEJ3Wn85oYbGERNXZXlPfxcRSuT26GdV8UgqYkTmO2trDeKl4PSU\r\nIU8vhVl4oJuPfHz0akk6F1+kcSTyiBMkn6dFf9P1pdI7nl3V+IkjuYD7UT/T\r\nA0m/1rAJwTNR2oo1xASZY+aeCvhDnM6om2gePSElWJjxpM6uto8p91a73y2j\r\n0RD2MZl1l8MpWlgIRcN/vBi7KA4xKoTcwnQ=\r\n=V7I2\r\n-----END PGP SIGNATURE-----\r\n","size":1724498},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.1a15c7da7_1658279683804_0.028086630209027685"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-20T01:15:31.275Z","contributors":[]},"0.13.3-canary.e4eda86ea":{"name":"@firebase/database","version":"0.13.3-canary.e4eda86ea","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.e4eda86ea","@firebase/util":"1.6.3-canary.e4eda86ea","@firebase/component":"0.5.17-canary.e4eda86ea","@firebase/auth-interop-types":"0.1.6-canary.e4eda86ea","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-canary.e4eda86ea","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.e4eda86ea","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-pI8xsmfgCiuWDNtWUFEVhj9xoUlrnNYD2FJWx9LahKPxef27mjykcG0cI+u+HcQEo0GYnFMOgpgYKJeWTIAPjA==","shasum":"fd54f0bec0b2c62972f5d897aa5ddc85cc5e3792","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.e4eda86ea.tgz","fileCount":222,"unpackedSize":9000323,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/eWKIKyRIHgrwhaU4BwH5AxsXUyzmyLqKHUSJpfCLWAiEAnG5jzcusqD/6AzhbUwqgSc7DbjqlyQuCGp7dFuSSgzc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2GWKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqHuBAAkb5dUKWc+rA+k3lykNawcd8FexRT4rSzo+gGXgsiwYhfZibS\r\n/ytaGBl8OeWm6L+SaTdspHS9Gqv5XPFYJ3YuKOrRnZUdCr3bH5PLDx5hK/0z\r\nKvq7WQn1Yw3Niv8Rj4LstUpQUEpH2XCCdHfzBn9B182mPu3JGJhgqdMceuRZ\r\n1rn4oGVvFp/dMyPSQj06V0K6l04fbbh0O7pfLLi2wQy311SVuS/+if5nlNkn\r\nmpu5hElRZ1g2/ei/aVxlHLsrkV02aw5OdexA04ydZwRdz6uzGBOR7L+eSz+n\r\ntgI9NTtjluq+wElrVByLf6AxwPsq5rmyWOCB6ejlP8MSRjTRaCs3hGcs1OeB\r\nzKd/b+jXfTvVrs+O+nmESplzjHGia0D+NEiNshZ0GoxS7dRfC90/pYCNZ2eJ\r\nFfGBI4G6OD2tLswWSrBXfEqb0yKP/qt9jJ4RXzKN1dMkgr7t8aR5sn5IGCGj\r\nRrl6OajhGwfI/krlLvRtuMxm/hZcdzc+6J7ARdgv55dZUtq5vnxNArKDtBV7\r\nQ6r9NKya9Hvrr/6hQ/t6zduo1DnxXWobgzdwKb48OkDIadWzbgTmR+BY9yIF\r\nz3vn5eOJsiUkELQpVfwO9IiebZA9DkXJ9L7cOmVcscg1XuOpAWGU2PtIrbE1\r\nfUD2LgekTKYtSx68qr8gWcbLPjxpwvIH12s=\r\n=0gDN\r\n-----END PGP SIGNATURE-----\r\n","size":1724494},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.e4eda86ea_1658348937958_0.49672880810294107"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-20T21:05:43.003Z","contributors":[]},"0.13.3-canary.65838089d":{"name":"@firebase/database","version":"0.13.3-canary.65838089d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.65838089d","@firebase/util":"1.6.3-canary.65838089d","@firebase/component":"0.5.17-canary.65838089d","@firebase/auth-interop-types":"0.1.6-canary.65838089d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-canary.65838089d","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.65838089d","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MadGehro+0Rb32ZTuwuiOW1cOdGCj0+8alJ4/w6XToX7ES4qDHia6OMmQ/cMpmdR3ztj6oMKz1mMcONwKKo+5A==","shasum":"e29b95cc8a936cc9f2ed8401daa74aa3b29045d0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.65838089d.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2Gb66Kp1hqE3jZhncbyEOvE5MzpbdWhn9ypHj5E1GYQIhAMDoB3euj82zknVgyQRyfHBzruzOcwnDs/HdSSdj1GeI"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2I0wACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/Ug//SFttIBMjqXnPaiqbhcsz816WAu2WOJpobUdHMs1wLb5IFEe3\r\nC1X9qqQ/hFhbenQMGjMYo1OvAme3sghw4pQMUFOhIvkEJgJzqLaAyySc4/Lv\r\nwSrntnMWeD1kax5j8ZZha3zpABjUMMiriCu8MvG/eBTDos4vB273XjONzctK\r\nmRJl4KvpI0lrEh6xGLcvr0nR0yvvAnC7KFnq9h/YF5O6PUz1EkRZuzxa5mZo\r\nQqvBuUCsm8GhkcUwoSK9Mn4Ojajdi+4fkswBXhPhSdvYyCEhuJeidrY+tzr6\r\ng9ajeXcBYN7kh+PO2qP9q0ZV3su83HxO8ogCHId/Fo+AIiTFBUz6r4ejhzsY\r\njbKR2S4pgkyplHj5cvm/s9XxdKuZOxWibEITDH2raPSICkmW3QbVj+kPTI5U\r\nU/jicvVNDS/9Fg9SJJK/u7IK6a8dEor5U+MTEWWTSzzc29XUOdvE7WE/sr9D\r\nLRLP2QGX4FfQiUL53PDyNNODdsM9/PPqIdVrnQ2hNh2Or7sJVcx48jjf+GRi\r\n+c7KaWQ+v2jY+8scy/luXuKy0+SkGiC+uxRxjSAQw2A2XrsyFFIVSv2NYhXL\r\nG9tJRnk/V0+qCiUnyLQt3zhfmXl4HHF/p0VXl/X8bIOn41CKQThqq9E5YwcE\r\n9rGCCMypmOqgv5ruLgu/FUaPoQy1mZhAWyo=\r\n=BqEg\r\n-----END PGP SIGNATURE-----\r\n","size":1724647},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.65838089d_1658359087676_0.23262701530934837"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-20T23:26:35.834Z","contributors":[]},"0.13.3-canary.13a8c9f9b":{"name":"@firebase/database","version":"0.13.3-canary.13a8c9f9b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.13a8c9f9b","@firebase/util":"1.6.3-canary.13a8c9f9b","@firebase/component":"0.5.17-canary.13a8c9f9b","@firebase/auth-interop-types":"0.1.6-canary.13a8c9f9b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.28-canary.13a8c9f9b","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.13a8c9f9b","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-G0GcXM28DMSpZCvTBJU7kmq1hw7Hkrg+rV2DPFnAE+Radhv/3KA2wlO/mRzTpqBnI4DNWap5gInE4MEyMsgHZA==","shasum":"66c1ab794e72728c02d1f4a234ed00c162ef9707","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.13a8c9f9b.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6V+FEBLvWlOVBOGe19XCg1EPhVcGD/T4lAKHk+/cA4AiBLDZRaC2IOqWjavPpD0WeU/kl8j+/muD5OtFUD94l5SA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2YFDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFQRAAiMJJ0prFo4J4bdCYKXFK1zOzB+qhKrh0IoDEXktm3TuZIu7z\r\nskVGdWmBtdCCRI9M9Vch+Bmpa7tPSo1UMixkm/Jxy9b3tDUxL2zqXF4uwRDp\r\nr9WMfIfKxKK/hy85h1SnqdDTvMjquFf0nX8BFWSbjPuWMO3VuyoEt8/qC1gm\r\n+dafYS/l5nmiq/JCuSyD+YCvY5lc/7ytqUyLtQ/E2O1l+lZ+YGZSsY56h95A\r\nIZrbHWgRwBfEsJGOT5fL+gCT73pOxwCUpYHrdeADiDiDikdQklANk9qzhxFF\r\n/yM5W6/a/dshktcvLUk1PCAwzzsxD/upf2huJbQHU7/mcXo8F9V0oLyskq3e\r\nuzhdar987EPMcUPPOjgJZZlpWAOfisdXlOtCjqARlvfGbamT3XTaxUVqt5un\r\nzFqVIh9bEPezWaAX5TipnHsDgSWZUYbrEF8O61vzKzaWoeNUVaCFWnQlMDxF\r\nBl0gc5FD/hn9Do+kl5nIOmquZ/U8dtphHrLPzgfPH4xr5rTDZQbi2wXl4PKA\r\nq8nhZex/9TUmM8vzgi7UeT+JAuvOBia7mYpdjgLBRC7JgnU7FyF7jhNJKyuv\r\ndHOAGCJnwIWCAG9bmQQtSYzH/obKAo/J8zPZToHyAfHqfKw7ps4TzYX1f8QL\r\nwUovmS+7tnnrssqFTXGxJYEfjtgYV9X0fbQ=\r\n=IbGh\r\n-----END PGP SIGNATURE-----\r\n","size":1724641},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.13a8c9f9b_1658421570670_0.724125480842533"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-21T17:01:31.485Z","contributors":[]},"0.13.3-canary.57b00d49f":{"name":"@firebase/database","version":"0.13.3-canary.57b00d49f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.57b00d49f","@firebase/util":"1.6.3-canary.57b00d49f","@firebase/component":"0.5.17-canary.57b00d49f","@firebase/auth-interop-types":"0.1.6-canary.57b00d49f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.57b00d49f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.57b00d49f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-p4JZwVBQaRKnTTZ2eBQudb9e4Ul20Mj1FGIjuE3oeJTh3IU2pjCTgbIYEPHc9xb/OzPzvH3aFqtfjD+um8ryHw==","shasum":"e124954cd1fc058a661099bf60eb29880a4296cf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.57b00d49f.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCsOenTzPk3jMgXen5DhpAWinmQdSUMpCWQZ/Q/b+BhlQIgIW36PDw7R3yRRpqN11zmc/rgoip7lfmk+KVobw8agkE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi2uR5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/mhAAo/TPoD+kczYIDrT8zMp9/Q0OqOCeBcT5uo05pnFnYhDE0RDT\r\neCwkoYxbzuucdtOUxpHZ98YiFCTJPbagh8PgaAScrf/9Hm1Yu3+c16TwSBDr\r\na+bsJlfO70F3PqVOT08Y4/itlGmQjg1WY+UhCSMJoWSZgEqsh6ANpXvxI61n\r\nHu5GEq61CtA5G6YsPBzQnR9lLjzv6MgJE7IiNZ/4iyYLEVIg2q36cJM6IIJv\r\nRCirRoWsTCKKCN00g8zhXl9zeXaQcpDlEuyOQGq0RbptK9TUE+r3m+GQdXzR\r\nGdA7pusQqF3Q1Z0g41NVARj02a74MdKmebWoqWWTLFb82SUaL7NKuFrfyI7i\r\nUwJZbsvJdPMCqgQ4Er9fiqCaXntYFZ9I2A/AcL6iNJHCs2j/m+3LhsAzrIs1\r\neFsNk7VN+xiRicF6JD3u/V4p5snYAGheDGTWLW/zKM+/BE+Vcc83+2hqnYo8\r\nF3HLukNJaHT11S4UWWE1ILMEfn7Td5m1GWyL3+I0N+ofQuEDvZKSkyfBZjYa\r\nYI5rXm7Rt4mXfkGjUJPLbNrsYfXYALtTL4pu2z1AIXhjDs8TTdwXiosd3dkx\r\nePiuPuNdR8xw3YZZ+Or3BnS0IHyEpiYPlLa/SOP8sLAMbi0/lSLX8M60RMaU\r\nUfQQp/fn+Gw4ZcJ+/aNGM9hIkOzXFojEPKk=\r\n=OlUm\r\n-----END PGP SIGNATURE-----\r\n","size":1724644},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.57b00d49f_1658512505351_0.3200617794760616"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-22T18:03:53.929Z","contributors":[]},"0.13.3-canary.290158b10":{"name":"@firebase/database","version":"0.13.3-canary.290158b10","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.290158b10","@firebase/util":"1.6.3-canary.290158b10","@firebase/component":"0.5.17-canary.290158b10","@firebase/auth-interop-types":"0.1.6-canary.290158b10","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.290158b10","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.290158b10","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-uFwRXG/J/SEuI0rAEOZ+MbMqlEvmGMeauG1/dDRlASgymUaadeTJ7VmjYmS12f1WJsuyjvaKZ8pAfJkqV7fmsA==","shasum":"466a3a715dc58e212ca670fe4140a356f412fec4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.290158b10.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzy/ksz2ZViCjzDosWWnNck1YM0sGjXspqbxlAdYwLuQIgJzF8XHeYUfJVdGHtyRon7lt8TZJU1R+bYUo6JTj28y0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3smmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmppHQ//S7rPGkufRmY0IUzlg8JbVk1ZBl5MA8DE3C32AA1EE5JsftGS\r\n1C3SLSBtdXt7Ovn/hM9MUCDndZdwLcA6Yo3gwnbzzHugRKK5VJE9X/pdTdCF\r\nWZjmaOBlCa3Vccs27zPO35rbJzML13JBbY1Nq04znWq2uErfRL/Hgacx2shI\r\njHpZj8MDCrc20NPKi1bT9Vz96lgS5VFdPQHkvmyY+kBR5kUSs8ZTwqHqC06V\r\nNyN9Rky40t7ZHRT1C9aWSFPGFMv2TXk2Eanx/L68PUG9Tj/xDJ0GHDeNNh97\r\nlZg909jRjk9+mgH8V5M1FNhieFHrDntWuFO3kJo/dtOQ3Shfl1446L+C9g8k\r\nP01y88+wLVRm4e88gCKOCENRoeZQq8b/AjUiz67c3CxRVraIXY9lv7iJQFuz\r\nKgGgpUvDspGcrvA1K5IebrKEjaDXlyhdBdzRS9aPGK2bFAM23i1Hv1Tplcvy\r\npGSwo4cnMnyG0lweHG5gi2mLNuGCKBZi32Sj6r873e3AYI1yg9rTEKUGjYJ9\r\nQ/sEOhg7RmZcvmgQj2fmmBwlmyWhMNlhI3eZ2CCLfv3Rh1jCCxa1eE2XHZRd\r\nu51F6euvo2OaW0ZieTtiTkC1xJHNtEyUvOE3LtK0Xfg+cmbOyH2axmhHga2M\r\nce6CT6+Wt4Xzc3nEowDit1k8VNEG5Vd/Zjk=\r\n=0Ewx\r\n-----END PGP SIGNATURE-----\r\n","size":1724644},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.290158b10_1658767782723_0.8472479588878428"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T16:51:26.024Z","contributors":[]},"0.13.3-canary.3483c7d9e":{"name":"@firebase/database","version":"0.13.3-canary.3483c7d9e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.3483c7d9e","@firebase/util":"1.6.3-canary.3483c7d9e","@firebase/component":"0.5.17-canary.3483c7d9e","@firebase/auth-interop-types":"0.1.6-canary.3483c7d9e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.3483c7d9e","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.3483c7d9e","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-2tXd0P6reqr9NJqUshCaFTbN2fSNhqalw0zfcLhQr8e5HnLivBC5r1Lk7b2CR61aHwgbJl7+i4ySqqoW0slL6Q==","shasum":"865590ff9522c93b8f0e7ec1a9127e3d6c5ba95c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.3483c7d9e.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC06J78rDqLXcbBQQ57ox0iMzdOiZe5JmNiIq3/KN6yagIhAJka4YzIYO/Xy4mq8+8ZXyIZs6ahRuui4OfyXC8TXN4N"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3sqaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrsPw/+Np3/wXgqh6Vm8KQRq/7a2oBr2FqFcfU029uFuLHpNUT4d9Fd\r\nM9v8wG8jfPgWHjIbJa+Ysajm1BPIfCy2OPzi71NksXUUW6aBsre0UCRAX9Mv\r\n+ceGRyYhd6vEc+A+y41CQ6Qz7NL/wmKOKUpijokDNApTM5TMqTlu5kBx/ibX\r\n0U4q+TT4oIyIZlduKwuHqidq3NRQYpKaxLknGlVOoevZCN5DTUMFRGyN11W5\r\nHFssZjtKVQS3EPZ+dNXJbdnIK5Px35GcDZhS/afQpynXgrHo8mMiJwkdgjyK\r\nz92eIEyL8Ex9+jRVYkJf3v65D6YAB2RLbcqxpTediktNpWW7KqhFgjijuPuX\r\nRdA4QE43wVjSNTgS5LnGya2OhLDCtDitCq5dvFrUo53mUX1MVzxdH+R0a6Wn\r\nXjjKEu5j0aHtHO2nJt06gCrlBd8bF5A9LRkHJfmamcDyasZuKH6EVMPT4yoU\r\nmr6g6BHsHzGgrW4zoaghQuXKLiU+pbCSgLxs+GpzRq4qsDqErHHR/bIoJPKN\r\nqX+u0WcY70TTrWu3N53xt7oee5QpTZmGF2A9yu6H4sdlu3Ln2lRmGAl9NrMX\r\nYRVUFrodt0NMxGEc7pJJWxNbRWwwW+1M1kL7QvgF8+6PRaCokit4wI1Kt85S\r\nZY2Bs7qsVq1+eWeI7p8jNmgxRUlv/caDs7k=\r\n=iLIq\r\n-----END PGP SIGNATURE-----\r\n","size":1724646},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.3483c7d9e_1658768026285_0.03416631641446277"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T16:55:53.909Z","contributors":[]},"0.13.3-canary.826014960":{"name":"@firebase/database","version":"0.13.3-canary.826014960","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.826014960","@firebase/util":"1.6.3-canary.826014960","@firebase/component":"0.5.17-canary.826014960","@firebase/auth-interop-types":"0.1.6-canary.826014960","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.826014960","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.826014960","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-HnhX6EeUaMgEK9nJsOvzjG6qlVQoIeeiEde0TmRTxdxz6rlI9FSunj3iVKJXHVtoAmSpzHcohscfjE/5f7Vshg==","shasum":"20e7628bc7dc489622803d03264cba717436d547","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.826014960.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRuL42lDUHjlI5pCKbCuTCDrGqq0fB5o8NO/7s+lmGcAIgRbbbNHs9S35fIbPwKTmlHiGrDQVvCqNXoSiOIfV1qmE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3tO0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqE8Q//d05a6gEdPCBZOCUk2L9t9mJdAzdxtq61Tecy08DHvTDQcFND\r\njQryqPpUPNQfexJQHEAz0y3MDduhhg4FogKJ/BGEIgFzT0VOVvLpSJsKkW1R\r\nuFkjKniiKCm1M+V2nLM/X+K9QR2/g0Y8rhebIY2LC/dNUoG6CQk7rfUnL8Nt\r\n5yx6u8oWnk2Bzypy4uKMVFqXIhSVxfzBl/oVdVA/bJl4E9/N6n5KDj9m63/t\r\nK5SlnmHZN6qafR+ulQjK5RqTWU1tUevSNLT6f/vfcg9aHzJQCEXoH2v7RUTJ\r\n5dTwqwP+4RWxGZAnNYm2r1CFC6FWX7nUYk5oWcOPJapnCwUwuFyWCygQgIj2\r\nd/F3ZChv0oITZx8AGQDORs7oSLtnKM+YPiHM2dkkLZKztS7qL67+4p4sUc1I\r\nYLI7yYTH1PGEu0oxrMM5R4JyhJe5Z4sc7LQGXerpDr8st+I317F4xp7VZ6sL\r\n8YfKMk4U/MQEG/q6jjrS7yjtdodMrLy1vQoYOrYAGBpHxBdoOlvwCwIb/Wu6\r\n+l+HkZrInT5qONNkYQF11yJrRsbZw8yPD/rVlFVfxmXR31NkDdEqQteJ+WNj\r\nBTMX++U4Y2Nc9yDLhogXDrCNzFx3W2yKXdNAHJ+hCbMP35+/Popvj0VDNXKr\r\nnwthly/8q64Y2njgtAzCaF3ro8ZSYRYf2IM=\r\n=ePRG\r\n-----END PGP SIGNATURE-----\r\n","size":1724648},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.826014960_1658770356503_0.10189434149603804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T17:34:22.978Z","contributors":[]},"0.13.3-canary.572e111e3":{"name":"@firebase/database","version":"0.13.3-canary.572e111e3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.572e111e3","@firebase/util":"1.6.3-canary.572e111e3","@firebase/component":"0.5.17-canary.572e111e3","@firebase/auth-interop-types":"0.1.6-canary.572e111e3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.572e111e3","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.572e111e3","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ebeOtwVbcGQKC2a0xfyU5lVwraa02YrcYBKJeusnpI4Sm7I7ntEi81fhTjeMrn8Ps3W1b16xr5Urv8Rvn9bnkA==","shasum":"4ca84c6cec96960bab929e54548aad2470e6217f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.572e111e3.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFjR9NuFC9gv8GRc0lkkCWfW+3hcupiT1saZkgnaJm3+AiEAkAjYrI6avINWjQ0gZnoGKlJYXCT0rGbxGHmhYoNMR24="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3xTQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqT1A/+PE/IrhyuA/xTuZv9Duq0mtmsMVgLrI7ZN9ZS/Cjb3E8lB6oe\r\nJNKoIUBPkI6eweK65yJcFWchb9+yFr5ygJ5UeILObvj+wv9lagD3FhqBrcP5\r\nU4iLtprNM1WZAdnHtXaLrBSAD+BBhL/E/LEfYGzwVu9Wf8Ukfoh+56VmxYkA\r\n96tb6AIk0OVUZbNMZxYLyq2S6YQ81BNzw8OMb5qU3Q+i0Tmr+harrhMH0KBw\r\nawjv/NYNu6P+KsLUSWor/YEJGgJceJ97H1eWAW2UrlNT16w7LZSHzHjw57Dc\r\nSLDxJ38iNuo2NLNBHJ4Ddx1xNINdp5EikgOZ8AlZktIlFyNYqyTyX8PiuA5h\r\nw2dgo7tKG3reYKOA99CHWDM4hXbSbNo4NA9LQndpzfgY+onPErQh5SzD7bhx\r\nASWvGzBdpPv2ugMo734EUbO6LwnS+8Ti6YRWWLjIrG2+K8bcDzTaFX2OJ35A\r\nDo8HU7NgpqtNguxjHYUNvu2L/LWsJnpy9Vp+ujjFX8SyDGF+0sL1ChpyVcBp\r\nx/A6NJeLm0h5ARlWNYFhtInuxVTO4MPlcnHr4HdpT/gzWxHS93yWQcFiR9Th\r\nJObc8Fw8r20AuojcESpSGZEKJd8N3VyBY/sNh0kViBkCRkSohx9XE4Pp24UY\r\nuFIoQTrqgZNrXPeLQPgaEZ3anj2EHjE6BCo=\r\n=i0yB\r\n-----END PGP SIGNATURE-----\r\n","size":1724644},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.572e111e3_1658787023586_0.9944332515613525"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T22:10:54.244Z","contributors":[]},"0.13.3-canary.f32cc8f22":{"name":"@firebase/database","version":"0.13.3-canary.f32cc8f22","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.f32cc8f22","@firebase/util":"1.6.3-canary.f32cc8f22","@firebase/component":"0.5.17-canary.f32cc8f22","@firebase/auth-interop-types":"0.1.6-canary.f32cc8f22","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.f32cc8f22","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.f32cc8f22","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-uaOzkSppXqqUCwFK/56sTDQ1vk4Yb+S9bodmiyGkUhfduhosLOWWkJ29scjh0RveHwlnOdYQ0qiG0VbxU9C3ug==","shasum":"ed1bac7e3554e576eeeec40f3c841bfd267673ae","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.f32cc8f22.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDgZ18TuiBmafWZivzKp+0hhBplfZ/wYdw2dlqWrqFZVAiEAnucPcULLosS+6HNL0rRENB7UIPQbqo1M9+VFnCDyXlU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3xYhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmou1g/9FaQ/qJAMbQCvWJiQ9BKsg0UFGYoi4LJD/2AP7xpNMWYS2qyj\r\nMb+cLIpP4prFhFgaeS1jr3E1YS4uaLAgEl/jsz1pC2ADuNsRuHO00nASOfyt\r\nGETCWIe2BbdO9nmwiFrCPOJCw1OZBZwjLgy8wBYJgmNG9f6JrlzFJ8TIbF3P\r\njn/rqRaQbA4R7FeQZPZxFuNVlRS2WL80QCziQK8qDaP6qXZUo5pyT0g89b/s\r\nKDiFRRGZmM2qD/4ufiVGimjEznGY1wYOVLUvVT4QFQ+xfRM2W03x7PO2LJCo\r\nMKu3RZMVz8PjxnAG8c4dQbG4VyCE7rAFmHVwKkszi/ICIuHFuO5NCneNANRb\r\n8QIVGMf1Jry54X5+2xW54qBosyJeZuQ2U1YdZrc8iCgpgJ3fqifocOZvFwI8\r\n2zJL5jOU2vQ616B6Cj/RfUhkK0THw7N0JHWXKrXdIzCABthdvDva2qUDXWte\r\niquAl0qTEiEXzZIlkC7MZLexhrXxlplv79IlFzYxCj+Zg21SK6zspWobDunK\r\nTIp9dj5pZaKnZREFNmmcx89H0un1b06YE5bJ7yiy/Nb/RW7DVYO0cIVDniqZ\r\n8hZI1D3tW5no0xFj2bzTyExZioF0c/t+7zaYJI2j8rLeOlT71xG1t+/ALU/W\r\nX1AtbiBiCbo3ms+VYNG40sC0TbU+ZVl1eRw=\r\n=nJT5\r\n-----END PGP SIGNATURE-----\r\n","size":1724641},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.f32cc8f22_1658787361007_0.722686184786067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T22:20:55.527Z","contributors":[]},"0.13.3-canary.33d865d56":{"name":"@firebase/database","version":"0.13.3-canary.33d865d56","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.33d865d56","@firebase/util":"1.6.3-canary.33d865d56","@firebase/component":"0.5.17-canary.33d865d56","@firebase/auth-interop-types":"0.1.6-canary.33d865d56","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.33d865d56","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.33d865d56","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ridKhW+Bc5TYYF4MrkJOFTt2u3CirOOBK5SbfeNU8vT4fp1dGSxDQhHBc688Z/OPxRwUYxnvmpCYb1+neAYziQ==","shasum":"dc53f3da607cc7b9e2c83db2eda2b799750a64dc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.33d865d56.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAbBUAg1puwCBfSUQm4THJt/nKk2AhWgs+sxPTo22k6qAiEA+V13Z/blfzJjsfoizrMzH1USFu24wSz2O7XyaHH+CS8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3xY5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPHA//eVMeIg5hOXur4tQ10oRMBu9HHqjlFdJ1AhcCMl1wJEsQTzti\r\n/uza3LxUxzXvAXP3EBxottOLinIFM5RdUXLZprXz/T1ItpW5F142EvWxU2/F\r\nGG+ZEqC0+o5WPjJNnvHf4Rkr7pSRutKGWNPnNrRHt/O6/0wpWEu8W229LVwi\r\nWPbAZk+9kRDmZgLS2XpHZSMEWXaLQajtDWvpPXqXdDCyurVh2gvApnReGOfq\r\nbPRJZ/ugi+gWIGANpW/yJvRkoNOG9qHDx2X7YBodMQEgejvrwufmfyJJgZYz\r\nFxr5CTmeWTVENKtOdIF20ZC4mXWDiPF9mYMRnbSQw2z9Qq/XOkmnD1XuC4y5\r\n8ELAPU/0HBu1NEuFwcps5Eg3a0KIxUhAxey3/iR8hcyxkqUc970O9AoTJ4rn\r\nB1BpqceP51xWQV9dZ0mQCD+riAfNQTxYNZo7S9znNsN48pBDupQRVjcIn/WS\r\n8rf/m7w39KkkLL6ibNRJu7loDEct2/d6sVQTdNGAiEAI79iXSf1URDoZ6nx6\r\nCzK4lxlfA+beDkE1pI8v/UAIIERQ00cfeu0A9G7zwoskuErZWAp7j1SegsjA\r\n/MOOX70wM7do0WAr74YhDHP6CXlI4OJO+4H/KtOd0lD5j/R+1yn4ycW01J6B\r\nLroUnqofW3LJvANaz9XTCg76GpFG5V6Apwc=\r\n=bD3p\r\n-----END PGP SIGNATURE-----\r\n","size":1724647},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.33d865d56_1658787384637_0.9446716026964106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-25T22:20:57.508Z","contributors":[]},"0.13.3-canary.34c503c35":{"name":"@firebase/database","version":"0.13.3-canary.34c503c35","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.34c503c35","@firebase/util":"1.6.3-canary.34c503c35","@firebase/component":"0.5.17-canary.34c503c35","@firebase/auth-interop-types":"0.1.6-canary.34c503c35","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.34c503c35","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.34c503c35","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ToGoljERt3kw1uWGXKweEcy84Y1JQPHPmn/ANWt7lHTFz/iLt5A6DV732M1vuwTL4ZiXd739lzlV0PsObg4hHA==","shasum":"e3d5b74ac8cf03e04e37a2e0ab978dd743b99938","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.34c503c35.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE0FHlZ7MV6MagriQ8v0G8zJBY9gVN20KtDgB3et9VaDAiBrlkOBtoeUxKA4czb9+kKnm0b6sHnxkPulr7Nw64FgYw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4B8VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo08A//WwVQGm/VpUP5SIwVAI3qxSgKE1tRCeAfTvaV2Z33JRMRV35L\r\nIo6R4zpi89QehJWhAMO2P253LSJMXYJXnPZfSC+nS51w/WDTu0Be3hDGYACI\r\nDtf7hfzOelhAHYS8uO7Q0g8M6Y5AoZ1jPY+ibjP30k0g4/Y3AgMaLhgCPOIR\r\nHvf2OP28HtaxZ8URGOG5VdvY0omEHH7bKR438XFhu5OBOVm2UwroQE0m8wdy\r\nqfkKb5P0yEsNO2E4/tKtmDucHkG8LpG9aGbk2sYBz0Zh8Cec9Dee8Om51VIt\r\nm2PClWNPzy2kSdohbuMDgqbUR/P/tU18ZfvsmpQLC5xjAYngEq4VcPIwxFkp\r\nP9Tk8B42gzOkyVuZWbqeTE647PTRrLTPD1mb6TB+fqnEV1uTfn+QjJUTN9io\r\n4YsozpZfcrEIABXBv5aM+oejzoPNo8tx5ImOf1cgneEuao42hyQnft9J2f1A\r\n9iV0RIjE4O1AJhK4LhB5ByHWiMveEVt/TpPCZx8Wecvj/7vwtyDoJfCw2obK\r\n/CZlT9k+t0dnJJIU5sJ7U4atfGET4uXJXfgOcCX+DU0wyNUWh1gElC2FWe0r\r\neT1kD4NnE4Aukm68HKJ7u+JjMUfMv+fkK3XzBYjGKNioXamn8jDtcAeB0xsZ\r\nNhPx2Kkw59wAAolrnl9S3jbcTqjMiKM0HtA=\r\n=YMf0\r\n-----END PGP SIGNATURE-----\r\n","size":1724645},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.34c503c35_1658855188703_0.30625493137365334"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-26T17:25:07.330Z","contributors":[]},"0.13.3-canary.f5426a512":{"name":"@firebase/database","version":"0.13.3-canary.f5426a512","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.f5426a512","@firebase/util":"1.6.3-canary.f5426a512","@firebase/component":"0.5.17-canary.f5426a512","@firebase/auth-interop-types":"0.1.6-canary.f5426a512","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.f5426a512","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.f5426a512","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-SnoC5XyBOiqynapQH9bhydk4rC2HbwdPh1JHYhmPL9elhU94xpUYFFytt+adLgc10lyCQJeHD3PZzkBkDNlPHQ==","shasum":"525f2b0d5852ee9d8ed93927d4d425ca69f5b3cc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.f5426a512.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4M84Mxk8RV3zgECJ9XVOsYZ5JEoWlIeBo7N2btumf3AiEAmVsy6lSBPnZCwwgv4nNrMDBQKCVO1gRib9VLTw/VWxg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4HBQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCRQ/7B4zPIdoBJPX38p4J+PDfozxbZvwUFi2L+egHUpXgRNoM4tSG\r\nEt0bYIO7o692iWWIKcVUIQB6d5mS8Na1gnSp5GR0ZcNBNsKauNFIKtgbQfmg\r\nqgY1RbYC0P922DL/2Q6SeSDaufY0UQwFi2uVbP+Q4FAvguoNzJHdPSsNqnre\r\nsqSAN5m8CpwabLq9L76hFWVwTGjZn4MCa5REwXYDO07HkHtxbk1cC+8TD2jA\r\n9WtOY06rHKnjb/TqwNN+3G9h5vw8RWZChk2pPhwua+q6oCV1DJE/OiOAPLau\r\ntjFqk1T3V2PX2+ih70q/CzWGURt4iCtuQ3XZCp8KriXiCSSKuLpPonczOkFJ\r\nnA9LC7uUMBdslhlR6SiukANuYUUIAxaxmrc/jFDeWiHyAP+9dJRKflMvHev8\r\nj/3Nqm4kRxV9Bosd8bt7a6zlB3HROO0318WXlU8Lgbp3SZZlbEwZKZsqM++4\r\nRTeWuZS3QRZQFjPpcMZ+ufuF+8jLe7sunaA60hOP6ZzOGyF5mm6Es6Nu+74D\r\nNybBjcze/c+TjLhANhWG4DPKagFSYzQt4+D9eJsVdDbVITpJVEQqnD1/THrv\r\nSYO0WCzhHbIiMxarqx/RolRKXGLNMHo/yvZ1Kw/ShWCtpV/uYiblJvjyFcUo\r\nh3DErHbNqnebHmDHUAT+1Gk6geq0A5DzoRI=\r\n=QEG6\r\n-----END PGP SIGNATURE-----\r\n","size":1724643},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.f5426a512_1658875984402_0.5773932598243883"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-26T23:05:08.327Z","contributors":[]},"0.13.3-canary.6a17eb624":{"name":"@firebase/database","version":"0.13.3-canary.6a17eb624","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.6a17eb624","@firebase/util":"1.6.3-canary.6a17eb624","@firebase/component":"0.5.17-canary.6a17eb624","@firebase/auth-interop-types":"0.1.6-canary.6a17eb624","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.6a17eb624","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.6a17eb624","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-L4bpJdoyI8BAcZO3NMp1N1Po1i1BLll4TFtifWPj+LWrQic/r/3RxUY/5x7aiETcFsQn06aV+zCWYgvCWWjxbQ==","shasum":"cc42f3067443827680580191904efa6a4e06043d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.6a17eb624.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICy2QGtpvp7humpjMsZ8/gHIRL1WW2qUzw/A5tldpEm4AiEA+SlFLukkaLY7Km1eFjreKzmgf1mjhBaWwsHeEI5X3uE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi4vaOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqLQ/+IJqdrc29Zh8MAlQHEEo2hD719MKdo73W95ooZy2j2fqGKdJL\r\nH0gJ4FwcjD54u5cPAlP1MViRBTgH9cLX/uoKjnnjrkB7sfwGfO3PWa7Y8yRb\r\nB9RUWJKL0m8An3vlrA+o8XDX8yAulUenwAGODpQ8i0SuIHZYnLvBtmy/1PFi\r\nAnD2dEs/WE6r7vhNAqrXaXU7ZVjWMNZhDDHgNvMELEiW0LVusKv9+hrGSoyK\r\ninDmFcIvs6lW1H+z6Qc4sTA9XO5KLuHbsciT6ltOa0B57AfdygRhVePM1oyJ\r\nTl4NTvE1BwenqMo+jdrLM5mBhiHiSy/IF9u1tveXX/cGvm/N8M12jCdJ/rIf\r\nmNlb6iedGKr4bUzMn2crRhAsVQoQAabAVqG/ZSyEPP1qv37gR9adCl4VwkbD\r\njY7iJNezfhAInHhOW2Q+JPi6vVEnubdVqVIKTRzN/blvzjGMNs6HIUQFf3iF\r\nUR1+xf3pndKE8oOVVwyD3hNXYjQdPIe9HUvuxxNELzjxa87gNVUkrmYTqbpN\r\np/fwE/SsNjVstifXsol5iy5DfS6LelaD7rZyfzFsXugymQ17Q4ofENj9AeE+\r\nwW2ulhdSZ9tpyyqD3JmlQ4fYnbN28ROy9BzI0XsdmblthsNBVgyWNK61OuPz\r\nPxwFhP2RcHr9ZbdkF6xjQgCJdZY5oBZtl+0=\r\n=/2Xx\r\n-----END PGP SIGNATURE-----\r\n","size":1724642},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.6a17eb624_1659041422576_0.23874598593294416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-07-28T20:51:00.547Z","contributors":[]},"0.13.3-canary.82a6add13":{"name":"@firebase/database","version":"0.13.3-canary.82a6add13","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.82a6add13","@firebase/util":"1.6.3-canary.82a6add13","@firebase/component":"0.5.17-canary.82a6add13","@firebase/auth-interop-types":"0.1.6-canary.82a6add13","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.82a6add13","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.82a6add13","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gWZBXrb0UUW0I+nT17TSLtK60rBPpApe35u5MMJL7a/CcPCLJ9Bdr63RQKkkul+nllHXvOn/MAtd+Mk0vq777w==","shasum":"60edf7b42c776ae2475ef7dfbb5e5e6ae529f694","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.82a6add13.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDi2TyQgcyfksO26mz4haehawf8qH/IHfNS3HVmy5eT+AIgTKnLVsUsLIX0GS//ZDWOz2xKcMEY7/AgzTkzsqAL+/s="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6Z+sACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmol2A/8CQnItRrbvdI1K3PojbimGXW4osMHJCWlZIyR8j/s3oePXGmJ\r\noHx5+WKChfWGonBvbJRy7hvz+mdkv1u3+QLwbA4+R5N5dmRVubRotkN4iNWO\r\njQLBsg7zJ7GWitvYm8Y+IoZTgpQuOvwzdZqPw79gxL6b9ETwGEmL5YK8PKaI\r\nibnXx547ig841x9z1sUWJ77spCKMEy8qM58O6nDauRcotwrTaUNCMAEs7x67\r\ndVZrF0axz/OY0wXX+RCai6LmNWMLNyhtEAvvBD6VWeq1so19kxXoxoMQ+63A\r\n4t4rHdVQ0H62AV6EWm8qAqk/+VNGkp3DUqPUVxjwLLdDL8LEYRHEBEMJzi0h\r\n9S46RfeEdfajror1stfm0Zb2RHXtp3JAfIRsLEGn45GYnaC+uAvY9khONPxS\r\nE5TwNsvg6gNEtwJaCW5aS60HVvaWTMQcXSKfZW67OhDul43lNu8Jf8LwNJHS\r\nXot8bpNi1Gi9pJ2hXW3dHBfHUDbmM9b+pxHpf+QCAPEbH1ce1uzBsDdJ3vkT\r\nP/tIYaTfjjJKWlhEW6QnQ+Bng02k51ASRMF05uaMpFFpYu65cx7DHyl05z4X\r\nMKg72VFskl1K7iaFvQrFyOB7IlRMGoO73InQUrJc+x418dX/WZ2N5szh3nBA\r\nz19mXbbjv90+cmBButwUcpHj+WDwMC+0ock=\r\n=63l0\r\n-----END PGP SIGNATURE-----\r\n","size":1724641},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.82a6add13_1659477932726_0.028737308153292007"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-02T22:08:34.375Z","contributors":[]},"0.13.3-canary.772da5aac":{"name":"@firebase/database","version":"0.13.3-canary.772da5aac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.772da5aac","@firebase/util":"1.6.3-canary.772da5aac","@firebase/component":"0.5.17-canary.772da5aac","@firebase/auth-interop-types":"0.1.6-canary.772da5aac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.772da5aac","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.772da5aac","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4BAum5UFFC5P1M+8d9l4n5mqRX1U41BWyfWWHcWEjFVDETIi1Y61CRrLFcAaVpRimd6HWNdhR2DkcI+9iF4IFw==","shasum":"3548be6d82e66afb62086a2a3841a01c2029836a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.772da5aac.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA1Ocbtz+UqjKZoknAxVDxICSKs6qLSmgk1EgSH8cF5QAiBa01lkS68X98JEojG/xSBjNLYS1LtNf0PQ1S5Jp7hPuw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6sAwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmopjw/+K8NZ2FYej7kU8BOyPdOjce2XdtwH/NK5YFhPob3ozvdg0UVF\r\ng9/fuhTpTquFkn/R3fhLmirjVBHVvDzAAP2AGsl5u2nEmDcLCkHxy+/KXDUY\r\nthY0SoAA25VxKK5+YE/zixjuAYHW7SJfHlu2WEuRgS5hTqP4O466VERuYo5d\r\nzHbeWhS7sWzMdNS4MdgkdMXFch4MXaawjeW1kWeK72KVvKRZ+xCl4pKjqSxj\r\njC+JLaX80gv5nte2mFHhWfxEVReH15KqYDbLwBiXrWMPAyAC/7L9TLwy71HG\r\nFnIdr+hIecUs7gk6f8pomUeyrv155yGz4uy4WZhn5Q82TK49q7RkqZbqwI7R\r\nuuMa5je3FZUy82PhIqtxznDDjzqMmaqLLd8PhhBd3ggDzcuz95GT9eqyk22J\r\nHyhUZhx/W8PfZM6m3p236BKZ0KFvTShiOtsr6b06C9+Qhqp68m0MALV6cGkJ\r\nJAgpp5JnRhvhXTFLepPHE2juFosxFVo3I5vGg/aXPW6BfWxDMa2YWMNyOsZb\r\nCRrT+YYjthM0MPCpXH7W3ZovV+r6rIQJzlyQFxuqPCpdFfckONFk6gisnsmW\r\nRWw4K5MQCtUkImNqGP8luebONDjsaKmhD0CWc7WTzSf8Kpl+qsjWS63sW5/g\r\njQRIf4Tk81+olE2jdK4GfD5cHVrbkoBh1Q8=\r\n=0C0i\r\n-----END PGP SIGNATURE-----\r\n","size":1724638},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.772da5aac_1659551791743_0.6620005975055454"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-03T18:49:55.587Z","contributors":[]},"0.13.3-canary.10765511f":{"name":"@firebase/database","version":"0.13.3-canary.10765511f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.10765511f","@firebase/util":"1.6.3-canary.10765511f","@firebase/component":"0.5.17-canary.10765511f","@firebase/auth-interop-types":"0.1.6-canary.10765511f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.29-canary.10765511f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.3-canary.10765511f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-W1JDt5vpO87N5lgizClwbzJnBT/1IZShzEBpjoLdIxNkXRNDiK/jL/G6xDEZX3ta8mvVcEkQQALF9/20+xj9zQ==","shasum":"9a365ab5275801f9688b7c1968fceaaf1c73e8c3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.3-canary.10765511f.tgz","fileCount":222,"unpackedSize":9000622,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHNoKmrXMWFrpqg1A0qs02qA0/GzdtsqBVSvKof0HaZ+AiBXaCasNOjSLrq5I93RqpDdkPLSai00njZKNKCSLdLx3A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6sYoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqd8Q/+JCiz3hpDTWKeE9L3OssMVM4ALElohXeO48HaBchWzYrhkZu0\r\nVHFRlGdC7+voy2G4v+iZ0VePlJZNgU8PECNp4xenHzsjMpnLraskEaB4ppWe\r\nlLLnMdjTWme7AX1flDFAUtATUIxZ/ddhrQT8s5qmqjTOLpRZqXhCaCmifijg\r\n42NFmidtv8PPmx5JQSzhtb7Ne19pkXdXTUymqhGWLujLuIXs35Nh/d9qpNiH\r\n/tO/1ProZFs54Kr6hVeB12q+g12QiQsy7xvOuztlRo99JLIi6JwFcr6KeAAe\r\nIHJb3JfZtzJ/Ca9qnD+g0kCSUcu4b5BP58F4RG8EJBwHQ54gouFwzX7oTMXB\r\nkdkTLvBaQRqUcPNvtCSH7iWQNImzietkZI2APx9nZd3NQnEF1HGaLyjHaro0\r\nfY9uoYj80buZUwCMq9GKiS7Pt4F9vJHS2k9lNSOWX1MoCidrVbPu4WdQFCCg\r\nA1wsOWUR6fU937SR3v6il/yGEMdy38k5HQUStrrFZYFbaf1uzF/9lIvC1Cil\r\nZ9HIslMGBDOuzUKZCqyPA8p+Scm0SoFemAQ9xj6vcXCBuG6xQ5wXiK5nC/tA\r\nAjoh9ZYhqRNoppYcrGQ/kmN8QTR6TexxsZ4kmHB8fU1FHhFaJiOy9oAnEFjX\r\nf22ej9kHf771utRFhfUPJWSHzM4AXcKC3GI=\r\n=ajez\r\n-----END PGP SIGNATURE-----\r\n","size":1724645},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.3-canary.10765511f_1659553320357_0.77454085176346"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-03T19:10:11.047Z","contributors":[]},"0.13.4-20220804201204":{"name":"@firebase/database","version":"0.13.4-20220804201204","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/component":"0.5.17","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-20220804201204","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-20220804201204","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-3H1e6A2VTRV8ZYt2drtAYelscpQRcMJgY18RWQDICHXdowptfEtsZEpgsBsE7l0Lmpm4srT+TeeMCr4eXklKZQ==","shasum":"1e3b70bf0cedbb601a1afb311ef9fdf69be91b76","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-20220804201204.tgz","fileCount":222,"unpackedSize":9000893,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGI3mdyBb2/dQBprzl98kCvrwAz9SzUJO9rpby27RQmVAiBUPEHy91+svwL2pbcHctNnBPE1qvhX2ebXsgOl6bwYKw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7Cw9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqjURAAg7yiryE8ST2JDD/7ybgbQEG3uF2+gio8e+VT0kXjiqtxK8O/\r\nOzRqlgNIN1KUmznmJexvNje1sehXOnCHuXEhtAzWfmUuaX/e/GVYOOiNj4M5\r\nwAMiHn++hAy8CEzaunURVxJBeQ0XDcL41qBZ6WPtKGffSzNFmkD16JgH8Grl\r\nv6ma5AYNNmDxArI6BhCD7k6WtPHyHOXx1xj1RD+KvNGw34SjJZ6NA6GBVCwv\r\ncYmT8MjPU1e31f8ZoC3NYcY4eE1N+Yrc/m7tkWFZQBM333gb7zrZbJvxCgag\r\nIhC957WfpFRxXbspqqtgGPtihBdb6rP/1htR9rsGJr4u2JHPMjfxwmBbZQNw\r\n/J5PvLmABjnudBkeHnwRAJWoNvJVfx9HRfab7fbBdLJPCH27t/TShVe0/3Dc\r\n3lIvB+gOR2BnaUE2jUTlEE6aTlVNLk6idraQja+bN7kgpZy/+x/N2jtO364/\r\niVhSYUq8BDRbpouWFXVH4MBQtkCokcou9YFX2O6N1ptEYcSTD/L6b6bDGUYt\r\nLNGXl8faxiqiNlaaiIKmCzQoHL13CAezB3jCtVRPqU5xRF0M9EWokFmuKuqV\r\nvLWrcI3lwaY2QcHFNvbNc3bza09dH9c+RXsG6u2mVtTQGzJWGDX+DXiePVT2\r\ntF6ug1vMpLCUx0RSC02Gy0fvJ5YP7Ns0Vew=\r\n=0jQB\r\n-----END PGP SIGNATURE-----\r\n","size":1724737},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-20220804201204_1659644988832_0.8641064580884061"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-04T20:30:23.577Z","contributors":[]},"0.13.4":{"name":"@firebase/database","version":"0.13.4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/component":"0.5.17","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-NW7bOoiaC4sJCj6DY/m9xHoFNa0CK32YPMCh6FiMweLCDQbOZM8Ql/Kn6yyuxCb7K7ypz9eSbRlCWQJsJRQjhg==","shasum":"9b95968932a2c0e16f5dc995370262d366e0a469","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4.tgz","fileCount":222,"unpackedSize":9000788,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCE4nV9sWajq4LHA54nrxbk8dP8A9prjRn46PkdzI/TVwIgCbeOtaEzC8s7QxtY0E3YALdyVqkuEtNccvimT3lwec0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7EmOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohCQ/9GtIGONsen62esW9uQ3jWIWaCiZd2HfoZoBsRL+qlGtMC0kRT\r\nnGntbELqXbWYz7laeY8Rr5CVpSjUw35mqkDysGKBNjV4+vhDr0zgGpKpFvsK\r\ncv9x5uVyd1HlltFhnKoCUD78ru8/AwWyukZMpqPJkf8zxjD5pTqnce2h5EaU\r\nUZXEYB3V5kU4XhmmRV6WAgOmqjr78vRxPJmhKQYIEf9gAgSuUlThdXAJS5d4\r\nwQ6KK4pzSHju+DnqZ4+uC5IzFWSDlwkpRqK8BCyjIHj2aLc4cYTyLk99mZ5r\r\nMiUhbOBC3V9rXC7J43+v5XafLNNxymtQzkBACdVbnFEBTETo9kJ9FQA8McLl\r\n3o3rRSIsVZ6oYhWKsbnnGScnUAV8GqQJCryXVvO+AtWq16Fr0V6bx3raKXJI\r\nEPZXeByXNcc7wIVVJS8ShE1oU+vZbcEYAtUFLVkXassgE7AII5GCsfmyIdmG\r\ne22ll6MQM892EJBpnEyXmplslsz6vWBcPMYbMJixeOv2HktqDEXABmE4jttM\r\ny8rzJUvEk/ZstVFTKfIwpWEsHEDSjmaGHnHmrl41jm9jElfM9UZQMUKQLEfb\r\nlxKBsOr3ZsQdjVY9H0wWZVnUoTpfgkkAIEHK7dVRTiytFtjY4JVmZKK/50qB\r\nru3Y8vZAmNQ3KnY7QX6BDCS6e3JHWohV3Xo=\r\n=lgyR\r\n-----END PGP SIGNATURE-----\r\n","size":1724676},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4_1659652494089_0.9992891604398748"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-04T22:35:45.573Z","contributors":[]},"0.13.4-canary.a80e29cbb":{"name":"@firebase/database","version":"0.13.4-canary.a80e29cbb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.a80e29cbb","@firebase/util":"1.6.3-canary.a80e29cbb","@firebase/component":"0.5.17-canary.a80e29cbb","@firebase/auth-interop-types":"0.1.6-canary.a80e29cbb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.a80e29cbb","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.a80e29cbb","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-DeMBa/5AMU/qMrTP8tY+vQUX5RVBr6q/Y6Fer44RiFAbcKM2JETStvZJLeUn311sajWBc3fx+jeuo3IMKg6Gkw==","shasum":"08856e1317cb75f44bbba57b9f7b09933db46631","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.a80e29cbb.tgz","fileCount":222,"unpackedSize":9000958,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0HJkNUrf5WIFbPq5dvgKoKCStneTkBdHa/8AtG9p9ywIgB5oaCKk803WUSgUIHT/XA4UNUL0FRkNNpaAodWzKO2w="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7FB6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHWQ//Z9T2PLbQ+/krtPH4VX8hoCZEhicXyamYTSiGwgca2EM9Wcsi\r\nJDAiXkin+8vahA3HUGbq8SU5UV95HoPBOF9+ata9XD/XL4lBVcRsEx6q6RH9\r\n3xKxE8m3w7qucwaDHIT9kJCJzGjqwUrNPAPlEGQ/NMBu4QEczQ1cYk1SWlJs\r\nI59eGqOsm5PfoZSpY0iGcqHQZkw6dFxOq+/vJ2tSh0Z+nFACdY7Z7w/sP/Bn\r\nYqHjCKS+YRvYWyt6Vfd8mUNooe2K61fJ0LfG4z3ocB7+mN/8qdqwP4shM5If\r\nImzV3D+fZGIq8mgeRP9lmqit3ypJZTftoqkH5BcdYS2cEcuOV1F9RA1Jr/k1\r\n7wwUGoy+izdy/w0AhzB6AnqHgyfa4W8WM4y6AhKEIeyXXZ3qbnHJy2A8txFl\r\ngXkBiIqOsrAamJWJI0pBVMlDYMXBaWNhf3m6OkgonB44a57RrVKv3m0dT4eu\r\n+9NIaWP5Ng4g0YtZT76zrjmeG8lAexvR2PXyS9AxyeIINMFy1T5zay03g/MA\r\nR375DTSa+fhw4xJtEN970/sx7O44lqSjQcdqGbYRS6D5s06YXLG838PLDBa9\r\ncd7aix5s9Ecfjp+amKKDNcNrHJaJVjPdEOC/nN3Qki+48FvxEBozQsjYrIou\r\nCJTzvGigR+BVHTOx6I6YFVQ3ZRds0sazps4=\r\n=mVu3\r\n-----END PGP SIGNATURE-----\r\n","size":1724730},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.a80e29cbb_1659654265917_0.0060585471485778974"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-04T23:04:56.187Z","contributors":[]},"0.13.4-canary.79df09b11":{"name":"@firebase/database","version":"0.13.4-canary.79df09b11","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.79df09b11","@firebase/util":"1.6.3-canary.79df09b11","@firebase/component":"0.5.17-canary.79df09b11","@firebase/auth-interop-types":"0.1.6-canary.79df09b11","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.79df09b11","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.79df09b11","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dT45stM3GyYs5lm8iTzuXbYOplwWsbT6Ea745wGp7ZCcFdnbhaVuCVjvZIQ3UHXpb0RWzgvszMwao8oMYcLj5A==","shasum":"247a68672a11f6972984cb8545f9d33d20fbab55","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.79df09b11.tgz","fileCount":222,"unpackedSize":9000958,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChDFPVHCeVG3fO915hSA+BWRC8TgweRXOyG58Ny53gBgIhAOIP9BNi6s36QRYwtfdTQRGm8tzjZiwYfgHYMJk+TyVi"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7Vg3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQSg//Xk2y8aItnlCplyFX8htfu7nVmlZ6WQQwl2kgtMdSnfBuGWro\r\nJvAlT99qe1kkrStmxmVW+daes25y+BLzxW5X8miWN1jLo30PRt0XrwJqZgCV\r\nUPJC6BqwOP5So6uVithBgQ3s/XaSMPrLe7jqV9dFjw1ytOl1dvVzTRjkZq1C\r\nBSb13hKypAB3wJXCXzywfmJp6Qapwgox1vU4HQgF0XmKrAfJgVWZV+pMpzUU\r\nx+xsNOa2QRT7wIX0fNesgmpkiz902FU1/2wBU5kIlm4mXQFQDTNtJIsL9NJa\r\nHWFuLO41ewb9/vBxHFJxyK/xzISWkf/fFyAvD1sd5U9p8pDuG4GsnaJOt6u6\r\nKX8J1GkvUvxNKABSKGso46AeZmVORUPXKUVSqdxoqUAvcg1eTRWg8w+2XSUC\r\nFZzFqeRFxF8H5buV1sviepaSK/JQhvLXysaS7/lB+6j05JpcoAmQIoPMNaJ/\r\nZ4stNalAujKfpJCci4gTOFLQMpvxh9U9IP6vACyg4afTr4pFRxEktHIUw83+\r\nCIJ1pgRVtCznWVYCUwVvbs2CMBQlZlOHv8HPUb/m/gPBBWOJcCnuRFUOBOvA\r\nXQ2TILnFHwqXEB4nrjxpoNUPfoQQFPX37zqpwHfNPVcfaF57UASEQlUeLqVN\r\n7+FzWpAuWUZaWzpMbGdmLA32Azt+trhBNSM=\r\n=Y+R6\r\n-----END PGP SIGNATURE-----\r\n","size":1724733},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.79df09b11_1659721783104_0.7144678289537283"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-05T17:51:44.041Z","contributors":[]},"0.13.4-canary.ac578e98f":{"name":"@firebase/database","version":"0.13.4-canary.ac578e98f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.ac578e98f","@firebase/util":"1.6.3-canary.ac578e98f","@firebase/component":"0.5.17-canary.ac578e98f","@firebase/auth-interop-types":"0.1.6-canary.ac578e98f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.ac578e98f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.ac578e98f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-1KfqgQVJ70sKReck5P3RhPRs8NqWQKlxWSR3NKEOspNtNtxwiy6d775zFCh00rk6Bus31a7UicYXTIEwjNUCjA==","shasum":"f7c4273c5a9a16f0d70a2f2150ad615f13e56141","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.ac578e98f.tgz","fileCount":222,"unpackedSize":9000958,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHtoQEX/IceYQZytrs8U9kqPInYO3HsaJoV0V3b9lHuyAiBQnd4Eo1VUZqNC3JO4Df+RD8V675I9VufKPvg101virQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7ceJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpb7hAAm791YGP5OQWqqn1S4uBcXin62yqWWB/L1FqWSXyUmbYA7NU6\r\nZ0FdUKKjoM7bbmurnm3HliQeLkvdKyuHJTKZcxAVyHUnIV1jZzF4UPWjIX0K\r\navDZ2OmqRJt5SsKQ/MOWcAHKPUv4PghE1a2mWb8RJSY2rQ7DjBso4jxjuuuK\r\ntwt2112XTaDqOknvbSbUbD5ok1AjnZ8FEJMmptwwPWeyyvnfGul2m5eZ6Aoe\r\nCBujszRh2HKwbUmNYxQ0DS9B+Hi+0ir//ttpvuQbcPhTdd7p6J4x2agYOigf\r\n17EJ7YhXK2HE5z5KPFVP6P2HVNrimn8+jAA7bo5QL90rmlzEq4hUSM94IjF4\r\nKSo4CvmdT9mizlUmAxBK2JqM7u9MjQoW3Gqrln8q6cme7EknVIOxw05BvaZx\r\nZ3bNfmcfqZC1mcneDotRv5btti5g2rDIhnF/pqtKU6mZFc6m1E8lmjuHVt/U\r\nFYKVBH7x97tPOBzDpsXVNpMFijB9APKXW1hQ4grzarqPzATn38g3TG5g/lhS\r\nuswBuarLR5zXIFqmoME2mfPmXv/XTb0n2wZx2o76LgAYuuF7czL2XyJD9MLn\r\nDGOe9t5D/GNF9ZIeGa5aNIMyDVeKsve6RXt99x6z32WUZi8cBAbdmGhsdbYR\r\n2sf87Ms1TWYLJWYUPVy+Bsm7mNuNFrN67Io=\r\n=FlPj\r\n-----END PGP SIGNATURE-----\r\n","size":1724732},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.ac578e98f_1659750280791_0.8960269618598444"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-06T01:45:13.570Z","contributors":[]},"0.13.4-canary.a5d9e1083":{"name":"@firebase/database","version":"0.13.4-canary.a5d9e1083","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.a5d9e1083","@firebase/util":"1.6.3-canary.a5d9e1083","@firebase/component":"0.5.17-canary.a5d9e1083","@firebase/auth-interop-types":"0.1.6-canary.a5d9e1083","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.a5d9e1083","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.a5d9e1083","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0zAI/s23VPAsS3YLcJCj1SKux+2Knx2pmPafdDmCl2c40gXyMJqPoobLIuOUdP+Fjl+1e8RH1JqKiZGHGslURw==","shasum":"46ef1906853411c7b790aa3dfbb96fccc00605f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.a5d9e1083.tgz","fileCount":222,"unpackedSize":8993423,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDdWrf+c7Fc3bMKGifmgCIhuAlO3WLJYwAoYCU847rIEwIgCbeefg2lTORXLd0qg16TMQArXyswaqRLd5NwWLxVOT8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9aE4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr7qA/9G1n/bTKi3fQ/6zf6rBAA2j+wf1mCcm1Z/YEnf5/DbNtCqgdW\r\nKAi8vyfH6lBBZLyUwmy5r2tqVT5XKE6OP0s8vPPqz6fr9TlmXFP3IJtT/MQ/\r\nqC4f67+UcuQEARlIdIOn7bxSeJV3M9sSyH3Rlm7Uyk1trFSkWWg99iAFirOc\r\nuIlUMyifR5F2y66Pn+0MlkQalv3uOUxnem7RjCs5qpkpJVsAOBsD6jJBEBr9\r\noqNMvJYNd91fBNcH00Kkp6HBO7pBNZFTJtmZ5EgKnD6OF+DwGgdrvrSumgvZ\r\nkjuNliBXeKaKCULGVttwP1aE7GZZR2OO+qHyzIrYOc2PR/t9OyvVaNyk1K9c\r\nd/zCUvgYCCDK4RTVqogNKPxS/B1mOWIfAiXO/Aj8jS1E/q8YhE5GXjMKhZ/p\r\nt/ivtw9m9yhVhgya2brpl3MRfdAAxPUKGgxlWAwsXhLqfHO2AC4/wSmXgkkf\r\n3e8WXSz6PWmkIsxEKNihv5tOOnCtFr9OSPxTlSEHmvKI+nxBYS5Cr21S1Cgw\r\n8OU0ka217D2w2YAZxtQYKH8WYpoiY26U71Pj4M6O1PlaSfl+2/crIFChaLw2\r\nKImJDLkStpy8egs8Dbf4SA2kMFD5Jzb8BdRhRQmKvBxTpuLVHF8zNxfCpzli\r\nJZPZbUQCaiW6h4zsF3eWHL4mgM1LkXZIL1c=\r\n=gYaO\r\n-----END PGP SIGNATURE-----\r\n","size":1723186},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.a5d9e1083_1660264759675_0.17309519686116825"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-12T00:39:59.908Z","contributors":[]},"0.13.4-canary.2b2079d86":{"name":"@firebase/database","version":"0.13.4-canary.2b2079d86","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.2b2079d86","@firebase/util":"1.6.3-canary.2b2079d86","@firebase/component":"0.5.17-canary.2b2079d86","@firebase/auth-interop-types":"0.1.6-canary.2b2079d86","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.2b2079d86","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.2b2079d86","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-SkKWPz6l7aV0Eza9CrxsNZxWPwWmGU6pKCLg7TL3ctNsjEZA2HmeBo4m+1fuq0VyOCkwKAxn6faCj7eWIAbKnw==","shasum":"758c5af6ccb5c66a255fd058e40e56fb3879d729","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.2b2079d86.tgz","fileCount":222,"unpackedSize":8993423,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEs6Ckg95nVZrdBHY9zlBRdZkc9M+7lpoeextbNl1xnNAiEA2trGC4oPmV1GDJCA7QOevL1JIwTNgshpd5iwDUnoxcM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9taOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo22A//SXRKEhERxkVcpqoHQ6Q6w2863OOkhIaeVvoIdXjAFNgNrgQG\r\nABt8ybpIa9ZSZR2OTrEqBVNOc658a28s4YpROb2+BdOV/EBNqep5R8Nq/65G\r\nK54OJqcj/l2cZ/KkZi6RaC9rOwRLLMuBnSNwgdL2R+8FVcA3j7RJwIO84iq0\r\no4kASxoPMpktMFGOWUmi6u3sAllxQA133xkj9+D/Sy4sFeJXNEPaQYlIKJUa\r\nuyu2wFfdSwupTv0a5eLIJ9OTfcswGwHqh0Sjmeqg1YR7z6l+5VRR5g0xC0p/\r\n50k1PD03kH06bmGNu4FZpI33Oazyy+OIj9pfZ9lKNiD0ayhwYZicGZ5RbND1\r\nPK1So/vtoIs1xbBHbCpJhw2AcCarpWPQ4MJaSDfia827Gp/D/w3gwCPdC5HZ\r\ne/2B12bBEfHz+JKrEOXRliMWL3mf4jiLICWihF3yxWwSVcjCZ1orxBiGI82P\r\n87OWCOCYz/0bp7eH2TK0iozkFC+a4ham4D/yCIFSzNCUHJvTPEz+E8A5bNrZ\r\n/wxiPgCQIhC3pL/3YqoBoA9htVhUmFfGJaV3xLsL1H4zMaZVOPKgid0ZRgkO\r\ndqMHHBjvzJXYEsJc9G45MCSlWMOIejUoNoC3Duglp1PqKi3myZpV6oPTbapR\r\nE+GjSsf2bROWAbLxlkT7ygMh4lhF8YX256Q=\r\n=mW9D\r\n-----END PGP SIGNATURE-----\r\n","size":1723190},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.2b2079d86_1660343949925_0.40474705273620737"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-12T22:39:48.448Z","contributors":[]},"0.13.4-canary.dc7574e0f":{"name":"@firebase/database","version":"0.13.4-canary.dc7574e0f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.dc7574e0f","@firebase/util":"1.6.3-canary.dc7574e0f","@firebase/component":"0.5.17-canary.dc7574e0f","@firebase/auth-interop-types":"0.1.6-canary.dc7574e0f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.dc7574e0f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.dc7574e0f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RNmRrZyVm2lJKT8VYgtV2aYodrQL//jfvEAffsTWdnZbft061uWnrwTCfejM8eSOvPvPkxSIC4gVxwHXvJYgfw==","shasum":"abac431e14cdb86ae74727117ffdad9d41d9d279","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.dc7574e0f.tgz","fileCount":222,"unpackedSize":8993423,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHj4MGcSEavWXx9qryOKUq8yrr9i3r3fQ5iLudyW1v0hAiAr8TAeBiZPqVqWtgonZ+cCDXE85Qskdu1EowLPo8CsRQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+qxcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozRRAAlxDNJrSZSAoz6OWrW2VsbAdgEyKu24Cdx1Zz96BnfxY6Bh/9\r\nWmXlMqFTeM6oO2Cgm0E0fWeHCqa2ECQOuzLR1S+OIsuAty5p4dOWZSzqBXYS\r\n6+4HfXkwlnjDnTec22GX8XEVG0JmQH5SffDZxx2EeU5XvuNuMfx98P7ZH7Fy\r\n6XbkhIi+B95dVDy026BtGRm0qIR/4CG7NlJ9B2Nc5/qVfnbxaWVIZscDrUC0\r\ng+mFbLJgzdRrUDjeZKXJIZIx0tuXNTwhwv/1+Y5Hce/jV5qaekJT2QfkkKbW\r\nL25X2OZu/ycysorqxl/Y/xMmgspvUxH6oPvTPLf9I20i726vzQgXTi8/2aYa\r\nRluLV075JdQe2a5Dn/wuPz3IiRus0SnoagjlipKxK8y5TueNFcG4yEd3eu40\r\nBNbviCnatIdSaNrTEEDgcWRVTITBXNuYnZzUZlxV5HCqo9mX5cq1XSGiFTue\r\nQvct0Iz/cdD614kqT5nLJE3PzhJZNpbCiBXYSDKB78NSkxU7zys0h2AJJteX\r\nPfTMbBKeT6ZwHlXiyfXdMKG4TiIpA0x8PylJ5avWJTZSjVcvA4arJ4qXt22o\r\n5nAwJyyQnDThMwRVHMXb/FplNfCoNG5IFUjyJliY+jH+L7emc4wC6+fTKlz1\r\nzfRjxCIgaLElSY3kC7jaLJ126xWF5gQfzcI=\r\n=+znF\r\n-----END PGP SIGNATURE-----\r\n","size":1723188},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.dc7574e0f_1660595292400_0.1949921708542297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-15T20:28:40.317Z","contributors":[]},"0.13.4-canary.6f4ba2525":{"name":"@firebase/database","version":"0.13.4-canary.6f4ba2525","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.6f4ba2525","@firebase/util":"1.6.3-canary.6f4ba2525","@firebase/component":"0.5.17-canary.6f4ba2525","@firebase/auth-interop-types":"0.1.6-canary.6f4ba2525","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.6f4ba2525","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.6f4ba2525","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ss4jQ68mxzDyezGJ4jlev9EAfXbzVckwpXNIQqXZWLoqdnO4w2EOozWWrWE8UZp35MTbwa3qZPAAxI8131fP6Q==","shasum":"4e7a5f0b94c236d3f40be692319fd393826cbc08","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.6f4ba2525.tgz","fileCount":222,"unpackedSize":8993423,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDB5wH6dFxcNjNDPx14ViEs34Dfuk1t8KZAWzh816HZLgIhALUtqyQZuFBPfcmuuhmmzZtIZObAGMWkI1ugxgPg0jul"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+sSzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoF+w//elsaW5JVyKT6FnzjOB3eL6P9EJwIGTefH7gOsTYUuxMt3wk+\r\njNrSzvsy3voPo0AZjp7VQQHp7olPi8HFQshxXmZV+lvoGTYlPf9pjuPnif3E\r\nJZkHJ6ifghNBzHJzJVcWJGNEKrRcAqcbpiOCvss//G8Ne1eiEOVQ/UCC4sNt\r\n6iId6r5VVR7XxtiZIRxeAVAq1/2Sd2rl7RVAIsz5JG5Ar0HbA9l/CZeHxYBN\r\nSYpVwfF8Vj9yonWct1F7Z6MCvJ/8mqsu6y46GfozGsIpvZlnifvTqpq3e+Re\r\n8UmWIRGYXXF/noW5Eb4Wa4T3IpKAduGW/fTnLTMEmI80Tfc0fjvnF15iGkgJ\r\nwBp6I+gfDNjRVBWK+nr472TlzAVMXv6HXkM+Ry72yNJ3/F3KwMkC+rChHimH\r\nP3vy1ZV5wTx+hNMk2nUFT7lXbb3Ww2YGmVVg7vFkqdZ4B2T2AcipvAQgUXxH\r\n96wNM/EPeMxJr6Bcgy1/NIrtrPmg6mp5KQfd8yGVHgi1WPRKp9oZQzldfgPB\r\nIGLIEzJJRpS8cZ3EdvvI3dHMASGyYFZVjWPv9JRpXw/JaiZr/Vu4p8+2LABq\r\n00XhFfhjg1HtBL7BlumZmRUJZHrFYmyBHt5UKZvaVld9eG3fS4G284aQPBh5\r\nzV3RecgQ84y/X+0vsKRett/iEyWpcf8NfYo=\r\n=1YAX\r\n-----END PGP SIGNATURE-----\r\n","size":1723188},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.6f4ba2525_1660601523174_0.31840870166395874"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-15T22:12:33.212Z","contributors":[]},"0.13.4-canary.fcd4b8ac3":{"name":"@firebase/database","version":"0.13.4-canary.fcd4b8ac3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.fcd4b8ac3","@firebase/util":"1.6.3-canary.fcd4b8ac3","@firebase/component":"0.5.17-canary.fcd4b8ac3","@firebase/auth-interop-types":"0.1.6-canary.fcd4b8ac3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.fcd4b8ac3","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.fcd4b8ac3","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-WmW/X7oYeZkdWV4Jy/V2PnwBvpU7ailWWr9sfDakneVAMVg+uEn/GS+MlCGQJ2DtbaVV94BBe56djBUWQLBr5Q==","shasum":"32dda1bb72bcc3fbd3b1df8901a621703dc599b4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.fcd4b8ac3.tgz","fileCount":222,"unpackedSize":8993483,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC5n5zCGbF0KUlLSEyJqdPjzhy8xHNm8NgO4IGpeQbFEAiAYFlwumb6cXo5Yf0acYssG4pRDiwUh1XmixVP1A492LQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+staACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrJxBAAh8AtsfCApUaisT1NRkgMQH6R2ZovXO1gEO3NdBoJdVWJnIU2\r\nUgIsvczNePEA6p5krh7bBWqHoQZCPBxkRt7TTiCkwVWkofBpdqLbLi58XuI5\r\nrzFOwuirPR4T+Hq8dkt+8HAnZguFxTTAFPAfE53WlmAqrhE+zd9zzaqJdvj9\r\nX9rudlip8bQncmOY8d6MVSCSENGBPPbpxKJtBPr9SxqwwVGSTwjKKYgxq+w7\r\npVpIFxZAgcLvljV0/vmfaijDU5vS6ZBXSAO/9/3UXjxh6k6ReZUj0hRwpMvj\r\nmsrsCo0ljo+ZWnJ7XH8FM+2GoDVCXwRRHgG6qPI616lpJSwJ0XkmmQ0ttBOW\r\nYaAdcULj5vxmwOyV+dxQBbMbzGpsA9JXD/t34SGWOMzlOAviF+/e2vjAmK9C\r\nRIpUtOh8whGBLeWW3eV7qyqykAbbgVZIOgBnnGupXDpbKovA0KquuflY/L2Q\r\nQI6jKjLvG3eWy28P2C/EJPgoDXxg1CLhsBvmR5dGZL9avKxSn6xJQRrkONBh\r\nQkH+SkT2n0cvie+eqYLQY9BwopeBXjgyOlXPOzztTa0QZEbZ3d20p0J2uFyl\r\nRbS//LIz8PCaj3LFovS/c91KBYO1xbwf8mSUEqiszgvoXgKRWAx0xrXviM4b\r\nOoVKCbiYaS2L6wwlxVHpNkipxWOSbOvuFeM=\r\n=0uEG\r\n-----END PGP SIGNATURE-----\r\n","size":1723182},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.fcd4b8ac3_1660603226201_0.09857181041737006"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-15T22:41:11.099Z","contributors":[]},"0.13.4-canary.b6c231a28":{"name":"@firebase/database","version":"0.13.4-canary.b6c231a28","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.b6c231a28","@firebase/util":"1.6.3-canary.b6c231a28","@firebase/component":"0.5.17-canary.b6c231a28","@firebase/auth-interop-types":"0.1.6-canary.b6c231a28","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.b6c231a28","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.b6c231a28","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-QCX38OHl5XLJ21scMMNFvvb36PVGBnPCxGjgvFyF6Y6yOw3Ye2XbpWLmUOX55b3c++hQ62YgNssspfI7ncDHrw==","shasum":"657a91acb3fc8a9b92c62f7a781af73619d4926a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.b6c231a28.tgz","fileCount":222,"unpackedSize":8993483,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCn6dF6o6gjlJO40OHrwE5VJPykstkStg8tLwcXaIa4kgIgJ+wKMDNdvAjxqSjX1GFEbA16nWhrsUfZdLIzDAX/8CU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+/ZOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXfRAAiP8Ec+dHUM+7s3meAMvMIkunrIKKjQinxnJfYAuIQI4Ej+hQ\r\n9SoTZTA93r/CX3bFtkFv2EhlC/k9iFIajnkU2+7e9NvtLPeodIEvxTzYqWHj\r\nZT/cM9zhQ5j2yN0p7Bk7H5hUz4wPY6lRR+Hrb33k3sYOu4Taf8xIBwVl6QF7\r\njF0l4BcIxQ4kGNKM6dXF1GqSO83N7jEoK/P55ENINAQqHZ+PqAY8spQHyrGh\r\nPomMHlMJd9U5OLnSCRE8HKgYfXVGJqUDJBplwjGG8d4SzSEjsQ51jxBHc/8W\r\naYqjQLCk4zsEeqa7m15nnBd2OBuKkI5sAPPzRLs1qf/YYfRkaVNSg9zZ1ixt\r\nLxqeyRg7DiopUBnx34zoSqNJyHYXZUToJZm6lSixgdbNioxAq8rk+vvRMwbP\r\nSyZHuIPclHAd2DAY90Uy93thC/sHddISFHavECH7eCx/A/z9JY8WIKUBA7hT\r\nY3r0UWrngxEdrZIaqahWSBn4dDqNIjczk7fGrRSLLTy1jgOpD85/v4IZAjIP\r\nxpqrIRtFJ7SAFLBJh3bSCHnRcobo0/6LiWfz90hixSGjKmeoZzPhV3F9DKF6\r\nRy75NAkoxMFnvkDmR2To8U15ZfsRmKAyMRKFsH619WWW+vNZ/YEna/JQqT3N\r\nHcM6Fna4dtK6LAyaFXa8KmfpKC8ws7tm66s=\r\n=Q5BO\r\n-----END PGP SIGNATURE-----\r\n","size":1723185},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.b6c231a28_1660679757786_0.8089536956263914"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-16T19:56:31.621Z","contributors":[]},"0.13.5-20220816211541":{"name":"@firebase/database","version":"0.13.5-20220816211541","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/component":"0.5.17","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-20220816211541","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-V5h3IvSqHYamIfHde5Tq4IWxBTK00UtwoNYYu5UjHQsdrp2K6QhakfG4RfOjZ0Z20IHPS26FCTV+rqh9kcXJlA==","shasum":"51a3ad74b80035e6357460be0c76635c307f97f7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-20220816211541.tgz","fileCount":222,"unpackedSize":8994012,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEq6MQ2lipKn7UBHcQINOcechvpG4e1QIjuQeLyCRkrdAiArvMEx9ISmyj38GVz5F+nIjehWf2G41kuRzstL73ge4w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/A0qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrx3A//SyXqI0tHBZziC7HyEWLiBJx7KiU8UPmFQkajZNpX3aD+Lwtm\r\n+CfajXmB7sJnaqn52Cd3s3rA59XnuGTGbhNfAX2Dpg0jQYfrEeg8/U9guGVG\r\nBtD2dbiqF/IGWUvqJqWeia+YNyallmUe6lDc+Cs7FzKOq/ochmRwfanSiULi\r\npzS/TqZgvsp6MmvROst/XU0anXBE1pngphXx0V6XKxSxS3WQ0PzDRelwRcpn\r\nsEBMyCVJUwKt+H71v2yATunK+jd4j8cczJ3RFR7kap8dW3CacysKMIWBVPLi\r\n7y2XbZIuToSXiTter6hkqnKvgS2c2R3KnBlMLJoc9NTS43TfhEfoT6yHo3Gq\r\n2KBoW/cLlBjrXhlsMmFLu6Dw4doCE133u786DIOO6dIWruxJEoy+KYnNhGHW\r\nIk+t+YXXSIu+V+sLCfm+5YKis2sGvDsvzMrQbFD7V/ZNgWeEVZz0DNuN6fLf\r\nY6OXwqKdKbxL4NpAUUAwNIeU7kUzrKab8AphYwi4l4VLXm4R7wtaqvJEhVaV\r\na1Rr9imKkRUF9tnlB7a4yqoNDe6wkA3lTy444J8ADroVadl9djfonJtKpTCz\r\n+LoBJOCuV83LnWmo49kjaOn+86xnfnwkrmn+3Ud5ZBMAAOIo3POPh4VoGic1\r\npiRo9MtkthllGSFPnMF0T7DQE03T/GPy6AM=\r\n=9IbB\r\n-----END PGP SIGNATURE-----\r\n","size":1723365},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-20220816211541_1660685609654_0.7148244483897492"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-16T21:37:11.652Z","contributors":[]},"0.13.4-canary.9f1e3c667":{"name":"@firebase/database","version":"0.13.4-canary.9f1e3c667","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.9f1e3c667","@firebase/util":"1.6.3-canary.9f1e3c667","@firebase/component":"0.5.17-canary.9f1e3c667","@firebase/auth-interop-types":"0.1.6-canary.9f1e3c667","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.9f1e3c667","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.9f1e3c667","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-NWMXqavcpDO7WXRT/GL0bJTCEtokaWbpE9YdGY36UxIxSLkSG3JJT9WWghOmAZNUtnN3DEn0KFTdMqDlUz6kiA==","shasum":"d27f43e3316e87a96d59ac9488616ebad70525c2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.9f1e3c667.tgz","fileCount":222,"unpackedSize":8993184,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBGt540q8NLAKoX84rIyw4xzXCFWVwmm7rvucNtSt6jkAiAUvAlQBYI8CwOZ4ljg9QQIdIzfPz3BPPh5zH6I7SqKNg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/UpaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq76hAAjfWWvIQ86izLSwD2gaoMzH/5LSxcIZNXNQlodarELJusB0wX\r\nWamGoOoUpx53HnlH1ynPsw/lYGXTSxb9Y6WUmPBw+kq2V1bwA8u/ZhNt9+Dm\r\nYqMFuYoBR0QBdN3tiSTC4Jlrbz8EPsUA37hJ4QI3ql9q4D/9nlH3R1CoMDZe\r\nWG4Xq0Jz1n4A4JUbL/uoecZJS7/KkGYIMmPf07WkmoW7ZGE/uwf5Q91zdcny\r\nuFI541lOeO2lr1UAlE7EJ7xtUy/mjzF+8oSUogEOZuxrVw5sIkUwNMOvpu+I\r\nQZ3mTpmVd6LeySzkqU365xXMvIV+neANZiYobS8zRSC64L5Qjio+U1E7H3a4\r\nbq7aeQ8OBqQfu6o2UeGHa2M3aMPQEKn5ZlvW3BYz0IfqqVbrCkW56RRzfTC/\r\noHrppPn8DbOxIxk8fq4JXIG1yfQU9ZwqeZJDdqjg33Hc3DsugZQjn36iNloW\r\nKaFN+8p+MlQYG0AaFHIMySFagPriP1nBSaxstyw32ePHtT75TvHUEu3xWRLN\r\nXdiJgWi1C5oCMtp2aEaupiQuvzCuQZgjF4menK/NmXY42eWchm9VVJQf94Eh\r\n6kfcgQHCbjYlCkyyCFvHhaXXDUDBlJskaNXP6D4/mydPnmosFhHcrzecyFoK\r\n5ZLf8822GNg37KhpLfwaKIx2qBCZg9ixiz8=\r\n=XKWp\r\n-----END PGP SIGNATURE-----\r\n","size":1723045},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.9f1e3c667_1660766809983_0.03714138552184254"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-17T20:14:33.322Z","contributors":[]},"0.13.5-20220817201649":{"name":"@firebase/database","version":"0.13.5-20220817201649","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/component":"0.5.17","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-20220817201649","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-g51M10prZ9SafyVWWrGdUmGmgzB+IktgVZ2Frdt9IV+BJ8LIKHUHUpDz70GY3GbHO3Z5NuwQPrOeYBnbkVAJFg==","shasum":"5fce0624edb5a63c0959087242fa341b683e44ed","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-20220817201649.tgz","fileCount":222,"unpackedSize":8993955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdQO9wEvtaFUsAW1CYlwsteSZg7DnZSZv0sOf8X5JbnQIgGHzlFswYRbyorRDUmZAb5JBF1cE8gWqG9yw97rluxno="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/VEKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpq5Q//dORk0TmMOxpkkmMe6JTfeGgU6Lw5zkNHk/kpi1lZq2/tG6ae\r\nXry/LJBNC/F0yrxE4xw27VeSYVJi+cyRf7bQtgj21rAvdE6oWlJ7lbHBa42k\r\notuPB5j1t+knFI8A29jsmDbfwFlQYGrY5G1jXSzzsel6t7BySYN7fD15JPLv\r\n3m1ueKmqoW/pp6fOviiuxBTVSRF4GC8WcBYyu/rHoHn4PXDjw2AS6eT9/Iwz\r\nnsDhjkticitJa7fdLnmD1+CBoZylRsITIeMW6czlP7pazEo2fMihwGEM/9jw\r\ny3Ii9pzrPwhCF87jZeUviOoMyPwdveehOWhO1gjZcG0MnMKbx8TXqDOkGjLP\r\nVvnaEKu7IE+ySIOFo292N8d2XK5GdJ7/7a2e8fQCOpkMFcb1QIbjwQ2pZ1VV\r\n0k6JagCmuGYHUEE49pAYfvYv3F1sHjZQVltVV+qaJlTmPUhKETBSpP222mhB\r\ng6HhTMgLkbBKY43pzgHc7JpeVteeWcdQSlUK+W5Un3AjTpB9iBQoWCpQQuF7\r\nwdpeXGazcuKPiJAAo/rgvU0L4WIXBz3SNJjirLLQ7Bvcacjxkf7+ff9ZD7DB\r\nnOy/X3IAQbg2oF2ks57fLjIm4TVem8ktoR5YhnVdnK9dC1E4KNbtVCwpYWKx\r\nR6UuSqCsXA/EJ1iW0IjwfBbf6Cb95+wQNLI=\r\n=e3Xv\r\n-----END PGP SIGNATURE-----\r\n","size":1723284},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-20220817201649_1660768521746_0.6619002441310922"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-17T20:36:00.610Z","contributors":[]},"0.13.4-canary.dcfebe8dc":{"name":"@firebase/database","version":"0.13.4-canary.dcfebe8dc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.dcfebe8dc","@firebase/util":"1.6.3-canary.dcfebe8dc","@firebase/component":"0.5.17-canary.dcfebe8dc","@firebase/auth-interop-types":"0.1.6-canary.dcfebe8dc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30-canary.dcfebe8dc","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.4-canary.dcfebe8dc","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-JTIahT51pcU8kOX6Xwi4+z/eZ3ntosLUOpTRPciNUZ4GJsRJNJAsQR37Amh+By0WzwYzraCKlAQgUjzezIZjaw==","shasum":"c75c5b40a3409631ea15afab5ab5174dd115c32b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.4-canary.dcfebe8dc.tgz","fileCount":222,"unpackedSize":8993184,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFU1kILNXZMsLyjeyQ9shVV+uU0YsmwM31ij3c6qFoyGAiEAojAPS1qyg37M+XOi+wPmRbPrH11MWFPBpimnYTuQEMA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/oqoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoolBAAonWjTx2AX2kPmTesPRt7Rpy8Bo4j1tJMvFQU+Ifnr5vQZGuo\r\nRZHg4CD6UQYLdhsdAlQb0atnKV6p1m6NZ/AmLgwH5fCbddzYo5mdWzNtYYiZ\r\nVh8e0336EqUXqt14F3t+YsxEqwvutQyX5rZXTvUEw/YqrDBNujrGEVLA3WKz\r\n+7n962liEufiw4ScsM4Srl8p2Gj8CLaFUTAn1uUkeCuLTuhn00f9KdsQpQWl\r\nK2s6uj2d6qKNo1lWnBhE+rbJiTfOcO25btteyo6aPuF0ZV9S4fIle2lZhtgf\r\nmZNNnXtH9a/ciEeWBKkEKWYK+mxLe9eAHU+D+X0SFMiCPH5iEv5EhgxnTTNc\r\nGXYShmxV8ZgmH6oMu7giePsS7unxti4lNaeG7bVJP/lSKOMmbGKkMx4Vzsc+\r\npIyq4OFTJ03gkI3Jha/KJN9ou6puGROyB+vaZp5x3sdhZhRRvbgEK5I9+kfT\r\nzVjQ5VVGhL54MW87FRE0U58Uz3U0w1VB4km2XIytA5rLxhyKx086RBGCScOs\r\ng5UeHM3ZnUI1sGL2YAN0CWTVr9JQuKL4J43ntKCeohuEcqpa+I1KFZxdlaDB\r\nCZ8wPj1tUs1JKnM/tyuuxCMvL9OCPpGBhfu6vLREvIDtdltWidlJn4lXJeV/\r\n9KXzFnbYvM17NOetyAnwrOFbHA61rlpB7L8=\r\n=dEIV\r\n-----END PGP SIGNATURE-----\r\n","size":1723038},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.4-canary.dcfebe8dc_1660848808358_0.2548200502561706"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-18T19:12:14.673Z","contributors":[]},"0.13.5-20220818183912":{"name":"@firebase/database","version":"0.13.5-20220818183912","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/component":"0.5.17","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.30","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-20220818183912","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-QpcAfbambD9DoJufab9ACaGiH9I40EKGhBkLw3jMNlWqfwIbA4iysG0zNx703n6M0si8P42kcGDs7gFdY15deQ==","shasum":"ce7003be0ff60e2af7f98f755a235367a4708171","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-20220818183912.tgz","fileCount":222,"unpackedSize":8993955,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUJpQ5MM63uUB20POqdl79epbhFP/QBoaq4ZHRtp5SwwIgOYR1BOu2GxCV2s8kdTTkguTtKti4ne1gcOrXf6fUSKM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/ovCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWrA//dmuMPabZryNPF5XJbYsZmeKlgyqm6QGSZNY6NhM0ogow0Rqu\r\n5uCrS0KkSEp85TJAgXY9bMwUPszHrPMQ1rvbZ1jksxOrYv9jl5v5dG9L6QNE\r\nk0tKao6mKcgP7hDoKI0e4flqL3E2uqsKAJloqDvYCFAfvSa3LdCgt8372Vbc\r\nOfiCDldc6lP/YGxYJbK48zB2p82viJzIdyFudAJ+GjlKqmZwkfuFM9oz3wXA\r\ntYmhqlUemN5msLGeLM3qOK3udgE2QKsralVlczSfs/3QStzVVU7OVZJOudX2\r\n2GEiKSa9JrUqI9Vj96Sq+zSeqfeAAbE/3WzIBXNWLijs9r1FJztFq2K5fKDM\r\nMEfPt3DDWI4r9BCC9hkFVZdpFjyI5IFHh0QY7eDN64V6b1X8HQnnydrkIver\r\nEGXK6MBCsdD5/4yY60t70mSmL7NqWSk3Rcs5HpkeeqU+sj4bJMdsp4hgce6V\r\ndBPBsWgkCjhGoAxTzYtATwfjtQqzvkunZUascw8vaeL1Wy6/4/f/DufrS1MW\r\nPVHFlFCOxEz6eJzftEhfv9EnLMG41iW8Pt7PxSVdREKrFTz7QTxbZZ4wMAjN\r\nir5lX1+ImYociTGl1SN4MCjzqiEKyj0ooJUQ3jXJiPWPtNGAs3sKchcO3svf\r\naGFLWTRH6t5/MZZPv0OFUj/3nsWueOoLhb8=\r\n=LThV\r\n-----END PGP SIGNATURE-----\r\n","size":1723276},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-20220818183912_1660849090079_0.3164665777432174"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-18T19:12:16.956Z","contributors":[]},"0.13.5":{"name":"@firebase/database","version":"0.13.5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/component":"0.5.17","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-QmX73yi8URk36NAbykXeuAcJCjDtx3BzuxKJO3sL9B4CtjNFAfpWawVxoaaThocDWNAyMJxFhiL1kkaVraH7Lg==","shasum":"c66888147d4d707237285547f8405dfa739f47a2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5.tgz","fileCount":222,"unpackedSize":8993865,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHnmHyRWYidfiaHGLCfuRTMiiS50NtMbkQo+wtHKYfXQIhAPptMz/C/x4SrFLDaXYHc23kuIzB4wFgscoW93qSN+Qu"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/pn8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp/VxAAjqLCuQRw3MUTsgHBZUe740R0zChgIe/xNk3p3IpMmMseAa5j\r\ntQaOoJacDHo80cxPL9+FzZfao2Lvtoi1DJ2l5d8dO9Zxdy8uwAQRGQYFHoYF\r\nUoevN3yjuYtHh2rRiFgBM3rSfiYmiW4EjbWozRM7ULHTXHuyCbnNN/w6A50b\r\n1ZZ3IBc53C36HwRWNaYIdLR5PKCUa1s8WxcpNoHQpX0m8ucF5pmxMl8LHl9+\r\nNLJ/NKR9Fad8wHqow9ZEEWLKKzJyzQFGO7836mHO4yTaGIQT4GsCVy8+W2s+\r\nnbUPpFLyt9rHGocs8cVA2V4zNkQc6XMpyWvlmsEhhOd4kuBNYM3WBbU1l8Ii\r\nBgfC/z6G0pz5DVj+qYcLVxCgL4xWER7T/+v7PrS6BC7BUoNMX7ejQUq4yCD6\r\niuK7uOweIVRJUUua7rz6ggEsZsJwyHOXAQebZqMny1ib/Bvb5uASgkprGTkF\r\natVta3bdNUnUoagS8geGrzT6T+ihU+69GdBJBaYdj2KNBOYut2n7ckmgDw+B\r\nlyTnQbsKv3XeDUj1FWgd4s4nZreQEOGcpAyYrUKC67sKgytjXIJwr2JBev8q\r\njatCyoUWWA4Jde850UCj4wnRVY9cj+gNxB4W8msY47tAEeHXXnvP8Ffh0lPx\r\nLl3cTQeBNGxEsfXzN+8nOuBz0WxcuIp5Fys=\r\n=35Gd\r\n-----END PGP SIGNATURE-----\r\n","size":1723206},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5_1660852732317_0.0810049989476882"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-18T19:59:14.010Z","contributors":[]},"0.13.5-canary.47895fe5b":{"name":"@firebase/database","version":"0.13.5-canary.47895fe5b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.47895fe5b","@firebase/util":"1.6.3-canary.47895fe5b","@firebase/component":"0.5.17-canary.47895fe5b","@firebase/auth-interop-types":"0.1.6-canary.47895fe5b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.47895fe5b","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.47895fe5b","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ywKNQUPD17rqsLA5bpsKRJaFhp+lrxf4hMrxsyZ+Bi2ijQUsRcro87xP5wbA0FwpkD8vEJ6zoJwm7yMaC17Fsw==","shasum":"7abdf730d5d0fdb9d776cb348ccf09ce44d4df49","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.47895fe5b.tgz","fileCount":222,"unpackedSize":8994035,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBNl5xXK+Cf57cM1VUa8GhpFXXjQHsqwC4SJxCQJcbXvAiACUGuZ8tL+T2HY70hN6idq4LUOTJm6IU/vMGVmMkcCQQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/qI0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpIdw/8C0jL/5ZT9/Ha5fOjv9DRiWeFaBCYcMxE6MqlyILkhtRE3TRY\r\nh8RIesfJvKvDW8HHde8By5KGyWYot9kjcG38+0kLA38AU213F4SuiHNz4mlp\r\nPKk09RSJ/BzJ1kQeVL2z4sOOujVcOqHLN1MU3gV0kIMo6UWgKGlnfA0Qo0gX\r\nFukjsx8BhltCaeVybIp0O6qeR3SMeaKYP+9zXNo0y4DVyzDXOoiPJSm8bdyY\r\nMgiLbSJTZJxo992nxSE1emHf6WTmeYCxo6cd+Wlo/qxFZ628Cr70+UBv7NFx\r\nz8N7RPt15Gs3K7SFJybjJam/a4/p5UM7NDqMFRUPnw2zewtHpPAYY5f+Y7WR\r\nR1vzBqgxSrPvIkV+58jsVD1RMsLyatDpezY2OQYKFd48iIf7CvtWDMnzvBX0\r\nMrJn26mDMmPjtTpP+g8U+oTJeJwyX+JRPRvYxIkopkDQ4tPWRe2WY/NsQLK8\r\nbbzwjXxwjanRO6/Hp+qvQfScr0pQBE7YIJhzCUGEkv0MbA5irbvAT4WDmLCD\r\nvLFx2O+Bv4PmPG5yjbAAn5YkW+TuK047Od5nj6SSRGXbEZ3S9eUYNVUxU+KB\r\nB6QeMD/f1NxD1Gg04O/fNsazMlzzO7H+nbw6vnLoFQQBlTUE2X5+1blisUIj\r\n+DrpGurKp4a+7PihkpEIZd/i97vBpJLUYw4=\r\n=e++5\r\n-----END PGP SIGNATURE-----\r\n","size":1723277},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.47895fe5b_1660854835839_0.22845090607614615"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-18T20:57:17.944Z","contributors":[]},"0.13.5-canary.bea604ea3":{"name":"@firebase/database","version":"0.13.5-canary.bea604ea3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.bea604ea3","@firebase/util":"1.6.3-canary.bea604ea3","@firebase/component":"0.5.17-canary.bea604ea3","@firebase/auth-interop-types":"0.1.6-canary.bea604ea3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.bea604ea3","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.bea604ea3","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-S5PDiVHPlQnkkdyPgiMROdlAvDlyC+olezJgvAgjomC7QIKVCB/7DCt962NBFqCs9lIh+5N+fSKSn9TQ0y/eQA==","shasum":"242b6a2bffa92005f7bdb193f4568927c3ef9989","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.bea604ea3.tgz","fileCount":222,"unpackedSize":8994035,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA25LcrZ3ckdgeIjaN5dcyLJ1i684oU5uIzvsvib3AnhAiA00TvU8IAi7zgXPNWxFJd//Ox1o0teGIHNTYU6QMhq+A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/7VuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqe9RAAnu8eIroLM1hnJ6RppEuzZVKTfRXJB0Fhqyg/t1TybMxEmKE/\r\nuHaN0jT8vB+0XBXdTXsoO05Svzq1Fee0MgZ+g6rQBLuyu5G29Z1VaQhrpyDn\r\nQw/I1bnZeCZZ/D5bgALxfBwkvIlmlceVsXn+yQufuYfqAC/90MRFu/fPX5Q8\r\ne4Z9WvnkQH+ZGvYEj9vTI9zqccpbmwS03T747kIssM88s4Nz95r8ZAH8huIf\r\nMFb8eJqkY/xjTKqQx2LAg+zTB23USiQJXHKVj2zoCrbdpCPVrrtEXE28VJzv\r\nwo68r0Iq4AMTBO0ks3OEQ70/HfQGFiCkTeJ7ZiZWp5KzwvXGx+Rxof3hVDQE\r\n20TaPMCOeCHbyLgt22xVWI9TdLnR4M/e9tAZpUCCN+BUeVfv3JXWDad31mRY\r\nSk5AFdsCo0JjJwDeeh71KmRpCpgP9TwzuVyYpa2WTzNm/JFeXB1TC3N4Unbe\r\nrRurB6knq8LS1fVCqTTS7lJsZkGQIWCrZvCMP4b6J1x9JeQvjhopeexteTBx\r\nBvq5dbICYJJjTEnwAw5ESFsFK1IaO79OHn3XM41RoJy1V8+pQLfLy3amtkLS\r\nQY3kYcqVtJm0mI8g+dE5GJ9TwgYooK3NNMvoe9BKqgNd8FZMeOsrDA2X/QAY\r\nrweNlVc9k4zDH8e9FtfmhbInHZSlo08Ppcc=\r\n=AG+x\r\n-----END PGP SIGNATURE-----\r\n","size":1723265},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.bea604ea3_1660925294318_0.5315221486872919"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-19T16:26:13.550Z","contributors":[]},"0.13.5-canary.f88805e48":{"name":"@firebase/database","version":"0.13.5-canary.f88805e48","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.f88805e48","@firebase/util":"1.6.3-canary.f88805e48","@firebase/component":"0.5.17-canary.f88805e48","@firebase/auth-interop-types":"0.1.6-canary.f88805e48","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.f88805e48","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.f88805e48","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-tM7s7uAhdIzPeJln6E9UzJPNARqy6je8nFQUgbja0JLjyc6SdhOFuvrfj6CRCVs79AQmXeNwOphFq+QEEbesrA==","shasum":"686a219502adcc41582ff06e4237d1e793a14c58","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.f88805e48.tgz","fileCount":222,"unpackedSize":8994035,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDeRP0gFwxERUVL+t7A9wKW6CfPyRef17cTD8kBBmwGlwIhAK5pm42kTqDL1Hj7IJZoo5X9Z1jeHRAIlupewJZ8zrkF"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjAAHyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmohVA//fFhW3bIzIv+PEY9eH1DsyKMg4g0+Y+iZTO5Oopr+c+NNIkjL\r\nEFa3LYGZvnVu7WKGa1E/pmXG8h9s421jV6P2WaczKOZDOFZJol6/R/cVxbWv\r\n1K/v4xPGV98ZyiINRhtuCFlbb18wR4V+fawl8L6M79GSUgnuu9sRneVbaYwa\r\nbCb9hWQE8DRBUio0lx2oNith38JH1G6kfbUEaBY0qgKHkSAAmAJZaKSEqzOJ\r\n/h/8C/iSBypdJxFFJ46nA2d2F1oNTwP+N4J3ew8e9i2MVx0efSChSZ0qh/HO\r\n/EzWasnP40Bwn6qjVj7vZ87WTbjroZI1gpu96otkKTROPJbuWSPVeuv4jwW1\r\nONPhun9XpWw4CCOCie0ycha17SR6X216Y0avVkaSHIEKi4O7/7ZkxbphppJ7\r\nv1mjnX884pD+QOcPWBy5GKPL0oQygPqd6oHuajxlIL7WTjKjpJHgmU+6m7Hz\r\nQ5aqu9Uq+g5aI6xI8B7MgK70RKU5TxJd38wvE3R/Y8QdAdXmrMXcDxkB7loO\r\n+Sy1Gr7KtBs7eOYCdP+LiAJcqqFCxWAJg7NRpceh1t9/9KXpI14+QVvk8GrI\r\nibJFNWnvA28CxDOz6ZrO8hoh8hsKtfGd3ZlK40buNgL4He3cY6DHafgCp6JW\r\ndpkufvLD5YUmbXFlsGEGRWDNQvOkOv5LYWY=\r\n=1sdT\r\n-----END PGP SIGNATURE-----\r\n","size":1723276},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.f88805e48_1660944881963_0.579662924697051"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-19T21:35:24.584Z","contributors":[]},"0.13.5-canary.0361bf3d7":{"name":"@firebase/database","version":"0.13.5-canary.0361bf3d7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.0361bf3d7","@firebase/util":"1.6.3-canary.0361bf3d7","@firebase/component":"0.5.17-canary.0361bf3d7","@firebase/auth-interop-types":"0.1.6-canary.0361bf3d7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.0361bf3d7","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.0361bf3d7","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-cNuq7VQEYxnXFXMe+HqWtNDHndpNFRvUYCu/NOl+SZotXbwYPvbjMD2Sq/JG/GCqTkzbd6l304PqZxpw96nUlw==","shasum":"9cfdf384ef475430a86742b98f6b5056b2deb587","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.0361bf3d7.tgz","fileCount":222,"unpackedSize":8994035,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGMsGkY+xUJq6LIRT+KmnADZMVF4PCuYLn0Z9ysSzFWIAiEAmRwagEYYXlWrAoz4w2XbXbPRyLV6WXx7bzp8FruYbWA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA92YACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqYIw/+NRQ6gBybaDlSGcBn2Qv1xQm++JE9almWevbYQ+GTT5lX45E5\r\nTnUtvz6qFbSKBx9/BG9bZQgjn6tizcaMS3v9Dv7YRE86p6orQVsMDznYxWwA\r\n5cNFdEX1Eh7C358EQDVcqTwe3VN0hMnBa1l9n6NU7VdocuM0ym2jErcrSZhr\r\nTg04ajBmMR5VszZmlWVYifjUjFcN6EHIMjV8p9y8UYDVMKAg5BBEGnS903NL\r\nvBQthgsNAAcX5kPOl9iI18EMuk9sH06o0FJb7oqmSQjT07KFXH8328KPbyzx\r\nUOR5tImBIi6dFQsYYfd/iKVmua5PPs24jLGCZGQ3Pn9LNkOSu5D5HPBtLOYq\r\nNEssDHOmkAk7Z0KeKPIc5foOibNhtaci6cncPeRZtQ9ZF7q3XAnrl2FxN93M\r\nPMRR525gmJjemvOCxCyRhqc93YLMi2Xh7ZBPJ6d55Q/HNQwI7vyEU8OvO+TO\r\nFqe4a1V1iqmDgnuHynYqVHFmt4STjOMxLnUQPhF8YRhDg+BJOdEFYU6i/AMS\r\nXgm7tKtxREWjvaBbGlbZ80hH09BvgVENXCgoSuA6hrtkTUPccD7FvPAQu5uR\r\nrwn33Y9n4F6fHV2XRwEKYCAelRN8pZuf38kHm4nRhlC8HduuI3//uwBJz3CE\r\n00pIFv/o7jI6qCinn8OEN2M5prubWz7d+QU=\r\n=Dyxw\r\n-----END PGP SIGNATURE-----\r\n","size":1723276},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.0361bf3d7_1661197720435_0.919811109999459"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-22T19:49:17.251Z","contributors":[]},"0.13.5-canary.dac1e4ca0":{"name":"@firebase/database","version":"0.13.5-canary.dac1e4ca0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.dac1e4ca0","@firebase/util":"1.6.3-canary.dac1e4ca0","@firebase/component":"0.5.17-canary.dac1e4ca0","@firebase/auth-interop-types":"0.1.6-canary.dac1e4ca0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.dac1e4ca0","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.dac1e4ca0","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Rhj4wkzOAyOyaqvMjcDoL3BKLB+LQ38b54kCcXmofCv+zcoUZdDUcE6EUOCJxNCMNEVQsoaU3vLdGSEow3a/XQ==","shasum":"a510d2a4406977e19764093ff354a438356b7551","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.dac1e4ca0.tgz","fileCount":222,"unpackedSize":8994035,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4PxvJJF+5fDm0UtgYnhxihLQWnR6QHc5KqNS20nAgnAIhAIAkcnMwgA8pWf6iIaLK0+YTHa7xWFfAbjtC6+D84HhF"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjA/3IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmregBAAm/O3Ok5HykYamRgTry3m0ndCP9mghkHceKTr2llGqrdawsFC\r\nlNNKRuMuA+cIOUXqqfIjSmx6hS7rcU4N7JauX/rVQys06B7Z9+t5N/JxskA+\r\nehrBDtMxJzn3Nijtt84vnrapOo/DtoanlC41UOGbRa+8fhAf9gwAP8s+5pQh\r\n1ht5ZGVOsefMBqnRhpOQSTgOUVgmzu8sIaY4JHndRU+6ikqRtyFnO+J7hG3e\r\nxeGl/Rij5BpdUL9DZeGePnvQcge9R954Hg7qmO4GgZeR6ZlRusnOr36n6XNT\r\n8z8vUwyAkcrdw7W2bBcx+5MxlvBjG2P9ZwpxWAE9YnoqqfZxwMiC2eEixSM/\r\nMDuFNXkyMY0IBpFLVgPZU/D9RfwRJUNwDs2zPRmx5syfgbgSVezeio3GSuQ+\r\nXJJ0UPioEhzSqsRLMClterWTi80uMrF9Zg+1YTJwK8H+P1gvdxPVIgetTU88\r\nPjFDRjapfHkr0ckaZkDvQ97cOG35MPAYhajq68zTop376BzTS1qhGte4AzS+\r\nJ01mgrTxSVrTR98JOVVG0RN8LDpEAiWtlnrvGDp6MbqL+A7uyEslLbTYzALM\r\nj8JAWC5SZGOYeGZ8O7nzn5Kiy5/9eat9lyeDzsjv016Ssico5JB8GzeHGkeo\r\noO9quB4sti/R9aKMQDch/sQr9naGvNfSj20=\r\n=qMFA\r\n-----END PGP SIGNATURE-----\r\n","size":1723267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.dac1e4ca0_1661205959778_0.7602417778776227"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-22T22:06:35.245Z","contributors":[]},"0.13.5-canary.474025cc5":{"name":"@firebase/database","version":"0.13.5-canary.474025cc5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.474025cc5","@firebase/util":"1.6.3-canary.474025cc5","@firebase/component":"0.5.17-canary.474025cc5","@firebase/auth-interop-types":"0.1.6-canary.474025cc5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.474025cc5","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.474025cc5","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zcrGuGFkMTO6qsDbhSKQm0G6vQy7DDWs0KiAYeNBGzoMeoeOiEvbcQugRPbShQx6tSYUSWhi4YVtTO15H07auA==","shasum":"9ee2fb750b9839914cb908e22cbe6e76a4a9fe12","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.474025cc5.tgz","fileCount":222,"unpackedSize":8994035,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+nMNuC1M9XvW7FtBVRyevAsM4SFYLCEvWyZQpLJlyNwIhANBCY/hNXx4sS/IWrjj2nsYf+yX3OlZLu6/NaULI+YiV"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBSc5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolVg//U2xwY+HmsDDdA7+DUWJm3XMHnjQpMByvKL/u8iyqDloSbx8Q\r\nr12Ft+kIacGJSnYVhRWL0vTfmFVZVbYYGkqFGpMK1Lccs84IRX3ki0PGuu8/\r\nqMTXVVdoYCMw+MLmjVuzwFxuOi7Kh0DJUIli93IyPJfknK8zCJ4MCvI2hG4D\r\naAGB5QQHLCHboahdkdnOFYBctvWBkt56ZF8mFIzJir3g0OW00hjZt7ay7AZs\r\nNj79BZPakU9biMd3Ib+LqlqDEi9ljVPXl82sPVvu1qB+M4x5QtCRJqJC6IRA\r\nuNB63RpEs10gwXfOaEN4gh2GHrbemGiLpI3LahWZpT9KYmuDhfAmTAqtMapN\r\nMj1C5tXfrk5xZKx4PHF5wV6wJG1+3fKb5AJJW+idOlRZrUpWvw7wON8+iQV9\r\nhoD5ULC7Byvl0ODweTWUgymmaQjruZAUkLQN3mKcZLo4jf07/ijIdTQbvPZE\r\nNlEML3qTsKalL1Q3nyxNK/Kx1MAe/OF9ZoKSNKgmlsh63ef+Se1wkyvScXcC\r\n/6/o3VY7He5tLOtD/tWp5am44vY8Zxq711U9aRafBMdJxZP0i6PGO8aMmIwj\r\nvQj6CHGaF+NFCTvKCCtBodsEUwHgvoCxVVnpkSPOVtLuHEkP4mJDv51G1gSm\r\n4V7p/lPwN2WJ+F83Z5OZ5k8ZYdL0fvINA1g=\r\n=UQ//\r\n-----END PGP SIGNATURE-----\r\n","size":1723272},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.474025cc5_1661282104796_0.5962747052098303"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-23T19:16:33.803Z","contributors":[]},"0.13.5-canary.f35533594":{"name":"@firebase/database","version":"0.13.5-canary.f35533594","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.f35533594","@firebase/util":"1.6.3-canary.f35533594","@firebase/component":"0.5.17-canary.f35533594","@firebase/auth-interop-types":"0.1.6-canary.f35533594","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.f35533594","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.f35533594","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-3Ynxp2LMCzz1Tawmmob2hO4lv5ZGqk2buHO2au9xT98ZqEJ+Z2sep2Andom5Z95bFnBWckP9+IUyymCijK1vaw==","shasum":"ecfccaf1ca177c327c7c0d2c087f9bd3aadcfb91","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.f35533594.tgz","fileCount":224,"unpackedSize":9001076,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZDF9om+mUz6siHuN0V9wzstWoS3AzCipV6dGj5tob4wIhAMzIEkCOBk3kX8uGBSwBmXid0oQblEbWJeaQ2R1/Ytdy"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjBxXRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpCOA/9FL2I8LlfFajq4pKPDgSDQeA9DFphxRMRHtlby+haD1TZyZkH\r\npVxrGOSXS8gMW87oECFZJf6/kdYIouljGpG6/gQ3ayrITEtazv6oaxv2Hf7C\r\nhzakE1VaCfSpjpIVLxXmUZra6GcZi2aUiEFGSfnDimsDLU7Qq2FVOxOk9hiX\r\npitKHcY6DgYZ1PKqASrIWiLLRDQE/FSVkDEW6DlYpuCbEr/knPls/qa9IiwJ\r\n/ZOLZqIGUzIu4LFKT5Bi6UgIzx7HZVs+39o2yGN803Z557GS9MPiUplnWoZd\r\ny/y5Mc+8WZKLxaigGFgo0Ty6YmmlICnWT0qA+Ffy5R6UVGoRfTfbv0AbYPoy\r\nxqqlMhVyM6qwaNzaaKV2jbjZ070VYEZpXKYi7w0ERMGvOMHg1hKH9luZk+bf\r\nycYLGMCvPU+KguyNA0mhqulGT0S6fWBcbAtgbCGzj2vyDAO5+TskM8QFhQmk\r\nk8ZH70xpjjxDvc8IvXW32lbCEllrMwAtkCK6lsQbBBeoFGE+Cj46afcsRhsA\r\nf+M2reVQ9L2qqjtDDuMx/vuFQmnZNqw40TpMWX9g9y3IfvVdbymnmUPBaW3U\r\nGyL6w4T47jovuT7ohB0j0O3rIxPgvGoLiGyDkCQTosQu5j/js4vNGIiaivKm\r\nRBHcJpd6yNxeE4QhsjELXVaBR6stvtj5sWw=\r\n=0hEH\r\n-----END PGP SIGNATURE-----\r\n","size":1724693},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.f35533594_1661408721190_0.9882163175932033"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-25T17:29:50.486Z","contributors":[]},"0.13.5-canary.85b23207e":{"name":"@firebase/database","version":"0.13.5-canary.85b23207e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.85b23207e","@firebase/util":"1.6.3-canary.85b23207e","@firebase/component":"0.5.17-canary.85b23207e","@firebase/auth-interop-types":"0.1.6-canary.85b23207e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.85b23207e","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.85b23207e","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-OpHS6AcC+bLM7wWP4LYSVuIdhfnv7tP7NlYwhzCaLiMIyxPCGtIdawzxnyRp7gvLtqdl0vxLiVaO1m/yxyCH2w==","shasum":"b1529d24b39e85f4231bfdfb25d83ad889fe78c3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.85b23207e.tgz","fileCount":224,"unpackedSize":9001076,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEROQ865tN3NSF1HKsoEhhRMqHkKemIh7S/MwloYA2RIAiAvYmlzRmK2J2Xn67ytclLvFwfr5ZTU9nflUDfD0ZH70g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjB62kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoazA//RAAehnCwzchG/rnWZ80g3ngwQRxnJDoQCw61NtDzdbruqFDd\r\nIi6SbZBVma5Xn/6/5bkJQ9YFRoRlfs2H/TnOcs36N6NWvvOHByQL1brvddWG\r\ngLsCo7ZO0zKqJ1eHhppBm7/kvNR1466gYpVXYf+xmMNlP1M04wwqFsEmyd1q\r\nTUDGrJ7T24a5GssFCi4Fugob5ZrLmx+TbVAegzxjkqUvGjB51pEiWzbfiLPC\r\nabskbh9n+bVDlJS1QMbvHYq3850GUxJn6SbkTYvSxae5N4hT5DYQZGiJNwpX\r\neywSJMYiSdtnvAlhOX2/1m07EOPV/sAp1/2wIXxSwC9s+QE9cS5P9dXzNQVC\r\nGdg1oyTRV6wkZcF4A6KvkVyAYZD6iBJIInivhb5sOr6ZmrtrMLc7yTdqeiHG\r\neZWu66yOmv6dad2fzIGE8boGj9YwkKtkWaC8OxqSL/3K1sCdgOqxaRULTy+X\r\nbJGUBMAdHmMI3iOg9nXBkYG7XRI2ZX3x7g3mXWAOqSC9hEjgawGf8Bggxpzh\r\njAjC3PEiqYhH4Q5a5v/533bruJd1Ufs9diMqNSl0iaN6+I8DZP8d6eW/Sy4p\r\nU86ee0HZBvf2QzwB1QkRmwmWtG8ORyPo9c0zJQ+Onf3/BlqU95p6d3eiEkxf\r\nj18Q7VhqhVKCyLbHj2s5l+dkCrJ+gGQWj3k=\r\n=1OFT\r\n-----END PGP SIGNATURE-----\r\n","size":1724688},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.85b23207e_1661447588318_0.6842570779016417"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-25T17:29:51.724Z","contributors":[]},"0.13.5-canary.b993aeec4":{"name":"@firebase/database","version":"0.13.5-canary.b993aeec4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.b993aeec4","@firebase/util":"1.6.3-canary.b993aeec4","@firebase/component":"0.5.17-canary.b993aeec4","@firebase/auth-interop-types":"0.1.6-canary.b993aeec4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.b993aeec4","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.b993aeec4","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gayFSHrftRn4r++2FY1UW/AnjK0stki91fVsevvU2ttr6T4J0rwSotCoyl8rMg0Qloja7Doo4l+yZgVWEq3qSw==","shasum":"46b802a7eace056773490d0ec480072a21c7e5e7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.b993aeec4.tgz","fileCount":224,"unpackedSize":9001076,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBlQQ6Hr+Pso+T5JGuYEwKm0MVeEiHKQDtRr8JwGZn5JAiEAvh9Ms2Pu5ZTx2rzAQOZhZ8qWOypqsxNmUnI1w9ezadA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjCCPiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoY2g//QU3WaG3k1zooNHPW/EdBKI0/61ONc+Go2VLydL0ZSsV2NhDx\r\n08AekbIkKf9Qkb2Goaz+xd7FHGeX6HkQo3VFZofbAGBKQcbFd0jImgkFd1V1\r\nHAQkloPnvzd4/kcwBoNPYnKNJZYCyQ8BGAOAZECSSvmg8NNiPlnVQPFpUKhn\r\n36lpmtJohytNCuwuqvTLU6NcDc1xCljoLbnY1VH4CZUJ2pu6HgIlL0+UvkQe\r\nOctTJXrggy1fnjlCIj7PAdQKdaZQrJsdAYTvY+S/4EdqID8ITsRxhR6xDoAT\r\naLn+gG7GOKQOJA2DXAHx+cWG3fFcdcak96aN4yj3M+mx3YA6ov4mfV5MTasS\r\nA2zQHYlMd6HYhbn6FEifV6scdtb/eNJc9WIg3V9JRBuHm/XnMwEMaTQKM+4J\r\nKiXP6f9Cd3Q0flfeVre1PSg861YRqeFx4AeExQ7ip31FJCTaUzxIetKfCgmx\r\n9f8qs5crGeyQAJ9vLvH1BQ0yzpOWvYIOJx+u6m3PKQdiiH6tfHQqGcRoTb52\r\nTKkWg2u5EWdx/25stIEVpeG10XGQncRob27XUXIWDA8TvKYNHeVn22XbftC6\r\nEyg7obPYj6eP19CqpJso1SyLXClps13lnaBM8knHp5IasY5Pf3zjlx1N7cds\r\nANrUPaEPnmKqgG4QLS890dj38urrZwEbFUI=\r\n=I5u2\r\n-----END PGP SIGNATURE-----\r\n","size":1724685},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.b993aeec4_1661477857823_0.5474512716215827"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-26T01:38:23.730Z","contributors":[]},"0.13.5-canary.ca1b0c89b":{"name":"@firebase/database","version":"0.13.5-canary.ca1b0c89b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.ca1b0c89b","@firebase/util":"1.6.3-canary.ca1b0c89b","@firebase/component":"0.5.17-canary.ca1b0c89b","@firebase/auth-interop-types":"0.1.6-canary.ca1b0c89b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.ca1b0c89b","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.ca1b0c89b","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dzTrNuslfNAdfLL+oZFdJMLLsXSyqgc4mevigSE1nOAfw2KkhVT2pyogwJjQdETVNt/wJWfw2mYSdnLHrTa6Bw==","shasum":"16c4b5d786989d491ace70b2d4e632104d0554a9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.ca1b0c89b.tgz","fileCount":224,"unpackedSize":9001076,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFlMyt45IVGuDOoskKWA28GuQVuAZIQpj7QAqYFW4zdBAiBnlG5TF7xlufJSxyPe/Z0Yn7HZp7sygIViUzMYAup7bw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjDRdIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoDMw/+PTURzUVCSqGE8/vzexhIO93xaIWprnHEGZQ0U+xFkWz8FJ6B\r\nQFwo3eGuCc4CXUPGhzyracWxvDLywQcTXBZVUDqicygfk+P5Gzhwp1xh2HYC\r\nwLimbMx/i1MhfzBcO7oOGHeQQmi/DQ+xt79DhQXf2bMyWaSjIFT7F96yYFGA\r\nLRp3ZtZvge1IMF9RQ0MW+27ddv/ifpxxHeagVYCw+eQIN47Lalynix9/GoKQ\r\nXN5Lm8zgb78uCk9htHg7DZqe4PXtuzi5AaQks8TmP0OyQuskOGonM3hTKrYf\r\nX9cEclQYqGnsmogPjAWCCsn/g09xkrYHkDNGtKcfRqJsUwwrFkXozcWBkQna\r\nu4URwtrNMkg4pfa4NLxw9cmDOBS6smsVscmdSlfQKOpwUkKidQ9TsfLXCB16\r\nXWG8xWUvfoXIKZyp3aDwkgnypt+my8Gj1MDZ5FjZq6U7r/JoQsxTLwJZk0Rl\r\n3DBk0Xq/r373OJRIim0za0KPyObTG8h3wmoHgJdhJzxIKwmxZzPBjtuyW2Rs\r\nCc3+6rY3nFXORO6lysemZ+xO/rY1uoW2vuSHHL6ua8Ejq9SlniQ4mPCWGPMq\r\nA8i4Q2YhzBcA7LrmB1mPaKgNk5Id5507DDnUJCxY9TTUb0wxj9uHz+J2AW4Q\r\nO+11vA1aYWqzU6jR/dcm7tT4ur79nUF73jg=\r\n=ZLuq\r\n-----END PGP SIGNATURE-----\r\n","size":1724687},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.ca1b0c89b_1661802312045_0.9512808381090399"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-29T19:45:42.570Z","contributors":[]},"0.13.6-20220831174748":{"name":"@firebase/database","version":"0.13.6-20220831174748","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/component":"0.5.17","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-20220831174748","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0liOdI66Q4hlv/90KHiRhamRyviEO3RTcOl9Mtz0x5+On215lXrEd31p6nvsKoqpqtM72NpP/m+dKkOemhAUvA==","shasum":"293fabc049f364bb59ae909dcd4843f9d1af82b5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-20220831174748.tgz","fileCount":224,"unpackedSize":9001240,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNfObCxOGYqUsCKX9lYn0l48LKOd2kTw47n5X/6uS6IwIhANNo1uf5kxmYXpw+4uTAVIFLcDhMAZNZEbbiywbjNlfz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD6L6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQPQ//TaM8vJpuLVuaJjZIH0c+IAJbM1lf3QzjCctQ6pXmpr395KFG\r\n2Otx/4D85ZKecps0dSvJCRVfxLYvOSpt2jScL7SzFRDAPlaBugBkhqWR9heJ\r\nLbxCBXE04vkJkAqRY7sWETvjzVD/wd0nlbXukEVamIKBCM2CYHIQ0CzVgiuH\r\nnD1yr6+/H37PchobvarkGT0nXIL8ImFwTj2l+QzH5rY+BgBYiR6IWkzUsgZX\r\nSSJViQBublSap85mjdd2np+ZSQ4OEZRnvhNQCoHP32YWTVjxCZpyanqOfXR1\r\nsiSZvlVUljXzVCq6KJ8qs1xxpipq/Uy236JbCXhCChmB9acKlvcXl55dSFpR\r\nVn5INANbqgDfB+XfXbZHi9xu2brEaN9SDM1CTXqKIywl0wSgg6oBo1/qvN4Y\r\nliGiA5xMqFfhUk0zr0hIBMVrZk6gs6LGYqqNXFFnNLqY7g3OFawP63KdtRvg\r\nR50QYd+qrtFTcZ4OZAHglCVGCRRGlo5eKv6R15jU/WpTYbSL/AcoNdleM9Mo\r\nJx8bp1WhQMj+ObaR7kHnIgrNM3IOgI/GvNbxXqDCIx1Q+6YacO6tdAFZ/GGw\r\nfNZMGXkR+gxfEWrkNkBcjAZBRoV8JQY/V/STI2EdmNMiRbG88hZXxMvI8x1a\r\nSqLfKEGOolRjtTBZRLRwKgiia4aKQCWxRnY=\r\n=lRQ/\r\n-----END PGP SIGNATURE-----\r\n","size":1724764},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-20220831174748_1661969145612_0.6911296436203538"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T20:47:49.011Z","contributors":[]},"0.13.5-canary.04dcdbb0f":{"name":"@firebase/database","version":"0.13.5-canary.04dcdbb0f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.04dcdbb0f","@firebase/util":"1.6.3-canary.04dcdbb0f","@firebase/component":"0.5.17-canary.04dcdbb0f","@firebase/auth-interop-types":"0.1.6-canary.04dcdbb0f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.04dcdbb0f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.04dcdbb0f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-6LOdX5giPc9u/oSaucbMCvyEQEVKsHg0FWHUfv8eIuLBD7IgpgPGjmeQ6gACoMDCDko0+3x0403Nd5GZcbkGmA==","shasum":"10e1891c1916f7cf096b2dc1492808d76da3b71d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.04dcdbb0f.tgz","fileCount":224,"unpackedSize":9001076,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHExeFrD+4UCHPSMKewJiO4bhVBQUEMSgtSzdbGETRYiAiBckQeo/9E5NgJJWeNPcDX2Qcm3laLbP35d6cXNyuKDGA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD6xMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrTbA//ZiMZ79+65ny/1vciDzGNJQa8nxFwzIbLyrWQGYcAJCld0CTc\r\nHbIjNGZ+BkvCfdDuEOecZE/aCxfGmcksR1ut9G3IKzsh7SbEvAfo8c+5r/Gq\r\nQwHul7inEQYpJjzQXQa1O91eDYN8hD5GU5woY0LcUjVNK9mKnicUKvX1+uFu\r\nvHeak0t8u5d9MAEi5omZdfCpRfY+90+xQbelBzlR1mWio10MWT1JKCl8QaMz\r\nT9yXJOHsnvg1L3NDPrkkKDyjBI7840PPVhPbm3XCbeHiIuXv89i67CL5vY1x\r\nhFEY8Y9A6f7mA3rUTu+Gmbj2u3jVV7vsToW/F7WH8fVyX2wO5yL00zSWlISw\r\n9v09pXNNzf/GQE+6alNPkTrZgWd42BVciCUmQeXIgLx5SckJm9/X6ERJEn5f\r\nE3jJCGB6Gf9vhpGz8tGi2GNWbSS417RmyB2Sd7FqNYs4VGXLAAHzI9NPtBHW\r\ngDt08+FymUSzrR3B4Q7DQMtsLr5Y2Aw4PijTkjP+aHR3tEhdBLA63Y30PWIE\r\nFSHBUTYz3RmwMDkgc+iaehAn/oqLE3kG2rDZQ6VrFXLEMbq0kkz6GKlJylOK\r\n6toqAsVy7MLiVsbcfDW5xz00F7RISSmId3bgKvsCgXgdZkXPpu7RDQcMcmW0\r\nbEMdD5X+wK3yEs/NEckSxE5IgAZEgF4gR78=\r\n=UHb6\r\n-----END PGP SIGNATURE-----\r\n","size":1724686},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.04dcdbb0f_1661971532478_0.4081839219385617"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T20:47:51.224Z","contributors":[]},"0.13.5-canary.37a8abd19":{"name":"@firebase/database","version":"0.13.5-canary.37a8abd19","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.37a8abd19","@firebase/util":"1.6.3-canary.37a8abd19","@firebase/component":"0.5.17-canary.37a8abd19","@firebase/auth-interop-types":"0.1.6-canary.37a8abd19","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.31-canary.37a8abd19","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.5-canary.37a8abd19","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-M6o61BFl3PXZSIw8VZIW74b2Rx9hdJ6N/tQ4EnB4moeERuuQnHWDut42iOlUei+PqXeVT3f+Ix1x+aL5i1gvxQ==","shasum":"045e26bc3c115863cd2d2137b83f225b96ec562c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.5-canary.37a8abd19.tgz","fileCount":224,"unpackedSize":9001076,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCm9vKh3dls72jFNuoBDRmDH+m+iFcAbQxrnxBOL6eqEgIhAPDUs6p9PKgGHmWmgOWG5RQOVm7mc/zFMLZRC/EHncGe"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjD60HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovfA//Z9Ax4bHTlYpa/aDqkHP0I4N2UEa04zQzO2bhKRT1xfAxnY9U\r\n8+JkLYQKaxI8btbMJLJNAkP2atpCjS+2xBh/syXQCThHeog99BApSiS39CKU\r\niv2QJrQNRmhQDCtiFfpBPFXC6vEwUKBb1hEGcWTXaUcIF2/pjfdkKRHkXan+\r\nyEeLMZnX1nI1P3zkq9vAKQY/34FARBQdw45RNXriH+ft0exztYDHTz80m0SX\r\nVf0PQZkcQ1+8qgnKDM+JIDeFodFvdLKMSUpdzU8MSBqoSxKa8odhVdt1ZA1m\r\nBL79UWbsYuoSNDCvqNDRAjatpy5xJBAx7+PDUw73judV4f/ztGJcQrto+p5s\r\nYJfZ8pQYhkiVyBElmYfzy3J6UYbQkRdSCDMipEzzT2ZqUWBK1nQsvkCVbjUv\r\nSsOulX6e0f35kUe8qx3u49esfSZ/3tp8EGbSPy36khMcBSQhp7GpbBmIGaJg\r\nyngsZrVIaClpBrPEHpCFcK7zqAhXqd1SZiWHHST0RQ9FaXASBk6P9Zqd8Cqr\r\ntKITCjCABQGk4oUHsfhNdxE8xwm4bpkxFki/9jmb0W/keNm4GnwXnZrTcSGW\r\n8lC4Ei3T60lauWJRSnEjlrQp/iHMPhnUvc0Aepz11EcSNRelgpdBjyt9+uVC\r\nCdP5bj3XimnwG0i+RqPUqjJsMqhhW2LwAOM=\r\n=0cAo\r\n-----END PGP SIGNATURE-----\r\n","size":1724690},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.5-canary.37a8abd19_1661971719473_0.6698374758343935"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-31T20:47:53.924Z","contributors":[]},"0.13.6":{"name":"@firebase/database","version":"0.13.6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.6.3","@firebase/component":"0.5.17","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.32","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-5IZIBw2LT50Z8mwmKYmdX37p+Gg2HgeJsrruZmRyOSVgbfoY4Pg87n1uFx6qWqDmfL6HwQgwcrrQfVIXE3C5SA==","shasum":"fb2493d65759400ad155f156def068447ca1bfb1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6.tgz","fileCount":224,"unpackedSize":9001150,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIByBbfU+Xcb1z1zItECKzCo9mzMzaPBAUSLHpegFU8djAiEAjjvmb4R8j0E1tHrahf0zn5eKWYbkwfpNXGRMqlGfxu8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEU5kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpnZRAAmDaPncMUZIiWrgjzDFVbCizXtcVpauIYigslnT5Npa4walDb\r\nTlevW+WikItXPOYsJAyjOA+hpcYuC/siySN0zGiPlOxu7U27PDYsOBQKFpWn\r\nzTOnuJ92SfDyOYAvJE7frywZe0gREEWVgx38wUT2qbvwRGntom9BSJrGMX/C\r\nvEmtiVSie3Vp1Z0ZbuwEy2XZK9tra1rmSvGtSVSmx6ubYIqzC9FX0WXnScx7\r\nGY2OIfUJVv02vBkkMGZjLsSSk4zZ5t/3XyZjmMgaV4L3MmNIL5Vum22MppJX\r\nCGHq4Zpp1pv5AcTJG3bkkb6+Mm/9ri0OVuYDGXmKTJCZcXkuc8cxOa5z4XSX\r\n4YJkWH8ZmaXHk5P2m7cVl+FEFqVBGFoIF8VV1O6nfxgmY93ZTQctdqzy/74r\r\nT/BRNqR/SGtrJLh6cvPwaEvzCW9VIMxJd4RXpVgRsCIfI/NqBXfJTXyiRKH7\r\n7MSs2Za4u1yU6s9HCxfcEepNq2nnaBfP3Z++AtrTioXTJ6hXV5edzmOE7/Kw\r\nxGKCVGq3h1o2MKqW7eKtMNn91NZYoKk77waAykQPF6FyKHOmaAFv1oQHZ/+p\r\napr+vyDWQlZBMKchcFteG1SJJu84fCwtkRqGL8zZ++KwYna2WHWfGwfwh2aK\r\n4adzG554jDRLKASCsgtU9KGwIAcGZdkQPB0=\r\n=Aw1e\r\n-----END PGP SIGNATURE-----\r\n","size":1724708},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6_1662078564265_0.6676633262636575"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-02T00:29:55.512Z","contributors":[]},"0.13.6-canary.87c90a78d":{"name":"@firebase/database","version":"0.13.6-canary.87c90a78d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.87c90a78d","@firebase/util":"1.6.3-canary.87c90a78d","@firebase/component":"0.5.17-canary.87c90a78d","@firebase/auth-interop-types":"0.1.6-canary.87c90a78d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.32-canary.87c90a78d","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.87c90a78d","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-aSVvOBwcsg8zX5jAgCXQd/M5tQTO+TDEpIeYnZRAvfBQNugbamki8BzTWOJHTAaMRjDNNSbA/uH287KZ2Jtz3A==","shasum":"88cd0d48877e48d84c5260ec9043e62900e7561e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.87c90a78d.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC9FHwSk4rY6Q5mXr+bhOQJdStPEGZhy47C+VbttGIjHgIgAuqpkV4ZPdSwBEqZMa46kxYrIHNI/PDn40J55+Mme3Y="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEjcKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQ/Q//bLJAHfMBx7i9CMdvGr7pk3/qK+OrOsu4lG2jojBHTDK1Ltmk\r\nDmNRS930o2G4PfKBZbVUm8BINoTYkdWUI0psSaCBJHG6hCGV5T2qhV0P1TMo\r\noa35lMtubZrHh19w1pIPnJW5k+lzm2Qyjj7BlLjW6KxuO7CIuJlb4Qx+Nkv/\r\nPbVFh5L5AU6V/Q87rV5YzYoj0Y4zNJPli/kBnGGW1DTWanzHvVknlJ8wR2ip\r\ndPQY29A2FZJ6xN/hmpAlrrfNwcL2XluQcmIjMpIBkLWFfJMKquIk5LjqwEo3\r\nIPTwUwUeO+UbLOrXwboY4b4H/N5aFmSuaFn/pArBdvnPdVFVtRDD3fT0XAJX\r\nI3YM9vJlScZyjfD1JW/72zJ6Csv3OLg46cAZvXt1XYxKByCiMcGDGMsqQmlO\r\nrqp9DNpX66cXNHLScSrl2akJczNx0/Ufp3GX05CeHmD/BleLlnTIn8CuDRHc\r\nEmJYTb6yxGpg/l92E5QDAGfwi1xPHE8oPzp61IovhEuC29kz4hgMgCFpoWXC\r\nwTng34fKhDqgHrRKqENNY3+cuCsFS5Du/yb60zD0+OKpwvGvHIT9u3DUBe0n\r\n39lkAIbkUjwwfze35HwGcmIMTwrOqZMUGeP+/quU/LptmQ20a07ENbx7DguJ\r\nj2JvapM20KaYOHCjuyGp5o+hCLDhFCEVgbI=\r\n=f/3F\r\n-----END PGP SIGNATURE-----\r\n","size":1724765},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.87c90a78d_1662138122547_0.972809192142116"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-02T17:03:24.503Z","contributors":[]},"0.13.6-canary.666c8ec1f":{"name":"@firebase/database","version":"0.13.6-canary.666c8ec1f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.666c8ec1f","@firebase/util":"1.6.3-canary.666c8ec1f","@firebase/component":"0.5.17-canary.666c8ec1f","@firebase/auth-interop-types":"0.1.6-canary.666c8ec1f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.32-canary.666c8ec1f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.666c8ec1f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-D+Q25KEKZJo/HoH4zPCcgzmPyhs62lcDz18ofz7t6FIuXZ4LbvaFDWQDMRYlPiEPwPraF+mT6Nluac++70IDJA==","shasum":"79918d64e6962fc2feea5a2a3962eb11fea9f773","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.666c8ec1f.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4TEdqF/q5JkjYNIkL0U6UiAYf838ZoJDS/Gx3wQ535AiEAl96Fntcc1oG3WokQI/R0qaXofveeydfHBYSmBCzlNYU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGNhyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoS6xAAgUbYlr4JpliTORcEvl1f1HpLFQeqD+LuOAO/CnQ1YhrW7lwS\r\n8S+yBpA/r9w5l5vGSxpxym1zNjefqg8uTvI0CC2U+iXeGeGJO0kMdRNLK4F9\r\ncsfSIwTxyyfCdHx/Y0bZjcpsVHxlDWwsmZOIXGlSWAlD7vIB9ELeDpkK1RH4\r\nhv+0yVKOF7AkndWDDyKjzWA0UMnKHpwt0IHJ2fW+oYLomiZrj1BSEuoRHLft\r\npSnGtPJBTAgouhdvml8qHci3uWiCCbOOUQubBMPa12mqGTeqAf2nlyNrca2v\r\nRktS4gbPyCieM9ZdAo4xgXomHdjYqRND3xSPD6sdi8J4tLUOX/VIH3mq1dzL\r\nO/V6NMRusdcKDvCaIHjV32aI1DrZA4tl/A7knJCiEPbEOcu4EZRNfeAzGVmI\r\nsJ/6qvWub3wixmRFZnP2E6mxksdtGwtiVd7kPmwBy8WMliZeT7WvvQPjja2+\r\na3XRTX87zTPIEoIX41/bCfb7YlPr85xdUXusLK+SUbDTPRkCdDaadP64nAN7\r\nCtgdAJa5F1QwHEXCZfAyHYuZTdKKjc34lGN2EEePmLmxZdrNGSwr3UMiq5wa\r\nH6d47YcpFswfe/5eYzQk33+old7VJ2A2Wd9mqphpFoM/uw5AEzW4kDRddFMS\r\nXW1CJfJhXiYVmuUEC2Vfo5Pv4iPyAPUyMvM=\r\n=EK2l\r\n-----END PGP SIGNATURE-----\r\n","size":1724761},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.666c8ec1f_1662572658339_0.8198014846155519"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T17:46:47.699Z","contributors":[]},"0.13.6-canary.2bdbd44f6":{"name":"@firebase/database","version":"0.13.6-canary.2bdbd44f6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.2bdbd44f6","@firebase/util":"1.6.3-canary.2bdbd44f6","@firebase/component":"0.5.17-canary.2bdbd44f6","@firebase/auth-interop-types":"0.1.6-canary.2bdbd44f6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.32-canary.2bdbd44f6","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.2bdbd44f6","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-zBYZHDAyfLfBinBqoR9U1b7h8bJfDjagCukWYLpWXX8ZVt9AAl4cYZBVb7vNgt3b6/aIGAohiXllb+CbGx33kg==","shasum":"59e629f3dd7b9b4d362d8d12ef8d8137fed58a24","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.2bdbd44f6.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICk74O2P6g3SKgo4CwPXLxmL+MdM9LT5DtfrjSysRR43AiAeFuCMmSz53O8G2rzHIoXOLlXsIGF7EwTohWBzyW59Tg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGOv0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpvMA/+NQ12R+RIYHwM51FQh+Ua7oUgF30InOjy0A3XTSca6uyP+9GA\r\n31Bp+r7FnC0OieUJqnAkwZop5y6gJY4UrR7B7YFzlr/b9i8QOqla8FF/g/hL\r\nxY62fv5S5miLztVtKyMXuPfgUU8+G0dyGu5mn3Xtvc655M/MY6MCPUwIFnR/\r\nSOkodwsBXjhsugdyNfmGRJhnJWcII8BdA0iAetwlx1ufNuIc6aZwiBG3+fjE\r\nWPq9SAB+Ies53P0WR78p6rFpFBArezeGZSC2fP3Ywm3Qrf0twZG8oq9DR6WL\r\nmAGYwpVrcAekqYaZaNW1CQPP4NBPeG726vvMrokCU1Krzvjf9MFcoO5PH9Uw\r\nQvoEtwbsaNlh+lujOfBs34jobpah3vhPpbBNGYTu9o2pcBNrr3euHwHV908y\r\nOtqappalarXAemb2NhhuOqL67lcFm36645TdanMOLIqORS3E/ePp+1I06io5\r\nN/mLkxY7/oLQ3/oWJJDiphPn8yj/KtCWNlU3ZmF/u9r5ReAXMLkmuqYzcQHw\r\nW60Ktve6P6Zv/JxbNos23aIoTifJnSp/JUGSz7cEk3qK2kXRERYtX+gvnnhB\r\nLaxXUHqr7f7R1Jj6scQaGnbADGfD53Eniz3FC6CdPoU+mPWXWhC+iKAKfEfd\r\n7CIASyeZZlTrnd4zWSj2VJg/ONnQZTX77u0=\r\n=jMRy\r\n-----END PGP SIGNATURE-----\r\n","size":1724761},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.2bdbd44f6_1662577652231_0.2817502295576586"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T19:10:39.430Z","contributors":[]},"0.13.6-canary.7c0c640a4":{"name":"@firebase/database","version":"0.13.6-canary.7c0c640a4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.7c0c640a4","@firebase/util":"1.6.3-canary.7c0c640a4","@firebase/component":"0.5.17-canary.7c0c640a4","@firebase/auth-interop-types":"0.1.6-canary.7c0c640a4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.32-canary.7c0c640a4","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.7c0c640a4","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-0L/Q+ZrvKnwzqROq6JSTHvZskh2GQ6kvyz5w4cyWuFh1ybYQWyg9tbyeAXn410VIXvM0ZZ+0Zvn5CkzMc0j3Vw==","shasum":"ac16a845e16dd6b00998554c51565e5a7eef717f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.7c0c640a4.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrtWCTJ0q1SZzQbwHTxfC3aYO0xHpx7p2b3f1MNPz+tQIhAK80xfSXjRivdM500lRLqPcZy11lVPCW0GAJX14M4NzN"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGPWHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreWRAAg0AkWvjVb5u7yfoxdL9FS3YMEjDJsaRxB3TV3cBdhNhuv7Hc\r\nusQiffcpkd2YTzZmt82WUkhoWjbojCak5lGhw2M0WK5rdEqIVhRqlVoFW8i3\r\n2c//YaYyiCJD49Y4RvXQrbA7O7gpgg8SCwmGDrgtghJWf09cB+j5u8sBcSrm\r\nCNQ4UdRDYkxkIkmE7+56u8dFcCmcmHuCFF2ur69VcLeRmqIhuFRmYCsDH3Cy\r\n4nOSv1MR/h3olKUoJldCy8P0szyhNe3/fJXfnvKmh4/t7Pf/0If1+Remly4/\r\nuLpY3CBUj96E+eLwj3WzFn0tq+cWiH0tRX/oBlEaDaKzKQSd1yHrE56IeRxF\r\nY+n2gEucY21roChrRkkE7kMEWfosz7+9bc1AfXeF7WwBizW9vsEsQoFhTPO9\r\nq9f5OBN3FqJ3stTnSdmgmERoxcsCusAS2lVKTRjYqjx2UuTr8Za/ei8b/fPz\r\n0mwl9kNz1BbXT5hubEJBYaFAnzlgExJKndKCueZGcWoxrmq6tb7LenhtQL+Z\r\nlXmtSwV2wqL1fg+FSU9nY95KTTDhjcvQrvLGxJHlu4pQ6ZfkCaQjxbsrmTah\r\nneDh12nLYLVFEU4kmySzbtoZ3YDFLMAy+J+mb50C0T7hRnj+bXM8GVbV7qaJ\r\njkvzXyMUhhNFOIaxTJQXm0jLPu5bpDx1mVA=\r\n=qzbS\r\n-----END PGP SIGNATURE-----\r\n","size":1724760},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.7c0c640a4_1662580103180_0.6056175388767504"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-07T19:49:34.528Z","contributors":[]},"0.13.6-canary.e06d9069c":{"name":"@firebase/database","version":"0.13.6-canary.e06d9069c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.e06d9069c","@firebase/util":"1.6.3-canary.e06d9069c","@firebase/component":"0.5.17-canary.e06d9069c","@firebase/auth-interop-types":"0.1.6-canary.e06d9069c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.32-canary.e06d9069c","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.e06d9069c","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-U8v+FuEPjEA13vIO87wVzFnQWA3bKo4YVY7p3evDCgru0gpwhmyyA0n4oRGg5ucOsKfyeW3xPHxU8Ulk7+f21g==","shasum":"ae7ad92b41ced1d2abf75afea911bb7c3195045f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.e06d9069c.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoo+8RsMUR/xhsbjKjuYN384IW9/Wgytb74oPoDogCWgIhAMjkBu7GubQKbKvkh4Zd3IKw/B0i2lTq5ZMy9USnQlCy"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjH5WPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopYQ/9HdxPyhLVcPZF8lDxP+HaJBg+ON8n/OJvuk+gbMcl3npBRFS4\r\nj9aMoxnV9ZUdjcXsZl0vP4ytyJ4pbjgk5T2iXdYYwbeWCGPsaZiR7Us41r7k\r\nWcH5CY8oOiV0Qsmb7GSQ7rdIZMUdEW8eJSj18Y+J1NEopKRxUaclZ8In+GLP\r\n0+9RUPvUAgRQrcXNAMf+6WvDCMmM6yUtworjnZvzXVOKYlXY6cIH1eGVX+4O\r\nrRa+pIuPWnJicF4qiGNfuH1vPOb0aCzVneI5TNrTSssVmuc9DGeImBMXHOOj\r\nL9GtjbMxb6dsJmI6QzLnNEWDx7DJdDKbD5pjBjTSRKyXVj4VAP68egiDFmWF\r\nYIfjsCu4JE/5VOe0+fJjSDepnh2vU0O4vO2/2S6qs1WerhjGpAEpzKba9hN1\r\nQJ3Y9qFSd7tbNE5IzDb04azUBV3mlbALlWLOmQHUYmFhNbO0re/XTfizFm4C\r\n7IZhcxXnNYNmhoCmlSjd9qCczWQkSP2sgRfh+IWeEfmRl/uwt5GI48rMCyEg\r\nhRhwecUpGS8XAaGMzyy7vqzMuUcp3XkpswJZxNZgu7OJDJN8p4+5hIQAFZN/\r\naEJBd4pplxcplZy6WsrjCK9WVmTRqBRDMFN+HmmNh+3cMoWdr2JhAbGFYW87\r\nhZgLQfeD6jtQ+4ZrpLEx/3KaWoW8KA8xB9A=\r\n=0ta+\r\n-----END PGP SIGNATURE-----\r\n","size":1724763},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.e06d9069c_1663014286820_0.7347331902383298"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-12T20:55:31.224Z","contributors":[]},"0.13.6-canary.ba8d1dbeb":{"name":"@firebase/database","version":"0.13.6-canary.ba8d1dbeb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.ba8d1dbeb","@firebase/util":"1.6.3-canary.ba8d1dbeb","@firebase/component":"0.5.17-canary.ba8d1dbeb","@firebase/auth-interop-types":"0.1.6-canary.ba8d1dbeb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.32-canary.ba8d1dbeb","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.ba8d1dbeb","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-j2UzwoeZXCRsuqYRRiLWV6Iqx+5QgoSCfDSZsjp5wsvn1goKwcV9MG7bTh6HyI3kWEf5wzyHR5GlUIHQBf20kA==","shasum":"0c0be5d0d919c40f2e902309675d7190a9ea5a28","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.ba8d1dbeb.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD+Az/TIfmESGpj819qZDCQDLVECpo2+CCdw/Ptp2rzVwIgNpcg9tzsajKj56UQCJZPd7ypWLMlgyG4VV/RQWO8DJk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjI2STACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpkGA//eG5IsKKt+pndk/GnsRMEM3IaHhj7b0fNmcgcMHrcjGQiCu8T\r\nYx6wmCpvIzDxgTTyA1r9qQVinriCUfSyo9io7yQFqq8WYiT/pFUy/1t3SiVE\r\nc/FiTVWWEKMt4tPs+cVfufU2kFJMvfAJgCr6g70kSwxJLJoH4JMRbmGc3Md0\r\nwxYk3tsQZ10mydMJlmCbOb2tukmsFgVeAyLWEBwaGT4WPnDDUhUO2dQ7J5hw\r\nX0xhWp97Xvs+zkjtFua9rUAemN3ErlbesTtZfybA/PLSeu81KZYmyP2z5nhj\r\nUmLoO6X0Nv9gpovcwknrn93GHp+bLugxYiye5DG/OBZtC2PT2tTx2ZMAvLZk\r\nTtfzXw4yRuAXObrMRdMR6N09TqQapZ7Ce+XHns4eLe/VlfZvOKE6yLmfIDd9\r\npvJcTKpQOrxxsI0xX6PiQEmtzeUvp7G+jJUUbOn+2PLGt3kNnY0gMLOG1ouf\r\ntzRo4yWsliQgRh8w1fmXDviS/E7tzAlEYq8eD8BUxLUMtG1fJNhpq7c4a7nQ\r\nB8xYJskbySojL374humU/1t+34sb5nYGuc4f7kkGl0JAnumZtj9QQ8nK9pJL\r\nVyz0q/PeP4pZFQkT/Y9WF8Ob2WVF1DPNHvm0OkZU6kSycYQ8B417C9/2Rm0M\r\narhe3xnbFEjunD1z8GLep5+o7Su1/6GSJMg=\r\n=iO11\r\n-----END PGP SIGNATURE-----\r\n","size":1724754},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.ba8d1dbeb_1663263890834_0.9990646170461053"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T17:46:11.541Z","contributors":[]},"0.13.6-canary.5b696dece":{"name":"@firebase/database","version":"0.13.6-canary.5b696dece","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.5b696dece","@firebase/util":"1.6.3-canary.5b696dece","@firebase/component":"0.5.17-canary.5b696dece","@firebase/auth-interop-types":"0.1.6-canary.5b696dece","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.5b696dece","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.5b696dece","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ln6TdRnh9ni4BQhP/Z2jLHqRtha/VpHUsdktA5Z4oT3sQlvEDLv8Nd0b9gtxTv60hsdApyModPyZKIavVLEycw==","shasum":"8ad74ca50ceb8b846bcaca12a2b02cced0fe6028","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.5b696dece.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIETASH4daDYmxcHqKwIT3YyEdMiCXiohpDYEg1oa6/iuAiBWDgs0Eeu5qIUrrS/cvz1CuZcR8yKfvHhv1E3RVqqU/g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjI4M9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+CQ/+O270TRfBWBIPGhL/YDbDEuGKk8ScS8U2dFSYTWfg9pycGfdL\r\nODGl95Y/TwTAidq4NwFS7l24zPN+ADAipVIpi49RnF7kyfIe3ODV0IwTmld8\r\n70LIEgjXlNwHNgkasb8mc69/E+DMDL9/PAmtpZ8YUA7BwzEDnVb2ZM1XTbCZ\r\nSPcUiJNRVdifTaPYXPLil3D/aByiVdcG3lVpX6wZia4mq+k1DbsJsCZJ2J/d\r\npZdZSnNWQP0pfH35e3XWTp7JP59t+A/CKCbxC8XDgUmMKuvTOMufbTtTx19I\r\n14CSRf+q40E+dma6FUcz1IzfhDEz8O1pmdrT4polvCLUeCEr3Drj5of/XYEi\r\nMOlwhfHAYavHVFEYs4C6FFwBaekKAZLMPiemVg+FJE+H810gX5IcjykRIyvj\r\nN+Zp5gPmN7rcIcwrAutnwCuNjxTWi3HvvfHvJPoaiNHSx7muuCwvAWc9WezB\r\n/lihZe5yac8LTSscaalwLFJ9aN+370RF+4kizA+vnoEv67bGeMXWfrUbzIS+\r\nfs7XS16J2Kz9q07j4sdMziO/X3U+gdDF7ux7xidyjtpHU5HMQBiXx2m0g+0B\r\nSdPBrUCMzVD+QHZ/x23NpaxNjbrlxR9DLcvEWXNNmOd7gjUmL6XSKQbhULgR\r\nNGNwNLMdATrdooZAPoAP2RvVZbH430eUats=\r\n=yg2+\r\n-----END PGP SIGNATURE-----\r\n","size":1724759},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.5b696dece_1663271741041_0.9870661974119845"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-15T19:58:50.261Z","contributors":[]},"0.13.6-canary.e35db6f95":{"name":"@firebase/database","version":"0.13.6-canary.e35db6f95","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.e35db6f95","@firebase/util":"1.6.3-canary.e35db6f95","@firebase/component":"0.5.17-canary.e35db6f95","@firebase/auth-interop-types":"0.1.6-canary.e35db6f95","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.e35db6f95","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.e35db6f95","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dURL+NAw3MVzM6b+bi9R7QNYo9Cy/shnSjP/Ys0IG9UQk9F17BLPyqXyT+3jcn1zHfJVd3bZpGc6QglafvcjUA==","shasum":"01dda1fa087deec9d26badcafb568e1182b47ba2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.e35db6f95.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3xsPpf/IKx5KwaRYYqNrUWUXnGEIawyRSxwkIYxt4JAIhALcm5yx+FuZDhrCe96AjS60cB3HXqY0i6GIAGKIUh7Eq"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjJNpAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr6WQ/+JHICyEaou3qdv6uynqiWH/fJsQB5YXOWs8jblIngtaRi1PWA\r\nzzlzRDzm/NOsFqbaqKs+11ShyHBRt7apMjtOqHhnNFQaXr869vlXvY1hOxnl\r\nZ5PRYc7Qlgpvl+kGQnFZ+1hOtvo6LjtDwQ5vMOx2bOiJOkI/okfkJMPS+Olm\r\nvxg+ITpgPHmH1ZDJ8XH4fM5bLykWkShGqoMbqHctY1WGd+KQmPcpmL0wLVS8\r\nnc/MauDP6xsx9DmlDlMiZTY65onfTqT8p+CJmkfH8scp5pMhs7/bOCL+icSP\r\n2tOvt5GeQN0v4lrt8IKqPUxpNSBgFCWk7OcO6msd/m1vua3ybzDQ9zxCphn0\r\nvSOcBIkpzzDPb9qujqQcbGWE0Xag4Kuusm0bvSvAnwwnXtX63NyB/sW2xri5\r\nlrpiIqBzlUzh5WwevDmkzvZ0696h5GYH+8zXKMthxEvqtxRANzuzXf5NPsoV\r\nAPZoj9ZbF7r6mJjeITrVWXfBmuqDhwjJWZK0lOYfusGIue2w/X6daV0MBQ7r\r\nSwSdRGmGrb/U2ZgXEMQ0zQk6cWSJTfzpmnKc+UKRapkgnZlSaLw4HUBqkJqN\r\nS2IYdqCtQKS5tNclNFXUd50JPo6RgjtLZAaJBTbjI7IpGGPJRrIQQkl56uFt\r\nN0upbQ35/9hjioUKDRnB7gCFrkGfJ23GYZ0=\r\n=zY9h\r\n-----END PGP SIGNATURE-----\r\n","size":1724762},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.e35db6f95_1663359551998_0.917843443417103"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-16T20:20:00.321Z","contributors":[]},"0.13.6-canary.b3951c6e4":{"name":"@firebase/database","version":"0.13.6-canary.b3951c6e4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.b3951c6e4","@firebase/util":"1.6.3-canary.b3951c6e4","@firebase/component":"0.5.17-canary.b3951c6e4","@firebase/auth-interop-types":"0.1.6-canary.b3951c6e4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.b3951c6e4","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.b3951c6e4","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-aSKei1C13SbFILolVXgSf28DEPqx0LbIOb3qOmN+QtwcTnt9y27YIKMmgClbJ85GvPSYGO9aw/mjp+Bl8O3LHQ==","shasum":"2a8b58583d171fe32e87c3b9f985524c02045062","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.b3951c6e4.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEMEO6cONMhWmZ0tvoeF3718KF2oX51EkLr0TuS75XHHAiB7QJrW6MhC8Kcm0zEVZV/3LXoZco6varrLRhoUEKQaNw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjK2OzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoAkg/+KCDmJF/HbWM+pI71qjVy4MArf5dMg80Sd6EQ+J3Ol+sMJ8El\r\nKf9xbnk8gm7jHtl6U8NHi6K6unqrkMLdUbwKGBN2FE4yk+NoOi7HZa7bVZiM\r\njtflSmlRYVqJYe222MzE2fN5XQtseimQX32EDtBH74nARSxN48X29kHTWVVc\r\nRGUZs8FHdpPV3A3KlT/tdZRFNWt69eu9oV0LFYdmaFmxBHCoA0havondeey/\r\n/UdKlyi/Cipz03a463ghSImn+gWcQKtlT+S7ggx8x2k65mAT1x3GCx8x3CUk\r\nBojM0C/hUbgUTtFIsON9P4Vc7n3CgHRMPCs4aNJL4EK/fV0fF7rrA7h2OLCj\r\nLL1/IK7fSVi72ucbSLoLXZgyxuDND/EW9zx+fmKZ/keb4I9C8/bLHmSxHtqR\r\nA3ZUNPSPRGuGn+jC9jFQ6Ow7kQfx3jeW2APLV12O0Qy92msq3rsEnf9COnea\r\nduAhlEroOzfM7Yls9/TxqYh/9tvni2FI2A+kjwsjGCeTJS6lM130rkkg9hyO\r\np/OhCOJswGpf9fVkudljVZjC5pPeJRE/Un2RsEqeLGSsIExT3IbQyMKmIl1W\r\n1pWIi3Hk401xPlckKTI4h0F6j5oollDMQALJ/gL6L8q7dh8Nw7YFpKHONeB3\r\n3Nx9zde0rdi+3TJSam1VjnFKG+/y6acnnnM=\r\n=LQK9\r\n-----END PGP SIGNATURE-----\r\n","size":1724761},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.b3951c6e4_1663787955244_0.8533202944871425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-21T19:24:40.177Z","contributors":[]},"0.13.6-canary.8031cd425":{"name":"@firebase/database","version":"0.13.6-canary.8031cd425","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.8031cd425","@firebase/util":"1.6.3-canary.8031cd425","@firebase/component":"0.5.17-canary.8031cd425","@firebase/auth-interop-types":"0.1.6-canary.8031cd425","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.8031cd425","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.8031cd425","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4qLvpF8r8P3uhQiLo8/rnPlWx6xlR6raLSfPT1fJN0BzOtAWyD/3jcdz9kBi/9cemPO++VBOQkEZX/7cQQicsA==","shasum":"c03c60155c21ffdbd6e146b05bdf752f0876944a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.8031cd425.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8SCVDa237u/cTCsipdF2MtxEXRfaZwdkaNJOuAx/e7AIgd8opPrn2rtdOkMhHmhfY1ABzLB00PoudfDrK9HkYGZ4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLI/EACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmomgw//X8+bFcEMcp5MY43u8fwz/tM+s9Ox7pXo5QzPcHbr9wPTATtQ\r\n00YPd5+HXyqo87FT7Q7E/2NXiDoVd6jaJF7vaZ1mAXbsONosIbdljqFZvk56\r\nRQ30pxokOFzpydcuzVThiGYYKmq3ttziEWMHV1S7t4ekZyUxmXdFwKg8aLEz\r\nCPdZOrJtEhnhRNsq1aowhq51U4Ks+QDeIs2gWy9NPn2YE2MmhekROjDjRrls\r\nN8tZ8Kt0rsCtKO410UFm+754FOVaPelVMMyPgQigLe8LML+s0I6unZ++C/W5\r\n/XSLCgBGpLI8fzjbsJFuR8+Gjtp/8jI35G1i5tWlZDa3nVk87eRitjqugnAT\r\n0v5snM8GbTX1PB1dJS5JVUcvhi27d92ZPkTH3kwLqfUxpRE/eDWv9IYGFCtS\r\nAcksV3VAGcP0oZH0eJZmyx4p5uZH1mdzjiDMiSwWFk8yyJfoqLZt4uhKiwDQ\r\nzZkZu5+gT0ePiWLAQCheyEx6och5ypVcGlPgaI2wfEjoX6EEu3Gm1ck98B5k\r\nDLPEXBLHyA71uPRUSS5AvOmX8Z75bwJiUSS/70Aw8winNFfZ2jZfUC08g5hw\r\nbp+TgVgWM62pdSV5LiMIGwytA6KGQrPvi6g6h4jY9CS1mGOEZb17mqQKU9rB\r\nWrE39B0L8lKtX79JmPvdaBHEaF3EYcUC+cQ=\r\n=A5b2\r\n-----END PGP SIGNATURE-----\r\n","size":1724762},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.8031cd425_1663864772558_0.4559952639208458"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-22T16:48:16.450Z","contributors":[]},"0.13.6-canary.a4918888a":{"name":"@firebase/database","version":"0.13.6-canary.a4918888a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.a4918888a","@firebase/util":"1.6.3-canary.a4918888a","@firebase/component":"0.5.17-canary.a4918888a","@firebase/auth-interop-types":"0.1.6-canary.a4918888a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.a4918888a","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.a4918888a","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7hWcrPMWrcBYMvvcFrklfNJL2vox2q3IX5ZFSYdM3TWsC7fnxbSHxiBNOmyFsMCspJZ6vGvyGcOVZsBgFMhm1Q==","shasum":"32a9c76042fd6cc689ce03ff99503aa6610b61ce","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.a4918888a.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDbmCzHLYU8sPmhkmopu3NJm6QLoKOhtEYpcv40EaiEqgIgeH6xSEO+X2T2CJCi+AXEaSL+UuO9OM+kf2UxWDscAP4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLLV7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqhRg/9H1F5rLOevmoP50JwpkAdoxPIuRGKrP6ogijVUn3jrs77B8iY\r\nGBRGQL0cfsr5Dam8sNUkC21ZHLD8pWdvxgjM5HWG/vI7IOd09DWhBy4lyvMP\r\n5J6as5GdSxB9Q9ZKiE81SoNSTmwlUOIgaSzra6u9Spfonau/05wAzVEIrmeR\r\ni2H3egCwejUnx/BIepCjgZRK4HrtKzngarBsaAemB1ArWYWPYRfRqWCN97/l\r\n7G4FMB/yCfRkwv+xnxwq98c70D0dB3PQYVKyqofdHq1Xq/I+g44dt6vFmvlW\r\nDa/XqhoXmiFTkvld2Kx7Z/f9270I+geAaUJ8xAStWnXLo4rplW5TLvk5/6gU\r\nNDVD3j5DaY3VQfHn+lYDWBVHmkS0t7GFqQFvTDuXORYqZ4XYuGXIS3Uc0QZf\r\n3UvNFay0RTHdMS9mjWyjNo1CrplbURYD0EYu8bN47KEem6m9wJ7FKkkqMFrd\r\nb8V/NYVTfLN+rNtPSX1KYx8c/zXpMTanJ8OIR1jbZn0LRGAMtTFV9ne1Bu/R\r\nM9MWpKLnC8PTs2BRBJjqeOgETM2QeqBx4Z2t+5Q5xTXaSd8fmkjKs/qiMfDI\r\ngEnl+mTcZl/NYIrhDB9cSuN6l3uIeyZkzUcJ7DRtJkVY2rOaN2qWp0pmqk1h\r\nAnwJnMc/c4jYKkOuWyl17GK8i4cEmd9D8PQ=\r\n=cZU5\r\n-----END PGP SIGNATURE-----\r\n","size":1724754},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.a4918888a_1663874427426_0.5138222564744381"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-22T19:45:32.043Z","contributors":[]},"0.13.6-canary.c6ba6fc0f":{"name":"@firebase/database","version":"0.13.6-canary.c6ba6fc0f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.c6ba6fc0f","@firebase/util":"1.6.3-canary.c6ba6fc0f","@firebase/component":"0.5.17-canary.c6ba6fc0f","@firebase/auth-interop-types":"0.1.6-canary.c6ba6fc0f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.c6ba6fc0f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.c6ba6fc0f","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Cu8HBgJNQo5oSH8XcDpLqPKCjZMp7NgM0rTKE2cNPq5bQIUeb33edCVnBDD+xNRx+jBXnI8EcpQQW9Ow5BWRdQ==","shasum":"d96b040823047fc94b31d405eea618bf94074cd1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.c6ba6fc0f.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFv/vQniq9RHCcPbXbtYTz+nVtmXMQfKQa5i4BhMYP/xAiEAnxxGHfGponmWSGvL5fdlv39wfUUScrPu9mBMDliMUpI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMeu7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrF4BAAgHtCacbr7axv1HUEyaKSrGmamBmJUuUO4hP3NqRpWgp8JRwE\r\nj94RzXesLqCLsrsMdJvPT8v95hDx5nt9JQFR7rqrODZM8eXkOi4Oz5R7BeTN\r\nufHNbp8Hui+paRs8DfAs8H82B+Agx/hHgqMbnDf5qVQcRjmXxAt9OXH5R5gy\r\nsW61lMgn5jucUdy3YHQHwp+5vhwT1NimKf6pyoSzBM7TxHYH6T+ms7+QRDw9\r\nZI2Sp5PbhIe6fpVbSJSITQLbr6dzrXEaV2OEFECXdmTdBnVQFPMuelqQa7qo\r\n8U2772rnyutr6Lo43KkKqCB/5cc2JrYWLaHvV8GZR45InejlrmMsUONTXh+9\r\nwfZkQc2w6BZKUXSc+s3FF/Q90QK3Y03PBxaFolP1biVAdi1TjWJDmF+/wVzm\r\nKhBOQUmkWtl/z4850w9eYoVjWDvyizLLmu5Uz4yKE2vkzW/h2D1X+W6z68sE\r\nZ4bPZ3g9KqGV3/iAUs47wP4pKlAzJAk0XrQ4ftA+PjWeaJCxA97HmJVE/L0G\r\nxfRz2g7BYuK2MMgH2nPHYSpAe1dhJpTR3OkVqSITdCOet6mut0hqpOmitrj6\r\nanlkZka7+uwlCNuGLkZb5SQoHu3U2o1vU2KTzj0EQJ5drWuCPGJjKZGad8Wb\r\nwtuFIcNZZj/HNEgIJc2w0Ya/fy2yHItnO9U=\r\n=5Eww\r\n-----END PGP SIGNATURE-----\r\n","size":1724757},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.c6ba6fc0f_1664215994712_0.48129489004872994"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-26T18:16:53.406Z","contributors":[]},"0.13.6-canary.e33694638":{"name":"@firebase/database","version":"0.13.6-canary.e33694638","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.e33694638","@firebase/util":"1.6.3-canary.e33694638","@firebase/component":"0.5.17-canary.e33694638","@firebase/auth-interop-types":"0.1.6-canary.e33694638","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.e33694638","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.e33694638","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Aryn9cTkisIo89cKojAPDkLfScd+b887vOOWcdgJEgFALhxVdiZRTooWGYQ9YpOghhBwKgoy90DBS4GF9xR4PQ==","shasum":"1f4875b112aa99d8e94bd379b74cf60f916e8a47","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.e33694638.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC+ebQDT54kVD+kan9295f27v0vwuaFjpze15YJ4S7zcAIhAKUIXUuxibZmjfmVqTIkThQF62JC+eCeHggFR/aKB4pK"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNG3UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmquShAAjo+3sVIgOfSoDBTM4IJjJe5KNKRKGQwWY33B7qU30qKI8D0o\r\ndfNFULBp0df8e052N1R+GHd7agOIkcA2M1XOAYmaB7asaZ3u15JOdt4Rx4xa\r\nm24G24gY29CHvWvoEb5keOGFtAAapjyfpVtu9dkH1PAuMkQFgeBn5f+44E4Y\r\n0AVoLgocgpaJZU5ERiszc5adQwNYc/r3YwENF/qgAJ15d8BojRkkJWVplCkr\r\ni3nkXTtx7nvVL34uZZ0hQuplrOi/ELM9YSJygPbbQeJnYBwkFHusxz5zYKXh\r\nr86pILCDUJFmt5I1A7qI7ShmVtaPgfZIGYS2s11jnp/nD1U7hmvNRfT36/pT\r\ngouhe0rCA9Wc8TG+fY2r/eGr5lmMC12Ioixe/j22y/tW6giNuWXpz2Tzu+Ja\r\nMWma2Fu/wbKo0ntREWOyX2XoT96jsw7TeoCF9xjEnRaNHdqHF3f2dt0/fVSQ\r\nJF78KA6TyQLc1TgVGzOohenHKMiCx+SxF1caHul2HgUYWbg6dboH1gxV1w9k\r\n52b4m3dNMpIJBIcK3ULNEFlhpti6S1phBE0jzHdaXDsfJBjQEqBXquCoOxOa\r\nYXG1ViJLZlNTSVx+TgQNN1PeKysi1KEdzA8ZJvNtDGYj/ce6wgrHiNG692Si\r\nb8rYSwQtq1c/zijP6tulUE0WbpJaE5GI+sE=\r\n=e3eV\r\n-----END PGP SIGNATURE-----\r\n","size":1724766},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.e33694638_1664380372038_0.9380610886809049"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T16:54:40.905Z","contributors":[]},"0.13.6-canary.516fe9cfd":{"name":"@firebase/database","version":"0.13.6-canary.516fe9cfd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.516fe9cfd","@firebase/util":"1.6.3-canary.516fe9cfd","@firebase/component":"0.5.17-canary.516fe9cfd","@firebase/auth-interop-types":"0.1.6-canary.516fe9cfd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.516fe9cfd","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.516fe9cfd","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-LZPCfAcIQi12vgD+xEtkKBzfeK0kWFggeuYJ3XkW1UlwJBROzL7QYVtJUDnGSFEnS4tSNLzZkZ8/uf6PLzMDgA==","shasum":"d515533f4ab6a843354c0acc3d8bfd830e69e748","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.516fe9cfd.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDsp8gOWftKzxelYERCmZ9GOWAUw472GWOTogg8pd5KBAIhAMevMe/VpaDDvipX//PBxwt9iP8Ut9p2EM+tzKlR8Cld"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNHgZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp48Q/+O7oUUJ5dYVCRe9YvPIGHhmdJc+iuxKU6Z9j7HjvfLSFYQek0\r\nLnIm5awA8u4OYFn//aO6rTds5CDB6PZJzSNIMqXbVqHY82wjZJ6TvNtM0OOi\r\nBP13D7MaQi4AbvL+IA55DkQX0+chtihIzvjzQMwaLSBcX69+q0ql96mXhvzs\r\np0X10Y1l3oqsUALI9Hz3CprU3R8OOqL/Uy3nJnFpz1Y60R54UfEat03ecMcD\r\npe8US8uJlvMwJwVtM1YOl9TN4roGgH5OpAwdm92fqwGckZZTWuLsHn6Fpw8U\r\njTY4AOCSKXUO76ao1+BT4kqbDle7mSHh6Ik7ufKCVaEuxlBzVNysIOTVGzwJ\r\nZ4nbsjZALuxRwI3RurUKUnSzFGBlYS+6gxLwD4YDWuMHdIApZnvhyj8Q7ZV4\r\nOKFtuJxUsyoedgZfmP5lAwDcHk+fFZLSN8h7kgXPgjYlHchm9qG5N1XE4TlY\r\nig/p3yX1CSN5y3AyWKcFOCh5q7bvasqqljO2fFEiI9QC9nNdT0MxbxVsf6GS\r\nK9z0SEdvFVYocPxsBNelNymunaHD22fJ/EXg4TU/SuygBib9eq05XFMV/XdS\r\nDqplgwTdc1dKjkjX34Tk1ys2qOdZEr9tZnSsT3kD26AtepoYcob4v3uJYH/6\r\nEtrABbcwajSM2BCcTjqhFMVgNlLexBzh/2Q=\r\n=k6zO\r\n-----END PGP SIGNATURE-----\r\n","size":1724759},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.516fe9cfd_1664383001461_0.8898987142140788"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T16:54:43.108Z","contributors":[]},"0.13.6-canary.ee871fc0b":{"name":"@firebase/database","version":"0.13.6-canary.ee871fc0b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.ee871fc0b","@firebase/util":"1.6.3-canary.ee871fc0b","@firebase/component":"0.5.17-canary.ee871fc0b","@firebase/auth-interop-types":"0.1.6-canary.ee871fc0b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.ee871fc0b","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.ee871fc0b","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-L5c9F3Chmy6t/9hkZKrfkyfJIDsAMTMvKMsqBy3PMnJFp0btYg9t9xxqRV8z1KkPD/ZJW0LxCzzLFimiUgWXog==","shasum":"10164a66931f86275c9a20c3e4197b9a7932ea69","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.ee871fc0b.tgz","fileCount":224,"unpackedSize":9001320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtZ7DEQRmQX31PnnWr3nqXa0JjMbhi9a/p7M3jr7uP9QIhAOJWq5moymmf4jdiH4VWqeMfyXUuN25hFKr2D8MTBh8P"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNJHqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreXhAAj7SjqIRyQzhzSpSvnnya0hiDwSdn95maXPmCbO+Ei9rhB19E\r\nIyYMPw0q87SrZYzcnaVr0Eip59ndSkOas9xLaxUawrjQCXwqxDuxX0wMTYYU\r\nt3MZ0WsRBhAFc9g0CBqf6bj7EBWxwxYi+IjPVMFKdSZ4S1014MRh3YcFsUlr\r\nU5yzMq+gbOtF9eSuvIRALVsMyajKyyp3Fc9oZ76wmHcLpsn89fb46D1qArGg\r\niRWTZmoZ/8Wbp7rgKAI6z/5ZwhHoUj3owzETSkP5CPfNxCeia2549qf1fiqG\r\nG48DBR0HOKssNxc+2nWyOmRYdYezdmqEa/EZgxmFD2ZXFR4METtIpx+Yh0fP\r\nprDN5q1kYfi7N8Mqe9AMJ1MnsL0xjOX0oUK/Yyxj+q2nWlZdrH82R62t9KHr\r\nDWQd6cHLV1P/48vRKPjT7+qTD+2Ub7fvEPwaDRjn7W4tRiqx2zigKa/1UOhB\r\nSuEwhY+Y+9WpTMOeFABcI9iM9pLkcEyCx/+MSwFzmAnmlvHfZAnSGY6mFLIz\r\nDiZxzqS3d2qzaCJJaJ04G5e8abLXO3Q8E5yJEgqsm5tS2q+Sjq2PgXZ6FD6P\r\nl0aAFNYKwvdw2rKzTd1F0uqsZp26PH6x5QtZkAeE9tY4za61GBqEt3Y9gyzX\r\noeeHH0xSWpJ4eIrkaC/68Dg12gkowpee6kk=\r\n=g8j6\r\n-----END PGP SIGNATURE-----\r\n","size":1724756},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.ee871fc0b_1664389609752_0.7220013513015004"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T18:29:22.986Z","contributors":[]},"0.13.6-canary.fdd4ab464":{"name":"@firebase/database","version":"0.13.6-canary.fdd4ab464","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.fdd4ab464","@firebase/util":"1.6.3-canary.fdd4ab464","@firebase/component":"0.5.17-canary.fdd4ab464","@firebase/auth-interop-types":"0.1.6-canary.fdd4ab464","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.fdd4ab464","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.fdd4ab464","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-lUpd8+9CK13Aa0AZPR9dVctWFCfkde8BYItemIO2r9nqJeBwQ94HOUxDxsLWpOKA3Ulc3vSK8y3f+X6ua8tpCg==","shasum":"7c387166c38b81723a639d1662ac0f5b85e27f41","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.fdd4ab464.tgz","fileCount":224,"unpackedSize":9003194,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHUDyaqC7PUpP76eEueBS7TwC6gZBsIzchmkx8FhwuPJAiB/XCZvwR8m1k7fQn8XzD1jMkPy9eg8Uk5OexXYwShIwA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNJkfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrbng//bwnxVqMPnYE34w23jk3EMgmLgneOdEoa8u0VrpKtajueDN/L\r\nCxkkE8DqSzgWQpkNeFstAls9PoYqkqGTokMtp1Rk58hLE+ejlBV7Et11ZSt0\r\nhZaoun8ffSUDZkSgnhs24G/+uU7t1z7P/velJqeoFHvjotodh2wvCCI6ob5G\r\nbsHcyRZIC50MnHUVBdvm4oCpU+hK3PiEqn4j8BFDMBYneyK+rsLRg/cDCtsd\r\nIYoOEtiUZ5v4erXCusjGAv29EiYIYVh88EaPHysP7NxGHVkm3KgF54S7mwyX\r\n0IuZk9TfsDr0UAvvxS3ualJKaIJO/BLepuvohPGwBfLNIkOozUqMcp2299c8\r\nIb1jq7HGgHs7OSlqMmTYBWFExdLrgA4kA7dCZnMgzBmSuU5Fw6ho0BwYo9fk\r\n7HKnqxjcUr45H+B704KFHP6AFkJUkClP4vs6InM/JxjstzVV11QbbQ5FUXmh\r\n7PiGqa45J7imQiJ1L5cMYFbDQdKYBgUqF3gexuk4uO0l5BV8l7R4XIuanvso\r\nlo0lGo8tS5nAuF+/bQ4NknhkkYxtomQekFhGuRaxcHtHIY+E5A6zaCQ3sCk6\r\nSIPh8PhM4iA9mT71xpbVSmmIgCrlHwa/qXeQvkSysnl5v4IxiFh7jkyBB86s\r\nvldnD86svz2y5XeU8WL32vxBUZnCbITgcFU=\r\n=njCm\r\n-----END PGP SIGNATURE-----\r\n","size":1725472},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.fdd4ab464_1664391454971_0.6813541100976896"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T18:58:50.914Z","contributors":[]},"0.13.6-canary.a7255a215":{"name":"@firebase/database","version":"0.13.6-canary.a7255a215","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.a7255a215","@firebase/util":"1.6.3-canary.a7255a215","@firebase/component":"0.5.17-canary.a7255a215","@firebase/auth-interop-types":"0.1.6-canary.a7255a215","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.a7255a215","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.a7255a215","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-5eDjnarTVSCZ5dzM1RlCdE9bT0a6yP1ULYEr7SwyRDjVa8iBAdGhrjyqvQQjCc7WCgf6qLEvpXoHSZ+UF1UYNQ==","shasum":"e0be0cefcc5e3cf9952479efc1780e2bafb6eeee","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.a7255a215.tgz","fileCount":224,"unpackedSize":9003194,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnXAdabauQ9nw+QS3fMDnpKKPO+uBcwSwc6citxD1ZaQIgcydQz/W9bn0UHK3FPMnZ4TOpwuDxx3kHwTilds9XHtg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNJqnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpyxRAAkqe6ET15FLqXNY2DASqvJyQFUf836o8Q5mw9hgiKx+yqTLMZ\r\nCK2VCaKxJE2dStu/gJd6o30jMWGa6+poQhjVlJuVb+mA/05oKfamVrQFFbGx\r\nwPcUr05i3nDciRSTz1b+4riaiyVCei40oWdtffqQeY9a1F8MhPlSy1cbXlZg\r\n22+1D0Wfn7rEhhph227pbL6m8I1PdHEY6wZMGRImobzBDAbOF6pEGgTkphPA\r\nzmXmIiEywB22RIp6ifBWRA4VhKd5MNo+jk1YBpbRUy71HaMzmmPpDwIb0lgU\r\nEdvJPRNwZSC3Me+4ayvN7RBzck+E+LkjS+W97zxUU0CV577hd+wuAvtTevUm\r\niBUsJB/WQLn+Co+gBt41mYNSzwgCLmRbj0hk2dCgYwS32wAW1W/zhXKtgdEo\r\noH+7NsHBHQcLyFmYqwO0hET+ivgHoxEgjcmP2fBDit3IaFBLBd63BxbCaKjc\r\nw2cDjHdZuRbfNYWC89FDH0OKJBARRQTrqa8NF13ZSTZrh+4iagRa3obIijBL\r\nvGSIgWg+QElXj/qrFa8nnRe5rozQAFox9MVOHgbu6ggyj69p0eeTycGiT9LF\r\n+Im+NAfTVE0YzxLgUKQa0VheegAEsWgINJO6CFTG+tjd0s4YW5QW+v420+Ol\r\nYaRTS6tDzXd2f54oI/D0W6T1P1Oe2x0RDSo=\r\n=QOsg\r\n-----END PGP SIGNATURE-----\r\n","size":1725477},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.a7255a215_1664391846869_0.1762227181260021"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T19:08:55.352Z","contributors":[]},"0.13.6-canary.de32c2456":{"name":"@firebase/database","version":"0.13.6-canary.de32c2456","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.de32c2456","@firebase/util":"1.6.3-canary.de32c2456","@firebase/component":"0.5.17-canary.de32c2456","@firebase/auth-interop-types":"0.1.6-canary.de32c2456","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.de32c2456","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.de32c2456","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-alc8BV41b0H6RFXpusxhUBdNiV04/+p/41pXOKWpdPl95FzdxJu2Ugq8RHHTbYkG99sRNx3jKIAvOiMnaUPOlQ==","shasum":"1fe3763bab37a1f1866131afb98db2310f097498","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.de32c2456.tgz","fileCount":224,"unpackedSize":9003194,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAqlkRomcbyeTLC8bopZWo1maTcOYuShdNLVh3+7ETJYAiEArK1jj1yavz2NXO1Mh9IrYMg68wlV6eH7Mi/DrC+YCZs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNKEqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrzBBAAoMJ/Y6YsFGRaGHsZjYjfdKQvH5aaP+nL5zAJBhsKtFyUonyJ\r\nkRVTVzFq3+n2t9z/gynSkBC5F0nd42aGy6fV9JS68yBQmdYlXs+W8jH1YvtP\r\nI5dcJGx65QJVNy0NRsrhqzH8kL5Jt2DNgYwUwShLg1Y8twQl2jXGJk55qP01\r\nxS3F1QrsVEzc7bH8EXSRFsOPw9oEYlljgThGJN4CLZ3RZBey6U81Fmkuz4V0\r\nnTZTB+hTO2heTirlPfPrXK1qxNA2w5Qj2sBpKIk6aBiQNVKq9AmOLQ/xo/6w\r\nZO+eXn/JWg32nrGmiC/cvfu2rLtBfLQk1OzMbf9pVgChKdfpWvHowCPzX2EN\r\niD7TDFwkqewU3cTEEfXnU/svCppFdHtCokOSwlltm5LKP/Qdo7EXFOwT+75C\r\ngLaFXUPs19xyKnxVv1pPmZYzUhcOXdM9iNxszYXrusbUdeMzIybkKWGoSkEU\r\nyI31kfOnIbJ8a/Hf5ovJoC9Zw7DduC2KXbkEkXt4S6UxRCq5Ogd4q7j5hRcm\r\njq+epMNlv46JqUIL4Jp7z714t28+k7QhGJvj1rDIPs8O+79AD8MSSlU7d8ns\r\nlsSBR1ZGlzcfdjD1OBD86yQgQfVggjgvy9MyD+638OUgG8G8AUQRHEOnCYkr\r\nkkF9FrUKUhlaz8LhdoFYx1l3hXNx0n9D7To=\r\n=6s4l\r\n-----END PGP SIGNATURE-----\r\n","size":1725475},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.de32c2456_1664393513971_0.8645185460889118"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-28T19:41:18.587Z","contributors":[]},"0.13.7-20220929164943":{"name":"@firebase/database","version":"0.13.7-20220929164943","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.7.0-20220929164943","@firebase/component":"0.5.18-20220929164943","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0-20220929164943","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7-20220929164943","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gd5MX1ZKAgSFW5eDktRNcQY7NeyXThU/BJcKlpLh1+bmHntOtZrewr0B27TL9Y/9f+Iu17QX5bdZP36myAy1yg==","shasum":"bcb772ec25d40977f2abcb41fc01ec4dfd266ad3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7-20220929164943.tgz","fileCount":224,"unpackedSize":9003709,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDclnxqCkPT5GAxJMaOktwbIipGTEHqr1zO96BZoGmtcQIhAL+2lKFRabQaQSyeyx8eZdhS3OVQODTo0IFg4TdgCbFX"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjNdFuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogmQ//YhoFdyIvSLZSoW+VIfSxSpzxOVOOBBSRfrG21SyqIj2NOuac\r\n/Rv6+Hw4Jts6iIe8ZRRV7pd1+0nVPv31IiRyTjQHOXzv3v+G+q0HSLqyQl6M\r\nWXpnsFNq+zHL1esw6EnFkH8DmV4HkrkYZe9QEsgD9EyI5qOOi2XGhH+YhDhl\r\nODOGgSHn3bFIbVxyfvftDaEl0wx/qFc4DpYeFnvpaNPMFz04Kz3wZ/8ovtSQ\r\nJQHritz5xbGv1KIlMPexmTQft/d9brP18tkDqmLe4H8hrhR7MOrgooSZmE9F\r\nB1/rJ67z419LyiSXFStCzGfEjsczZT8WEXARZ7v+eGpMjLx50Cp258wZg9B0\r\nZqIDtVzbWxSP+y+7ooHI3dwTTXAhJfyqHUyYCO593NpZLG9b2r5kHPDTSvhy\r\n6IEegW6bxh7Nfb/vpfKj81y+uiGDIwTjwc0c9nyW2sPZcwkeCyz6O0AM5EFb\r\n0/kqNFT54/Ff2Ca0hIQpxce0ZKivTlAJPSNBngAQVwrHkOtVy3UAaes60FH1\r\nuo5MbYWT5SxVR3uqBOdFGBSpDOZzLX/GDdQl3sfIEoxKuu6Y/oOAAkS9wZ3h\r\nBiT2wheqjYW8sreJGdDUZIjkggQL9oPSf2501yFt2Ne7BPoQck2ZaNF+1Ox+\r\n0LR1h21El8D/rARZSYl9Q0gnJJx+yA8zG54=\r\n=crB9\r\n-----END PGP SIGNATURE-----\r\n","size":1725626},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7-20220929164943_1664471406252_0.3067796610151978"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-29T22:31:19.277Z","contributors":[]},"0.13.6-canary.5aa48d0ab":{"name":"@firebase/database","version":"0.13.6-canary.5aa48d0ab","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.5aa48d0ab","@firebase/util":"1.6.3-canary.5aa48d0ab","@firebase/component":"0.5.17-canary.5aa48d0ab","@firebase/auth-interop-types":"0.1.6-canary.5aa48d0ab","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.5aa48d0ab","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.5aa48d0ab","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MmqbQh5gabzg+U/DaTlLV+F/GbUcDrAHz2f4tOG6YVqyc24eAIgCE+ZFLs2zqimdPtJlhmsoc0GwhtIoUW+slg==","shasum":"d80f67c5f872d2661027d9a30a4eaeefe6481eee","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.5aa48d0ab.tgz","fileCount":224,"unpackedSize":9003119,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1369RpjgBoA4GyOUe/aUyMaVlKJEYKuy95coNilktWgIgFtmCKz1E/Jw3JX8rE2iIVNFF9GRChIi1GFpoC3/6oXM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjO2XpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSjg/9EOPFPIjLV3lKnea8mySEpX6KAx1kHIksvhQ6i8q0KGqqdIIE\r\nXYCHs6jeIkxGJrdnzRud8DgXhK5hVi3K5PtdCNOZlncmgAWslkZ1Y1/FgJqJ\r\n8q9IVKylYeZDw1SDvoTRZ9mDK6wJtcxmI4TcwIUDQY+ruOf8p6le7dL0Yp3l\r\nik9lV+3QDJcMcdAHciMgjIx1oZzCYixILVUExvzQ9t50I1En+WZwk8xok62y\r\nJ7KdxdUysdv7S8bucnIyCdR3IlMsvzRK7NoFpq5UTTrvftcxUiYeLY+kFUGj\r\nxN67Z8lJ+pr5HX9Oc6vpxycBHp0ALGPmW35ZF19Ns3xzdj6zPaL9E9H+Ki6L\r\nGKxIyNxFO7uBBNyr6LI+3WGCcGgMOMbt6ag46wY2OurcBlG6tvDD1AQcAB6t\r\n7ELNX7CfG7mdAtwzMYMH4rcNgF4rZqM+WxdC016bBvUDQwYGjzgZbL/mmqEW\r\nHHAPhS3ID820MgNJTzezcrkVfhrr3CZhTVCBI/p/Vah6gefkN5/nchwRCaaG\r\nYcUfrP2k4/gP7WZDeZ154401OcLvftx8j30+ycjNVNmh0gz7+fR0GJvLgu+H\r\njf0+19MmF4q93cxZzHVBGedC/M4qg45lSagyNpiYUASC/qr0x0dfbk9j5VO2\r\n6he+GGDjH4DZkG8hA40x82B5JKW5+/ogMfw=\r\n=Mafc\r\n-----END PGP SIGNATURE-----\r\n","size":1725387},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.5aa48d0ab_1664837097060_0.8548441009615819"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-03T22:45:38.543Z","contributors":[]},"0.13.6-canary.629627fa8":{"name":"@firebase/database","version":"0.13.6-canary.629627fa8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.629627fa8","@firebase/util":"1.6.3-canary.629627fa8","@firebase/component":"0.5.17-canary.629627fa8","@firebase/auth-interop-types":"0.1.6-canary.629627fa8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.629627fa8","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.629627fa8","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-pBWPkIwywhUPm6Qb4YgbXoigxxyveRqII30962Nu1ds3mh8+U/rfa2nhWl0wFlcudAhIzaPTIRBYSOy5wMdD1g==","shasum":"1fbef57404bc0e46776032af92476a4c30e113d2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.629627fa8.tgz","fileCount":224,"unpackedSize":9003194,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC5W8gWxFiz215Jrw5wVtMK3sa04bERMi7F9PkF5FC8gIgHbGfX5a8rfe124cKlVaAsGoZDh76FRDEFOlvNQSu9+8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjO2cGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqB6w/8Ctt8F1qA4gx2RfoX0OQ1xl0TC17QBkX/y8PxFf7KG37aoz13\r\nCHOI7JIRSi42aOnCKmEVh3YUpeRhIh4e56bpglmCooAZ6940mU+pdZySGJL9\r\n3SzaKAGu/yCDriprUvGGF7O2G2RoCSJ3cV/k5vwPcCZDrTE/+fXtMy7rpjG7\r\nj6zWUmg6l5bkdLGaj4u5IDqCrqZbuLgnQpsjKpaalx+oI2fsr45uKaTeAJW1\r\nMGvugSlZUgvf98DewXiOvtqJTThWlZalkishqv0toWp9WU9plkm6GyM9+XP1\r\n3t8eixthD6WE25VCDhqOY6zhV9AsILNY8sfO8XuM4ZBcOIh8DPjJY8uINqpl\r\nAjGuMENJyLcx16r5L4RuhQ/dHzGkIGdS+sF/QYVTwdWkEhuXwQKZ/7xdn83i\r\nIkIwwOjKQLijNcU3kV8tUxtifcdMXygFER8M4tKeTblH1jDL4w/sapqbR2bk\r\n/3NC5A6NeX6RFrf9ClZheRjpuXqClgjGo09xr2gTBTTFofzmiB9wzXR08tyu\r\nUIa6WrnMZ1eXYBRKx5PpporvrpdnA74+H89sm7JvFiMKUmtNjxdx+gKrrWOK\r\natGrkWD3l1DF78IefiHsEDtABx9I54/IRFvB5HoWXAKSYpSo7kOORxh5qvnv\r\n2bYlXEU7nMbL8qyXOeFJTCOshMr+ZJLKns4=\r\n=UiQF\r\n-----END PGP SIGNATURE-----\r\n","size":1725478},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.629627fa8_1664837382609_0.9667790674977079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-03T22:50:20.453Z","contributors":[]},"0.13.6-canary.34ad43cc2":{"name":"@firebase/database","version":"0.13.6-canary.34ad43cc2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.34ad43cc2","@firebase/util":"1.6.3-canary.34ad43cc2","@firebase/component":"0.5.17-canary.34ad43cc2","@firebase/auth-interop-types":"0.1.6-canary.34ad43cc2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.34ad43cc2","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.34ad43cc2","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Yy8OpuEGalts8zE+Dnr1tv8tT+/WjWUHX3GXTbJkMOXN1iaJoCCk/cR4D6m+BkJAnUWKNZB8M7CC4fhr56kobw==","shasum":"25f20dda1eb6a78489b921432b0862abbc6398f6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.34ad43cc2.tgz","fileCount":224,"unpackedSize":9003119,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE31naXSZEGBGcih9GOHsixOGwVrkRk92O08mB9kMDWIAiEAlpl0kYMYks3uzeSsfYTraO8D904ZxEVSCq8e0PCBBAY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjO3x2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopQQ//VJRn0im6wQlABsQvCBK5lu7IF5raob3uNWQyKjKOCSFpZSwG\r\n1IPyZHYY+5xQCAEkzGZa9U3EAF5Jf5SCJJrXgWzfnCbLmnpSuXfPDdyXWFZT\r\nO1pUpPJfIYXYPaNZ2+EYLMIriRicGTnme08XVDDx2ZGwO3XmpBQv79WUjANx\r\ngjxsCeJ/sQS19k4RNhaFFUDoWNEWfnC1D0sTyZjg3Y6qYWXfv9CNdM/dMnY1\r\ngT/uFOO0YxzZsFmqZAm/JLsOk/Z2o1TnDE4J1xso9HsniMSRxnIGh9+KGe4/\r\nj0q9Ilh8uOSes96XYHoIcpNUocqLTNvQUIXcaDCKJvTVXvbJJAZdUlZVCGEa\r\n0j1ThexjMsvClDggmeprWglfMvlVgHlAI3Ng1bsm9pWD2dC+xP4DYK5/A9X5\r\nxWKCwBmgmA8MLjDFwkcZ+0LU7YsKaghh+rQ2lBdSVWgXaWaCwiIDFzOelnrM\r\nLXY09MknmJRo9MsMy0lSz3UgHVCVD9zwnpPWKBVgLkuhIlUSIHbYqY4R+osG\r\nZmkWRIGvNkmRmii6p+fZPQmD5gFeSiBsNk/pmUTtzWQODpf37wBwJ49e3wch\r\nHUZbG9N7AWmuwUZ3zfpaOs+qPvjn10+GBjv2Ikxn0Eh0n0fcAxEiA1RSp1Mf\r\nyoCseSzQNbQaALkjK8iID9dtz4udm5wA01s=\r\n=6WF/\r\n-----END PGP SIGNATURE-----\r\n","size":1725392},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.34ad43cc2_1664842870504_0.5729764126351311"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-04T00:21:50.978Z","contributors":[]},"0.13.7":{"name":"@firebase/database","version":"0.13.7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.7.0","@firebase/component":"0.5.18","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-j72yRxwGMcRnB+KwmyQYpPJHb5oNgbTS17ecAm8cX1GEyRohbZiE9GljbMaoOxSz/r8XuVfe748gEk5HFSEtSA==","shasum":"cf2093df85ba80890abcaf1cc46ea38249a5d846","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7.tgz","fileCount":224,"unpackedSize":9003544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwYZKqacyaTPUe/NHb4X/GCHj8ewd1IaM8R3G6922nbwIgZc30HC2qkM8pMPQymE9W9JCxAfwAvC/06kTbnqfuaLY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPy/BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqNwBAAksnqRAn7hIM6/g1uO1mDxlqf7FNsIq/jkXeIa0HNsLv5h0NG\r\nHM2Upm4b8n/pAKh6IgncpWt9g1pN+IkWD1U/CCi4qYz892bZYk2jfm/mxJRT\r\nhr3ggTEQ0zrgAOtFrMSvwPAa1GSGsEKWsiCmHUh5KAR1m86wHu6WZ2BSu5p4\r\n51zWCkjhsWRiSzbjIOQTz1IYhKQ58KcraOym0V2TrFP3mWA2KG1bMcDODfWH\r\nd8FVHTNEX+iuYl0SKxiP+ENiUspB7U9yjRzuOCvyYmHDTFdBYXWh01v7wUJo\r\nbKX8oYv1BNG5kzRAD7FwM1Np+rL6XL41awrO3eb7oqzWcYLgYCF8PXjDsrCg\r\nJQ1sgQgL9J1v89VueKmYRvmHh/w7uNiERE2f6Zhq+rGm6M7Wj9mffcGWI3Co\r\nCgH8Gz7IZW7magLi4VTXWtiBEyOhzSujzh9+v8B4vBhrnj8lSSuVodgBGMOq\r\nVUiUZYqTFPzGxgaHW6Dzvd3bZ0m1L5UxrtqYqsp1AXyKmCHQUTd4kPo1nRMJ\r\nsNEboubwniMOMU8HgBez7HZw2ECZZ8c72NMxxHfkFespFyVkD5VxiUJLMx3G\r\nsZw5/1ZJM+CbAeq/I36XSfqUIwVZRq1Mc/AXwYkAfc4rGHtqsmEJW9YG4Btm\r\nQuRhhJYTh/v5tn75DomNkr8Ji7q/ZdymN5Q=\r\n=1wqp\r\n-----END PGP SIGNATURE-----\r\n","size":1725546},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7_1665085377213_0.3267803408335792"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T19:44:57.509Z","contributors":[]},"0.13.6-canary.4eb8145fb":{"name":"@firebase/database","version":"0.13.6-canary.4eb8145fb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.4eb8145fb","@firebase/util":"1.6.3-canary.4eb8145fb","@firebase/component":"0.5.17-canary.4eb8145fb","@firebase/auth-interop-types":"0.1.6-canary.4eb8145fb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.4eb8145fb","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.4eb8145fb","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-BZbXdMUaFH9JoLaT5mAtPiLDNPlosbHzUEDekcM7bQ34fZRFovaV4XPuxvQOhD0oD4MfAPc5flVSgSxvTmbp1g==","shasum":"a8a20b14294cb76010340dae5a7b1cf8d6fdd40c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.4eb8145fb.tgz","fileCount":224,"unpackedSize":9003119,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDXDwblcN5cn79zOhMypsXBy8TZ0+8q0ZQ7t77WRXOnCwIhAOUM26YB4tuGfL9gYvHyPudpxQ9lDmfl0d9y0YJxYIUe"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPzhlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrY1RAAm2MdbIuAtqkSzkyblr4PdXWoIti6aPzRLaqE0d0CLg0888lx\r\nDl8EzUHokrc3gqs8YDi0+93BzfA0TeS2++sXc4zWNstr1+zXYq5ss2qGb0Ow\r\nYtAxRhDP5Xx5++6K/GB/d2xZ5k80JfcTqeCo+p6y3FOY0G/BOzcmsZ+CN2hV\r\nCjNWEhTaq6rY2SV99x3U1oR/AmPpJrfB7aN4gmeEHr1r4M0fggg/v0eD7b7h\r\neCjYh4e+lBnWXn6796ZUt4N1LWk3R4H3StPh0cDE3IbVGzH8cqaOBys7aT4X\r\n31UPcneUnoIBfBsuDdZmc4L1/Vtm++CT+j6vILZv9bocWVv4AN99/e3USjnk\r\nZbO+HUkwA70pGBKTvI/AuWlDDF5xF2q4bQtWKRbMpoe2c/Vxl+/Xl7cINl4E\r\nhXVT0MtckOH464J2SHwqcmlaQYCpN+33vi2WJ0wZbQM29Q1omF37tUPPaG+J\r\nnores0btCLeIqS3L349JwRbgj1TTEypvl2l4GgDmYRA4V92nYTyAcpUAYSfU\r\nzrlevPcDVq8PCu2hTglmw0FDHoxC5xIIRSomf4M9HYQauGk20RYLjQcjbN1o\r\n5VosGHKplE0R42x/atdbdHCCjVqwlZfhKBXkLAfgkeStFc5gzXFB976jdWEP\r\n9eTdW2DXctepppV4blwJwRYbDlxH/YMjtMk=\r\n=TV8Q\r\n-----END PGP SIGNATURE-----\r\n","size":1725391},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.4eb8145fb_1665087589717_0.388525695992743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T20:22:22.893Z","contributors":[]},"0.13.6-canary.417a5d4e1":{"name":"@firebase/database","version":"0.13.6-canary.417a5d4e1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.417a5d4e1","@firebase/util":"1.6.3-canary.417a5d4e1","@firebase/component":"0.5.17-canary.417a5d4e1","@firebase/auth-interop-types":"0.1.6-canary.417a5d4e1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.7.33-canary.417a5d4e1","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.6-canary.417a5d4e1","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-cMwOb7md88GOvBkJKLmaojrYmDI8ObSPVIw/gXoecOG4UyJVbjnFqgtQnPTN1+jlrILKMQGdKoWXMF/UMrIN0g==","shasum":"b8ff829c357b43d3cfa785980513e93e90cba303","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.6-canary.417a5d4e1.tgz","fileCount":224,"unpackedSize":9003119,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwbzft2fZ3tOTWCaGVugXwVf2pTzB1Zb/HaJHdBHKFUAIgM1EJoqZ2We3Oo6g5MCv1zRMUHXkKk6868RIqmeFoN38="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPzh1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqDyRAApKIBJt+SVwN6jQ8bX0xwP12w0dndkL8rR8cMZP+0DtIg5BNB\r\nwt1WhoyKL4JIpqb/sSTS/3gVGQHzsB0aPEqp2t5UgtdSBtEefrt+NcwNJOa/\r\n0JczadPoSAd7lpeJL941nWRy8lu4erd+2T9ewqUQRj8ovWB7qvXEYbS/GY9D\r\nKvRD9OGlxY9y9CEGy2vD/XM/DQ4hrLX5w6N2vaOT+YLlpeLy/6r4ECto6nXf\r\nMcqh7kAzRiU/6Mo/DJCd+I4I2prMaC1n5GulB1zD4b4oUJ4ALi+lBWF7FlUV\r\nuhIVk4UWNVXIWff5kxaz1oUeMMf8gveJ9YbjN7iLXsEuTQv7PZvLHdM2Gc9s\r\nRcWDd4Pu9LJX4B7XStKrKVdwWXEsB5JAqbfB0dVL643sWQ7MVl770Rt2+BS2\r\nqT7fGFKn4SX4lVe5JkZZmeM+7/bFWBaVKN818a0ADiDGUrO5tB8dU3VKoB2R\r\n4fPZy1gfNUuAkM3cr1ZCz+dCr1G+X3IJ4Wqe70jTVM+bg9gKH0ipAM0Pe+V0\r\nKtNtSLMmWMToBQ32gZS5TLzeXHygZKd/x5QGjdaRca/mrSqyrP0vpAWyj8jm\r\nqNL2JuM2J+wPmFrtV2SP7cEl8nRY+Xz87CXFSU65IB7PoKfCEd2uTirU1wBs\r\np0LULdqJ9ONhJu6o+AomPBv81D4kNkRtxuE=\r\n=t9gn\r\n-----END PGP SIGNATURE-----\r\n","size":1725388},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.6-canary.417a5d4e1_1665087605137_0.7531122720605039"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T20:22:25.514Z","contributors":[]},"0.13.7-canary.9799efe9d":{"name":"@firebase/database","version":"0.13.7-canary.9799efe9d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.9799efe9d","@firebase/util":"1.7.0-canary.9799efe9d","@firebase/component":"0.5.18-canary.9799efe9d","@firebase/auth-interop-types":"0.1.6-canary.9799efe9d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0-canary.9799efe9d","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7-canary.9799efe9d","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-SvDWu2Z57XvQn9gUlTnTuSLJrtlVnGATS/xHAd7zqZwvPsoiEDSzHsJxXe/bmXX0SN/vUdbph2A/avK4rBUyGw==","shasum":"dffc1cfb2999938040f070f88af4cbf556daf2f2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7-canary.9799efe9d.tgz","fileCount":224,"unpackedSize":9003639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD4yNUKE+5XVnaSz4nDkoQB15My5XTdUgQWdmJWEKf7MQIgej/bocuVjENg5sILpBtVBD1YLX+mwqstsKy3CiIVY94="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjP0JWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqbtw//YlxFsrGnjYfUmHU2RvvWNbliW14yJ/ntYygXc0MiRe+LyRns\r\nZfe/QZpef2qYW6eBELZin3FJM88HZZNAz20UyL879B5bBtn1J7j1CA7LBeyK\r\n03/g4oXpD4vJGPdSa7ZkXzYXNhZCRUR60Hnn6cIK2RahF4RHnAssLYNwM/wD\r\nVGsm632U7WNRpmUDt9St7Tp9DepfeyZBxNzdfob87PA7nIdMVoh7rkS3ghgN\r\nnnQmUar5JAoC5DDLYN/kXmMa1BLnwFLQq3z0lPNgSOjv9Spw/HmI5UJYYEfI\r\njeQfspwp5ynMrzMK4bVAWOQZPBmxa4pOo6C2tiUpPLdbi5YjUvekmJid7YIf\r\nHPyddDoqWZU680uc7T/BMUSZxm8LwSr2wkdjAl9nEeoz2spkySVjsPqvSSv+\r\nhIIiBHdvj+rpNMCyh7wuy6K46pW5FxoOnbU6WHuQ490/+uC1tRUt9P0B7yu7\r\nTGQGpIiJ2YMnadEu/rknPnlNtLGdhIgf8K35z9jb3MnV+OpjFJ/Z4cG5xONB\r\nTAFv0FbTdwS2M600wRO3UPVd/xcDdiID4PvCSuXQyo//XPUESC+1toNUM86R\r\n+1D05/rCWJanDyKilitKc+uwMRla3AlD6EyGtJespoAXKb3weOivkpwhiclc\r\n9bcDWNNf3kqrJ1Rq/7uvC/mgBmopi8Mtg/M=\r\n=dukk\r\n-----END PGP SIGNATURE-----\r\n","size":1725516},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7-canary.9799efe9d_1665090133981_0.1714050231493447"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-06T21:02:46.798Z","contributors":[]},"0.13.7-canary.397317b53":{"name":"@firebase/database","version":"0.13.7-canary.397317b53","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.397317b53","@firebase/util":"1.7.0-canary.397317b53","@firebase/component":"0.5.18-canary.397317b53","@firebase/auth-interop-types":"0.1.6-canary.397317b53","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0-canary.397317b53","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7-canary.397317b53","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ThQ8cYpMVFFjpDoVWenjQEtLFpBosKJ1A9rEgdw2QmucILx23NALWFejwMm/XBU1UaVljM6v4xZyx4yHBzixKA==","shasum":"7017e1286e847feedbfa3135ba22a7e40f634042","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7-canary.397317b53.tgz","fileCount":224,"unpackedSize":9003639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDJhvJM5qggxuAeiLGwChYFD2qgvtqabjBpLHipYuiHJgIgIf2bXsx5Gjk75gsjuVzpULWES2+rbQzdFdGSLy9XDFw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjP3LwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmowdRAAg7F80vknhGMiTYJU4YXqHaWSgzRHzq/8j1KUFoPceWBNSFib\r\nQPfcqjrrm0LlcmCmPHYaXOv4XUggrjGBXC9T+7Md9cIo7XF8/CWECU/ke0RJ\r\ntlTv+QMpmvnppOCUIOwGwRDDZ2+OlVlukgCnt7Vxq41+sb+IZUl2CVS4TNbC\r\n2IJOYCRwXf/DkWFF4/do7Kh5lgFEMMl15swDOqHhgjxyXzdBWVp/xAX7mQ34\r\n6eVW78Ne/YiNYOzukc1HW0yCQkrIc9/2zB9xaM3QrpJlkpp3yTg7AMd5VXmo\r\n9VdMi+k3JsCfisowq+M31QtllL7DTuYLzeSTABIk+/7/836viYXGYNm3xrGq\r\nQ68BizhOT0tT8KJpO1nLTXSTNjWZnjw5iPl1FHSZ5I8BBJwNWYjJTfZB40v+\r\n9kl0cbkM44OWysLLEL5z1Yc+RsqVbx+rNLrLRx6+MvbG2khQ8Dk+r1q1KzbX\r\niXrl7MBOUQ94RBSGAJYntTFj96DAxbT1EFLEAkd0920ucR536+YfIeS0n+3m\r\nnPkLzQBsKw3ZgsNCWzMPH93UQLzY1BwWzwA/KbKidT+oppevNVKziCXQw8kC\r\n+xT4PRUC2ikp0ztwtc2qeIg9CzJvRjTy8cYgxSQxYWdn8M4eYIRi5hV2KF/O\r\nLaMKZMJU6A0AsGdD9JmvLakMp+pFUw5mmfc=\r\n=pDnF\r\n-----END PGP SIGNATURE-----\r\n","size":1725518},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7-canary.397317b53_1665102576263_0.9325494685002751"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-07T00:30:20.066Z","contributors":[]},"0.13.7-canary.0a112bd2a":{"name":"@firebase/database","version":"0.13.7-canary.0a112bd2a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.0a112bd2a","@firebase/util":"1.7.0-canary.0a112bd2a","@firebase/component":"0.5.18-canary.0a112bd2a","@firebase/auth-interop-types":"0.1.6-canary.0a112bd2a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0-canary.0a112bd2a","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7-canary.0a112bd2a","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-lAlDVebKWlmCkncJuEY9TtRHcvjvp9wb8jbjI9JpvumfVEJ75lwOS8I9ZtkVpNDaShcq0ECq1Xq36z0z31xL7A==","shasum":"037ea649b4ac9d7c3bc414a880b30218b9b6ef4d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7-canary.0a112bd2a.tgz","fileCount":224,"unpackedSize":9003639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCP9WmYS8g6Frz8w/QmhWUg4tcJlcdFrVQ5y5klk/6PWQIgOnc8B/TohwSlQhMDBqrITAFWvRMPuIUr9kMAyEwmpbE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQIXmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptnA/8Dtt1GgxlJfsRJG+1j39IgbdAlWVXJ/dOpiQKxis2jZ9doML+\r\n/106BgYUQeGJVsyBAoXDM5lwuImEpGicrO32rKV/dZ4mLzY7Oh7gUBnrVmqP\r\niXaSo1rpuuPGzPrzdh/Dwa2bkO8BMKfb/IinDlUs53Thl57Pb1vCFmEbCJjL\r\nsMgqkAfrWbs99+Jo8owEaxEA2ms4BEJuRJl4AtE6aEcUU41Xxr3nW8VLMgmI\r\n97n4dXc1/GetQjojSq8sxld8OmmeHVjTtTvdTzEyqP8lvSIWDXAMNzZflAnp\r\n5S40uN/pu0NXE14jGqg5mcHdBavFimwJf6ADYvPEyOYe7mU91bKyWIB8bZVb\r\ngQ7DKhhaplbDmTR3zbBuWxhsAVksX0ZxDo8iJre+AIKxsSlPTF7v91CRSmms\r\nSSCojFwUpgKOI8/BZhUam8Bo1sf//sibnwALmZWVTsHkzJjfUP8AVZJiAZga\r\nFKyZmk5i87KYkbsVF3BDgX6jJEYHu5ayWrlGIqj0KPP2vMWJFxl/7bx31HSY\r\nVFfGqAP9XZfI5NsEZyadoOVntd1B1yNVk50XPnE4bsXfJQFv5Bt2f/lB1nYm\r\nIJvjfMFLqng2yFhehNBFn9szwe+AHkxSiZuF98/nD+SAHXfJYr4U2sD5SfTi\r\nle4ppwakdm9TlSpciBvqqlzpcv4li2yGbz8=\r\n=0RPd\r\n-----END PGP SIGNATURE-----\r\n","size":1725506},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7-canary.0a112bd2a_1665172965815_0.9006379099223378"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-07T20:13:19.155Z","contributors":[]},"0.13.7-canary.29d034072":{"name":"@firebase/database","version":"0.13.7-canary.29d034072","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.29d034072","@firebase/util":"1.7.0-canary.29d034072","@firebase/component":"0.5.18-canary.29d034072","@firebase/auth-interop-types":"0.1.6-canary.29d034072","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0-canary.29d034072","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7-canary.29d034072","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-2AGBayiUfSWQqz4vOK0tKP9fimvSJANjCic0xLoE1zgZ5M880hZaEMgNYwNrDatIVoZRpTSk5LJi2sWuEL5ITQ==","shasum":"facbd29bc2a50d5408898cf2974b3d3b5a9fe95e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7-canary.29d034072.tgz","fileCount":224,"unpackedSize":9003639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCxEwnEdvJloC6agEnBbN4BNEdu+WoPMdnxDbSsjamwBAIhAOKmkOFNe2sY0n4mfu3NzjwPPozP43q1eGj7TH4kO3yr"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQKkAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+oQ//XVX7Oh2e2JeX71AQ6yCCI99GMWix8qVP/8XxXl9TEIA1MOzI\r\nDXmFcj/eyZNnml8wi97GbZyPSmixwC6ewU0AFeZC+xaFZ895MHw2KpyWENn4\r\nMGqbBHKCj6CLzXmcXbIsg6BPjPPWZyJWE32S4OIwOTUsGVGpQfBGPm/mkRrj\r\nATbbF/vxWSvArc+1i+KGrF1fTxaTz/C6w60hyE59FXeEz5DP7TFCan/cPaJs\r\nFEirkDVnQIsqQdlo2g/3XFh8RFDjciMsZm4d4KgiqSpAxo0b5o/T/iyt9MEJ\r\nSnEB3MkE/rBXIsVp41y5XANnaOcuMx59tAVrxUgxWGvBLTgRPpvfeAJ4ynX+\r\nBgDKCtnypVH3LC4vt1VYIlEsJgwNVYoqN8/hENpRcpiWDOIkI2LqPibwNhLv\r\nrUhuU2ITDiJS5uYRsMPr2L250/Rt2YWfpLti86M4888kJodezbSpjwFbsznA\r\ntYp3I3EbHJHPJFMJ6RD0CIbQAhJrUqiHQ7/7HZoe1mHSpNDqtqyZH7y2WKrR\r\n4qbbfbI3dz5RTIM046+VoLfAJ1sGTJatlDRcZwDetjqBhInmhQjgPcQRDy3Q\r\nB2Y7FGSHG7mExF6Xp/U9Ii2smWDuqJp0pImdWG1USpUYKXwhE917u93xz1MZ\r\nxY/3oK8YaWwId493IoF2aGR8dKPJ9jzYlHE=\r\n=baR7\r\n-----END PGP SIGNATURE-----\r\n","size":1725517},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7-canary.29d034072_1665181952422_0.40325697248616255"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-07T22:33:14.938Z","contributors":[]},"0.13.7-canary.63f4eca8a":{"name":"@firebase/database","version":"0.13.7-canary.63f4eca8a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.63f4eca8a","@firebase/util":"1.7.0-canary.63f4eca8a","@firebase/component":"0.5.18-canary.63f4eca8a","@firebase/auth-interop-types":"0.1.6-canary.63f4eca8a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0-canary.63f4eca8a","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7-canary.63f4eca8a","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dWdxHc2ZZV7njbjT/cbmxBwmwrRfq8m6xdluEFiNUuEFsq4Mdx0YFbf3dq+jKSamcqdSYmSpIG0zjyl4p8eA6A==","shasum":"8b24c378efdef57bfe7ef3ddcc16281069a977e0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7-canary.63f4eca8a.tgz","fileCount":224,"unpackedSize":9003639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6FedwJkS0ZKMY46bffdacfyKQTToxYRbUUezaTRaNAwIgSIUb0vNilIKRClF12ZpEoCYTAfsi6/qQP/FaJs+t/ys="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRGljACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmox4w//VNGohcPHbGHCf1MgooIl0o3kK7EF2wiHg1T7sqhbAu0c0lF9\r\ns/3k9K/UwIjvFPrm6rRh0s1TW/mcFVPRZUCHidBjzUV6SL3Vu7m1isCk/uv4\r\nrCgWfpBa/BPqVZwWdpJ7Q18qeAQwAh+4o/M2vWYMaB6avIjU03mIrepAlvJY\r\nZtsSWXfybtGn7sTFmWBVngIuhA5jVfsdxMlQGRzvtXG4BNwEBCxetMb4Hmb2\r\nbcOYUI+458LY1tKZjtZ/pHMtVauVvHtxe3VcFo3WxmiPC19UXiYw0v0IvNNJ\r\nGPUitlj68/RbMKuVo5G5XtYheF/Amm5WcytAjUO/vGd9+sgJ2mmNVkJsJvbM\r\nnJv/4gKHwX2cnwkYNa78IUICOryMYKMPDrh5y/nJNGttOtlEb2NeFR0x/CHq\r\n+Ya5DOKAZ5rNj4GydPnHrlPzST7p6x4wpb6bJO4cknTSHprkHJE35HgcvANs\r\nFIw1LPB3jYC34Susq7Yg/ON85m8u11UdVSlgpOlqVDT+GL0lmH1W68OiQVHb\r\n/dPcMlF+gBHsdBp24eyMftNxJWDOs4Rzv6W6SPmK7Vh94crxO115raJeUlDc\r\nGI9BpgLrSlzIXVdnlBRZtSDgbUeqpSOnngxr56qeZEbwZjYzkXApl+NmwdIV\r\n2y4gMkY/5UHEuKhnMApQ2Xmt7P2saHl/mkE=\r\n=5h1+\r\n-----END PGP SIGNATURE-----\r\n","size":1725509},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7-canary.63f4eca8a_1665427810546_0.2772115657734966"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:51.811Z","contributors":[]},"0.13.7-canary.1fbc4c4b7":{"name":"@firebase/database","version":"0.13.7-canary.1fbc4c4b7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.1fbc4c4b7","@firebase/util":"1.7.0-canary.1fbc4c4b7","@firebase/component":"0.5.18-canary.1fbc4c4b7","@firebase/auth-interop-types":"0.1.6-canary.1fbc4c4b7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0-canary.1fbc4c4b7","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7-canary.1fbc4c4b7","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-s68jnvaFNqV5VJSfbfr+yYSWEAOUOJcCNDm4ueAELElOIIt8BlezGhqsG2gQJIliYX017zgz2lr5heKMzFqElQ==","shasum":"e76279eafed8b1240bc903c2cbef292c08d5af97","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7-canary.1fbc4c4b7.tgz","fileCount":224,"unpackedSize":9003639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDaTy3dLRkleQP7n2uBGDcXkAlCf57oSDlAJjFO6sPk/AiEAtKZfei8zii+Z8XiO8LyacHDTDUF87INkf6Tp1s6bpbk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRGncACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqeXw/+Nsv2BGm6BFn8U96Q5mAfPO13RrtPSCa2I06HadvkUNAXi803\r\n+B4FszJjeVEAGbYWfrcHnelkT/0UrT3OEU/e6HbONlOpBKa2XYz9/pa5SMfW\r\nofv9Qp/l3P6vn/8wfbpPEO7SMmnwoCx7E+SUmM1eVNjnlu4bb4nQ56Jchr/6\r\npaxfP9Jq8oZ/Rko0NjeXvoXtrwdzb4KdsNyk4l8ga8V77pdeZMpkDRw07PHO\r\nJHb0cS/8Q5imSJpW9SGZoS+Q3TQWLd0VRQ3TZzBYhROMlvuHzj0jDoJHVMlK\r\nQXfYruBs3/7rEXkyStITcg2Za9IfAqY2ddP7Bn9wMa41sVhs1RWdqR6enfJ/\r\nau3BbKW+g/FE5hAa2WGnKNHaSNX/K8LJOOAse7/4rAOvVmj6ZjYGIA7On/N2\r\n5G+ol/u4Fix/KjRHAoAThbtgnJQfvnFJilk/5X5UHLGQXex4ZZCzYhxfjRiF\r\nIr2h/btCj/JVknh47WH7nvMH02oGcUgwTXDg9TF3I5fB1D1HQsT0gSPiN5UR\r\nBlFgy1EE4GWMZoWZuwEt4jPKXNJ8/CdL+VvgqDRw9hF4YCIGZWWZxgggThOz\r\n01eAX8NhBO8yvEQf3HV1r5eqSum5gzLeGMZ4tycms+AxLYllGigEwEnvE1PR\r\nwsB9UIHbJMOXdK1qH15w8DLZnYbkk+DeXZc=\r\n=b1LX\r\n-----END PGP SIGNATURE-----\r\n","size":1725510},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7-canary.1fbc4c4b7_1665427932046_0.8417772558441519"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:52.378Z","contributors":[]},"0.13.8-20221010190246":{"name":"@firebase/database","version":"0.13.8-20221010190246","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.7.1-20221010190246","@firebase/component":"0.5.19-20221010190246","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-20221010190246","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-20221010190246","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-nlVa+NSwXJ6MURpLJYD0cAXuCkGrBbmU+RyxcJ4SfrRfSe6tA/rh4OWUvMleLRG0mF6LM09O74X6avCq1GU4ng==","shasum":"40845f10a8bdfcd561828bfee589dfec47d6882d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-20221010190246.tgz","fileCount":224,"unpackedSize":9004086,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDqinQF1Asjeo7vL5DA47kepPzGkbhg4yI1BHZsUI2FvwIgTuEQlWNOCVquXhYoEGF5aFzyeMFKg2geTEmVSnG2WAE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRHO7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq/FA//XqwCkJrFfqVEuJhKZFYD1y/eCFj+Dku1BldZ+rMIsrU3glS+\r\nNnbG8MU8+2qiydLsUWlnOjYLboeyE0R8mhj/KUPddyNEgf5EUoGelbUwr8rc\r\nz+SPnzEs3kYbYV1iY0kYe57s5Yvau4pZyFtMw6VI16AVt2zX3l3sZ90wFZmU\r\n7ovHNOmiEgH/ymLjzum3Qaq7clWavE+T2o+9MwjyKtjdYlu78q9274q2awSq\r\nEaZ4ZOhd3azH5fHL5VDW7qZjz3Lm+1koVAZpUd0l25y+w0AWxSf9gaCv6Zdn\r\nusrXsmb1DfsBO3RP97QM40DbEnYxR49eNRGSQI6ZptxmJz2VI+P4nKeE0ysY\r\n50D0Qga4NueAdwtvb5o4x784ipCZB/sFRXNWhrPBvgkBY/2GjAMTbu3De/xR\r\nmf/KWq5oWF16Zm7JZhGJoI8wA4Z9HMOXeWgf/0QBkjDoMKIVsZ7Ubxn7iwA9\r\nk+3kruwxJrxUJX3pQGHB4jxu8Mzif1ye+6V1omdjxlMT4Wipm24SejAfH92H\r\nQ2BQCHV2EWTdNytgOLwfblJVq3Fq5ua/9tvaY7543Zcvh2zKh7F1WuQdPgun\r\nYVSAiIbXpzUv3pUzLFC7e81hqVcfqJIq0mnOxNMysSWOmj/Mm91JfJ/yAV1+\r\ndyUg3oFuCLpWApHPrNstsI5QLvU8DNTzgDM=\r\n=sMHt\r\n-----END PGP SIGNATURE-----\r\n","size":1725664},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-20221010190246_1665430459713_0.28463671783347966"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:53.605Z","contributors":[]},"0.13.8-20221010203322":{"name":"@firebase/database","version":"0.13.8-20221010203322","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.7.1-20221010203322","@firebase/component":"0.5.19-20221010203322","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-20221010203322","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-20221010203322","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-OmXJidJpAKozx3ey3eFSB+WLyDro7nKuR1rck2jmmT7HjKJwoPSDNpWknKvTBaM5NSAjXVv2P4JYaDxmuv50Dw==","shasum":"0c073341e710659b4c21e03a8a3fd415b6fe384b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-20221010203322.tgz","fileCount":224,"unpackedSize":9003291,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7g/To7F08avc3HMn3U7+vZFjVqOuUl4He+v+PDUvMfwIhAL/cx5NPvfCLiMClxNCwbFepdCqagc2SH966VJ+cgixE"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRIa7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp07xAAijeV4/fEgNRJ/n8ZjqwviwwAfZHxsTGWqcO5QsKXua+vJavy\r\nsOGiDD3U2V3/C2dH0HnQe/9i7gMS4s/MGRYy2hlpDCo0BdtJYHYi3fC8Ri3I\r\nyaX85MidjVIgmWizB2IVxPNp0t5vbgaXt0Sj1XquNgLTt9kCT4r4otITgLpz\r\nDRKDvTa9k/AByWpgz41EqKQEOtHO6ewKNPVsbjDu3Fz23HLd6XXnJ+rjDjhY\r\nzw9Jf02GmX/0ZdN/Y4Y8yFGLcaU4gVzL+EOb8tvO4a40ULq5J6YLhz2ty40M\r\nPJqVNa/rzOb3ql9r+0PV73y/3MKmM+a/lap6/FcaMkwQzrU3hGBK11yNL6ql\r\nnm7EXAV0G8gq44ExzcpM9NFPeTryIgPvNexP1/sKwe8ML46QdjE1/tY2OBWB\r\n7DF1LoTgbqvofYuqmTGs3M5WzzdotL/Bh0pAf/Yuw1EY2pik8dsacRXU+dO1\r\nSe1sFAIJwPY9DLrGU7xK0NmiUsLLFyzFl8ZYzBq/d0LbIlJD6I9B7reWbY80\r\nwLHFp0V21PnpU/bnnHBT3jck5LUkq7ZjkIkZYXv9l/bLnjTv2GLjeKTyVPBk\r\n05C2VbGumH+hVSfpNq0aGVBdNoEnacptJBg1vFC+XEOKdKaOfXW7XJdanxtb\r\nHEaEUt5gw9Lwr4L5OIRHBcgGSXzzaz6tNSs=\r\n=X3QK\r\n-----END PGP SIGNATURE-----\r\n","size":1725520},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-20221010203322_1665435322781_0.556141696398277"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:54.910Z","contributors":[]},"0.13.7-canary.171b78b76":{"name":"@firebase/database","version":"0.13.7-canary.171b78b76","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.171b78b76","@firebase/util":"1.7.0-canary.171b78b76","@firebase/component":"0.5.18-canary.171b78b76","@firebase/auth-interop-types":"0.1.6-canary.171b78b76","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0-canary.171b78b76","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7-canary.171b78b76","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-DZcr2tIxtEwR3bELmOZn9PeR/hWF7oRVeVElLsBeT4vAD9to/XcdZrVlk3I4AqOgw1CnqktCwKrzstsku4HxaQ==","shasum":"81f8d05bf84aeba99df0007a31de317df09bd3ee","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7-canary.171b78b76.tgz","fileCount":224,"unpackedSize":9002517,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFlqREvbQmHBL/6F32PEeMV50z5bCvd94mEJG8Qe23BvAiEA0/VkKRaLrVEtqDY+S62xARh5FP60nCLk+TFDNEThHIE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRIeKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolWQ//d3g4TteeExwxJYt8vrh+qsNvnRU0UKBmsf26HybBouHIerpd\r\nKgzyRSLe6rfDlmpbzjV/Txa/p6XJBNuQqWSrf/xUKRnNNgcCtPTzMezu1abu\r\nqV/torgJkD9xStkJ/VxO2b7omwzglfapb5PXGIwIy6rSkhmLcPLP4cAN3y4P\r\nOk+9VhbQxR4dt5rpBaQPitszasCv4CxTJfYbOcs5eyNDSf+LgmnqdPR5pnKs\r\nfjBfbI1InNlzt5CmWooFDCaNCEV7aHzcom+xRYAIl2e3QDsiflHy40HhiQQu\r\n+YnY/LM8vozjNdMdnyCATlSepusTrDCeUEwON6Q+GlK9lQKbmqm/BMJv5iJW\r\ntJIE3W1PdeAB4WDs4z+TWHshxhNoTkBb+SwoKwYSv9A6J8C6NlCYTHo+Fk/h\r\ntpD/Rmq+M13WwrCn8f612SHFMjN1xhk4NjxEc7ZyLWOW5+vWP3W3eeU8SQVI\r\nL+dpaa8zYpfRHrPpPsNjQljO6iztRvkcb7/mQ+sH2LzAJrDgtMYjYvpPRH8x\r\nLbCHipQzcxDlG95NBWWgfbTS2aA2tcg4Uwgnc3RVT3aGpTE35dG2WTLid0rN\r\nZIeXK5TKR88gDzdaJLW2Oiu7WoPn+xFPazCECmqDCSGiLpUY0dbh+PjMAOD6\r\nRHmtk0Hpa4qHxRmEdyG4PkR2BRA+9zmIbqA=\r\n=3P7n\r\n-----END PGP SIGNATURE-----\r\n","size":1725308},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7-canary.171b78b76_1665435529852_0.8291044352545789"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:11:56.143Z","contributors":[]},"0.13.8-20221010211037":{"name":"@firebase/database","version":"0.13.8-20221010211037","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.7.1-20221010211037","@firebase/component":"0.5.19-20221010211037","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-20221010211037","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-20221010211037","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-nlcvq5GD/CyCqmrksk6zSUma8ho7vYKb7xmHltBzTI23rKO8pM9bdyi/TVIs3elwtW7FMzb2/BHgM5ggsSO+NA==","shasum":"36fac4ef07f5387866a95e720387e4f9a2425039","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-20221010211037.tgz","fileCount":224,"unpackedSize":9003291,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrAlhoXDogSS4Rbn5LrQEIz2VESU7iRfA9fN+Ntrm3WQIgDqfTYlKsRRAvhldwDzQWq5b57TJOaCi5nM+sk/Ih354="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRI+iACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpfnA//e7hWCnqYSTMcy/ZvBfPtJFLJJDRXIAM8XyRpUXkycnxkz4/y\r\nNOV27Q8QfYenVmF1pacJI6BaghK/A0yd+zwo/QatNAnGv22jaxkWH0z5TYEu\r\nwDOKSskbdLOkpYV7zWYxEMFoJcm+UNyAUXL/Y/gpIraBMUyIhdqdRxZoKP44\r\nxB9pYjHDG2GqWljeJROtTeQzD4jmJnBqc8v1Q1V/J7KPdfO3g8+K5RaoEgfp\r\nQidABK6grEd20qZYa1JcOlCYXZbS8AryXiOoCcqbwZLy0BHJNik9VgknB5cP\r\n/FcHJPn1IAVD2uztwfp8gZSuDZBJdsIyfb2QDMGSpcoq54jkyUFfHKmd1ywh\r\nfRDWLg4SOmzxN4LRz6b4EXHeR3dCdXG1F3dKrGTqysKfe++HG6dJnf1/TypF\r\nGOUjSaUjTJfdcWttWyXuzmUMHUMWZeDb3vz5a4qUf+hRFgc822FqtJucNr4V\r\n3W8QadTCBDyutqqxX/ZGKRRrEZiegQnLR5aYY45j/Q5H/oNpjZbweTaB5D6O\r\nhxZjWBYT4/oWlA3crw7CxMCW5VoMf0HOfU+2VeNxy1eZ9r0sh8Hpo+PqL4uj\r\njDsSrL4SFoxjfLc3u04aTHZqT4aXwJTA3LvMKpRLzgDbvK3lJ6i1I5peyfWn\r\nm9Ac0PI408YxkQtzz21OaVrXFr/OtxAPMC8=\r\n=gn3a\r\n-----END PGP SIGNATURE-----\r\n","size":1725520},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-20221010211037_1665437602065_0.42547930537534495"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-10T21:36:52.267Z","contributors":[]},"0.13.7-canary.03d1fabcb":{"name":"@firebase/database","version":"0.13.7-canary.03d1fabcb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.03d1fabcb","@firebase/util":"1.7.0-canary.03d1fabcb","@firebase/component":"0.5.18-canary.03d1fabcb","@firebase/auth-interop-types":"0.1.6-canary.03d1fabcb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.0-canary.03d1fabcb","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.7-canary.03d1fabcb","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-kZQnWNcLIqvZI9nNFCQQllz3BhOU8GVBcpzNw2fB9choW4MsVzRVQedL+PpM6lC77Zg1638ShRw8RAyV6aZU2w==","shasum":"612a53edf1b3e19cde22e3f6a0bc6a78a1d802d4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.7-canary.03d1fabcb.tgz","fileCount":224,"unpackedSize":9002517,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4l7ebTFDhu9kGh0zXiQEqpL20YSW/osFr0Sa5vI7xhwIgJEDAi2gPIXyP4UtKRJkXfI89of/Di240vCNYft0xFyA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRKliACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoA9Q//WDdxY+UAAMrUvJW2MaZQHIEZfmMNc4R8u9/CLrQdppFwZtPy\r\no3P2a0UczUW5pavmui3fzBE4bXBdwBHm/QVMHKKwaN1Wy3oiQeDDM8IZtSGG\r\n20CBhTuzQNCh80ES4fk1EWfiep6iISk3Amwf5BilmlPVP/auuBe/CVZParYk\r\nV3glXIfiM1vKCcNDmE1wa0koRc7Mc2DwBYcu9jQMZLisZ7OcEuIo3uXbATIZ\r\nf0yixKoMv7sXVOQO8HixQ7tRgfkPTaCRuXQrzVbEERT1cjk4FeSZtYJJFYYV\r\nSifwEi+h9rZL+cqcYhrCs9y04oRb1LjYZ8mfXxKGDy58R9MS7D7drP6gJJk2\r\nccrDc7odkmAp+GmyP6qaCU/vhGJ1v8iz2dl/ggfsgpu30R+yPRtL+TPo8msA\r\nveXV+ffhsn2OGOOR/vtrpirxBd82j4hgz5jX1uEz4HqvLHIdoYiypgbXilil\r\nXawiejCyK63VfjIpF70BTxcfd8bUXvXnF7TE85jwlljoMZFBNS9a7uWmy74k\r\n3laqxRJENx7mGeXKEDJAcKMvb/NjSKtkHYYX1apeddAiH5FHLlWXxDRnCVHb\r\nUVQ0B/PoWPZwyKEYG08i61cJhbudGC4tlNRE00ACCsBSaOFlITnsMYrd2tCf\r\n2fw+41D+J78ueDR9hk5juFN2/KRTKrbKPUc=\r\n=KZL1\r\n-----END PGP SIGNATURE-----\r\n","size":1725302},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.7-canary.03d1fabcb_1665444193830_0.17835718887554086"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-11T02:07:51.746Z","contributors":[]},"0.13.8":{"name":"@firebase/database","version":"0.13.8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.7.1","@firebase/component":"0.5.19","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-XPrKglNEU3AVQ5sm33NDfBkUwtOtIug82RQDO6ykQIlDNr63MryyZg4qaejI4hp2BQ+OXtATB7lKiefZASso9w==","shasum":"b7fee81d744480f7969b773889ca4af6467e5e33","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8.tgz","fileCount":224,"unpackedSize":9003126,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEenSFIja/ReDA6Bd7xuwVQGHaqC4C2KT3UclnMYmRVeAiAXJAIJkT+dt6Bji+smNAqc+eaWoeSXEEDi2cvVEHkXEQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRbtjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7iBAAkzRP7L/bh/9r/hy1whms2Ep7vuJ2YykNCUFLbv9pQXWiIk3E\r\new1mnz+PV0ySVkum3G81bN4NOrv8yVsS+SN+8lsX5nH+AxuyKE+oWMt8RuOG\r\neZ93CH8a7ci3Zlmm3cCbYZnjlxcn6F/uHfUBSy7bIws5UwqUUn00tvGi8GDQ\r\nd2XrueG59NGI3lzNsibijtrg/WeAbdMiNEIodplqVsz4oh6uR+AauHQ5uGea\r\nRGoUDUzb4+siCWJ3NJwBMd7Gm8UAi0glXgIrmNRrYQiF8kR3Ni0CvwE0Z5GS\r\nCh5eg/3g/hRFGs63t7Txsa67l0JDWzIbvfLpXlp6FJ+n48URLd7c7Ds+RQbZ\r\nugsySsKD6tP4Cx91A3HnanrF3IQz7MRMIKs8mj+dznPpBSeyiuhcobW91ThH\r\n9EKOFWWzSVvOrHWcJKl0ZUihFcV+cv87ZtmBYwM/1zJMt7SZRV7Qi+vi5IIq\r\nTfN/Ax5GY31sn+Lkzi+WGi8+vx3uPI1/JmIPDx9x0xh0+iN0ylI31gtwcj1M\r\nkfOtrXwgaDSV/JEr6EBHoICGImA9vp+CKUQ5BkCcPo1sZExA5stYO8W5/Bwq\r\nt9gXBFC0KSaC8xpUopOnjETgYaoTJaqla0cdLWGCSPkGq3NO/yBGr2rRbkT3\r\nd8aKVJYGyt8SLed88WuQW04xKIfpRzkStFg=\r\n=WotC\r\n-----END PGP SIGNATURE-----\r\n","size":1725460},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8_1665514339314_0.2556757155723688"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T06:02:57.919Z","contributors":[]},"0.13.8-canary.9d0632b3b":{"name":"@firebase/database","version":"0.13.8-canary.9d0632b3b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.9d0632b3b","@firebase/util":"1.7.1-canary.9d0632b3b","@firebase/component":"0.5.19-canary.9d0632b3b","@firebase/auth-interop-types":"0.1.6-canary.9d0632b3b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-canary.9d0632b3b","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-canary.9d0632b3b","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RLKLEIsZnU2JBBqv1CxkMVTVipn7KrQmKNnjO+rdE33tIL+ZnNk4QEvRJQgPL/uHGEzg0youCnR0be1LKcFvQA==","shasum":"5da883b228d02d7af058a35a4f1267f4af60fd02","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-canary.9d0632b3b.tgz","fileCount":224,"unpackedSize":9003296,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIELpALrXKmhJoW+LKEnqMRZW0tfcquR4ZwY6yx0YqPg1AiBkD/DeADkD9nJrucK/8xQYlnsX5uqELAwEKKpd7F+dVw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRci7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpt0g/+N/3EVwRy+UgDASJm5ViR0lJ7xIk7kjrX2c7ub+CbINC+J6Q4\r\nK3cmcn6jlDPO8Y0KV23EJA4DkaLI5f1ad3lwlM5Pur1DW0Ybmv36nsgrCmDO\r\n8tslxKoGedluQ55DftjJZ1AHUX0n5AoSl3av1iEjM3o5gpy+6D8/Z+KsWfmB\r\nLWCi5Z21YN0nKaiLFNG+1ZAQn3cnzfLM0YSr2FqXm+YaGwAK4PpYYpDOCOqU\r\nIcQveoZl8YViVBeKWgT8/SJxP9Z3MxhAjDVD8x2iRXA3YoZwQlpELrJXy+R3\r\nldeiE0NnL5Tmw/Z5FJZjAEuA0kyV5km7vAodeKZLZ71MELEWu4xgE6uJbhFo\r\nea1UWU3QOVujhgG+eHyISAAwk2n+QBklhL0vLVegWjEXIXPBjwvQYpMN/RTN\r\nZ6pTG2Dw3QdEEd9AgOhQFDvQ1JQq/JbybNJ4d6EQ4m4IdsPUeKWiUwV8yCb5\r\nY7RzrkPp2dNb61YhIeBIzRaGeRljmpYZwd3L8sHARz1BbG+mLMwbroNzom+G\r\n5c9yFb3m4Ut8q9aT6iDxtszZsDmJxbZ3NxQU3dxflBtW1UhHcC0L1wDQ9Kim\r\nkxkEgJsr4vZlWyKnHswqx1Ab9G6hR5f0gW5RoThksnNtyCSrH73S1bo8dm8m\r\ncqO2HWss16g2PcvdBOARqjm7qwEcYcLdC50=\r\n=97za\r\n-----END PGP SIGNATURE-----\r\n","size":1725504},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-canary.9d0632b3b_1665517755101_0.8314714233344691"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T06:02:58.330Z","contributors":[]},"0.13.8-canary.141df0080":{"name":"@firebase/database","version":"0.13.8-canary.141df0080","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.141df0080","@firebase/util":"1.7.1-canary.141df0080","@firebase/component":"0.5.19-canary.141df0080","@firebase/auth-interop-types":"0.1.6-canary.141df0080","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-canary.141df0080","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-canary.141df0080","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ORj3BFg28vAyOgEBbEyvm8JAMJcSocIVlwtA2Geh6w/REz5e4Pa1tbLFEYJajOXzqaj4pefmbG2UAXPbCQ7xXg==","shasum":"8fa530d99658b357dea1b8e1c133390f38ad5fc2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-canary.141df0080.tgz","fileCount":224,"unpackedSize":9003296,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEWfljdeQ57sjIQl0g8KLQ1EuDtf5stRqvn1YxMQF/gHAiAT3f1vYOCxL9b5jsxJM7Z76vTlHL450vspL1CTkrlnTA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRdP+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq10w/9GgaP9xbhHnhGDg2NuHZJZAuxHnXFpXTys0GIX9eWMn9eZT13\r\nt94AkzDaV3CBI4QZRM+yuOBb/Hqv/Y7bwmCPPujeUepB5l9wM8EtJjTGjkTx\r\nJ0QzQJa8gOKrqSnWAQ1eFOmp1+AtOswkCloAe6xLIfWNckUE9r0/n2IYtI3J\r\nhk/raMIXlCbhbjO7/y3p0Eo5RSZ0RYRcCGvUp/jw79kX3FpmKUGuRLRmZwO8\r\n6ENlMoHNX3ZammOou6nwB0fV9oxqc0Y+wRLUspgZWtj7C9aT6H9/lIVBAF8l\r\nXM00Didh6hTmIwAEjkrPpv0rzaFpp0qwQWVPGx3tUgDXTOwJZ4eXF25BMeOO\r\noccbx3bOXmznAKVZVSTY9QKprsiIhaWHEL0ASSLqKJyHeyJKbGAu4z1HryUf\r\noKQSAQ+zagxFCPLRRdDrxZCKhtXAg4OvLQ/qUr8DqdGNDWc3Vt8ER5UXPCkx\r\nfr0nrTsvgBJ+8cvf3E8GKOZKLPyDSzvUCEk8WE77tzpSGcRNNR4HdkaR/HEl\r\nq3vygw0d2jBE20KTGqjR6crZ18CXU1KKXkMA5/pNpEbRKuRzN4nNJnfQxZUP\r\neoVzNup0IXBH1r/N4Uh9F+FQI3hRtQzSUouwM2nwX8ek53vF4aTWIHo1oGi+\r\nm3gCnhoJWoouXkb2F7SQ7WDxM7RBIoBLG04=\r\n=RduX\r\n-----END PGP SIGNATURE-----\r\n","size":1725503},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-canary.141df0080_1665520638465_0.0012338419403605805"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T06:02:58.786Z","contributors":[]},"0.13.8-canary.48a127b2f":{"name":"@firebase/database","version":"0.13.8-canary.48a127b2f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.48a127b2f","@firebase/util":"1.7.1-canary.48a127b2f","@firebase/component":"0.5.19-canary.48a127b2f","@firebase/auth-interop-types":"0.1.6-canary.48a127b2f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-canary.48a127b2f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-canary.48a127b2f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-qKwNjLBUFh0soPA+nUR2L+vx74rHBCLKQihOOs121AZfCQRLCFHWVIPYC4MHHgJAr8yWVWe4J431aR827JW5lw==","shasum":"6724f6f9197a900ecf5ff1773524a5ac1556aef6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-canary.48a127b2f.tgz","fileCount":224,"unpackedSize":9003296,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDuXJ1oiJjrghCZuOoZ2/AzcUMH/xBPukEFV3HeXYbGGQIgMuAX+HlDAOqTD6r5Mgs5Gzo573joTftYyf1aAtAV4uk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRe0tACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9vQ/8CK9QVL4rWTyi0BmWTXnlBQmIDGIzajgTfTb4864+p88Ygp+3\r\nPLqpyiaDZC1hbAZ2IczEfJyAeavqSSmuRGxRqj+9W487soDNNeL+EwIO40Cb\r\nylR344GzJ356AUiAa4U9+TtP+Lvjsw/fbg3aXhgHcLq/CfpIREwDul637eJu\r\nGaejVEK1jIWInTeUl2iMOwl92qtZYtRj1R9gHr5BzRkok0bLY9KxXhYF+kdK\r\npNIfFSVXvpfUt0mRLu0CkiZqDcLP6Esum7jOG7aIT6hzqT0EVePVfuu+SpH4\r\n2oW/bOE16cHJyw30G+ubDjPp6Rw464zpdgtgDdurKu0GDluRXKOf53FFAe9l\r\ny+qlwAfPyxzvYEjugIZZJVugYYd7XM99eRtP2G9BlIhSGENR2x3WPTnshR3X\r\nbxsfcyKTSY5KYCwcxNF2B/I6CEqFnvcif/RLWB9Obdi5CGx110PQjlI+OA0L\r\nVoZj84mUc5+g2Y5/lv+jMxOXczdVz0T9h4ApaYz7L78ZGiEtOLA30mDb1fBF\r\npaBrCesND9foAA3HFKOXNFZiScgtKm7sWj0Yfuk2xOPlbHOygYGEYTtGM21k\r\nv+beQ+n7cVq9Fb0ELSt9IkDAqytIRQKUIQ0jWRcG5a04a2UXE+IMefAaZE/y\r\nzTnFpRBXqxCsvVlKRk5WwuP2767+aUDUMEM=\r\n=J6K6\r\n-----END PGP SIGNATURE-----\r\n","size":1725504},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-canary.48a127b2f_1665527085458_0.1461521668509429"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T06:02:59.759Z","contributors":[]},"0.13.8-canary.5f55ed828":{"name":"@firebase/database","version":"0.13.8-canary.5f55ed828","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.5f55ed828","@firebase/util":"1.7.1-canary.5f55ed828","@firebase/component":"0.5.19-canary.5f55ed828","@firebase/auth-interop-types":"0.1.6-canary.5f55ed828","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-canary.5f55ed828","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-canary.5f55ed828","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-heBOMtqjM0GSJt2GkUtWUm8VfiIix2U8v7iaeU8KbbP5y0M1uF8fiByFcVgNWKrAG+QU5LeBdJ0Pp80Yp4Zb3A==","shasum":"5f9b708b2f0ef33c2ed8e19c7a0fdbbc8d2d8397","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-canary.5f55ed828.tgz","fileCount":224,"unpackedSize":9003296,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxD166c+Tpc5ynbmqYsBNzpESdJKsq6mOzEmhXoyOs2QIgRPS1Q/gSLcHHde7SG35thjoIv6mu3YrySsu431OHtLw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRvseACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQZw/+MNQ5Gb87BxdWlSlhPPTuIx5CasWC1ehb3fG3FgRIvmF9VQ9C\r\n+1LBANZY+F6ctZe4/2pWZ0KA1+cx+bOYYqsNfTiFfI0HX799tL9fsf7ekK+g\r\nk6h7CY2yioFLwsWZvt7znAgYpg42Nz6kGewPAIJysvzNgrc9Jy70ujACKmbQ\r\nnQnF11beJvVDiu4alSjPb1JZaFxO0TubzpWI1P0XHJ1FvxPbCnP9P9xQbS8l\r\nkUZdc8zr14QELOUXrz+eWxrO/BUk/zmtQLw+ci2uP0zUYodjtRZgx7bKRl1P\r\nvahRu6ne4M9Bn8sv5fw8KLIQhIvWFCYbUUgpY0sHa7IDpDMUuYVL89zlZ0on\r\nlz1zolNw+y7u3eb+QzbxBMzWseFTt0WOm5weHy7nDKHcHWyWOxbnUJtETRtG\r\njFLNBeNitfoUsE8Zg8dCpuOMS5iklwQawGrHjLbBLMDhtynyCPQNXT3rx7Dr\r\nCgxGb198/R0dtvK8BNHgezASxCZQQdrEI6DBkw0c+rsd5PvYcF3NNeDsYDcH\r\ngm/INeZGgcMQBxSqBiy82L2DZeUaAe6xVpAHKoxqaTr6kkRkThKhhHxFcECM\r\nlKgAN6ni5PacEdriAyp1fioLkbldlBqFx0w41aBVzUjkMmdXidQ20P6uBTh3\r\nGIHgPSt3mvbpZED920UtkybgHAJtNUkO5Hg=\r\n=0/VZ\r\n-----END PGP SIGNATURE-----\r\n","size":1725504},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-canary.5f55ed828_1665596190425_0.9582557036443764"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T18:26:50.431Z","contributors":[]},"0.13.8-canary.ef5ece330":{"name":"@firebase/database","version":"0.13.8-canary.ef5ece330","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.ef5ece330","@firebase/util":"1.7.1-canary.ef5ece330","@firebase/component":"0.5.19-canary.ef5ece330","@firebase/auth-interop-types":"0.1.6-canary.ef5ece330","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-canary.ef5ece330","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-canary.ef5ece330","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-3JLyj/jacv43ZL1nNmAEkkhaB+PzkrHj8O6zmkKv6zGGkvnKkej5ZXzqVx+pDqclH4MBO20QJWRKnRbu0TQQbw==","shasum":"ac4ab37d282754d49478ed84a16e8f593a0365c3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-canary.ef5ece330.tgz","fileCount":228,"unpackedSize":9007185,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFdiA/0TcoOi4bPxUhFlTEMftsuuQsyplUOLuiWwxqhJAiBQRvKXJRqKVuvv2FbcXugoCoyKouyPUB+9pA7m+GCg1Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRwX9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpgzg//RaQuGS7ZofIWSN16ObS+qk5Fp7oiVz+Rtq9i6JuOyx0C5TAp\r\nK+kz0s7KRhYt6glJcYmdfD4BbTAqhkq7CfPY12VD2LhyJJL6zGU4KW4JSWAM\r\nSMcp1LodcXxW3utwz8r0dpOZsXH22bn5XKX4W8c7LNdz4xVO1dtipIZZjYqB\r\nFpUV87REO5SAIMS+FmR80PjcdxSudkVeM7wBZAQvBPJPj8hqgu5ElGiNZFba\r\nybGiGMsY0sNwsSYsccSHkBZAzsQvjjxNH8Ij4oOf/yTasKvFdoGg3VZkqQgd\r\naljdMAwM92zaywFbprUQ2j4oAG9q4A3+PQisupYRmqD+9L+Y4WsfXSmiGmyk\r\nYNp8y5caPaENNVBmmHtnZROms5+0wcyZOF0s64vcmEbQ0JGMwobVoDQpVl1m\r\nK3BAht9yNMLyvYBdSBlZA0wv7A8sacK29WgNco6RgYM5oWPAogqXMhR7ARMK\r\nEJ+Z7aX13PI8euw3mmYl2Gh/2qe7BiHfYUOdzxzIuzwV+t+8bRPZ9m4JcrHf\r\nfRbKbpj7rRB6++ficCeZrhgUZG9asOaCuleaw1gGWrLaJTsaGnn+/PijOV0/\r\nBGYTAWITGYl5J96uq8ox/m7I9mVXg4rB+eW7qHZPrtAuvT5XqmKzkLb4xVfv\r\n5+SCvQV+zB+4UiYqA9RXsb4tbqtKo5v2gdw=\r\n=Gw4l\r\n-----END PGP SIGNATURE-----\r\n","size":1725898},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-canary.ef5ece330_1665598973265_0.4604008511150224"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T18:26:55.890Z","contributors":[]},"0.13.8-canary.8a6e9e62f":{"name":"@firebase/database","version":"0.13.8-canary.8a6e9e62f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.8a6e9e62f","@firebase/util":"1.7.1-canary.8a6e9e62f","@firebase/component":"0.5.19-canary.8a6e9e62f","@firebase/auth-interop-types":"0.1.6-canary.8a6e9e62f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-canary.8a6e9e62f","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-canary.8a6e9e62f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-FaCK3MilV+TsrYR9sqO5eyajxvKUKX+F/1PqN8ckF1/E1KdvxUo/TGUb2VAFrwVzjhxq7aZQBtTlWJStlwGcgw==","shasum":"35eeb85b1cfb4f1e3783d24ff437d5d9f382da62","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-canary.8a6e9e62f.tgz","fileCount":228,"unpackedSize":9007185,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCU+E7wxmL4jtYdJTALz9x2VzYqfmnn6H193ScRgcV9WwIgR6RlCUaRgwgjhAU1NI6PZRPifdGjKgBadroFCujMX5U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRw3lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqASA//dR+AlO1rRcmwGbL4I6jVh+AGVyFS3U60lNAtssGFSqyVF76b\r\nXTUWs8UoyxgOgkM6e/syKl89OdSbhxNRyNuQ54R1JdA7AGyPyGd9pD5pVSow\r\nuKn1a7WY4u6LPGkDXlXTVG9Y5jBG6+15xSgeNWUXvv/ZRaxVMTB/nvgz1qXw\r\nwXX4QQKk06zHteG/0CqLmJ1b+NsU39BNDoNrmORRIeE/9PFrVMK7GWqJNfJc\r\nPccOTSQ3+t+vzIzUovrxXilFYpt0UjCt0wl9m29NPASvJuspD1AHUIkIwRB+\r\n4IUWjczhLiehLMIlTEg/vjkssu6IlB7j3g3q0T+N0C8QDyE6muDTlKoHJgiO\r\nVSd/SZo/esbvgieO1NObJgxl+tn8SnEPGjd+gZRjhUUED8U/K0UmDmiU3hJZ\r\n/X8HlE/MMLCge2KaANU+9/6RfK/Tcw+GPFSy/m2NaK4J282bNuxqmH1dCR+U\r\n8+BaBDaObdH5L7oLbp4bamcZ+Pk9qZp5ZrM75mxtkJ8o2ceyFh/rS6KiTr8H\r\nbeIq7rdkjgfz5BPa0x90ErIFhZJD5tVyrL4xW16q0zVsXoBfokbvXoqag7pZ\r\nTaML6TkmSH6VLYuUGT5oJOBwtUoevmpaVZOqtYgUc87eYn37E8rshrNSk7FM\r\n0tZuog9nBfd/JKgS3m2HNLVcBa5n1wWyH1g=\r\n=bCq/\r\n-----END PGP SIGNATURE-----\r\n","size":1725899},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-canary.8a6e9e62f_1665600997140_0.5953997865258343"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T18:57:23.694Z","contributors":[]},"0.13.9-20221012194824":{"name":"@firebase/database","version":"0.13.9-20221012194824","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.7.2-20221012194824","@firebase/component":"0.5.20-20221012194824","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-20221012194824","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-20221012194824","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-VOqDPtNOsLFLpdCXlZIMjoQFeKWW+BTBBBy+DmSFxWCHhd0TgKSO9Mw2odoNjVCw4DAjjU7BLk7vJlhJ8gfdRQ==","shasum":"0be89a29362c2cbea2816117d08d86732804e6e0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-20221012194824.tgz","fileCount":228,"unpackedSize":9007400,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHxMenfkCuiNTbqcfbmyVKOmU1ItU0OgqL9D3eAyueXdAiApo0AT9o+T4E8v2a2DLWIeX3k/6506M/VrflppG/TP+Q=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRx7kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrv0Q//VuuwIXvZXb9l+yj389nmdPjC/h7pxo/Y6bMt6FZJlRzpO3Ko\r\ndkD2gYl7Z99p2X/iNTCkSKPQbwM/xbgg5UHTvTil1rX7E6wLe5ac1MUjGJ2Q\r\n+DCUvkTBq50cQxXQrTfQ6aV838YkiRrevBJ28xf1++hpZNo7NNhZz5NkxqHR\r\nXu+yugzGT1h7zhaJUPrm0d78Cccsif5RNsJa8rYPaxF05fKbqNgcNdi7wp/d\r\nZH304YbeNHDbB4cRsghSElmCH0ZpSAMVrBw6agj1xOvZW9MWhrFZAxsVz6op\r\na3yQ68CQWh0B/FozcCIwjM6nsTVD7EE8caxDQ+0kFMhzqrzUaGe5tGTsBwiP\r\n/TgylxzlZgLFWyLqo/skyycxVJH5UYNknkX7VHvB/le3hW+w6fzR+GPDlHGq\r\npM9ZQ3/oJb35wxsMzGAJgcCju7fsIkAUOOT/lmmPTkqPGsCc2BX2Km2pF4/p\r\nFUKtr4NOIDVKsRvIZ8+O94f22OaUPDYq+CUj7SAzs2c96bUW0iNo29yHYxiI\r\n4ZIFbgrN7Qe/YPxeWfinbOhBl5I0iU648VoZM9YmIXk5ypsHTSTIKE7ie3JZ\r\nYlNxweuAiBI5S/nYuKwTVZhAMlC1/Nn6qGh/AjeYpb0o05PllOFyp2rjkr5R\r\n9CQwjx6x2X4Xyp90MQ1fOmLkpY+v5k7b0Aw=\r\n=mhPr\r\n-----END PGP SIGNATURE-----\r\n","size":1725974},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-20221012194824_1665605348632_0.7125176617569069"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T22:06:49.108Z","contributors":[]},"0.13.8-canary.807f06aa2":{"name":"@firebase/database","version":"0.13.8-canary.807f06aa2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.807f06aa2","@firebase/util":"1.7.1-canary.807f06aa2","@firebase/component":"0.5.19-canary.807f06aa2","@firebase/auth-interop-types":"0.1.6-canary.807f06aa2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.1-canary.807f06aa2","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.8-canary.807f06aa2","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-2RZO2EeJ4wYBQzNlE/msTOUabFjV9Hr5dhkdf/kyd2fdxCqn/KnGXhvPnH3IlBv04KifLqZDzimsa5PP+t5s2A==","shasum":"290c4362af343bc71569adb431ec2de4ac1f0aec","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.8-canary.807f06aa2.tgz","fileCount":228,"unpackedSize":9007185,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEf9NHS3x7JoGU8+dRNqwBdXDDZHTMpVNotpxCWL7rugIgbYV7vibhUstgnQdYJvQQ/0pETU4CRPU6O0RPtKcJ4a8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRx9fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmob3xAAmhaQzpqoGnTNktRJZOiN5w4Id4IyTWXsfQHZUunzSbaKEit2\r\nzC2sM5r4EURc3qeCHpN4Uh5DYC1kORrMAm4vYxYbg8wdieifxsxkPxA+tm9U\r\nZLP35G4wWC1MIXeqPqEUBwZuSJZ9CaMPxd3BGJ9vv7GxFtOm728gaxYpH3+R\r\nDk7NiQWjmsGaKuqjqvdy5YcYNSogXun+62UNUrpxSBfg0zoJfD8Kr9zBZLTv\r\nvkj05PeJhSeVEIBI4zd0aIpydu0XD9PthlQdlEx3KURyI2Iy6vHxeNBYr11y\r\nQAq7GD05GRdE+60KqpUyQ0/3J+hbBKdIkPafATEzALJFIwQIcmONtTIg5Y6a\r\nRn6H8AFwuHXpwKg4I/LgOZFbza6pD5Fdc3T+f/EHvmOb21/AyUxtyi89Oe+G\r\nfeXi0eJumLEuhYHgXXfeDcK8tLIOP4XYoCe9BUSzh+qucRpdMwk1uiwyQ5PR\r\n5jvwXPSInFbo72yXp6s2Jgt64ss/9yjFRYAx2y1jJnDtAfsHII7nUt5XspPN\r\nLDUyMZH2crEChhQ8RX9WzByReWy39tAN4v6DpcVd7b415QrHbTRkb2eWFCET\r\nJqP41DEtt5YUzRMWQOKGDl782+zMyIdSX6eTn2OIOVANkQCP6G07RNGPF7iW\r\n8OU68kYaOkg1yXdwLKiXHWOPXwqGyYEXC/w=\r\n=njp1\r\n-----END PGP SIGNATURE-----\r\n","size":1725897},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.8-canary.807f06aa2_1665605470810_0.3519326927351396"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T22:06:50.200Z","contributors":[]},"0.13.9":{"name":"@firebase/database","version":"0.13.9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3","@firebase/util":"1.7.2","@firebase/component":"0.5.20","@firebase/auth-interop-types":"0.1.6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-raQEBgQQybaEoMloJL8wWHQywGQ9mF2VbitvHydsbSNn+KL/xRDjXeQZPuuSbRjkYV6mR8jvQB7gpnzQQNE8Qg==","shasum":"8cf8c77fb837ed1a6fa85565ac8c28864b0957fb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9.tgz","fileCount":228,"unpackedSize":9007235,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB4ay75s850EG+4xKrVzdfOkpUainbR6Zj+fX/yE0CUSAiBvsd6+RRWfIQ4B0x4uLELBTRk6xEMBXJkiqaxyvHXRxw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRzDdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWlQ/7BoWlyeoZHGuzLjhwKd3zdLAAY3e0NHfbLFugTIw/vIvO2zzU\r\nmIa489NuE/fxp0KbdMEpbSx9WUaiXlh29FwdbdL5WAXorpILlb9njNlQc8yK\r\ngIbQKSuGH2dkECwCkzu9KeP+iJVi0IiUE86FbxRMj2bHwqIqtmEKhhgrHm/0\r\nm5rIQ4OJu0Q/rpQf1HhuccS55mfhiRnDWEDHL0Tr3NL7jRK0/KR9ntOgz3SA\r\nh30E/IB5VQEfetKbT4FzQutoTy81KHQUbyw+WZDFLTCJCTy9OJecNvYs0mzJ\r\nFpEMFo+kYiUA4FUNmdKqQuuifBF9jkwAspDVaM1plocV8EscBs6i1pM+t5Sq\r\n98gjvhFMVgwKdjjJG2MkRgdcbI6BRFRyxo6pAFLtKo+doSUSCQDHxxkCsD+J\r\njbEwZReBFC6/MdekClvzrzmuQYvZwJrTqa2vbqhjHy/2Dklltjusj6kgvvZ/\r\nhGf1/fYjrQByZUly5Qz5T9hhR0PdbQCDqkRHTUvbfu0GVQHb3us7bTSYJd2g\r\n9AdaoEXxYfebDt8bKrtnTvb56myRG6PzsEp4yFwtgoIPAnWh+YcYgFYKuJhp\r\nmipRBcQoDrECQJwtTGLuQk7Hyrequo59tyz4fV5+F7GJD4XgUY+tNcA62UQo\r\n8EZyE6xv2bwXXIUKNaES3PO6OsUoRrjSqxk=\r\n=78bu\r\n-----END PGP SIGNATURE-----\r\n","size":1725913},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9_1665609949131_0.5088712308247882"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T22:06:51.097Z","contributors":[]},"0.13.9-canary.7b6e99d51":{"name":"@firebase/database","version":"0.13.9-canary.7b6e99d51","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.7b6e99d51","@firebase/util":"1.7.2-canary.7b6e99d51","@firebase/component":"0.5.20-canary.7b6e99d51","@firebase/auth-interop-types":"0.1.6-canary.7b6e99d51","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.7b6e99d51","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.7b6e99d51","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-IjGA9h7XrZC4Ow9d4msgBuHEM7WOZDequjVrKni0OUlWYxBX6Y71T1woMTTYu6w2FnXppPNNzFUcMeawQOuUWg==","shasum":"5f8f636249952020769fe908de7b687a941b4231","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.7b6e99d51.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFrz2IwCfVh37el5YfSHuOYSnZ1UWXwamseVMRD1tJifAiEAhLNVb7WMjkd9KeRN/WOIv3VOKqpx6P9rlw5HQXPJFx0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjRznuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyMA/+P5pQSPgnffNerF/TzMtWm606DxirdPCDoK+8S/sUni6WZFxl\r\nZWSCvO6safbQE4CPzfksK9Q5h4UjDH9yMfZ8AiD0/fmdqDeeShFnqrSEv9sh\r\nSmVfTjEZ1xV4+zi0gYImGeYjBq9b3XQ9xw8RqfyWIhaniyfEeeHFSYTVFS+l\r\nPhqEcibmaM5HrGyF9YXAQUbWFERmI1hkadwB6P/zPlhw/7JvxSC1k5jszXDf\r\nwoto1g5lYGJcM/lRAxo4XJGg5dNnYUKQ7oGNiD/kYDmI/Fmj6fDIENRJpUoP\r\nWkhmcLu0M+mruNVMzCcwtoFymToKgX3I6swRSRcer5JFm2lubzyJMZbvEOvB\r\noebJ9Vb+lVjuAg2rIN+8C4W1bteARPgihvAam5pJgd32E3tl8Xp7SbmH8I7Y\r\nrYBLadP1tYuI0BzQuoMJUSYzPVDUQG4H9RHEXSszBxOmusZOTdTE3UdpCIen\r\nNofooy3fOs39r1fN/2DJxMZ7k4qBr+idai1ZKh8l04AMe3ZsD4YZDiiY/pR+\r\nnARy2+UXM37kaR4GK7c6I5Kgjg4WGBnEm/Zn6P3WS8WXWXLBT1j1ywaJzRTY\r\nlJD6XgBY+/b+GJ/He3GvIZNmkFo9c53MvKo4Oc3cvh7YG6UCXUr3pXpIImas\r\n/sBny1w2OJfgOiiuh66I6TjEsX0ZDh8zRxE=\r\n=tc81\r\n-----END PGP SIGNATURE-----\r\n","size":1725957},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.7b6e99d51_1665612270549_0.10448490685244316"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-12T22:06:51.320Z","contributors":[]},"0.13.9-canary.61769b361":{"name":"@firebase/database","version":"0.13.9-canary.61769b361","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.61769b361","@firebase/util":"1.7.2-canary.61769b361","@firebase/component":"0.5.20-canary.61769b361","@firebase/auth-interop-types":"0.1.6-canary.61769b361","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.61769b361","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.61769b361","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-a/C9bAVcKWNDagNYiFn6QrUOx5gISO7ErbvmY+4UcmrAW2rXYoESVjksG3GvC/kexqrTQdIpiNxuRE5bfYBuKQ==","shasum":"b9c42705f4b5dbc319b1acafd4e1e1c0f770a3be","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.61769b361.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDLNAsrpL4pRE/ORIRnARZThP5FewlHKxrl4ue2vDMSdgIgLZaHFHToBgmnNdv59N8MD1BmL4+usq9P07NL/hiDns0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSGIbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPOQ/+I32X+LjMaaQYKwYZ89VWmwGZjMnkyjrsBikllowgsjdXn4Kr\r\no5X5Mi7O9TbtdMzXTy9vbiHq81drjRELFv/Cv24sTxmDY4tFOG0SM46LPxbH\r\ny0u82GO2e0N+8C/3pL9E+JrI61UmOvRCbT0Notuqz9u4l5yEPHr2QeTorHcc\r\npj7jNL/psROGFatgBJk+jYY95XHaVLieplfBSZGMp45QrElxXmFAqDoOYgcI\r\nyS4RO4ITfDsgkdN2OzRcU7325Nz+ZRLyoYoeqKhgRZ+iRyMRFtcuP+hfBoMa\r\n2fexgtS6lKB1MBpHFMXV/Ogxih8MF62qSS5IB9HJCWwgrjagzz0lmWCwXu1n\r\ndp7LpFZzWp4+RGyJ7nRUA8M/xgoqUpP3Pl3QLmoftVdo/vEH62t+uC7BwoXO\r\n7seTpPmRo/xNd4UwdqBus6KsBPa2iEZbDrIiovZeKGeuxTgV1gCtilIExyIW\r\ntfdKPYqmudtKELNpGIvZD4hiJvBpVO6La9dOB7h5gD4HD5aJv0w5ucNN7lO3\r\nTNkvg3yBYHxFSiymg2hkfl7vTNmSgggdc8n+7JfuV7GtX8y0ZAo70TTfD1/n\r\nMDCofSwySARblrDAR/vIz1HxWLelRL9J+6XrB9tnQh7j4McE4htZveGUIYyw\r\nVjhcTNci/PVEHqCKBPI3iPDFSPStZyhZ5L4=\r\n=+gEJ\r\n-----END PGP SIGNATURE-----\r\n","size":1725961},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.61769b361_1665688091531_0.9352358008328545"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-13T21:31:57.647Z","contributors":[]},"0.13.9-canary.d922816a8":{"name":"@firebase/database","version":"0.13.9-canary.d922816a8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.d922816a8","@firebase/util":"1.7.2-canary.d922816a8","@firebase/component":"0.5.20-canary.d922816a8","@firebase/auth-interop-types":"0.1.6-canary.d922816a8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.d922816a8","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.d922816a8","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-iLY1jBPUw7zstKuoK2jIWRO++kIwqH6qpeDewryZ6AAW0Q99DHN2Udn0pMTi7tereQBhugPRVNZAibnWnAjSRQ==","shasum":"603ad2bfd92de2cb14badcf3b58e5f96809c1db2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.d922816a8.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC1iheCQ8KUJb8WycZKYPWo4Mgwbm2PyxPaCpJ4AfRypAiEAhSkydAnFeoyuUA1xAKzichHyxToYcbpgYW2ta5pD1/8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSIBlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobfxAAnVxJCkO1MziYK0S08a6wpOjw+HczFZvCUGKllOpWCOZI2f8k\r\nEiZhkFEQCroEjsmfSwKuaUH1xwuxfsr7v8rVHJZ7qPuXhCy+RJMdQJln3sBn\r\nS/qhzhS7rGCszBNRAmJO1WEGDkvC7iB//wkv5Ik65lfLBrNMrAE/ZSiyF+50\r\n15qFQKNKU0/b2egfG/K1mf+ezrF0H5kXdQAFEtEYkhgWdCEiF65fWV3C/y3r\r\nUJ/M029LOWvHQ5IVgnpmftXTMVfATsX3xe6tlnhx64bja31505d2UJyHFx5d\r\n0Cq4GRJKu73/hdcsvDQB3orhGYxXCxp5b3XXv+LWJgmYK9gZDSj2irB2UbNY\r\ntkmOuk2DR/TzAm0WdXvqULiQvhXgQRSeSICLP+wnneTIVXBltPYHmRz9SNAO\r\nzEWA4cY3mgUunj7oTKBCkSqFpj6zuIb9f7XphYPfga58nhu9SK1B1YUif3qL\r\nmgLqpYyijSijGCpI3DsR7twp5872H178xLFpjxoJMpJqAGY3c62sBRrqmgtR\r\nqDdlGnhJnyNSiY6KZZZjNCbRvsaxgFlQV8Kdf+OlJJpN6VTjW5++J4n2XVc4\r\nVmTw1fo+jDHf1IiTvJHXzoDzaPWwveN/JF0wPhLTATFkiXxrqhfKzVc6p98j\r\nQXB7qar7PYcwnSrePLLjZVy1Kd3fPaGLxaU=\r\n=A9oX\r\n-----END PGP SIGNATURE-----\r\n","size":1725957},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.d922816a8_1665695844765_0.8905655779577817"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-13T21:32:02.809Z","contributors":[]},"0.13.9-canary.eea63dc85":{"name":"@firebase/database","version":"0.13.9-canary.eea63dc85","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.eea63dc85","@firebase/util":"1.7.2-canary.eea63dc85","@firebase/component":"0.5.20-canary.eea63dc85","@firebase/auth-interop-types":"0.1.6-canary.eea63dc85","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.eea63dc85","rollup":"2.72.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.eea63dc85","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7QB076L2rhLUcSZPqhqkv1oPJsdCA9jXH1Qn/hb3QOma39Vf/z95aQLVEJe+yDJsY8R7rHTtCmATLwASeuaP1g==","shasum":"a7e835476396e91436e7f8cdbba314a791fd7d5a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.eea63dc85.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGohCaqzO4RhXFz+HDqhYJNkyPHtru5sLIUuwGQHSgugIgM0HkJ6w2qNDFOVwnQst17PO+CYF9Bxrf5dwVvMePF+Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSIG/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVIg//RZw6ceK8GL2WwiZRxk3WCbJnD6WUQdRNERDXtX+BmzFkoYF5\r\nHS3rnW2niVcZ9OX8zrtF727FHGsaemRpZIFQACjbH0D70FRe411L3j4v+CKM\r\ncUAubldCgulkD2nW7j8UBeGXHVh9KLX2Y6Rj9ZDo36rOFJXJDtTbZBGH3Qqr\r\n2pI/H3YFveeQ96j2188zMiUPyJq2f3gJqIWkuJtptKLCxQvHu0GiwjJjK/H1\r\nsc957vEl7bBO1B60m2kKHTkFjbiOuvVzp4G3M6cHBBz+k4Hq2MlrjoNK0qIk\r\ngnFuT936DReKOKqYQ4L2cS5U1ut9CnYXQXyCGo7VCvNTeGVwv98PlgFWQV/F\r\ns2J3azfPECA4U9ESmFLgtNi+RUEdMHS4jBbqNKZQHsA/lIdeRfc+jg2LMtD+\r\nUsw14OzjHtU7CVsGyexQmSgBmEapuzr/v69Lzz4cQyk17q0JTLelvWDIEdi6\r\n+K1MwkXTULOuRAEq8RcsSs7aKvXmGZ6gjleiXwZtl/hv9jzeRuvIwKU2nxx6\r\nQI9O307W/+IXXShqS1MRsx9skJLnxJAOM2IHBRVuQ3tZ9z9loLf9HM+jVZ3z\r\nUYAdVyvtpIsSAOrik82uknFyItZVd2MnFjqampaOkB/FJHkJ0Pit7RHgwOji\r\nOnbgtyptsSO2BR2p/clVuITfAhmGoL0ttfY=\r\n=u4mp\r\n-----END PGP SIGNATURE-----\r\n","size":1725952},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.eea63dc85_1665696191549_0.7858865007224392"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-13T21:32:05.625Z","contributors":[]},"0.13.9-canary.2012b6b67":{"name":"@firebase/database","version":"0.13.9-canary.2012b6b67","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.2012b6b67","@firebase/util":"1.7.2-canary.2012b6b67","@firebase/component":"0.5.20-canary.2012b6b67","@firebase/auth-interop-types":"0.1.6-canary.2012b6b67","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.2012b6b67","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.2012b6b67","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-9PLAMByGyNq4pfJM4TmBU8Rwa+vje0UD5cLu+scyDVAaXe7c81DhhKyprYpXpMS8mtnTryB1IE/WbupCTi0DQQ==","shasum":"f16a2d1f45c040c1d8d2c35e8455b855a4a74686","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.2012b6b67.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEt6t9xd7H/HGrKiusdIpIlU3vtzCtjeEDNvS4qttt1DAiBzhGtrtCyhx/LMcyShpAtYo4+e7eOMHVgGX2e1S4PD+A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSccaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoIrw//QHz4oFS+fufpWOrs8IuOtz/N33XkCbOkSxg5/+cSBsUG0XmF\r\nAGS7QYF3gc3sdoj7lPbch0Z0l9e6NMU8yIn++2HgPEJVoBONv3s+OqWLRhhM\r\nG8avKYspqpd54UCWIowKouaCFeXIWpO3IdLB8B0CFYyQ4WxTypoWAO5KBfIi\r\n1cCilHNTsCz0XihrgyQZu+CE6QfG0/mhX/FjlTqVr4dtZpsodD95PeH1v0GG\r\nohUwlPFM+lfcaumX2G6VBoxCOPdvcX60tttKJ89siXWJWYmRQ9dKRQTE+PUS\r\nojVs3eLDt8IEqWkG4O7OeXlpRh0zaAWiP6BEgrIukcNeeKOiPBGWR69P24ac\r\n3XFKVxwkCTyb9RyQgKTkXSa+kxSqaAqy3p3gQsqMuzQcJ3Fj0e+PfIo6dnki\r\nxoEawsIwtH+9Z0zJc73z+DsOSzerkNQbs1nVQsSrSmeaED3H0gtvWlTHfdwj\r\ncMW7OxKvmxdS58tD1WG/igUkRkiWzkT2PK60A5xIOX36zpQs4ktuOKgm3JdQ\r\niCXlQEAHMhk2TVvUZihQqs4Vv1sXYk+9sjXYzb2imjTPoAuzRlw3jBLdip4s\r\noSgk78YXPAMC1lPWK2GLKlC1GCgf4bZbc/sMWJvgfLTZlaIq+TT6C9SYg1Y3\r\nSt4/rSghckgLSa0Mg3eTm3Svrih9RL16yTw=\r\n=zRuY\r\n-----END PGP SIGNATURE-----\r\n","size":1725959},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.2012b6b67_1665779482704_0.24692146287547012"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-15T05:47:50.006Z","contributors":[]},"0.13.9-canary.012fd763c":{"name":"@firebase/database","version":"0.13.9-canary.012fd763c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.012fd763c","@firebase/util":"1.7.2-canary.012fd763c","@firebase/component":"0.5.20-canary.012fd763c","@firebase/auth-interop-types":"0.1.6-canary.012fd763c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.012fd763c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.012fd763c","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-vZwWo+ES5LqyYsJNM1UOGVD+/IiPaKUfVh3q6bDY//6wdE2k3PxFiB216Fd9WW8HGkxKuIw3rrMPWbKKUUtI7w==","shasum":"70f07b311dbf2b6bc164344e27688800fe0bf656","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.012fd763c.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDl4d60Kh4GiRY+Et/n9A8fhe3l01ScuR+3oQwyvWHObAiEAhE7sQ9hW6dcJ3caLEvHcdtiTZTVDIusMbcNm2NXU1LA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTcLIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGLw/+PvWFw8sYWDWPYhXKQaoIag6TgeTVh5SW0pq2JYheDu9/1JNI\r\nrhV49uodjzDZPs0LgjD0QpcULHFdu6tKVdeR538jarB2SoeTdTOf+HtRDngC\r\nsRb9UV1cMey7Cv7cH3fnCcl8hl9uSYhjsdswyc1ZaXqdAs+nk4w3lq+KybP4\r\naU5JDshbJmsdMJHHEmp2ILoAgPj37noDNB79E4W0ntTLaoUvGPxdk1x2eG08\r\n2U2dxG/V22H6TTveeIiHMpnDU/+WbHwqsGkIp2+MvoqS3nYqDkEAKa5GSdtl\r\n7IDmW/fELxz0zQPimiIHCdr4TrWNDKKNRnzdsAaZkiGk7y86i8OftrfwVPD0\r\n5EtRCz8KUlgrwL0jpXL8fxnRkyXIYRC94C5RAQtBYnTXc3Q+s5Oay8OsynWm\r\nA5Zuzk1fbhSV7p1T87CGeRy40XulJd4KtauNVVSQxMj33aHDsATdS2CDeDM/\r\ngAlB1x+qTxlc3wOtC82V0IwLfF/VLopimqGQ7B+ckvCXp4P/Z2BDJrEE9jj9\r\n0uW3hDHYYe63UhBztNuy41p/sIK52Wh77Ys1P6TrybAguPVK+HLjwCf42YTX\r\nzcny7JUgnzXoGkWUcKiRevRe9IoAlU1IGwDsJ+tX2w9qFrlvTdVzV11dCJtn\r\nLTUkbFqziRCxQaGU6obdm0enbk0VR+ue8+Y=\r\n=0TIK\r\n-----END PGP SIGNATURE-----\r\n","size":1725957},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.012fd763c_1666040519863_0.7514069009590898"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:16.920Z","contributors":[]},"0.13.9-canary.4af28c1a4":{"name":"@firebase/database","version":"0.13.9-canary.4af28c1a4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.4af28c1a4","@firebase/util":"1.7.2-canary.4af28c1a4","@firebase/component":"0.5.20-canary.4af28c1a4","@firebase/auth-interop-types":"0.1.6-canary.4af28c1a4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.4af28c1a4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.4af28c1a4","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-khuWIFw0D1u+oH/018CZg1pZg5idYEq/F7M9GKVg+2+GhAZstRlDS3kKz8mNBKtNWTq0UbTE9xw1q2DfIVkjFA==","shasum":"c14a545fb0b2b98b835bebf4ebbacf2bef628088","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.4af28c1a4.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFgldPkhkoq0sfWKxScN0H1V8jYC+gI2Gtdv9KKKmGaxAiBaOmY1OTJUOVZcgcrpqPLhHy0H/NV/xKgW1hAO4Lgf5w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTcncACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogExAAiD91L3GDJD+0asjyTYFN3Ax4hrvhiGyptStJd7OrRB/xZyav\r\nSbS4PhlAFdadX6bg89wXt4kna+VsY3UwQuTYGI+6P6sCYez0PujcRT4GNYbg\r\nx0ORuPbWe2ej13PzD7rGREOMs5LYgxlHYvs//MFp69tOYFDlPfXwLdCfi0JN\r\njFT9aIU8n1s/Z12B1xv/GcJJtpD2z3NGbolilBEPX1lcWZvdeTPJeUbKWuxD\r\nVHZQj3dyWc5GH81mkwu7Ixtu3c4dv8hJojq++2FhXz/VSkXowS/Jz50QOlp9\r\nW8NklqR1+Lwe+gICe4AgK9s2FMNX7Kkg8dYgTbIWkSPhP8D97Pf/9ZT5+78d\r\nPk+UJJ4x53cKhs7wMfTIqmk8qzDw/s+QVnvoUQuElzUFn4d9HG0sqxJQaJCG\r\nMZMpfHWvE6HT6/kKyMqXNdvPL+Hu/8jaVtQfqUHm3JKPY7C0Tkfekv0skdQH\r\n06oJGd9WVhCmrmHrIAG9GP8Ohq4QZWi84dXlGiYc94cdZcgsJJkUAye3RlMW\r\n2Y6G3CwynDiXqYnDSosl+R4rPVihBVcXaxqJblsEt2JpRG6J3kep9bwmtsMq\r\nmd5Eh3/o8yDOzdcAc5l5iyLjcgmOFWs9O/zGbr+vnvWxWOD9QDz5kwjcaMQP\r\noOCgEZv7T9hfcP3UilGvXasCd8mua4msfKM=\r\n=o8t3\r\n-----END PGP SIGNATURE-----\r\n","size":1725954},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.4af28c1a4_1666042332456_0.8090805315136513"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:17.822Z","contributors":[]},"0.13.9-canary.3d9611e8d":{"name":"@firebase/database","version":"0.13.9-canary.3d9611e8d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.3d9611e8d","@firebase/util":"1.7.2-canary.3d9611e8d","@firebase/component":"0.5.20-canary.3d9611e8d","@firebase/auth-interop-types":"0.1.6-canary.3d9611e8d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.3d9611e8d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.3d9611e8d","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-DPmCFnWi+J0dlfPlkz//Jp3yzJmW3Eu/6LCSZByGAf0KlvHd/Q6lN3jQrkpJpkgraYJ6Ocijwq2ZwzBHjgsQyQ==","shasum":"bb45bd5cb8b6867aecac402b4d50eaa7483bed18","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.3d9611e8d.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHwCT+XzsQbi62HgdDzk1RZ14cZQ2lKZniJM6vOM5x9cCIQCCqtJ4YN4CvEaMgCOs3Rnna8x9xsQurtrFlEtsB1G2ag=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTdn4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpO/A//bpQzBPbjRxgVdm7MOQUJC2UCnEuXTCCN+oXnt1rAnBu2U0tZ\r\nr7BV3ckcnHBStbQejiiN26HUWp18lcfKLn44FoD4VZ9TS6S12Ko2qENJT+GN\r\nU06W05M6ywvKAQZoivRQCV9Nbjp1XK8zxRxq6W2lOwgK546lGQd6giNdHSi2\r\nNi7AjlIyqGLNP/27CWe61w+GWUuXNpwOVV9Hz+ZOxIKzWfrNEDFjv0biYJlY\r\nN5DZnBgayVNjI3dOe2tmstiiRUVeNicRRuGNgseoLhlfGG7Zu8m5ca0Lqpry\r\nNBoPKaBnCqebIIabsUV67e2fTGYB8beDLQvNzKYq0sv/rcwJIZGNp4wnJB3/\r\n7Gge2J2Sauy5E1wkBAKyLJ/3718dbTBe5ObJYhLNr96fT3Bb0ceZ8LAjBAzD\r\nc97SF105wFOzV6dm5R/3Ba9ICo3J/7F0+X8ONdtu3U7RB3GyFMkG1HnOLeIU\r\n2+rLt5/rDML7ORGqU2njVsRSg0+Q3qznZGQBVeDI1RMp5Yq8sjnasPozeo/B\r\nZft52dM358Ey7KzYgy2cdvn5FBrfJ16t0iavKbWEAOBGaIR982BJHDCX22Pv\r\nrBRrUAUzteFcpd7UkYrjnsIcl3F642ZzKrQy6i2o0lVlKufOfi3ND1LSYkFK\r\nler+GM35WYXkZ/92fWptajmhsnFOKtMti3o=\r\n=0rwT\r\n-----END PGP SIGNATURE-----\r\n","size":1725955},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.3d9611e8d_1666046456262_0.6288420934234198"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:18.296Z","contributors":[]},"0.13.9-canary.4679a95f7":{"name":"@firebase/database","version":"0.13.9-canary.4679a95f7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.4679a95f7","@firebase/util":"1.7.2-canary.4679a95f7","@firebase/component":"0.5.20-canary.4679a95f7","@firebase/auth-interop-types":"0.1.6-canary.4679a95f7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.4679a95f7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.4679a95f7","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-hOyDyf+Fca8KuUieFieXQQK9mh/J50Br/FhztwR1Tfq3XesE6Ks6eKPxo8L0wAaRBCsfqta+AfaZrTA1ekGsxQ==","shasum":"663f0a0cd5b5cda2ff8b868344ba189595739cff","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.4679a95f7.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDbMF49uYuv67digcmtmBn9gTw+nVoGi8zB4yspLR0hfAiAG4DcoIFIflbefRqjmCRcHhoFe9zj7fNgMC2CheZ+X6A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTt2VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpt3w/9FunldnZsMfYp8qRdsDisb6HXTbdVAl3aj8p7PG3IwBo054JA\r\nttLJebZLaR2Q34MT5uiyJ4eCFwdtiLO7Al7iHNE0hryalEHKRG8Q/QfNxlpB\r\niIZgSEAzlk3MQWE68KQ53XexL7EWLlIXORSZm1PV/Q2I/HiAFJiNKSMy7J5f\r\nnqZ7Ugrmq7kDsjBwNXM5l8PpXgbDx28LpJcrfY23chP//bo5PBpO0ZVvPSA4\r\noLhZA6WR7n5DkEopo32sgaZGI8JKlytYyHaLzBhMhWqMSQlKXzi5cjgyUOym\r\nrJsPwGl7Gh3EYfYmcyLXkIKlTi93M6AxxjSK958Y8PVh+dNTwha72W2qNsvK\r\n4JF5IIXQjN4a/doLk5My63m4Q4jJfNxvxxd1Adk/oP5WrkCmjA5s1VCv/Udn\r\nDW53FnXyFHH2u90Af716vtlfZ5YzO+rbi9kFD0NrDvUfvTxSh8dbG6PGsccL\r\nj4ndtm/Naqs/Kvi8tILshoE0XI/ImcC5RnXcdb4a3IY5GIAdRU1ZhcpmOl3J\r\n5WcBgjq7KfjgrfCqYwO+yPF7E2o3tvvhCyJwNUev4zVkBrFVWJ0rrnUFC7Jb\r\npRBzew2xDh1YQTHiA9q4IrpSxm4xFmHssg2kodnm/gjiv/r8KBNMox+U1kUK\r\ngp/njj+czc2suJ7ZnPn8eGBjHaUCQ2xjw+g=\r\n=MJAC\r\n-----END PGP SIGNATURE-----\r\n","size":1725959},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.4679a95f7_1666112917623_0.3711556480157572"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:20.480Z","contributors":[]},"0.13.9-canary.46596de09":{"name":"@firebase/database","version":"0.13.9-canary.46596de09","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.46596de09","@firebase/util":"1.7.2-canary.46596de09","@firebase/component":"0.5.20-canary.46596de09","@firebase/auth-interop-types":"0.1.6-canary.46596de09","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.46596de09","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.46596de09","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-F2med5b1/lTuUbf1w+e1ZYcMIULB6IyltYKKSiXmRlGo/iNU9JhTvNAR+/xklaYw38XhMe6/MIkKb9bU/ZTfMQ==","shasum":"45ace4152712e28539ab1fab4face417cd777463","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.46596de09.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCjWoM+q8X0bRyuWeyxd6KAiU4hDsQSVPvNzGVxG5aYNwIgTGXgCc1DR2l3LI0BfV2bT5q2N7cQ7YcI/ZmkS0HvBoE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTt6JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplnxAAhiHs/YgQCukOByQtFSMdw5foq0gZdOVGa7+FHzGavfMAuz2H\r\n5HLFa0/DNHVXwHbDDZcmysgmDcVhqF/fXa+VZvsbDUcx+r8VqQwmOoW0tfEd\r\nARHazorz8+oyJVJjEQx56qwdDUOPpAFJSEIlE2JJjR60UHA4YHp3zcs/F0iI\r\nryKYnaaLyxo5+O0JRVNkVpRMi5RnABZ7lXNt53AsIxuKSKBX76F1hutYUy/G\r\nbWjRhqa7eOYEjosq4h/EhEEh8jVgKFf0MxZnek8M4uzokmXy8nN4JaFMuM2Y\r\nhu5VWBV8EFaI1VUBS7tciuwoxieE6jPAPcHvO9zNXHD5ElhM+RBlSowj6fuj\r\nTNgEm8g7LTRDmqSBLDfFZXB5Mhctulyjp6HcPVEUC1wVvXYcmKMMJ8I2ytSc\r\neTnnxPlRFRsVh91jWrUwCO799ex1P9oTNJ+daPxRHkt9XJpMKmwofVCXu5rZ\r\n8plTBMFoCA9zGXgZpq3MJ6V7KRmIc6QSJ3sdPtBLEJ+D54rKTnssFOHVBsI4\r\nYRC1ag3QuSM/cVk02lsqjrAu+SCXpT3OGmiI4caEmDcqTlj4lmtnZZB/3Qj7\r\nQ5NybZd/ySSYQKZyzX1jADVa1j/B7Pnuj93MfsIhEB4EiTTJ2d1C71DTOA+6\r\nqo/PE6eZmsNwOScKMe9bnrCXP2yslLgLiPM=\r\n=MuMb\r\n-----END PGP SIGNATURE-----\r\n","size":1725961},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.46596de09_1666113161085_0.9738132343241415"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-18T17:22:21.708Z","contributors":[]},"0.13.9-canary.de1c717c2":{"name":"@firebase/database","version":"0.13.9-canary.de1c717c2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.de1c717c2","@firebase/util":"1.7.2-canary.de1c717c2","@firebase/component":"0.5.20-canary.de1c717c2","@firebase/auth-interop-types":"0.1.6-canary.de1c717c2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.de1c717c2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.de1c717c2","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-DvcOLw2GII3LQlJaoAY4JwEAYwQHnZWeqSfrLsB2Fu6D700udxagJ5C2YbRHxq7HQAJM+NvEu+1UsgGFyPto/Q==","shasum":"199f41c024bc7442ac42ff168653cde1d4981e89","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.de1c717c2.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICTSZxDnxy9yTF1dclYq68VTLM8bQ5G8fR/Rt0M/CjY3AiEAzYGqoRpLwTvR3xL5CARnT6lp5RgdmenJiZARRFHzCsA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjT2PqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmromQ/8DNkjW7rJW3oBLSKQCZYFWXGJS+o5tyNjLN0liFbQKbt0EjGq\r\n3rhC5lt6NzKiRgIwP/WHJgMPy2XVXF0/e9rokjV9dqcYK9SoU8RaQtq9QdDP\r\nMQHoShzuoGsCaw7tenVKJpl0thcJECkXIs4j6wh/PwvzxmEX6dPYWV/JUqRc\r\n4LI3pKNurGUWrZYzfpGuHP/7noJ6CNBuV1seXKFb5JzWHrxbI1q892G44XUN\r\nPQWHRD3gcrUsp00MdEOnljp99QgnxoOM1/synv4wrW2f7w5S3ShCZFmU4gaF\r\nWSum25L9/TSPUbDn+gFDfFXoGCeKjzXX/5Vz9P/IX+w/Iqj58d8QoiWH48KT\r\nZzzaQYBxAWV+tEijQVKKbXGzaZjdY8k1hfJqmIH78mke+/ARGis4vU/h/eGE\r\nyZN2UrQKYFzi+Q9Ya2jjRMcsPv5sgYs1bRaz9MUhSrjOtH7H4irNKbC4rxp5\r\n9b5owBrwdPpWOcZOKmgl2qrmB0uMh8dd0dApOBcPO7TGjJj67khFBSeuE1g2\r\n6sCWPfjD6km9XQFTC6ySypdLlNzdYB1q9SDkjGMs0HNQfN8gH6MtuuQtr1KF\r\nfFwqFzidxdXz2FB3rUOYVhmwra3YSF+WIvrvGHHFkvmZzAtYYtnaEgDTnJ+v\r\nvBpPZke+d3Fwnn7+holeCt26ZoZUICOjvKM=\r\n=Ecdu\r\n-----END PGP SIGNATURE-----\r\n","size":1725951},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.de1c717c2_1666147306550_0.9130557494254623"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-19T02:52:07.258Z","contributors":[]},"0.13.9-canary.941ad2966":{"name":"@firebase/database","version":"0.13.9-canary.941ad2966","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.941ad2966","@firebase/util":"1.7.2-canary.941ad2966","@firebase/component":"0.5.20-canary.941ad2966","@firebase/auth-interop-types":"0.1.6-canary.941ad2966","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.941ad2966","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.941ad2966","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-iM47mBH0QBJLG9EFLEAt49S3CTdPGyblx1WX5kEhE3ySZFKdZGkUr83nKnP2nHd0e4YIdxEeUxnk09lAa0DYog==","shasum":"9bd46bdb75bff228504d80045a3e20963f668b00","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.941ad2966.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAxiRkqNUWNtHRqbkVv3mUBXFnqg0c0U3hNLX8GGfRGgIgdTL6QTlJiMP3g4rCeex26sE0vmDke1TN/gWd8B2/QjQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUFLIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+Qg//ZlUrS8U5ZgZ4eFaqIdLgJ0/GHXFZYOlMHrx5SEp4e/jcij87\r\nLhmDgnra1Y8zDLSOpYSm55jRWhj+V+IypmweMQHjZemX7PF1gvI96KAztrpq\r\nXYsBMP0SoRgFXOkBedjeXzkCjqVrHqRkYbZ5rRz+Mq74MZYOxArpb3jJgy5Y\r\nvpOsTB7ZURhhhsJlOrB5qZ3ctlUA+BimppB9NflZwXHvS61a1IGdJnZx7kLi\r\njaWvcJO3gvNZ+et7dLXpu+aKaA1sgBo9Q/A16j9ji25Flaug9QP8V+nsMX75\r\n7XaJN9VSHCmi3JKvGmOvt5QvyFjDwE/y4220U9pH+nnvHOsJs0qrRRtDPklO\r\no4FHsNrGcr7oayWphDlms8Ak3F266VgJlcNHkiH38tvMjQgdOY++shTezLsd\r\nflBSywDPVwFsfi7byExIxNCObxb5njUkh+QkOIGTRRjkEK22lt1dPnl+udiP\r\nnNw/wLGr8ToqmN/gi95YMg69n0LNdHeVHlf89+mBiK7DqNVJGBXvIyohiJc4\r\n00j/Rb5zaQs1EEsoOL6Mnmeiug1z9EZg0eceRWbZJHCRUA9ER0QRLaBSWqr8\r\nDFkRUQz7+GMKzJxZ2KNT18JPA8Ec0dozf47AyMrj7vV0IQEqASoQ+Suj8kf8\r\nHzJKTHAcVdVhuTZEf5/BkQ0UAZRTsDN6/0o=\r\n=CvB3\r\n-----END PGP SIGNATURE-----\r\n","size":1725960},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.941ad2966_1666208455706_0.09473108403748776"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T19:51:08.382Z","contributors":[]},"0.13.9-canary.8f031b44a":{"name":"@firebase/database","version":"0.13.9-canary.8f031b44a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.8f031b44a","@firebase/util":"1.7.2-canary.8f031b44a","@firebase/component":"0.5.20-canary.8f031b44a","@firebase/auth-interop-types":"0.1.6-canary.8f031b44a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.8f031b44a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.8f031b44a","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Z3XRVrXWE43srHmQdyMXoDJi5om/1RqYsYkLybDhSz3QlPXOc7d2LMyN+aV9NYEIlYJBfZvr7I4dunSimwc3+Q==","shasum":"453676c7dc99527b5ae6c30db1fc82cc41003c69","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.8f031b44a.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAH+mwOc96pvOdLQEYsDZ5+1ElhKTaOZbGqOpLO9UUvFAiBG4T/kIWtVptFBIDR5CD2muKMyWvRl8/KfrqDlKoEU1g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUuewACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmryZhAAjrcQE/gTxkUzh0jCr7Ozzjz17TtPvqJiKWRpMOsFi62mptXu\r\nCNizloRXIhyblDMGcAvrYB8Hy/Xm6PP7cPN8pilsqjrHsH2iVUHe7mmEpv7+\r\nFDqcTfBxeLoM/1LfNGVQaWUN3qGkTs0ZnNqvMeeD9LSEEOKnKJSYUBOTqaIo\r\nWEFuq4QB5VwexsEOsMZRHzzC8rr/y753Jc3jva2s05LN7fA0gxDphZzJ5VT0\r\n0CY1+4lfoKg7Y7ZdF1fw6BiyzR6z5FZoa7d8H8N/lZ4wK6kQ5vhyHwVwLvW6\r\nj8kjNmkYWCJ5M70OFpzuNCW/JZI+AYhlsNtu7ngKhoOGt8K232/e/8OzRjtw\r\nYCzTxgx2Vn0EoCLzwcoPUy8/r22bUyMwmyM2O+nqBlN3WbJPEUIFfF5D0mXx\r\nk7CLtreQB/Blex1GCTNkszw3k8KW0N3uktAhAv00BEmgQ97dv7oE012YbTpz\r\nTS7KYKgvq+WSRZTBUUGxYRXoPZ3lQepc/C7NVemCtwFRvwC5rUrurCpIFvz2\r\n08x5jSJnu8FzcF+Iao29eS43XvFiIPnj9883HmrhIIm5IER5aXzZUDOcIvRL\r\nQPRyY0JHlt+1Hcu9NiDVNYtC+1uSuOUJoP8hQMTrvwqTYPowamsKF09zlbkU\r\nou+JNJDWmvMkkDsSF0wuJvWlOWV9CbuKT8o=\r\n=dPgD\r\n-----END PGP SIGNATURE-----\r\n","size":1725958},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.8f031b44a_1666377648116_0.18923032967929299"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T19:51:10.703Z","contributors":[]},"0.13.9-canary.4b9da74db":{"name":"@firebase/database","version":"0.13.9-canary.4b9da74db","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.4b9da74db","@firebase/util":"1.7.2-canary.4b9da74db","@firebase/component":"0.5.20-canary.4b9da74db","@firebase/auth-interop-types":"0.1.6-canary.4b9da74db","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.4b9da74db","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.4b9da74db","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-nr8i1M5HHDorHIjZgxiEfU7WuTrxyqm1Y4UjEhT7ghOjjZlBbV9Hll1Ozte+Un6xKF7QFr7dAcshgkc03+C4tQ==","shasum":"959dc5ca8e6c55d1ffa280f137559a4423d8215a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.4b9da74db.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDDL9b8y5TYzh9+ojzCdGIw8jDgmY9K5HK+g7FPwNwIzwIgDHg0NHdL7zYb8uatq8KPBU+yIBr3aseUtk6veTTDrJY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWD2yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+ug//Ss6Ralu4XTUohqxLaDHkpPXeZsXSLq0FnDR2kOiXfaSDsU1Q\r\n+vdF1ArqYY3t4peBnnw8KIvYICSvyfBoj2k37bTp28NOtV426gy7C4XRP1bw\r\ndERfDuiLquxPimuOQjuDj52pUg5+m0sRKXHZliTktoqjAWf+MayuyUFxy9Ce\r\nhlPcDMav6w3ASpuQMM2AUDbYNhLCkrFWomY2wQ0s6O4+F/3Lqxa/FZQn6V+0\r\nJmb88U2qLVYkyFEykKiWcXpJ0MLu2hPd/H3JswDDoD88wLl3/My6eOsv+MAz\r\na4B4T/Zi0PFr0f063pC9F5DIn4MpV7c62dhF4HanoK9s60mpElJ6Ub3/PttH\r\nAiHlORWsT1oR+fwYjXoHWVj2PBlDuRqfOyfe/INKpFLElLEeioN+Keztx2Jc\r\nBHFj0qLp85d7lGgzyrwuMGRGhaIiN8bVig4Dk4qpcn8nClC+MEN7OxsxLqnP\r\nMvpTjaBf+BVAEygZ8/1Vzz4HVFhCBRSCg/l7xanz5m+AtuUGmcoeH0H07A/w\r\neNxAcRh0YlGAc06RGDZrBHibKASStUpfBR5GxHCx14SrA2PE2ImVdvaO6jI6\r\nQdDrebzj0ny7NNerlqOrMZAco74xzIciPP7DGUEuBilGX/VQaoOk3zAyps+p\r\nKMPqIwpeVQ2BrXYeymp+m2XOqcvOp+BExYI=\r\n=Mq/E\r\n-----END PGP SIGNATURE-----\r\n","size":1725956},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.4b9da74db_1666727345691_0.9633549098224674"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T19:51:11.924Z","contributors":[]},"0.13.10-20221025194556":{"name":"@firebase/database","version":"0.13.10-20221025194556","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-20221025194556","@firebase/util":"1.7.3-20221025194556","@firebase/component":"0.5.21-20221025194556","@firebase/auth-interop-types":"0.1.7-20221025194556","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-20221025194556","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-20221025194556","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-PF7GB45kjEtsfajln98pjcEiA07N5sVRqCd/alt1s3IiWyut//F49tw1annahSCza6Uic4S2d45GyA5D6EdnJw==","shasum":"19c904202f49c272916acfb3e959280851d67fdc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-20221025194556.tgz","fileCount":228,"unpackedSize":9007956,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHIaJBiVIOUTK5OWyGVFiBitc4uHT+cWMyQUaEkkyJ0xAiEAreC6xpH31P5MFnklHyW4KBEa0w9DaxOYRT0WKfTniO4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWEJeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsIg/+KI3fiCYPR7UMknVEblHzY7KOFjG3hpfEYJRmP3XamBNeYD56\r\nwJ0swYWjggIFBQbFtuU/+hOvvz1TMgYyXmmflN3xSLvcUCQ+YpTBPVSZJzMO\r\n1msJYf62Gvs02P/v6nXwPDhaSMSfvfwEMn0fhSZUlDTs8WfI6D5QMz1qC4Hv\r\nvem+NFdx8Bxx8qnkKX3KP9sUTA95fHv8jNmE3NQCZa+4zE1HFCcYSG12IsAr\r\nx5yWM7hwstXjY4scs7j+DO2iJxTIdB7/rFDX0NXup9TzVbrtbf5G83kG7i4v\r\nfKNrC9NsosCdZIAp+Cil8XHpMUsEUMwbSM8/KKPp3cMSDjdoEJnSqAx3hS9D\r\nRdWs/ApjPTBkf+RU3OPD1bJHylOZHlSM365ap3MJCH1Dr6ujEUhGjbNlsPJA\r\nRFcr7TFVx6V/r0ZkxuwwC9cTNl9s3QeZCRYSITGFbMpF0+8cohXpJU/LUvrN\r\n/vLEgHGbNC+U0f0nYXRtI9Bqiff3mHq+vBr3p2fA91mHboUXVIHSYYH7Yf/Y\r\n3v+wfewf70oY0ZIdYlm4WcPmsJ04RflT9shgUY2ATRtjez5nG/X0yZx5kLCO\r\nN4UVddOrnqnjBotpec5xZSiiNkOPns5DK6708E+TjwMujQJPG5jdmZHbql14\r\nA9xSBIo5GjKCicjFsOXU0p6CeAVtyQpiaNY=\r\n=867q\r\n-----END PGP SIGNATURE-----\r\n","size":1726065},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-20221025194556_1666728542540_0.02168612614527876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T20:19:19.061Z","contributors":[]},"0.13.9-canary.3f1354f1f":{"name":"@firebase/database","version":"0.13.9-canary.3f1354f1f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.3f1354f1f","@firebase/util":"1.7.2-canary.3f1354f1f","@firebase/component":"0.5.20-canary.3f1354f1f","@firebase/auth-interop-types":"0.1.6-canary.3f1354f1f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.3f1354f1f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.3f1354f1f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Op0gOSPNwgr4/cAPbMrYbZZ2FFQW5nx09+KNc2X3BYeSPPOAhDtUFKaSbHufvQJNixF4QDnWufWApSYYKLocng==","shasum":"f4120f8effbf379167f186d5af4e402243e02da3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.3f1354f1f.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAwUa5k+xY3CHPV0Hxr9tmdcjxV7rqbiKpLWqRwt/UV0AiEAt2/T05P6cq/8fQfInDLl5WjRz3l5Srnl8cCKaTqXsck="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWEfBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmql2RAAgSAo8jaPCSsLNrsKqkW6LFU9Uefws/PtSW01cgMx9sGvWdZj\r\ngooyxEFKeKIeL/ZAd+Mx6fprULTQpN2Nf+hCB1rkfGUkJVU+vsr8kiK2UVmn\r\nkJnJkYfGjS0JkMeT9uXJjdDErTyBGJyQazReW9UGAaJ9xXwtQluMUUSuLNo4\r\nxcMsoH4MHDOeKB9SNKwkU2pEHJFs2PQ2zyYPwVyinP7QE1xufRdQv10kBjkC\r\nyCX12ovpX9F/RRzpN5dFi6Md4Ml8SYoDRw5oRDjAHiltTjfWjaLRDUSk2V3j\r\n+pGZ8OS8GvQ6Pq/p4anu8NGzDAxfKTeurOXjCARVUD9j3OKwFYq0HhKZkIrC\r\nDQ3pqkFLxH9KcfMKAZUWJLRuNXgE5j66hsIZKdzxnEv+wp2+FCiBZ8f2Xu/o\r\nwuCWg8AWqEeYJjoq+i63CkwiF/c/q7KSKpJ2R8MbyZcnzd1EH3pMaei5BiS8\r\nmpRBsJQrlbI8qe8j0AbREzJAZQa0r0im4PcCp9qTO3DdiMS1gwrCu1RQ4GxD\r\n6V3Ntm7/y5ZpUafIptv/ipXi6Sh+JQMmioErRLzXqFCafGZAGwD/XeRN4pn5\r\nQFGY2lzSMiere2SsxJJFar0dStZ8ASSZOG6+SYYps7vEzYNE3GsMLn9TzAWi\r\nHE7wc332YKqessD3kQ9hrpdKL2ennGgKt/A=\r\n=Xiiz\r\n-----END PGP SIGNATURE-----\r\n","size":1725960},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.3f1354f1f_1666729921385_0.650896910908588"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-25T20:43:22.140Z","contributors":[]},"0.13.9-canary.bf7cc8f69":{"name":"@firebase/database","version":"0.13.9-canary.bf7cc8f69","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.3-canary.bf7cc8f69","@firebase/util":"1.7.2-canary.bf7cc8f69","@firebase/component":"0.5.20-canary.bf7cc8f69","@firebase/auth-interop-types":"0.1.6-canary.bf7cc8f69","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.2-canary.bf7cc8f69","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.9-canary.bf7cc8f69","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-x7u38oBiurqGANKNwlLwI8i+RWXW+dvRx9WsGfkrPM6qdW2k+IaTp2IIOzHCIuOCSd4e69XvbVOJ3OAlQqy7+w==","shasum":"305ae6cf8dcc11a0178dd761bf7a5ec62b655617","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.9-canary.bf7cc8f69.tgz","fileCount":228,"unpackedSize":9007405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDPY30bISyZO08AjIy/o3ZhF4SQfent6Q39iJfS2uyWogIgdLCJkPx9TptHf8loBEqPEh+yOQEFHgJbIyL0PeP4JVs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWd1jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoL2g/+ORrnwVlGxZ7/fJyJ5KHT55zQvGykL1nRZTK0chy7Gh+qiwJa\r\nATuPfdx0NbUQuNMmVcaEhHTkjLTydiQsJnELSrTaKICqxt2XB0Fn+CC8y6bl\r\nsgv2gQQodSu2DQWnT63SAF++XW9rdc7/+lCvAhREyuCqUXyYIBZVImGmSZSh\r\nUz1XpV2gNacFAc8w+eqWviD9l/lG3HnkPH2fqbSQi/C3Fj6e0P9vVZIiyv+N\r\n6iHTEGLSnaT+gfR9dUzEb35r0j4xPD5C/MhXXf3SBfVO5YZyfLIJjTwM4eF5\r\nT/tZp2d5oYGtC8ITGmmo6iCGlOLjIEHNZ3oUlv9QieZyWbOWspL9+XJeLNvm\r\n9gh1pIvoCFcufCMlHRknHEXDkGydasGsIXZvnTJZu4FHiUmRKrLqDjkafH97\r\nPds0F3znwbeGvBhozvwA6CVbNf5u/8mPiIt6xAFT1BjZh9uh4pxyPrsgL6S1\r\nu1B+m/DG40yftfQB5PaFSPsdV10bkRShw2TRVCAZdX9Q0TU1E6rDPPj+t9hh\r\nAq91xEpOMwOLiy7bioQ9tSJz2+tJc9RAIPvIBhoa2lviPghodse04IyHWT8e\r\nEf91BmaPisC/2+yGPn23MCnYDKfBxqbdEjNGD9mUhfhWc5mOS/jjyR2C5Hx9\r\nLnSKSNEVDFUuyiyk1doIPnSYI2E7bARJPqE=\r\n=6OZX\r\n-----END PGP SIGNATURE-----\r\n","size":1725956},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.9-canary.bf7cc8f69_1666833763473_0.530136875273046"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T01:28:13.550Z","contributors":[]},"0.13.10":{"name":"@firebase/database","version":"0.13.10","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4","@firebase/util":"1.7.3","@firebase/component":"0.5.21","@firebase/auth-interop-types":"0.1.7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-KRucuzZ7ZHQsRdGEmhxId5jyM2yKsjsQWF9yv0dIhlxYg0D8rCVDZc/waoPKA5oV3/SEIoptF8F7R1Vfe7BCQA==","shasum":"c24e0219490b9c1fabfb7b42cb45850e145fe56d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10.tgz","fileCount":228,"unpackedSize":9007731,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH06oEMGiemcRkq8iU/HUE0ANACnhRMoejzMzEF4oXEkAiAJj9VJNkxhx19Edx8y0S44aP7Bii6CTCM4GHOyNnfveQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWsn5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovohAAn1hGw+G/H/i71V1Qumvwd5Jm8+N9pjcN5KlxOLi8f+6uS+BC\r\nZw7vTDKNhvA2/FizrBXMYH9nA684B+AOzvYu0KQCj7Iwf7g7d8ColKx0L4Rg\r\n28uyynqA2KUWxNPybhNqRrgEY0JnxmFgEbcg4Ka/cE9DrsPFQJXmRmZtDqsE\r\nTE6ivNJZnlZXPRs8ePEa7an4dxC0P+BK/HqGkvUar9oJjnu41KKeIg1msOq7\r\n9dPhdTIz7cjFFIyzqPCtnW/H0sP+vJD/wMNdpYE/142jvjLNqBE6sbuEu8K8\r\n2HBb94mfBv6L5A0Q+z5p++75A2NlCxTNAEcTEACdw7xygpM5qOPwYqTO4+I5\r\nUQfGk5FLK8PuaqRPB04oUuUTrPXJEJWbJE2/7PDpDYNbtKz+fxOdRZi7y+P1\r\nLmxZxmNC3vdGfrEWnT8+dTM7SMhzq+z0WwTxv8RKQ946TLZL9LXsbuogfPtl\r\nrn7SNB7ckFoy/VSW2iGl24TwJCzs93aPhqNbvb3RSs2HouRijPJuv1pWhSKv\r\nZbrcvhoEOqvYbc6zwBRKVuHG7IeJ2fSmG6VVoi916EAhWhsgKbz5kQWcYFfh\r\nh/kzyY9CERdxnWfhvRUJjTpmORbGG1vFNY1ml4cz4EHp8T20aJjX8Cg7uriv\r\n5sTmUG8EiQsANMFy0SCi2gfoa2WWYNflJlI=\r\n=pZXu\r\n-----END PGP SIGNATURE-----\r\n","size":1726004},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10_1666894328819_0.015831998113429613"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T18:12:57.165Z","contributors":[]},"0.13.10-canary.d7acc9653":{"name":"@firebase/database","version":"0.13.10-canary.d7acc9653","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.d7acc9653","@firebase/util":"1.7.3-canary.d7acc9653","@firebase/component":"0.5.21-canary.d7acc9653","@firebase/auth-interop-types":"0.1.7-canary.d7acc9653","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.d7acc9653","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.d7acc9653","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-n0QidX9EGXDiGx/oAF63KyGuXcT8mkALc7IZenUK2fOBmr5Og5eFqtRpM9k3h96Vzsmf9kfUkeekhGH9aIHuoQ==","shasum":"2418379ee9d3d303d30c2eede62e70799fbae6bb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.d7acc9653.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB/rpgL4yczndUxLCtqXc0t+SHXK1yaKZj01NhAVPky9AiBVFE5r7B+zko9CAVgVpsinqbkbBU3YYs5Xiws1KVvadg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjWttQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq0Yw//cxCYHApqIefhDJeyQ9fg+mv4+Zd9f8ggxzm2OPKO3efiSN09\r\nwGa2o12wNfvXnxKCiDtJJTqfqefBZdAOipbKTI8bOKzi5OwNO1sHZ+irtBvk\r\nNo451HR46ulxShmPQx+D9knJCos/w2+Gr2wXirTW6nGW6dW4pllVLFLuzdAD\r\n6QUZnsKm+OtNFOoSocmlhHcAGvhNUYLWTA3/cDIMSgMrbh+PAJH8XfynMXIg\r\nW66/Ysnb5gx+ciSLULKVU0aWj5ny/QqcGvOcZXAEOin4x9LobzsCl2jKaJWt\r\ne8YCCtk3A2QVyrWUcAFm/rLR1dZ+Im0TyPdZkvqq/hlfwTWlb1/gnR5TXZcZ\r\nM6ypl23YX4BbsMY8ABjCRGPPgbu4aUYWgtMYLBll6yHGA3VY1AWvuQFYe6QP\r\nkDypmPX6PThFMhEgkhvjdtvyK45GnhsTGMv9ec+kZ18C0tFDnajLWJsTrg+J\r\n9c/oKtKhkVtQetngRTKWj5WRa0FznSbh8t+fCg5BkMFCLRqfakENv76v85vB\r\nyNoxXmhsGIx8i5hE26yfjBe4JftjH5D3JZVc7CHE9ArZJBBgFYQnGUxrh+y0\r\n0bjWQpOvig14ogT19OLVWxjucMREhw6m5DxOia/NlMmsSZjWRCeT+egGakbh\r\nK4pouoiX9imWNBn9K+yGn9FB83AHDHL7JJo=\r\n=c8fB\r\n-----END PGP SIGNATURE-----\r\n","size":1726044},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.d7acc9653_1666898768123_0.186935289723567"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-27T19:26:40.861Z","contributors":[]},"0.13.10-canary.e2a90bf67":{"name":"@firebase/database","version":"0.13.10-canary.e2a90bf67","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.e2a90bf67","@firebase/util":"1.7.3-canary.e2a90bf67","@firebase/component":"0.5.21-canary.e2a90bf67","@firebase/auth-interop-types":"0.1.7-canary.e2a90bf67","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.e2a90bf67","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.e2a90bf67","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-TYVirybPyBQ/OT5XtJiGEV8o5q8/P6zdzSdp2Yc1Nb0ToufajH6mF2ZaijxlfLAEbnvTsCQIzoYt88PJbh7Z+Q==","shasum":"dbe392a73a8ded3161965c5de1c645b09df18a0f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.e2a90bf67.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAofZIUotgDs5MshvIYslw+E2BngDpQsqewB75CcAbV/AiA25IsYddQlXxWbaeukeWqxgF5+bqVGXgvZOhWfkZWS9A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjW/4RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1WA/+PCowZpVJx3701vV0bS6HyfCGT+c0rSnGgBtNgLiEYPaNvIfY\r\nNfm3wVolnQevS8/PR/kd54O/R0x5BqEYKaLmfjH0jq4WzxG2P9Kgkv/edkAz\r\nlFT/MlfrVvh32PmQVx4yZjOem0B+PoSMgCR0AhmJtAKDuGkp9dW5nO+8YNhJ\r\nlY5cPqrGAzjYtgaCMwDFRvvNYWyI8i2JDQ/i30n/BSrf+ssG/e/gQpybvBG6\r\n71sDOyOBPTITqtizYxBrp9VOpJqgpipgaEheNozTrk7DKMX8WL7qlLLf1Ii7\r\ncNA7pt9YQfKIRbiUoC2fj6tbNFd26zBdsISrwyrCjLw+Kv/vin1Up9S2bgZf\r\n8w+xko1g3x4FtJGumLni+71UlcEztf1VChVSgCa+AFHvxxjoZDzr+lmXBwFY\r\nU2Us9nBmyvPXIFI3q/bCypM8udF0yap94MXdhX8u73GqpzBzp846eMwsBnAq\r\nnT0zGPQFA9yQlDnZwYo+Hh+bOLVWuBIIw8J9u1phXuqK5mDar0rdibla8AdN\r\nmNLxNLobhAOi1Wfd8jgYS0sAW374jxSh/INC6GUVbW3UFkeybRi1atyktx2E\r\nqAVHU58A3/FU1tvVQg1dxF+r6izAgGDTvF7OKohHzCfmtsmX/c9hEGDcVa14\r\nEdN46gyXs9/77jR7zDoQ93p4FD89qpHDnCc=\r\n=5TRW\r\n-----END PGP SIGNATURE-----\r\n","size":1726042},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.e2a90bf67_1666973200955_0.32660727691183555"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-28T16:10:22.279Z","contributors":[]},"0.13.10-canary.9e9ee7ba3":{"name":"@firebase/database","version":"0.13.10-canary.9e9ee7ba3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.9e9ee7ba3","@firebase/util":"1.7.3-canary.9e9ee7ba3","@firebase/component":"0.5.21-canary.9e9ee7ba3","@firebase/auth-interop-types":"0.1.7-canary.9e9ee7ba3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.9e9ee7ba3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.9e9ee7ba3","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-uBrPyaMpCthA1OYWG/rpP/NuPGIKyS3kqWx5JCX/p3p6lxwHYD0IYU2ahFAoiao8CaeXgUiLxihcBZywgVQGbg==","shasum":"58156021c5fe7722c161b050e5fdf5283aab4c11","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.9e9ee7ba3.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+7JHX+nsUf1ooqZGGj6KNkRUIq02DHI2wWrCa//8BggIgY+F/iW7tO36nkHnlEgWC+YsX5ZcT5hht7CBDaGE/bJU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYZVPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr/Pg//WNgKTUeoTyJmb1Bd7smmtqxLji2aZoFZl48EDHBGpbGa5a/S\r\nhdBM3wAf2wsZwYMqqpXBLAJhYktRG1CSBwUTYAn3wY6emr5M7aFGbcsYWWN9\r\nC5pYJzj9Itqw5Y6em1T2jlVFGbuBnsYutfi+ti0Ph9/1ynuA+OmmxeSMnHj9\r\nPDSVdZCPY027bpNm24kcUjdhgw4aOf5P+QnI+z9Q9PexM/cf8xxJJfjA4Xt5\r\nWjvVbg+Ne+758FbCnKigzAL/bLHDEFkHZNRBsg2lBLfjO4F+ayymJtdU334K\r\nBerhVwIxLZ/tE69dErYk06nlWtaRz3W4gXw7r6IATbamqFMaU7Vu/l+pWkOx\r\nIFbS524AVLaHmjs8F8vkRZX+EhbrK5Z72r6qvjj5Y9S6dUBa3sdXJ1b55HMB\r\nTABQQmoPTu9x6ed8SzgFE2crxzO9Auylh58XDBuEmiuPyJNoHPggvsC71vwb\r\nhMHdCuUseS9JE84PHiIXaOhLCXNkJSrXEOqqRAIJaHeVh4C0jHz5kPutp627\r\nmZU0PNBixk9K0opkqtQHwYy4KSSna8ID+oZNxZqm4XRrBAL/M6oqm2Ovmw9F\r\nmarEeLZxD8ho649N58nGCdFSC/SJgYOSf8WY5Wln1skoRGqyAyLsJtoCAyrL\r\nRyV1Un1NRLfN6SpNtntWbYsY6SnnXOOgnmA=\r\n=uSxs\r\n-----END PGP SIGNATURE-----\r\n","size":1726040},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.9e9ee7ba3_1667339599032_0.29981533212975564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-01T21:53:53.993Z","contributors":[]},"0.13.10-canary.457fc2eeb":{"name":"@firebase/database","version":"0.13.10-canary.457fc2eeb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.457fc2eeb","@firebase/util":"1.7.3-canary.457fc2eeb","@firebase/component":"0.5.21-canary.457fc2eeb","@firebase/auth-interop-types":"0.1.7-canary.457fc2eeb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.457fc2eeb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.457fc2eeb","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-AKO1fh26z9hcjjyxILjWB45JFTQHmjrL8QfIyW20IugneXYLEfIC113HckGwMWCONUfmWSQWx3oKNIY0onKYDQ==","shasum":"cc8eedcce3ff8a8aef17758eeb03eee2c14c9973","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.457fc2eeb.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDCio9LVdbLVlMdVpED44CIwa3epyF68Pp7XEfE92DdKAIgbMHV7znUXfFwBXr1VzEKL2PVLagxLt8fr56L/0DIOx4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY/sVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0nxAAkwdxyQIwMXCcTEiyWJzdbYoNzSQytlL6qYp6lR3aSgfBDizB\r\nOpTcn/38x8qFVCb9kXzJq9M6JD9Tt30DU+4IOoRyQOj9IIgKJp8r9nbvtj6P\r\nMg2PYZ/ErFM805ciErqgTsg4Jso6lpvVNbbzbcvBMaDGfyY7prU4ohyUXrN6\r\nJ+v5Woh94v/WE62VfBMNZ7t4jQw0kSeNRLzwRe9s1rViE4TR003BsOrR2wnQ\r\ngpDNMgv6tGwM5c5sZj2C/0C/BXAUQJIFqjicaTVQ+2bziL5awgrefalk6Ixt\r\nHqtQcT/t4vZyePsA+4/wKFYXIJ8plA3t+DR3/1/jEvoiLmkyTHWDVXJwZG3U\r\nDogL0GkOzpepT9inmXCKmLLAaSgCEWyBNqsfDwnKSoToIR1HM2fL5U2X6RMK\r\nX965PwvycodTKEpC+5shj8t8E6PyNNyOYXwXag+KxOltoL6oA2lXCgCytpex\r\nKDteZ+IYAsVerW59cxajugNtEuGc4SJtmSqkpBdQSbQqJP5suPf5OV55Azcb\r\nJgRlwvKtEf8lqD6XjmntTC9CH+BKYc9JzqEUd9SCua+72ZP46UGCb4veCSoZ\r\ny9dbY3JMc2zGVuL+YOE2mD8PicqbT0B9wJMMP5kAxSYehkX9HGabXcaSp2Dl\r\nZY2ixT21CcnwUW1aqfz4o0F1XbsdRD3UjLw=\r\n=VVhW\r\n-----END PGP SIGNATURE-----\r\n","size":1726042},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.457fc2eeb_1667496724996_0.7156926448460863"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-03T17:36:08.828Z","contributors":[]},"0.13.10-canary.80932363c":{"name":"@firebase/database","version":"0.13.10-canary.80932363c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.80932363c","@firebase/util":"1.7.3-canary.80932363c","@firebase/component":"0.5.21-canary.80932363c","@firebase/auth-interop-types":"0.1.7-canary.80932363c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.80932363c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.80932363c","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MoRZRAJngQNs8QzGnMlzZgyggbS9jlDsLLGujjSugMypJsAwPgp3/4P7/5xyrWRQarNWLxJsTfvoatLG9amYyA==","shasum":"e54d9c98568944e5437c9d4be01a0feff7e38b4a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.80932363c.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBPsV0hNBGtDW7n0kVy42aGx17lzU5ZL9e8WihJEwIZ1AiB+9VXq4WpVuhs7jRJaZnGoOTlAeNDjolWPkSE7AoQikw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjY/u+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8ahAAnA58pkHLzh359XY7DPXG6OYAX5dUH5HP8ua0ioQE1R6SrPNk\r\n0IXF2UaoXApAbwzU+FBebB3It/+HMJE9NApO1jWQzkjS3LPLOfJcZVwAlL99\r\ngSZJKrpmCA/0t3z7Kla9iFhCrTlVg65PESrFrdvZx0fvRnY0EuC3A1s8aps4\r\nJujwCRAm4wet6e+Ga9GfBItngwxRmjzycMTsk/t7BAUU0VJtpoxuJ2G0hlLn\r\nfJQ83ocLGQQyhBd8ZiqQ21lFZLGo01lXgwjVMnyKf9uYFgfJDYpekltVk4Mv\r\nQclprePbSO0KJ5FtLnceg8qZqqysR+g4AbrklGylMJBDKMYHhZIYRpV7WVYs\r\nGSpZRfU4rHw2faRx0a6vRchVdaCh5IdaZ5nx3Y5tekQVzLvUH3IKTN/jo3N3\r\nIIojTDhsVqhj29uz9cllSevOH2AJ0ibxxnJ708er0hi4iWEiqPftZnLb2cB8\r\nxEXQwtYjMyBDgpT3oFvKUhcgAfnhYw2VU+LDkkuhgkOUK6P8lxTwgH/noe1W\r\nTVYZJvfIFXf0y8tIv+WhTKpbV7FwfmjIG3PS2Q2pDSrc7yYZi9veF4uOhFAD\r\nDK+zeXrffPV04mJXgWnNnK/kNgHjh+x/sUN72t/31+cmFoWy+NVGFYo0j7qS\r\ngVql1yTyqoZ+MRqiT1kgu8PmLXzJ/zb/1KA=\r\n=CQl6\r\n-----END PGP SIGNATURE-----\r\n","size":1726048},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.80932363c_1667496893769_0.9827406420384248"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-03T17:36:12.952Z","contributors":[]},"0.13.10-canary.7e0867017":{"name":"@firebase/database","version":"0.13.10-canary.7e0867017","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.7e0867017","@firebase/util":"1.7.3-canary.7e0867017","@firebase/component":"0.5.21-canary.7e0867017","@firebase/auth-interop-types":"0.1.7-canary.7e0867017","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.7e0867017","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.7e0867017","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-WhsNTHt9uPyCj/ANK7Ta1e0ZF+2Gk9ygto/frhLMFv826FB6QSWVYeIsszh7gR6bvi+azuatcfxHGYfZZquQjg==","shasum":"177b05fb5a2621f8f84b62b79ee59da7a930060c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.7e0867017.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICOs+sRJTrgy8vuWi13JckHFqGgFI/nON58UdADxp5YUAiB681vUQSPLvg6pLfg4dwSChZa6IDMvTtRmxLtD0XHiEA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZAB9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokBQ//aX/WRZL2U7K9hnUU1MqJbPblVl7vusH4vmfoQikZ6Pk2Dn0m\r\nu2VKOSg5DpEaeB1tU/oSAz/3vqss0uhyPIC7rapY+8/FgpMY5khrKGHl3GVo\r\n/+DZ5ydeY9+gHmffJp68BNPcK+C61LFqhaWMH1E9btPiRe6/vpnLYhiqxqFe\r\nxCsIOylctYMM11LA61QOybIU5jlhzOxomav84Jpo1LEQEWki6tRaYH61Mr+3\r\nItch6tt8ZWSKxvkANQq8bz7nQunBQMPoDYsc9BMGJSwZIJvw4ZeU0oohv+OR\r\nbdnTVmg65fflJyEiHJPE2CSFr6Qauo6fWwIkTOydy8X4/Jt3CYjremx0n7nu\r\nBtvxPk4YoZtToziws3BxkCZ3lwqsZtXUXeNG1NXxJZcUH/bkJbcgAPdX9uTA\r\n5DmjNW+DyUqFjGu3jk0N90Gphxjnesgl7/X2LD7uTcGHskrs00vBIoNrfKNH\r\ntRlfc2OBjPcZA4uwhcUKDpVUcYoTe/e2vx7SRqkJOWBEQHDb5B6jk1Accw4G\r\nPlurslAfDDambZGRNbyx1GL5SXlZKIENXDFu5AO3cs+8rJJOFTqOjJWEhlP5\r\n7msuazEWuj6Vk9aZZ+xXz4TMGNpsHYFJZ+nADjlyVmGWApo3N7Q47w8YgSLj\r\nhhMOMKkaGz0ovifOW6Or9MLkO62tBkW4aFk=\r\n=LLfl\r\n-----END PGP SIGNATURE-----\r\n","size":1726046},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.7e0867017_1667498109296_0.45352412289447885"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-03T17:57:25.801Z","contributors":[]},"0.13.10-canary.6efd96b78":{"name":"@firebase/database","version":"0.13.10-canary.6efd96b78","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.6efd96b78","@firebase/util":"1.7.3-canary.6efd96b78","@firebase/component":"0.5.21-canary.6efd96b78","@firebase/auth-interop-types":"0.1.7-canary.6efd96b78","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.6efd96b78","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.6efd96b78","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-cHu/0R8z4oGXtJ4cLAyeKuJAIxS0+5Y6NxUIxuoE8xrE7pFLFfNih/zrR5HvBRY51cEowxJruUm6lm5KIpOdFw==","shasum":"9471da390c9c0a40a852176495e4258ab6346c24","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.6efd96b78.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBMca8aT79iYAEJSC6IxQlmnby/n+WXdcdWq/Kr2jyqdAiEAi57jODYx/hNRQWvIyS1wd6K6i6BaX5Fea7XX8SutwpU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZWPZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyJg/+LheTZFEx5AO+a0PqZ3HgUHjsjP7DfIXPd536OQtGOFV1+fWh\r\nQoMLhy5iEoeEHCd9OC2bvu0WcIJAUE7iYWL86grReS4uZ3TiUgcRGpWJp2a9\r\n3ZnhmpjApIrEfxBGxqJT/jM5qGRx6s3KtIxTiNFBK6Fj/8FXUhkOUMS9AhdI\r\nv+RhLEgTQFao0hH94D6kFwndJhyYgNUxPVwmqadU9tifFY23ty9Pp801awhj\r\nFXTY/0Q3FE3IYwi1ZpflI+8nkxE5uDrturm816XKctgW2UFWI0R9M7FKmHVI\r\nB9x51SieB3usgCNPiqZFKg3Cc7o44W+Sc8/eDtYEgUtKdoweowVErsEGA6t4\r\nLq7iwnjlY2RnFTnBrQXJl2B7pFjVuslFnrt4vWjEZLmIWvAY/8tFhK1b7Xzw\r\nlJBn466OQ2J5WHQ8JIyg8PmV0feKdlDfgX7VZR6QrBswHHeiMrkWpwh3/gxw\r\naW/fn5LDyv9nDKbqGkruuxhaoBXrqmIJWpKUgZs3IGuSaDxBwe8G0B22GNad\r\no8Kg3jIxQ0VBWDMMrxqVvBvegBM+8iT2/WKGzYHVkiYTIx5tyIuO/ynM5EUS\r\n8M9Yah3uuNeqDkvBbH7IDIj/JpFlalA4BeO3ej/luqoB3kwJzg35NRXCMBPO\r\nyggmi3D8NP/65dMb6lEV0jU/TipMQ5BfTeI=\r\n=Kv+X\r\n-----END PGP SIGNATURE-----\r\n","size":1726044},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.6efd96b78_1667589080731_0.7499384278287047"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-04T19:12:06.963Z","contributors":[]},"0.13.10-canary.6e666dc08":{"name":"@firebase/database","version":"0.13.10-canary.6e666dc08","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.6e666dc08","@firebase/util":"1.7.3-canary.6e666dc08","@firebase/component":"0.5.21-canary.6e666dc08","@firebase/auth-interop-types":"0.1.7-canary.6e666dc08","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.6e666dc08","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.6e666dc08","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-653cMc2aktMiB/J07/0fT7l1cGAsCPps2MDUvNnPaNrJ9E2FKt8zuPVs8ytSvekSmehHpC+/HdqZMZvv/9xzZA==","shasum":"19388063c2a2cba9626e9934f257ac2c59391054","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.6e666dc08.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEgii6CAmWjO3nG9+VnBGnr65RCkOZ/lihP8xrsCTWUnAiEA2LUTEFE0o15S0R1noEAEAv0hjU110p7ZBg7x0lR5qiU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaXe/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqT2BAApFFx5rt0LQ8rUl+mHav1Owa9BYKBuzwXR3J1nuLkbewVdPPu\r\ngDfmtvuUGdW1yBFsVOtdcQmE88WeJeXeOGmgpMiasAE9L1dLLP8KyX+10uPv\r\nUGjNHApPMQuGqDZRY75B8CXB8qgrQy5GCEwdoOyf3E6+a/IJsxFwUuPc6t9T\r\n1kxyvFxRKr8b3evVSxQf9sYXp07cIeLWpG+NhhvPwRXCxnOWGIHLWF9IKRAJ\r\nvJCZSsvmapKOo6IfHyMqr8X7rbgkjSZfF5u+LKVPZXztDw7Vkl/UdU1lihXx\r\nIoaUCS00XT7LUGwILH/sGF4i1+ooihGPYuUBZKZErdgaYrc1AGtG38nWr4L2\r\nStoXrLdxGMdWM/eZfeqnwejMV9eea429coUdFExSrlpwdxnNs1pjQEBcjxXK\r\nfknMkppfJZuo+eMRVlVQRiL85jvtHFPuqSRL1eqWqSKZ+VSjocAFJj5UbM7U\r\n3ciAeqgN7GMwKbYfUv5qcD7BUW/gH6opVdvSpOZ/BjcSdhCk7yiz181dbxyU\r\nVGhF/IM6Efx+iBDkdxV4se5tEYsKV7caig6HVSL0RAWS4K3eKfqoxxxNeu7H\r\n6B6G+7fxvAdHKKHhTdepWgKPNMDjBB/mDux2Fdq4bck9QWFzR0YO7EmUMD+5\r\nrD6bnoQyooOKWXPo1g+nkULIR+oD2FG0Ff4=\r\n=r6UK\r\n-----END PGP SIGNATURE-----\r\n","size":1726044},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.6e666dc08_1667856318974_0.945454475849822"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-07T21:39:22.050Z","contributors":[]},"0.13.10-canary.bec38d9f3":{"name":"@firebase/database","version":"0.13.10-canary.bec38d9f3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.bec38d9f3","@firebase/util":"1.7.3-canary.bec38d9f3","@firebase/component":"0.5.21-canary.bec38d9f3","@firebase/auth-interop-types":"0.1.7-canary.bec38d9f3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.bec38d9f3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.bec38d9f3","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ey3/ew1O7GQH+2Vn55sURhjIOWFEeOg1Bo1/DDYKfNtL6GzLXZv2cv365nPOMD5jlYR4fpZv5IctqEUYDpYtww==","shasum":"37e7e90aeb1a537b186373eeb3642c47e3588afd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.bec38d9f3.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEvLkkF216Z7/52r1Pr6aIiLW9lGPFcLm7zVs5WgWp3aAiEA8BmrWRtM/rI8GX+Vj57Hy4fG2OCz5SdzMCIqnBSWAF0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjapcXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpluw/+PCNgR51+J5kriwKknBm0lERFFG84b29AhmYZvlorA1VsDnxU\r\n43IjEfxUz8WoQpA2+5xf7TMsgmtrAUo6tSEcB6bcHLBvhiX9NW4O8X3qjf30\r\nFXlBTBT1OyWnpzNbpVXnN0zko9y7LFMoYmyV77YrX0KPLRoQLFdkNOy3CR/L\r\nPSxTWwpTzV7cTo8brRhaEcS8UTOLqrYT2IVQFnciWcvOeGy3o1T3/L3LSzzj\r\nTC/NFN5qRQLsTxiFnYKPM6DCir5HTK/pDydJO44LfNP9Tly3/3JxsGDiNbpx\r\nJ7YwIJUx8gafcPUmm7UFqiMf7D94WispM59ZYda8nGayC7JyvNWxJiVlZIAM\r\nbUx8xRb7ulhZCjF5bkFtdftsdKFvzu1IBGcb4GFE5jjgdMtxql8uuOimeyYC\r\npBQJv9rIBAycxUY3CV8bUG7vhKEMmRrU/Ui/CMLUkSWT3iSqZ15eZ2wGLdCb\r\nU0pxenLmVDm34BQJ+zZ4i7EUEx9MkjLFLAs2L10sy0wOJ1iEctIbtv3XSiyN\r\ndNU/1T+YwopHj1xfoE3u+348yZpkNePApWs4vnstwigOKd1K33Xo0TTgTx2V\r\nmJhtxEpvxpzz3H6mJ0cwf4Adu31NRyI96EfPEg6qEc8+hQIupW+yl738u3rT\r\nhTGOcJxZnyXgHSDv7UVJljMGWd7tsXTeqzA=\r\n=MWUN\r\n-----END PGP SIGNATURE-----\r\n","size":1726046},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.bec38d9f3_1667929878757_0.030514035003377904"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-08T18:13:56.035Z","contributors":[]},"0.13.10-canary.8876b783f":{"name":"@firebase/database","version":"0.13.10-canary.8876b783f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.8876b783f","@firebase/util":"1.7.3-canary.8876b783f","@firebase/component":"0.5.21-canary.8876b783f","@firebase/auth-interop-types":"0.1.7-canary.8876b783f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.8876b783f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.8876b783f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-EUC8wPJUZn1eAhAQAFIHZ9OTE+0WGiWJ/pvvAe0gPCF9B+Qne+IblGLR5Qk9PfYl8FM60yiRjIG+7s+uxBmNSA==","shasum":"1e09a07834a940792a1d4bb79628782eab939847","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.8876b783f.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDGJsJK8ZDkWamfLRclRWo12059ctRKTKV4UJ1NaR0jgIga8n1LpGolgTjSxJgBBXxem1S6Q3ZhEZ52WtUk+5dDnY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJja/N1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovqRAAioOdpUfBzBmDFv3xVvXSC+wRt+S05pmXuYDOrB7YNuAmheYh\r\nCC3rLhEsK9p9f7oEnKwZ+ZoX5Mbn/+vFML7fZ4s66RSScu7lRFhfPWi0jgGK\r\nhpNpSdhEoBNNSuO/6hba5kg58d0ZtsKjsaAaInVx/yQa5bNOneT9L9ZzxkEe\r\nK3rNnuUYReIzWqq/6iOInHYUB0dmrr5/EgbnKOBicTzo+t3sCPp2QHTEtYij\r\ndyjqjDjTLhAl0MBKO6tzUoUAiKwWYhtGcNmUDhftXeCwFR07xNhWtYnSl9jp\r\n+talNRYMIsL5VtOlGfhpJJmsxhTZxDfrVqAVilMe9SiA6vA1loajtzN04GXL\r\nthgHiaFZWvBrnGBviG6fV7gjOxv9JgoWTCfyalpfeXgzxzKJ6A3mMrF2q1tM\r\n2gr9x8Zlnk+ItgurTlPhwfbfk+1VznoOQlxYbX4kfRgCgUfVSgQZphTrsmcs\r\nIKYHNhhI7MBl1e1MYCvRoYcMZyX+Y1JrKQl9S0CvWG/V7mOyD1QP6iNGJYuh\r\ni79xyZY2lXjv66WMk0sgcPVo02oozpIwJEsEGuomiz7qspfcSbYmJm8VjChW\r\nxXLqfzPZzWmXGVpDbzGQ6EpDRWGOLKYFbW7MIxedr7gsrypno1Xjf2dhYfB6\r\nT7OVdK6y1s0a+2ci0NS8gJqClKdDSBU0n90=\r\n=0uUR\r\n-----END PGP SIGNATURE-----\r\n","size":1726046},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.8876b783f_1668019060925_0.7044499366942836"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-09T18:45:50.248Z","contributors":[]},"0.13.10-canary.0c0c58f47":{"name":"@firebase/database","version":"0.13.10-canary.0c0c58f47","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.0c0c58f47","@firebase/util":"1.7.3-canary.0c0c58f47","@firebase/component":"0.5.21-canary.0c0c58f47","@firebase/auth-interop-types":"0.1.7-canary.0c0c58f47","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.0c0c58f47","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.0c0c58f47","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-LGqZXBUWixJBA2WWpDUA88Tku3RBI2VARbx41RhBHFD50JpKK5FAgkvGT6MoYR2ck65o7DdCwWqaBqD/4FA5aA==","shasum":"cb0fc5f0704f57a79e337f8509120b7cdcf14045","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.0c0c58f47.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCanSMGaGNZloTsKA1zPSUSP0U07aLcgb1swzP8HgjlggIgM0rAHAHWGcRfifaolxLSM4JgfovXmsdff8Mj3gLLDRA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbBwHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoYqQ/+N9mJiEfix3UjrRhX4/a4kkFFqmnqTgOuhe3tZV3LNWL2/RPK\r\n5dD1CBvpTQqSqbxzeR/oaGJQ0TOw9PUkiUEa1H4DhKNcPNlXxVS14AsJBwWQ\r\nJqU8c+nAdgqUGyhpeqLMNPLMXNAIbiIxrBM4MLfUjGBtsJFmUWG4J1PiTt4w\r\n5YYUtEFVHAhbcxP6IYMWfQBJM+6E1lpQyT7fHG9wGCcxiOSQhzqPxZibo+DZ\r\na5KaDTIf8MXxsDBZ8qipqm/AEPwBr+nDCE9eQUuRyD41O3bIy/z8hldFv3io\r\nMxTKNQnzi8ui+025wdNHMuIg0EXgAVk7mblBODpVQnt6rwuy1+FkC/MUKYEF\r\nuXI2CjW6bJlGvgaZw3xVF5/NL8CMlaLHADF6Y8pNiT2tidtDi/EADYlf9SlG\r\nuTkzoW/MRc4bES/cWBFLOqhcIm5XxSR28I2qacvRWTlZWX4Bna+lb64cgNsZ\r\nIwUXthmx31ue1/U+JWvIstN8boGpcsVbMB/dkmEtWsi1IVgFh77bk20/w7j+\r\naxVopwOxNgVCXVgWWgAAboUT+YOHPadP3cMvSSw51QhZ421MDPPFQ5vynUPR\r\nRdSTHYitfWoeZjTz5OqzrcndlrZFvUX5S7KmVNBArsnxLK7kuyZbB5+D7TZ/\r\naFZ3XempZ6jMQrNlbpx3Wtge83NHb0IR0K8=\r\n=B+pa\r\n-----END PGP SIGNATURE-----\r\n","size":1726044},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.0c0c58f47_1668029447670_0.32629645950132935"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-09T21:31:43.602Z","contributors":[]},"0.13.10-canary.2fdd60104":{"name":"@firebase/database","version":"0.13.10-canary.2fdd60104","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.2fdd60104","@firebase/util":"1.7.3-canary.2fdd60104","@firebase/component":"0.5.21-canary.2fdd60104","@firebase/auth-interop-types":"0.1.7-canary.2fdd60104","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.3-canary.2fdd60104","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.2fdd60104","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-SIcWYN4nO9nTetbjJuP9zHe51A25v9knxFQQXi25R1vfZy2T0tu6KI43BxCN6Daz/hKcO0DqlJ/+ayamFq4Hpg==","shasum":"64cb200fac52574b1a8df80cf44b1807cc3bc10b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.2fdd60104.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDkXCv3MQFZbokI/ROrsd9xEDD7hfrsawzT+RxTVp0stAiBJIFX3UIWZfLAwsHEdHCUChmUjmergYwCtRAcEAK2MyA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbCcsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmplrBAApL88JU4GNL1WL0v6z/F/vxj5ImGWMP32wrCMpsVbMMuN/h09\r\n7e4tegUvh018SrqyaHFrLtiConb6Fio9Z2jewUm+3/JXGyHqAS0jCce0WWz0\r\nPKwfx6Az6PIGiSKq+DV/lHtyS3wv7ogmd4Jc14Emz+rENufCp4g8SlrB8SVF\r\nhFdIJfu0KNY1l/cxD1XtcqYsQTY5p+rfYhpAnWcJ0IlMIJ2Js1rOebSKUxGF\r\nJZxhtkQMixxJAgvqZR9wSIxCDHQWPM5YS8bvGPVkLEHKWvcEI7O+lJs0MGGZ\r\nRj56uTWpzJtesGf5n6x5GlSE1Lc0FmHCT/ty8ZSM1ZRedjx5wbgxkbdtw9ok\r\nIB+5qyC3hC9a+zozbzK7tKCxtLJfRrFnS/ZTmpBQI8f6t9PnD5vcnG5ICsdz\r\nRtGYBMc7RnFFuiwgffU57xT60rwSaAWQoX0AcxJGjWEL/IQ/09Vej9bQaB5t\r\nLv7jNRh3VeBewSYXFumHYL8q6npPUMx+loKuoM6nbDSpau+aQ6qoooRQI/Cx\r\nLrX9sSJna7pu/F1kQHsS5Do2khhC4bhojC+cURr+PYlXSrxST2cgIuJhB08C\r\nfgRTF5OfpF1WM7vG8rJXL4CuF8mesm8RPqElERLFvqZqhItyfN4s/eyxNi7S\r\nHZcI6OUMaCOKPvHwQYJNpgRkNrLhvPkipbY=\r\n=UwDZ\r\n-----END PGP SIGNATURE-----\r\n","size":1726044},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.2fdd60104_1668032300205_0.02304578690143755"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-09T22:20:37.950Z","contributors":[]},"0.13.10-canary.e9fb4037f":{"name":"@firebase/database","version":"0.13.10-canary.e9fb4037f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.e9fb4037f","@firebase/util":"1.7.3-canary.e9fb4037f","@firebase/component":"0.5.21-canary.e9fb4037f","@firebase/auth-interop-types":"0.1.7-canary.e9fb4037f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.e9fb4037f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.e9fb4037f","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-8udz5ifuhubc6agk+Epylo/PPMuYprqKSv4nvGGf37r9avXBbcNbCKpRbSrLJYIC4MgjDT7lyPkoQku/O/EBFg==","shasum":"2080b76bd57d0b268622cc8284bebaa599c9efcb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.e9fb4037f.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqdwyjcWHSeSfX5KN0FMnk6W8wZmB2Zdb3rDiHS+6DjQIgCZ39p7teyXuBs7oUd7+aRFuua9V31vGqkquH6MvtFrg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbXloACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPVA/9Gs4/wECDkrg2O3b41n9tQLRTBWVkExDF388rSFrCXOqddVWQ\r\nHi1eZmb88TYXEi8XzRbzhf/vJYOyUYFZC9SY0+lG7ypIirFIJkm7bQtCLzgO\r\nicFV976k3OheKQh6HEDGeoyr8qDadaEEnoW5qS+UGpX0oRbGbcuCPIynDSW+\r\n2Zox/CEOE9wmvSNKbHtdwx1RJ2BKJ2l3DyrAEQfcnt172JQyEQZVFno4fQbL\r\no+/YCz6Rm9Z8DwzXKdMtG2N/3g8EqEGpmD4Rin2VLjGXB5q8JhaKbrnX7kvs\r\n+8NRufSOud0XCx7MJfZfbc/HZCy8pIJ5Rqf7Yw6fqYVo7V52AGenM4KAO3Lr\r\nm8Wknln7NVK5Vm7CEZQf3BDJLr9sXUNLcZsTcAqXRDX1aLQNrbX9RAs4fAFX\r\nPf7xc4YCN+XhNDhDdzLnw6orYjjVGMGUFCA6HEbRxzhaeS0a9C8+551z1Q8u\r\n6cdb1DYtb25WZ0sSmLpj3WKQP9ow0EgCMu9gayOKrMpJVs71ZI4mBuE4pp4A\r\n/i9RG4zc6vhWzv9Tqi2CzNnrIe0MUvGCbRIzG+2KpLSta8hR1XdaQ42LFGP8\r\nQr97xCNNIDqfBsyi1v0Ti1eYXKCUPLdddhkjO0wL/OczFGe7Yev5llFZLaga\r\n9GUK3pmfV9yb0+F2mpwqOaxb0oq8gTnJCZs=\r\n=3NGN\r\n-----END PGP SIGNATURE-----\r\n","size":1726045},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.e9fb4037f_1668118888547_0.8186742910017135"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-10T22:22:38.435Z","contributors":[]},"0.13.10-canary.a9add5e44":{"name":"@firebase/database","version":"0.13.10-canary.a9add5e44","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.a9add5e44","@firebase/util":"1.7.3-canary.a9add5e44","@firebase/component":"0.5.21-canary.a9add5e44","@firebase/auth-interop-types":"0.1.7-canary.a9add5e44","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.a9add5e44","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.a9add5e44","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-9FCAwIA+JmUsdEyWRPqjcrQxUQCs/df9CSs2Y8AuFnYv0V/CujYux1kPcG5Nnohqzij+nL/Jj3wepi/vlhrrgw==","shasum":"d16d0df865e40f57ff4e398b4ea5273a35c93f0d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.a9add5e44.tgz","fileCount":228,"unpackedSize":9007901,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF/0XB0jn+vc4DypoBa6mquddFqIKQym8mNNVUF4y4T4AiEAudUx0S/GBMh6txitcvj5LnzFgbWDlGaF4hJXUKuuoF0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjc8JpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZig//a2cS4AMb3oOsuozUWq9IAWcW7tnG+hYQtQHWkMqtatkNWEJG\r\noRKCaC/iWoSwmW+/QyXDCLKCeiN7X3FbTCm5XmUR80edObtrOy0F/ZD+Jllt\r\nVLDwpx25OqtqJ5b4R7xm9V6mxCBGtEeDLMKbR8FIfe7qo/+MfM4FctHYnTf4\r\nPvOLxdhsJp8jAk/CnFBtHviMgGoqLvB7/kE2UrDVdJ7slDn4l9i/9pegShPN\r\nD21KsLFjGAq0FzqbP9hIFJYjC8lhQv3m3I62Ey2IAb87RKsmD7FsrI9sAz/7\r\nSZ8u7CgLbnEsRUlXVx5OCVpF4Vec3PmRGL0KPCP+GpsHXoEflWnlGi6KueNf\r\njaIrIwxp2becDA0LQLO6ANuuUCvAUVO+PWKvQ9QMF8sELYzuI63TdubQuuvB\r\n0bx02zQntmSMvW7G4FDpEafB06q1Jel8FhatBYOJtznC1fVEvM4kLqLwx21z\r\nFNpa6U4unS2d0MHKZ2Q7EuObTvGLcP1dSJbM1/Bq3ytqRAQyi1FlWom+MiOC\r\ntayux1VyF0fbr6w5LiklcD02QMsC+yKa8pKDvYRq70efHRgQF7NQ4huLy/H8\r\n3CPQmxou2/54N8ODCGVuc2hGaa70exyYTggiZAmW22XeqgrIHcr7IEFD/glv\r\n/4R7d9ztjwq3rusw2Wt4SMjbCdB06dffM7o=\r\n=d7L+\r\n-----END PGP SIGNATURE-----\r\n","size":1726043},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.a9add5e44_1668530792977_0.32712307806288665"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-15T17:00:54.072Z","contributors":[]},"0.13.10-canary.37dd6f6f4":{"name":"@firebase/database","version":"0.13.10-canary.37dd6f6f4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.37dd6f6f4","@firebase/util":"1.7.3-canary.37dd6f6f4","@firebase/component":"0.5.21-canary.37dd6f6f4","@firebase/auth-interop-types":"0.1.7-canary.37dd6f6f4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.37dd6f6f4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.37dd6f6f4","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-npR0wHYVeLWfEgnJyR+RNlP02fQxL2dxZEty4E9aBFQ+KtSNDpTDChOMy1wQmnKiEYC4ZeLboBFE3zBX2s8TGA==","shasum":"49333472b48da3173dbf012ee56b78c7cc0d4869","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.37dd6f6f4.tgz","fileCount":228,"unpackedSize":8988277,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkdpO2Du0MXvJNZ0kPZ13yFbnVgmVHTWqc9J3kIMjG0gIhAKVahMoYiNZIPwde2WVb3SY6qTqm/wqPVvuCnNwrOaJY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjd+TZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoOjBAAgCPWGaTXJHXF0Fxus1OH+8fmq0fogJ0tWxicGfe/ULdwY+uO\r\nBF4mZKtO90RR1ZUZbnjYTqjUfR8cS+ZObEoAuzY7ovX/pGGOUu9txWHw+RDr\r\nmrNKDJTqj5nYTW79Ka1ZP2OqxoHWq1M2WJAZB9G8dC7Mbrk6Tr/dGcRAGty7\r\nS5LbQwakFm0d1hyt/9/AeXBSulfbfjt6qd3/fz1Wb8lPOi3/Gz6Wo7froqaM\r\n01ueLtdyMOBbMzFRotZrOl9JVMC2kag/0CRnyk49tT4NGJAXIgn1PV3aGqdZ\r\nBwyjxLetBarWgxtFofOaFxSwMtcgYn6jt7oMNcTbJf86yudsZRlBj6TqAsgz\r\ngms346cKV9KuwIQTXEiQymNqPtty7DsttzmQtrs/RKBOy0Sow8JACOgWcRdn\r\nq2LPVlkEEDJhvHGpQQ4nimJyyzLaNU6S75KdzYWJCcI04oYhAv/lbFGOqJTC\r\nfVT1ohB/QK/BxzLbIU+vDeaf0J89Ke1grWp8X+s6wYzNFwyq8CcD4/RgfIoL\r\njjikCt0CYmc4OyuJwMr6ga2jwdkkDho16m2FdOlYbpkk6N9yxNMVpMOqngqG\r\n6/F3IXVnLqauFVvKiYf9CbX9bJLNGgMD6elKgVoJU35PJ2FWseVG+CTdPqhj\r\nFMgA+bbm+8rTZoF9h5fZp/j8FFfF3ZkzhWw=\r\n=Luqg\r\n-----END PGP SIGNATURE-----\r\n","size":1722088},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.37dd6f6f4_1668801753579_0.7249036130674626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-18T20:03:50.284Z","contributors":[]},"0.13.10-canary.ab3f16cba":{"name":"@firebase/database","version":"0.13.10-canary.ab3f16cba","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.ab3f16cba","@firebase/util":"1.7.3-canary.ab3f16cba","@firebase/component":"0.5.21-canary.ab3f16cba","@firebase/auth-interop-types":"0.1.7-canary.ab3f16cba","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.ab3f16cba","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.ab3f16cba","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-wF08qfL8LeRQMGGLZVm2XwdHaTWYxjl+1MsTboD87rxL87gyXi2vmWYcVWqNtNu/rqyqHmvggC2BnXr4oGVTOA==","shasum":"60fc1a261d8a669a38b0a43ce3cafe23c144edc4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.ab3f16cba.tgz","fileCount":228,"unpackedSize":8988277,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5a2EmGDEdTrHY4/jixTXi/adHczzlpGIKxBV0+EsWOQIhAK+TuNrcXHgMXuW4mFD7KDnxx4PdGIlOg/TXpxhyPMrn"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJje9nSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoR8w//bP+b5DGoYtJ/CBMqI2cZxcUFdmpWAismIw4bwXcL8ZqSJve6\r\nOFl+TYdra7hb+AjvVdPY6q40Y4fFFmHpgGQK5s3kCYwyGfrEnER96ZitwNFn\r\nWClCI+yMRIcUlF7p7GKKsPZ6CpfrdxcbvOIhmTdO5prVUQMIURIRoTch9spR\r\njbLhK6oQ98e8qMOqIooA3nJ+QLWaWfPnFLxb7iLaL4HLMkVyzOMsptEqOBmc\r\nQhdhZjxcoCjD4HxFe9BLD7r0zuorTzSJNK3o8XRHUfyDOUfTSp4fPWLzZDgP\r\nfh8GuXmj4I7vFNzdgb7FR//7CNAntO5NQi7wveu2RGXOiLd8Gpgrb11/2mfp\r\niarNI0If5Tn80X6LjleXs5p4UW4QT5WpwdeLFAMl4Zw/+JOfyR813BzE5Svg\r\niDkAuGHwhO/nY9N0eh00UK9QURylTNm4ameYQh6RHa0COIVGEMOy20pU4zM/\r\ncgsyzxAVRn8Jmv9sLKtWwViELNNkY1lmUxokFnv/pnU8B1B8WwmES9uAhQ63\r\nxPxHmsnq61g6vikVKBeN4nEbbO+U17H8OOXr8EbXwpJMDUBMGv8qjXZ1vRvQ\r\njbDsdSZCxFjAl3NVfmomLgnE0ALC6wXWCNnqh6TwKKKh0Mi+VK6vnHnlxdLt\r\nS59k14OKU1rwkuSLX7xERN6sDlEns/Jw2Dc=\r\n=x6An\r\n-----END PGP SIGNATURE-----\r\n","size":1722083},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.ab3f16cba_1669061073778_0.5031593225226247"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-21T20:09:06.199Z","contributors":[]},"0.13.10-canary.fde5adf63":{"name":"@firebase/database","version":"0.13.10-canary.fde5adf63","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.fde5adf63","@firebase/util":"1.7.3-canary.fde5adf63","@firebase/component":"0.5.21-canary.fde5adf63","@firebase/auth-interop-types":"0.1.7-canary.fde5adf63","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.fde5adf63","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.fde5adf63","_nodeVersion":"14.20.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-C/485sJ6rhYUqmQ2U+xJnG5NrVNCxxasUGn71CvNREuDLqS3w1mBd8YfItaALGwnPTx/Io1GkdfOEeXzqvZp7A==","shasum":"15fdde4c0d913ddc025a322fb006213a113d1b87","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.fde5adf63.tgz","fileCount":228,"unpackedSize":8988277,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH47944adWBP2KMTJXXeJaM+ITmPbgy2F8LtMChbWKFdAiEAuOYgokQrs3n8nYKS46vy9qOzA/o5LvOdSrKBYCem00U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjfUzWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmokWRAAod9vLVZdVN+sEPHQ1HVTCCKWoNM8A0S789YW+O/S+RDLRoDx\r\nIrVsZv5LRGoOShDToV4YTOOY456pRSwcUNqs7Vq8xqfqXrWmrl9vU59lUKLO\r\nkHMF9FbqUzB08gcVeF6ssb1jXtBN2qAzj/FKYqCFw2IWQb9gAwFfeVt4jxyR\r\ndMNn1TeUieMyoU5+eioMQghM3MNtkr6ciZCD/osU1kVrID6oE+meBEzdzwSZ\r\ntWZ+4BOZimEki1mS4pyhpZCF66JtZNINc6OAnSOvTL1s1hRk4an/DqHzq95P\r\nfCCAGdgeacqrlzsfQqQ9Oez0dc84MrP8DrA1OjhW+KmFBiUEjZcssdBcqkKP\r\nGfPrXvfFyKT2oWauWBe8YHxO/LFQOHlIX3UVBAQqQTBT3HSkjqZygq67qp95\r\nlnnqR+HQg3kB+M8ODwGcEtSy5c7D998BnlzPAWemUjxv2+czJ6f8cLee2fyy\r\nzhrtfHg41Z/nx7Q1d3YqlVwnoEKaQUFfMJoNXULFrgektwWdem0aaJmTWEXV\r\nfPdIOmqYZ1FBJuqbAP+DgTzelXaojKoTFm54tQb4z9WXNqXuGxEDJ7JFBLkz\r\nCcwRiEBlLhncUYP2EVgzd7PvXk7bJMp4qj7SEq5cwVd/NvGeIrMIsYPWov9n\r\nxqK/z+N0ZPo1guumkBHId9H/xCH54pjorDs=\r\n=W3Yg\r\n-----END PGP SIGNATURE-----\r\n","size":1722084},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.fde5adf63_1669156054154_0.4517574997473779"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-22T22:38:47.698Z","contributors":[]},"0.13.10-canary.e650f6498":{"name":"@firebase/database","version":"0.13.10-canary.e650f6498","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.e650f6498","@firebase/util":"1.7.3-canary.e650f6498","@firebase/component":"0.5.21-canary.e650f6498","@firebase/auth-interop-types":"0.1.7-canary.e650f6498","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.e650f6498","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.e650f6498","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-iLBYgSsYBf/FxlwBZTC/40U4ub5s6ABJp9iArbjMt6n+khn7H3X++VxgZ3laJHW253I6eSlpIzMVgxDxoNdZRA==","shasum":"b7f4961961dfee06ea86a3caa1c0350a3e559488","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.e650f6498.tgz","fileCount":228,"unpackedSize":8988277,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDk/pKyhqHPViW2UaVKC20ByyX6m1eltWrV6Dv13wBKAwIhAIBdYBJJNHH9gBCwaJ/RY3rY0vUcF2EGIhcSGrWQM9cj"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhSLjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqMiQ/+M//RcKx9aNXJA1ALSXg3wv+GWnhIe8rz9/DfyNSPbDYbevl2\r\nmw6VH6z0N8lzmfFeAzqoGzcj1LumbMTlGpEdtwOoPO8vEvEonL/MbCPM8Fz7\r\nKtAfrgJEk7qz8DwJTdTtTAV4A1mJqhVM1oPe5d94iraUxIyc0QAvFBnL1UNf\r\nAU85NkMUrxQ6mS1zIPD/AsmNoaalqfMc46YUPEs1qFNmr1DFGVGIf6wQ0IJw\r\nKDCt8+1I3rljHCgroDXeUGVstc5n9t2O5cwkwwzLWUPsqMp1JCYnUjwPB5G0\r\nYZzQQqoHWke4+/X93qnTydMF4A6YXTiDZfsFMMChS8etb+nn6yIVOrH1VQCK\r\nqFeRsB3sMJl6pN/kKlibThgB0cu6FUzW96wLGDAIZ/kePrDWbvCrKJIUgStl\r\nepNFwo6iPNJQwZFIajVwClJ9uK/A4QXRcrg8Evg0sloqgKesd/DWfnqTqCDj\r\n8qvzEWp9j/KimC5UQhdRzDJBQhqADNK0xrxUKlMpMgSj6VKI84+Nlh594/k5\r\nkkgAkPn2I9fBMLeArxs5M5iAm1jP2jZL2ApWmYAq5BSuLjy+f+9ktHIZpuXW\r\n8xULh2mryoL9XLPr4tkhZceGav7kJWjqlYdC5uyea9m1bb2jJnmp7IKR1BMO\r\nNkdSx6OD0vODuaa4Ww2zp5yVFDBSK7Rs/UU=\r\n=nNSp\r\n-----END PGP SIGNATURE-----\r\n","size":1722090},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.e650f6498_1669669603589_0.7731276889296599"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-28T21:10:03.060Z","contributors":[]},"0.13.10-canary.243e47d6f":{"name":"@firebase/database","version":"0.13.10-canary.243e47d6f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.243e47d6f","@firebase/util":"1.7.3-canary.243e47d6f","@firebase/component":"0.5.21-canary.243e47d6f","@firebase/auth-interop-types":"0.1.7-canary.243e47d6f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.243e47d6f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.243e47d6f","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-+aBRxGOA7MmOB7mUE0rRySSuq4bROOKO9nKTSc4QsBCOtUB8l2NYdsRRdYSri1PACbQGG0cKM9+jP6nQmfPdng==","shasum":"3b102062a0b4a684957230e9ffa6b59047ce6f17","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.243e47d6f.tgz","fileCount":228,"unpackedSize":8988277,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCD65EZXd4V1XC+STdImuYsXp8D+CQShj0EK8EAG8O+2gIhAPU76DgUwak0zHSPb8gMeoGL+Mqi+A2T7RzPvWhaKhT7"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhmzvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/lw//Z3jIrd9Z07k/hAkJeWByl5fj8P0vxPxhpVbyC147/3reYZqu\r\npttZbAmbwi+InvFW0GNPe/2dqEe37bViJeWabkL/sh2bllVHz7K9SXOqIQOx\r\n3EfipS7vSVjN+DvfF15jwvnWKAnw1hM1IwUfTrdDvx65PxhceYsMXCDegCCs\r\n5DaD4MiteAnjlK+9yiwsGsdjOiKRnx2Jifrzfj27S2ZEWQM1v+oR9M+VGAX/\r\nPp5ZfF3t4BBszqkSewdlO9JN20hEbnKZVIBzj7vJIbm3azeAKCg+Wst1Vh4s\r\nPo7dBPgGee033xPfQUtYwxq9yKtCbpmWW7vQW9CUABsh0DHhC4Q3CZgoWizO\r\n/DGP7pHgFQqzbfYK1tv1d1R/LUv4p55Itkj5rWcMWugtkj7e1lGXLFzdtcM3\r\nlweOhisDM8uW1gVhnNiCAGZOmciCsfudJGTWWTzyue95/XxdXeeXlR1gadRy\r\n2dtlVhf6g13HMzsfFyPoMCRp4Cb60gQRwp92F8jCzsiowWmCkZRdp4amvFOg\r\nH3il2dklWfk6wuBhBpySkh1XHVMh4juECq3Hhpn4RZm5eUObHPG588IcuiRd\r\nJvilXJ+bjvubMk0ca32LRd8pgrHa9xCbznlMnDt2s/8cxlxe8ntH1VEEPuwO\r\nqUr0A9YCg7vT82vME1OIJSTUr+RrCBdjYXQ=\r\n=4UPy\r\n-----END PGP SIGNATURE-----\r\n","size":1722090},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.243e47d6f_1669754095063_0.6249953198711193"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-29T20:35:57.167Z","contributors":[]},"0.13.10-canary.09dfc3aac":{"name":"@firebase/database","version":"0.13.10-canary.09dfc3aac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.09dfc3aac","@firebase/util":"1.7.3-canary.09dfc3aac","@firebase/component":"0.5.21-canary.09dfc3aac","@firebase/auth-interop-types":"0.1.7-canary.09dfc3aac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.09dfc3aac","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.2.2"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.09dfc3aac","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-xh50HxHbAmYOLTxT14pxEptkCOjgIEZDEjwtIGMh0/AiFzYvSZRDetMpxxV9ic2wKA21CcNx8AFhGlraYXhEmA==","shasum":"b52eaffb6074be039477cfae4d72a6b27a0389b3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.09dfc3aac.tgz","fileCount":228,"unpackedSize":8988277,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIASHKqEZNLEB76f5oAqu0gYf/7hnuJgLMrViin7IQgVfAiBEYhnRrZWgkhb/+A0Vj0duWwGwZxcQi+OcDjN/Ui6+eg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhoR0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqgxAAgSgAoHd5NQUXNezH3PSecmSsVFK5zmJT2F4bp45OTnT330sl\r\n6BDKvs+FcUtJv3O9J8+5mOiF/+WnvlerNoJyVI2rfT/OZPi5fkg8N/63MYp0\r\nDwtZpoaMIOE376dYS5J4BWcQKN4oPHb9byd5sQHI547TY1imY7UkmVMFk9IL\r\nTRAs9WzRVO66mYMBit7n07IZ7mUGQ8ores/yXXgBL54xM2XnDIuZcPtkPslJ\r\nXlqcjF/2xedCX+sUJnrIa9Ya0gTD6xzFmbmDWjO0FmIQFr7FIsvaU9uOM7fX\r\n8fiHO0eNa+mpsPkx7sdkqDomULfo6pyST7oyW+hdcm6Q664gw0VVsZYJKpNa\r\nbObQ9fDLX+EkXqcV/M7is5pMXLFVuja6PcxEbHF8v9yLuHPJRZyypVCV/WYA\r\nnvnLTWQUsJHSY+JXaC2fN5WNYT7fegsXyfvmNoOkl1vMlY1u3grpEyY73W3L\r\np86+1VXGt7F+hCAZEW50GZlvetNwa7fYsYjEmwsIQE3B2FKbroRPoctiVuhO\r\nWcONN0Pug3CpiufJuBJ3ura/L4oA2/WSyeH4QIqDaru8y0lJyvQ59RhQrJEp\r\n48JKot/inArSX6S1S9OzlB7cR04MwYVBJ2WdBNl8P7jS9WC8Wy9B7f72CtDa\r\nUPPo/Itv+HL0yWIQAeXp2xLFTbRKnxtFBgU=\r\n=kX2m\r\n-----END PGP SIGNATURE-----\r\n","size":1722083},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.09dfc3aac_1669760116160_0.26458578450663195"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-29T22:16:15.307Z","contributors":[]},"0.13.10-canary.1625f7a95":{"name":"@firebase/database","version":"0.13.10-canary.1625f7a95","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.1625f7a95","@firebase/util":"1.7.3-canary.1625f7a95","@firebase/component":"0.5.21-canary.1625f7a95","@firebase/auth-interop-types":"0.1.7-canary.1625f7a95","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.1625f7a95","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.1625f7a95","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-bQIzBSO0V0jitXYqtjM6i2JnMIRaSh0uEDxQsEnJVzkeXQ02Ky6R1pmfMv+TzbkTOE9DdK8p48r6roYXZ46g3Q==","shasum":"74dc698d7cf994bd40af315ccff41d670f7d86b2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.1625f7a95.tgz","fileCount":228,"unpackedSize":8996413,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGRJ7lN58LM2rtBtldWMfiR3M1smGy7AnK09IB41n1CiAiEAuIHAiIDV0IOAoNbY0aLfjzCxQZyso3/qgAbc1RsUZiw="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjh8ttACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZ9Q/7BHaTesieU0QusFr2YUJd5CGViKlBZHj1sMQlyupVX/CPx+Qz\r\nOo2OZTwg8XacvZZ9HJxLvBh9bJUdAUNW/Qvwd5aQysEdsb74VsLI3PfQCI8a\r\n0/ZtuVyAgb0JEvjkRJnFciojXm4qPKXbCe9K0q2OqYodDs3t0+zzrTLt9QVC\r\nMouc9vKlzYGoRGwBEDuxlP4J1mVJ7lWktwl5fd+wytQKkCP7yPpwYHqmWzeQ\r\n3fr63aGEKACT/04FnZ4+CcAXKZGlHLcB+DgOqJw7hoxGvci9kuKIXu0IiSzs\r\nHIJu454s1N+PJXKIkoLS2g2jdGEBz78qW96+ytd3hwcgFzal+TbMQmvD1kUx\r\nhK5ZeYX18dOYTz2DqA7CBtl2DYkymKQiCtrB0LNnML8+XQ+dEz7K4P/bOXLN\r\n97IVUh6zX3zqV++vW1RI8jD4oIy5L3PbbKIDgKWP/YnkCfEQJqC11CcNE2xm\r\nihfLH+8W0dxNsnp29hf/GhdqPlljIW7g3/lSGRk3d7MdV7/3IA2wLPOini45\r\nBEBcGOfdKTXYtlyTuPzagLj5ZIe6WORIYeYZYSA2ayHY2cjbND7mGXxaBLbQ\r\nZ1tTlp7beG+tnMkKbxV1tHtxA9THU71bPNQ+9tkpJFz8gAUAt5e7iml3K5BC\r\nB+/qBK2FWjjbrYNi9LO3qUhoNbeGCJYFbe8=\r\n=YO7p\r\n-----END PGP SIGNATURE-----\r\n","size":1723145},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.1625f7a95_1669843821465_0.8991953117056222"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-30T21:32:44.630Z","contributors":[]},"0.13.10-canary.7e237cd47":{"name":"@firebase/database","version":"0.13.10-canary.7e237cd47","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.7e237cd47","@firebase/util":"1.7.3-canary.7e237cd47","@firebase/component":"0.5.21-canary.7e237cd47","@firebase/auth-interop-types":"0.1.7-canary.7e237cd47","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.7e237cd47","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.7e237cd47","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-6P8fauV3F/B2ItZ/GFwY5IoTc/uXOVNyamLIhePDIypc/P8tYN6QavriGUmEhcvrcUl8V1Up7Esuwu4htqmX4g==","shasum":"10f2931acf66b7a14a3e4732eea811b1d1889c35","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.7e237cd47.tgz","fileCount":228,"unpackedSize":8996413,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpq+nhQI+rFHq832y9EfSl37LUcZQDBinNj3LlEQPVFwIgJzDROdKliWarEjlLuRSqhetsCKgmJO6LjA0VMSQxl3o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiOklACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVzw/+I5nUKtceLqPQVk0Qf1+iv8cESt5IRUY3gG64D1uEmaPZ5hiN\r\nYuHh5pZCrwL9+TUHy1JZYpL2UiwEL1P8U8o6OrR1FJ5R1doVepDgeH4jy4aR\r\nPasUUBtuY7YZIMgNnEajRdaLwkZQrmv82YeAf94jD6/ZydnNQZow+l4juquG\r\nyIQp4wIFlIQA4L9FVPQLkdd+O/QpxSYVBSEdLGtk5NMAo0v+8ssH5xKu+55d\r\nJdwY3Gp+//8sD9BszoiZItw5iHdHVjw8w7rvrk19wxHB4LbXixzSIzi8a5d6\r\nGwSSU+nSZZajMtkK8w9lFjX5MnEXZVX9Vq6j//LXyNMvlJdgzfqRCy1lVOeq\r\nk0M9p6o0sLr7s96eoa8H0I2p36ADyVP+aOJrhWgy76k3tkeAx8j7NAQKnzPH\r\nrKIWILCaGXAqfimobhtgRNjf9BMq/mpcBRKA+Ao6nxoS1/ERSzgi3/042uHx\r\nmsL1eIQ4AjladzLX14IFF5AMQ6nmoNB0kleHadqgROZ5zIm5WsR0IVQlaB78\r\nB1PvndcnnCvZ6hoVNX1hhlGcic1QxTxbXkw4p9Z8mjNv64msjYTah+h3GP3Y\r\n9GOu6rFzXcG3BIRQfj3APNQKG2tjDNJOgoQ28HMw5gUayJjOSZgcUyBMJWRL\r\n96Juh1YG5gavwfSoSUKKpYTVhypwaVSXyiI=\r\n=rYvB\r\n-----END PGP SIGNATURE-----\r\n","size":1723142},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.7e237cd47_1669916964799_0.5816621354630089"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-01T17:52:24.498Z","contributors":[]},"0.13.10-canary.c20633ed3":{"name":"@firebase/database","version":"0.13.10-canary.c20633ed3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.c20633ed3","@firebase/util":"1.7.3-canary.c20633ed3","@firebase/component":"0.5.21-canary.c20633ed3","@firebase/auth-interop-types":"0.1.7-canary.c20633ed3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.c20633ed3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.c20633ed3","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-RQ3S/O5CAskvCV6/0Bx3a1HOMEHxq/5OlHimowo6Ad3K/HpHkR2H2LWYI+rrBYJuAl2BIwd8l+j3L4mXeVe3vA==","shasum":"303f0b4f3ffc273ac8433725bb29dc870c98e8ae","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.c20633ed3.tgz","fileCount":228,"unpackedSize":8996413,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFrCBHolsJ1a0GXA2zpTZut0tTX7tJK2AOqk/e13tg9LAiBhR/xXLC/1GRkq0L5tuzflPLpiN3nCHKF539FFbtgXJA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiTinACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpVdw//aiceHrHF50Liea+lgq8YWSqdrkOvGDfWkAwWwBMW19K/5/0H\r\nS8WdO84kafsvJXcgaVq7kTetgWpYKhxcT7nWyUM6xJwrDt7IgV7gGdtRzqrC\r\nHXyrztNx04pDOeq21Im68lk5RzbJXUKOKj9Kfd3TwmDQBcAHMna230nOPDYc\r\nFZtVfLnUuNb+jbAexr5b1SaXXSObagXgblnqlDnEf+ErvG9/ZwBtnZBOZDyY\r\nUk8C2QnW6RSQj2P0rClY80tf+508tUPOCfytdiTOwM10xN7d48I4gSrarNk2\r\n7/x/2J19Pf+5vJ6lVay24aw/nzHLIvQgFrNmIh0DTpDN2lzmC80pmYGZCYEY\r\nQmFnLpCwtwZDVS63FurM215tLHFM4Ae4EjNoDqtcD8JOR3bH7Mppbu8ioi9a\r\nc4f1U64GDxy4oGzgYrvF57HwBpR28QU5oVM6QlNgvaVM58LmucjMdj4FdAXA\r\ni1It8T3v3bONGgngo6xgnTrGEHcU+CSKqEqE6QN453Xwbx4CDUGkM91ARl5R\r\nJpgxm1cYbDns/b7YzEb28O6D6vCTgbHHM29msyfD1oYm8SQSFYDgw6ixOyIX\r\nOSEnQ/Wj/+Ojf8aJ7I2AjMF7oj2Lm3Njk+D9PMXdPGWHOXoBlZ66cVNzAWrQ\r\njtcGeSllUzWgLhydDMLGuqrXelD6VG8riLs=\r\n=JXnQ\r\n-----END PGP SIGNATURE-----\r\n","size":1723141},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.c20633ed3_1669937318773_0.36267984791255303"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-01T23:30:34.413Z","contributors":[]},"0.13.10-canary.3bd031691":{"name":"@firebase/database","version":"0.13.10-canary.3bd031691","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.3bd031691","@firebase/util":"1.7.3-canary.3bd031691","@firebase/component":"0.5.21-canary.3bd031691","@firebase/auth-interop-types":"0.1.7-canary.3bd031691","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.3bd031691","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.3bd031691","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-KOYkDMBUadi8kgcrptRdvAGZTn8z5+zyk89YU86HIauzBHYEiPVc28Ry6IE4dMHOfJkTbj+qnzpBEU3rA4JqJA==","shasum":"2710982e3ef6684f9fdbc25faa5421d80ac9fb04","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.3bd031691.tgz","fileCount":228,"unpackedSize":8996413,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBQoe0uSOHruei/mR8KbXyKSsODfJzg8yqJzA1Q0XmxAIgSc0AaErNbhAYS838q2Fg0oYWKjBZ3d0kolXIp+/Yy1o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjikVBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZ5Q/9GhKhg3IQ7fBo3/g2xXRb8ZssPyoSZPtbfa8heNpozvuZN4Ne\r\nYka/S1MSOMIxn31yOWo5qVOKe9vy2T+e0FtlGzc4rhaCoIODPGco7P8/XTTA\r\ntF3fjs+XyQO3oW6YFaqmdggDmXRDkOpP4r2qZtU8/kTPOZW6OHrSrqCyrBFa\r\nfWeczGHQRWCh+7Ol6jYoB52sn1ZdxpNHo1JgAAW8YyQ/QqHb0/o4MwWu5s49\r\nN/3k23cowo6Ji3DKflcpNWHggNAq5v2eM3pzc4oaO7WF1J5Fc0wM+k45k35a\r\nRLF0n6c6RhCW2EfWeW4pIHTpzoDbBU9+Xg/ND8kErqCDBHNOQySIV3Z+fp4H\r\nX4/uWKPeISwWfUpSVpEEGml2+p/NC1aOPeJgZuDhFIjiJx9F9RywiPDf2JGP\r\ngPYzbFneKAqix8+1t+2SZhsx4omH1uJMtX0RCesRJ0FRJO+eekf7Ks27MXMg\r\n7s5rNFlzIbArsXTRRcbWQiOgtTnN+LBPwqfjRmwEwHKtUj+bOD01a8o3jDDu\r\ncHfCLHgWOlZW95VfY3FqOvc/mikBcwSDZow780RHdcpVM1P2tGheSQ0guhMS\r\nxF5r+Uzb/NcEV8OwXW1WVhHYngQinKeZWqOaB9M38mIK8/3vffWiexaZ0dYR\r\nrKix8RFbuASUza0j10jx7W1srdMS3jr4LlI=\r\n=2HwE\r\n-----END PGP SIGNATURE-----\r\n","size":1723142},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.3bd031691_1670006081544_0.604141258823496"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-02T18:42:34.457Z","contributors":[]},"0.13.10-canary.649e7f3b6":{"name":"@firebase/database","version":"0.13.10-canary.649e7f3b6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.649e7f3b6","@firebase/util":"1.7.3-canary.649e7f3b6","@firebase/component":"0.5.21-canary.649e7f3b6","@firebase/auth-interop-types":"0.1.7-canary.649e7f3b6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.649e7f3b6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.649e7f3b6","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-WCgqE4waMgz0JD0OyLLLq13rkxkK4eWMiW32iOh9QeW3kEiP2iVcPbDVy5ZOSc0wy5XWvykgwQxWL2k9E8NgBw==","shasum":"29e0b48c4d7ff058c09171ae920cdf6519970521","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.649e7f3b6.tgz","fileCount":228,"unpackedSize":8996413,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID02TMSdVqkH3by7CM/+28MbSSjJ6C4ACuwb5YZKnaOwAiBr/ArrOsyS1E1WvUX6fq2tMsiwn4a5zJRTQbUiMKMRNQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjimd7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoaEQ//WYaTy5c79lJktk8czhyWiqVeX/ekZVkKu/+EwAxlPPKQu34a\r\nAOZTkRzWmmtYUQ0S/nSY3A0KmKKA3++AkwPmie+es1o8jYnilJRbfCa1grHC\r\nYk8a5WtSxSDv7tGqsyxmh7gYOaYctHs3TsxONUYS3GjgGP++sGPblpvCfoMm\r\nwK6IQ3bLKG05XXRFnydX8fhIjuTXe7Ry42ZQGtj9vWeu+wuCxNg4iJ2Z/uxo\r\nBDAxu9esBiQR4UPMYXZhRuVnxw2ZUqRbdrh9dn2m4UGZu2jq5bLy8p167Veq\r\nQgFnO+I9HN0kO3i9sPG5TghPynBxA5fyasjgnZ6jE34lFHK5CSKxa6aEB/LX\r\nOu0EXjEC7dkNgBjhLrQo2LhtOdVb2uKfuc4i70C+dv5O2wbLp6pKBfs46MTa\r\no7lL2nvG70IKNPLARC3teXaDKNpTm4VAAVrlgKpQeCCAYY1IKcK5pq4F5P/e\r\nKyENf+gQr7klYu4GIRywn34GeT/9PE46NfY+HvHjCumF04eWkxj1B29798WU\r\npE15UoiumCUm83uyo0CvAmxKWkqVhTvIN+YxQXOGiQKvp/qAKejZKahnW4Lz\r\nWMD5L3jtNiGmGvz49x8h20YZievYnRKGEwgixUmuaalUVQ8Ce6LRr+8EsUIw\r\nbe/eQ6zYyGGwhv6HI4/ETI8fSqpALXZGr1o=\r\n=f+gv\r\n-----END PGP SIGNATURE-----\r\n","size":1723145},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.649e7f3b6_1670014843175_0.9633639028669232"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-02T21:08:16.061Z","contributors":[]},"0.14.0-20221206221533":{"name":"@firebase/database","version":"0.14.0-20221206221533","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-20221206221533","@firebase/util":"1.8.0-20221206221533","@firebase/component":"0.6.0-20221206221533","@firebase/auth-interop-types":"0.2.0-20221206221533","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-20221206221533","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-20221206221533","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-JrRI0QkibgcTV5RTFxAYXmr8EQPZ7rublZG+ue4gr0h+kd7Ok6zM9GObqvUFePfg309hxuvdWWun9C54HWnFRw==","shasum":"a92026e6960cef8dec181f4d16853a502771041f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-20221206221533.tgz","fileCount":228,"unpackedSize":8997320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDk7VfSikc6VRwT4P3RV/dX9GDilEZcs9c+a6lnhzs63QIgJ0N0hpmU9NKZmgn43SpxRjVBXc1hOMrCh/wowOp6FcQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjj8ZZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCLw/9H8nUcszkRxE/6qxst6fpXkBBZK+E+iGybLUn9fvSxyD1iUyV\r\naQxNFhmGqWp39NLgFhVysMieZ6/LgUAm5nzX9SRZY7maV9v350ehrACbJo5u\r\nk7gGTcMz8o4TrJhAliP7nmKeRWfhQPywW/y2gH+7EeH3EIeub5PlDjjYrg4i\r\nMTGVaiWg8sis6UD9NOqAG4n1hDoc7gUCgmerYK5aKSQ83D52WVup1qm+W8fS\r\ndXidQkVZXLOuqixmbqlq7/kUlPoAhMFhU0NbgmAzvpCyEqvCmBV6DZ0yWEuu\r\nn/rUNFWDp8rey0rdDIwy1Jc+T8L+6A29INvV9s5Zcp12MH9YqFD1mh0MD+dI\r\ndEML1ndAJeyTij1ofOV3k33BTLSHto5Nzyy0GAkBHF5snWo5rnRyYuTeFVK+\r\naMiePqzgmAntKCIppLB/JalHNl0DA4Z/kdOoG30u6ieJ9XVEvvfymfHemQSI\r\nEtB8rF5ca0lM9qFS2RMkcKkXuKMlF2eehoqPxMKNfGkqNVaGI/NhABvCuDex\r\nhyvs2EreWAl9wQLPsekwhMcWLoKzDWM+jjlIkMFk1Z+NCv3eGjrsRupCKEKy\r\n9yfqXUCj5sc0ObUf9i26er1viqfQTtVRHn/2AXV6kIjJunoYkMFqGbesZtDJ\r\nthrrBueGnRnPgWe/DDbdv5zO3qnC+cRH8jE=\r\n=/RKW\r\n-----END PGP SIGNATURE-----\r\n","size":1723330},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-20221206221533_1670366809395_0.2729379361716322"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-06T23:00:37.103Z","contributors":[]},"0.13.10-canary.734fdcd91":{"name":"@firebase/database","version":"0.13.10-canary.734fdcd91","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.3.4-canary.734fdcd91","@firebase/util":"1.7.3-canary.734fdcd91","@firebase/component":"0.5.21-canary.734fdcd91","@firebase/auth-interop-types":"0.1.7-canary.734fdcd91","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.8.4-canary.734fdcd91","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.13.10-canary.734fdcd91","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-uW4+6Hz3TV7WW3044Omc4wbHa6NwWHC3NbR3zmFsjGw/Iomm6ib+92PdhEj68j8uEZO20pPralF8Dy+5a+M/7A==","shasum":"63225e3a695e1e62d65439f1fc895701173c5124","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.13.10-canary.734fdcd91.tgz","fileCount":228,"unpackedSize":8996413,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDGBgqxn/JbbqyPqvj2YfEPrMhhQpD9nF7ZIQ234d/vjAiEAyNQ8hAKeAtiF8Nn1q5QY/PAOwY7KV2Wpo6H80Uf0hLo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkRLXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbDA/+NUjYIX9r9ant71PrnW4nLCmGDLIlVXs8FJ5g9uE40m2fbxY1\r\n9297aSa2lJotA75LNTryMF8q//na8I3/uFZPattNkhfZ9bf8gtwFLwo3nQzf\r\n5ia1Yg4/E4MMEp3KH16uTbGRbzUmAZU7/o/s59j4X0ovSHwE476OFvFhIiYW\r\ndH6idQK3vbaGXr2+0hiTWwLG6w+pQLdTgsPpbIymbi1CKz1RtRwDbKNQpN+5\r\n5/szOdpZBXb8QbJM3meSbpfZqLGBavHKhoNUa48z5/bSi5DyzdO5fj+3iVhQ\r\nbxqOu/iD/pqTFstpBkfuQRt4U0xKwkz2+9S6vqYOT3ZbPI6sRlCvGi7bT+PF\r\neoZxw2IT2IEKbOy6jEUV46qyIFdwSuWGSsamASRUXWV3eaiEbb2nyjA4YmL1\r\nuIbDzjufp+MSRt1j82Cegqp7VCKF6dYRLllJQep9XL1xx1VPJu6OFReG9Hvp\r\nTOwLKk0f4IC1mxXihv0nFnAdX67t72f+kuMGteZMzS6bzrVYnKJcH0lUQpFI\r\nLcrw6OEnmAicLA2f9l3W6UG0HSiUJequu9W36PdaG0UjH4spZ69Ms19/qe2Q\r\nxB88Dd87LOXA88kHyhp8tJI8pYnvvCjAPUmHMsREiJwKMdwHghEEjBMXedTA\r\nYpzxY7fa0Zzk81FtpZ69yfeMUSr9UouLVsw=\r\n=n3TP\r\n-----END PGP SIGNATURE-----\r\n","size":1723141},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.13.10-canary.734fdcd91_1670451927111_0.34413546163071196"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-07T22:57:56.545Z","contributors":[]},"0.14.0":{"name":"@firebase/database","version":"0.14.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.8.0","@firebase/component":"0.6.0","@firebase/auth-interop-types":"0.2.0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-SM5eri3eGuPjQdXBRObqKTsgmkRwrSGsbgtD43EpGzU+lIeBVLqwRzfcFialYrWzFFI5V7hWXdS2oJxAkfnBFw==","shasum":"3cb93dae38ccd6b43d467c666769998b84cb8e92","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0.tgz","fileCount":228,"unpackedSize":8997095,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIhMFtEFGslsP5sFr9w5lPRiY420lk992EEkuc21a8IwIhAP+qd0NTQrUKpG8BWSRc9CHmbjwfY24KLdb2UX+9+0ab"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkmJdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpAgQ/7BDqJK8ukAqjUF70mgy13aX8O7zfgs/yx8oErszg4/clEzP8S\r\npl5jz5Kc7QhEv0s3UPzLP4214+BcCqTHUd3C9Fri4PLPH2sjgPFeIekePguJ\r\nG0I7Si5zV68KKjEqYcZmm22KonEFQnVs0t3F8GSiNFjReWNjsdvO1/d88LJ+\r\nPIvo4tHiSslxLG90OxUF+t+n8zZfh+nez6kBmWY0mmR6uFABj3Tvn7uL5EVH\r\nsESUAX0UkIb5V5Z3W/rQwaVcyP7UR9UO3nRDK37dZb0daFEu+BJY+RqTMqNC\r\ngH18FAFwLYUlwSBP7kLQohOAFFZ9fCY1JYd00qDw6k10rl2XWcRh8tPUKroq\r\nDXsBQDjOspq1L7gPcVHXafY0vOn73wB34S0qUWRj+t7MnAuYmwOFyakfqeFu\r\nk4b96bgcyDltK4KUDYSyBUAMPfo8XjqgqCVrJuXJO3UUVDNLwchLJWtcMQ4r\r\nYxBebdQLyLtg4Q4aaV04Tc5a12cHLbw/MR+0tToN+yDP23Yn9BOB2hRaYNFB\r\nV4M23hGjq9woY2TNNC+yLHpsjXJvJ3HPD9DhyekreDzDMeAq4kTt+qYltMq8\r\nc4PXobrAW30LmGPBbAWhFZe6dbFZ2tfjxrlej2X3D5q0cyR10SCh8pY++06g\r\n/SpUT7YcCGgQP4OSixGjAedog15a5cPxn/g=\r\n=jAjo\r\n-----END PGP SIGNATURE-----\r\n","size":1723247},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0_1670537821319_0.8055319098833236"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-08T22:18:47.681Z","contributors":[]},"0.14.0-canary.41549bb86":{"name":"@firebase/database","version":"0.14.0-canary.41549bb86","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.41549bb86","@firebase/util":"1.8.0-canary.41549bb86","@firebase/component":"0.6.0-canary.41549bb86","@firebase/auth-interop-types":"0.2.0-canary.41549bb86","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.41549bb86","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.41549bb86","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-weSK1WsmXFZ6d/uukL9g5YIDCBhLmaXCrldEhLI16czxZey6Y6aZ39iSvZPWWBAOM4mkMwpX0+O4bAJ9c0b2+g==","shasum":"1a6a37241bd737b4ba48c35e0a8f85b4c86b46e4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.41549bb86.tgz","fileCount":228,"unpackedSize":8997265,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRU53B+ZWhwdjmG1yWqjavZTMtN7f0fGsbM0JSyO55QQIgeUmJNTTjduZkL6YHYFd2rW+wkrM6dGNvjR8RvrTMZ1c="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjk3aOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobOg//d88dnU41paNC7OAXVngV0SPZxydYcWTafARA+CXSmT7MjKLZ\r\nJw3fuAx+wbTqz4N/fg0+6hSbsx9+nl+ri6SfyLFaZUsSA+i+eW1Lduflw4Fo\r\nRaE+S5emx6qcVTNEkDnyCj55FuY0GrrAaFtuftsITkXEDmRCB1RIGMkcSb8k\r\nuzoj5vC+1p6TenxGueF90DEB5MX8SFqD9I4UICVgRFrJ5MA+2M0vA/b46xMc\r\nltCBzN6MaOkCX5xFb0bIq9Eu4vkOK1ueeILdBHeR1Tj4bCVWl9QPWkoSTOwv\r\nlTP+NwIlC2qFliKj+6EIoLr7ZyP68fz0t1ILZ/mYMnv5mANna6IoSwVSoolL\r\nODrAkweHI9pWon1LJRqvHnYbS4wHo6M7MLrGouOrkrys93F3oBlXVu4Wv8hX\r\nVvnj+Y5qtLtVvWPPp1HQL6JDwZlDevAaQPCJDEoA/kGiwtNYTruW6aue6wUb\r\ncDki1GKsanLewr5xa5NZ79H9cP+FIPzEI50And7N79zqk7Rx0K74oOX59aiq\r\nkISvzix628EhOWzIYn4f9owMyi1fA6Y4ZzNp3m5T+bDvf4hg98XTpUhDQUK+\r\niJiF29iueirJnL2g0uR/Hi3FnblyrV/WOCHwiCBR0pLpGhKEcwf2DX2JxFd9\r\na6r9yICpFy5csnm0Gc15AOQu2fgeRYyI8Js=\r\n=WxDv\r\n-----END PGP SIGNATURE-----\r\n","size":1723328},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.41549bb86_1670608525686_0.3269085700462919"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-09T18:12:31.724Z","contributors":[]},"0.14.0-canary.70e62540a":{"name":"@firebase/database","version":"0.14.0-canary.70e62540a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.70e62540a","@firebase/util":"1.8.0-canary.70e62540a","@firebase/component":"0.6.0-canary.70e62540a","@firebase/auth-interop-types":"0.2.0-canary.70e62540a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.70e62540a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.70e62540a","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dUpkPu+yJIlSdPbEaDberYatNIInuTaDZ2hc6rcDDm5R7xjtXaOr2WMyaZGm27ayskdPSN7JW5fS0EkeNpNlmg==","shasum":"1143c5aa1a195c58a3247b1981d6db3fafd02405","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.70e62540a.tgz","fileCount":228,"unpackedSize":8997265,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAcCtpe7fzayYv4FtQfmcTIS+iY3DyDuag3F/PoorQ8tAiEA28dz1wXfuELP3b9ZAx0B/4f0nb0PLntP3+rGpvtZ2G8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjk88aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoh9g//Q/umNtb5fb0p7R1q4qrWHRYbsO7INr6BbqBEdaDCERescreB\r\nzgiUleLfppHyZYZpCWZuwIgHvt9R4Jwd4MDSPs2Z2GARAxIKtLXvz5nYwe4X\r\nrWV623axj921zvbq/2yHolRGq0xm9Zc9MUaAxRPxKCD6I6kjaLWcq05/ZZ1k\r\nUJ12GejeeUvTfGcF1OxyqScoq3rhs5R/sMnwbJp45Ez+K3Uik5lFTWLL4Inp\r\n3kxNz2rtg9J1qiV28wgHVvPuwjiVujWUlTzGMOmQe3qjl0ykYA/ceOjv5koO\r\ncSLBhgjakoRnMiBnlcdRDuu+8unAf0Evgtw1f2OZtBHb3UV7uqG2tGKIpdm0\r\nY9mFzrmsKvlanU3EIC2N7qGkZa1NPoS5DdAOH5WQu27ZlvmcRkOqUp/oWtA3\r\nJSfQGKT1aB+dXvTg99k9nCvKeeAzljyqiEkHdL0/jPWSGTBwpGQ74IiF2Dq3\r\nmps1Av6AVN3d868evPnC/93B+QLsdyU6nCby8Qvv9zzSboOihO6qd5TWsTNy\r\nKArHibBeRBExC906b2C0Ld+qVUwWE1seGQNJcPVdQq5Z3yDxPaMLOkjpGy0J\r\niWRMF+YwdsIzJIudIpmLrpGjOjRhCs1TwaKdYNfZ3te23B4TG8LlsfYH0LrW\r\n58a+pIIIVUMgAD4KdxZ0/Nk3Aik/23voBcQ=\r\n=WIZ0\r\n-----END PGP SIGNATURE-----\r\n","size":1723325},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.70e62540a_1670631194140_0.83688957584824"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-10T00:25:34.108Z","contributors":[]},"0.14.0-canary.37f31c57b":{"name":"@firebase/database","version":"0.14.0-canary.37f31c57b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.37f31c57b","@firebase/util":"1.8.0-canary.37f31c57b","@firebase/component":"0.6.0-canary.37f31c57b","@firebase/auth-interop-types":"0.2.0-canary.37f31c57b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.37f31c57b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.37f31c57b","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Gb6dwmqW271TeLmtL3IUJ9IDT7ERQbnkv16rv34OCSEXkPV1ChmPBnJw0tJiPO/TM/DmvYimBk+DF+YgZLoi7Q==","shasum":"e4855739f68fdb2ba9d95a0a48217e85ec42ba90","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.37f31c57b.tgz","fileCount":228,"unpackedSize":8997265,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICxgoROYRALEbRAiFUm+CjfHkCQif4PpiidF/Nu3IqM5AiAzUUh8wGL5h8k/rgcBg1irlWeFSpzfKpqvex0lN3PEbA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjl7eGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoksBAAgnuO+LMkpN/015MNkB9xbUwCoQh4UbLgOHegtn1bJClQsqP/\r\nhom7IN7mnRhIlfDYxahciOhf87uiEAfTJfi1+/l/AMsWf4hSZ/HAxgrJkIpv\r\ngs4Wg1P03dzJUM/hCkFAl2QGEvLQlVEAth+3iZkUzzUAD3pacYAEj9Km0TAv\r\nWKJJYkOooiHrFXZTcjQEttNl/pMKRo0qy+hIuqoHthIEh01mduEyIzN6lFxx\r\nMOWXdOTfsmQdqMUCR+5XOfuRVfAgBiKq5l1KdcspXDiAEvAIEPbz1Grm14fe\r\nvYnRk+gjoUnhbIXuNU8zoJiXkviNZhk8U+R0yEEzT86v11N9o3KYH31+YacQ\r\nDLr+qxE2kXMkNskVxsAMoHAIVwj2ryUtkkK+Y8bpcZ4k5ZnSePbWoHrEWmAZ\r\n+oEdrEdDmHfUrvrrNLIrrLCxbIuVsxm7IY/4mpqVL1pRgCcf1Gqi2NkrETux\r\n+BWUh5HB3Js+PTeK6mP2w1ZFIpquWWDmXQ+zI5jbMnhrsExiqSK2LzmcQNOt\r\nkbDpMdzEalD4dYpl0T6Q92WmekZfu+pR6eCEVrSuPgVmV9b7BGlORl4giI6i\r\nw7zeng6kNHPt1BlnfBx/106YNdWugohPBa3wvrJvIPfDehHx/YRzPXWvmkyf\r\n7qnncRJBa2DLY3jvmEyHg626BALcrTTUlxk=\r\n=x8hJ\r\n-----END PGP SIGNATURE-----\r\n","size":1723325},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.37f31c57b_1670887301876_0.9465989389252492"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-12T23:24:22.923Z","contributors":[]},"0.14.0-canary.d8af08feb":{"name":"@firebase/database","version":"0.14.0-canary.d8af08feb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d8af08feb","@firebase/util":"1.8.0-canary.d8af08feb","@firebase/component":"0.6.0-canary.d8af08feb","@firebase/auth-interop-types":"0.2.0-canary.d8af08feb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.d8af08feb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.d8af08feb","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-XNl5H5UwzrRuvJzHXA1jvJu3VCx2MYqPpw3wgMvK1pembNC0JOzvS/C5wiRyHdjIalm9Z7Q/IAN5mLuI84FjQg==","shasum":"9d4643cb148509a2bf7be5327ef3f3bf28d1de59","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.d8af08feb.tgz","fileCount":228,"unpackedSize":8997921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVcdxb64LvMvauk9tsfhI2G1f3Y9/yYIruY0LOeuPePgIgbarvrcGNpH6HscXsrq/O8QssAEy1IADpHPUDDNxU/rA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjmP2gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrrDA//QZLcO9ie1SiyQZ/wlKZQsfnBDJKsVw0KA0pzoT2MawCrcG+E\r\nWtgQZ9W0goEuf1Olqg8o9QAFA5HXX/oWjRkqVy+mtwnHW5Dk8bPh8TC7iFVQ\r\nY5RI80fasDaho4LULTQykgr6oU4NVhEpaiKLLp68qbWSjLfnSPGA5MYOj42S\r\n0TUKYMKX2DrH7aR59SG3bKXN1l/qWXeLP5rqYxqerqtWCztTGvLoXv9hBLyP\r\nF0//8jDxxhiJRdd3UAp+U4EuenKCVE59L0HhCd0hiKedWG1MryNxEYm4jb5e\r\nqHgUtb+dlP0au1lhj6h72K4bZ0HxW4NmSzUzx69WBiN82d2CkMCDkoKVx2A+\r\nS6U1AK1FE1DogsQ1jvdDkYjgY+Oi4aF8M/9RT4hZbjxpnzmXKDcawMATmaqZ\r\nmQAhcIxwr5azG4cBGMAZnjmPAV9/s3sje0GR6C4QAnJeHFK/wuDcWQTt4xeT\r\nGRi8swDiZpeXfy2njRbzzwegGjj51LPAfBYCUe3Ty4eOQ1aU81yOo2zz1uEc\r\nxyfc6CPMGu9dreC6aoNU5gBKShborBVrmJSSxiqZOmFrUhP/fqJpOQ9FPZRX\r\nywDcu4gpH23DTNP0Z4+PJpK+Dl+MELqIiukFIqGC4T1iW5Zi9Jf7sF0RsXfN\r\nFpZmTCExltPM606EPgUJHSZ5FlUrB56bV08=\r\n=f7Iw\r\n-----END PGP SIGNATURE-----\r\n","size":1723442},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.d8af08feb_1670970784026_0.6904251106630339"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-13T22:34:25.227Z","contributors":[]},"0.14.0-canary.9d2757a6b":{"name":"@firebase/database","version":"0.14.0-canary.9d2757a6b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9d2757a6b","@firebase/util":"1.8.0-canary.9d2757a6b","@firebase/component":"0.6.0-canary.9d2757a6b","@firebase/auth-interop-types":"0.2.0-canary.9d2757a6b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.9d2757a6b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.9d2757a6b","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-YHILZ6iVV6TAav7DWl28j0LcCVdNrsgoq3RFzaCIQ81cz8botAM6uwvPfGBJzXvSdDEUx1sxTU6JtrpTFeHhLg==","shasum":"8b27f6c9af16808f7ad99be4b4baf527f1a7896b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.9d2757a6b.tgz","fileCount":228,"unpackedSize":8997921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUUkGam/yxC1EsPWA5h8BfXE8x/ftf3oVJyw/nNsv+AAIgDkxr+V/kixOINpxSJfIUEaY57D05GdYGgufFgt1Cy1Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjohi0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoG/g/8Css37T/JMz8fQVPqW1TU1Dw5px7+seW1MdlBHaHO/ZALu9ts\r\nEY0ixQ133oWzVi+5PNKOHWdVRUVjjGXAbAEXuLtKY1Wzvhlr+mSsOWzz8yjN\r\nsS3oMluJROxcFE2ECPhjX6dxoUnOhnWb0VRPd1gbKDaSA9vKYokh7eyom4ph\r\n3pVvCWLu8YZ2lQhdMSpodSxU6KIamOY4CYtAbU688xbmU7CsmyrXkVnke4b2\r\nymnqgU3OqQ5rlKaaygIKlxNBRVYDdbda/xiNnhC/PUjvtX3sUtRXcf/T2Z1V\r\nEo3ZlKVXV4G35+knZ7KzcHlQZ41DapFCLVuqQeq4wTXFPSNcXCobxnjiQASp\r\nFzp88EvujDt5uDN9qF4QbTgE6X193h3y6nYnQ9UXtnufzCY9GY92iW+yo8wv\r\n2sXkyxusB0WDxkqvunmD/7r4ZQnAsme5GfEJ1be3o9ax98MzXSNlaXz10AuX\r\nSM7SNnUv9TwBulxCfy+8xMVQuAEYVYUFUyR6rrKIBB43Dz0YN93Z7whfM/8f\r\n/7Bkxe6IsbShxTjKjhK0UToCArOr7orsd0WuMEs8tht2m9+bOJUJiBIZNYaD\r\nM9xVqxj0+IGutRPHybCTtFVzF8a2jtv+8mhv2ZYEH0GRl+El4NhIPNIru8O1\r\n1sUTBAfyaTeBwSCHlC+El3X9L9YVoaWy1yY=\r\n=1DC/\r\n-----END PGP SIGNATURE-----\r\n","size":1723448},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.9d2757a6b_1671567540634_0.41436463283207914"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-20T21:06:48.943Z","contributors":[]},"0.14.0-canary.d4114a4f7":{"name":"@firebase/database","version":"0.14.0-canary.d4114a4f7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d4114a4f7","@firebase/util":"1.8.0-canary.d4114a4f7","@firebase/component":"0.6.0-canary.d4114a4f7","@firebase/auth-interop-types":"0.2.0-canary.d4114a4f7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.d4114a4f7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.d4114a4f7","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-nWe1XPcPCUbkQlrzmQck/pDJzqT42ZLu+2ds4l9TI2S5/FeJspVvw0W27VDjcFliUw1mZFbaUXrDpcZfr1ASqQ==","shasum":"036d98a28304ebe8a3d4af337ea9430cca0e7690","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.d4114a4f7.tgz","fileCount":228,"unpackedSize":8997921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFaRSaaVjpbG7pClS7u7uQWg4aYYzSBIBwFG4xeH1CUsAiACbm0F+rTv8HFXTpUzIAv/0m0LV1bLWBNmtZGCLP8mgg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjo1ldACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+Lg/7Bp5bvDG44G6OR7la5LQhJVHHaQ6gOWOMWRnHYlXcLzOJj2FN\r\nBgKDBkVKL8AUkDUOcOSfjz387KYHoa5XCiMe1EZTdfktb0KXr80rN8SXVtRG\r\nQUie/DmzHXky8FX99eHgu018+NK99ZVBJo0PJXf0ZYFFULNNN2eFZARmaYWq\r\nWgHk3Hg7uBAxr2GtGVhgps3yvEyEz2tqWu5wKsGqdYb08OUfRa3jXBYkvP5v\r\nx2wrINlY/NJUgm6dcr58ROY//rbV+0VH+rj03KLbtgSyN5xQEivEkUQVDKRl\r\niC1q+PnqDUmAeAs3fqKg52+3TXoxN+JMpRfayAlRI42MYX0EiqdCnFxZOiWm\r\niF0LszQZVsWMia6QUG4r+dLNwHqUfVuA2AsnlVPqFIh54Y4CU7vNNCCitOGZ\r\nsGNCCm7sfYhvEtSBljnQsyk0hRxWTyADaUgHMUcX2JNNpsXboI/1RrecpQnK\r\ny4SRSfsdTy7FZYNe3tDBLZCYHn3tzyHCdF+O9EFXxo6CTBnRnSWeEFFn2dPv\r\navQPVT9zLYMoaQo4NIRETuPK5I2sYm5zQYI1CH1C3hgV6KQkPbBem0lS1H9m\r\nTvaUj1H+KRAU1vedQz6JoOtO2n6/Pd7xSvTQhVuDm8ZOiFQxwZncOsgW2RcW\r\ndLQNht+0H/zCbDl/30qDnnJIclcqM7wcjnE=\r\n=zw9u\r\n-----END PGP SIGNATURE-----\r\n","size":1723448},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.d4114a4f7_1671649629425_0.1927191573149889"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-21T19:18:28.137Z","contributors":[]},"0.14.0-canary.20e5ef7fb":{"name":"@firebase/database","version":"0.14.0-canary.20e5ef7fb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.20e5ef7fb","@firebase/util":"1.8.0-canary.20e5ef7fb","@firebase/component":"0.6.0-canary.20e5ef7fb","@firebase/auth-interop-types":"0.2.0-canary.20e5ef7fb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.20e5ef7fb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.20e5ef7fb","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gisaO3dBWCYXScZFRWqhZ/yxXhMWLoAFrWhmkIa6jgl8JwxdB3O8+vSIaMq+cXUL1iPbKk+B/0w8R7aZMdfw3w==","shasum":"314fbed6e7e47e9c6c7e96e89caaee9494aa100e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.20e5ef7fb.tgz","fileCount":228,"unpackedSize":8997921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDR87pWWdoqSttTw8cd6bZgFkywPSkqnSiJ2OHJASxVSQIhAPOXINBwVHnjhH+2NivPkf0J9ykI05ebfCZz12yGRBxs"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjo39JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqVdg//Yb9O/ioH4tpBb17omwOG1I8fqsiy1jgQBYfajzHTg7ZV8Fxq\r\nEhrASTd7XThL+O4abL2PD/oTD8dkHl0WWYo5YmhGA0PaMeMeA+7ds86wyN45\r\nSmZQdVAf9v5T4wrjwM9svEu9zI9kNRA/A5VgTIbiu/yQ6W5FgjT2GIW2Tu3q\r\nhmAoiYFSiSjQEsH9Gkvzhy4wMMDFXaVDNt52KOPOuBb+E5H12RmZ4SrsTOdF\r\nY9Exv/Msw2Ri4F2mlqRfmfZv1T1jg8EKKfMGdZDw3Q0rFsADRV4WiI2v6ySD\r\nc5YPtxRv5SIiPZcvMiFDV22qfIxAd5s1yg1P1R4Fxun6NJ6Q9z8aw5+xczZh\r\nr/C8BVmyUlUMCp5HhUA4I9xrcr40WAAGviGR7VzfZl4G42UfNveJ/R01qVnq\r\nvDPQRj0wPciRgkzgvmtBIlMPJROTDTcICl28fejer/kmEeGY271RFsRdGO8x\r\naTYaXz+jhwx0QJk+V0mGgEUee5oIMeDMZYZNicVvu2FYQibgk9GEJtP6Knyv\r\nzc6MrO8mavfp73ryk3qfQUoVAtasaeUhCINm5GoTuhIKq7psv5sqEeRxjvw0\r\nm+reOTGcqbcoZZ5YKZpKwt5y74bgOnczdTfiqBjSas/G4e0scfH6NwvE7+U4\r\n0JHwqzrLMcp8P5l9WyQp3q/KicYgoajuRTo=\r\n=eQRE\r\n-----END PGP SIGNATURE-----\r\n","size":1723445},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.20e5ef7fb_1671659336972_0.7256069761667716"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-21T22:01:06.711Z","contributors":[]},"0.14.0-canary.a7622d49f":{"name":"@firebase/database","version":"0.14.0-canary.a7622d49f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a7622d49f","@firebase/util":"1.8.0-canary.a7622d49f","@firebase/component":"0.6.0-canary.a7622d49f","@firebase/auth-interop-types":"0.2.0-canary.a7622d49f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.a7622d49f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.a7622d49f","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-gsHXTyxJcCciY4zwr9M/ZZ8dB+woBPvjws6dwrmThvl1i646k+Aq7OGZtCvkwJaK/Wf87OVBMe6lf4xFHPPYzQ==","shasum":"711cf1e9b7713dec88103832c913b6b12232e11a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.a7622d49f.tgz","fileCount":228,"unpackedSize":8997921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBlMAleOVwwERoROXUDqfR7Lit3QU9ObMsMNONKD4/q7AiEAwxZr5iYAudGXVN9ypQPUmcFpIe+/fD3C2iVuDNV43SM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjo5A9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQexAAimifa+YaV2vXpmNs/OLr+M1BbIysxJACKmy+H2MCkupGdTJD\r\nKInkvC5Sc1HNlNLsdfI6wXH8xH9jmotne84WIBubwEPdTHxLaAWFpgwFv4ft\r\nptYU3G+1X2sI06SpjgPlwf5Dowu/3lATzckPsngcEiIunN36F7TEMI0G+JyZ\r\nzufAQwviupFMq3x2MStqvTaQG9bgq1XA5ammyjJ+jXR9edh8MCujLFOG9xWG\r\nnMP8ChyioLO7lLjUlVX7A2kIrtGdxWsbcyTqMMMIIqIZtRssG4+VlPyr9W/z\r\nz7uKI2VJea46+B5TvjnOZGxqONxn9KaWW414GcCkDRhSt/vzIf7ptQ8rDydi\r\n2UNlgwlwiCt7qZhCjoWmx8bZ25Colw1VsZLxf5kV+LQuwWpBEYLZIlTHAqKZ\r\nH810uWt3B5K4oPOYnVCFpe6DsMGkBy/GvdNh8LPBnD4vMpscvdsz7wwrXCJs\r\n9jhMyqKQ/FP9woca/muIMT6Tq1NkCPMSivDN855IZBBLNR0BEHjGVvBTQ29k\r\n8qP239yQyMbiuf/3g1mDXava6V/8ldA/tOOAATaful7avuz3j/qWLvP8GZYC\r\n9wAwGO9w5TCCI7edUro8/9rpoPjjmydtYshOKtRtjNA4IoxBwhTU89fN5u/G\r\nsWDHr0+UpmbuBbP1sJgXVMexRc2ow52KP4I=\r\n=d9sW\r\n-----END PGP SIGNATURE-----\r\n","size":1723449},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.a7622d49f_1671663676767_0.2242109430262187"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-21T23:13:53.162Z","contributors":[]},"0.14.0-canary.06dc1364d":{"name":"@firebase/database","version":"0.14.0-canary.06dc1364d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.06dc1364d","@firebase/util":"1.8.0-canary.06dc1364d","@firebase/component":"0.6.0-canary.06dc1364d","@firebase/auth-interop-types":"0.2.0-canary.06dc1364d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.06dc1364d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.06dc1364d","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-UNNUs2W/Zx8g880vnx8kxGl/awGAEuS0GLtbklgilZ/6pgYbjv1SeIKiM9pDozLfuuGGbKXtFme6MZ3etzHTVw==","shasum":"f93956e6d994ef015bf9075961884f22b6938be5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.06dc1364d.tgz","fileCount":228,"unpackedSize":8997921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwkSGjAGLBCF5R2NdXXIZX65KoMaPGGjWR3ej2sYhdTwIgewOjw26PhAaPcROxGEHuQOr8DVV6g/huaCzFAS2cr0c="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjpNWcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq35w//XRlZiWOikyvf/faOEu8SEZM5ZuNmp7gdcYYjHfr818o2jrWp\r\nvd4erAQrBLX5Zi/s4ZmPvqri0t3cfm60xDNutM4/u7Tx4r3uBU61Iiw9AqRF\r\n44AjObT0E91HP9SeAgKznhotsSb73g0lkRADt9Shv/2DCU6XmFf/Td84fMgF\r\nRE1XcYQygpTAbEgbxo4nozQND+w+mWGznVIJUY3TOw+RX4BeIvVWkgJ1BTo1\r\n2033fsY3KASBQoC8ZQcfZhMMAOM+qwbhwZKrTWxxg3Sln5RDGQZzWtTR7ZX1\r\nqxPZPoCxiNmTlIVx7Zo2r1VrkNitgR7wslDeUA0304VwEmUguD6SbaXE/3Gb\r\nnHvikWbvONVzm9/prNXJcggijg9UyZU9RYsJPjOUTnjC/sCrLKvuoDz5CVd2\r\nM84mzdaeEvx8l3QkSfAiwlo2Q3iwOhEft8LhlWYemn9qORWNr4poWFxCBeR3\r\nALDIjnIsF9vdRxHmjynoNIlBfgIymTmeRwBykoo2ruVPYGX0MjcwiJjgOgk+\r\nKffuHR/H8w9iXYzWLzZeHRCmGb/Z6Orjd5AoFoxTyKpz8ky+5mD9jAL7uVt+\r\nd5sXJMKNAkKO//ViAlVho49Z26vcySUQjuckkyV4LYNWdhWugID2xDvLGSd7\r\n/5+KdFENMLwlce6VGHlPKUFTCA++m7cg1zA=\r\n=nqnt\r\n-----END PGP SIGNATURE-----\r\n","size":1723448},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.06dc1364d_1671746971741_0.9639271894963188"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-22T22:13:21.063Z","contributors":[]},"0.14.0-canary.1455bfa43":{"name":"@firebase/database","version":"0.14.0-canary.1455bfa43","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1455bfa43","@firebase/util":"1.8.0-canary.1455bfa43","@firebase/component":"0.6.0-canary.1455bfa43","@firebase/auth-interop-types":"0.2.0-canary.1455bfa43","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.1455bfa43","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.1455bfa43","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-9IWHNH75xbVcFhx95RanE9+KrOEwetAs2XUg1lWhhhXFTyc96nVkA+8stFgOq5NSIMwsbHtDFzW02gdc+Adn+Q==","shasum":"2bcf963f14ba567fc1f336cf907b70a056a56317","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.1455bfa43.tgz","fileCount":228,"unpackedSize":8997921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAUYvSmmKt4IYPSuiaipQDOIiu+pdpzHuuMZgM2N+SEtAiEAjS0vB8qH1J7gz3nWKM9X53BQtxUAx2xaN9d6qrJMyLs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjtKbcACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOLg/7Bbq+uqlrvgg2I1uGcBI7cjcEfmaCQiVUcM/d4PoGscRrXraF\r\njV1EeV1mAA1M3jEVA3Kshz7vDwcQrk2nvhYSRt2IrL+Y51l74a32kUplCcG3\r\nG6Eu02NioRM+JF2wkwj9f2SIehrdfVQfIus3zAdKRrWIT+6OPAVicB03X4D3\r\nPj1fUql4HdVh4jJHxkm9gt32cc9hZ1J/CH4vUqdGF5OT1TJ2g9CpdW1Z9rhW\r\nTCX6ZgvTtd8Hzoo0qCtJvtwrISHDQUDl19C1L4Z6cmi9DL8dk3AYrBk2l1Ht\r\n3YSYzfgIAm8wpXTETqOJt6C/PJOEhcMi38CgiAa28hj/ewbzOyEalqVvf5Fj\r\neKtpsbAXRUR6kYTSTP8jQqPzZQTlo81PdtS8AQShW6DGbfXCo48v1v96Xt/7\r\nqLQva2mfhtTA6MrG9bWNmn3vcgiJfil+9ITtgEOIpS52glnPKgIYJ7mt3WwH\r\nFiRDtUMz3FSoSoGGxYK54gx3eqcmai9SVmYa/SeKu55+pjrSXK2ETShsy5kq\r\nZucxT2O+EjJq6BZvvfY/gW6qKMRF1aAL12Ynd/6luy7cPsMVRlPrUhlcb/xK\r\nVK1uaMc2mkpevM4N4uYAzPv6quU1+ElNRP9fQirHQHx8YX904ARCOcEghMTl\r\nJp6IW0CNjLeyfQ4GIshB6QvlaFLigscrylU=\r\n=toOH\r\n-----END PGP SIGNATURE-----\r\n","size":1723448},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.1455bfa43_1672783580157_0.37531330542162333"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-03T22:08:38.099Z","contributors":[]},"0.14.0-canary.cd92522a4":{"name":"@firebase/database","version":"0.14.0-canary.cd92522a4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.cd92522a4","@firebase/util":"1.8.0-canary.cd92522a4","@firebase/component":"0.6.0-canary.cd92522a4","@firebase/auth-interop-types":"0.2.0-canary.cd92522a4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.cd92522a4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.cd92522a4","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Oth5FfkoN6rbg77PKE0oGbIpzK/4CRpPqXD/vj7J2SZTCrWFklPKVrVwXvZ/VYS4h8O9TUm8giT4ydNOMBvWwA==","shasum":"f4c181f81878763994619294d236aaa51b42a3b5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.cd92522a4.tgz","fileCount":228,"unpackedSize":8997921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICe/V8oL7hWrlfSViTAnWK5NZtgeEcpZTLM0oZbTE8bRAiB4kUxo8uFEc6qcvOShpI43G/aZEQEXCOVNdeR4JfxNag=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuKYjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoRXg/7BnmQQllnzj0YH7/uZckejOFIBzqfGmkwDYY/KWIAUFMc85e7\r\n8HAPet7tCEczN689uD1BvglLQeDCDdH5clcMAO1yNpI6g+qlJj+yBoa71G2U\r\niBJZGoMUNE0zAZaqxZzJrFoMZALAEcjBz8n7yBhbEemPXuF2/pclxq41wgF8\r\naGKp8y4kQPZP6nBjkQwPOGPUCbvX96NFw2v32rrgRSoMxe2CtMMPdJtiTmaO\r\n92J6vnLot9hdf4NKu8xCMgqdl6gLFGKPdkCGOIUVI7ALL2Cg0ZCtEfnr3/Bx\r\nimZc1zQ/7jqQhru6sxheyLQjNeX1QJTRi1fwUNqkdtfkzJNbv11LDLIZENIn\r\nQRp1fwpANtHQQBUSoKNQqAYoxZl0kOHfbUo4/gOeLPrqrwx3fzXgQO5P05/0\r\nybPh/To2FoaEIBTRWbL6Zudu7ZYhu0Yw1ZzvYA5bkVAuWqUYjrMMcJOUYMyZ\r\naluJsqogvaqCRw0hfoDWgpbdUhonTpSmDN6h1hUMn8CO+0aNlk5W8E/QrLRu\r\nKXvPE+UBT6smNj7xi3fFt73bTGexW44YgYIMUjR2OOLThY9nOgkqICQlffB9\r\nKr6Kh8zgAK5dh3XUzLMKr1jhzaNRMeU1K1kYXItY0Q1hJBbbqwoWYe4e57HA\r\nfjHmQ9lSjhph/Jttsb16GL+jvGit0mFOcbQ=\r\n=YHOw\r\n-----END PGP SIGNATURE-----\r\n","size":1723446},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.cd92522a4_1673045539203_0.0046522453434874045"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-06T23:03:27.449Z","contributors":[]},"0.14.0-canary.50b8191f6":{"name":"@firebase/database","version":"0.14.0-canary.50b8191f6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.50b8191f6","@firebase/util":"1.8.0-canary.50b8191f6","@firebase/component":"0.6.0-canary.50b8191f6","@firebase/auth-interop-types":"0.2.0-canary.50b8191f6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.50b8191f6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.50b8191f6","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-N+cMoWCTeMxjaFlQBzTeDTJg9EnbUEnu1OKvQfYOK+v4eNzCGfK+PZwCuMpqivGLBlw2qw3fKTq/aJhWFRvfwQ==","shasum":"e8b2663e19291a3e752b774bd700564fee85c4b3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.50b8191f6.tgz","fileCount":228,"unpackedSize":8997921,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDJGkZU45PQp1hp7kVro6IU8MaeYRhQ8yCPFFzN4mPTBAIhAJ/s8Gkx9yotuMw3arIyBtf0NB5Ed+hNo5mWq/+vwUso"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjuLKlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1fA//TE0WKOoHt4U4kH5IBcC7oBHGTTh66pTaOr+J8izHU8hhM8nU\r\nxp+Y6LppXlSSur/inekYPjkxOKwJPFGv8Q407WUFEX+jHKC9iO4PlUXS9Fav\r\ni7rbaJvN36V10pZQjBrN7kh3mNZhqSiXyaUoDbyXZUybT9i/R6UdAD/TUl2D\r\nn1HLhKdtgZ0a/t2OA19DzUIPwXp6i+oS2/csEXi0aREY2gXI5ZeQNBMMTAKR\r\nCrkw/3cOLrYFkdk5z0AckT52BJJgt14syldIxvfBpU0WB+ycEDsbRaUm6hOK\r\nQhM3DcNj9NcE0Hibr9axj1xiTuNWGiVlUU9/UkQkVpRdAEMQJYlp5i0T8Zna\r\nOt2x+Ci+Ox4FdyRHy16alyHDbqG5bJNWVMlWDmnTD8IrKujgOGRimntTmBBV\r\nfwiqMS3Vdtkz3WsFu3e3mBcrYOxUVIz4va1/sYwinHjVJm+fYTT0F0T/83Zh\r\ncPzLB9hmD9+FlztHfCg40HkG8nmrGSAKV874IdrLKfk/zJsFMRnWeTcu1xcZ\r\nP5omSYPRr6xA/xb9CmOs2TI3cIE9KaK7Vt2a4gp7qtD934eVYRNpccij49i9\r\nFZ51kpOLbIntRYHkqKXYeqIZHZhpHvAXd3VEQIXVIZPy/y7mvYqI8cDZb2al\r\noF03VoQPUdL1p9gHRMCjLPzgq2pm+RRL370=\r\n=0qw0\r\n-----END PGP SIGNATURE-----\r\n","size":1723449},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.50b8191f6_1673048741037_0.4315594480406162"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-06T23:48:31.715Z","contributors":[]},"0.14.0-canary.a4056634a":{"name":"@firebase/database","version":"0.14.0-canary.a4056634a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a4056634a","@firebase/util":"1.8.0-canary.a4056634a","@firebase/component":"0.6.0-canary.a4056634a","@firebase/auth-interop-types":"0.2.0-canary.a4056634a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.a4056634a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.a4056634a","_nodeVersion":"14.21.1","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MgETdXXqFZ05mqwe+xJclcgG9t5I5qmB5PluRu39dm4r82o3SOU74mxrHF4nWLLrd/SWgUBy7fzIOfBo5ujg/w==","shasum":"96fdf939f1e5423583afd08a5aa5c88366b7d4c0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.a4056634a.tgz","fileCount":228,"unpackedSize":8997951,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDESBclT3X7xYauL7s+bBPIVXsFQLG6puODAK8n0sVIGQIhAJq8B2hsHjPvclaan0r8J+lztvXvuyrWMBKq5VkDcoYu"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjvbuCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrNfg/+OPU4JZgvndelwQ+Fp0N4KRk+TZiJiNt6f+oqAi51Sd8LoS1M\r\nbWJa6J57p+NA2jTI1n7RTPh9eUrrYNBtZtoxfutqEw3MBTQiLmqMeHKbFnFY\r\n2BbncNfNH+C4uD5pwekpt5K7WLj+o6XQnN1mkR1pERMbmQXjcl1wS+fSKfsB\r\niAC03s1KRfKlKzmrwmSX2ijhTmI0c0bL5moRFLdkfTX+lstCjnMTf4uVx+b7\r\nGfFV+LW4xSZcNtSA7h0CkwAxUVwJGMYQpwm2dwxHQwzLSuyldYV/vnBc8imZ\r\nHvbKL8Kmzupro6wZGgTnE0zvMtZ7vFlWzZsqtHsSymMecbRS4P01HqVOkhxj\r\nnJ5gBgIc5gE4wJm5RfWmdCe/TEdIOP8hM/Uqe9Lsntd7rIcpANngA9IzwcbC\r\np7q+bE3552Ujkctenabnd/1aAhnLfG6IveO5IoUw7I9wZE4tRQAAqkO/ieg8\r\nHcSFXAm+ZLLkAJcwGj5I8erkv1j4COEg34mcefwtrnLRyXPZBrrnkowRGiIt\r\nuE2D3rIqz7zpzcVF2sPP2l2VuU/Vc14E7bbBRiFKlV0wAFjGdkShChmcGJ2W\r\nvUfauMMmuEH3zvouglayBybLkwalrghmdKnOc4hN6Evo4tgZNhQ2PMUfdnpL\r\nW1a14wiLA9aA8f30LUoQQ/oNqCCnHmfKyRQ=\r\n=Bq8d\r\n-----END PGP SIGNATURE-----\r\n","size":1723424},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.a4056634a_1673378690112_0.8706286297098724"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-10T19:24:50.392Z","publish_time":1673378690392,"contributors":[]},"0.14.0-canary.0cd40007b":{"name":"@firebase/database","version":"0.14.0-canary.0cd40007b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0cd40007b","@firebase/util":"1.8.0-canary.0cd40007b","@firebase/component":"0.6.0-canary.0cd40007b","@firebase/auth-interop-types":"0.2.0-canary.0cd40007b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.0cd40007b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.0cd40007b","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-pp0p6uPR3Nb/R8AhE+qUljWCtyAbJTbyfTELHvUxuvyarFrdW8/6aBXXkCQZcc1HA+39MoSdS1JZz0P62DQ5hw==","shasum":"ae1d77a9d048239a8278f30e95ef1bf7a015e305","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.0cd40007b.tgz","fileCount":228,"unpackedSize":8997951,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCiB8olZ43lcbUf71rJNHGqEIWU7Mz3UQNsUVwtVRKREwIhALT01chtRS7h26o/sGoWNqmgTKU3VcFRq9q92bx+ig+U"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwZ1AACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQpA/+JCfBMabyOfVVKtcB0NV4T25vRYmqCdUO+C2Obo0H3Y1SwHzY\r\n4HcvuotPdzY7y715rVu7VWPrpSiffybtVJEMBN0I+LsZnUl134ZgyS9glIQM\r\nubGdLo72Di57sWJ0M4cbMjLtczAYUawZjFweC0XS5PEnaYzubqOaqtxKd/F5\r\nFlV2nZmpJ9s9BB9JImd6Hi+GMBLYHj7NJ/oVgcbQ0bK+s2lW2IHPsGfpL9Vh\r\n5UZBUsBgQ2a+hoJjdGYEMGcXCk8hjVs6HZpMNBEj5Gn9q79bD7c68NJQzl9Q\r\nBqwTgEaSxR6MCIt8aOHCVF1U0aEUBbZ6uGEPkyxK8ONLiy4DWVd7i7psgdwF\r\nlKJNtjAjjObh6yjwazTrqiRVNjgfMZh/Iy5zmVNt6nNvZt3AbwqZgJao+sx+\r\n1nUK3AzLkIu+5EzogfmcrZtBADtGh8p7gqkc1PeO7RVLt5BYv6OxkgvuVWpL\r\niE8lCZrQcT6vJWevXiZ0mooXrzdFef0c9wbT00X53YNiSla9ZgFmiuQYHfyP\r\nFYK4CKmbcSJmnainxvfp/oJc+m+1oH7SbAzkjAl4UWSG9ovLzD8t0X7TjNoL\r\nrx9xe8bGA9Z8/doG1hmbJK0JG6QNg9TlJvcUDty/iCai6LtAiVSnJgnbXyU0\r\nQIeUf5VurOsDd8f011J72ghWVJkQTWq4rW0=\r\n=RHZb\r\n-----END PGP SIGNATURE-----\r\n","size":1723420},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.0cd40007b_1673633087931_0.39344801386826767"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-13T18:04:48.198Z","publish_time":1673633088198,"contributors":[]},"0.14.0-canary.a67eb5d04":{"name":"@firebase/database","version":"0.14.0-canary.a67eb5d04","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a67eb5d04","@firebase/util":"1.8.0-canary.a67eb5d04","@firebase/component":"0.6.0-canary.a67eb5d04","@firebase/auth-interop-types":"0.2.0-canary.a67eb5d04","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.a67eb5d04","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.a67eb5d04","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-8kidJHPDJy7MsekoJqon96akQFAJDB+N62wv7rhsf4S94CXsp4iOozw5r9rRBn7E9yVMY+NfAGH3m4I/Lb6RqQ==","shasum":"5c458faf25c5d92b37a9cbfc8174336e5ac0bf6b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.a67eb5d04.tgz","fileCount":228,"unpackedSize":8997951,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCpM250DwiCsTSWmzyoDUl/FZpM8ZC0GP3xwusWBpKhfQIgAeZK3XwsbuyEyJf2ffG/8WbGxCi+wcn98YRkZAs/APU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwZ5WACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoSWw//ZQzolyMi2Bh8ABrqlxbvKM8Vi30nuvrAs5rMWy+BXXpLY8bl\r\nucke9OHCDIUmTHZvrwRjjyfLWILXiIbQ6IVRz9eAnQJl/UPvUo3DzmE0zTDg\r\n1GT2+hKOhnvtPz4Vp+FQfQGA7gNM5ximNatSyDqTkYlGlHS7c34PjeS2gl0+\r\nqZrNjO/7UcqhcVCcpdyLxR3ZvTM9uglohexJz17jtWnFeinepWhftK3zdsu+\r\n/DEPHFT8LHhv41kY/S5OAroA2C4vcACvhTMCBmQ7l8uEovsvL2BR/PdVcKGA\r\n8M3AsfApbtWxTQSFkRcJeSGfX+lNJyOOLUoC2KUTKkO+alB1QIejHRlF2LzH\r\nffQmcwXYobT9i1YD4ycsHXeE54Ur4w+LB9oOALbcL4p8jkBCxrMThVTwQ9XD\r\ngAIagznCBdXB+3eMVM9MtLY926wK9NjZH9yw9y4RPliPy5m5qBrMQ43Ei4Fb\r\ncMBhhbu8hN2LYSqNQ7C5W6wz1yAyMcurW1zFwjlqAv3uNU5TkaexO7OF/B1T\r\n3nLCLTBV8B/8AHydVccKJJ/r2iz1bJVztbLuapuSG7W1kdkZMS8GcQ+DiVGI\r\nc60hcWaOGkt1S8YBh9QdkHtmy6TNB1gR3Xeie4JDcKEvOMt8lcWf0T+ttSUS\r\nBaXebP3i9bjFtOxyL1/HtndCkaRFm6B5Xeg=\r\n=U8AC\r\n-----END PGP SIGNATURE-----\r\n","size":1723419},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.a67eb5d04_1673633365798_0.12295615433716489"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-13T18:09:26.012Z","publish_time":1673633366012,"contributors":[]},"0.14.0-canary.e9bcd4c43":{"name":"@firebase/database","version":"0.14.0-canary.e9bcd4c43","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e9bcd4c43","@firebase/util":"1.8.0-canary.e9bcd4c43","@firebase/component":"0.6.0-canary.e9bcd4c43","@firebase/auth-interop-types":"0.2.0-canary.e9bcd4c43","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.e9bcd4c43","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.e9bcd4c43","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-asGtCAIFTVMkb4hxPIOeyjwjwWDEmpz79VHL0f87pOQjaiJ01NSP3v82ObVIvl88fb29yLb7ZuUzpwrDvQkMlQ==","shasum":"febf27347bca4a5a01325c5c9f663bbab58e1841","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.e9bcd4c43.tgz","fileCount":228,"unpackedSize":8997951,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEqX7tnrthZJ+6Ijm2L5XhINZd4O/w6iCExu5W16KL9hAiEA2Uua8iZMPBh6LcQ5Oe11jetZCdMGbjkZRrdwePujR4Q="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwbiwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo6jA/9Eb18IyWDXjZubHx7c6s0TUfxW4Hj8BLERYgnDe2m47yJTSS+\r\nxyARJHUI6cS5E/9efWZ5djUTULJQtXE9DeMB6UbJtaGOcugIyg5HJ/5s5amf\r\nVxBKdyhono8Wymh+ubcz0RF9NDcbUfipFw6Qy0CAcDqZmias2gFgM7nKt5l4\r\na3umPcNOgoh7J3uwVXw0fyj9TBaN1PNbLWJ9U0gSpJ6T/2vgwlRBlPWqN8mi\r\nchTOdNqExsxdqAg97O4vYnwK5nE7pBwvLP+rUDaHJ6HuVBLqOCRM/uAQrWgZ\r\nYaz6jyNTh4y3pq2MZ+IsfJ/u/spg9Vk2PwzpPNwRTvLMtPBfQVG/8SxT/XpJ\r\n6R6HfCm0A0O0lXF5vpNkLFZOxsLkIW5gSfTCTbtQ7ixSux3Whf0mZP1mROBD\r\nsnGDS8r7cZsIXzDqWM316FGbAVGYxyrxXav1edtF68FFFvMbkR9pf9qq3Tyt\r\nG1sC4Y10hPBHuAx5mpH/DQve241jBh9cWvETCczq6HdZzY8Z0FzCIWuYYAqg\r\nfX5YoZFPnHkD1UN8bMCcv0nVxBlVyB882iVDP4uLjuhRn+6ye4Zg2mI5pj9e\r\ncafD7CS5oLpT6ffUB5M3WQB0LGdQNTlxbqoXV8WdpUg8SSp9mvWAYPfCx61/\r\n2YYjGI6qNeEzBNLXWzWda1MQrebqFMGq5sY=\r\n=oMiP\r\n-----END PGP SIGNATURE-----\r\n","size":1723421},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.e9bcd4c43_1673640111828_0.04107281841118948"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-13T20:01:52.110Z","publish_time":1673640112110,"contributors":[]},"0.14.0-canary.3ee35f9ae":{"name":"@firebase/database","version":"0.14.0-canary.3ee35f9ae","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3ee35f9ae","@firebase/util":"1.8.0-canary.3ee35f9ae","@firebase/component":"0.6.0-canary.3ee35f9ae","@firebase/auth-interop-types":"0.2.0-canary.3ee35f9ae","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.3ee35f9ae","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.3ee35f9ae","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-x/ESewIc/dNfwNUa+iX4C7MuiqlxBdh7KxG3e762aX5sSd5h7Qr4XT6HTYUIwYZqoVjze477zaw1XYU5858n1g==","shasum":"dfb9291f2ea5840ce43eb4496e9b5d2f619160e2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.3ee35f9ae.tgz","fileCount":228,"unpackedSize":8997951,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA2t9vMVP/OLzctYYRKRuC4U1c7Jtcjm32SOduxIz+3OAiAdqMKVDyIQi5r7Baox9u+tffdde/Ek3mrlST5FKsGMiQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwkD/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+yA//Se+cBl9QRnub7LUCiF0TK2XOoPmLAA/jslrOe/kjRmmSiGyL\r\nspMTb0KDarMSvME32Be1VNo+TgT6aQjQ72ADnhQJunHWaRzgBORLGWsg/Vwp\r\n5e6LeWVeAN+gUmwYZ11ZmFAWJs7pCPfyIRuYvMwf8jjRd85IDpMp01j0JKdH\r\nolYjjQPTekgY7LNbNStvEvxF9Jivy+c7RiGHQH7ASBRtt1bb4i2Fh9llFdtr\r\nPOr1A8mht2m+CdRfr/Jmhpdwv8CIue5QgTzNzy35JA4HurF0wfROAW+I9u2K\r\nawevD/RESlxxLtWZ2DyO0efPLmVGduK2azdyi7/RH37dV+gOlYi10TMwTs6z\r\n2aFr/vTCkGmFymAM1D3Ys6VrcllEIDSqUgMMBBkBthIrpzO06JAE51hfSS3A\r\ncVeEgaP430WNCdGCsZ/voBNwVRXkoDOD4TlCcUDo7TqnPTInY/YVwdqQT/55\r\na+d+yaBPXTuRHtMyFu9ziN0fCIO+3ar8RdLCswrp1eouZYRVfjVTs4SKivdX\r\nCINoFwH3hyYEE0FBhWQ13FpfQm5kKYuggOfzq8z/HWih+C0Bt427hAxf3wa9\r\nT1AgWta4JaLlLjBvtsRgAjprDmy+JrzQUxpFaQinbxH+ABLyqzobvwDVbnN0\r\nPH2REHJDRbUH4h5NY4mEI0KA7JrHymBO8UI=\r\n=hqnz\r\n-----END PGP SIGNATURE-----\r\n","size":1723418},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.3ee35f9ae_1673675007030_0.06604624624841327"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-14T05:43:27.313Z","publish_time":1673675007313,"contributors":[]},"0.14.1-20230117221326":{"name":"@firebase/database","version":"0.14.1-20230117221326","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.0-20230117221326","@firebase/component":"0.6.1-20230117221326","@firebase/auth-interop-types":"0.2.1-20230117221326","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.1-20230117221326","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.1-20230117221326","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-GRSRxS4WtoHrzoXyLcHA5WeictMX79v9BN82vfYMRab2GHfEjzQNipmu6HXcKCtqq3fDhjSQ97qUoaaAJ+WpOw==","shasum":"65655c25d069add89e184bace99ccbdea5afe8e0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.1-20230117221326.tgz","fileCount":228,"unpackedSize":8999002,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGC3+U1OHZrRXtJucaa9EPebzPKOP5x28yS42CQ8HusTAiB3cZ39C5cjZMvgZzTYIIyeX24afZeQO3ApyiE5rIUqyg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjxyVfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9EA/5AVvAcqQiOYJ8O0p6P5MOHEbEDdykDxLYawffw+m3cZ/zZrys\r\nZUdR7ZCkgBDDNzfpuuyL9Lw74cVDoJqcMhTLDUWs04AbgTas3wKlulgR0Z10\r\nwbe9LgzayJ6g6dt6PrV90bl3gDSzDArdMzQIobxmJKGtPaZMtSevLlIQHvjt\r\naxeRwXeIdWxIWNnuxt8XQ58IhAZiQVvU02IT950GBY6cakOyvymjUaK+33gR\r\nxIZae0iCVaoArcAbKHemfa1N73i+KbWULT22zW3ggvXQ0mC4/jTSPoAB+LCo\r\nJ7qQPNiQB0rAqU2Dw4hRyZP9QLhcb5JxubbTsQEmnoR4JCGGZxsuakTY0/zA\r\n3gjGDCsjSiFoW8AG6XniFhH4g6N8FYFZEMHnHMw1a4SdsH5KvimO80/Lz3mj\r\nyf9ZNmC5uCWzNAI+o3uh9NCdivCRwPvugmn5DjyIcdfJWQI3+eJ+cs/4wFPg\r\nBQgpc2by79g16aHMAr7OM7pCNY9MgEvCXPN/Zd/WjCBo5WyXXWKpWdHWYMu2\r\n3AAjap92U3/ar48tP4rIqgGFrtYPLw4ntVQ61XKgtGsRM/6Gny7BIEkQA5On\r\nyu8c3mE/h2bj0swuTsLwc6NHylKJlL7w9Mbsr5vdgEW6EeOCPMNioRqzwedE\r\nwB2ne5TjQtiShk8rJupdzmaBr9p0wjGjSvw=\r\n=Mzjk\r\n-----END PGP SIGNATURE-----\r\n","size":1723756},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.1-20230117221326_1673995614723_0.4657851622382212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-17T22:46:54.985Z","publish_time":1673995614985,"contributors":[]},"0.14.0-canary.49ee786f2":{"name":"@firebase/database","version":"0.14.0-canary.49ee786f2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.49ee786f2","@firebase/util":"1.8.0-canary.49ee786f2","@firebase/component":"0.6.0-canary.49ee786f2","@firebase/auth-interop-types":"0.2.0-canary.49ee786f2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.49ee786f2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.49ee786f2","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-2MS6ofNPa3CzkE0Marq6/v2vOvpZAhdW6eJr0vGJUgZxMhpfc8phff/4AI3xm9HzIGlxmXNUjazuBiD3Uu8l7A==","shasum":"f771ce4a071096df49f971c0ba86e3f28965fa84","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.49ee786f2.tgz","fileCount":228,"unpackedSize":9004654,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdMRGT/xcI+5c10Q10RvEXgXGo1U4Z8VW1HRB99TcJlwIgL7+m3SuNQTJ0o+mrxPqFPomlOgRNCILa8AUJXEE66iU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjyFZ8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmribA//dcE8dOfTexZGilxx+LUtkDrEGR6anUYO34dLeuFOWEXPJ9rC\r\nhX/Abri6W5s9wPkv+YEyKZDE8Kza+k8ChxoH1QgYPpOUHRtSxCaWRiCP7ygC\r\n5bPrkTrfM9spsZffsc2WzJY7GG6XTyrKRW5TuErcEzhy/R6jbln6bBCumHQg\r\nP6MDM7emJVZNdCE8M2SvFnrz33XFK0YK1CgHGGkA7+EbPcBVC52hQCma9h11\r\niFOrpnH1pVp7pxSOxFuoqVhU1PbETK/UESolf9F/cAAd9bz/9XWyH1+mPTSg\r\n1VYkSsrlBS2p6BiWuqfnboBgNqj/tBHnixoHqtBXYrGm0/MAaeJTHgmVkP2v\r\nIa+2UvLvbiOsVXQCu8ZotPa0CAwmHMbro9m28xCqX2OAmku3S+zuJyQgdrA6\r\n9Et6anKPCXKfzaY7meNZ4e+/eEHWCgLokz1IKbHy8WmUjdVc7xyYTRz8IpNt\r\nNQJRMh7INORih6VT71eo/mw4zx6YcmtznSBiKBWZEJeMHs7lv6YbxkfaHn6f\r\nHXKvHrEsFFG6/T6VRzaI1efGK5Tr1OZN8w4sSdzsGJuZIeg3ifxdA28cej0Y\r\n1sYe1VyErbNt0mo7Vv6YAby80rce4JiURZOrHttRF/sZ2pALJHIm63OZ7wDF\r\n2l3hwmIdgLgb9yNc9d3BkJaw1M9N+eGL7L0=\r\n=sD1O\r\n-----END PGP SIGNATURE-----\r\n","size":1725163},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.49ee786f2_1674073724580_0.09695871379455889"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-18T20:28:44.798Z","publish_time":1674073724798,"contributors":[]},"0.14.1":{"name":"@firebase/database","version":"0.14.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.0","@firebase/component":"0.6.1","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.1","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-iX6/p7hoxUMbYAGZD+D97L05xQgpkslF2+uJLZl46EdaEfjVMEwAdy7RS/grF96kcFZFg502LwPYTXoIdrZqOA==","shasum":"2f2efaceb85ec51b6b10d3647340b44233f7c2ee","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.1.tgz","fileCount":228,"unpackedSize":8998807,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEfN4VUUdz02yZxmfblFcyr0mqk5zpO0rXkxfljO5R2DAiEA+W4+YUf4cpEJ+eVrjVguwCYYJLSpkHIh+aGGOKdeG18="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjybwwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrcRg//cQnAjeo2hXTnjlNYu+1vegWVjUCflb5u5tKJEv5S6jNv1nYf\r\naqqVaGMsdtRgv6XjTbD1xM3qXKcTTn39BkjVEl0o/Qxwcq10UNGCKykHEDeX\r\ndUkVq+E1F//sJ6rh4iLN2m8UEhkB/OApn9zMWq7bU5e8z/jNcx7s35HeKzJk\r\n5bgmZBb8j7+IeoiofBXLgtv3Iq9Vj0C2sbfkBgdVvGXo5Xd7RMBdch5r8gL/\r\nyDErj+15OVhczT2hFYISQBk2xAtvzZWkuS0aMZRYRtqC7c9bXVgtr5CFOza+\r\nxxfYN9cooxZ9hzW8WZY1sK8Ob9fHEY9nyCqegoXKHtDn78+ZQJ3XSIuecULt\r\nFYqOctftH4qPYgcl5zwp4w6qVgMfF9aerzzku//diS8dZcKA3Ib3PB70uRLO\r\ng29la7MxDbqTl2SVT2awa/PK870eVe/TA/cNejrwYzBfbITmsywJPvip/GJn\r\nLIPjmIefImTs+MQG7yBs6Dkdh86RBoGR8HYZRqIV9ISn5TUkKweiuP/eCduu\r\nGXcjEUIBsuvqA+MnlEgCiQkgk2F1Jr7vBePoaR/gSeSeSGcE5Kpb6SyHhzUx\r\nfT/ebV6IcYp41oXdhJrISXNKpA5E0LxWa9/MyM6wCXvMpIAn0fM2CKmRSStY\r\nCAoE9k4Fg7MRRWDSL4G64oGCjLMJHLhOwOY=\r\n=wqtc\r\n-----END PGP SIGNATURE-----\r\n","size":1723658},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.1_1674165296279_0.6885363429103029"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-19T21:54:56.556Z","publish_time":1674165296556,"contributors":[]},"0.14.0-canary.4604b3cb7":{"name":"@firebase/database","version":"0.14.0-canary.4604b3cb7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4604b3cb7","@firebase/util":"1.8.0-canary.4604b3cb7","@firebase/component":"0.6.0-canary.4604b3cb7","@firebase/auth-interop-types":"0.2.0-canary.4604b3cb7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.4604b3cb7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.4604b3cb7","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-4pb2uQnQg+iUrxm+OFDAhgVCxZc0ZmhkpGROVkOPtDJ/JxoM+pDxBh0d9aAtt79T3CuOwwEhI1hegAVGM8BVpQ==","shasum":"914476ac44f6d1d61a4dee55d24a83fc3814a783","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.4604b3cb7.tgz","fileCount":228,"unpackedSize":9004654,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGQXG4RlOJMEJ8P6ucslwqC6UqBSD0YQA9+7PmFIIQ0NAiA+IKw4gWKWPRz0F+UCDOSZS1hogc9MaEuOuUrgXTXcNQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0CF1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo4BA//ZUzNuU0ztD/+W6ZIDptg0oQLopzBErhPI5uDqtEylCa9BH0B\r\nV5rmR9PmdO5zzn4MV+2zl2TodBGlYBcC4lY2HyDVl5bqoqEoQxOwG0eBnc8f\r\nETDDzxcOx934MkDZjDYxAIQDzRTa32itP+yrsNJN3MDPNNrB5jS3NAvJa6rQ\r\n5XI2P/ll/p6sI2ygd0OzDYF1aDc5pQfqvROu6Awk/hsP6zdeiFywr+0hDt+0\r\nwRKnBOS15DWqCB8DktOGtr/6a1psj76STWOTrRvG0oAwn/UnQU/NHPNUZT9m\r\nW+MyUjUCME3doU5cLdXMv85dCoc0BcV6MO3Gko+aj2U+VVJLurU0YXK7/I6p\r\n8UMfOMvKDlAEVy8VlaNhxLCbaKOUzcnh+ZFe7s0tVK/vzhPDUnDY5S3TZUC7\r\nuZBgS8tLYeHvjd8hChbCOeLGb/pFnEaleNVZdV+eSDks56ZwOlRXarGIy4jJ\r\nNRgMuWWeHd3h3Jciw9DKtl/hYYfySLRQCtDgmL8QOy/m5hvg2VwvLuZQQem+\r\np6f3ywqDI8Knxi0CTLoTEtVMS06EwlI/GFVVYUWsrOMVdumHkklm/afEF078\r\neSkYR9UZqWrJqatpNEHWDfFuKX7F2Y2G3xmJXBfbbp19301XRJkW1+QsTdKQ\r\nvcAbDgT1K593JWy0ikxZ8vutGcAmUwb2UQw=\r\n=Mghl\r\n-----END PGP SIGNATURE-----\r\n","size":1725167},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.4604b3cb7_1674584437050_0.35000349956054033"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-24T18:20:37.306Z","publish_time":1674584437306,"contributors":[]},"0.14.0-canary.6439f1173":{"name":"@firebase/database","version":"0.14.0-canary.6439f1173","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6439f1173","@firebase/util":"1.8.0-canary.6439f1173","@firebase/component":"0.6.0-canary.6439f1173","@firebase/auth-interop-types":"0.2.0-canary.6439f1173","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.0-canary.6439f1173","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.0-canary.6439f1173","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-X8qy1z+kM499ZJHeaWjEzVWtx5LLkgxoVCc1GIwLb6wrC5J75RYCn1zPFMnGcc2xv9Oq3L1ARQBMCcVpHZKVEw==","shasum":"ef8494dadd2c91e9a6c3ce5915f9a8b40a2df8c0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.0-canary.6439f1173.tgz","fileCount":228,"unpackedSize":9004654,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIARVGh3DjjLvzwLBE8HAsRwszovnxoxBQPboe59IOpGfAiEAngkAuzuUw55nflb2edDCXLke3kdaILSLoPu9mKQMqFQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0F3ZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPUQ/5AfXEgWFZo4gpTy6qEAiBJYhWRHe+ZFgjFzFtTGJY2oPdeqNX\r\nrQGJHwUKpFFh1GEHNS0megmMyirGMwyo1F8r3XudK8wS16mRq4xTcnR14LmI\r\nj58AcqCb/mHnCNgLmkmy+29C+HHi5FmatjqMsNC836VLccf39qE37cjjKSKt\r\nJiGj0o9Y+xFSttVeeNkST5maQjbnofdNy6WTbRAr6143Ku4uLdP1gkd5PJSF\r\nhBQ5eueduVvfOm998ULE6II1fYwNW7eBj6O4aAU8/+M9lQ+v9pzixyX8+Po3\r\nXwPc8gciqZCl6BiGQwkJBZ2BQ56vNQR83icw0qYiBuNRwUR+A8xihhcRGIPK\r\nwwnzuRXTlWG0irtZxrgN9y4hothxehUoyIzTjy0Vth20A/U/5+0IrNjTrZAK\r\n9eCn650jDDrVJw9Ae5sp8T+TQ77WJ/KKsceI5X/raJPmhSSvzbWtyT+VmkEP\r\nucj67r59r7mE1cGN0ByP/pwJa7+PBUvx8YQlO0vFwMhQFp13Liciuhy9hpZo\r\nPLqm2nx76WE2aYFXg0OBwzXug5OH2STXB9MPcZXYEoyh5wHjgiYuIA1nxJp1\r\nqJgwkFlsGKs13Vd1UHQz49l8Tv1GtB9HNLEajfU8GJmC8uaB7wWxFSP9Vt8L\r\n+9oPKHEaEyUiWUNDL12AQHmwJ/YueVE2jTc=\r\n=KPoh\r\n-----END PGP SIGNATURE-----\r\n","size":1725167},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.0-canary.6439f1173_1674599896899_0.701625281761671"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-24T22:38:17.216Z","publish_time":1674599897216,"contributors":[]},"0.14.1-canary.68369740a":{"name":"@firebase/database","version":"0.14.1-canary.68369740a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.68369740a","@firebase/util":"1.9.0-canary.68369740a","@firebase/component":"0.6.1-canary.68369740a","@firebase/auth-interop-types":"0.2.1-canary.68369740a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.1-canary.68369740a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.1-canary.68369740a","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ih+uOwRFmXso2c6JmGY1V9JuYuksRHyX3/RHaFjd1VI6NbUEw/VdslTmAnBnAujKXk9JR7+YSw/BNKz+2HhG+Q==","shasum":"e20f1962d93dc5ff1998b963d582016d75d0be56","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.1-canary.68369740a.tgz","fileCount":228,"unpackedSize":9005680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICgZXwP/YlYkGcc569vd2HMk14sfynPualn+P4Tgw0i5AiEA/vHfLWtHhixzWXcqKkxllrD2qnrLq4bIJdQ33ZRQ99k="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0ZHtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpSgA/9HfvPh6rxiyMrWTmFK+pRsW7ievsnFpwhFahbSz4XXSIWUOxJ\r\nxBScRb8BQ7DNjCO/vXHGJSNNZ5l32aLELaACDGr216I305q58VvOpbtHc/z/\r\nUDJrkK9Z5bT3G4Hzf3snFJK9fBamVcAcdcFVEEOuYatCyJ1HP4gKQahqt+59\r\nUcwiNpqe0wkg2wGQcw2givjKd+wzRE2lWP7Eki1Ycd58miBKTtH/+3P56uhN\r\nofPeZdYx5aGGty/4KYEpOM8VfulEpluTUvnU+d2x6KmmxMeVJnTebL5Jr1MS\r\nhKI7E07DB/OUTRXYorjf2tZQjCgq75q71WH2zIzff6o8OwZk/oRmlPeqnkBw\r\nm8NtHP6sYmJuT70dyhdC8+hBFZnEQsrO3Byjgl20OBSdk7HhHxsLAN5ba/Lc\r\npkiaWMqvnVg0RJ3ibD1K1XrkJejDD/LjyGWTCPDblbfQF2LhkhC8LdznhPER\r\nmR0ynQR3HfOb60WM2VnI0CCFTNuARReWBjTdZ6uSltQwRq9DzZ6Oz1DBztQB\r\nRLbINPP57a/74QgohgFaKyw4ozwCA8iMU5UwIwU+YhhDr64Q7Yinjqhop4bW\r\nA9G5A9kUhEADWXeQqASgMXcMElY788ZqSuLWr7pTr3rx0euneKrilnmxHqbj\r\nMeqCRmuE4ZWuHjTxG+RMkYRft3vfJ6ojwPc=\r\n=kizt\r\n-----END PGP SIGNATURE-----\r\n","size":1725476},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.1-canary.68369740a_1674678765223_0.048238787880989786"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-25T20:32:45.448Z","publish_time":1674678765448,"contributors":[]},"0.14.1-canary.f8ddadba9":{"name":"@firebase/database","version":"0.14.1-canary.f8ddadba9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f8ddadba9","@firebase/util":"1.9.0-canary.f8ddadba9","@firebase/component":"0.6.1-canary.f8ddadba9","@firebase/auth-interop-types":"0.2.1-canary.f8ddadba9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.1-canary.f8ddadba9","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.1-canary.f8ddadba9","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-PxR+KYQgG2zhStUJxBJxyieGvpUPPezcLjuLU8Sp+V/zaD5BVoaoZjl47VboL504crp2+2MFpiAIt3EEM2O1AQ==","shasum":"5c2853ce16252b618b4c94b4a422dbd759a1a5a2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.1-canary.f8ddadba9.tgz","fileCount":228,"unpackedSize":9005680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCLfIyAckm8iImQKytudp9ivjHm4KCEgONxdc7uOZWelAIhAJjTzuca7dWrlWAKuAzG4yQm39cehX7lRMarnUkAbqaM"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0tCNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGTA/+PrBLWxXD63ZnLIT8a/veqhd789jBjKg+UemcJ0FfVJmsV8yM\r\nQs4gBcMorsvCyMg53cSwY/Zy5hRR0fFPu1NbZjKJOQIMMVG7tvIqyzb4/hH0\r\nzcGHBEQCreeqWUF7YsDgqX1eq6E/obS2wK/PW+3+tknWXAS38CjzRghxPsNw\r\noMf690N5CxOaSMG9YcZiTc6RKqdDIxV+fYIT1/Ouv7q8YHhBxoQW+I8/vRxw\r\niHQnFbfy12qHrOqq1oh6JUyVUnJnktmpmfrTuYRFQ9VDlVV9dwT+nyz50grb\r\ndc9Z9jSM4lKKBUlmusfOWGfbWSh6m63WJHTFGjiHcj6UM/ANjTkLHTlFz6Vi\r\n3GsHSsZ7I60NWpXB5B024+/fFUhVrOo09EcjrPpF09AxsJGUWfxxTNj+TAVX\r\nF32wJ5rl6X9G+OIBoCXH/S1gGQFnmyf+MN2Pea72nZMT2E8UM0Uh1wOIAcYF\r\nrIG48pRLdZeiaFFSWLh/F7awvjrbjIBuznY3jO+N/u/+mZZW+CY2Q+vp2C4+\r\n7a03fgPCP0IXbsTGy/q5OO+caqUM0Q7/4Eo5+eLJocwknv+APNBjzXe1Ih2O\r\nCAgwYnmElBx88gLWR12WILp0HGon1dMmk7gAPn2oXRHVCYdXPvhTrbPtGQsk\r\nMT/v/DqUIuaoTzkwTobaeMJjZnoBI9sXxFM=\r\n=izv9\r\n-----END PGP SIGNATURE-----\r\n","size":1725464},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.1-canary.f8ddadba9_1674760333276_0.2955173513679086"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-26T19:12:13.461Z","publish_time":1674760333461,"contributors":[]},"0.14.1-canary.825e648b8":{"name":"@firebase/database","version":"0.14.1-canary.825e648b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.825e648b8","@firebase/util":"1.9.0-canary.825e648b8","@firebase/component":"0.6.1-canary.825e648b8","@firebase/auth-interop-types":"0.2.1-canary.825e648b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.1-canary.825e648b8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.1-canary.825e648b8","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-O9gxDrNwCw76wyWgRlocTKEbGCXV2X/4rHr/B2YQ2teCzh2v0+A3TGhILl71cNjA5G2Ru9fwmuWiF2FC3x8UjA==","shasum":"5be19ef7ee9d3504267c34b57003c8fa960f228c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.1-canary.825e648b8.tgz","fileCount":228,"unpackedSize":9005680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE2+GSygubo9UCzr1vEaEzXIy/2ePBFlYTso50fpJc9OAiBLX82jJelBDWG7qEeOI3Kfm/KZkmLXxNpMTfSu8TQ5TQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1BEjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRSw/7BVTHMg19RHvDoWBLa1lP7rk+W73hy3LQDIvsFC9mrBUATZqt\r\nyW/ob62ov7pvPbt/qAPU36Ja1f0UZq4dEMMqWXQ8hgzWkY/lsCiLIDQJRBYk\r\nEmyoaT3COjxjTg5eqRUD86q0gJrmCbHdlvUwIzSB3OCSe6no75fTULBtps4G\r\nwdexPgsrEWEDDX5RsSyn5LKmqVgsxb0Vm722nsd6/9Qhjx1Soz5T7H6JkAOR\r\nj/LRm4PysskxWEt8GoONQYHFbiBsLWTr5FMU+nY2mME2ur0al8Q13SVgOJW+\r\nG7N/S7cORC4MY6Y2AnFf8WTLrxp7RFPalekMBQVCpuhxuPg5U3AhGBik8CfF\r\n5hnBV/04d1CocdY8pjzD1Qm4y+UBrgN5mkgZRvPdoa/pI1j0aKJ6aps6T1uc\r\nFo46RsiNudGn7MByTs+V+ddwLJE/j0GyWT7FN7JOkuFLfdwXa7qys73s0h/9\r\nj7m3TrLFYeDrK6i/qcvWmbxpygNLW8O/PUeK39wfVaGwm3mQGRcZMUEE5dtp\r\nfJDe7QU7k0e5q1aTFWEetzU4rjREWcoa5nwf24neARxb6x9j/CDlb0l9RWIO\r\nME5XMW+UK7eEZE0T2vblQ2THCUGneUvsd8StzBeq37YjeY0cp0FDxQCoxZkl\r\nEfkr7PAsPW6bsyt1UN39BzDff/sC0yQc2XU=\r\n=vxnD\r\n-----END PGP SIGNATURE-----\r\n","size":1725470},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.1-canary.825e648b8_1674842402872_0.7657707789330499"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-27T18:00:03.887Z","publish_time":1674842403887,"contributors":[]},"0.14.1-canary.27b5e7d70":{"name":"@firebase/database","version":"0.14.1-canary.27b5e7d70","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.27b5e7d70","@firebase/util":"1.9.0-canary.27b5e7d70","@firebase/component":"0.6.1-canary.27b5e7d70","@firebase/auth-interop-types":"0.2.1-canary.27b5e7d70","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.1-canary.27b5e7d70","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.1-canary.27b5e7d70","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-rB0odtQL2kEhtm+hKrc0rtEfDKYBjqgpusBoDkpPFO3lHVD+Afh5EnPfJVn/u37igNHywtofN/G7Ukp2qbgD9A==","shasum":"c245977bdd6f035df9ed8748cf8dd8cbcacc13f5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.1-canary.27b5e7d70.tgz","fileCount":228,"unpackedSize":9005680,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7RS52aHzcydrlAXmlXNIhMXqcrraqnqfV8TUm3CZqzAIhAJmeOZTeyH/YzLwoIDZG3I+b9k+u5qrX7i2esY0bYmD0"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2V3+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrWYw//cSfV2MKvkDjIULEh9ITOeCe7RXOC09BTT/S2LGOFK0VzzxIb\r\nQzgNgXfanfZ3SjcpVoJbCWM9GLW6egWWUkpOrv03CKGO+bKmR9CyQ8j71WJ6\r\n5cuDYGXnnT6tMofaFP1CB3GVzvvcxrDMgP1fNWTqmW4PRTM1IPejN0oQpuX4\r\nls09qIMCBJrVAt6a+A8der3EyFceuBVw9Gjp7YyCC/kAusZxt9AF7a3OFHRb\r\n/Yu5pml1BjV+ckAcHKrt9lSu4VpQo3ba9DxQaoeZdYKbg+iofMHNLuoNDyNr\r\nXEqCu64vK99bNzbdjTC5pgTsojGr24+Z7zWlkIjGb+CeictYauDGL0kgUO0h\r\nHPK/IoItmPEXHtQC0SL4Yq5cYoX18g+ZTM80aiqGYiCM3rsHlLPlYv4TnKJ+\r\nBlwOL71RW0nq7eDnllNLuMSDiFit4nGlSJLZqa+v777yB44Ej06Rn15ELzhY\r\nyW5uD+xULp3qGwhYDxKlCLAr4/+OG1V38zj+05yrmSsEdDohGkSNl77kNCUd\r\ne6GKKL9jWAFdzqGh4yn95ArM7zUxc6HC+bJorgV1RdXm/Kyg1ugGGChf1YuV\r\n2i4gdMzm9mLEBzYhB+z4bS9AgVVHplkBOg9/X1WvQgyhN7NCD4b1Q5ppewkn\r\nz5Fh8r515cZVWHO3fB2ycOy0s8kPQJeWV8s=\r\n=pPdz\r\n-----END PGP SIGNATURE-----\r\n","size":1725468},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.1-canary.27b5e7d70_1675189758484_0.7898940802037151"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-31T18:29:18.822Z","publish_time":1675189758822,"contributors":[]},"0.14.1-canary.0bab0b7a7":{"name":"@firebase/database","version":"0.14.1-canary.0bab0b7a7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0bab0b7a7","@firebase/util":"1.9.0-canary.0bab0b7a7","@firebase/component":"0.6.1-canary.0bab0b7a7","@firebase/auth-interop-types":"0.2.1-canary.0bab0b7a7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.1-canary.0bab0b7a7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.1-canary.0bab0b7a7","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Ba+imTnVK0PsFQ+XeEOQI2MHLhj4MNVMvu9i7Xr6jOB5gQBwWF6BZ2BPHHJ5X/jYoFygsUmHAjXpS1Cso6oCeQ==","shasum":"bd8aace19ddb48bbab76a387d08b797b81171e75","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.1-canary.0bab0b7a7.tgz","fileCount":230,"unpackedSize":10581563,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiNqM4WdBtVv/ebdacBBji05mY2/qNcp6wYQjuppFBywIhAPfpgaIqYgcVa/Do0ZUDtClDiIbTSR5Z7HxSvXMHTvVf"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2XuyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqEw/+LtJJeec0+SW63TDdwE1efDeR6Wr2K2PxhIdzEvkfLPMxAhpH\r\nx5wpYHtbHZ8GvUjX7taUdkqMlAYkDNmE/tYBH8o+zA0UiqFkjurnAKCnrHJn\r\nvNXMu6QON3iIKWqrMlQPdUBgqdUAoymyLrHQ8fTdjs1PzLtY0nias9SeSEGW\r\nSnVBnZXWeyfuWE4dZJjuhF1cBUE/BdSzeteJ9E6V7lnhBNrwv/Y7vWVMVn13\r\nbhfSY2xTk6yoXYk1ccdVihWPY2c3xAt4JDUwIWaKRHIibnSFoZJBYDC+P7+4\r\nYQvuSBzyRnC8dMybyCNEbAIj99ZX0QXh11B1MpvaezYm+XCpxkLB/h3YOX5H\r\nLalcjkGussNMalbzYpCxJYxBjXTty0YbnJgzlZ5kYEZtbRUjBrlwN5DoUxqm\r\n3Z0YYYAZuhrxYmTHZMHlvzteiV83JjXaJlGJhJ3viQ6sx5UWfrBzxeIruY5O\r\nEEm5Dh8II4i6IvIg8qfxlCyCr1xf1zP5AOPCh6fpVER2rN1lOgxzQRcXUQUL\r\nLkrUeoquOF0eS5Uo8IH3NnyJAokPhWW401RaRCIkH1gtZgTHVPHrz6lQs60W\r\nP2DTvDsRSFe74mUP6GPv7BzMyhqaPr0BJ2hy1vVK7ma2BkldgjYBpA6u3iHT\r\nriQjRz7CJ8jcKlBS78NXsBbTuMugK9QgXj4=\r\n=1rry\r\n-----END PGP SIGNATURE-----\r\n","size":2035938},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.1-canary.0bab0b7a7_1675197362351_0.14733270902385298"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-31T20:36:02.678Z","publish_time":1675197362678,"contributors":[]},"0.14.2-20230131204242":{"name":"@firebase/database","version":"0.14.2-20230131204242","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.1-20230131204242","@firebase/component":"0.6.2-20230131204242","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.2-20230131204242","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.2-20230131204242","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-BE9POZgQnG/yvgNO6gnNwtenDS4kmLKbibaFNgZLIZdSTSX7hb1aS0spiG2RD5tkXYpI3lHIF/WfbiQD0aTsdw==","shasum":"a3a0fe0cbb5c27ecdee93e3c56c0d45ee4401606","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.2-20230131204242.tgz","fileCount":230,"unpackedSize":10582376,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBHs+OFdxMHfGQxVKALb+xgzgpoRJ9iTIIM0xVSLjbOjAiBAi3qQNi6VX9BAxP/U8G7hE5D/oMi7B2/UMfRzHlG4ig=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2YRXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3ChAAmMH5D6vskd40iT1NTQ1An4agCXuBX74X3Kkgl1fM5NiEWXnu\r\nFk60YmFGjJ6YBhd8PRIU//Zaf6CqQNfi+fL6/nRApPcUlpifI1rds6pKG+5p\r\nP2LgHtlPuXNOLZdrj40cc8lmlu3nYXahnRGrpYeWqW0B+M2Gli7lrEq/14op\r\np6FMIp4ZDiHkBYuncXsL8Laf62DR/gsu7ibW6GYKvOXSnFdIlyUTZ8Gaeoy+\r\n/N+yBZkuKLaMyonIH1VhPgU6QHwT3sF9+7D5ydTPXpLiKMShlstAS1prRYxs\r\n4No2sQVnHIXdBkaLVaYN1bJ+tmBwZOi6BOaRqj6R1xtC0JcXs8ZRmFdqVlRi\r\n0bN9rs45jcdYF6BZuu0yGMGKwYXSA0jODhbKKmPUrZG4GB0Z4gK91r2iXW5f\r\nt2PhoVJLU9bbWd/mIMB9t8ET8iEO8zGQ2ZusWbbyEQJOmcbLm9Xkrvb7I/Bq\r\nEHnxdQVV56IhcJFAh2XXMikaKbKrk1LX1Npl+/ZOCNAKQJPHx+28F9wOVQH0\r\nOsfQBqUJN8TNbNd/k7l7xpLgJDmaVAhtmr8wPf3+AFBDWCzI3gMlRF0x88r/\r\n0iVVADKebC3v2gGrJqVroIs9W4N87nVn0vqOEgJZ0YUoGfBLGU3vjs7gb3DH\r\nubJzCPUgrvMQEQcUtphRfvW56uON2ek2zuY=\r\n=BwqX\r\n-----END PGP SIGNATURE-----\r\n","size":2036169},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.2-20230131204242_1675199575094_0.9558276978710545"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-31T21:12:55.402Z","publish_time":1675199575402,"contributors":[]},"0.14.1-canary.70c042a3a":{"name":"@firebase/database","version":"0.14.1-canary.70c042a3a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.70c042a3a","@firebase/util":"1.9.0-canary.70c042a3a","@firebase/component":"0.6.1-canary.70c042a3a","@firebase/auth-interop-types":"0.2.1-canary.70c042a3a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.1-canary.70c042a3a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.1-canary.70c042a3a","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-FTIyFMIRy1zM83VNNG++mn0oAcOO55PSfXVAiySGi3Bx34Urf/H9N5jnZXJ0I9Ar4Ze1R6hE8JAWhGspLIGMwQ==","shasum":"26f4e8267687e709c66fc5b32a2c1e0802c0be15","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.1-canary.70c042a3a.tgz","fileCount":230,"unpackedSize":10581563,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3A3WRVv5RWk+R0gqKgJv50GjPLsr/zMeNAxxm94IeSAIhAIK9AhKzQcSib2lQi7Uj0SIVQ2xUbBD4O0+8yOY8sQiJ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2bYQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3hhAAhAMhf392EuIxI2OJwXaYlqpTlriXWk/GcGydDMsAadL2j4cv\r\nsCpGIRUO6SpaYpOcTGpH55bckV/TQtO9d7djc5SyojBQLSdm7tVfG5zt4+RB\r\nZg3WAtmVlhP+efUOGLs3vhiIsc8wdNfCut7ew85Tj9FLDOAxE0uaVVVo8fku\r\nCAH9H2+G951DxruQxmBn2OzFVmjGM7IXhAP73BwnjZz49vLqowiWsr/CoBD7\r\n9jE8RelfhpgJJgQAZXGmoHitIDR8CtdEx7spztLmDo03EqGMQKOJhCZIqqVx\r\n4C+50T5ICRXwe9p5yOh2O9VTIadZpPnTdWWxMqu48MOPLECqM4ta/FhrzoCw\r\nZJ6TvJXjt/sJh/i1N1btCR4eztsS2CkFCgs+pzN7geOWgH+8UoXwtfSsHPKO\r\nlRWoSMAW4rjgBU582dqFc8MskXrPX+e3q/akekkEHzOEBAy2cS9YcKEACdMC\r\njmiHb0ura3fgXtnLKda4C0K7H74TnGV+b0/l2c38vJe1/WQNqU4UwfqRB9Xj\r\n/5GTr/BSI2Za0qU8oOlk515Km3rcb+J40ba4/bY301r6A3lvfJbx58km2rG0\r\n8IDT+0WXNIXHU2tUebYLheZC+T1qGbzM1xtVr9pM28arnMK4slHXDSI5Rh0I\r\nZjVjgV9xWEEVyFkhbRzCcF9EWGjRTXMD9Tc=\r\n=TtLa\r\n-----END PGP SIGNATURE-----\r\n","size":2035940},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.1-canary.70c042a3a_1675212304305_0.9563062393248825"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-01T00:45:04.541Z","publish_time":1675212304541,"contributors":[]},"0.14.2-20230201003102":{"name":"@firebase/database","version":"0.14.2-20230201003102","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.1-20230201003102","@firebase/component":"0.6.2-20230201003102","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.2-20230201003102","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.2-20230201003102","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-dBJ51QG7r4HOS+NiJCuufNWhMuYs/mam1kgIvRwE1hGjPZY8ndnV4/+WbRUYBrGAgCg0WZLpLalJXcBcjm1YPA==","shasum":"f2c25bb40352ee8ec0626bfac2de4a9baddc5abd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.2-20230201003102.tgz","fileCount":230,"unpackedSize":10582376,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKmjcvtDpdE64bbJ7/ftn0zxC/O6UNjvJRfHVP8zRbUwIhALJ6m31SN+VGxhLmufwW/vmFkHKgVr2V0uS4nQ6G5Maa"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj2bovACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo3MBAAjtzjailjZDq0LvtqloXa/TIkKUfaxnwRLUrBohNUwkiQSTEo\r\npkmnzfQSFIJ2VGfV+NB+MNv4UqZ3/BKsHNYzJilRsTmTnLoWwMO2z/zZ9j3j\r\nRRUser5TwRmpTUmhzGlYZ//6ou7p7HBJYkPhrbQeTtwyrtrT41vQkg2Dt1zf\r\nPiGiFpel3wVgRAQDeG0yaCsNtPWF5K5Laf3KU57qWUaYISLJDcFzJP6iBGGs\r\nGthtew2v8NEuCglqYNPc7G128EQZJT/8aIvloCIQwffLCZRyu3iTSa9IG5fq\r\nUAoTKmTDLE2jNpctlCcFY7uEMQAgy25ATcEd3p7AHWYxgla2ZCGy1sU3vEq4\r\nzZthFDncoRXf7Nkak6wC5yp7LQ6WNYkjWpGXL07Xga2QbGhUmdVvAjEAKCxM\r\nvVWWWEN9H6Hm7dejeInSyzzqIoMQCZKZk/YzpF87Iboc3RQOGsSXMBgoqdx+\r\nOS6G3KajDCYYnxU06Ofv7eDHgmITdear3TpZP9LrdufRBGJKXzI1YvMwFJsG\r\nfpKq8nd0wW56sWtqjEMhBrzO6VFQi5nFzDhOTylh+cKIpt0wUlQZA46LPMB3\r\nubdwX6vIzr93C6tXePNf4cH4ejDHUseJxn/TR4ezLftWy0pQlIFUJD4Nrd4w\r\nz13mUkAbcwL2slvlDGH3lyK5VtUUnQwzikQ=\r\n=m41B\r\n-----END PGP SIGNATURE-----\r\n","size":2036163},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.2-20230201003102_1675213359245_0.841986544252356"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-01T01:02:39.570Z","publish_time":1675213359570,"contributors":[]},"0.14.2":{"name":"@firebase/database","version":"0.14.2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.1","@firebase/component":"0.6.2","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.2","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-C1Q2GUa52U0rYcOJNnQXUBoER85ftl80EE9+eMv8lOmpq3O/O02eXuCZRQJSUJQPVx5St+36y9N5vplXy3OtQw==","shasum":"f73433f00642ba10bec8a225666f51bfdca7410e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.2.tgz","fileCount":230,"unpackedSize":10582196,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBWfdycswRfO4UpAX1jjW2ybh84CbyBnGEC72NNHtJXJAiEA5IT8qvZqqAVrtytOa+KqDGLJ9vs2LMNgg8k2aI0YwfU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3D0bACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmolYA//ZqbjE9lrrwEzWK/wqSk7fRo3pPinkVYFLXe602aZj36gUR6y\r\nmFy3zNo6WquPYIMqD0x2gUVVX39UWjRkB8H5j8IkPOFWSmV7UNaeqglgfPm7\r\nGDQp1stVol8ESgxnFi1vSpGoE5W+iJqzntet8LVN19RdyUqpVUMplki9N0Jm\r\nC8saBqAB4HyPcmp1jibLSoK4lqGoSpvgI3TzZTKS/yaI+sPPGlUsyXj3jzEY\r\nEIWr7nREopuX3chP4z1EiJ/D1VZp1B1Rkqdsygi9imMaVSLJVlIUSsgEmYVh\r\nV5FbzJD6Bbs5coyd/kXpgZnz2PsGwyiIRj66Apkja0s14krFhusb/4Ble8Hf\r\nGFc1YIYICtCnHJiz1UfX4lDak8wRTio56WuVvgdWkADg3BJASL9IubQZ0HLC\r\nfjkFzUxJxQU9T68srBzQSpAQtIY/YTG2nNUod2N4djxvSefn45gnveORQpQs\r\nBRSt4A7Qj0KE77CyXKJtujO54A2Hcnq3lzrfQ/Tc9ge0/oc7BmMf6HVzXv7G\r\nv3wKvhyuH24RmiXLTPJde6rBb8twdVAQ1P1fHkBWL53n5BZLxSIPEh5TodMU\r\nkRg4PgeFwzzIXB983lDbArYjyPgHTD8sHR2mytZXLt0mgdYRTVKAFYM8ADk3\r\nq3bAkzGoOZjpwKgMCq5IhlJN9YYdlkhENdM=\r\n=IiNB\r\n-----END PGP SIGNATURE-----\r\n","size":2036051},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.2_1675377947169_0.821644406469874"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-02T22:45:47.444Z","publish_time":1675377947444,"contributors":[]},"0.14.2-canary.3323f68c8":{"name":"@firebase/database","version":"0.14.2-canary.3323f68c8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"}},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3323f68c8","@firebase/util":"1.9.1-canary.3323f68c8","@firebase/component":"0.6.2-canary.3323f68c8","@firebase/auth-interop-types":"0.2.1-canary.3323f68c8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.2-canary.3323f68c8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.2-canary.3323f68c8","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-BTaoesWWxbvYcfP7FAglXBW9RCiu8SIB5VIC4elRkVflIT9VCnV5h4wUa/tvQYvLevVBnwtOTQAshEnvSFHWUg==","shasum":"9a99a5ece25ffda2f8cca9157cddccb874495726","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.2-canary.3323f68c8.tgz","fileCount":230,"unpackedSize":10582383,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSkOuJppTye2JERA+ruFcpOvmJ3kXULaJcQ0BQxWlyqQIhAOMzcu6TnaMR50yeghkmdNfHvACq/3KumH97a9Lw7E2U"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3FU1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLUQ/9E+4cnrbQDZwexbPgDPAopnzTS/ewG4XgCaNzIMDXRR5TJ4rs\r\n17VpTIZN9tTukgXjzl3zbi5+ngDpEEiS9K12PGIqe4wtBTKkzbCmCNv44uyD\r\nmjZNKMKV4z8CfSDkonEjx7e8gTk0aYUd6YgKtc/gHqHCvd4mnyAAhjxwc/19\r\n29i/rvcEtQJBRdyXDlbA+XvCLJUoo4q2eOsEgcddv4+/uNx9bofFxzDRFf15\r\n8V0WgJqgKpimLhrewKwknC/MN3vIt9lWcgLPrwtV0at2hcO9Jb6i7cJG7YEL\r\noPi0rwvE2c2QUka1Y+eiv2U4IkLPK3ocdT3P2v6LbOq8UDdRTb7cki61/0uQ\r\nTL1AhQEK+IXWDQPoJrNOZa+81T6fpAbzmSGF1HVhDypgVKiFePKStVMfkxAl\r\nIsYDQplmYEEn7DwUZ9ieiiWCE3rKOSDAS0JALvuedARgK5tt0Pu1joU42D/I\r\ny1xdki3eLYFPLmTPF25ktIBEqeeGX3R4G0pzxlAC1iaO48vHL2lzAS7cD0Va\r\nrA7IGrDKqS7Lcm7TMZgQxEfNQM9hlb0AcW6tHCihD085tSaxreem9glMH10F\r\nIDLgzdEicpOSaSSF1Pk8uV5MP/k23+C+otUmL9QehG0zrGuJIKJ5tB5yBEFN\r\n6azlx/mhvEymUy2QhDnNO6TxyGHJdk4bAsA=\r\n=HmeH\r\n-----END PGP SIGNATURE-----\r\n","size":2036142},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.2-canary.3323f68c8_1675384117360_0.8482304439367925"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T00:28:37.675Z","publish_time":1675384117675,"contributors":[]},"0.14.3-20230203174750":{"name":"@firebase/database","version":"0.14.3-20230203174750","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.2-20230203174750","@firebase/component":"0.6.3-20230203174750","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-20230203174750","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-20230203174750","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-bnx4PhsZ0iOddGEP/AqkU+ehjEk2Jc1t6vysFFLTChj/ehkbXaiC0rN4gwhJuSFh6ipzHZGN+QUvoMDfi3ahzg==","shasum":"25efb81aa143e788e0aab57f50955b676e7c2cf1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-20230203174750.tgz","fileCount":230,"unpackedSize":10582993,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCo9BqHcv+poBIRkEMvHda7ni+YWomGWUXlcUfX4oefTwIhAJRq6FL16yGHwFwKevpE4L3odSrEV9TwFzha4KwVVcav"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3VC+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrFiRAAjbw7Ek5INSh78VKjgl62a8oHW8hKDP3u3MK+wKKY/Gh3l3KL\r\np9rhsXemFp31/w9rk7IteAmQ1iguYYqu7EusDVRFt2rc6GRcJloPgL45r+4G\r\n5LDrQ2fo9i+x54ytLNvD6t5uR+IvjOQEI+w1yfu71Mx+3sT601CT81C43zRI\r\nrgqittxZtzyNTM1x6gl6hjqN1KuoJwLjuO2tdXR/sW3icLdq/7zkGGDv2jmF\r\nSml517GCkVO1uavjKHPrRudK8FLL8raXS5rGCnn3F/lZZrfXS2hSLKijUKfa\r\nSzfd2QjaMia/oAxOYdM22tHgaaSZJyRR6Iy9pRQ2XZ8KbMYscGRUqjOo2NJs\r\n9yhOs36dTfEpV4UOaXqLJtFkdjooyg6nXNuY1/HKmB0vtLJlsRo782dG8/ni\r\nllxDZlQPGocdIk/Jo/Q6YBX7esWNbPVx0r1EZdTtBKhWjR+sd9CKebkbshNo\r\neF1XYGPyShWmR1d7YNmB5m2oohPtCAFmxCipwi/z9CbyYKBr1GVhCXZ5KeLB\r\n5laVl0UMKNlKBk95bCXGpwUyVY4KJ1DwKNzAvJS3uzjzt5VS9hdS6rO0HyLW\r\nlJsHxnbQkovoFimX4iFVy+LoonaaqWoCzkxu+cG6APcGc85FKxhsZdepF9zx\r\naunIl7XrK7jKJHCDKzB3FMasMGvn/bGL+DM=\r\n=6e6r\r\n-----END PGP SIGNATURE-----\r\n","size":2036289},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-20230203174750_1675448510041_0.05175483241673828"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T18:21:50.294Z","publish_time":1675448510294,"contributors":[]},"0.14.2-canary.d071bd1ac":{"name":"@firebase/database","version":"0.14.2-canary.d071bd1ac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d071bd1ac","@firebase/util":"1.9.1-canary.d071bd1ac","@firebase/component":"0.6.2-canary.d071bd1ac","@firebase/auth-interop-types":"0.2.1-canary.d071bd1ac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.2-canary.d071bd1ac","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.2-canary.d071bd1ac","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-iXQHGVpK0VhL9OMrvpv5bFfUbzw/Q9sBgSjOCoDsUq+VosTCiFbDRbjQKIBnS3eVzKz1XTyUv/p9kAasI09gOA==","shasum":"6f5c75a0514eea94d9d80d5f1b6e67fd12d88aeb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.2-canary.d071bd1ac.tgz","fileCount":230,"unpackedSize":10582383,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICenoPqyjW8Tw9GPwpaMbbcn5yvUNJm0drSfLsDFUymtAiAocKkgBwah14g1ttmsW7WiW9osmUOXs4w/OzpPNNvpYw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3VErACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLEw/7BrhGv+yfbQAqLUT88PNsvSZIX1zoEY7j/pG47ndAGZYVPuhj\r\nW6VdBZKnP6/5leBMXLG5D0Xm36ZmEOfyrzPLVyQm1HtztvQ580YDxwP16sCf\r\ni0j7IXb/+k24kXnxtbiiiwWsoVietP/FHX+Piak/YEsKUriQlh0FDcwsbPhJ\r\n8JsoX8DU/4IJisx1Xwp6lftiQzxGSqX9nwqG5rKfnFHBmsoHuzLLOBZjPKiB\r\nmQdZ5HIJSXH29KydlOd9DYg8/OgxwLO4twW3CiPBHnZLN+VzlZ/KI835r/Qn\r\nzCQTn5o6SxGhyeXlIAueKfwpXrsdJ1tZXQDa67E2mlITHCGhH4wqDGN3WBiR\r\np+NzOp8TUJbulKNTXcUWW6xTvo9oPDKmXaOmE5YOHStSiVJ+q1TWyT19nlgo\r\nnvGyAqjdgCe0xAY6hVY1auBSPObUbzMQrKG/VPgn06IWyWDmGSPj/ofw7P2n\r\nKuXzOO8G0QZxUNhne8tTcqc7hip5j07CoZ5GUthLRr1N6lgQSGpNXQfO3ZBu\r\nmKQXMuzuiWzAZ5NplzyvncLWxwnIL70D+ZCob+nCNAZ/9oj90bBVnyKKr/vH\r\nByDGc1EURcIF0zJQ5DEVXSBFdJzy/DhsJ03LRbvOr0FvqThvBSgcACQXnw33\r\n819Dr9zlcaVk7RN6KPgMs6BO+jAAroRRQjo=\r\n=5FGT\r\n-----END PGP SIGNATURE-----\r\n","size":2036129},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.2-canary.d071bd1ac_1675448619609_0.38013047379629117"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T18:23:39.916Z","publish_time":1675448619916,"contributors":[]},"0.14.3":{"name":"@firebase/database","version":"0.14.3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.2","@firebase/component":"0.6.3","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-J76W6N7JiVkLaAtPyjaGRkrsIu9pi6iZikuGGtGjqvV19vkn7oiL4Hbo5uTYCMd4waTUWoL9iI08eX184W+5GQ==","shasum":"0ddd92e5eeef2dbebefd55ce78b39472a57dd5d3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3.tgz","fileCount":230,"unpackedSize":10582813,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHa5nkHy8Vsg7xaZFL7Zm0akeO05j8CdV33KUNMfM0rrAiEAhLp1Zv4N+9luRKQqKKqoFeXUPrIDuSvZk3Bz/3GE8Uo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3WxMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyTRAAiAnUgcT+bnLdFXsNTGupMA9BBdF5HoYtPRRWR1On3p/H0c4o\r\nQnJg2RA2EH9ods+PSJITjm375SeslJZY0PKQ7/Ayw1w2YdpsgNrZ4MRmwYrP\r\nrC8NuhypuLq/E8jVHEgFhYAc0C96MTr+vfPVFSMH/vb/lvA7xvjOj6mfcaDa\r\n2YvqqL9UY/V1If3A+J0Qje+42h8eftfqgESWnCFID8sabStGzgV6a5CduF97\r\nEKVy8goBEw0/Buu3v2YdQxi9+MLYPLb0U57bCOAvoVO2Nac/l+LtKHScg1sM\r\nml+A+OIflPPQH/KcenXefHFO5TF3VmK9OyjYy0VXMIaalHdHsp/fCcr/Gp8A\r\nAV4Cr/2N6qwWmZ0zXGkhPdH49JhrDSFG2whVIT69rE0Q7JDmy27IupizuRAH\r\nLnjbxZa4xZ7HsGeREYDvVkrOH3+QFsD0k7gas2zT8fZqiQSOd64zgx2Svcb2\r\nbGuTLmxB6Id+5+KRww4v0g4qmsnBHfn059RXHiOdNZANZkg26LrNcJ7cwHz2\r\nRlWekvn9qa0AQWu0Ka7nhcQWIiEuggQffp2x13mQVL/N4oBFwB2ec1hyrMz2\r\nf2iQ7pB1X7n3P7gwnoghPGrAmzuAxMFZtJus/N+FUZlWs8Fm2uzKUSyw8Y8g\r\nCbtB5koQKV9LDI43dF6R76OSCtfoL3D3KHs=\r\n=bUe+\r\n-----END PGP SIGNATURE-----\r\n","size":2036179},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3_1675455564676_0.069065349768614"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T20:19:24.903Z","publish_time":1675455564903,"contributors":[]},"0.14.3-canary.3d605f8e7":{"name":"@firebase/database","version":"0.14.3-canary.3d605f8e7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3d605f8e7","@firebase/util":"1.9.2-canary.3d605f8e7","@firebase/component":"0.6.3-canary.3d605f8e7","@firebase/auth-interop-types":"0.2.1-canary.3d605f8e7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.3d605f8e7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.3d605f8e7","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-fK+/rv24bQOFQ+woenxOE7boBazNQCr9PwVPw9czn0rnrcmEH+yFc7ysEMLwx1GEE6ZNP/0MGTnCk9syRx4tgg==","shasum":"365b9a1f853b4abe74a69ff51ca5729e5ca6afa7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.3d605f8e7.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBZRJ3F/Ro2YMviEaNbI31WHKmlbJIxATwUe+ChSgfMvAiAOrGh/716a5IXgHUnYK+eDZOAVZrZAXUZhY7AZCbtrcw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3YMdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuFg//T63UYznvJALk0h0bu+3KSNUYwln7HjhGNL9Ubg/SASbOGLrF\r\nwBp7rXYNCJwxB3AfG6m7h3iU/aHk3s58vhYg6JudpCGRFI7g4MG+K8PrShyh\r\ny13iHszol9+N3q7hxAJ5MPQYEMnK3LjboSjzOtNhgb3/okTJGR6HSjUjE+kW\r\nraUiSAJf3ArIVPq8IllUhC7MAGoxNkUOkzoi2CPdz8FzJZ073rcV80PrF9zr\r\nL5HwDk01dL6S7hMdoPlLI3OeJGfKFlt/U9xoINWBGiNflCKWIpIvNQUjNNhJ\r\nz1IFJ1Z8iZ4yg4OL+4ekF2tz9lQm4O4rWgmsvB+6T1wGi9H7OJTL7eFRPjg3\r\nIkbuiT5wuOcd8Vm0uxmy1snHr1K9j6c1smAVmSND/bH0vHqd3Td4X4LeMhrY\r\np08ZxDdC49yj5l9QEZZVIqfR8l2bTV7T2kq1jyaD4VXT4lU2xz13SHaidhQw\r\nsb1PEsGj8UCVPUXw0oA3nDqZQWTYiYoKKLp/j4AKnIvz3irdz6dGa+fmRviK\r\n1LnHQoB/RqpaS8FMMp7UkI8rYxr0U96cXYNmhYR+3mg7H6RLXqRKXC7ZhUGP\r\nDO2CKuPhvD4BgDlAjGwhwer/DGjDrLcRQeqRAn+9WqgVrEuRpxq52/xCTzkS\r\nJwaVzBjEacq4uhKN3PkNtKVmzMZ2wjM48oY=\r\n=r5vv\r\n-----END PGP SIGNATURE-----\r\n","size":2036269},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.3d605f8e7_1675461405370_0.42183291990689065"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T21:56:45.658Z","publish_time":1675461405658,"contributors":[]},"0.14.3-canary.ac5cc6e1a":{"name":"@firebase/database","version":"0.14.3-canary.ac5cc6e1a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ac5cc6e1a","@firebase/util":"1.9.2-canary.ac5cc6e1a","@firebase/component":"0.6.3-canary.ac5cc6e1a","@firebase/auth-interop-types":"0.2.1-canary.ac5cc6e1a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.ac5cc6e1a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.ac5cc6e1a","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Oqho/KeOf5kvr6xjdZ7Ey9AF31O8RDYm8hLl9+DkK8FJal98yzPiAcza30AfqtkvFnxCd+JZYAicA0mj5WGIRg==","shasum":"5473ea6667d011c128d583d18609d86c438e652c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.ac5cc6e1a.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDRqL6v1AJkgtaVN4VFNkwkmfKNlYQYNWK45zQI8LND8AIhAM/50LPa+1PW8EpZW6q9YcsbcA3vKnK0y8Gudnl5hftu"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3ZPJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpgNQ//a+q1HrKk8R0oUfC6OECV4qEWZlDJp7cXnmDCbsOyLwb7zw0J\r\nP1zie43GPxcRmKoPjHIJj1L5p2GRcO7vRsTp5nuWGQzhzFLEHFUXIzlxcrAk\r\n7KdIdpe6L5xnWPKSIbUmm7jwf5M2sUj1H0LzY8vMjNr4GCwzu9MpTfT09PKn\r\n/yVqeyjNiZH9XnINNRA43LW6Waq9786I/gXTr+HcDNQd3mUtjC0pSpiK8ZSL\r\n+MmBPPPiyOaYhH0irVRqWryhHF3db6E9509H3JGsQKkSRVayoN0vifr2EXXZ\r\nDxMqSIJfKxw60DZbH5gYMmNVOe1Tnnt5K7vGZOycHvI9+VBx+vaVK4kDrNf/\r\nt32ljXxwMulxpv0PgXztI5WP3rHF7OW+D77engzuI+jC0YKwkpTfre5YO4Po\r\nwkKagnCsfP000RrJAxv8eCvoRTh/RVXgd6wy1n9OKmiah0epi6jcUmY/QSu8\r\njhBVxeScn0HoPjXorSZUzbL9alHbw8ea5PIWKAxKSBsXxl+rzOxqJ+mN83/W\r\nHEZZjWEbq1drreDnsQ1DMarmom6VxqyXErYZnl7mVU9RS/0Tmh85BReKQBUL\r\n5oP1LGEb+NsmKOsP25uQR+FSdBa3JVkC6/BSLGmaxWPn0emABcHU3N++6H5m\r\nyA9yDXKyj5iV4wpztBcXgXgs+mFUG6H9jeY=\r\n=GqgU\r\n-----END PGP SIGNATURE-----\r\n","size":2036261},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.ac5cc6e1a_1675465672965_0.6326536872206916"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-03T23:07:53.305Z","publish_time":1675465673305,"contributors":[]},"0.14.3-canary.42fa2a137":{"name":"@firebase/database","version":"0.14.3-canary.42fa2a137","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.42fa2a137","@firebase/util":"1.9.2-canary.42fa2a137","@firebase/component":"0.6.3-canary.42fa2a137","@firebase/auth-interop-types":"0.2.1-canary.42fa2a137","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.42fa2a137","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.42fa2a137","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-7bFyn0gNW+nJrRateBZhyb2vZWu9WN5Rqx1PCEon8g+JTw3ysLSpewMPZspFlrORVtd8yFYapCipJcdw+I9VUQ==","shasum":"a4f1c897c8e428051e97d7afc151fecdec91d39d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.42fa2a137.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3UIuKoylXm9XCn4ryDvgRXlY14wZ1vFC9l2rh8e6rggIhAMNVSuZLhAhxFvYBsqOSOfqxRkEf0IyB4PoxLyYi0VX9"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj4SYfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpOsg/+JGh9FacsrYzwOFkEHgN2+zgwZhNYXMUUrv0PmDeMY9Ope/o4\r\nv7lQP/5ZhjybrFg+mJVxcbW5mG/hfGjF3xWxZ8Zegp8iv88LnQDDEUM8/FGX\r\nMuVLsX35WcfnQWfSoxI9zUxCArp51AyBr96m3Cgn0mcWH64xu6VBMYP9I1dA\r\n8bYlZOOGP/lvfxwoF0t9ak3KfE4CJOUQBtp71wv6fVcqy9MyIGmSLDexq1Hy\r\nSxkf9nOgOe6KYUoy24sGpkWQNTtLYfSycDIj5NbERniGy278QKaSmZC3Jm0A\r\nC1UxZ88QfTUKC1A6sdo/1rvKgsUN+AxGuTG+pmVl7YAgbw+26My5QNlAslkO\r\nd1qtzI4G9XbNAH3dLrvhzeA8nQhaoUd93Vqc8Cy6+ub9fZYJs1M8KsNaN8tC\r\nEYntZxQRAKJabn6FafgYZsndZdiARLmwr3Fc2EPjKedeK70aUqmC5iTK2GMm\r\nCKj1D11Sd3hFklzqlsCdb75BKD4WjQWniuYwhZZA4sAAoxkttMyxN28/TCdV\r\nu2J87VKdE1fqH+WHGWFhmmv9HvAdiooNfaonp0gi1pmZy6uZ41AifXGjzOtp\r\n5LaeIWNiG7PgzwepMJqu9xaAJPHNxWpJLkEGlYnheWFXtZOqEikpgIgkYVE8\r\nFEsOK9FlDsRvQ005+6CBjvmlgSiLovRtf+c=\r\n=awx1\r\n-----END PGP SIGNATURE-----\r\n","size":2036267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.42fa2a137_1675699743519_0.48605763303144656"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-06T16:09:03.783Z","publish_time":1675699743783,"contributors":[]},"0.14.3-canary.fa0a7c063":{"name":"@firebase/database","version":"0.14.3-canary.fa0a7c063","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.fa0a7c063","@firebase/util":"1.9.2-canary.fa0a7c063","@firebase/component":"0.6.3-canary.fa0a7c063","@firebase/auth-interop-types":"0.2.1-canary.fa0a7c063","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.fa0a7c063","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.fa0a7c063","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-Trymvt07kZWPeG8Mz5+2IQ5X+Rk+ZAMT7WT9aEDaUQq6fH1bVB2Cs549eS4GMZlf3/HK2eJYIRrAPoF01nWZqQ==","shasum":"5727194dcc9188aab749818203c887f4cb2360bf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.fa0a7c063.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDF9AQZg+MQkyQUJzBnesOxfE94fXUz66n4gQmYxqhx4AiApU47i9E2pC7RBlArHTkzKqyf5o8W2Cu74e00BauODpQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5ByBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqkfw//Z0MkmfyqDo5Z9FIPhHu4bnIUDQGmLCt++H+5VKiTmGfOsCtj\r\n+tdj+mLln0x/h6qaULzwwYMfB6DaR6RwENCur/jAZbRIH5lv4W7kkNs2nvJG\r\n2MpPULMYlXpmWeatQiZnvmlApmXPmMD4o35TptixtmwplS3q94vr18e+fp/Y\r\ndwUs7JduloGE89aCQMxXMgQ92t8vWjLs39J8NpSukrnvMm98WDFro30xzM7z\r\nIgojMDZDvfZQ8RREnV3+sYgf5O3p7Sw2SqX/UK1LGjTNxIwSGoPcljVN3Usn\r\nmpdw902jZd5CBV6F7Y00ETBoQLU2I3XhdNgUNRXKFc1Z/XG+isCis+8nI4oK\r\nlAdTHfTZo28FbWgx7VDZq/eMv6BOcxzcRKk/WVLwsN990xSMsjhNf3TNwotA\r\nBfhID4whGnNnJsGE68mFjDDF2uaUVH//QBmy7EKWnWNGMeIE54mDmncbdJyQ\r\nhpn3CEQDGtAXZod1JesgaxkM9jY/0ss3jg/KDqdna5Ag7RaUGSHaIqsI00hC\r\n6TwtvEG54IW0wYm6BhWzW1tP3mJjbD8ORdI43aayzDAdQyagxFt8GfyvZwLA\r\nb+ZbHAy302o0VXCn6hxWnCq4wc91XDGDjXHL44ky4E1Eop4twi8L+tqRP4CR\r\nN/tl9INtv95i6zJjx5iqOdL4MQDu1mQorYY=\r\n=r/UF\r\n-----END PGP SIGNATURE-----\r\n","size":2036265},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.fa0a7c063_1675893888936_0.1790067507501365"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-08T22:04:49.261Z","publish_time":1675893889261,"contributors":[]},"0.14.3-canary.9874614b2":{"name":"@firebase/database","version":"0.14.3-canary.9874614b2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9874614b2","@firebase/util":"1.9.2-canary.9874614b2","@firebase/component":"0.6.3-canary.9874614b2","@firebase/auth-interop-types":"0.2.1-canary.9874614b2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.9874614b2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.9874614b2","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-MSnBEHVQ99lu5T2sCRnRMOcamTfQ+gI+cjZklZNUMZOVJHOAEa6i3PHJXjRNA5Su9a+NFUF16E+2BI5zkcKZnA==","shasum":"bf34bae05f95033b01022219c16bf2c665e4a339","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.9874614b2.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDmvqEKs7znufe9Ew9B6PUS7Le5JZzlh5dB/8lEnRYs6wIgdClPSWKSs/CMOVJbsOxia6t2ZEz79Ej4bqT8y58RTZ0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5WZbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmphRg/6A7ZEfGTbV/uvKWs3fQgWis7nKuqH8fflYpcnRsbOMNUqgwrY\r\nlMjK6LcO+ESXhDbh+GZ0jRd2+m9FSxDXA9JRVIi0c/2/HPvbCrBjKEs1knOy\r\nKzITnfIla8+8s+x/Dzh8ux6Tp3fUKEXAA1WlLBKlseKANfbnlkegeFNWrpKw\r\n/KP+ySHtBlEShCr+MiDkh9mhUuEqoWRMV09Q8QtFzxnp6zswHU42mxEKAE/c\r\nQPbwmX1hlo3QXsGF2tkepZR+dHcJ7Efnupjjb56QJF+lIbErByTegexgRXNR\r\nTmKza6JzNk38PaYm+PLVrlCCwrJRDMdTnH15JsW/e5VjoyRmZqQ48fEK0wl8\r\nqg7XcSQRnHimpbfJDXCGemiFnT0D/OzF48jSjYA5AqZdKe8ZMz/KSwrjnidD\r\nYbfVviCP3YOwOuUscQTbmyB6kfTaPfFCwoTp+AGLaYDylaYn6uG97N/pmlG5\r\nahwrGYu39k/tiHHSwVwVPlzqj/HfiTlXpXRFfXQp+n7wpXppxAXe34uKcK+2\r\nWbE1E9bDt2AiLimIxfFoksjX/+/tWzzB1fSvm95Tv8FKdwpvhrfQnZvOwpJ8\r\ne/dXbZMHoi7uZPJqW5SrLQtdsnORN0myQwsRB/L/VFgF4NJ/QIf6gA/7RTCC\r\nmTcvaqobYJ2DkMWw29IEM9rSuxHf0Z07qgI=\r\n=PLkT\r\n-----END PGP SIGNATURE-----\r\n","size":2036273},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.9874614b2_1675978330967_0.8449242834175568"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-09T21:32:11.241Z","publish_time":1675978331241,"contributors":[]},"0.14.3-canary.ce2671a87":{"name":"@firebase/database","version":"0.14.3-canary.ce2671a87","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ce2671a87","@firebase/util":"1.9.2-canary.ce2671a87","@firebase/component":"0.6.3-canary.ce2671a87","@firebase/auth-interop-types":"0.2.1-canary.ce2671a87","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.ce2671a87","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.ce2671a87","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-t0z2OZsNz3RtxYA8FMwwVFVaxygad+9S1L7z/dINhrCdqtvALBUwvgAYdvCFZdYFMotH2srisKuZ+NtyY7s9+Q==","shasum":"5080491661133095ca620f36816eea12058f4069","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.ce2671a87.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeB7N4iU2KkgvsrvzHjRyqheNraoxJeyAcEFzYjjo24wIgHlLYQIKqX2Ti3eTDYa0FUfdOYkojHGWzgpnQMT2lSOE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5XAjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZ7g//TXmnZdw8jhQlgVE1qnIPG3wKd9IFdWwcslSyXwwi8bZX66Xv\r\n42bI6tjPrMMvlBPsS0o2AyGCNY3fRgNOi+9F2Y7tdVZ68fO8qFZLcm52w7IA\r\n4Nw1IInZzwOAHrFpw2vTyrrFl2HIoWsIxzvPo71eK4m8Ze6sZ//uO35Jk7F4\r\nexVW9CeQIwNPYrx9JPy+fbbPwtRPQfWQPIgd0eMFLyd3d/9/hJztNSkKpE6y\r\nrwSiJoQUOA7CM/vxMJ5rztcqEWBzWLiOvqXnbz9gn1+KeG0jPrd6l7PTxVNJ\r\nqmeISg87if18NS6fQ9vgKP8cy4ziBj1MaE69ncsMRRPQabLaJfee8GRwAlM8\r\nnnVJNc318ZlWAjuVqWmZ9nVQXSN5zNuu6nwTf0aYlh2NfbC4Ax9RFWJ7d5I0\r\n8Q/fDAORwMy8G3AK7ZsFK1UdpFtJylstQp1Jx5z7/J/DkVs1mJhUgjSXRiIU\r\ngAGVVxb+4KUw+WT4/h5/OZFguhADs1r7rZantKSFQsNkyOKBdHHegGNzaXKj\r\nVksTMZZMBqFccN0AOZZg+F01WSN6+dA08ozAEGbxwTAT0gNOpvdxnhdB63p+\r\nORRlTx/Xd0veT8UHBFn+cDmQ2luYUVH9yBNEDSZYLfGv2Bxi+Lu671cNeyMd\r\nRrOnFVpYp4Hv4HVjDwExxdznB24HlJ0j1Co=\r\n=oQf/\r\n-----END PGP SIGNATURE-----\r\n","size":2036268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.ce2671a87_1675980834909_0.8032906654514833"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-09T22:13:55.190Z","publish_time":1675980835190,"contributors":[]},"0.14.3-canary.67c5a0dc5":{"name":"@firebase/database","version":"0.14.3-canary.67c5a0dc5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.67c5a0dc5","@firebase/util":"1.9.2-canary.67c5a0dc5","@firebase/component":"0.6.3-canary.67c5a0dc5","@firebase/auth-interop-types":"0.2.1-canary.67c5a0dc5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.67c5a0dc5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.67c5a0dc5","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-EIrXlZpaAHOaD9QKEriTbMVxYSeAen0MzeWR6YFUb6PO7m/yOJQ3kBfzojQifk93rRd9qKrgoVesQz01bgJYYg==","shasum":"c13bc2bed57ecce311d180f5c394ac2102630a95","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.67c5a0dc5.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICv5L3CjB3lR3ekbut++bsSnGwvJjqf0kekKYkYB1nE+AiEAw+52vj6keIA6ZbMxMfIR4yX0NY/Z5/rx/l+NyuPhNXI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5YUdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmreUg//XLcaDhnNdGub1WmeP68VBpMnyNMRMBG3mz8Y7sAPcnRa4gOw\r\n6fkFCMQUMEx5WLxbcDjSNiISfc/UGciOF6LpUu16OE/lo6s3fg4qqqilkjFx\r\nB8UBoLJIKqcrDIP9XaXutLV7wQxPA0ejPTYFLilWu0jXX6KXGgmKJh59jsa+\r\nSF8+t3eNJ6xcdR480ylxQD4yGs7Kt25JI8j8YivLkHtU8jw/pw44XGjjRd42\r\n6yD15eyw7tNBGclLxJcXfyVfyyDcd1+8dKTEcjk7oerFuayDzD+AhfTp6WbU\r\n3JXrAojEI0VtAirNmqhNmU2MERAxtL+ZfNlNsxh+jcwuoiWwbPfcyF82bAnM\r\n8awn+Tn4zW0tFritLGoOt6oKraPCF7/CwZ9yWrhVTe1R49PSAhVRnRUctYmk\r\nKwE0hazVcJ5GRxaWgt24hFGctQ1wq1D9zfRl5m672SQO3BxeGoqldi9Za/YB\r\nN3vtziqOadKA4GhTCGqAr6EWjkTQZ3HeJ1hyQ/s265lah+Vs5z6a4G+Y+5Qp\r\nYThhdZBMdLXMgd8j+4lFJ0R5/hgM3uhyCq26GaSuQ4SHpGYdLjuNaPKr0Pay\r\nNnC82fYo3ShVt9AxUsf1dvtxqSmvcJDBazRqVKyuFpGzjtyjUlO07xKRk5J6\r\neO7Ss4C+Al42pXIwjIn+p5PQ40pCx25LAZw=\r\n=dTVn\r\n-----END PGP SIGNATURE-----\r\n","size":2036266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.67c5a0dc5_1675986205664_0.6453428849460565"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-09T23:43:25.904Z","publish_time":1675986205904,"contributors":[]},"0.14.3-canary.ad4007425":{"name":"@firebase/database","version":"0.14.3-canary.ad4007425","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ad4007425","@firebase/util":"1.9.2-canary.ad4007425","@firebase/component":"0.6.3-canary.ad4007425","@firebase/auth-interop-types":"0.2.1-canary.ad4007425","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.ad4007425","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.ad4007425","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-1ntjqVdfWXQABklP4tH5CAarihccB/5rcvzk3YB+YnxeNNXvEuNZOsnG7q+iAZfyQODCKTb8mMNLGh+7ncE1Iw==","shasum":"de60b02c565cd260fb901227ea654d02837dfdea","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.ad4007425.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCtliYgXeQUz1eykp/i4LhLSXDYVjdvrexMuNdj3i+r2QIgOrE6diho5pfZgGlVxpGMxUqg3hb2+u9OpDBBpru4Rj8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5eEIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpXmQ/+LujMsP7KuaZiZNKqbDHvsKLNx59Liqbif2MhVFsy1ztXD+jV\r\n8y6nVng3xQpwEhJi6MtLbeGqmLEFU9mVhAdUgkVQSiLiSNR5jx7JxC03pJY9\r\nY8SPxBb6yxChGtFwP8eo5xcEImkX4tlMlvYhYf+SrXMVvtQQFEcIvYZd4cc0\r\nYLHXFFedaAfelZRhp1K1L2PU7M0nggPBCjzENyeLPVa51RlREtad3SsYcrsj\r\nLx8aZL+sOowGsoYIG9ebs7PYDCfNC8uohPdd4J0C1AXgXP4rlziDVb3A+WQv\r\nHAVLVxGt0/+FRfuPZVaZLvj5Lo1z27y5jRKNrbms4u+/ze5/4NT8mt5Al51+\r\n4ATMs5Ms/3Ia9wIg2QgZqJ6LdRjDt1o5S5G5h16PFsTadLeWrXIxWJLJC7wI\r\nva7RemAe0C+4k/ZhTMk1h9H8G50fmwGhEXez7ndQAz++9PFMDGIXLrJIrSXv\r\nclYPUQ4uwShRFmArTQmm/tmnkpUMQrIzHxhfsM1edHdh1JePNfoserjcHPvK\r\nC714WJugSAiOVyGsC4R7kndbzbhbbg76xiPMoXUTAd+g17VKjleZxdz0QStB\r\nLfEcq1p/37xrQryNMWlkdPHF0HXR5AKihqvgqGTCU3rVkJdt2ao8+omGjkAU\r\nkW3JG5qikcwn6wLzwo86zVPuUIRc+pB6KaQ=\r\n=g2cY\r\n-----END PGP SIGNATURE-----\r\n","size":2036269},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.ad4007425_1676009736413_0.7274641858135147"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T06:15:36.697Z","publish_time":1676009736697,"contributors":[]},"0.14.3-canary.b5f86b1a3":{"name":"@firebase/database","version":"0.14.3-canary.b5f86b1a3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b5f86b1a3","@firebase/util":"1.9.2-canary.b5f86b1a3","@firebase/component":"0.6.3-canary.b5f86b1a3","@firebase/auth-interop-types":"0.2.1-canary.b5f86b1a3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.b5f86b1a3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.b5f86b1a3","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-NHZuIwXGnXFyk8gTnEtHoFhv9XXln0C3rkYwjZIMcWYJGQKfgB5+3iSzj4U7bsJGGf+tTtha80bVBWOaulTKMA==","shasum":"2fbc59a9d43c8716169e9e5e94200b702cb154eb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.b5f86b1a3.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDB+wdyNLrMwAp45GgR6twcgnSrjT+MC1GixdymJQqDfAIgJOJLqQuaZrgVVEzPTu64uQwlK9y9+oweBaLFvXnup0A="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5loMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp5Vg/+NqIzOXhKSgg0RbIrkxVz/8x6+uAXiVDp2cpgjgnk6jO+pUoW\r\n1VYsEF8r0YpBQMjH4o6qqzfeW2s+Nv3KijbOJxnBiaAtCwtqI6BfHQ3MmoKp\r\nW2pe4u6vWo/5iD70MisSzwVil+z4k/JI5288SYIXSboUF8fZfCHi6IA8T0U2\r\ngDgjMDL9dbewKrI1hzxncwOky6OKsMebpU6Xn0RF8ZKRJ/zkvpo5CA7b0urG\r\nAMl+A/X9oJ6BYyIT/PU/R6K4VNGC84wr68FffvekigGYTTWmDX44WrpGvT1+\r\naG4mkcvo7r4Fm9KiqpD7JgRZ+bOa2XmcQxXA0xciknpD+v4qYWTKBg1+3diU\r\nGCB1S4XxCnqGeHGqmb1cfNIQ1c4/izCEbYPeglBm4pIdRILxvXQ19AixXmeP\r\nAB/aWDkQUZFi7Buhzc4Xrn7sDPONIfTIs9KlwjYHWJUqq7ophUnvslywco9k\r\nnWMZNJNfSn54OB/xTxRnYzqbjjbf4ChFxVweFnIET7VD5CY/7TuQfVmaEEZj\r\nkxhwphoNIckszSao2kxDBH1elxAKy0Gqrd537MxXLzYZ4fVgspUgU/BTcn7/\r\ntVNtLSOpZR5PhDKdfWjJJbARWsH3gkt68Q+hS3ruFW23WG8CrfBSefMnvz8m\r\nzquICV6BXZzN8YAX2ny8TwPKyvL7GYA4A8M=\r\n=u8i0\r\n-----END PGP SIGNATURE-----\r\n","size":2036267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.b5f86b1a3_1676040715792_0.016126253924831024"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T14:51:56.047Z","publish_time":1676040716047,"contributors":[]},"0.14.3-canary.4b4455347":{"name":"@firebase/database","version":"0.14.3-canary.4b4455347","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4b4455347","@firebase/util":"1.9.2-canary.4b4455347","@firebase/component":"0.6.3-canary.4b4455347","@firebase/auth-interop-types":"0.2.1-canary.4b4455347","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.4b4455347","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.4b4455347","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-ISnty3CAU0tVa1ny6iNmmvDY7lfuIjDyo5kOi0Sy1NfLhQVa0G1dJT4/ehUtA7g2xBG0WY4iNO2gfvgTch6zVA==","shasum":"b5dbb09868ba3451933e767ac817f1128498cfc6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.4b4455347.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBVmdsq+riXk41Wu9cwlU0M9fqmejzPTw/foRLg3Wgz2AiBLN9F6I+1m4iSO5PACh/NVlgG31EtQ5sEGFdAcLfp8Cg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5lsJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrp2A/7B8huSsiFzbqrOZw+VDPX0+agK5ntYPcS+RW1b3PQS8kY7MPA\r\n60Rpasi0/5GERDIvAnF88+/PH42SXFTp+Ov9mAqjP5C82rDx6eePyZ34g1Yy\r\nEXt+Y1pRf3bnIoW7qRuu9mKFq+IKbwhuuDcnC1WwGbcRfyut0dOCC/ulaxgk\r\n40SKACmkGrqQBsLnZ1+vJeV6jnEI6jRqC+flxGzKgu8eCcB0IkGeP4UQUXlW\r\no/JXCo25mHjfOq7iMfGeAVKo4Q8spGtaHmZeHtTONzHCSzNZ0ERCuX1IZDfV\r\nufcYRHlrv2W1oH0g3NbxyUW7FKScJTURa+kTaiOTTITF9l/JRH8yBN2Mm9Hq\r\nn1s5vUrTD90Z2GQB1DPv1WvF96XjfhFUidZdaolj4knHEtxtCvdBktssv4sn\r\nexqEP/iR5tTUus1ZECTJYuujE0z76IXyWDhY3A/pGq/mtsqJ7rVB96qIC6Um\r\naMJMnzqkvhvbSAvHELYR3yKW4ltBapoaq0Oamc6Mk2ZZCGBMXGbSQxpSfXpJ\r\n0b0toLFvTORlk6wEfC4g5SqHrVqyCwNOAbeEOKooEChR23zQj+H9w6oebBOw\r\nttGAccWruO9Fodj/XSJBlPn7Y390KWhyLFtjpn+uC0jEVd1uQ543h2yUDp3j\r\nK5RAp63KGqHFyEVUKeUoPanavwg34cE/v4M=\r\n=Q6S/\r\n-----END PGP SIGNATURE-----\r\n","size":2036274},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.4b4455347_1676040969336_0.11442909838895177"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T14:56:09.709Z","publish_time":1676040969709,"contributors":[]},"0.14.3-canary.f741ac162":{"name":"@firebase/database","version":"0.14.3-canary.f741ac162","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f741ac162","@firebase/util":"1.9.2-canary.f741ac162","@firebase/component":"0.6.3-canary.f741ac162","@firebase/auth-interop-types":"0.2.1-canary.f741ac162","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.f741ac162","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.f741ac162","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-JTnh+Wl/FtQ9G+fqOqTqg+h27sRs5hS03DSjLyT+jo8tE6u9y5fcLaRsaGKaV32Z+XGxH0UjJjWr2IwNYY3cYA==","shasum":"3e2dade71f67668efebe0fb32a45050068a2c7d4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.f741ac162.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID06kH9LgplFme3x4P+TygoPYnRxuNMrYtc/8OWtPj8jAiEA9VjD1KMJDXId+8ysWe5AN8UpkaNa7uldhh7dXIfJu5w="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5tOxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpT8g/8D4qS+rSDNc5B4lyMYdTNL3IhshEHq8Gt2jSmILmA5BpgR9rh\r\nEwL9Scz1GYESjlZCpITuUOYbFWvV/APw0kfLBuaDxzsYtpC2fAJxrD+9p8s4\r\nyd1Jh5fityPO+pGT+3vmUCW1zNjEADhzd8YUBTa24fXirhOJ9O8OyFV5e4EL\r\nNJdf3+LgPaSXZf/MG8Lw/53pQqRMDQxx0IHJ2URiHeT3+kEKoQqGlsqAUx8U\r\n4py8QzmQNK8MYh69A9XHkNgeNjGz24c5So+YmUZ2RoPxJSWFmI9OunXvhu5u\r\nH9nLg2S3nbD97MBY84FwYsK1d2kA66gnHM2gIo8j1IV59HC+shvbD2cZU/4n\r\nK3gbvsH81vb9jemWAH463vzJSfq7Omfx7y4+i43MODYLTYqcI8FMZ4AbtsC0\r\n8DO8yAK7AiaK8cjKDXb3uakR0tyEfqM2bWiUK09GtKBp3LFJiJf8qT6Q8f9j\r\nWVxw7WEj2fKHM65YPu2CooBH5ZX1i0gwPQMmb0Kr4HfN2nbOFIqeIxxIEtmZ\r\n3rh5tFmwDNi5vkqD8hbLNOOEajHKZMFgklKMKFSm/x2R34i0Cj/mdgNQOX3y\r\nlVdPzP/b6Y3PgbZqv+sXWlh42VO6WoF+35Yc3FIZXakG/6uUhJlvYN5vsT6b\r\nhhTzd6Pf5m2bYTfaFk0pElxXwXywVeoKnkk=\r\n=0bBY\r\n-----END PGP SIGNATURE-----\r\n","size":2036268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.f741ac162_1676071857513_0.9595287506609922"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T23:30:57.757Z","publish_time":1676071857757,"contributors":[]},"0.14.3-canary.c59f537b1":{"name":"@firebase/database","version":"0.14.3-canary.c59f537b1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c59f537b1","@firebase/util":"1.9.2-canary.c59f537b1","@firebase/component":"0.6.3-canary.c59f537b1","@firebase/auth-interop-types":"0.2.1-canary.c59f537b1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.c59f537b1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.c59f537b1","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-vm7u2h7bnBveXYlI9Sy+BHU7hKdCExu5/pVLY09CnTtkMEc+Pz7i8zRAJFU8sofd2EKUr5BP4AQOqeZRZNfM6A==","shasum":"b30e0b72442846edbd76f7c5c92bdacf1a6afaa4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.c59f537b1.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC+UPYF/4J0S6HwripmkONWK4Mc+k9wcs1eNeEqr+AOwAiEAsXyV2N0PRek8Pv+punMmu7jZcqvKTT6ku7x6nRX9E9c="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5ul/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr3mg/+Kys8UIe34oEft3vdbZt9mzglJO9/ErjZsqIO/iExmwv43/us\r\nPHUB3tDnuXBrs9MdWMEsF4o1kneN2jr/vu4k9inf6YEnw6bsy15P1XuPaUDi\r\nD36XUOOd8wfehYTDMexjE0hgaY9tY/0cluSE4AsrsUZP/BJNLtHSXLxk1SCL\r\no41FW4uqtmdsrNCY5uihbW9FgLennshwR6hTjAgmA5FAYngJPO8fjsmsIjDE\r\nYSsXztebKsIClKykC4fDGzVOgdLvJBuld6xj0zPz50eXs+BsqmIWG7kbEcP+\r\nqzVlwfRpO/lhvYah6P3yZnzV4UPp8Q96dMK9Gm+8qFE9+J2DtfMhh47zUYHX\r\nFE3C8pQrq1sEufW/B4xns5DDydPCxR+kDJqxRK3HFHUCUZqX/HQlTKPkWA1j\r\nAHzZDRLarAjC9drbodWkXwPvKv4hysE8dk2b6z0qraqLLKBplTIgd87f4eVo\r\nbNSXRzpVFxB51vPPE60+21XZU1vpN/bfxn6p93QqOkSDFBZMmF/uYXpDE5vF\r\nxG8GXTgBeLZSYc8QGXsyo/3zqDiK3C56eTTokGBLozredgo/xVsbAika8RPA\r\n3wEipDUH1ttZ/zEtuxqRO32RjEE0CoXsxvOtp58JFIimFBeVyetIVfioyL1z\r\nOj8vEcesLQYRrRRo+aOFsKurcbm6RZUxHGY=\r\n=Mp6j\r\n-----END PGP SIGNATURE-----\r\n","size":2036270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.c59f537b1_1676077439478_0.8375401274498466"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-11T01:03:59.847Z","publish_time":1676077439847,"contributors":[]},"0.14.3-canary.c36f3ab4b":{"name":"@firebase/database","version":"0.14.3-canary.c36f3ab4b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c36f3ab4b","@firebase/util":"1.9.2-canary.c36f3ab4b","@firebase/component":"0.6.3-canary.c36f3ab4b","@firebase/auth-interop-types":"0.2.1-canary.c36f3ab4b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.c36f3ab4b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.c36f3ab4b","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-vKOUIAj3zgw3bJCJtwEZCmK5kjioVViz4Yfx1Rr0L9Avk7cbCrHLc7lEVakqx6I8j2yjMqGPbV/TbrZ4rF+egw==","shasum":"41de6fda6a7bbbb42d8da344c8996f5dd7e80df1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.c36f3ab4b.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3KwK3rJGiEJBG70ELkVC53di5pPUsPeRNpLQbtrm1kgIhAKnaqDw/efCPK4soqIuNZMHDIIkDlB8056Y1ThFm6l2k"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj6oSTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+jg//RE+m6a29pMtBwPQWqqrNjJyw+VYwh6IH+eLvx4p+W1weWjNP\r\nYVXyuMIn2safa3bfjsu0u0Z2NChTlFfsM4FU6AKgoqnjdNid5O0pX+kyiAEI\r\nW5OJPdoOfAJ5At8afhGYG6gs+3he2sYleUPj9YcFdER+4m4rJsGkUPlzrAz+\r\no7p1IGAPvljrRAfM+Q+o7GP0I4Pe6MDPSGzNAq8PbmPtxS5csJ8yhuLyNLf4\r\n+YD5wRUjA4NAAhEaDN3NEyRzZAIrd/6yGwM0oGl0iJVWKPRu2YRDUiM8NemL\r\nmQoSKMhopAwRDo6nQaF8+5yRmkkGjUThdhBfImtbo/s+zyhNpM7Q3zQ/9Rt1\r\nSllODk03dnesl0Ujbl1UUtYgnSoUyZQ6tY2yprJKz151pSfsESlcBrS1GVcs\r\nbLoPcNCiZRlm40t7a+Up9lm66REjO6ixvLBFe6+XcQNAyTTtDX+RLZpN1cL0\r\nKRex5sWBw4YTso+Yq9Z63Qcykx/IG6KorX2CWZPpc1EPB+w9WoskKW5TLKEW\r\nCJExp4BzB/GN72zAKnjkqgM1BWkk9BEcQFP1pZWH4CD3p9Z6SeLVyKdnI1/q\r\nhz+vi0v8hQ4F4+AX59EuHX2FCqyI2jjGp17UKbMTeTD6OY3fGqwzP4u4hP6u\r\n+kFS2Qbrcg6D6Q5T9QoAMKEtMX7k8A392Ms=\r\n=1nPV\r\n-----END PGP SIGNATURE-----\r\n","size":2036267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.c36f3ab4b_1676313747109_0.6448360587959239"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-13T18:42:27.415Z","publish_time":1676313747415,"contributors":[]},"0.14.3-canary.b5a1a6054":{"name":"@firebase/database","version":"0.14.3-canary.b5a1a6054","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b5a1a6054","@firebase/util":"1.9.2-canary.b5a1a6054","@firebase/component":"0.6.3-canary.b5a1a6054","@firebase/auth-interop-types":"0.2.1-canary.b5a1a6054","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.b5a1a6054","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.b5a1a6054","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-oQNj/q0+/YUlLrhFM3nZ1iKiod4R4SeTYFBEwh/p6NGdFocO0RvHUIZGqr5Eu/JJFUuBn1SJYrBmejnBQ4+tkQ==","shasum":"af0bb6bfa4bde128ed3e918f4809a2098d268918","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.b5a1a6054.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxzqVAFzD8T6kLUeqIOcIIZsfqJiRknfekYoLjNlvYwAIgPfdCUPMhTAmKBCmU3MBaGHcG+l9z4xT1AbOA/BG5cnM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj69MCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrqHQ//XB0U1diGA1l+uRKPgTa8vVKKkB0RceNwQjHarE8DSXcXAYS0\r\nqR3UWVISOXhnSxJCH9QGMAb75HSwbxwHMtIbbYWN8jJLg4fZaWqcWlR8GupM\r\nQ1FyJsKI/RX1B3AWCw/TW39gFH2Y6gKdm6ZN9k7SnxIbk+X1gmgsbMWTr5Wi\r\nJeR48QeqSWIgzaavpyRu6NsGjZd/eE5VJMZ2OXk2vUoNxtoq4UMae8+Vht4n\r\nLLZ5PGbhwkPVnv0udAhlWxMroDKA+UxnHDk3SLaVUbObGKMnd04N5e579qS+\r\nww9ZY+2vH44/stv1UfXI09DRBov1QmKy0piTNY9AblzUh/1YUdkUPS6dqEQg\r\nUx+0Fv83JjkoXtkPphDzOZ9mTO16uk2EoDV2vW/WSmc0VvNCmA8yoP9a2rWi\r\n45iUODhep9XlHCpURUlp+9/LpPLEA3t48Scrln0+FUni5fPptTpiAt3spvYR\r\npANtGqGELzAB1p6zI3IWLaKvZdsdTwM7y1SFMD1YvTk463SReebr+/iaeR8K\r\nEw7jwNJLnRq1zaQjzOV5CUMGE49TFTjau1AUqhYG7a26XS00cXLypcTA9w8E\r\nDj3/9KNxjCQpc4NwZTXBMyZavJj2YFhdwP3YNHxUuDtsdyfUqxW3WQRNHzO3\r\nMc8EFAD8zlEFB5Tn/fT1iMrnGn3nUtudecI=\r\n=W7Hq\r\n-----END PGP SIGNATURE-----\r\n","size":2036264},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.b5a1a6054_1676399362643_0.982771528180145"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-14T18:29:22.919Z","publish_time":1676399362919,"contributors":[]},"0.14.3-canary.c8a6e08b0":{"name":"@firebase/database","version":"0.14.3-canary.c8a6e08b0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c8a6e08b0","@firebase/util":"1.9.2-canary.c8a6e08b0","@firebase/component":"0.6.3-canary.c8a6e08b0","@firebase/auth-interop-types":"0.2.1-canary.c8a6e08b0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.c8a6e08b0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.c8a6e08b0","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-82YQbGUdDGl233372pdneM3/6GTyer22WiVa2DWcwO9GyOvum0TS+LSvnRsquRIww+uCQwEAfPcbwbXMY04MOQ==","shasum":"58232fe5dc1e59c07c82b578748b426398ad359a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.c8a6e08b0.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbxHYzZuYsKRLkUIRlEXHC0H+QL1c5I07ABMxT0uZZxwIhALJPBE7UD8CooMrBmr8E1g+0zedt2M/RpmRkACl4sVlo"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj7V1TACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLOw/+I4RAvdJ2APjLIx+LPcFGA5J/NGe0OH1eSFY/TxLDuECf5xko\r\n2JOMD7AfMeyxo+NKmyDrWUd+WGxoyYZ+mnnY8BS8tnho0JyyvEahLcUaujjU\r\neuWNTQ2x4ytkomLHjjNhqRZaO5Jgr9rQ5rO78iinDqBUZDKd7gIncFyVRC+9\r\nzt2O3PtdQJGicCJT5+UtMls5w9p2txP/05PCFpBSrrJe7CR8ezxSncK2Tkkl\r\nJ8cFnW9HwRbFOodPL+23mUOztQIbQRz6zESTdHUW7vJ/Z/wLJOXl8PLnGgLN\r\nyRZFUsOHvEdB7rObBhcChthjEFIeMa46Q4W+9Ps67i4sxmWJFrFhLOJ+dCK3\r\npxFUYGLImgFhsWQg+aLnFa1vFMxB71/SgOhFnF+YSlnd9gaRZh6krFSVHMG9\r\nj99V64lBVyjzrpKJi/AONqfnpuh9IEKgtVTzC6ktLvckCcYQKO++DnaOtEJ/\r\nWzQgikhBAg/uP/pweVzaDRttICBhzPWBvnxpDVqCUMUVyekjUGAx69Qr7Wxb\r\nSrv4nQZKYLTTmMp5L1e9OzIeXLRQuYt0U9fYxO7ZB4qpUlkGCvQRX+HkK9I6\r\n+CtYWRqNiv0O2lk4kv3NQeyLPyYrJCUxB5p8Z31dB+SsM0QZUS2IKTWBqTut\r\ndXvTFDbVs02abqUAVSz1QSxFigoqIVWrBcU=\r\n=L1Jp\r\n-----END PGP SIGNATURE-----\r\n","size":2036264},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.c8a6e08b0_1676500306872_0.3652260284552018"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-15T22:31:47.168Z","publish_time":1676500307168,"contributors":[]},"0.14.3-canary.75d4a9a2b":{"name":"@firebase/database","version":"0.14.3-canary.75d4a9a2b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.75d4a9a2b","@firebase/util":"1.9.2-canary.75d4a9a2b","@firebase/component":"0.6.3-canary.75d4a9a2b","@firebase/auth-interop-types":"0.2.1-canary.75d4a9a2b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.75d4a9a2b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.75d4a9a2b","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-GIVQxEvIfEMucGwp2hAT0KbM99AjNfTMHKG7FiJ0Dh5WpjFP3/j2kBtdHRzDaaHYMI0cTwjp5RXrGC4zkcZDHA==","shasum":"cd6f54dda54a0cc3b24d6de6f6139039c9713c82","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.75d4a9a2b.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCS0zOSBnuZq9w/MFpEjieS7st7dgIO3xg4+fseI67dMwIhAPgYfunnHdFK/ZY1ZXuyIClIOL9ezV1d2KOIg2HqG3Fu"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9XZFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7ig//cnOFNmAFtS4i91V7DxzjIfuO4tQOEjUPK6T3WqVLLVJn8Wyy\r\n3522rbgxQVwP7bKxv3pFca7Vvy8msT+vAxkvhzkmNtxNj9R4XGxy7voil1gc\r\nyhzX6/Tx0w52F7czMT76V2mOJY1noCt2CiFlUfMSJwU5Rv1Ev8L+uINkrrbq\r\ngRNnoJfjNNq2MC5TjRafUcIe+P62m5RpwTY5NDyLyPKcGe3CLwlNnE+PFKVw\r\nLLVLhZl07lfVroyipydjDytETaz9DUZ0sCknXQT53VNsV7GhrJ6AnvIIl15y\r\nIil9cFt6FsbE1LBpgBiTL8yzodb65la4Br9zHWjgjdWcBouiYBwhg3yXKGli\r\n4JBHKhWyXxP2vV5rRV+gJXalE6eCZ8q67hVJh+x3InmqaHvzfZKSu87HiB+Y\r\nhqeQ3haV2WT3w6A00wh9U3Nvuihb7JAjEOK0ErTS8SOPhoXRUb07Ni/4tfY9\r\n8gNvQgRP0alK2WWL+dk+Rq6Vsldax0mUHqp/wtVZeFaweWoo4CMFlhJUHbeP\r\nvqrQPbVrIWiZLKN/i+77fcf//7t2jBLBY7ZqpG9BbWdOKgCjpJshyDatzWZ2\r\nAO2TvdcYCxB1EqNPgqLsnRu3bVSIKmRiipgqRCwwvVaDlWmR5OQAzJbhv8Md\r\n0yQqRzcTFd145ldyM5HZSE6SYWieeBemdz8=\r\n=Li9t\r\n-----END PGP SIGNATURE-----\r\n","size":2036267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.75d4a9a2b_1677030981507_0.41509352973748603"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-22T01:56:21.798Z","publish_time":1677030981798,"contributors":[]},"0.14.3-canary.b970dc522":{"name":"@firebase/database","version":"0.14.3-canary.b970dc522","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b970dc522","@firebase/util":"1.9.2-canary.b970dc522","@firebase/component":"0.6.3-canary.b970dc522","@firebase/auth-interop-types":"0.2.1-canary.b970dc522","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.b970dc522","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.b970dc522","_nodeVersion":"14.21.2","_npmVersion":"6.14.17","dist":{"integrity":"sha512-cum4XPFQEkcwKEp6aAOfGUWMcFJUjemnwHY/0jQi9s8SISiFlE62kGZiENks91f585HMnZrvETY+H+I3tlR5TQ==","shasum":"5b97c26977d9fe758ff34e54e9f869e38591c350","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.b970dc522.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHgHhAgmzNjtPKGgyC+C9E7EiksHyLhs5f2FhUl1M2sAIhALWM52LS5yURM9iaVbfT+AFOAJI+CEc3IGiL7fbmFxin"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj9qhJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrE1A//VnOoML7tcXfl9nzknKz+/mONZ0Mdtj3EXACQBJWB0IAdFt9X\r\nzcpkqdOm9avxzdedcEBYaGAUyZT7kexX8otH89tvTldUQaVWN91W9ik+lGqB\r\nHf41H+6/io7wyFfzo1j8FjP4o3I9kjIQyy/n+bj3hTNPEIPGA3QZLxsrq5mc\r\nCHpXXMrocOszQ55w04Co26Dnf7A+axbfk1b6U7RjTe5EeZYUBPVp8JdlgIjz\r\nipeWzkICEWmpXUVxqqQF7JVCq2Zcvsa125W/euEt1cQbpIZC8emz2Z2jYBPh\r\nXW51+5LjrHNhx/UZPyWOoyxHf2Yal+IVbFtYJtcvJ49Xqh2qByJCfSdWp1rx\r\nngCAz67yRF/MeNFr/Tw1QXG9jFBW7rtzSt0QMdNmV4bQ0qNqceOtgwhZiIo1\r\nRyFSafqaF0tHQG67d9UbMciDk8HxuMafGN6rAfdZy6CEh9e+gbs6b+Rdi8oT\r\nqXRJ8kj+GHjv/QcX5s5H0+Ssugc4s9nzyum8rslR6dZwISNBmYJ0XC/77Upr\r\nY4ga2OubApz5z2mfbfyfFtatAGgZhqexTpKUSZKFXoaMxoIlVzDIyuMYHfpX\r\n/fnFZtn4fZWOEkvtp2+aR3+ONEvTiqvuNBLj2gSyktFRf5E1+nnoWFrVWPec\r\nhD5+dlKMcxbOXdpk1FwP3PtmXNifTTsh16U=\r\n=Rr9H\r\n-----END PGP SIGNATURE-----\r\n","size":2036270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.b970dc522_1677109321586_0.05857618693470279"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-22T23:42:01.805Z","publish_time":1677109321805,"contributors":[]},"0.14.3-canary.36558bd2e":{"name":"@firebase/database","version":"0.14.3-canary.36558bd2e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.36558bd2e","@firebase/util":"1.9.2-canary.36558bd2e","@firebase/component":"0.6.3-canary.36558bd2e","@firebase/auth-interop-types":"0.2.1-canary.36558bd2e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.36558bd2e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.36558bd2e","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-VPshztSQPXP2axDhULI5VHtrttxwzYz46T2FTxlWjEuTZwxbR8KsVZKRJca0E9ltaM5hdEZCkwJiEZ3wWnreNQ==","shasum":"c767582ab7072526f7b2ea59169f613b525d3b01","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.36558bd2e.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIArsa0IUK1Wt4IbL9NbcY1fHuFe3SImUXagVGf874BL2AiAyxtWnOToUfQ+hbDaSJYBdvk/1vo3OQhmHCfOyp44zAQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj94n+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpT1xAAnvECWRCjj6ajfqAi97wX0eJLLS7W7NXs3Ndza+WNXSWnfBIQ\r\nGtlZgivU4+Y1H1/63KYvm4aGCSNUc5mWRB8rCvddfitUXefP0soot2EfFW4K\r\nMnEXHFhFoxWwXYOeTDCPl2ok0sbVZQUe58myzwE5X28XFHS4eUwHOsb7e+d9\r\n7DQi+lw1m2Rq8mLRKWo6C4c5TzV+tTbQ5Mf3Ho2pIV3ekDU5cTNQVrCYZNlR\r\n1v9t7yyFI6g3ermZjtg/ujggczfUTHirXRj7qMvgWDJWSpgIig9h6/pn+7YT\r\nFpPlD5p9LivK1xCrl6fYbVMlFuxhbXKAEoqbqjkcpER1RI2fy7AC2LOa3gqg\r\nDmFcgzNxSHFf7y+vqmu+WRSSI9o7k5h9EPdgo0c/Zy5vBnwayMwQLWRTeMe2\r\n8Rj2puNpv383/zd+/v2i6xZ8UzL3qv1JgRf5jHIWL90/cmXzd1fb3NnTqEaA\r\ne021hj7CR5vxP0zLfO1hEcE9Y68BKWbaquumi6WWh+iy6abmJgU96BHRjraE\r\nGaGtpn28abUhgJh0cKb47a8Qo7n5j+A01eqQ85x91mBkmM6jBmHXgQ+RQbIZ\r\n8sBq/5Dc4L2FBY7tL9GRqx4vxbNhuZxNT+bji+xaValdm+6pfhRBAjB5IhhN\r\nt2ZTuxG1E4x3Tu/i1lTbEBKhaeol8aR5o+0=\r\n=IxFo\r\n-----END PGP SIGNATURE-----\r\n","size":2036266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.36558bd2e_1677167101738_0.6892872218356725"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-23T15:45:02.002Z","publish_time":1677167102002,"contributors":[]},"0.14.3-canary.b30186ffc":{"name":"@firebase/database","version":"0.14.3-canary.b30186ffc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b30186ffc","@firebase/util":"1.9.2-canary.b30186ffc","@firebase/component":"0.6.3-canary.b30186ffc","@firebase/auth-interop-types":"0.2.1-canary.b30186ffc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.b30186ffc","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.b30186ffc","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-7wXEBYxLZcIp9yvHu3at1+wxv/jogeEA3wcNuhbF1GbuvYlKMtO5uV4wj1xB9p39cLj9dAVg9L6H5w4rWw5gtA==","shasum":"bccc0b8339a433101b9d7c14efe17a28e6661eb2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.b30186ffc.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkAhJo8XXTVebnw7P5uKc6ms5+ZeMaGscFYSW/OFDtyQIhAO8yP5L4IIBOYaHxbe/VLH2Y1EOxXKEZQdGc+4jEj0qR"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj97ohACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo05A/+JCKzlM5iKjnLz862n+QVqa6YpM7+PDU8BDhA79CGr8+yw3lt\r\n7WIppqINs1vmF5ROiSXOiYT8VIh2973tglpP2/HEv6jwkMaWA+6GJ5v6JiUq\r\nvSTuBEqpp0J53mGtPFt1srqdgg2FK/KL9wDMHTBPdVAcYqERzq7ehR0IcN9+\r\nciZvqm2xTq2+dAkImnEJscFCqyoXIYa7RVZ/Kp5mBChaY5oSNyX3xKRvQQY1\r\n1j5MaQthFCJE4fpxaTO1SqBN6yGtDTehBVam68UTfYuvTPIGxa5SG8bF4Mth\r\nK+MZKqIf/V9P4mMePFWdXmDcrKYzfCjY1Ql6GemuXMY8DFcNaOkQ0FGLMNS9\r\nTytCtdut6G1p8bDK/Q+cqKBiYfYac4c9wD5P+u+gsGQUUQRsJlJtuEzd7bbO\r\n1mm8Fefq5FoT45Sd0WqxTcX5Mn8/6lare2VzpnUMH590jwyhCdy7/9iUB0td\r\nwf000Am0Jhxz+AeqhfvO+Pv4Se3Vuzb+DcxX99kWD578Y4icvmm2UWWCjwim\r\nZPOVLhS8oN8i33R729wPtFmDVk552IAbRD5fknac+cSItCXuWK7Re6CpgTmt\r\ntTZMLFGLEuEnMjMVWsk+sQlia+sFSMC7LQlntwYXmIAF7l4kfbGbp9xILQLp\r\naeQYxor8LZWLpJ1f+Dhbn5X7beT3lQ2x9Bk=\r\n=Tu78\r\n-----END PGP SIGNATURE-----\r\n","size":2036267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.b30186ffc_1677179424880_0.8154194635459058"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-23T19:10:25.186Z","publish_time":1677179425186,"contributors":[]},"0.5.10-canary.c34f9a5":{"name":"@firebase/database","version":"0.5.10-canary.c34f9a5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.cjs.js","module":"dist/index.esm.js","esm2017":"dist/index.esm2017.js","scripts":{"build":"rollup -c","dev":"rollup -c -w","test":"yarn test:emulator","test:all":"run-p test:browser test:node","test:browser":"karma start --single-run","test:node":"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:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","prepare":"yarn build"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/database-types":"0.4.7-canary.c34f9a5","@firebase/logger":"0.1.28-canary.c34f9a5","@firebase/util":"0.2.31-canary.c34f9a5","faye-websocket":"0.11.3","tslib":"1.10.0"},"devDependencies":{"@firebase/app":"0.4.22-canary.c34f9a5","@firebase/app-types":"0.4.7-canary.c34f9a5","@types/chai":"4.2.4","@types/mocha":"5.2.7","@types/node":"8.10.58","@types/sinon":"7.5.0","chai":"4.2.0","karma":"4.4.1","karma-chrome-launcher":"3.1.0","karma-cli":"2.0.0","karma-firefox-launcher":"1.2.0","karma-mocha":"1.3.0","karma-sauce-launcher":"1.2.0","karma-sourcemap-loader":"0.3.7","karma-spec-reporter":"0.0.32","karma-webpack":"4.0.2","mocha":"6.2.2","npm-run-all":"4.1.5","nyc":"14.1.1","rollup":"1.26.3","rollup-plugin-typescript2":"0.25.2","sinon":"7.5.0","source-map-loader":"0.2.4","ts-loader":"6.2.1","ts-node":"8.4.1","typescript":"3.6.4","webpack":"4.41.2"},"repository":{"directory":"packages/database","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"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.5.10-canary.c34f9a5","_nodeVersion":"10.17.0","_npmVersion":"6.11.3","dist":{"integrity":"sha512-B0j4dILm/P3HuRzvqx7b3+r33uFAUZL3gjOUM7QckcRZxri2XiPE7ucDxzWWPq0bf0+4zUZA5DK1O4UcXvoHIg==","shasum":"ac8fab842d9dc80c0fc703d373af46f2d0287d42","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.5.10-canary.c34f9a5.tgz","fileCount":115,"unpackedSize":6281756,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdyzQOCRA9TVsSAnZWagAAqi0P/i9na2EsiNZjfukQGTzI\nP9dmYNDXXBMqlpVfW7ggQmwtQb8mM0k5KGYyH/ECryTtZ1RKuhDyK8PTwjER\najBnn+P2FXYHPy3huxoVjlUc7iGVBgxdWYjN0rm8KD7SLWeLDPXuj1rAHpyH\n8JskneLdKwWDBWK445MeGrNYks029GD0dh7sc3tO8GFo5sgzAfbhejaDub1W\nVXb2rL7X41KDEDLpUkyBSzmHDoyKVi0DFf/KxWIOnbMq6KCuE5YsDZpeSdFx\n0pYjWomLvPPr6ieKQ3CnYigSvb8xE6xxz93SB3dYDeL4/pT+1gU7TrXqyYFX\n+aHXdlTnCZtCaumi/rPMbsriE9aa/KcDwg62zn72ee/ea6AA2N/Dkv9VyAMV\nMqSLBYQGcn6fHWiEgoe3JikCmcYsAgvJFzEdq7pUcxca6k/i93hJQpuJJT0c\nSWOFEYbz2KlGsJ49tLpUT8kgEszhfIluqMfjVoBRpZT4CDUkrKCvOVpk5YC6\nEY2foyDQg0C7oAc8gXucapoSp6CuL4xNS1IOR+BfNU/gXFqZX1I3nLTdKnpW\nMxJG1TSPrL2UWTpwJ7NPJAx49/2e2goyr3V8m9+wF89lRnY4vGRY46B9kGsL\nNfwWIUuXsvGvurDajhurLd72MrnmzOVnlIaDqg7vHCPgwvuFssB1/X0u58q0\nlSuE\r\n=3CAd\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD018f2va83qpacJ5n2yUK+fu814Nzfk2z1wYz3P0dyewIhAL5IF54nRZILim+10X1W/fSPIY7RAPIF7OpogPHirqrl"}]},"maintainers":[{"email":"chholland@google.com","name":"anonymous"},{"email":"feiyang.chen1@gmail.com","name":"anonymous"},{"email":"operations+plainlogo@firebase.com","name":"anonymous"},{"email":"node-team-npm+wombot@google.com","name":"anonymous"},{"email":"hiranya911@gmail.com","name":"anonymous"}],"_npmUser":{"name":"anonymous","email":"operations+plainlogo@firebase.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.5.10-canary.c34f9a5_1573598222312_0.7221390441700448"},"_hasShrinkwrap":false,"contributors":[]},"0.14.3-canary.7150c7859":{"name":"@firebase/database","version":"0.14.3-canary.7150c7859","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.7150c7859","@firebase/util":"1.9.2-canary.7150c7859","@firebase/component":"0.6.3-canary.7150c7859","@firebase/auth-interop-types":"0.2.1-canary.7150c7859","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.7150c7859","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.7150c7859","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-iMgeztr+edOLv55aJV3/z+KcAarQ25zaFQGQvjuCwQhZ+9NXnpv2PVNJdIOWcz8gLOUQoEfvVm1vAtaW8t3kyg==","shasum":"fe8d2fb53639edf0259f2e6522a80cec0c9f38f5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.7150c7859.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4nCq4FGJPsgiNWaGLl+UOuLTqBybKkH+rAnf8CSOIAwIhAPQ4zDt7iNTJ542TcYi5dBqPJEqy8IC/pznaeMSygYuI"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/QDJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqaiQ//R3WQarbYZ487yhUTKLGj/54RwCUZRjD1fq9z3+5MKWPLLeE/\r\nJ7EUVoyMiGOjQGlsv2JaUq0EQ1ABj/PdfX0s8skihe1vbVbCvGKfnx5aBqMi\r\n8Lovy8wQnsPuLSPky/LtuKUahPlSgrysELXCcDHmgN7qc0B0gMUjwVKRypKI\r\nXNWm5TxQeQ+HkZEDK+/JWUpJafpppmO3BKjLh376RKQJO6qowUNdpG0xeY8b\r\nDwLKNsmbW8GW2Nr8xJ9tfAqk8uTm4jb1I1geS8xUG9XNkvBKGHXDkW6k4YwN\r\n5rRRg1fMZoSK6PceL/gWX0usTON/KK+1xCIvmFtgeAdrZW/tWKK0X9lXxymx\r\nsAFB7QcsG7kyOggr5ZodrLDw2vGH5ufbJgY4VdwTXnj3aG2Pede3q8WaBQ8F\r\n1FQ1/t+4CuILuay/QUNmf3hA5KmnfBIQRoNl3lWIBmBlXRoJlDMrUpq1c2Ks\r\nDsRxgny0JWzIuGCHHbmwcFwVYlhyA6VWutdTXF3frgSNO2MDxgkUFVrp/WTP\r\n4aNVJGcKaUqaiTXuefXNXMyFUOrZfFXIU5DCyWUZ08M8jvKjJc5Qz7WWY2Vn\r\nWwipBLz6Mo3Xvr4gbMHMLj/xKd0mgMDpqb/o563BvVB1vLwMQU5MvhWQrYr9\r\noF6l7OW78Ir2wczOMiFnQWFIu6IWyYtqzw0=\r\n=uxNZ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.7150c7859_1677525192987_0.43671785351343373"},"_hasShrinkwrap":false,"contributors":[]},"0.14.3-canary.39c9ada85":{"name":"@firebase/database","version":"0.14.3-canary.39c9ada85","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.39c9ada85","@firebase/util":"1.9.2-canary.39c9ada85","@firebase/component":"0.6.3-canary.39c9ada85","@firebase/auth-interop-types":"0.2.1-canary.39c9ada85","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.39c9ada85","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.39c9ada85","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-JhBPSx685lIRvPHaHE5vFTEycmS+QdEnlfkuS+e6/ZiEUG3nczUM9c0ZKuih2bm4xsuEF9U93rfpfNItrZueXA==","shasum":"86b9388194b30c54ebe185cc181ad5a5d23fbc37","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.39c9ada85.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDnRUDK0KHcoEPBXgjM5/tHc+e8mkRG5Wc/9922dY7ImQIgL7Uh6yZqwmh1CPxsllN8l1z72TnQJAb4aS50X/rmUTs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/pkzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpF1g//Ui7rr20uWoYRAjhTvGZWAjbqbT3FbLNim5e8/9TGuUuARJft\r\n2lTCsVFRPy/LhiFS/9WcJQjSSpUHsY3gtbPdgjbboPsJNFjRgIgHHRGuVjJ8\r\nl/P+Lso7fF8MMTGBJrwuAhGPB6kHfsXQSq77FcVGd4mBJjWE4e9a81heUEJe\r\nl7ehUt8fEQn/cz95i5l76ajLgd8oiu2sxU/Ar4WjxZgPZNp6qDj/IOydsMl8\r\nlVtcKMDZqpd/B8tejgXMImUEvODOhg2HcEnje37L84mgbXtO/VgPDco6l6XI\r\nv9T+l3X7rAfk2ytBAu7TFINbasbv/EabPr8mWQEOV5m7hT8IfPoTw5tTjrNu\r\nAOMbUhhCMVq+GyTU/ED0yRT2BA8g3+qa7sDU5ya3oe9O97Ls3JLzOaMv4vAt\r\nfdqD4ekCpWCD8ID0YsG2HwXJNR9C6KA9ut3jeuZ4QszlS7DPcIU1+1b4AeMP\r\nSqp9Z8uNm2dgMSvwYlxXr4Q1/ZDGNJn00f0oH4OHlZuDtpzPgPnw5lqATvTn\r\nv4bHLWvzZv8i3sv671C4fkyDGSPCUgnFK+54b761gqLMaLewJJAqyZ/04bck\r\n90uzKeCTAEVJBLMUZ3vXd4/nPhGDxW7CO7Sc+dNj4KrssbZui2zU2IAJ2Sel\r\nryy7rDMVX7oVL/o1HKDORb6NpJgKz0JAbXg=\r\n=2yTv\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.39c9ada85_1677629747277_0.19464912955439662"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-20230301000120":{"name":"@firebase/database","version":"0.14.4-20230301000120","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3-20230301000120","@firebase/component":"0.6.4-20230301000120","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-20230301000120","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-20230301000120","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-3gBkKO6ZJ5A4dr7gPFp9jRDR7T9Kguts4bsmWs3sGpSQL7nFkxAbx2NwGHOTWUJ9dZOUfxnL2XS11/lW55k+tA==","shasum":"8816b5f1b97b918a51596057de2fed8ceb53e383","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-20230301000120.tgz","fileCount":230,"unpackedSize":10583212,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCQlI11+PAz9a/NjDTJ9NEu7MHRNAMFBRdPOlT0fbGObAIhAIJPvPDlnPBZe35rDcl4Bj8PLlOhX0Hm8A9UBsLHbUGz"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/pqvACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHPRAAh9ao26wHsCbe0PWrYd9dsNc1ejJdgDRu+SxS1IIFLZw68SyZ\r\n15slDY7l3nw99cXwZOEouyL7ksyc+2ZvEngc0bKGkgjbZs35oqPcJYfPiX/g\r\nRgC7MCBGbFKWuY7M9OeH9sMpf1BNX4f5kTmCnkYgJInwdWNfYFKzFeVQSJDb\r\nPA7ohQJTiXriPScTkk6tsLOAVBn/GCl2G1eaInD4fgXElQpoElqpv7I97Oe7\r\nBMnxXgtbYdCRwwFVJ6Yf795n18al738HRnIcu995BxQQeON9r1zUcewS9ZeG\r\nTp1FI8ysWXH3oWPEsopQVq9qa8MlWTFXaZvhb6oINv4Efwf7Wwz3sXfhWb0M\r\nmU00O9uvYRAkUWLtGQDUmKFlaUBj9tKfzhac3BrtC1UlIQlKsSRiMYVenPuB\r\nlA6u9SQsRfOOibNdzcOIeGLDsiNkWBnkRISI3D/UBVeKljl0MfSgQeDEVw+J\r\nKCjjR1GGIFjuRJYkJ01IbfglPbv6v22OkSEAEwsQYNnMm+myWvRdAIgrZMDH\r\nOKX2m/c/6CpFZa0Tb6AVi3FZkGNYWCSvDIo+JT7d1Z0i6q6Fk5h9kkUmc0tp\r\n6wap7rPpvB/UVC33S68V1aCMCGMyaxjZDgyYX0a0N5TUMUCm1DybNbIy/MV3\r\nTpjFRX8oHP2laYrBj1wRMUMb5qGtIYT1WwU=\r\n=XRcx\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-20230301000120_1677630126990_0.2802554497082519"},"_hasShrinkwrap":false,"contributors":[]},"0.14.3-canary.d5d78cbcf":{"name":"@firebase/database","version":"0.14.3-canary.d5d78cbcf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d5d78cbcf","@firebase/util":"1.9.2-canary.d5d78cbcf","@firebase/component":"0.6.3-canary.d5d78cbcf","@firebase/auth-interop-types":"0.2.1-canary.d5d78cbcf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.d5d78cbcf","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.d5d78cbcf","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-qa5pGisxdJ+lTDJxw0Xm/1sbprhP/AbNRTD2g72n45EEhIMLX4lUyuIojBDLGMPo/Yo0ZWpMLs9w5X4OiX0grg==","shasum":"2aafd0731002e9659eb3fa0881f4d8fcf4015460","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.d5d78cbcf.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDhyA97eN1CuAlhAKLW8Vj4giq0sljDrFkTIo0Ay3PIsQIgRnfRiD7ZdOYRhSedTvgWHGpxUQXsm1SLE5zFbpPKi8o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/5sLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrphA/+Lp4bcItKuZtJJxJ7+5mbQafjxMi9KRTZ7+yMpmR/duWUatZQ\r\n0R3txqG9RkmnL/c7JLbSrFZTaGu+cR7hKPIWFE426ixhiES9WBy+/NnDcxWl\r\nfI6abH72t6ZWRpL4atvFEPgYt8r2fETWG2W0xlk6EKFzraAggKgdfUkF0IMT\r\nAgsUlAGemRtCphLuZ8wnEShNZKpiEze/OJaJjWGE1q0LV9szkPzp2BiiD/kY\r\noYTIaNuf1mo3B8O2URQCcpRHTjM77EVKDcO1ba/kkeszfIxWxJjK8padsE0i\r\n2pymfU94cY1LxfyHGmHl2tyWLgvO72LPUPp4kCNvwwa+2BwnhqTNGRSzRGMT\r\ny78MRgX39Jz3zVOfOnHbGRy62t5iU0EogN4W5lhF67LhBB975FC+/y7vXwjl\r\nHyt2Gq3Psg9UUvRKYzcyg7MuTYGnWETgKppZm09M8emxxPpkJZSLhwdfSG3O\r\nlonw9NTOzXosZ1qSN4DkW+vDQozYN/PaAHDq5Ol9mWgX5fAaixfC56Es6Bo8\r\nQgRMEhwVM1fujR/ercRWqAFBkEL+Qqfc92MU3owJAfWA5MNobPpjK17mOXMJ\r\naw9oqsfnZTK67vvLsBRjV6juBDJqcr2+lT8gUyz8Ptz+ffKpsuF2Z7hBQJcV\r\ni2s4IDozNbQV2hOBAoNCshzaL6nDT/MaoAs=\r\n=GOUn\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.d5d78cbcf_1677695755570_0.0924460846760422"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-20230301191949":{"name":"@firebase/database","version":"0.14.4-20230301191949","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3-20230301191949","@firebase/component":"0.6.4-20230301191949","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-20230301191949","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-20230301191949","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-vfX+aUtmCLspbatvaYQOKxXvs4ebeq6ghZ/qHVgPTX0nB994Kc5sAzKWMB7VFPUEIOHfxRsxv7pnqjK5Vqc8jQ==","shasum":"2bb443cde4f9999c9c78c343d6170d6cc379cd4b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-20230301191949.tgz","fileCount":230,"unpackedSize":10583212,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAKdMyXcmwmIlcEkG8x8mT1gd8tbpGXTegdBLVUpwyNWAiBuSBT3Tbl8mgZTiNBtWichctCTSdcrwwt+Eu9seMzbaA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/6qxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7gBAAiohc4MDrQT1bjP642bUS7ZseA2dxvq7UUhSNuABFJ04QbGGe\r\nTddmC4nzZ7tOlMLgusSad2EPXNUME1GyEtCeSOuz959h484h4UavxEllDINb\r\nXVzqFQOsWJysxjgB2EIOqIOpSfCeyx7+EJRbftINsIZm8Ze9Wl7CKIoZSINN\r\nOconDSyTAfinDF6dYiVd2R/KejNGQtQ2gzo84VQCkACy4GHtCAnC6WVT7Mjl\r\n7VSWNzyMBekVL8OnhYBBVF/8gi+xefUITZI2T2DytVzAmBJh2ZWlNF4E0MGO\r\nolV/ZDEKYEOfJct7q/eXJlYPHViwLzQW4wWljyeN7PGClXjf19b3r2x1pIru\r\ndBGCEFjtMG61CkbslHRtm2KN8frIMpOxce+EF8rbUtv/d9gb6qHoxij/lwG8\r\nKJvIu9HGi+Lv3D5MM82i2u73ch+8GRErHE6DRKM6tcg8a/uqgXOfB/HGW6bR\r\nvuAME8MaE0BVOGOE46pTBy60IGSkDE6pbIYTsAP7mn6Echc2MZIvlGdzuRUA\r\nLuUuiGq1J1Yu4cmT2O9uLixKK0JDGYCu3p1GWGqL9OG17sqcZgoC5fUfspAk\r\nvkM4WA2BQ3NPWXZbgzTQVXMiBym+upLgs/TNPdQwn6SNUWAe94oCYPrgUD+z\r\nTIiQzKDawztc9kb+qSUperU7mgw6nckPscA=\r\n=xi4K\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-20230301191949_1677699761718_0.35455772428143684"},"_hasShrinkwrap":false,"contributors":[]},"0.14.3-canary.e2bf2eca2":{"name":"@firebase/database","version":"0.14.3-canary.e2bf2eca2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e2bf2eca2","@firebase/util":"1.9.2-canary.e2bf2eca2","@firebase/component":"0.6.3-canary.e2bf2eca2","@firebase/auth-interop-types":"0.2.1-canary.e2bf2eca2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.3-canary.e2bf2eca2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.3-canary.e2bf2eca2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-FW0nPoow59+m7ymi+ABGfFAQRvp2J47GaHYgacbk60du+YEpy0eLk0qY3ZBBNtqWm/1++DQSvLM3l4gGRwCsIg==","shasum":"199de4a93fa78a6217ceff321f69bc33e6eb800b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.3-canary.e2bf2eca2.tgz","fileCount":230,"unpackedSize":10583000,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF/yJSYw0IohQZ6LhGoeqaM9jdC+OIGucixSpryEuSpQAiBgZ1TNAL1dpGU7qRmUkNt0sEAm5WgyOfv3fFxh39zcSQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAPh2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoMaQ/+KCMWOBPZ/ZzgW1GyYdfmzBP9TmNSeKnP6yfMzr4NGjThdjk3\r\nYap56F6H2Uv/4J0g6hsVUDuE6qBtTznhHsMrVpE3xuorBqs9N1jojMgPeQJz\r\nlIAyNkeonqxYPD+okUV+GboDahSap82d50ngFLPgxoQxNC1BIU/tz+V5dDl3\r\nWESEWcREADkpRiW4Mqw9CQNYVYIpl+DWFU+9i3SN+2sy4Tx+xlmzPPxbc60u\r\nmzLhwiGP7ZPvcZyQQQVm6ILIz2dDgKbYqqmfLOlBxy83Y9QfLAZjUB2JlaZ7\r\n9JCsdN6ZkZKLgLKP5xwVFOiZgPbKAcfd0plBsvqbXJ9MIBdT/GDWOtScKOvx\r\nITLB2W+pMdnKU0T1PJhP8LzxQVgzyid7Y6D9hcdMvHeQrtlzcaDCIPAL3Gb4\r\nf39ZVY+QR2TcXEC3EGAis7QwXelJFzRR94DX2nH7smBsMbNQ3ExS/43i3EYY\r\nxwCQMKUxIv059sjzVGsMFI5tFaKtpn3765kHuVEWB7lVxb6/21wEkE00TXu0\r\nhmXBOSU3fTgpIsNLgrRNVDYLxkFGMoTfm9R3TmU/XDh3DVLVe/VJ3wlclcq/\r\nGnTQpAnVwon6E27orXG/jUjJ0zKa1pQkeIK+UKxkW9tnq8uZkyCAf9koI2N0\r\nVYK8KW3WStfTiA8QmAMvXzuQesLu1puUxCU=\r\n=SKgG\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.3-canary.e2bf2eca2_1677785206547_0.8292585385904705"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4":{"name":"@firebase/database","version":"0.14.4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/component":"0.6.4","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-+Ea/IKGwh42jwdjCyzTmeZeLM3oy1h0mFPsTy6OqCWzcu/KFqRAr5Tt1HRCOBlNOdbh84JPZC47WLU18n2VbxQ==","shasum":"9e7435a16a540ddfdeb5d99d45618e6ede179aa6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4.tgz","fileCount":230,"unpackedSize":10583032,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFYbF4JAivSUY+SQmLbsjG2Y51o8vozkx7VF1fAoNk0QIgJA//oriVjg3qm1dwYwr+bdDp1E/AJKD6GI1BvFmsgI4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAQQGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5sxAAkrNjLbwgNq84MOKkWpDezKl5YAvOw/deLBuBE7dH15ZJw1dl\r\nkua/1bS8iU/h0YWRdheWZSnzOgUzhtDQ1kYUaRL5XQa6c6JuNDQhkBVS6KKx\r\nekJLGj1aaRGyFu6Sj6VlD696fJO1wlv+lGnWeg/C3STBkXkPZ3CbtuhRQxqC\r\nswjFXKhumt2tQZDI+v7qxMe/vow6Yy88v5SrXoI/5Pv4sepzr/9IQyaGwXlV\r\nOIEN7RfWdNZrLcevlgUJW4B8G3eBGiJ7vl46bQr4NgqRcZE/IpYIJ3p9+orT\r\nlxn8C2NAXxwCWJzT/Qtcqnd/2mJVgca71ap40/ZypYrmlJwcogabW/oqzw/Q\r\nmydUGP4Hd9JquBf0NffdkdZx1kyBhIsQ8TI46pxDATRONX5Zm/15DQSt9op6\r\n6k+dvjAYq8QBU1MYTjL7ZeGVnXpBebFpKk0PjDAJsfuLSmvt2KNjcvrUmylp\r\n6j1gGn8EDWoyM4/1AG0iKMMOwJA8rnNnhziVmUPZukpKVAJ1S3dGpAE3Gun1\r\nOhKg/Y5mqgbjFcGaPlV96jKOmM67U8Y7ooyCCSoTAo4BsJubZLFzbAeqcGk2\r\nfcAll8fgytFLQ0G5p3VHJc0hFgXMO1XcF5tMDUvA14v3WLZI7J1ihnm5koFY\r\njCB3l4EVLYzhyP4XgglDe4QYZcQf0UglsFE=\r\n=z2gL\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4_1677788165837_0.6281404991366362"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.722325ab2":{"name":"@firebase/database","version":"0.14.4-canary.722325ab2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.722325ab2","@firebase/util":"1.9.3-canary.722325ab2","@firebase/component":"0.6.4-canary.722325ab2","@firebase/auth-interop-types":"0.2.1-canary.722325ab2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.722325ab2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.722325ab2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-8g/obUNaqfuq9d/MgwQY4VGVAVYQ07oARBbx6cZ+LOk4VuNf6q8EXwPfV531xQ1OLqstwk8YbW3WTM56JgYvAA==","shasum":"bf06ab66f60bcb26e95f04cb7149b06d1bdf0c8e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.722325ab2.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEsRX+lWCoi1l04XNvlrziCbjSS+/aRIZKXRBflGWRPLAiEAuUmfrUAJ1iSE45jaR6nkWRW6t8aOgAa/8NHw+dbxsE0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkARpAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq5Hw//Tlp830rEJxCkTLtXsAyDXQ7Ob+yoGChiKpWtg9cJNe7Mz5X8\r\n42G692CbevQJbUkPMGebDjqAPWgB/fZz4DFBDPSMTdNjOn0Di2BUoYfgMk4J\r\n+3cKzS5mJK2/WACwAPFFkl3Tgom+bXJe9HBe0mxdlv7HMOE4Z16Rrc91lbYX\r\nvBNYDLNobUzudrX2gVAJSw054JYhMqCIyOYRTo07mZdnLiSeUCcq4vs39+LF\r\nhoBYIekHT8nG+O2RDaEgwKZA+Oc0BAaB7Qrl3QjFO2fgVThcYInnWCai1e7S\r\n13GwGZxc2KrTIMx4ZKgAOBE3xowYePccokSKqkxb3am9txhzGkuGIpaINA7a\r\njRSHL5wElSMlzHU7Hztt93ODC9sIQ+5sHWJ5DVzrGibXnEfKdzvP3HznnFwh\r\nHdqrYuHT/ospDsBLFUz9yIW9s31dtV4A1LhZhql6GVcHOW+kvEvMTMSblZsm\r\nfuAIbSHEGEGqp361Qfy1lXbbEnjs3b8xquyAKJ54Jo/Vttwzt/QxvFA7GJ6F\r\n7mgH/BU2IS3O3mLdrgoCpzSGhzz4FkwBD2QYfjq2Q9xyvHlJhbTrVLA8sFtf\r\nqTd9uXJcdx3/3MNTW/IASxxalPrx6ykW3ExOvphYRRfw0ed/oTZlNUzCnoCt\r\nTvS19xSUJWc6y83CVJbZW1UBrlTAczhf79w=\r\n=+ShL\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.722325ab2_1677793855840_0.5096587705602917"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.5ba524313":{"name":"@firebase/database","version":"0.14.4-canary.5ba524313","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5ba524313","@firebase/util":"1.9.3-canary.5ba524313","@firebase/component":"0.6.4-canary.5ba524313","@firebase/auth-interop-types":"0.2.1-canary.5ba524313","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.5ba524313","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.5ba524313","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-ViePAK8wwoGxhDMPBv8qwfrIO2A306AbJKRDkEXJWEIW1HUbNcmNfWGSKE7a7M7c5wwlIFQaUp7ejGhN4Tx6ew==","shasum":"68d0906d92376e2a7cdcda2dc19f2dec418447e8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.5ba524313.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAidyNGRd91AVcez7CZA/JUeb37nC+8Opg+hncZka1vqAiBlUjNdKbdJKjO5JvqMOxJ1MhffwTlEDyBNYC5h73H3LQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBixWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8Fg//ZnT3wexR9vGE3u6WBeSdoSzbp74VXE9YLCrCm7jjBr5TV6SG\r\ntS6FaWmayGr2lZkiLu6gmY4rtG5pIhJX9rwE1RpuplJGRJUL+VgQfioDJT3p\r\nQjXVT9T5EabYpVfaKvzlzUQXqDybnA19J5esWjVzSYoCjHVurxIxtoV118nc\r\nhnc27XKTuPgundMCD0sXu2cXP8pu5uVNeb0UZO2QqbGZkHfyMFsdfMj7BFvc\r\nRSQhqqpI5Hw0M7UZJtUt1VNBcsGxbRfceJAc9A7I4R50+f7p18Nl0vQpU/xm\r\n18av6FGo2rxsA5nHzEO4tbNITt/YFRYufHy/azcqhKs4VD2qMGr2troICLXv\r\nlBxZcESetjwKCwiJY2wcKxTTC325d36xbvV0ApY98PrjGbqskk9p6QIisIwJ\r\ngT5YnxnGSEpUID/PHMbz3O7HyALcybAk+bz5LaqDog6/3Co5po8nrd1T+9pu\r\nCe/CGbfD+eIh67gLuW7zjaX7IUR3BKx71x1uljRHDAGeTAhOaCUofHc76ZTw\r\ncr99y4k1PYV7/7gQZdIqmOBXYj45bL1tvlryB3dF7j+7YBSUYqB3+EzaP0NC\r\nhfN7p7J8saPt7vyqwdSn7riZL7pwKntEZbVA/xa3RGKx5sGgkzgR+hzL6wOJ\r\n0F2SQQHAIzOOtGU0f/3p989eP/zrbZIawxU=\r\n=ARr/\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.5ba524313_1678126166556_0.3086469160991858"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.547348ba5":{"name":"@firebase/database","version":"0.14.4-canary.547348ba5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.547348ba5","@firebase/util":"1.9.3-canary.547348ba5","@firebase/component":"0.6.4-canary.547348ba5","@firebase/auth-interop-types":"0.2.1-canary.547348ba5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.547348ba5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.547348ba5","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-JW+iQRzOruDYGOdULDO6ptYLJfQZ+B09v7A+c6Hw3HyM5DIhiNGaLNjSAbkXMGSjYCC6nJlzrzgspb6svetPBQ==","shasum":"90d93a04469b51d16f1ee237320983bda909ac2d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.547348ba5.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAUTeJGsrVRkzYlK7P0RCvylCRLoFGzM18ybJ+qiCvIjAiArG6O5phmDcWXzFfI/z1LJ9rXDe8ggoe/ocrrd2IeT1A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBmPMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrtXA/+PnygBq0ocY/aEnNKJ86+sCwQ6CX9uxCeG1+py+YPYl2mw1ft\r\n22s3eyKKyD0aKmitgF1psP6m3t6MjGEJ3ERi5TEEXx/2c1uqxfzb4xaLOsuC\r\ntk2bjWO7ltNOAYRNB6algOvaTV11ti2L4z1gPpzx6zYB1lgbqAtwjoYApFrW\r\nkO8LHquoZ7G47cCgSl/7Cv8+rB2rtbZVOddIFjB0+ztgpe9hBJlg7B8uTcYp\r\nkpnjKBxrkbbe4g/EGiFtJJWXL9vOlV3q/mcUZh0dcpiZrNeN0Kfcc06St0bk\r\nYK5b9jzS4VGgkic+vBHxUMQ5jLxGBtfaTJuQANtlWy1IWNYBu7SeNEAMtQfU\r\ndNVa3dV6r9LySukr2Zeg+WGEyPCwfyTuc+9USHd30GazRlYR2YkmlJleu8uz\r\nlipuKATpVQ6djee3xGKjvRSVrmzPqf4ymq34DUMZIO7BCiPfH5BCzuwzJCvv\r\n8+4s/SV3My1za7wM9jYw6eGeqKxATQ+ApW4SKGG37C7Iav/s9k+TNO+kxcjP\r\neCZwStecBCzHjqVDUTQIAjgNhacaY03R0KARmVIowJ+FreatodSkWCsiwg+Z\r\nlUDlUivvAZHpKwN+wXG9bHUO6UP84d0VBmza5ZhxK7GR4u5TJs2avnH/Jdez\r\neR4a/z5AFRRUN93R4Lciz/yG2ZMfwA9+WwE=\r\n=xsar\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.547348ba5_1678140364434_0.0582406150696122"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.5099f0f60":{"name":"@firebase/database","version":"0.14.4-canary.5099f0f60","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5099f0f60","@firebase/util":"1.9.3-canary.5099f0f60","@firebase/component":"0.6.4-canary.5099f0f60","@firebase/auth-interop-types":"0.2.1-canary.5099f0f60","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.5099f0f60","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.5099f0f60","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-IlWwogREYedswVCd9riU3e68arvD2fEAc5M4O3XRxhOLoIz+e9ZZQCOwcWSti2Ak1vvVlLFm/KvN2c4ZHvSdHA==","shasum":"3c9499d224c05c7bfdda3fc036a598cff0fac890","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.5099f0f60.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICHYPDdgz0XjUNoGIpvmFBpRSy2s2KpEIyN3/bjAY6iRAiAGa2SVNieKHVfj51dq4fbR/TGEudi/O09WT57HE8ZFZQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBtxNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3xw/8C1Q/tqdpu7knoYZJFBmdQTGqKtJ5oOGkBb2nCLJLK62qXAXw\r\nkkhfekhPs0kD2sp0PIuPbSYaKX2/zSkhWsJ6ZQgYjsCbVPRr9oc3puaHzM4K\r\ng1XuyAua265HkZE+7balUIXdCs+/ocel7KL1lO35kJjTAhIc4G75YQLdz0PL\r\nkOzA7iqwXgukRmSGgc1LgzsZ8QvwYLI+5HXXJ4eWSllCx0e5WayIYIlygPMK\r\nJu4Tj5V788mTE/kAjjEU6EXgXQ0HKqH/kKetK+ziwn8DlG4P8MMy87btcHbL\r\nfVKTRdhK8+GrtrrAMpkXDKqB5Rd2hqKZ81fa9i3dK5fYrzVC/B5ve15MlbS9\r\ndACz9uAOHpDIDHr3VtdqJa7Gu62nSs/zBZfWLsBxfATL6fPcmemINNGO3YZb\r\naexftWifSCPClf6EJkxcrpSJFp4tkjxjaIkWNPZtVUeT1NP91sbGcmh4iO9I\r\nr8N1T/4lbtXIIptK0T/PSjV+CQXjOMvv7NSo86ZZmWcliQQuQipTUwXG+Tbx\r\ncn3tDAv2Ea/U8eBAVCZYY/cIm6jGHZJgZeFzXdn9muPevTg6c+ooKgn25lQh\r\ns5A/Jq1FLVrFDblrDtrOeoTTf+5jOxZpmIv4FC2jIT5S5+1yctWqifNwqRIp\r\n06KbTbGtiMEnf8wXsvELx+532fFortiUgBw=\r\n=ZBwS\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.5099f0f60_1678171213062_0.5202039630616488"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.497c38ae1":{"name":"@firebase/database","version":"0.14.4-canary.497c38ae1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.497c38ae1","@firebase/util":"1.9.3-canary.497c38ae1","@firebase/component":"0.6.4-canary.497c38ae1","@firebase/auth-interop-types":"0.2.1-canary.497c38ae1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.497c38ae1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.497c38ae1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-EvAiSvUkNqwx8c47QL5ByFX/zIFNsQRGJ073ZLZs4jFiE5XueBymTIbJhCrPuI93MM266BxGAoWDn39B+JYeVQ==","shasum":"f280bd4067cf41d7353287feaad80a79bafd90c4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.497c38ae1.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAO/199ffdRM8ijVJlwGhwp5Kl/rS1UPv6KhIj+ayVQUAiBDRpwAh2XiPSbKHpICi3NYAnIi9Q/uJloUFRDHQKisyA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCYlqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQsA/+K+9LuggW0yk7l+4IFS+5JRUvl6hcjYuX6AJ26EVLpWRGyeKX\r\nOJei/Ep4ODeADjXYP5Enw2esqZUI/75J/pbEEQzCwyi2Uhh6PRs3680k2yZ3\r\nRth69LMnCXcatW+oJv5N6PaD7PrcALI+JW03GpVznWe+EwFbtde7jw3CXj5l\r\nB2HwsgWi5q9JfKuhHO4ImtldCL3Ub+ySru7Lo2SdFOUSaoju39V9iFQKLrZI\r\nJy6JAJuiQ8usV5pCqEHBGu2m4DkNKwU7JKj3ehPfajmMgpny7IVu9bUdA714\r\nK3a9U99tpRGaVJjWMbHbAqPzCT29opdFnjkzITAfU1/RU+vK1bvkCGNfqxy3\r\nhyQo7DR6Pg5KQWyMPR/ddLRBd4pXeomq5shVsLORmEluT+CifYKt6CwtbJ/z\r\n1RY5mYKZWhLiF2sruIcfm/yU9nem12vWoHfWjYkhw0yTFDRm6kYeSiWbDGpK\r\nK76zvG2daQO1j8r/0MXuwOSck8ozNX6p6hM6Ajxxl9PXXsQm0qOmVHYGrWyc\r\nOxGiEPMLGBxZkCWj/+zpnlcuDxs3WJUQWYjozJyvdONmux/g3qE4vonNyQ2k\r\nd9qn2ZRxTM7b7U83WVRbg4AkmwDVWZ8rldPy1eSLtGX0yPmakc8pr9tzvmRk\r\nxWSXMGI8TJ8Sf0nPlVxUoruO3fN1sNjHy1Y=\r\n=GOmV\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.497c38ae1_1678346602117_0.9874861741232837"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.2e22d5bb6":{"name":"@firebase/database","version":"0.14.4-canary.2e22d5bb6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2e22d5bb6","@firebase/util":"1.9.3-canary.2e22d5bb6","@firebase/component":"0.6.4-canary.2e22d5bb6","@firebase/auth-interop-types":"0.2.1-canary.2e22d5bb6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.2e22d5bb6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.2e22d5bb6","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-fqnDr1p2AxWMtpkEDT1GnzjuYJfb2poD9z7PflcFh7puy6W3sixjyh0i9Hjj9X8IP3EVMs3HyNgmjqF1/0Ulaw==","shasum":"203fdd470d6853db6d9b3f7747e77f34a2e79402","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.2e22d5bb6.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDtsHpqe9RbB9w7sj7ZJefKKtCm6ru0LY6V4DAYX/k0YAIhAKugBux4mRqCaPu7FSY0RQuOUD+D/4/MdQPeSlc8Jzjm"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCgYuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpNQA//SmHrYJC+i59/8WRzhMVDF0bDfm0EOcqBP4ntM1pCKDMXOyp5\r\n3jmEDBYM7ov3pZU0HwOZ5WOCNvYhT38a9/xFP1mhCxwohZSItqJYG33t6EMu\r\nqMyDB1VlhehNYjZYzpAj5dYg3mnQfYDhLh7MbX5wznhiMPj6yzf5OOXt0SyB\r\ncEgkjQB91ja2m938nij+kYzx3hpPCTdnH4bDIziJbQ93iAWglSXmPavVqZAE\r\no7TGh3x338ZYolsfjAXwVhjhEF+2NCvBH+joHqZwCr00gkvVlqRVh/KkycCo\r\nvZvZhQ2E7mjs3fPaopmGtQf58dVe3V1PeoYrej/xFI67iEjAmmxrXjHm/Bwz\r\nHF2Op5fgvC5DaTv9TeObg1HlvERcyIv3CwdJkQU7ppcexqP0L8j4vUOhKY1i\r\np5aD9nsvmqhVRsp+9sqo4igWLEhIuARUEt+NjcIBQwyBAgvy4OI0tjssM0PQ\r\nOsTaMCMwSCPOvN/SgzBOjfxfXbs5j+qJ/NCLLW+dz0k30qVcLU2qqTG0Cvd3\r\nrByNyG8naKxi9JOJQuXDSfNxNcb3sKwKIslLd9Nb8uF+kVS7cGdW4i89sLuW\r\nXcEhDr6De7HwbpsucnUkA28NtyKCV2laiwMBCEfLuV1fEpTZ1qepFW+DP2H+\r\nT/i9lx7rH+HqTB+bn07vc+JW+hPmmvGzhKs=\r\n=3kAl\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.2e22d5bb6_1678378542299_0.9998300416772994"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.c4276bda1":{"name":"@firebase/database","version":"0.14.4-canary.c4276bda1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c4276bda1","@firebase/util":"1.9.3-canary.c4276bda1","@firebase/component":"0.6.4-canary.c4276bda1","@firebase/auth-interop-types":"0.2.1-canary.c4276bda1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.c4276bda1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.c4276bda1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Y526vRTaK4JygskxODfNsyAIZIcfpa9Gr/ajwovlDF2wcoYgbI60peGteSuibG4L5SJNhznK2KU72FWtzyxy/w==","shasum":"6ea6f6acad2dcc255a3c0c498984567e8cb8874e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.c4276bda1.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB0tavq0jePkWhHk722lICUZ0ij4g+FDy7nsEQ+5YVEHAiBdHo/BcZkllFghsZ7hgYatLmlHreuupfyiGyalIxylIQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkC2m6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrilg/9HIUfgdGFG+7xiS1C6XxQETDDS177L+8kmpwXBuzg7riWMCAd\r\nVF76FKcgyZRE/HEEcDDXfmfQxaXKPD8zx3b/0gVg1Ib2eqBQGb1LIrD75HRc\r\nyQVhiektuW7+Eb8VbHvD/KFlb77BJgnKjJ8FKq3J3kUNpnddOpSFhCoh/xfJ\r\npR1sbbk+T8jAsz4WkzWd8B9AFEjsDtY4d6HQquzpsH9d3tXal81b6JHQ1OTk\r\ndlz8f1xRmi+tZwZQGk85OHL5dBrUcQZl+DEzdiE/EUeUPoipJeWCi+DJ53z+\r\nXYzrWLmbUQRZjwuNUHlGT5MKInNXpCPwsRUX+fPnJOMXZJgMHCVWapqYdx+f\r\nCjmV2l+ko7CG7S6Y4hiUEHTyXv0x4qB3/w7yqgF5JlCF4Wj7m+eRm5n4CYS5\r\n9JZ4DQeUSaf/4GTAHNRu7jLS4+mLrHQvj6D41AK2QYvEfo+Q0ydUb04Tmvmi\r\nfowJvE/f4y4BZSFO/w5UM4pzY0fHF2DdS1S/5SO1StznH1g41TBP2vTS80e/\r\n24YrGjgPNDst4R/Wesw0hifswNugTYCuT4pXfk59nrfUkn39yUJeJ5PCQ9zy\r\npkAxJbNFPw+Q3Aj1sQkoGsVxxIadfLjskcLZrmN82J6524Tz1H6tsBzquvKh\r\nqWNUKjr5CBXSAjCR579hPRmGDXXiItQkwgA=\r\n=JxdB\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.c4276bda1_1678469561735_0.26556622924390094"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a2505bd72":{"name":"@firebase/database","version":"0.14.4-canary.a2505bd72","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a2505bd72","@firebase/util":"1.9.3-canary.a2505bd72","@firebase/component":"0.6.4-canary.a2505bd72","@firebase/auth-interop-types":"0.2.1-canary.a2505bd72","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.a2505bd72","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a2505bd72","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-yZKj1KSomaEMShkx9khqOp2rJnUmyTy7XcmsXDBH3dyJn7wdc0IDddArV8+s5f9N7crTH/EZwCq8zttzztol3w==","shasum":"6a93f076cb5fe49b546fd914db56d28e3444441a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a2505bd72.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHe9K/YIc9AAozxSIXAe2ydM6qI4R5Zz3i1JBRYH//OpAiBuqUAnpTUDfoH99GH9fTy2dGK3TtIdHGKrsS6vfI2WeA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkC9f+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrV1Q//R0CNR3Bs2VoE/zeyeLfOab3vn17QCoCGWOzaR6SQt4OpIMkD\r\n9WR9Yf2veIpIzIasvcsP216XndPYyZ4RPeoy0/GV8fjogXWYFV92KUbH9CBi\r\nVEi2ZnA4BDQVaY2f7LziEq8js9lwPs4yQSBcZQZcTpB+8UA00OUiPYW9zAiT\r\nKYSUnCyLgHINa85S/CYtNq3ULhFyPzUKY26hmMA4SaN5uOiD5S6JPDLFwezu\r\n3t5Pk/JlrPTkkAjb6z5/qR5/X+QhJpp3upZJQK+/xuScleXC/pinSPqajfgO\r\nvMx950NSWW3Zuk6UwayHbOzGp0fmwBTDuc9/2iYmI0W9pz1cAda3RMa6Jcc0\r\n1MDR4ym0bxjbuWRgaaErMqiq/gITVTiLc0wAjwaKDRugyoeMJ/qTurVD/pBQ\r\njwk7ENZ2+Q4ZZa2yW8nsmkvmKWRmW105EynyEozqvKiaMZWI/+WlFug+trLt\r\nohbS9dcR75tfKCx3+/XzmD3OQNZ6IpqWcqcARDH1KiE4pQQuagXysXQZUqXt\r\neroGh/QxofZWfzeWYV5e+GQVGU8tWcC5YOmLZvHO2Saoz1TZprg0svu6a9tT\r\nm38ZgTvqs8odZJURgYUl8/kHswqDfCOAmN+BhuicTb7d2+h0EXCzglssKI8o\r\nPo0p0/jHZex8aIHIfqqUqs7ywzu6cDd3WCg=\r\n=riKT\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a2505bd72_1678497790226_0.7837474428220077"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.9a21a5729":{"name":"@firebase/database","version":"0.14.4-canary.9a21a5729","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9a21a5729","@firebase/util":"1.9.3-canary.9a21a5729","@firebase/component":"0.6.4-canary.9a21a5729","@firebase/auth-interop-types":"0.2.1-canary.9a21a5729","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.9a21a5729","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.9a21a5729","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-mD4vK++3K9HrmQ6zrcH6mKNQ8g9OMx9J7V5QBVEBF3AdgPoDer1YUme4qpC9599iU5N9dO7h9wufRTZh46UdIA==","shasum":"a9e82f67527833147126c330168f7cb1c833e113","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.9a21a5729.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2FfhRlza88cO2tnJEl/esCufsfblsfFrO5DjtxKYvuwIhAMGYhd91HS1nJCPa5Ws0mlbOP6SeVvI6pX3oRJUpRZuu"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEJY0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqGNhAAlqwNiGiO0e08dipK92tYDT7dqde6AqjbytdWDj9LomNVME5K\r\nHwHxeZiAfLpY8YVfN7O7uTx2xlw5u5a9ica/OUAdaO3T4Z0vSsqSlYWm6PcX\r\nfdpazQaeZd9K7Gz42G9XbpxIg1IIJb4nY6URKYnq14vFxPqlsFxzc80Qxf4+\r\nL3I6VW/1PhD2z7fmmBivjjX0OS3iyR5yH73mcNfRfi4tJRIoKAu/7z0xZoKu\r\nUCIPQHgujVGo56g65JSenCQUDYN7CU9V4tB9Yh8L6dHZ0wEDadArbQKBuDKZ\r\nkfcbvp5JInWUNKUr6/aeRNs/3rk2gAyHUXK9mvhApZUQBClDGK7te2W5ZhOl\r\nmn44437eet90DBNFT1mhgAHZniyskKto0rMKYIBFnr+++LFEeT6WcKN/0HYY\r\nLXLWaTkcuYTjZvK+vwXZz02xkrnQow3mLczwPIMSb8anvLYgWzcI0x/FrDx/\r\n8BXiMvgtKaV8fq4KDv17eTqMNFARQ+4syCOoRg7G815R6sfadOYyvSerxDfw\r\nHXloGffOYZQqyVRx4b6bzhoql++qQCD5FJ/It5Er6ubWLhVBfPatt015Ikz+\r\nkhXeDfSu52UCihkBf+Ly6Bs5RZexq5+8VUwf6r5bMCgYwy8KyBC9MtAtdqLM\r\nNOAZJSdCgjWMJCBDKFieDLnZiOKIpBDykYw=\r\n=+T+w\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.9a21a5729_1678808628535_0.6689200081897342"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.60a730e37":{"name":"@firebase/database","version":"0.14.4-canary.60a730e37","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.60a730e37","@firebase/util":"1.9.3-canary.60a730e37","@firebase/component":"0.6.4-canary.60a730e37","@firebase/auth-interop-types":"0.2.1-canary.60a730e37","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.60a730e37","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.60a730e37","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-ZFKbO1EW1BddeHk26zZUvwbRIk3OOXYRxlSSJ3tvo9bUt6SqX9rp827wZIj3zK23wIX8zKQAPWxL5uvXcrTgbA==","shasum":"d242f465a4a0b59229a6fba3e2318f71fa824cef","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.60a730e37.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB3y/+ie9oUM5I76SVYNBT4aZgkUy4uvnnmQnAEtibhQAiBykEGUfiEE7uGqIbJoQUtmgQTePuNeowmreZWK6Ir5nQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEfzNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqFLA//Z7cOx1y6E7SBAXAnP7/Bz3+u6G/F3vpOAK4NJ9FALP0SiCFz\r\n//qkZYHgOzHIXsti95wGiIUp2OHhWDGDYvmRJAzemRLrqne2b+WGO6YTwEQk\r\nS17uW430e7W0UwRgRknY1g8NA6BoIdOS/9WiJLzaM8lnj4DZMjM6U6A0jsQK\r\nqATj6evgDDkCMl8X5pQol1bZoaaTCqD3ci83+yUpEdvA13OdK/pq0qmzOsQY\r\nxHD9N8OgJ1qbO1Yb532CRIc6zIxW9vdaaUUhA1ODKrg4k9epPBG/2JHc9Pjo\r\nz573mZhOS1Se8dsmm+REW/FZ3fHpibD4ZOWuSFSwtMdyYsFUy01VDu6C19IS\r\nKE+qEfzUyYZhxmfglLIqBotUePMWvItmGNAk0Ys3SU5yw+JAi+F+PNp+l8I7\r\nKT48QvpeaS9Mg4LfXHyjQDk69pSGyj6sjJ4zJZ5YrET6CMAcPB9DWszzCBqP\r\nJllIcPNsQNkfIF7wMGYwTFjXdELJ+n0c57CIO1aVQ7PEqvneg5WjMZNSz+Jt\r\ntKST98BbK7mjpySqILOTh/MjjfGGWJ6mYRDyQrmMn+WKZnKSIQIMb907Pz7G\r\n2tDQFyPkk+vUtJg+Z7JY66UkIl+Rxk4PQVz7rcsNa8G9hGLH/0qdJA+hzT0s\r\nIMf1Iwg6bd/pz8AE/sQhI9vfk3gCItE/cUM=\r\n=ILAD\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.60a730e37_1678900428864_0.3889761817896098"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.4fbc73610":{"name":"@firebase/database","version":"0.14.4-canary.4fbc73610","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4fbc73610","@firebase/util":"1.9.3-canary.4fbc73610","@firebase/component":"0.6.4-canary.4fbc73610","@firebase/auth-interop-types":"0.2.1-canary.4fbc73610","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.4fbc73610","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.4fbc73610","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-vHs8iGlfXjWGBMO/chLdLjI7Y4VNMWFyhBpp/bWC//14fpi1PTV3140S6xc3jyLzRheTaCVV0HY1S/9BAND4Fw==","shasum":"4b110a967f04e58beee2a0f9ec09544f41506e7b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.4fbc73610.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCb67u+1GO/VTTl4Ux3I9N05Agt1+aQVC+/Guco9sbu6gIgCOe/2TkoMx0gGaU+zSiSaU2Xzg4GjkUq3nKwuQXAaLc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEgIFACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqS6w/+LyhRfQq3QywByHwq+RSxEG4zDQMwe07rCnMboKRj7JdTf1ga\r\n1OJ1LC9MWwYnFy61Opfm1RTHdoE1A37OOnnKFzfhW9mDZGGMk9yrrjSgNpkG\r\n+QnKE3+WmOhHQw/Q6nCTcic0kdrqtwzk9NZpu4pS9lfUyd4sbn6+CbrYFgi2\r\n7gcyUl2KYSNnzoVoIJQleDJmT2/6Qi8tbgLoHp0BnsGIb4Nbg7Y20npvLQBz\r\nWMLIHwLoQj2MMLoTeCDnSNtK3CbSzgetGxchV7Z0EumVxX/8jJ7URtoDa1jl\r\nO5TDn7VC+jFUjCJ29j9ywQXEMkPaW4fztXwvBZ8jivFimYUsQz/lEWlLsrc0\r\nvVhToz9kSIC3NWrrdkVDcqkuS7z/qYVxqKVQNpbrtt8fG6M/txqzRNPcraI9\r\ntHeIpTyhYn++1U3s9PqnJPtsWlPzwo66puP9Q7nPCvSh4TLVOR3GTTQyicCy\r\ngN8P2NTGUb+U11U39+5Y5fZ6so8sErD26IoxLnjS2IrC6hgrJhCy8qsBW2Xj\r\nqL0sH1azGmTqi1dRK8HakCW+IMTlZ4suOJWa2FzCwacIZ4jaVRz+ZrrzVZ6l\r\njaXhGappszX0XgNuADAqcDL0gEUiUfvn41c/2/rAGxqoAE1kv7ZlFrGakgul\r\nHIi5KxwaYDiuF4OsV8xdco/XFiHYxWKi1JE=\r\n=fM8Y\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.4fbc73610_1678901765706_0.6577134156154074"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a8be6ed52":{"name":"@firebase/database","version":"0.14.4-canary.a8be6ed52","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a8be6ed52","@firebase/util":"1.9.3-canary.a8be6ed52","@firebase/component":"0.6.4-canary.a8be6ed52","@firebase/auth-interop-types":"0.2.1-canary.a8be6ed52","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.a8be6ed52","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a8be6ed52","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Mrpj2QKz4a2D8X2IGHTvv7nLLikStFJfxfLYbRX8i8HTQQQ/tZYljPOAb0uvTl1DZEXoPlQOONTWs98TqKvA5Q==","shasum":"81fd4fe39069906bfc71c76efe05677649426e9d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a8be6ed52.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNXSIB5UuMOoZMnXiupUt1StCRxrERrcG09nN4WxYI6wIgDk/mMu2G7lT5RXvltaDc7/AdujQtVMXYplmJm3H46Y0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkEgaYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqpnRAAio3sD4EHxTOBIGitdxXMMcfp+CkA85t2QkGcebvfD32sxfXI\r\nIqpDVgK1PtZ9OQcpYZ7oc9PXxIQPSK9RWBu5i7aUh/Ru/01sb9DVW7rkbcUd\r\nLtqgqNR5OMx8IjfmrNvjIqm3J8Sd6yQ1oEmmAXZcx3Y8cy28XR3SDd39Ri3E\r\ng19ldT0CUSR9tnDkHFkRypa4W3SUGeyoaSxyFN91FSR6FRZEJi3QYzWUyvBJ\r\nc4iUX2NAfUjlL+cYAfR6VcMstGg7CacbPSqrQMT5839X6FtnNUAebvHuA+1D\r\n2KdxjxoqACbNWrY/3dV++8TTsEQ9fVVun/0xLGs1aioCopPtgwTYKQjvYE1W\r\nkPOvCkPL5w5W7IrbJVvREKUwU0OX/4gOZU2JMrKd///MXSFkbUUCWQx80Bkz\r\nFuag5mlZkPodDkuWVxIsJStSbi0NgPP0oaKQFBuVI/CHGtW63PzuAsP3wLyd\r\nGHWvNGFlaXkmK/boecUnH8VZHVp9L85sMSfEm7Za5b6/eT6wV1ZwZ3UwiTLR\r\n3lDAQiz6Q2rPNJmZ5WmWhtdI2PSeNo2N/7GvXPwS5rvMfZATLlwQhxPnj0Ft\r\nu5B/jVgc1sCf7IirvIFs8GYjlYpzblsvr20InF6JLBmYSMAbpQdA+pCgTWKA\r\nWHHQgPS9tr5XGGw47H7/9jvgYwiSA4AqvB8=\r\n=2VQy\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a8be6ed52_1678902936224_0.8618113938265926"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.00737a1ab":{"name":"@firebase/database","version":"0.14.4-canary.00737a1ab","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.00737a1ab","@firebase/util":"1.9.3-canary.00737a1ab","@firebase/component":"0.6.4-canary.00737a1ab","@firebase/auth-interop-types":"0.2.1-canary.00737a1ab","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.00737a1ab","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.00737a1ab","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-mwrOTp3J1CMismt3MkrJtP/xemhnhaFO88I3SBMnRv0GaAWSaJRWUpOhyve8ptvRWpNIsdwz/NX9t1eDW6rpfQ==","shasum":"41b1e31255e247cad74a63b521f485260cf2eda4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.00737a1ab.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDY3596lwkxYiolU5wtYTEhmffrx4wq+57p7oaxOJS2EQIhAPY+/oXx/np5wRym+NJuyEL7iOzD7N1t5QsYZu2EKnxJ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE1OOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpqTQ/+OiFA+lyHzKsYKQjxGvvFrUGz0faXwvdNquvr1ZA5nVxZjVDU\r\nm7EXrU5inwT1SuBuyCZQS8yuhDf5jil0izBWNtPeOo1l5ypmF+/rcNgRHodb\r\nKMQyF4ovOoTj/c5nAOFmWH2EVtGRZYB2XZRvr2+0/eVyPrBmx2k0hiBAOG63\r\nOEPQW8N2xkO3XWWijvAs9j0XxSLK75F1OncEHhSUTq1lZJxGb+YO1vzjTppL\r\ndFT+pikvpKIpxp7Z4SIQO9QtvVoNUs60UZySYRYDKSxxfviQuXBVp0C6ev7q\r\nVE+25n9qyeNFUdexTxyL81OhrP2eKXsJ9tUSp9ncBSjeCQxirkzo5/2p9A+L\r\nD8/heYAz7xAH4Ui0tqzVc3hr/3JL/L3t/bFqTVvXQi/GEAtK0VAuhcmdLxwW\r\nYR2co03sLq8MMhPsRLuJkXuaW/6bViRCQirONLzd/vLE9CyIoSYSod1fb6Ki\r\nCxfammtl37WmfEWKTFfadjR+7QHJFDQhbEi/bmpmaBOrBibWbZ1NIW2lU9UC\r\nL2sGM0TRlnMRNc7ovnvYNXGk0b8WtncjcdILkuVTIoW7wZoz9pMWOnC/1/N8\r\nZ555EfwwVZhHdzK6QqqgSP/kePNMPOS8BD/ae1gsV8VjGLVGe5+KhCijb5ce\r\nQsvQxlxK4ac0zDFz5dyBaTAV2YLVHb/E80k=\r\n=y1cv\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.00737a1ab_1678988174027_0.286958318138951"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.7d23aa4bd":{"name":"@firebase/database","version":"0.14.4-canary.7d23aa4bd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.7d23aa4bd","@firebase/util":"1.9.3-canary.7d23aa4bd","@firebase/component":"0.6.4-canary.7d23aa4bd","@firebase/auth-interop-types":"0.2.1-canary.7d23aa4bd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.4-canary.7d23aa4bd","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.7d23aa4bd","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-kAKqIXhL0u097snr4VNZFucOVwoov+TM88KAzIyIIBW1kmXhT7o911g+pJ7AqjXHZh3JwGB+5VDCFW6EkX0sqA==","shasum":"c3e86f39ab5412d6d1b1b4f29f4f07ea3efb3393","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.7d23aa4bd.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCwyB27tsdUu9cvBnJaOqbEYs3/U3y5ugn9M5b2b+5ELAIgNMfDOrx54ooQjB9QUxWUhhA03Sb/0M7F0IuP7+K09Rk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE2XtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqesQ//TEvYi6RXtVzZUi5D1u9sC2E/s3fRjzX9wrCMu+HBBaqzJgy5\r\nURHBPYl0T7N7SLEdNvLPG2lN9Lm9rt8rP8LHIO5hElBonoQSCNUQkzBTQe7e\r\nz/uXv7oKi3tgLpsbka+xnyOG4B++kTbndHpAs7YNS7NE0JsXfW0b7dgIiCDl\r\nuGHa/TdPJxR8XIThWMFFNqyiPwj0B2e5uaTOr+wNZqpGmMpUJv9Gdw1hUw/x\r\nv6kQbXo7/wIe3mDSapCITN4N9R9Pq8JyOfkp4DVq+/F3qTfO7e4wYfHgpb1f\r\nOggWTM+6IOMA2bz7lfmtTLpJAhthGF96XDGShDH42TJWqGUyiSIrlduC027S\r\nX+IlS77zcP1COPgy0n7JkeXwS2FrN5iQm/3kIM3dcNEdbdxQXqMTWBvXT/pC\r\nHz+ak8L+D5P+tzivUPxIaiKeMiCy19Uj1uSNd2el9AAw4e7Dn7NlFwHbg0oA\r\ndaIRHG419ZVgA7KLUNip3NE6fzE8ZlCVXqqWwH7t1Ed4fJhXMPFK6vF+fIXO\r\nY2+zLIdv3C6/h/leKNEsW1SN+rZKeHw4zWO+1sSb6GyuaesI6K/Yc5ROX/Rf\r\nq5GS8Ixu7c58P37q6VYBoGKHr0w4n6LXBjX+oXAFfBPyYaluzoz6ZOAL5g55\r\nIFZlyNcqpaCqlylHMb4/hG7C+5i3nMfCQd8=\r\n=7nBi\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.7d23aa4bd_1678992877628_0.32271355656825373"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.ae22c61de":{"name":"@firebase/database","version":"0.14.4-canary.ae22c61de","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ae22c61de","@firebase/util":"1.9.3-canary.ae22c61de","@firebase/component":"0.6.4-canary.ae22c61de","@firebase/auth-interop-types":"0.2.1-canary.ae22c61de","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.ae22c61de","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.ae22c61de","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Uw9qJP1UQVa7qFm9d+qHtxv03aCcjEqQEjNbZRxDzHcUsU/9lzAbrPYS5ixpe7YNjAZ+Tpnx4oQsNnqP2CG2zg==","shasum":"178833234021296f36744437163ea22dee3d5dc1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.ae22c61de.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICIhkR3ewVo3UZpF3W/2rKFTjOr2j3tV5N8XghRfwRfnAiBLTbe2aDfFmbuWwaEMj0daisv7bM7TNnEJVsDTiOQsOA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE5irACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo74w//Ynau13zLIdoU5MB2q3Q91FKMJjGH9D4eKOMRR5/s0FkozkzQ\r\n/a2nwNu1I9l/SgQFKr8mSbzC8t0xHEBOQrFRsEqSyGHpvUtm4hMA6VShfPea\r\nTT8CWb+N8qWzV3BER9wYxoAzye2HAXWC+hB7NPXtxVrjWFMMqA5tinPKK2FE\r\n0ZPVbpz2gxije+E7XcKyqHOXJMkc/xbFYO8DSJ4NzuSD+TNlQPeLQ7k1OVY1\r\ntj8NKWBQh/3fAS9O4bOtGpC5SByahSHFvl19vcNJrK8ce968DgFxkdZUMF7A\r\nZtSD4tc2ad3sxhnOW1rW84vHdyKrDYJ+1VcoE1X4qx7cpTtJJ9NgPVmDtFiq\r\nHhmKhp+IhKBploFyZ9ZFjJvjjv2UrZVxtA90XYWQrbOg6/glDnO6znfjLRuZ\r\npBqBemDZdCu+vKpSWW7mmCn+D7LwoxM6SnW3K47WWlOxzUEIPLiO4tFInCRv\r\nBZYCePapA3T6yX3p6+djnLkTpeAzR93NIqIm+rRm7TxvwKRVV2EjumBPJDqI\r\nrHhhaUtdOvafxOFzxuMDKeQ9roz7QlEps5Wimmlu9f801+p/0ljF6r/Bp0ei\r\nFODzSE5+rxolrSDpjalTbCgGw3CzpaLE8p4/jLCq+SUGwu+YunnzFcqAJ5Qh\r\nXV7HXvTbbP0fSTz/z69wpTHzQcJN1ypfxwo=\r\n=1DPU\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.ae22c61de_1679005867414_0.36746135084275355"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.ce79f7fe2":{"name":"@firebase/database","version":"0.14.4-canary.ce79f7fe2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ce79f7fe2","@firebase/util":"1.9.3-canary.ce79f7fe2","@firebase/component":"0.6.4-canary.ce79f7fe2","@firebase/auth-interop-types":"0.2.1-canary.ce79f7fe2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.ce79f7fe2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.ce79f7fe2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-qdhCGUJ70wkoDhfhg7je5TX0wB5oAnY/i8QWM14GceT/h33WzjVosQS/M09vC2FckoDx5hIbZ5ZX3HWEA3uwfA==","shasum":"544cd9079aa96be94fc2d2dc0fc76b717a5659b1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.ce79f7fe2.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCSPi2DufvYOnqOfH+jhyHNkvVBDfe3tOwQxkY1tOwm7wIhAJanu6P51kMPgI7b1HAqJjcRwojLLr2es6VELNCAZVND"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkE+SSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmotOw/8CIW5DhyilM9sqx48PfjD7Zm7b3EmbrW5eRxLSphj8zO3ru28\r\nU3n7+xLDBuPC955+DS2MkEC5IW+R9Mp0i7Pv/HUu1eiFnSmhh1G5YZU8IS27\r\nADidJpWk9ulr1edlsF3FkB3jtGilSh16tgqpraOCFSDQq/yc4lhvzhTPVbFx\r\nFR92sHCxrtm97PIetESkSha8oQqDGgDt18ePO6r+mGiDbWPUTRiuiieftCME\r\nEgKActm6gv7vk3uK1erap2iDXYuU93X0zwYt6v89SG317tGW5p0aBjU/ARnz\r\nFdyTy62FZ7VMNvfZqT+kAU3AGuJ5TxFeKxBJ6UbTQevoOJa2GYCUzkL2vRlz\r\n7cNq71/SL8x+Dr2XuU/Qgpn01ZX3qf2v2k+tkg113en87H+7Yzkx55js0D6D\r\nUuPDrZdiW651fq+2MjyV8I60Xfju5Nauxs/LvIayGEnTLqnoF+xfdya8WdU0\r\nBRyzt/xLA+RIp+ZvRfZmXF1G+8JoauSEqQQ6BpeSyDay4lbxEcb7K0Cz2bZP\r\n3bPPiVLTTPC4BiXZodMWTGUWMO3WqTEocQTLakg7cVK2Wuni8elsPWscigWN\r\nIgTmC98RjgnUTHWxITZ93p2tH9b+yFVGEu/OTkn1+UdnSKRfJz+ibU6fxWCr\r\n+8vnXmTkFyldMUdsoQfgsC7SSJlHVzWJUx4=\r\n=UHgK\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.ce79f7fe2_1679025298189_0.8820562734666106"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.1635a72d1":{"name":"@firebase/database","version":"0.14.4-canary.1635a72d1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1635a72d1","@firebase/util":"1.9.3-canary.1635a72d1","@firebase/component":"0.6.4-canary.1635a72d1","@firebase/auth-interop-types":"0.2.1-canary.1635a72d1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.1635a72d1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.1635a72d1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-D7+hJy4j02jX+waNFVBMcIXKv6OKQXI2oTECJurWOx1W4oCstLQMVPj74eBms6mcwE8xSSEqHhKaquJwp1gcUQ==","shasum":"b097f5184f0a2519478783e2d194013fa5e40c35","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.1635a72d1.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICqPWLB9nfddD4g4i4PLsCXei3ho7Bk3IRYZb1drNDSWAiEAm/IFC53HM+QdhNS70r9wngXECg4ZNSZ0UaYm6f3llhA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFLKrACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo7hw//Xxej79SgmM9NLUoxMSvKefj0neRP31cpcpcHgogzsT8fPyit\r\n2ZcZXR9kkcYJqaPWrsozpz39QN6YborVsYDqyrfSfod/zKJcih/dfRAHJVRa\r\nTPm2KzQqqMMgGsXw1FL7V8DwQWxvMduNLg/ZzPA/6Pa0f87Mh6FQ6YCmlamq\r\nR0qm/uohNfQFUkp3AfPAMnXXYWwnBV6hThQebmIkE0u0AxoBLq6H7aXZrwbm\r\nrUTje2iDMZ7xSEX2J2zDhyAgWCExKXHcdH1CBYrrWLHUx9NnL2HA6MMsK8Wl\r\nmcBDYxHLfnHYdw6syXlnHW9WgCDDQzGrOPHNuQVaLmunTXGHQXFCQwPlgT+8\r\nqbOgd1sJ2l63HahaRofLRkvuvcjFfI+DiFjPdeiIenJ/izBUYFeTwvI6ui27\r\nbCAF4pLB63KottYkzc3aWjsRBN6nVjcJsQN6PalP4AfKy7Y1emyw+tg+wJmZ\r\nVrmfe417kZ0S6pAQ2TGwHPyMohSLn2KBhCa5NkLzp4uMm839LYI5TSh2gZhz\r\nsbRyUTsjpjPHL1jIynEELL9n+NM1cLmvjscwkESdUrMsakR3DD2KTQj3doZE\r\nrR5bW08LHhBrEg9i810mqWeK55CG50ntPrNqNRyrRnDeV2v6LsPQW+e9P8Tq\r\n7corXP1pGWv6UX+02GXYCbT6AhCoVrBfmxo=\r\n=ulUt\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.1635a72d1_1679078059111_0.18100324170835624"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.76970e51a":{"name":"@firebase/database","version":"0.14.4-canary.76970e51a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.76970e51a","@firebase/util":"1.9.3-canary.76970e51a","@firebase/component":"0.6.4-canary.76970e51a","@firebase/auth-interop-types":"0.2.1-canary.76970e51a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.76970e51a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.76970e51a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-PhMFbdYSb5sAeEG1lnZdOtYB87ba8I2nHizXTWLDI//e4yjc92yElWAIpCRXaxOeyYANVTNg5LHb46BQYeykXw==","shasum":"32de7da75d139b89fd485e848b53d2c2d8e77ac1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.76970e51a.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC/UUDOiOQD/our3qiTeLIiTPWr28URqOjrBwkjlOcuYAiBtACEUQOkUhm7IZdwYXdU196MwDkuhgYzIBpbXEFdAMQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFLQEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmomNQ/9GQqW0VxSf9l/39KJ92svPt3WUbgtXqtBHFyKzpr4xk9ZFwuW\r\n62qPBTjiZHzl1E1jFjXxbmTAXnk8YQgPb2+9pj2GAnj73LOdPGj3UvWPRG+F\r\nZDL91uAZaF3r07/YPy/lWL5Il6TxBq1rxHXIy5l6Jgbn02nWwpxuiD+cVtb+\r\nt56a4EoYl0wsDWbL60WRQ6OCbRbn4CYqIe+ssOjD1o3ERIA+eqf/pA4EG7ff\r\nqhEWcf6ricMmrQg3mhNs939rSVIw/GHFJVJMJ5m8AKmGQyWRXbAks07m2SQw\r\nYebhFrRPJUYwWdc9lVpXV2nyUn1IPANVIQusJu71tzQYJ2UURWQgFYllBm0A\r\nUoCli4xkW0oCcAodzMu8+bLzm5rcMEwbVSjS5S/q4ky0iW/jL2jUEzf1o+eb\r\njC6ePoA248p3mV6r0O0UGaSrSBpxVk1OjpsBTucUSNlkaUff1Ifam2yeT5MD\r\ndkpy5OYAY1ZzNeNxaddbUImad2kmUsSxq0/pGxgFR+uFh5BR+6Y0ewWP+wg8\r\nnsGxO6QoRISDlMfcUYzLszznD4qNZ/GXk6G25zse0MXWRy3ZpM0vyCl/JsWg\r\nlG00ug1hC8f12caJt/gwnKCmUxjB2asmxW0isL7BNw+RG1Kpkw9zHhGmJ66/\r\nOUPVaKZOrVbFrXDv3oavb7VPNJmdgrKPdCY=\r\n=NKGR\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.76970e51a_1679078404081_0.24558930455522265"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.b516abdf2":{"name":"@firebase/database","version":"0.14.4-canary.b516abdf2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b516abdf2","@firebase/util":"1.9.3-canary.b516abdf2","@firebase/component":"0.6.4-canary.b516abdf2","@firebase/auth-interop-types":"0.2.1-canary.b516abdf2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.b516abdf2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.b516abdf2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-u9xoIw/A/+xMZ9qI6wwCUiVXq4e+OJpWb43BMmre2Sd57m/7PAgBw8K2CaBMZW5Aq/KMDSDGybiqQLPj/6fGGA==","shasum":"85bb5d1eca47291ac5ad3d03ce5065f094602e10","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.b516abdf2.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDIY7CRkm393vwTHV3soeQYmbC+vo6vpYiOT3+rFaCHMAiEAx/dJXCjT0WbEi4wjTRTPzPte1et+/wHz7w5UuSCnHAE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFMO6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKdQ//RU4hSUJzf6OPX5Xh2bpbb9avbp93WQicjXgjlfmMUxU+Ycbj\r\nKTbbKTqpkD7WH0omWJC5xjIUcL5G7BTBAoiYXalitrR5CEUFpWkrEWJngSLV\r\nr93yjCFdZ/pfIKrURWtci8p/E5Px7NZEnXjBdNNN6tvkqHHxL30ypS/DMsHa\r\noPXXFFRV0hRpAb669wMZbdjQJUOSP7mOSPIa6wW3RGx3AvNJejpni5+fM2CM\r\nAN3F+itxYdE+vIll3bOXpm+c2I98OrPhbkZ1+Jbtw8FiJPMdOd5ACDjAz0T0\r\nMiJcpkI8O0a6iV/7UgDjTkVMQgc8dAEZc+yk3r4sxwDv///Lpxldf3Ikn618\r\nCbMXmhEfecaQ1t/q6tt8GlBJJlUVNgfdR+r0V4l7Jd6h0hUTfYiywjx3rrcO\r\nnnfK59aPHF6WtmvifYNSlZjwUiJqrnlfMCc1MPGM5WdYxFpO9iM1qLydm8yj\r\nUB5H0EjFZY0MKDmvdiPG4JgZ4gxUupGvfghwP8MT1ex8mESLu0e9k/+AsD6S\r\nT5D0XBoqMUlCz/dIdZYDu3v4zsEmZogLsAVRvul+eqy7QTWK4/phKok0bVmP\r\nKhwzX2D391ge8vbeDRuUFWeaAdBo8pQtrag989HgeoZa3ULFj+dOgsBwIsax\r\nNhM/2O0fZS3MHPukEHcn9xS8QFrMxNweXqo=\r\n=rRhw\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.b516abdf2_1679082426477_0.2854923362231976"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.6e80a678f":{"name":"@firebase/database","version":"0.14.4-canary.6e80a678f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6e80a678f","@firebase/util":"1.9.3-canary.6e80a678f","@firebase/component":"0.6.4-canary.6e80a678f","@firebase/auth-interop-types":"0.2.1-canary.6e80a678f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.6e80a678f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.6e80a678f","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-3Uybtn4sL4nb2aXwHP8MMkShKZgm2QWvOmnAiAoRE68LSAzrFzXAnkGPnJ21LJvuWlWaDgzeWhNASYCvzl4gug==","shasum":"993ee76f01c9b8cc250743be7c4421418c9b9861","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.6e80a678f.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAjR0TF10GyAbwCKTTceaCqG79jmfLc2gn3EeuPxOKAoAiAlzgEMH3W38Q/S7zEaCBizfP+3F+EvlLOhpeAd0Xj7Iw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGKtDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqtug/5AGd47Zf9WmgXCNAPyt1PGmbJ2rwQm+h/J2iNzstO0IiuqEN5\r\ngQ7aJQUS0sIbfTGbGME2ufVrhQ99s9kmUXB54TAiDjTTtVSXHaAys0GcVYpn\r\nFbKiP3I/y031W9fqaKVnS6S85EwU1jjuW3hsST1WVg2609mV2MUO9lPMYS4m\r\ncc+xVdCuBz1d2at5RGIfXIt4/3zSyySLxLEmNpY12rKpjTdq+MuMA9y0gvY8\r\nkpese6nmgBknHD8S1GEqAJG3UxDci5hQOIzL7g7ohdZt9sU5wPE+bPlJs8yI\r\nf7Cu0l/pJvmOZHGiJMVvLwZVqgz/tKtX3p+9X1ygCOjVsz2UKCmou/fQ20sH\r\ntzUllpfq161RNclFZcN8Ry6jgUaPuJpVaRFTU87wMVMLoZnPEGV8kv7aSSfk\r\nq+GFq8j8TY7Q+PKCxyio0DvuHEnnJgna1t0AO6eaZJiYbTGf7VPsUaMfLBFD\r\nQg6Ny7c+qmTZ8153pEaV5f4q0c27ga8uY6sIbaivoxthi64CTHaJ2cvCV9kv\r\n3fu2tS2MeEHMNqNjHquuhVT9mA/GCHy20QcRgyAguRJmxNHfHqF2ROXqhFiD\r\nB4NzgsJ9AAeRQogWLIICjiSkodkyX8qZiOFd8Y2Li1Ot9OX1C2/Uvn64XaCW\r\nh++IQMWuE2G8Tz+z9sLtJ0+4CwDy8vK0PV8=\r\n=q3lf\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.6e80a678f_1679338307318_0.15368689836019445"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.04b3edbe8":{"name":"@firebase/database","version":"0.14.4-canary.04b3edbe8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.04b3edbe8","@firebase/util":"1.9.3-canary.04b3edbe8","@firebase/component":"0.6.4-canary.04b3edbe8","@firebase/auth-interop-types":"0.2.1-canary.04b3edbe8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.04b3edbe8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.04b3edbe8","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-G4KNKTqQKGWZHYJSpuKN7SFbAyHk1oaMFIM0anhGVa6YMTizZ6pvb23AYO9aCQGDHZ+XBP88zekrQIM/Vlbo4w==","shasum":"2d51efed48b968f4ef56de409eaf538ba07324a4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.04b3edbe8.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBcbwYGJMc1biVVi+K8KEn7ngtBCGfZQnfxHPGlg5PjjAiEAvkI699kbwBwXw0Uch/f1rpiT4dVG3U72YJ/GjUnnA+g="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGOiPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHaRAAmI48J/nIpf0swQAXAyp9SJlERHYxONrvHXMcJ7IE1DFnZrBs\r\ntd8OtQBiEuiZKcPBNzwu+zf73N5Hd+U4kwm7QjHkczsTXLEQt5CtkznOHKmE\r\nyZK0Xix4WZr1QhfQerpaD4FnntiqoKy8wM25au3oZl5NtzhA8kpoyYQnOPEy\r\nceu3trgIQ/J+Yg9R8ImXnUpM95FpR6U7C135EGmPdj6CBIhrHE6lRmVf/fT5\r\nsSwcF50VUMhbAizztCrG+BLWR8eAE8kX4KS4N46TPbTqkUZFzuCalXrA91Zm\r\nWDlew+qzoWeBfWt0fbeTlimPi8QhpahGHL4A1JL2akWs8dCFqOWXvPmMuzKQ\r\n/vLITD+JDZpkf8q0+AOdiK9HhJdIzuPN5Vshzw/p7hTXGbFG687iyoW6eSoF\r\n9s4ckuBJax48WI+DTwHOVSSqdFQV+PuRXNvgSD3LC4ZqG1If+GQgc50adb+e\r\nWNlz+sstsMm6dfmZ5x8rpUR8ZRok9+G84Csai1bMEDj6gf9UZRp8hzRcooMi\r\n4kt1y4aQrKe82Ud1gSsbj7i5cKVqZnjBJWMxsT7z3OuwcoHIy8xVRsq0Sr/5\r\nswmonTcXwqa2N06zm8M+sk36bhwx8BWs4nyn1aiADeiwK+rlCiKNbSBdcsqj\r\nBUn59tnkJ7IS1KuWo/rjUYrzlJI9wi6I1I8=\r\n=AZA4\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.04b3edbe8_1679353998762_0.46558835343117133"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.480d7d560":{"name":"@firebase/database","version":"0.14.4-canary.480d7d560","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.480d7d560","@firebase/util":"1.9.3-canary.480d7d560","@firebase/component":"0.6.4-canary.480d7d560","@firebase/auth-interop-types":"0.2.1-canary.480d7d560","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.480d7d560","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.480d7d560","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-XovdM93veJlLqyGzsEaWrjZzDrKDBcBXFrByCWeypn/a1QL3ErtmUzhFmzfX9nCTUNsOTG6JTCMpI42o600Zpg==","shasum":"346eea600a80d953f04c15904c67680020402c45","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.480d7d560.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGiZwrByEFpWDnCU576tqgsFGJNGN38cgMw+19Z2yPr9AiEAxBt9rj42ENgjOHxSn9es8X80GQi4aYTvfDWIzleGIs0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGhMuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrGYhAAhd+GVFG4lIgrhsZlslMq6BdPlA/G/RvVXmhwY6iCTZDdTPE1\r\nhClPo7Qj48o86lO0r41DvPNSnJmRrSoEQVxk6F+dOoU5U7PjAVsEwvbK8bz/\r\n8QnOinE9u7a/tvNG/iIX+GMIiZo4fCxSpLVC+25gqkbML8ohKvk68ByhBEgV\r\nXhsKqMWY80vPeR5uOFRteeVOTJDXvAR/0Pv0tR7NXG5tM9Jo+qmhmPdK7km5\r\nt79Qy8j7BHVb7h1fjdD/gKzq/KUoyy8wqQDnfDiGumGTk57fuycI9NeTFXP6\r\nMhI3pWxjvMS+q8Vp5/AZivfcnAoop82boL768wBVoCnrXRjRpfZk6Cf+A8sf\r\n9cNXe+uzewwP3OLwu+nh+9xBEaK371C5aAH5e9Zi+rVhFIxrcA/AgUhKntT1\r\nIg48uSbd3IYmMwh9VIa6fUJwhWGEJxg8fc1LpESZgncfAsdchK44egRIuD9X\r\nbBw/tKa09Nhz5xgZNfqgVC0XmCXYCmSVuv/tt9hnJL047h7sd5UBB+wX60hB\r\nXvpokXmqYOVSavbUeEQiTtkn+FFGKWsZc76aG1RnLR2kWAyegPJ3ak8UWmk+\r\nRj9z6PvxFJsnnDZZBGzighWlSIKRFXxG/KjecqxmP61zm8qkC8LXIdBmAKjd\r\nO9W35nZDHrZuLTMipDKxLJch8uV/x99vE2g=\r\n=actn\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.480d7d560_1679430445830_0.5600261248448797"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.eb0494565":{"name":"@firebase/database","version":"0.14.4-canary.eb0494565","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.eb0494565","@firebase/util":"1.9.3-canary.eb0494565","@firebase/component":"0.6.4-canary.eb0494565","@firebase/auth-interop-types":"0.2.1-canary.eb0494565","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.eb0494565","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.eb0494565","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Zxv0Tgm65rfuYck469rflkb5HXqdf96nfvrIZy+jjpbUaIpo09w3tZcqmFRzQ7U2kM3iIYINASqUNmXEXUQr+A==","shasum":"9fdec16a24fe346bdbe5da706ee706b6cfdae051","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.eb0494565.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGuoQCSm6zuhozcGwENM0KzSwHjMtjkPZiQGxjRyNwCiAiEA0gbNVGMY9Ipj5yGcX51DMEL18tCgSboMA++7czYScAk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkHPGUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpfiw/+K5vUCAZ4MaZGbRvvGUQnyVNgiDcoN997MJy7oSOZ3bcA7YG6\r\nEYCjVuiTb2J3Evdk1I30g4/YWpU9/exMA0MKfbUIYO6LV+9+/G0fm6Rjt27E\r\nlD+pZ9q898rL+4QUnMg36b6y1HRKoqgN8vbGlHPzt0/PfY0U8hi33FZltuXf\r\neO7rRhmxSEypqS9KHChiuLEjjMQQlFgGqGtVgquUeIDxwool+y31E4pRjV67\r\niN4QPtRhPv/YvDmeRpeVU075rF9Dv86Y11TF/17ctxHpG3hcZGwxi5d1TDCD\r\nujnC7SperzGCU2yUSNSVwfBqga8fukdBnRUXSslGKDYcr+DykC7AuNq+7EfA\r\n+7o4VcIsiczcdLvAs6QN/3lHH0zXOjn0+Rote5pIRW/SmKuspO5zmaYiQXh0\r\n+Zt2fzRKHFn+/uzLNfG7eK1EP5gMfH/oeGgwp/LJYkhrADZftHxu/h8Vh9Gx\r\n+YS+GI9ckzZULv7WyuxiR2Qh3903fIRDFD0HJUsEJ6/tV4NmUtTR2vWW/Z4A\r\nnNuNGn5Uv753RRoWklUKzgW8elhpPZv/3U5IqfgUXOFZpfqvO+en5WYBrnQ8\r\ny5QMFZYbvSmq2UTPkbgSWQv4xRhsMsULMTr6JpwuK3apxUB7XEZdpBnVksS1\r\n2d98+LUPcKnXcnhU2put6l0ywRSITi3fao4=\r\n=0E7U\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.eb0494565_1679618451790_0.21544808055117848"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.0e1f12cf1":{"name":"@firebase/database","version":"0.14.4-canary.0e1f12cf1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0e1f12cf1","@firebase/util":"1.9.3-canary.0e1f12cf1","@firebase/component":"0.6.4-canary.0e1f12cf1","@firebase/auth-interop-types":"0.2.1-canary.0e1f12cf1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.0e1f12cf1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.0e1f12cf1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-2dZ12m9kn3FN5eaFdiL8YPwoRVszKQ2grI2z+Qb6ahr1eJplE8Q6B3SPiewPG98liuYcE1ijOXCAEzQMOcOBnQ==","shasum":"f3e0fcaec473aa566ce61e6673608d392bdbde6c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.0e1f12cf1.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDO1TO2TeKSJq5YCOTbjVta+eFT2HvcRshq5BS+pp0y7AIgZ+smtemPH+vEbDXlOgSpOOpFUi6vDwf0THAEyT5qIoI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIpArACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+bg/7BHXtdNyCA8h3VYE+Rjo327+MnzMGIjDhksAe8/uK9vNgye4a\r\nqZSafq6hzrSDMvKIGiWVZh5nRzntmZO90c786is2vg/4AFzM774TVagmDTLQ\r\nHnl34zAu1gVuhEvAYV533nMhtj9Q5OWwt5F3pqCH9wLzeorxNTiKcMMjZhof\r\nyKA3eslwAqQzaiyaIZcDTyN3l86I3/b9tuvVBWDEYjIX+qkKs32qWfx7cFE3\r\niaVo6tp64vbRMe41r1G9o5vu6eM0lp/ILrOOWb5C+v9BIytoUiuR8mzX0KtL\r\nWS/Mlv1nFzmhgHHIOrRw05pkJsDENX5bSy9WPwDaOfuZlqIm0sqN/bKh2VA2\r\n0GKjJ/KYX0fs9+xgr642/4z6msuPMF8V7wjDIX8BZQJNAhR1OHB0+clyWlhY\r\nWmPx8ldoz41aMNu22EooJw/NmNptIPIntD7BP7w3+cYMY+mTSelyv/w9yb6R\r\n4HPal3WhaLxpdkkpab2KEQcePjcU02a2+PVDA8yYxIwRioH3vXRJtwmsqKYw\r\nAWFx0h5H1+Zn8tF/QfvpMvQJsmvlrHkLlDozQWGG2J8l6t80LtEFvEp+dF9z\r\nhkHtPKESnBzB02T42kxtcwbeQzFDJ79rgmBcJdlWPPoSDUEZH55p+slsLldG\r\nWMP8zpP7HjSg6uaWWD1nES/wkEZkQrIlkwE=\r\n=E/Xa\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.0e1f12cf1_1679986730900_0.44798776945170493"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.3435ba945":{"name":"@firebase/database","version":"0.14.4-canary.3435ba945","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3435ba945","@firebase/util":"1.9.3-canary.3435ba945","@firebase/component":"0.6.4-canary.3435ba945","@firebase/auth-interop-types":"0.2.1-canary.3435ba945","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.3435ba945","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.3435ba945","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-c9j4wfM5mBFz1qMddHQ1yW7ergaLAsM+QXnsnCfYk3bUp4SeSgmJLvQTMMOTYpVMWkKlumaswLpk5e6nt7AGbg==","shasum":"6277cb400a18ed58242b5196cb6218392c374aa1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.3435ba945.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBtvLkTyrQn96qmEzRj1zwJer1Ydbz+AlS++iH6GvTCAAiEA6LHgfNh1Fi/PVFax4hA92NRUKly2XO6YgsdiKaXKlzs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkIyU4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpYeQ//UBYMqrZUvYxyrQnD44pWMaqGldPBhBavIbpJwI47+d/g3yoz\r\nHgioGAqaDTW2DkY7f+TwaJEXp6KgeEpW8q2z2a0x1UUa5z8AhntfiunViftC\r\nSx3jQjUzhvM+Tnh/Y9D4l1jPRRm7dL+X2LASCRJyPCVQfI76f+vANg9+GCsY\r\nZgaTY5fUatGqLs00wSyOmZSotssUhhbIQlu5Ri6b5+vZ0ahTxfyIifstVUvK\r\nAMZcCPuw48qwGaNXnBM+YC0VC0wgWHA7h9KFsYrB8XxBDZFutkc53flqlHHu\r\nhmd2CBvI3tXp6AvdocDoEHYUrYbMb4FyiIe2Wf+m6W4tHB9b42gmeICLHxM8\r\nR+HcfnjyFnXZk5rfCpaAd0vbDgWzE/jQHxES+Wkf4nWIahfyrvlhO4EdJKPZ\r\nN6SZXVm5Lzo2+ONcnHXj8l4Afk4X86K75psr9qoo7MqH6Jy5ASJkwT+I2rM5\r\nZD5wU6FiYntkpZeBYqOZNys/amX06RkpnO9KI+QwD57TRVRhA20UztE88kMe\r\n8+oPQfpHK/TWqtCVmc3bEYWN3CLvEh01fM2wMZCnltH+rTIhqUiDc+zp9R75\r\nCWUEGFId8kUFAjZB9S87K6g6S29mfIVA3xIYLGHbX4gbsOzTVzmpn+Hq3RyL\r\nfXbHL53sasrsmY5OfAhqi8l11LV6j8hiJJc=\r\n=q500\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.3435ba945_1680024888355_0.8833067036544835"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.464e7a5bd":{"name":"@firebase/database","version":"0.14.4-canary.464e7a5bd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.464e7a5bd","@firebase/util":"1.9.3-canary.464e7a5bd","@firebase/component":"0.6.4-canary.464e7a5bd","@firebase/auth-interop-types":"0.2.1-canary.464e7a5bd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.464e7a5bd","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.464e7a5bd","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-CorE4Ps0ELt/IKq3vb7k+S0oZNicDpAm09Ljz0boGsTHDvdDSBwtuY2yDlliyAieQLYzx2z2iFTx0YhAsI92xw==","shasum":"cdbb1dd9bf54c5feb2058e8cae3b63c90ed5cdea","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.464e7a5bd.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGFV1G1DcSKJs3qGeipFOMDjRXDnCb+uHrnUzxvFFeAJAiB/9Udt1eqi4fYqDzPgw/qEeY5C7Y2+mJ9zmArNspGIMg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI3M2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpN+BAApRI9gntRJzlzmwK80G27dMj/wPz7nU0rvhI/PWHU03s5j/T7\r\ngLwPhI/tuL+eIvFyMnSYYVv8iLuIjlk3xts/8U4THLqRmYLmxCfRMt55dbYE\r\n2H09igsxZv9FIKMt6nq1qhHLtrLlrh7jCdA2C0/+cNYCB2JAE0fi9NsoF5Fu\r\nrVpzWezWDEka2Sd9l2yw21R0sfbz7uNy6gEQ3kXjRDp3zIQH9z40VB5Q0hIQ\r\nXJTzn7q2cc+cn55mCzfQL6IGGclOWi6t881qnMbE9Sz2HKnel4gyJu7o9erD\r\nzAcJJYyp8TwATNeNdeX4nKCwlxQnH3xaaGRqe/hkvCnb0ZDYqeHM9uo3piVn\r\n/u9vAH4jaZRfMKI9zpC15hntnGocwxoRrRApV73yVohRL+kYuxnPZ5vPOGGj\r\naXw3U77r+VnMgX+K2pWLzhgMshgpSItVxtXYqDG2cCBwZTZzqcoOQJc1IFvO\r\n7ywxY1qIZJV1TjUxQplqh72q1udI5WQ5o+hnMxWnwIWL3aLm9yTC4FvnhlWn\r\nSjusGlCpIgkXO7et6295jPm0gIN0pZHtshE9gdkA5Y8t5WoXj+FmUylmpxwQ\r\nHGuNaRmoswpnYyUxQe2d3i6amfnORHnPR0fvsPwl/I3b8V/RDMTBVFdU3LI6\r\nkAhOhzGy9dMbCzmNHTra13Gz9lwYww6BFXA=\r\n=moxd\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.464e7a5bd_1680044853718_0.4162647745217247"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.58bae8757":{"name":"@firebase/database","version":"0.14.4-canary.58bae8757","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.58bae8757","@firebase/util":"1.9.3-canary.58bae8757","@firebase/component":"0.6.4-canary.58bae8757","@firebase/auth-interop-types":"0.2.1-canary.58bae8757","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.58bae8757","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.58bae8757","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-2FAJoMsdmNmhX+rKEBcgaPVz/oI971BYpxYgYp03nIktV07MqApoilHFk66ciKHSXW00PWoBt6FRkOBNmQNSmA==","shasum":"90f3296447562a4f7be7394923e5fbadee482188","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.58bae8757.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCN+1L98uSzyPfu71fRmdOGpy7WJNcOGjb9IJ6PhAHzpAIgY5mscJnyd/iV2svb4+eWQXl626oVcRJErYaZ22k6r50="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI39KACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9ARAAjKf11cbgptw+TRqNJ653GC7OMPVRPV5MHoq41N3+pIICmVzF\r\n2Rz5awj/wNgKoBI8m3m6HLDnJDj6AmxB0ZB8OtnkDWWXPYXPsTv5uxInn8WX\r\nnRRSqZq/msEf830Y2Ea0PLJx3vTTyynyYSnD2evlT2f44UGUgg/raACEbhDL\r\n8TlvsFCIb+VZoEHOaJkCBdOgVQHz5f63hGYR/xlj7+UN5fKS75gxBU3spf7K\r\niqxhEkNE2WhADtYV5+kyZQ9DVYNp0KbBNPHNZ/EVBpxjIhxqnYqxxrqoG3L/\r\nGOqaC6/z4iT3mTTq7/UT0HYS1xnL2FPe7N+GXPsrFz4XJsjrM5xTcL6iEK07\r\nDDLDrG/ZcppJco3FNbUfOISunBMzcCIB2A/h2MK5KnJPm3Mm4tAQ+13Lh6Qd\r\nZEamCMQh1JJ/rY3yWbSzqpTuFrOKi8m2gYwiHXIno5woTycOAosM3tUra6xg\r\nYqBxIt996EDZO+allpazLD1R/FW2HdVfctG94/5e4RYmqV6j5nyutCNLyWnc\r\nnk/OgyB1TPftzcwVaSM1m5He0zq9s9K0dDrHw1v0hlMiPo7UtbraPs5KCZfy\r\nF6CBHnhZ+5kCZU8OFIkFZoVDi+9k5xUEFtaVc2MIGR8KwNQ08Z6C2I9vp85T\r\noixvpgA+vPLONRVbLb+/aSUqhy8cVlQXruM=\r\n=j/XT\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.58bae8757_1680047946200_0.05916196049597544"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a00136c39":{"name":"@firebase/database","version":"0.14.4-canary.a00136c39","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a00136c39","@firebase/util":"1.9.3-canary.a00136c39","@firebase/component":"0.6.4-canary.a00136c39","@firebase/auth-interop-types":"0.2.1-canary.a00136c39","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.a00136c39","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a00136c39","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-AelbDIAIsy8bd2J7yezPBCaQKUpmM3CUSlkYYkbLL94/HASF6UXL9+tdxwl1vwkP9Pz06zqEHfjcjn5lFDL2wQ==","shasum":"7e6eaf86831f9e06b76c691982cd5b1e2f502f78","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a00136c39.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpjDdql9CFG4EHdsuxp+z6urFbqznGVFIlilDVlZzxSgIhAODju0uDXJnUQ9g6WBVed9FkeDTz0Aw6hnyjZWepZQEP"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkI4BnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrmTA//R0I+EkeYSDvyAMj+ZpiEdFycdKOwNvU3FxK2Eh/PPoAMSiN0\r\npYOewrfF6WhoYtbZ7EpuUNNRii8+Q0iXxaUp/wePTQeCpX/WYFI/v6BhWT/G\r\n2pi2ZC1wiEVOQbL5A34d+E0/a+xjlPWuXGXbhZTCwcD1wYIcbRdlwk26JFeI\r\nmor+ZM63HV4/iNNR7YFzy3LFe82bywHggGFAwfPGOzzSksZPAdzWPT93VTVd\r\npHcqP2Dmw/DP7ppcvn+Xl6nHcIlIzbesZUDpXEg7fqqk4RZKJ29v/k2XuBAj\r\nsFsUK6aOdiBlkEgrJdFr+XwJsHyfi7+4fSvN2tLyORu2sjEJWogZwuE8avL0\r\n7Yju40bwDKPK4/KBnnDQ9SkEWsctmfMPMsXe8OgwP6OkFx4YnJO/Hd1PX/Cv\r\nBXRg6w1R4W6VF3tfU0XDgB7FH65S9qlzX4e2yZo1LZgYf9ksBQq/j4R7JCWX\r\n/V8dUFGndAzhiruuVDnp9HyENZx9ZoYqRWihMMvaqdC10ooumRGZwrGofJCi\r\nNvjcw2Ae7az3OLxWixor2avB6jMifP6zPOK9IqqjIljGaNbIoLuVNkzdmrGE\r\nK2z8UVrk0OIM8SWM24RgBM4tFzFFMp3DUQ+rysYDOPUsCwFsaNlSgvEhoU82\r\n1Pc9ubY9O1k15F1YIhLd+XUOJsyLUEhu2kk=\r\n=XWEF\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a00136c39_1680048231315_0.08714766681845831"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.3fe759700":{"name":"@firebase/database","version":"0.14.4-canary.3fe759700","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3fe759700","@firebase/util":"1.9.3-canary.3fe759700","@firebase/component":"0.6.4-canary.3fe759700","@firebase/auth-interop-types":"0.2.1-canary.3fe759700","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.3fe759700","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.3fe759700","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-qOiGbxps8AugA7YbRZIIEgWvjjXcxfXKrxNl/NoRm5hxdzAZBeS926ZZAdNK3TlvYT5Z8+VCV1eYVJZyMiYLBg==","shasum":"dac641c6545fc639d74b32ad446692c865bb225a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.3fe759700.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCrkbjETkhulovoVNKcapCHXjpmcHDggncZzbvkH1IlhAIgLkIseB6FMDV63mlGs5kNg+/weQuuti/ZyPKJHA218vA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJHURACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrg5g//QC7oaujhkg9qasiKYiHyfPpY5q8Br0avP0+0echiOhAFsoFb\r\n0V9ThNW3M0KVKwKtO4b5OG+pCDXBnS9n3RC291qZQh2Hl+JQwMOJOFBVG2vZ\r\n/hqJR9PWzIonEDeozBWWRFQKhy3a6cu0vDYvwQeAWisIQ/UHYNMF35Sf5X5g\r\n2pVh7F0bRQ3UEmG4MmoRBQeQpHxntI4dEy+Fp/ZZE6rwwSyNwW2+AJKf4UOr\r\ngvsjmnnFdFPS2IabwXmt8aIo/eLpPVfSTpFUAk7RfRuB6xnK3DTxzBLhV6qM\r\nCjWI94qHuxolZqAYeQdo9zPLsxtZruVr/Zyk1xSlZpUvxw5KV2eGpMTWkvSi\r\nt5jBzvdeinU/H6qoemQ8KJeuNIxXkReqsFAVzQNXdI3xERZmhwrbr+N33fWo\r\nMxmVyRdhxR7bqoEZRjLFJhX78sqpyEgZgqvhafLiziCzYz4nU9iS7c5tcWtD\r\npsICHvN4V1Rd0DICQKlEZHpdEp1oz1T5Qm6RI+oHrw3MlOmtQ5+qyKpE/K37\r\nvT/4xr9rsBStAh06tRycrdhYMX7GriEs42jKgpizFszC016625yE194mE0j9\r\n6/767P4c0Jvdix2DHs1mHRMENpasz6SvsiZHYSfguY4dHO7AofCYAZtdwEpf\r\nozSIhfrfmScpB9MAegteanqqMzJbYQwzSZg=\r\n=Z7vr\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.3fe759700_1680110865745_0.28119470148226267"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.81cb20a2f":{"name":"@firebase/database","version":"0.14.4-canary.81cb20a2f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.81cb20a2f","@firebase/util":"1.9.3-canary.81cb20a2f","@firebase/component":"0.6.4-canary.81cb20a2f","@firebase/auth-interop-types":"0.2.1-canary.81cb20a2f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.81cb20a2f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.81cb20a2f","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-ImwJ93Ag6dmSZ0+QyrZFrFIP87ra3wa8OZAq14sEuDGPblYnqzHNs7K+1iBoCUS6rzglv+mo6rIecxjR5WN0SA==","shasum":"b5602a085444248ca3a65e998d73cfe24d1ed267","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.81cb20a2f.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCO9/wIKk8KlKIk/QVDSzGp+DP74fzxZJIof++1pVumOgIhAK3zoQXEd+zt87qkp4F8+6CXucCIrRncA2KxOGIHVZAY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJMb7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrz2RAAg6pB7I4JfhuJXrDmFQ+N7h+etgaRo0zMZeiy1k8gW67Fqw7M\r\nP4ixtPdnWl6XpO7NzO7p95Grg1WEGqbSdHcJn7TSqXIFgn64SctKGFR627lK\r\n9Q9kiphWQRfX6Sezm8ybX8wsB61axOz3m0Dm+7ieKt+xo4PZkIeBatnYuj8I\r\nYjYvCpU5WqZnvV/okZStqy71Nj6oxpp/CTGOx+2hjAqHxa7BXUaagct3joeL\r\nykxsWMeNRYyw5EUpv/a7KJJkscWEvp748qS8ROCtRAC2Gawmkm4OPlphyT6r\r\nMQ11gfM7dcTX7fZ1OtEjG53GXKLwg1/+ATyauv7FyU6QR1DSFjxF2tw3Sp1z\r\nlCsSLg0tayI4/cUjPlioKZcH+qsZVWKYwdauh91b/GRiFd3wVMkRoPrJIfiy\r\n6hrvC5LLvNqawdyZGDvVA7l98zTj11WnFxu2ujOI3Tp27sPEinB7We9y46fL\r\n0htTLR1QuoNwKxMDB516oDlYH8m3tXv+El/+yErpwPGRsYtjOtiRxwOmY7wL\r\nA2mfHY1IjWKx1GSOrunJbyRIZUSUN/khZ0RLxsvZypkHd0k28Bqh1kKLGG5p\r\nVqrjRYrzhqruEev8U8xCe6ENBIpnoMj0coOuIKkcE6Wdw40GWUydYeEMkPRD\r\nLJ0Aa0vHy7XIYmNaptasoCA/4qd1YSxm4J8=\r\n=/QQJ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.81cb20a2f_1680131834745_0.2766088005877787"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.f8a2c5865":{"name":"@firebase/database","version":"0.14.4-canary.f8a2c5865","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f8a2c5865","@firebase/util":"1.9.3-canary.f8a2c5865","@firebase/component":"0.6.4-canary.f8a2c5865","@firebase/auth-interop-types":"0.2.1-canary.f8a2c5865","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.5-canary.f8a2c5865","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.f8a2c5865","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-hj9wAYdiaMH9w2RlUpS2CwxcGlmttK2kvNC/ZUUUTZZ9vlnVwJhEZz1vHsGENYs13DXLdU79yM9BQg+d6zZmNA==","shasum":"415a9801c98d1ca87277b228a85a8e577f743295","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.f8a2c5865.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHZbOGEVYga+uoSOzDvQ+ivuZmRe2iRntt1e8Grv4ptZAiAO38IYx74wl+ReolJxWkO4YDMKHfMMoChgryAepBGZcQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJgmtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqK5hAAmPO87pbLqcFNoRlTwD81UH4PY5hYUv3IwKKM7JYpVAIMtFBh\r\nDoYfEt4I4/+eW2csWL8PUUVIf3h+GNNmXQTbyjJMcvYwLh+nofLeoq1UFL9Q\r\nsXTNcaU9tiSgynQXdbiwZA87uNWuQxh4XWJEwnirakHplwPFKqQTnMtNljxt\r\nG0flQQCub44kqGUzODaG5iMICGPDf7jF4rt1AP1IgY19dja+A/6p1ljVdw/J\r\ndN6ATVty1xq9A438fNbeTqgpyW5Hga5s/M2pPTFH+Fm2nzrOwxwejfmRFViH\r\nJ3z+95/kab4t+2PJtvuYZOv5XlzzRAGiqgP0aBFfjQcexZH8m9eJ2EU/lCmV\r\nX2mZZwmoIEWPSzCpwX3tm7fhGNr03CprF7t8m+feBplrXA3uJVkhdmlFD864\r\ny1jMeA2kBj0cfrOOnxrdwKH4M0ZZDChdF6V7GIDM5ldVb671an9yQ2/0oVF4\r\nct1TbO80Hp0hG81zGIhopvcUjekOdBd/AbcsTiGSiIrGe1xsV1Q48/LSDN+d\r\nAHnIl7gjqY/b3lQ5Qno4qRxQLt5G7dsLw6HsDav7NK8sQDTJXNMLcIQHPyDf\r\n4HBmxK32ZNOYbbHB30KDhFULtidkoAIh18YaOtwe9cE8VK7IBn7NCQVJGBrQ\r\nFOBQO7zn4ayLLtZnFnHxmZYhU7AnQDUSw+w=\r\n=qlUm\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.f8a2c5865_1680214445457_0.4278652957002129"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a8d6499b1":{"name":"@firebase/database","version":"0.14.4-canary.a8d6499b1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a8d6499b1","@firebase/util":"1.9.3-canary.a8d6499b1","@firebase/component":"0.6.4-canary.a8d6499b1","@firebase/auth-interop-types":"0.2.1-canary.a8d6499b1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.6-canary.a8d6499b1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a8d6499b1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-6WlEqD/uR01A1eoBxBzYl8hZtG7PrYeF/O+rE3j5EGdWKGQCU+FRlBtCFoohsI2HLgOlflSk69JFaI7hL1FFDA==","shasum":"2b301ca5c1ba3dba14a7448b551cc29038837a79","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a8d6499b1.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCg32NAzgmnAlD7O/u0Dnkc5uRxdd2OQZ/ZfhsudKNvugIhAOT+GHzjwwk57ZKV0CuH4ta6uyOt6KfrNqpjZfEFoREy"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJhbVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8GA//exO3NqiQi2fwX+R/iN+u4LHAzpHiUQ7Cmh1yAmqqjklsT2Wg\r\nG9Y45Uuj5VtEs2hpxDO1PgN/0tp/juW7+qWp6+NvhguGqb9nrB3ewpRHRYjd\r\nbFF5nzMvXzfb35nz3FyIvfkTxSRxHZTikXsvuIZWTlbsqz31PP06OL+NaDyu\r\n+n7DNnVPvShbWwZsJkyOK+VqQ4PRg/jns3qGaGtRDkAzhHikuQZRYmSwoIIU\r\n8Qo4CL1s9nO9+YREjrZrGBJkyqD1ed9xPAp5K1Gij5zuzsXoFLJvZ/zwkecS\r\ng5Y6Qg33YxoleTvthwRLHH6uCf5ZKs6icToDbWOnUY2HWMJBUnBeYtd9jkdj\r\nXDNyBsloVaOVUbNMDAonooGPgKPt788Q7IouoIcn0wi1fE2EP67NscJuNaEH\r\ntbNrZjTRKm/0bx3PsDi1VZnpqBqC3DCG/etXJoJsMUK9OzcEvDElPUjDqS7D\r\n7L/w5TaTyz6GBfBXYz9zK6PRg7tRCBqcArXpT2O7qgXFg+ghBBa3tWNlQ23i\r\nP7MD5VSuQIGc9Ia8s+KZQ+CIFDaSy+5U3iLjN3XUvtlUdLI0gPph6A2ApWQR\r\nwhusg64gQXmtnm88SPFX4M+NBnKYeOLFXi9bQToPQddEwRFkmw6tVoXE3PBk\r\nFq1YvRfa1hzOvwDnqJl2xKpEckJ/NCUPxuY=\r\n=dPF+\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a8d6499b1_1680217812892_0.055417144499887216"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.8c9f8c83e":{"name":"@firebase/database","version":"0.14.4-canary.8c9f8c83e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.8c9f8c83e","@firebase/util":"1.9.3-canary.8c9f8c83e","@firebase/component":"0.6.4-canary.8c9f8c83e","@firebase/auth-interop-types":"0.2.1-canary.8c9f8c83e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.6-canary.8c9f8c83e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.8c9f8c83e","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-RsGpyzjjiVmAnnI+JOYNQH4iAyNseEbs6d2MBdDdk7w/dxdJ+P6MspO6uOW7wW1L+sV2U8LspDBWHOJekCenEg==","shasum":"fb611f1a7f8df85fb812e328a69ca5d87c435b95","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.8c9f8c83e.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHDvnoW5tVB6Jlh8CZZttmzwz3JAlnJWZbZ4M4TuuJiKAiBwdPMXPyTRx7s5+B75qyWSZ415RI+GkRRcDest3JOupA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJwxjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoXhg//ev4es9Pq9YsYv9frvqQ2fc0rzNIp2wlsWlqVa+Kl6MAqISPn\r\nKzWPadT7l0ck2Eit2LqZSXp2d2IEbRobVKWKGAo7luunMxbZKOmbUA1IK7QL\r\nbEWv/w/bGrh6LGeDKiQjP0MGYMS4kOrtg4pcdKffLx/VWaTDi7TZwyj1FHaQ\r\nT4GNs4buE08f1dDV84nfhWCnpt5CgggO6OmdaREi9+K2XHiibTg2V5qFTToL\r\ntdkRtM8f6xwFtJRISbK3RhC2gxqGipjb8/gJJHz6e6KFG9fljhXJdbYHDy4T\r\n1KY80pTGQhujVxrdbeJEoAhUL1cwfQfkCVsWMIyUuod9EdFVp8jEV6OX8oVg\r\nxLTwJ/XZN5QrA3p0RK2+3xMWrS1zHgk2VMaTg4YJmBckp2kkJzScCHQS86EN\r\nWGIjJs2siQBvsMCw9R0Ao2mk3a8+61WlCwKDseSEDPogkkj9l8jhRrUbwdh1\r\nfyeI7eC33w+6vZClHXxpojj7l1bA6pEKfPbgYeWXnfFQ+nIrQD0BdE1PBXVa\r\nMMfO494OSiKmFc5KJkQLz+5QZvlYx5+nR/o50XdqlrNNNiYV8mmuKIp80arl\r\ns6yhKQdIOyG7MejOcLXtotLSlQPycZWT+6589XjyEkcvecJSLwMR5o5P5oRl\r\n2ZRbC+OvAAHrj5odiLImyiWNa8ouJf/tM38=\r\n=clVK\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.8c9f8c83e_1680280674944_0.46813316522907145"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.965396d52":{"name":"@firebase/database","version":"0.14.4-canary.965396d52","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.965396d52","@firebase/util":"1.9.3-canary.965396d52","@firebase/component":"0.6.4-canary.965396d52","@firebase/auth-interop-types":"0.2.1-canary.965396d52","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.6-canary.965396d52","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.965396d52","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-DZ8/TMRBOju54bnLEvayEvm9pRkflKlxuLVLoHnBgvc+bJB4/H8dWVQRkTriZHFnAOyUHQKwee8blhJmTLjRmw==","shasum":"f0d8a195fb5b78e6934567f5e9ed84d3e6e370eb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.965396d52.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCwHpCotCwvFCCpbPSbOc4Ct8hZVsrzCJrGnjimXX0xVQIhAJKwxZBASqKDzlwufzWwIrJQXEPTDMgmG5F9wl1SB3GC"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJzKpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2Rw/+KPNBpjK9R0zsG4dN6H11Tq5zu9V8Q8cRs19EwEdQQT+anYzd\r\nQwMFoO0C5KLDmkxb8TEScOAFmvAo/G3rv8zQNll9qtUVlAUAy1exw4ySIfdr\r\nRg6tF54zPMKf7i+Kv9iQQ4dzGLdIo2LdKXRu5KV5PXq0cKU6WE8ZSMahT1dg\r\naEiP0/gEwoymweqmVC8AFHFSwb3TPlSwvTNG+TuMUEIWzWSVPK5hnsLhq9uR\r\nFQEX99ef/KiCYSkThxWcTsUXW8aoWF2TIbC2Iczvx5LDr7G2BV6cKgwzamvJ\r\npeXPcsErYs46g5jI0+t4NwC5QA7YaXLm2sr/JWfWMAG2NE/k4hrPGiE709sI\r\njI0oDWaFLDPNkuP02TeyLy8wmmm4NNEHx+3oBjktsqiQVcLYe1GSZErFvS4f\r\nLu435aFo9iVX/M10zgvZNLop5TeM9LJvC4pS8HHb0w4EF07kNxrMkHyUl+eZ\r\nqpObJQrtnf2E7RFrNN/ck3cxZt4Ph0sbHOXhb9omo3gMbF0mTNPEjvSjnCCL\r\nMPgtxfM8bC3AR4GoVFmwFzNDT/epBv25fB5O7jEsoAIJ3piWPmJQLLndmgv+\r\nOxQDa7kDDmA71LnlEPzP4tDt72ZotkQrd1Lf3uqAoN1nJcsH1O7MkuLD2AUk\r\nNy8VdQ83u0xKGPPIBL7iLcGHwcHdDkT0XwA=\r\n=jSrX\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.965396d52_1680290473007_0.4591115809548634"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.48a2096ae":{"name":"@firebase/database","version":"0.14.4-canary.48a2096ae","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.48a2096ae","@firebase/util":"1.9.3-canary.48a2096ae","@firebase/component":"0.6.4-canary.48a2096ae","@firebase/auth-interop-types":"0.2.1-canary.48a2096ae","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.6-canary.48a2096ae","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.48a2096ae","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-GPUPhovD5FL/u4v89w/s7j87tHu5k9IVzEAycwplIrNMZN0zSz5J7BU6CkuRgQN83/Rkqq/j81wFsUweS4aYnw==","shasum":"681478457a62794f8e8cc5c29ccdeeea77cb9564","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.48a2096ae.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCuZ3GZR0s6Q8rvFdnwY2TvBhXBGZqX/eLJnGZnd13c3gIhANYwCj0/YsfjRHSm+r8SJUandxK4TQs2IH4GHACjoxz8"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJ04hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyHw//VBQMY5P27wusR6a387M2kGl+hsqIwi/YRk/eIdlXugN4k/gm\r\n4PHxfAAVZuIgtk/GI2aZIPR6eprCaFCELVbdt/nDruiLjNi1eknkYAHDgE7w\r\ncxAh9mAB/NVIQ7U2rD/SFCv4YPu0TIyCaJyfUi7dR05UKnHmK/NF8KCj3TRA\r\nDTISTMpoqYLZ3h5dYATv3aw/KAvdvHfrfh5shfszl6F/6xMd6jrAuE0yHXCJ\r\nqVv8Lz+R42Hy0+QkWYwLzx/zQnE+A6yJaER6nVmFifs5g2mMpXklNR5jAhTl\r\nzszWX5b/9UBvRAYPOLsopxxDTMMZxZN0HkXWQUSMBwZZ2r+GA3JJ7vyASmTU\r\nm6iqp0e+cNppjo2Xcbbq0d542zrgg4fPD4qfcx8vxY8S/Fo1LNLRfy6c2++L\r\nFEtzoeyYodz6dAD6ysh81kc6zNCAciiU8l7IMjYowQ78Ett4rBJOs1A7c/31\r\n69mfbMKbOsLYjgRXBmJj+/ZeDsegPo6fNxDJ4XOzTrVSKtyWiTiZenOrRt4o\r\noqWO9P7bp8MuFGrBNm8DZdLs7pPs77pqQCorMNZeQCk4LfENf+4aiZMzOyet\r\nFURE/BiJd+vealofpndD3+hv/HepW/RIoTH5MmgZT3IQbqifFZAVoySDFl9i\r\nIARvUBy/HbtxO4q2AHZIScQ/6sOKVT/zzIY=\r\n=T4QE\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.48a2096ae_1680297505122_0.3525489615492352"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.37de4d015":{"name":"@firebase/database","version":"0.14.4-canary.37de4d015","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.37de4d015","@firebase/util":"1.9.3-canary.37de4d015","@firebase/component":"0.6.4-canary.37de4d015","@firebase/auth-interop-types":"0.2.1-canary.37de4d015","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.37de4d015","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.37de4d015","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-W+5DI6Yzv7VFULIcs7YWxIrE6hUDbGUHuvAY+ZNfQ85/v/9NSY++kxbixZBG/KGLh22O+ujl9c8EQ/Y7k/CAyQ==","shasum":"ef5e48b6e78a8e2712fc5cf49de3788e75887f50","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.37de4d015.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3a1IGZ5ICHFk/ZAKKaP4mx78VQ9+M2OAFyXxrpdfwyAIhAIQHljpPQ1jIM9ReSeAkKM+rSMk1YRHoH6clVjAzf6cU"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkJ147ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTCg//Ua2t1u2X9T3PZKc6TwU0xoP958bp2NCalAG8cA8BJrVvLP9C\r\nC8kEZ+9ewQ921OVL/4AR2+Z18T0gOnR7idtV5C8DDTSI2sTsE4QvVLy5FK1d\r\nIUhCTVql77JbOjvTZn2Uo5lBoypuo+ouH1gcwbi5apwb8tGlob2ggxOk4/Dn\r\nNzoOyTTxgcqc7Qc1VKHN0v8XIokwsNzTYb2jGpWsHH3Isc53cfOjE85Q7Ozk\r\nKsnbK0tk3fH+KmoX9d0GKjVSsGdU5zrIlHwwcIVNSm5ytJP+uAu+Wq73bdTE\r\ng84j+AmtRqXzdbiy1WQr8DSMZVifA0b10229RagsFZ24YpJlz4ADLH22H7DS\r\nCd6jfCirgdhHwrUVr6anRUZp3Yr2JDfe/UJ+fF0q99XuaEtsjoCtPkKiAngB\r\nRlf5gFrsCHstVJpqs124LekT6nrqSNPEJBLkay18BJ+1wX1UaRFjJCVpwaAL\r\nb1I/ufhxu2yh0+mgXJXOFUwXJhOYqtchCA/7vNjGwwWdaw4XwJqv1pTli8/Q\r\nV+5Zm5GIJVTlcVImOP14adZliL42Sj1YWCd8/xxa8v31V6crsj36P1SFfH0j\r\ntwrPBAO+X8TlhXncO+5VV/RNIeh/nGlemVpR0+OC6fLh7piseUTydNCvpJa1\r\nmDL5b08r1bHiiUus0prxokrBiuvVUk7QOMk=\r\n=NRN4\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.37de4d015_1680301627361_0.46289616162093017"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.4df00993a":{"name":"@firebase/database","version":"0.14.4-canary.4df00993a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4df00993a","@firebase/util":"1.9.3-canary.4df00993a","@firebase/component":"0.6.4-canary.4df00993a","@firebase/auth-interop-types":"0.2.1-canary.4df00993a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.4df00993a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.4df00993a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-K4yZYIG/l4xPBPlR5ou3IvK7PAeTXRjkToSlYEDeaxhMyDGcC5ySl8kjXW+Ts4HYfvReUOfIMvL/mBJjgDUX2A==","shasum":"b2d51b4380e24364927fbda1c1da2051217691f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.4df00993a.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID1VyFkI6O0nSnu/7fQYYZCYeRYF68mNUQ+6mehYd6rdAiEA8aKOUMTYZNd9+w+vEepaF32lDCpcSnL7qIz+bxEA1hE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLMUVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSihAAocMgS2URKzpcUlLBi+VHVULdULsJGTbE1pEO6wn69hRt//uL\r\nr+Uq1o2lhnwSVactc94L+NRAXCSIxluq8xlEcfNJr4B1yZiOgFQrtcFF8PRF\r\nMCIDZk4mSdbVxDNlyoMNSuudrvwaIPFf7y7dLVBXNMM/+G3yna/OhgJsm/xW\r\n018bUl0AbuM19IvGifOVm57loKxuvlHnvx9Ogt1b1pr8JERJu9g29ApXvpuD\r\nLaabaUnQZovXnZNc85I8Qxy0c0uO2UOdQQ7BAfo7GfGcTICT4BBsgtT2jaQw\r\nAxEEjQ+J2osNtVNc75e9IisFxlSI3RTRdpuKJdYD29+TzyShfTsdFAb1bWFV\r\nGPU0d1LDXAksPKlMJrYPorrXmLKjMdclfzqrNLafaO6nbG6u8XaRuQFff8ub\r\nGvEW3/WbJOkQ4C+VijL6BsZ5T6nDZAvjz/mEUqTo9cVlTPP43Try7iRYSEMj\r\nttG0bqmWiZp/dfTD2nEw4UxeJCZyoLJ5Nykuz7NIOnsOgyhp1qBcGq/yJpTE\r\nPtTzNEolrBKeH/MdnRw/bkl49dlgkf5DfpuHR5UKJ2K4uv2zXTt3iyi40kSY\r\nWD2o/AuusPEYtGyYSM6RtT8lawjmZ+NH7zCuupby3a5394u8uddi5XNxYO/n\r\nqgeBi4/PMeqXlUbUbhuAqdp3H+s6ttMNIR0=\r\n=FC8o\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.4df00993a_1680655636760_0.11991666515253652"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.852ded64d":{"name":"@firebase/database","version":"0.14.4-canary.852ded64d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.852ded64d","@firebase/util":"1.9.3-canary.852ded64d","@firebase/component":"0.6.4-canary.852ded64d","@firebase/auth-interop-types":"0.2.1-canary.852ded64d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.852ded64d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.852ded64d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-LNeD8zr/HRjSWsDvSXLH8IJqyhZB7lRgIl5v6tEEHuDOesKq4Biv+BABDojWgOeDkKJ1kpsHU7qtM1Z3G3T9qg==","shasum":"2e94dcfed3caf789b418733e2e702642a2b91939","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.852ded64d.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHOBeem7IHteldIfjn5unGwiFIG18pihzECDnOi346SUAiEA7DefJrhwyL/B4/FoYAFZ1r5Fv9zj3djjb1H8kvDqxUE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLdesACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpflxAAmMzgv1vSCACVGz5xG3b7X2xRDnjIhXNIgypry4+l3Iy4gjJr\r\nPKtmGJZSwO7iGAonvWeYUJ564JYeVMdFK3xqJFDUXv56fCPo+apHoIucam16\r\nITjxMPDKMl71rB8DeI1n3eQuxGWIjbYF685raPrbCN4sVMib7CoTsMFTyV2p\r\nGX/Fiw2i/3+mm1GfIvpzt3UhBfWSgqxyyqJxVu7UZI2nR8uNQfcM3JecfBpu\r\ncl/gcJOFpq6JWofmthEvfDcdzMzfbl5thCF1T/ZGSbvvipVle82h+B7CkGum\r\nDQK8AQKWRnxs7O5PBjBL+Ac03/pDia+TTVfEL7+Heohw2YAvPlZgx1vqE281\r\nR/GZbw8G2NLK8bsn3mCjiip0KprrIdiCh/7slw0c75eVOCq7zuCtjxTL4Zhr\r\n521xlmsGrTNIHqP835/79JNMTqENlIezAtu0Y0G9wSh3KWKl83PcxXmMVHPQ\r\nJNCk/p8W1jHZL8yzJnSHp2SpekAnz1uXGDhLc+GRk0Q6gKaI2DwjJzHvEI1f\r\nC04y7McZE8u6wr3Pza9QKg0mb3mwG1zvy8l2ZbB3yWGEoKg3JfAR/kSMKsZi\r\nomPJZ0GfWTu5cqR4vrmCL+ww0EGmF/ycTbRGQjXlBeAXZxJP1yZDDApTxcqE\r\ndxMXWKLaSYDCPF8qDDSLY4lsA4fKVMewJBw=\r\n=01Ii\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.852ded64d_1680725932514_0.4484858325419061"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.f1b1c5a2a":{"name":"@firebase/database","version":"0.14.4-canary.f1b1c5a2a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f1b1c5a2a","@firebase/util":"1.9.3-canary.f1b1c5a2a","@firebase/component":"0.6.4-canary.f1b1c5a2a","@firebase/auth-interop-types":"0.2.1-canary.f1b1c5a2a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.f1b1c5a2a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.f1b1c5a2a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-sqNwKKubrvN1Wd1fdmY3HdxczwOY7aMEyrvtkJMFaJfWx0UgGhBZgzcj48JJnekDih/5hFIzF3Opq5laRsUiSw==","shasum":"737a35c1321619622147115f6b6bb81a6f9a6afe","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.f1b1c5a2a.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDIJg2G77YhAzHKi4zAd0zizK/dWU08L+D/yBcN9SHQ/wIhAKliaL/E7fqZ05y3FvEgEI2n27MM0ifNvDw37mryGwvB"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkLyP5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoiARAAh1n2cGxIZyZ4XrH4aWIKcdJFDTU7KoY7nvEagG4yrg4INZ2+\r\nM/MaQbw3TQZK0Y9Sk/07kxSQ3q1stYHHANwUrZsH78NKOZKMXGoqHPfP8zIk\r\n9bNJcRhLFZ6cRYUDhHTflpnp8B5U3pWeURsYNxfHHdUbMRpCpybOaWzrzHAp\r\nTa/q313F2/Wc94pdK5+qQvvRAp6BWXXxiG7uR6WkcGHlmQ/PVlO2lFCMmNEX\r\nqKd1hgN3P09Y8pcRDmtXplKxWIdlWlo2SZntneeHDRnWfvhRiJAWNk4xY90b\r\nSFj3KTc9KLtRD/nyQEa/oKYjDn3ka1H6fzUa4HxT4loFX0wX7WbfJXlJop1t\r\nj15A/8SMtw0uvOTtHTklnVOeCZ3daRuGgQyLiV8MlkQGGeTdhqrvkBoNJHDU\r\nNuoU3/68e6jVc+vgcJp6KGywm1h1ZcUzTO1GYNC1T2TM2aoi2bDL6txQz3Ut\r\nHS+kM9ZyNuFa8wxfbk0rwWTM2XopKugTXxafxiiI58ZnN1Vvhue1f1nKQaFU\r\nM7On/bUaJIWu+yhzravySSURS2gQt5DXIFakTGYnd0YZ4pXNHyjfVL6MsVsi\r\ndvF8H0Bl61uBJ+sn6tLEcslIpwLKzMkd/zfkyaddyBXRUjyIhwAaOuo5svLX\r\nrMJpdarRgOp8Gt2OQm6NMIIgPTZ4CnNkZUg=\r\n=Txwk\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.f1b1c5a2a_1680811000829_0.464548459129948"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.264909862":{"name":"@firebase/database","version":"0.14.4-canary.264909862","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.264909862","@firebase/util":"1.9.3-canary.264909862","@firebase/component":"0.6.4-canary.264909862","@firebase/auth-interop-types":"0.2.1-canary.264909862","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.264909862","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.264909862","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-8EJNCGCTMrFRtPYgVKvk2G2zvxUXeQ8wV5LXSUSnl2cq4TFHUit36aMPTsD2t2UFgWWFZTmDX4SHjlo77EQcmw==","shasum":"1d82bc5e96c32bfc0617f635027743f0821d1ac6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.264909862.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDWEOANozrh1c71kGzGNthdUUz6rJ4pcOC5bWKoKuRB1gIgLfJSod45DPHNyeAt4zptn5E1AQKU5tTZGKSa4GvdSY4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMGVGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo9OA//WgZp3eBBM8Mqijy+R+dB28qF5OBSVgI3uTzKQcfp+aH7dhQz\r\niZKqb7iymkrvzFvKQVXB/b6kzeWuVo1me29T2ykK7+1B/c9m3/VWtb92aKkD\r\nH2uHOWWl71Fey+1DAC6fJWWwky6pV1cKiLeDPN1Hmz6ljL8C4N2Rj6WY/UR6\r\nBYnN/ijAgMDIxE8eAfmtYKT2rKYNAT09SDq0pNmTouGkj9krGC4pcwSZOdX/\r\n/DXQlZB2ZsxfPOAUVLkxIvF0UJ6wpHNERbzGovQZZNR8QpXAN7tw7Moc/D15\r\nLGDLjSLH1f7eFSJ/GWoJIHK4I8lma+dAt+/kLTbsB7X7FAT7OAVpuQPOOiZc\r\n0bhrbRj2Iax0P4QxBC2JOC2YccxpnUITBdFZmPrUWzsS/a5THwPrapT+3qdd\r\n4EJeuC0UiSeoVUL3PpU3CZr1yfikoKjAAFqsTaQ5LCCwWemLpaa/qBPPKD5M\r\nILYhKzZXxM2+fQ//dNkdsGaCFHByKQ8/9zkqZQ0Jt4IAFgutWsDWbg6CozF9\r\nfD5hGctH1v59r+8X4FCwP23yDGhxmR96suICVUWZQ/xQ8ZFERlGEfz2bLzmj\r\nJgFWMVWcHzDB5V290VnLtIcs+y617OdEEltrWn9UfwE3zZ/UiS1AWtAC/HHN\r\nEo74IosMTZNkgJ5okDmBmOxP5yKwWWR6/W8=\r\n=uTl0\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.264909862_1680893254239_0.8306682700035675"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.fb6df8340":{"name":"@firebase/database","version":"0.14.4-canary.fb6df8340","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.fb6df8340","@firebase/util":"1.9.3-canary.fb6df8340","@firebase/component":"0.6.4-canary.fb6df8340","@firebase/auth-interop-types":"0.2.1-canary.fb6df8340","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.fb6df8340","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.fb6df8340","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-D9iaizRulFdzlMEXCZadicTaha6xbDDTR/M3m+nkYLmY6a+ONhGVt/Me+zaB660NYrg5wOkSJDMJidQ4l/wtYw==","shasum":"f9fa411ac030801050d838f9f9c501983dd49912","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.fb6df8340.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDD+Lf3QEBGREHHXDPayp2X2Lo9pKvYDmTQH97X0OUCWgIgFuEOZZjOj+TVp6zW04bD0BYuORLzSpObFypG4xxCVOo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkMKC7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptOQ//cOtQiUUGYwdb8sfBxqfckzVCOKHb37lT7ej/kDaVsL/Labhf\r\nOQpXUjLmiaZTMinhoFnv1nZ11qYm8VqyY4dG64CFmpb313w9YArNwVuyCdjF\r\nXwR5ZPRkUZn1MxPyZ/TfJWnDbKJ408osrXviOn0SJxoU43fDdt4JpKi5IZEN\r\njb8juZ5uDKYH9dm6ZnzK2qg2qvVIfGbg0nuEyaOE2kxBTSc5hkydXDFeFXzh\r\nF+fupryXCw3Dgep2Ay5uqY3GGixO/9TvWiLrfG6pp+sf26Ko4aWWzlOZWijl\r\nmhO+mHR1IMfqYVyW5mCHFHdD1jDwSoKevs0qsiDqVpDfJDpRijil9MttIMH8\r\nQ3iSdWY1/xe0NFceBAzlod48vSCy3/WwH+rQwuBoqYcFRCS/rMq+Be8pfZpG\r\nuSRNYTOToWLQVrnTL6mK/rHEFZztr4kIFNsMQ7Q1Wb5yTmIyaWIPjAcJZ+nD\r\nAbmZyjSk9U88t6Wiq4mcCsc0ZZ5WFpSJy1dI7ozMsv5RXupG805E2SThROS6\r\nm53+dxAVBHbzR0SXehbW98Y+EtdxcDTNNpNM+4XQ7UWfQGDNcjmTTsIyfCRs\r\ngS4d+8yZh5cPOp+4yjqKfo/pN11DvgV2w5xvhWCZOL1W2q19kbywRt95avA3\r\nATAV3ZkeuMwNdNbk8MjPsqdZdw8bQHqfGhA=\r\n=qnHL\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.fb6df8340_1680908475207_0.6055198804872113"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.b04f04081":{"name":"@firebase/database","version":"0.14.4-canary.b04f04081","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b04f04081","@firebase/util":"1.9.3-canary.b04f04081","@firebase/component":"0.6.4-canary.b04f04081","@firebase/auth-interop-types":"0.2.1-canary.b04f04081","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.b04f04081","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.b04f04081","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Wn3HRiEq3eKD6lAk6HhG/RU4vqhPWhYwLXmS0X+N12h/XaN60R4ogzhGIBi9dWx1X2hJaYNlom6ZsUwRoTn15g==","shasum":"9d8d58d3648fe62939db970c23194bc26d9c7671","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.b04f04081.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHDuXUXvTZ4QWIx+r9DL1DJ8UP3poWHJzGwetC/6y1iSAiAdXaKaNpc5Sq3y9d2K8pAGozGCf97wdTqibri5TvXsQA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNKWwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0JQ//aLqiT7GfBgwRe/9c4ht66eECK24pbUzDsDbqdH3F/SX68iFk\r\nl2PVtCi7oOyyZvgZNbPaJ5vwBTt/8pbRUxcyrK5Kv2gsShqqF8K92MDBy/A/\r\nmsTEYIDeljHtZBHLU5A6LdCy4X3myiWRMMcL6XctkZTwdWJrsD8vJesqXxMx\r\nE0n0IXlPNNLxORxkuN2ExucqOfjJLge5uVdAMUarx5e5Iot0ARi7S3aTtlCn\r\n+vPzhhCIqeD/miDrG7o2xv/4nddvQNlZ19w/xH2Cs4CQIeCd2duCPSOkiqHw\r\nzadL1h8uhiXcUGbwB/6unnX6rPhyTl3FUWc5Y+oh+LAU2zCzw446dxCxaYa0\r\nhVIBXOx5szWy72P6EK8N9rzgnwBTD+9aqJLBlBSUA0aDvACcRtSSaBwtVAPL\r\nkjmzu888nSe6lTik81YkrNcsGvPtGik6w0eWVPKKEBw+I88pFrjcHwVH6mEt\r\nt/qvdgSFNu6ZEr/UDZI429v/THSV9HuRGn/9Vk3eBcsTkjFd1r9oBxvFgk8K\r\nTLXJcMW0Q+dx57OVC+hFOQUBAYJgM0TaH+7E8dpNFY7J3gar92pWk+CdvwPQ\r\nQeRus3lALfhjuPuUq2rvNnLT7m6Y9BtkwLG1dBijTQTMPR8rUSvEmAhXpia1\r\n8bSd3j+AEToG/EUypXS95/DJLC6bu93jPd0=\r\n=NIkq\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.b04f04081_1681171887648_0.7080628404498119"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.ea3849fff":{"name":"@firebase/database","version":"0.14.4-canary.ea3849fff","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ea3849fff","@firebase/util":"1.9.3-canary.ea3849fff","@firebase/component":"0.6.4-canary.ea3849fff","@firebase/auth-interop-types":"0.2.1-canary.ea3849fff","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.ea3849fff","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.ea3849fff","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-WtGNpYS3eqrO1NK7n4rtzV5Ugx5p0C7oyBDnHdxGh7FIId5Ltyh9fA7E8UBNQOjUUAOpU/kbaNPHs0YPucppQg==","shasum":"e985ef24e08958b46055ca67718066cc06dc37d5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.ea3849fff.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIF0coNuljw6edRyTQ1uwgUHnTXfJlrIo1/mJwU5hOp0rAiEAhKMyepOR2ReBPKICgNvuG72DobA0fuZHZBiVVemWdwk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNZUNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr9Xw//QX+71GbH98RmxK+Gy9IbiBjjH99UpdU8iySub3bWJ7vgA/c1\r\nOvAOXu19lcKdEe0U6hydJFizXjq8V0bbLY0FHktkNEZVJglO8TMbfBKWY5YL\r\ngq2GriaLO4JFOZ504zhEZv2xdTiKcd5J2yO/CXZ8jwxT1v77nzNCElTiIkCv\r\ncgujsrudobGzC8xNp5tFK0Psxe581Mr4VgVRmMecJBOaqOEyFp5gNhXDkOsL\r\nfwC3eJ60edcea7rikqIZSKdafkDotBYEJ0IGalyCmGN5YISy0/PSNPaxVIYc\r\nP+je8LdCeAAXFyNT3R7Yyk9l53TlEUAXdDphbWyl2xzhKrNX3smmUmUp4bYS\r\nREeuvaCJ6pOuH3fpXEpYuKgg0G8NAR7aG0mGvCQZntL6uKKj0mrzCLxdNdKd\r\n2SBlTxgovzeZafTBMETFmMTovtH/87xC0ojjYg0E4+v2HRQYnggSuxMYvBdF\r\ndGGZLh9wrTNGZTz95i1GOhN7Xcss+qlFusoQ3IGhYbi7JabmmccKyWPYK30R\r\nE8JS4HJFqWJIsU/oaMnALfIbJxjM7hgHLjapdwERrhcZpk4h4RWsSyhQh7ut\r\nIBYVn3fDkxWl8bRpLz/jnaVG7gI1iPw3JK8LVoOt7a7EXxszE2M1ITUJ+e1U\r\nZKHGrcgbz7icGgKpVd3AQNtnIcnygDleQO0=\r\n=WII2\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.ea3849fff_1681233165275_0.6952408763801514"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.6f05b1ab5":{"name":"@firebase/database","version":"0.14.4-canary.6f05b1ab5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6f05b1ab5","@firebase/util":"1.9.3-canary.6f05b1ab5","@firebase/component":"0.6.4-canary.6f05b1ab5","@firebase/auth-interop-types":"0.2.1-canary.6f05b1ab5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.6f05b1ab5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.6f05b1ab5","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-CgdLU2Bv9xfGXAUleO6Y8EHMIVfh0+dc98/jm3xWfbmTKAKMdA94XDdIAlLlLvctArxMPT66u44XK4lGVhZAvQ==","shasum":"0ee3f76095994fbb9ff7b03adf21b64f047515a0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.6f05b1ab5.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7ISVJMvhA5dFuGp9JS5vjSnLBZLQjPJ+wa8Lf6yhVAQIgSsil+uWwQKV+WiZ/HVjshqpfv4RKBU/Zv+Nw3GPO9ZM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNc+HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqsKQ//dzd/v5WAHM2tsL3qH7SpUjIYdQsM8JnY7jlC4m3g1Ild7sEZ\r\nhMtrOAO9Bvy8rvYLkHMcQg+oHKUPg4XxG77LUzOc+Qq8qrmGZmG2YtbdTQ+C\r\nZ+1GYGRzFJloKx1ONFAEFYmyZ+ipIiF29HsyChSHPkbAV7GFiKfxcthhOi+Q\r\nkQayzDAAd/Ca2+Cjr/qiZzSne3aYUzuOtzXbmSMlqO5/oxfoslEQQbJCxozy\r\nkoxtvY7rJZc9dRDvc7oVkwqfbS2a3EYPZy1WHvih6loyVYTjUXkTaOYdX467\r\n2h3fop922R8A6r244yaDxMoZ82fqa3KDYtoiS2j6fMU42l8BAxQSt/tO9AdF\r\ndHmS90Mwkl6O0NytNvMT7YiPnDeyrh3ct0BzL9g8GZ1dx/JP1MMlBx0D8IBn\r\nSlAUwsEa4AOmCqah8RbkfIkiv5wB9xJWEb3GZ28w0Y5ofTcocoXBKfJP+kXP\r\nz5lpVWH/IdX4NVZNLISEH0j4g+o+x1IdPEM0CcEP3iMK56tJGvBA8dL7Q3UB\r\ngiB/IL/4AMldPs6uhD0WgZhRapdipO9DW3RPDQQd4Tnr/hgpL+S/1F5bdHXv\r\nAq5ipKhGQ74Pcuk/wrxTI3xElXebqRsdtXGVx8QKnLzM2Xor10RQdkw3ogcJ\r\nFCo+TN+c545+JGMv07/xEr3jeqYPqwwkAnY=\r\n=u+1X\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.6f05b1ab5_1681248134870_0.14877465566870152"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.833ca9029":{"name":"@firebase/database","version":"0.14.4-canary.833ca9029","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.833ca9029","@firebase/util":"1.9.3-canary.833ca9029","@firebase/component":"0.6.4-canary.833ca9029","@firebase/auth-interop-types":"0.2.1-canary.833ca9029","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.833ca9029","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.833ca9029","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-5AeR5NVOxcFcYsh4oED3NZblmHHPovX3yG0Rjvyc/CXa0AKp5tjSNvpd7ArSlcGVFUYYKawClczUkdVbeu/ZOQ==","shasum":"4f656eb26558cc17bef24c04e1eab272e9cbddc8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.833ca9029.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDueqSAyTlZ94dy6gyFnOMbm/7KRp3LCkI+WmswO/Md7AIgPsOSqPZXB3rN5Dx1XbfGUHwKeHmEo1EWmshYL6dS3QA="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNwiIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+chAAmoNHnLu6dv5ujxZWOgNhKKu5+l28SLZGal1VLQzos316C13c\r\nuKRVLpCbWbTjF5KgfsfO5Kp0g0VZRyTdzngv/o26SAeHDVna25yMf9yMTsXT\r\ne/8M357Ua9D+DOeR5il0AzHXOaxZVioE3KXFibjM/w8RgSGrU+piKFbxT6hE\r\nQQag1VS7c8Ps9Z9PwvXVDIUCy5/1ubANbi//4m6wZQUHlaXsEFNHH0KJtHLg\r\nwR45ocruHkk1XpFrRoKVg5Gb3n/VK8E6PN0uEFIus/YPuoH2baRIQ9efNJWI\r\ntEygziedTq6c9hrgVO58fhjnW7i30IESmLjUkRpzCwKDZtJ+fkLltBVxNAmn\r\njksG+KxvpI3kxALKZVQUCxi/tYLlFc9CHSMBj+x2xIj2DIzbDqO74li988Bm\r\nqpYr8VODDVc7CYBMTsMz/a1SPIauaS1gAH6L+xuTMZEFKBWPKxi8107ha5fN\r\ndwFC+6CuTmXjU/QW5Dbc14i4drxPhC3wtW9nXqlL0QMQp7VdMVswXkWpETIS\r\nCbE+lp2ls+Vh/dSX0aYzeaaHSx/K0RpR+U3t3RyhW2rHEHRJlcW0Tl5ZX0po\r\nhV4XJ+2nNU70gI73YNipQIG51Rb1tj3amv8t6xNLPhwCKqj6asNrycjjb+vK\r\nmCEIoBN/b3tvsc7de1Mvef1g3KJQXJUl0jU=\r\n=v9b1\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.833ca9029_1681328263662_0.05929207075291365"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.8c44d5863":{"name":"@firebase/database","version":"0.14.4-canary.8c44d5863","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.8c44d5863","@firebase/util":"1.9.3-canary.8c44d5863","@firebase/component":"0.6.4-canary.8c44d5863","@firebase/auth-interop-types":"0.2.1-canary.8c44d5863","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.8c44d5863","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.8c44d5863","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-wu9em9AascfHto14jJHeSKBZqd6vh9KE0OXc2i8USq9iELsv/gQJlclri5lhGQ8QexC4aRtr0jGjaABQXyYUPA==","shasum":"b409c94007a4c0fb47de309b6bf4faa8e050286f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.8c44d5863.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBsxpL+ytTkiUQa5oiYUstyasHVaFFVzu+GvtjhVM6xPAiB0QqI1vOyYT3n9kuhrBo54WDSYN5QgjubiIQaKzKWpig=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNwtmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqtmQ//W5dxsM21Nos7o1FglXatMIg1vW5Qy8pDZQsTVDbgwINrcC93\r\nMeqNtwCAHDtLVT/+H8xTGFe76UaUWgxSrYfh8ii50cVbyAFK3jJsVIwElWYW\r\nV5xfCmtcHAvCDG9XXXT34c0TqX/SNsVqsuns0rX7UAxiQwu+I/FWtO5W62ms\r\nfCxaqocju92wNVdpvzjuXMhc3R4mzfLLOgklKYyOrmaeo80jMv0WjT7a5Hmv\r\nODBq/rx0q6RuBpo2/JT5/EG3SpJHIre26oyHucFVUmoALXzxBQe/mKZHxcEq\r\n5oNgW6bbvk0nSPMorHLdfjrUroOSrsykj558WRGg5NX/BAx3o8kWipaDmjLF\r\nHd9lbODXa0xZB/4ZUHQQTjoLDEzeIXcSxasaJhRzQiL5OAj5sfT1FQ2tS2dX\r\nkw7Kem7FRvRJZ7j7gg/biliK+qmcuKRIeu+jXdNChcGeTSNGI3hFkwnFnkni\r\nYx7H+Q49r6EkA5/IkszkGpESHO1wZ23C66zGSBd+k30qq7wG07qACUDfex03\r\ngJM1Wrj+DWgxfG6aKkv+Fzw7bFaKL8creUKvBPmtFSVVTZMkgB4/W4KMf6/5\r\ncMxDjfuZBk4OaTFGvvt6zdVZsGZNmEsfB21/U4k5+Ts/jZXgV+qhfU8NcAj9\r\nl+n0fJHMy11ybofTF8Xi2gDisVprE3B8+VA=\r\n=Grju\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.8c44d5863_1681328997806_0.6513807346512419"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.b66908df6":{"name":"@firebase/database","version":"0.14.4-canary.b66908df6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b66908df6","@firebase/util":"1.9.3-canary.b66908df6","@firebase/component":"0.6.4-canary.b66908df6","@firebase/auth-interop-types":"0.2.1-canary.b66908df6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.b66908df6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.b66908df6","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-93CJ2Tf1Ip9rfjeW483n93lIH/Psj2tCpsA2e9dQvNzTqcedJyLXFGBfS9iikCialXgqXCmxIgFeiKsIfG9BCw==","shasum":"ed4f5562289cd34121819da1d570e16b7a712835","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.b66908df6.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDV3AzKJIY6HPgUQFki4hj+jrCSqu24xa4Iv9ycFUyrEAIhAO/krGAvALMYY1ghPb0K7phJ6vK8fHVKJSf08LjIULaw"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNyj+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqvjA/6AzfCGuPbzSkV3ER4Qqfid7oIi3TFpGDOjpMHp1gdGDENpKkb\r\nlIm1CedaxbP9iQ/WwNM2V/vr4mQYo0Y+X3n+o6bGkfYdI6q5p+dQ3SJx3VXH\r\nvtzqxSzPMMFQkSHWonfHtu4HYPRy7WmK9867GENvzIXx51UHxRg74HM9U6t+\r\nZrLAU0ehft6GKJk8pFxdcjZtYTWWRbMs9plyebLavLZil8G7X/ucwRsomUnl\r\n+b5fYczEesR4+na93woSsUfczotRNNjOLKGTGQZ+SYsb9OTIN18v3N7JsT3l\r\naNN+bkoazQqpTlX1TkVg1uwBwOfmql30eaiDX7SYwhG1toYKvQKITwB1Cafo\r\nt35+7wj7CLje9EQk7Xxt3Ro2muwtpVcddaojvXmKd1VGRsCCFppzttwX3wnu\r\nkpBnFYieDh2Tvieu0wueGlJjokHv1KzSvEtiDAwyVnMwfTM3CzZNm0h70vNV\r\nV96AqG7CV9hU9akBbNOYA1qM43+Qrv4olXG9eGTDexyn+bfxAgCfjn0C23OU\r\n1lNU9MLuJCiacCeV36MlPzzQ5Yupm8PTES1zN58eELLLN173ZpIfWz4gmWNf\r\nKkHheeHCnE6VBKj6WRHf7EDL79VAZ+bdxYCfliyY+XyZfPh9fT08epX63KSR\r\nnj3ZiCh+LBZvaYPp+Oe8EPsMAcQu/yqR80g=\r\n=nzf5\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.b66908df6_1681336574417_0.9588520007294195"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.6b8e0c13d":{"name":"@firebase/database","version":"0.14.4-canary.6b8e0c13d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6b8e0c13d","@firebase/util":"1.9.3-canary.6b8e0c13d","@firebase/component":"0.6.4-canary.6b8e0c13d","@firebase/auth-interop-types":"0.2.1-canary.6b8e0c13d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.6b8e0c13d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.6b8e0c13d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Zu7h7Ck5BC5qbEo6NYGcgu/uqaqD3knSfyhdye1rcA3q9Pdc1H3IGJWclvndHc8H0goInxwtpp45kDpojC3PMw==","shasum":"66849590d24c3c9ced1178ae85c30b629679bff6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.6b8e0c13d.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6CMNQY0ifO1oMBD3eheB4WvN1kei5Mf2fHgwAvMZO7wIgSr0QXUxq8B0m8xKUKLTIoQhh17OvAkuGvDyYUl7aTPY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkODRAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpv4g/+N5dJ8gXfY2hglSS7L0quFigjAz14717YYmCrk3tkzENG4Hjv\r\nHJbtcMWwFDxTDhrxhbTRPywLcFos+PaIEtcZ3jVpTQizP4WPJMWnUiPAuUsp\r\nsCkCdfIVXn/4ecq2X2JhginnPiA44IP3Q5qp3hqbIjcN5q1oJ4zloZrVQiBX\r\nlJ/l8UYtkSwCaG36b+bq/mLlU8/PswsEuJ72vFCxoviuDGhq3YvokNnFNJM8\r\nhv9Gz6Y/9tXOle/RjMuFX7nlv98oYcluTuDOreLOIoOQMu/kOXKTnspcULsa\r\n0HC2/WYR/qpmGJn+OAuQ6uCBOA+lxWKBNG+NoFJTGShsNMJQoCmsCFyMNi4u\r\nE5qKDhwqmZhvcEyZkwdRRzqhvb76JiGtJ2yjd18AQ0FViaeZ4FlzMVhrGL0+\r\n8BxuG5F51WVhIamc/zIIdxjuoENxmvsvfkVqeREkrQDW/5VxMqj1kD+zp7vU\r\n6wliY+u2EQhiXg1kbLurJ81WGbzzT+H2u8Ui/pvCCPSLXONsZHtVkjE1pnBM\r\nshO9ouG/s+BQUzhJhFcA4YYUQvl5o3oQg3EmDylJNKQVg4FbzNos3WGEA/v1\r\nkHxoXikveA40BXhKYRJ6uAuwr43QBTGyO5b2nwgVSYK0NOXsaKVclnliLd4S\r\ny1QdaePtZBrPDgi7D12XbXDmRyhWsywoFts=\r\n=TLyA\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.6b8e0c13d_1681404991779_0.9188371156476387"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a9f0cc80d":{"name":"@firebase/database","version":"0.14.4-canary.a9f0cc80d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a9f0cc80d","@firebase/util":"1.9.3-canary.a9f0cc80d","@firebase/component":"0.6.4-canary.a9f0cc80d","@firebase/auth-interop-types":"0.2.1-canary.a9f0cc80d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.a9f0cc80d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a9f0cc80d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Hg15KLJSLry/S/rsV+f8/BcAvTDG5oVabr6z8aZliiRJd2GIeVg3i/gLVjSbcauX7/Km9OXgbdXhNjxqeIK5fw==","shasum":"e8c489436651c801427e8518cdc8168d4fc013ef","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a9f0cc80d.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEun7xzag+8jqy6C8xK+/wuLfED+zu2pBv04xMXZuMoSAiBnyg4O34DbZ+DBakNH2vYrPNBhmis/USaYjzOBQ8DnXA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOFUTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqyYQ/+LMGC37ji0ZODzrLk9fEBopM26Y8b31t61RJi4xKGzJpOcTJJ\r\n1YJ+1nztmI9sB4opjnukF2ZsFPBZe5a5NVD0ZEZoQvyy7394U6pBtb63pUWa\r\nNLD5LF2oNV4JJMfeCWbJSH/1oyXT56mboQTrcDI36Kea6xiDYHaEEOBgJSa6\r\nSiAk/sQbjQLxDCXtx36itPaEzpdrSdmEO4L/1CsSdlP2qDTmwQYBuSFIPWcF\r\n1TlewmIFzBFGP5vr5Rt94ZerYO1tcgsfnFqDNuBQOyEfophQIyjijC4U8JKU\r\nyU2Sbc4RoTAiwLmnCbUS7dEGidomJ2TA2svwh6DkhCcd4+L1WpytrXMfgXvm\r\nPLaj3Nd0pcDoq1jUEGkKFH57R9SLMKi+3VMU8M5MJCO9otgYP1ZclXg43ddN\r\nm3BW53Bfz1uYLGM59PhpOhWEiTkCS34zxwRhnZdaYi4kpf9f538FpjEctbTg\r\naDka6wnhXR8iPB0vJYiEEqT0fQ6CUMhjG+8rGKpB5+ZejQh3Nn92a7sV9N+t\r\nVRsU/xBssfhuFx4WQHTzqUDa9amuGmbpKUzdOD5wlxK3/JZZu/hT3XpvK1mC\r\n9D2IwM+MGFN3G26auy9jep+tMjS5YoC3uHuCmFtOvZU0d8ymEOCYQhnIdS0j\r\nJ5hh1+gyj4onElZH6TK8eUpINRIvqx8xEFY=\r\n=aclP\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a9f0cc80d_1681413394627_0.7666609607663255"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.ecb4454c3":{"name":"@firebase/database","version":"0.14.4-canary.ecb4454c3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ecb4454c3","@firebase/util":"1.9.3-canary.ecb4454c3","@firebase/component":"0.6.4-canary.ecb4454c3","@firebase/auth-interop-types":"0.2.1-canary.ecb4454c3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.ecb4454c3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.ecb4454c3","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-EECMLLuY5LUuy2flA+UJ/fPqh1VdLoWtYLE2Kn5wMEwO24MvhSscA/yRatLeZPaaM7hzyQIGFAV9shkdP+zV3Q==","shasum":"613bf356f0c38491b9afc279fb84d80314eb5333","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.ecb4454c3.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCLLCr/23M2S8ODkZe7ui9WWwVQFkTr7CY8qm7PkhO1dgIgXFFrUpfWww0znAO+4EKiiVuK1EjJfBmDaYtIw4a0DDg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOXVkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRmhAAkJ79uYqawaE4Y00AzJCu2ZeHDWrscdrAO8hrU0TdCvKqrHyo\r\nQ65+8NzNUYJjmHrGXW0Yo53dQ9WMIcqkigOV0oL+88742vcOi1IHEJLVgbPV\r\nNLHTo8gH5jQ4B0KBX+mWny/SC7LZMqW0HmsA5x0kj/u4H83N5zYLT2orUvv3\r\nOvX4HU0fxi5WkfAF/y2CsF2bosuxnVzZr1fxEj3o8Zg29aW4ffXwR6JaGRhT\r\n08Ihzytr8akZR4mDs4oDD3BS/Owi4Yna+ACDkgTYzkky5sIIbsynklzCyv/f\r\nNCIXXxK0znWQK9kj0q3zCfARUwnuacMOyCrv6TDbF0mKMt3UZf7wtSevUTBT\r\nDVQQxZdV4hC4uQyKt9OeBduYefCB54mAEYFcz3ZPWzO1H4XVNuwZCwyKbOe2\r\nslLHS9rMqWe2UseHNPfZ72O2WvpnaqTOlWouv/lIeNplr3u6gOCQp7bTN3sg\r\n47dWWJiCC1OpVoQM4X+JKoan8vHf7LEYDqHi7gZw9jDmmxaY8+Ds0Ev8xdXT\r\nh2oPJYfv/RvUiEXlnC/NB9f0Ca6HPsWiW78acvoySi9zMc+YXwSWWLDUOrpj\r\nu8Q5/7HWpLAdcegPHN7JkBkBNDZ1M6QGN/O95dg72mfkukPQq+bgzvFgCG6i\r\nna0464yl9zUpJ7sXl/glGjId2JOFFBu24zQ=\r\n=4Bo7\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.ecb4454c3_1681487204454_0.7928922873352613"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.1d6771eb3":{"name":"@firebase/database","version":"0.14.4-canary.1d6771eb3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1d6771eb3","@firebase/util":"1.9.3-canary.1d6771eb3","@firebase/component":"0.6.4-canary.1d6771eb3","@firebase/auth-interop-types":"0.2.1-canary.1d6771eb3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.1d6771eb3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.1d6771eb3","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-doDCMCmZ5l8/uAo4kAj4jbPDXuOKXycphuS2Y78Si1jJmy8yBmUMDh6DQCypbLqNB1vYIbi1EzTJN+SPYi7qsw==","shasum":"fe6029a007efd5f8af5ffc67dfbffc19cc1ffad6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.1d6771eb3.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGNh9b4J9b4JSkADoo0KzANAjgsRz3HDlzi3MEu/h6WrAiEAzQDr2aEWkujzatqxiB4J1lcWtI5tnnlPr1OCw3e+/Ag="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkOeseACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqU4xAAmnGAQICrwE/KPNZkfp6GVXjNdIosoDWqWVSmJOsnJ0c3v9Pn\r\nxhYlicPkvZa20RcxxPEO0LbxXHUzD5ow9ZoYWgSljKiGGER4Z/siMKumOrlj\r\n8F0e3pLTDoao/zuW0aoHb459dB6gc3vawxXT2FjsmLUutlshUcdDuRCsRRrP\r\n1qxDs0Jo9hWVHeuqfMlxkCQEd1sdWqc1rtf/m+xoGGGuiu1hezaenIb8gkyb\r\nNBdtHASlCF1ycKQwQDOdeRjZ+qPGXzAUE7g1eplfOJ2d5Bpepkvv5InFnDFC\r\newUf2ozyq4gswQNpYRLe9r/ZcBfPauv0ltPQuy3E138GgHTOjh1GgZnHYmx8\r\nvYqac1V+ySe+5RU/2My6Ra7MBeSD0ptZtbTc8ieBAkKwXoyRwLywg8j+b8ei\r\nd0ibWNj21uMLbo6lRKD8/1V+1pEOnxNPNmxkmbWmQB0P221s4EE8cUsJO/Xc\r\nqRa+87xuW2lCbZIOkyG8qrY4zBqIP52bU09foaX3yNl9FjMWQOWCLZ0GpxS+\r\nO4+Ms004fk79aSlEL6xJo8b4S1h2pa2ISJ1GLrCOAonTlg6IQ9hUgZ/ioeqH\r\nFWeJ5V8pUZshGUJfm6bdzX2BroYietwwn630UEY6p+OY20nw3ll7j/rexJ5R\r\njHdJHA+x5R0yw3txCUlwi5XQEjgrCMVLcO8=\r\n=pBIL\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.1d6771eb3_1681517342238_0.7390529427311541"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.5e5c41225":{"name":"@firebase/database","version":"0.14.4-canary.5e5c41225","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5e5c41225","@firebase/util":"1.9.3-canary.5e5c41225","@firebase/component":"0.6.4-canary.5e5c41225","@firebase/auth-interop-types":"0.2.1-canary.5e5c41225","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.5e5c41225","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.5e5c41225","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-SmsfynXsuzNgq994LQgMzE2+4PHHAZHMjpN8urAROeGDrTMdqZBnidk4ASr/wN+/JYUHURSwZ3kRjBwKK8BM7g==","shasum":"b794a739570819d12e39f106d71f34b427d6dce3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.5e5c41225.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC8TDFSh1k1BDwi0C4SL37CRReVwtICUVfWlx8bpHTWeAiEA4iC2fH9vhco+JFe8TOOUJ5gtlkJi/s2BJxq6vmeS5Dg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPX3jACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp1sRAAmUj4FG1ThrNr+7rzg8yqT3mNyYYySNuhHJSAp0kmtKZ4QpJp\r\ncmOF+y3EEC7XfdKUvj1RcnfNVm+WWcvoAbhQQHyMEVDcv0ZWk/wH4/5ajRMR\r\nA4Jc36Kf4HaUyuSOG1hVSLmj7S9Ca2rj87b5aYTymAeGHn+NcsFrt7vce+pJ\r\nhC/NgJaxi0goM9bm4/omJtmOFZ8N7714eRxYdCyH32LGA/SZD/3s9Og9LfAa\r\nJJv4EKFIO0M6O+F2YRCEfxqrb8/rfX/O7jXssXWI5JBsKAU9JbROh/b9FE5U\r\nQNbBN33p/ZlmdY1rzN4LEsVfNXYepXqMvdzWyx7hyUliZPR6ByO3NdPK5QTz\r\nghvEJEfyx4C2jb8/X2xPdoaOE0Sib5umcafRdGxiomGuEs4HMtdCBuiFQt9W\r\nk3b6WUsf8pGlWbhoL/hP3lEe2pjYJWxNgJT6m+QREBd9TZmP+tK++SccKPCa\r\nIclxpiSs6zI0fHrLfwNdovpdlGxZyjec3iWgHj+/ZsaoLAITEzhwmBwhcxxF\r\niDfa2muhO+bxf77DWUyobc/Ts/7Hz4uVgFAYcuui8v8PI5b60i7w1Jmoqcf+\r\n5uyb9B/7OAmVXDddzSUmqp7gkB3HKkFyzAvwYjvoQQij5dgQu/agXlco+dgE\r\n3eWp6FW0GTbdRq22BKD82aeY+FAFlZE9M+U=\r\n=TdEC\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.5e5c41225_1681751522729_0.4308260779022701"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a57a2b5d4":{"name":"@firebase/database","version":"0.14.4-canary.a57a2b5d4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a57a2b5d4","@firebase/util":"1.9.3-canary.a57a2b5d4","@firebase/component":"0.6.4-canary.a57a2b5d4","@firebase/auth-interop-types":"0.2.1-canary.a57a2b5d4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.a57a2b5d4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a57a2b5d4","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-KZr4Lhhhf+VJd41Htp16nRnJjsyft3hRRqgJortU9uE7zMKnWGomxxnv3u1Jk+mz+ZS5lB1CEdTrB3IF+a2MdQ==","shasum":"c89f1b224cf16c22c2bc8af999f589b8a955d83c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a57a2b5d4.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcgub/uM2EV8DZhj2ly5CPeJXT2HGIHxaZgB+3QosjYwIhAO4CWjt75XHcwmnt5zG3xLtdBC5FNAJZ+NiOZtWzaw0w"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPYIdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq+Tg//Q5tpcXB34r3vsvWQM7e9GSbyPetgEeMQchwVVvI6qAly/xkk\r\naQDCs720MZjUfUHx0NTtvUjzOGhuab1LEGZmj69iNS/V/Ji7QBM5IeuiSmTp\r\nm16722tRMMDo1WOxdE0eL9cbHVOvODSypd8QX7ARWRHO1dXnVGMBB+HH2A5l\r\n+YtUyGkcdDCMRVqFmgr1rYpqfhAE6G2TjEC1eJk45Y2gAZIctKR7YrBdV2YQ\r\nSZewpLAGoIMg+SeV4phU+fIUX5nGUF9kdYw+hqfB36tCa0Y0ZoeUcBSLyIAi\r\nwBQBt6MFESj4sdnaq51Bn2agAdK4PcgWmngSsQ9rkTT2feA9Ku1LS85D5oyr\r\n2wHtAuNN+cP8qeWNZBUnVhbD4ZEJBRWKWWORee+/0IDAw8wJt/LeAZ/aOEuC\r\n6ul+YkEzDa8DMSgoiOUFeih4yU0MXdfyFMo8bE1WSnwYi/a6Gy1R/Fi2N14E\r\ns//PiVvu76CivFEV9LxeS8eCRtDOU77BXMzZbq66q1w1gPerHX7BpxZBFm3q\r\nQGeyWzBml7LCbtEpBioVw/sR54tO9qhuOhaecRvWZl9J5Hg1VW5nN+jhHfzy\r\n/dm8ohBEXIBsJlwSMHin2VuiO9oygyqADG39w83AZEW87gsup/pJWbkT9oUz\r\nQZUqE5AoqT2wUPJtvv1e08xwxo4Y+9fQimg=\r\n=7dYi\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a57a2b5d4_1681752604746_0.4846871948525697"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a059af0e1":{"name":"@firebase/database","version":"0.14.4-canary.a059af0e1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a059af0e1","@firebase/util":"1.9.3-canary.a059af0e1","@firebase/component":"0.6.4-canary.a059af0e1","@firebase/auth-interop-types":"0.2.1-canary.a059af0e1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.7-canary.a059af0e1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a059af0e1","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-XvdTznbzqWv1ChXxQKBSvosSbcYh5l42O+ihwLa0NvC17n+YgPuI+L6oHeVLo0Wr9Zr3BsptvoEnB70EheV9nA==","shasum":"c12c2823ec09a893880d5d42baf429113adc8fb4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a059af0e1.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCnTTPHDbRFN2obXxhGJciR3A1CChGAYZTlyg6phwQU1QIhAIxfV+DM+I0o1gvOH8o+uGIqquDl8htynzlcBLas5La5"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPaYEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrAyA/9HFceEcmzhtJLhLzRU19epHotJ05b4i7UAuPKY1HPrlGa2X3s\r\nV02lmnVyXvJ0Iq1diNAoZzdMlM77Kuwr0mIK2XXxQ74pKad12CTpOcarRHl8\r\n9be+M1xQ8O+ZZK0Jm8x0Rbjm2cMnSCWu3d8meMzQ9QcJh/kAljj9xMsSUP/P\r\ndZMoC4Gj4u8EZdAcVCQYnGIdMoAj8pgPbqEHsCTqaREmipgVDCHgNXTXH1YA\r\nUtfgULbP0WVawh5jeIcNEwfl88d+MYLUX7w/s68i+rvvvej5w+13anb20sdl\r\njDwvAr+ZdKvGwlQWvEbrO0AmTundaIxXW8Uv2yypmHsePmISpmAOPzKEtcoU\r\nzAnPMGTkse1PHah2XBYT60U5+uvZBcSzU+6hE3CU6uj1D2sZVkDhBkR64oMy\r\nFi09XvIuNd1yN2zkUSIkoaR+VCVqX3AwuS28MECOVToHNqEeB9elHTylJ5YK\r\n+uLRUi+advNMyc4WntpEGwVLgWbiAwNGQMh83BMi80CDTSGZD0PLeB4fF/Xg\r\nh51ATb/cMbRBjBt1eEUhJxXYDAS406AcDW2rCN+UE7B8TAeFgOevwcDRjRlA\r\nIHZHBjbmzs2db9CBeJS6VwIDcO2QIC1FTevdOezvnCnv9cbFbPoo1rjsmECg\r\n0pNvI5ljUw33UWwktU/wMTWiNJmmzYmpiaM=\r\n=I81L\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a059af0e1_1681761796504_0.9949379047464249"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.2d141ed9d":{"name":"@firebase/database","version":"0.14.4-canary.2d141ed9d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2d141ed9d","@firebase/util":"1.9.3-canary.2d141ed9d","@firebase/component":"0.6.4-canary.2d141ed9d","@firebase/auth-interop-types":"0.2.1-canary.2d141ed9d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.2d141ed9d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.2d141ed9d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-oAQMAabmBdy6JOLluPP3kvxyZ47SQB5kdmP+bz038vq3JXwLMhxiiRufgGZb/yTfOsaPGuBqpocRyjBSZJqxuw==","shasum":"f5eff509f479ddfafadb09f9be8cd9bc09fdbc0a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.2d141ed9d.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH7cREBdg68/OkK7POEftZLJfRztiHMajRqwr8yWca+zAiAHFmUyo07i7Bkh56NEeefVoNUNTcN4MQ+I65VHyfe9wg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPuNBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoyMA/9Hm/C8UuOz9Eg0AoQcPWpcACCYb7Six4g7NqwD0AbbL0znYKQ\r\ngwOReFQoScDgH0a134TuIr5c7/7D8rAjps/s5QdmmrEoPLIEIa4vVub3g+h+\r\nlmS1Js3BD27J7S59eRS5MWXnQ/8R7NnTNh0AzL3w88q7LPQ2kue/oCDW5ozV\r\ngHTyxFRGM7FTm92BMtVEgCUwj+hVMCTgz9lYxwWyplsmtcK3rzEwSfyxHtMr\r\nM9pgJ5JU+S3Ca7xtbFqYxdHjPpcgf8wBZixz5gsy1cenL0iLp9IpSX/NKUWd\r\na/C/rjgOzQe9LfCgRuxOaL50MLoh9lEqnQkcwM+YW8a3anTL146tGfOfCvvf\r\nisB3hVKHJS9JVtkgbpYnKvTKcL6uxCoNXdNJP0lHZrynJon57eTqIP++EbNd\r\nZnGWoy+EJZ2iJpgRnkymL8dvOjr5EjFgu42TqRn+wZFdMRpyDSgDmAcv2shl\r\na2xH07S3tvDJRhbxVBgX05Clj/0TZAPOHSozWvxSYMpn2BHQwCSWdsPqOmXv\r\n7pX+LY2LbYzapCFJNFcRXZt/imk7kq1/KvhNkGBrl6aNMmA57nTYUeE+PWwC\r\nneWWXS/9AgGT55KKtEv199e07wrG6094daSeLlj+REOH0vpATdJMyZH6iWKz\r\nOEUdwVEGu18zf7CNOXD2WyTldMmOTtvf8V0=\r\n=o5Uy\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.2d141ed9d_1681843009576_0.894400111585079"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.253b998fc":{"name":"@firebase/database","version":"0.14.4-canary.253b998fc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.253b998fc","@firebase/util":"1.9.3-canary.253b998fc","@firebase/component":"0.6.4-canary.253b998fc","@firebase/auth-interop-types":"0.2.1-canary.253b998fc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.253b998fc","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.253b998fc","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-1YR2CIS8KrxV2ukWwY7Oj/K+LTtpnyEWKGjejfBI6RFGamgr00mRGDKPRGuCNv5bEFClQlx+SSww+zbpCVmz2A==","shasum":"30e799d713116df6233cdaa5e4e0f3c7cbfc703c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.253b998fc.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFb2gBGqkM+RbFJFLM99FdmjCrcNgeioOm28MSo2/Io4AiEAvDFW6N8bbrRkqbNhNGSs8X3Eie4EpHxvFil83BaZR2U="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPuf1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIqBAAkaKBYz1MYE+KiV+XfyZ2mK5CIrEVE5ORKxoI6wUn2ipFN3uN\r\nUCucUwTpeAv7wi8eJ31ICtl072BI2biSQ8Qwgjol0U73kAmljwNs1SdEDWzw\r\nb6dMK0lzuVWx9BnKRrxrhIcopMcbTPPljvoJdUq3L8TtBZOWzLi6yEjuiGVv\r\nDfZgvqjLICEPsDrdlhYIQ7jUYSDrzczlxKzGgTTK/3ZcSNqn5aJvp/wV8cd0\r\nJwz50U8y31Q/zbZUPNn9npK5fIR+q0jaPFm/O18YJOOcfFqr+96nJzrvDLHP\r\nb0k9A2PfUH2N5pM/VUf6Oj+oU6XkI3rziP2YiahOFAMHwkB/pJ6xEjSgG75j\r\nYY0SD8/BpXzmE010GiZ8mxHWTmeaiYwmgDGTYTnd1tc9Fcai2JnLIetgUE5I\r\nuMRLhSzuTecEQj/lA8ornOcGG73omGS66A/tinVst86q3gD/h56qYOV238FF\r\nUw4WC1QaN4GcbLAibrh7F4lrh91vE7qPg20KKa+N8cVomoq7OElgDhMv5ufy\r\nE5wQqcriwtGEW0JZ5+OqEk8cbOsj1LbFC4wGs90YoRz29xQ53YsIZmQCxqUC\r\nT/gmXzQsPRGpUB1acrLl2q8qTj1XCiGSB+TtywlwOLjRBAAx1vUtne8eCS+A\r\nN599DmBX5nbumH9BJBYGlxA9c3fYCZhWl1s=\r\n=1V8d\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.253b998fc_1681844212842_0.6336470296384091"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.195e82ebb":{"name":"@firebase/database","version":"0.14.4-canary.195e82ebb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.195e82ebb","@firebase/util":"1.9.3-canary.195e82ebb","@firebase/component":"0.6.4-canary.195e82ebb","@firebase/auth-interop-types":"0.2.1-canary.195e82ebb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.195e82ebb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.195e82ebb","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-jtaYHhcbN38/FYTtW0JhBx85HoQorl+O1C5KchlB01eF/xFx8KAjUkuyW8iE69KJNQc88UFOuNE48uz80azMkg==","shasum":"8ed97352f5a781afad5a630e5302262192f6b96d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.195e82ebb.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDFQaXYOUskJ+w2L0wI0WqrVStXrvm0anprT/6fhDQmyQIgFWzaTf7AUEiYrQLcOxHIUSpx4e8eNdPiLWaVRx+W8hI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPv7fACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQUA/+NLw15xBmMf7pYM5t6+5757N+hk/MZRyVHk5JOrMGMZQ5ToO6\r\nppfl38HHX/SFdRSalr+o/ptrZOlSaq6UXZQ19LKWS/CX/qi4k+TYnG8AQtGy\r\nYzi9hzSmFDoh3WdWrF8JFKlDmb4j4Xu9BqEXa4FBCaUvM2QeKgqUhMva4fCE\r\n+c4XszT7IrlzkPPNPTRlxaKRYTsp0l/kZ7Id+l1ToQQg1bJ8mQQqGL5nI5gV\r\nFr8lZr1LbIojyaHLE5lnjsgQY38Z1d3GmtdEESOLh0IqqP+DCdZKGP0f4oUU\r\nTl0T/aDakqsOR71WkS2HXVf3dkPdkWP20JHJBEuOCKNBd4ij7LNr3QkJmqLZ\r\n88y0cgUC94IU84o/+yKxJ7YsloU3cwZvrOpRmREAiBInLI9VzR5sHTHIhvwA\r\na3kSsd22H61dhx4HMXJQaiuboaFnQmjLXZuKltWzkgV72vkchU0of1aV7GY5\r\nVCPLfD8htEU/YPtuCDeK6kLD8lBmA9aWn3vBcd2hCLpW/uljklDBZ3VT7ywk\r\n7UCLXG1CprCiXHOuFGKzZLiI7KH76sNjZOhgDQc1S56PGWXnB1LfbcHai2Nv\r\nsGefll+XD7tvL0FoB2n8gjFNVLOb7S/kh1TEcyiK8ggvJCFU29SkHDoC6iob\r\nbDOmdCucHlmyZN7WfmNGqWlJre+QwwoaxN4=\r\n=IPFn\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.195e82ebb_1681850078822_0.039846829837444364"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.0a27d2fbf":{"name":"@firebase/database","version":"0.14.4-canary.0a27d2fbf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0a27d2fbf","@firebase/util":"1.9.3-canary.0a27d2fbf","@firebase/component":"0.6.4-canary.0a27d2fbf","@firebase/auth-interop-types":"0.2.1-canary.0a27d2fbf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.0a27d2fbf","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.0a27d2fbf","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-X4HmaaQGNxTy0aoN6pJkhPqwPUNo+spoXtO0K0tWiuqDPZ4MzjVEKIsnPAC2NniG+FxVzymWAf3O74gWeXJxZw==","shasum":"d354924c86a18b50bc51e5def1109a74613f046d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.0a27d2fbf.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGimeTnxtz7VzjL5JbzjXCJvoDUog4k4jrbXHk8YhipyAiEAtjWxejGCF9ImGVnyMYs8WuFkLGrgNPHY1hMJwRlVcq0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPwCpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPBxAAgliwVhbUOEca4pruG9NTjyJ4En/Fwgu91z6VFCZSxIj03eTE\r\nV81nAxP3AloBs3XyEWVdIi+YB9mvdYKTO418bmlLQTiqO7H0zcGty3Nz2RKL\r\nXBR3onZWOgK/V6gOnMaghg1p1Uy/ok8KVz4dS2PCmgwh4h6PnFuUb2FlmMCG\r\n32Ts77J5y69k/JN6m821nJosObzMcjM3/S/+fFVbudVnly6KA76Hr2j4omFO\r\n+3IZCQoiXAvfdbfD0Zbgv4XpJuUR9+pax46rQ0z72JMpJsOfl5KPefRQytUR\r\naG8YM/USqNR1nS5XARYUFhQLSgdn+vNOHQsy+0eeKZn5LWuo4Gm99M+oqdI7\r\nAnO5tnfZhqT2IelQ9TmZu+FlJzonQiCgtrZu9rPEiznRVm+Yi6i9cjSPKNlZ\r\nFhJHuB/OniV94CSbYzVdsr7k7kJNDUUo9FDM+u2IG5hRyc3VBqZfpOXKyX+t\r\npJry3BvGQLZAa1bqGJwTUj4Q5jXoVyK3BYurcOE+G6QWJDW9v2MrLE8o3lsQ\r\n6HLciUguB8bZ+ych5M5fRl+qqvoQwJ02NIG5Dki0zSTCCghsaixD31IzFao6\r\nsqeFSqGIPqSeMqKGZBUu87Q9fPT6oGjiUoLh7yAXEdgEj6KqccpOo1X3yC6Z\r\n2O4eQ10fHXrKSqaNDagRLt0D3uH6mj36aQo=\r\n=1jnZ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.0a27d2fbf_1681850537552_0.39143004439637497"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.41f06beab":{"name":"@firebase/database","version":"0.14.4-canary.41f06beab","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.41f06beab","@firebase/util":"1.9.3-canary.41f06beab","@firebase/component":"0.6.4-canary.41f06beab","@firebase/auth-interop-types":"0.2.1-canary.41f06beab","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.41f06beab","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.41f06beab","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-tVQyq5Tv/uuHFbjsc9DVSmE+DP1p12tJ9ZKyZWhI60UPCCiLKguQatzDZFO1BLj+Yzc1TN5Jg1d1coBpRWZB8w==","shasum":"53e5d14b714cf529c07308e2f4a3f62f07271671","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.41f06beab.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC0Ukxa+IH1n84SwG14NQbjwST6OJpfRcxaM7ZPcNjEvwIgWN2i8ZWqPHQJtnnhL2jctZjJQR3UbZxHfuTiTjmjP4Y="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQA0GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrE9A//Vkl2gGDI6/J/pvqzUaPUU8SIPlxcuevAxnJkksNnRss0Bidk\r\nvw+ta4VwVKvam3PPpPuHAB1sZ0nXtF0Qa9iIw0BGpHuY6VKUtMWhVrSM/9E1\r\nN2BgAQmaJFksSsdFnmxmmvw5aKB2DWMu2X5zxY/1EzBxSU+6X+ehWZOTieOy\r\nEh21BcKr+ihu6fp2mY5Q0ZY5c+o+r9sYnjKHJkVJvZKJ5qBQixNS43Ve9C9W\r\ngpfr+AG7KSjYiQpprABVIEK+lltXqXCFXSfizjQQqOjV9Ij3GcfeanfY14K0\r\ngryvcBCHeMi/rtc/tQABKkIRZSL3fDpWwcTNCCYOZZZP/WRTJHK7rybIpk8H\r\n2r4epUU5ZkMosOuVGsIruX41ZqDadx2H8ZsGSbTDW+UwO+28RNtbomXcmHUm\r\nGe3Al4yScFgqLPi7aZCcN9Ly5SKXFF80NsEy98Oc7r+OvzEaS4xMxZSKm52i\r\nDlNpmfFRc1VVQhe3270zWtdnpoP5rTF2sRZgNSJHty3JxfxNO0syS0gyBshH\r\nv4aafv9miF0aypZmKjghFxNnzk/SGyW90vdX7Z8mm3tnUrhZ4eKP3J4f0htb\r\n6RkyCNkKXc15WlRli5rTPiAfs0KzKGH4WrfUwn1rtrHZPycno3GJ4JpYyZ7z\r\nQm9KnPfPONNB+4vqabbX+wjIgSuEE1/84fs=\r\n=rTOK\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.41f06beab_1681919238501_0.6593724484229588"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.98abcd5ed":{"name":"@firebase/database","version":"0.14.4-canary.98abcd5ed","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.98abcd5ed","@firebase/util":"1.9.3-canary.98abcd5ed","@firebase/component":"0.6.4-canary.98abcd5ed","@firebase/auth-interop-types":"0.2.1-canary.98abcd5ed","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.98abcd5ed","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.98abcd5ed","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-7IWlMlRwYs+SHrgeGcB1BiFCDnWOOk8zRV1+5SdU1pGJwxgVmfNqMOXqs4RFP0/R39lj7Usw6QY8jyOrTG4aIA==","shasum":"5ed741ce428f232cfb077b66cf2fd35809c51cf6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.98abcd5ed.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDyd3I2r33Ga1GMZvaBKD/CUxvi4I449odrfzvqhnECUAIgGNubyQZdHTUSSJA2wN/WZpE6vQhqUB3TGnWLFAPHzOU="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQB1SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpT+xAAjs74kPWVFnlAZmCkPmhY1ZV9KMh86jxLYKzETe3dyace3nQx\r\ngdCU3W3tGofilAUSRJjVBqLxnPYzMnJQMP+/8mnNoSDAgt15L1/PKhkcefOt\r\ntHDEX6mrt/WidrGJobRK5Wdy0wfo2ULNzBAaSRr/Yojkc7bE1hOXPtjgH6tI\r\n9rPg0mOYmopV7OLmGfkKAZEmVcHL4P0GnUwhb1W8jR3lWUzKLxmTdh/9vD0s\r\nI560LQ+3Jb/7TzKWmOv+nFl5RjdSE6vUolBKGlIE9odSXpUdCwIDxn/f+lMI\r\naPZpRg6+ZVi68rvRd5IFgDWyxhoHPvoVpaIRuoNpx0ik7kcF0z/EoIOqWSvr\r\nPwGg8HG7U/h0WbeVX1qJy0DJDDqkpLhnmJYG8Yeu4HXHL8rLBH1X7PQQDp0Q\r\nYzbtMkal3p8nvW9m4sfWVfmDENnJazG9cOQ+nFRW9y2FPQXwDaF10DLFvC01\r\nph12vENfHnJGHVHrcBPXXhEubHN+BeehYgqZul1Y8H8Ri4T/tv47zMWd1neb\r\nJFkcCdgM4kwZJPxhypBF82OO/uj3r+kTAkWekRQmUYEIhH2BhblUhdCvPvOv\r\niJ35FQBqNZU1juKN3+C+nofTUedLzfl7RMANJvVIwfiOx+/Xy5DdOIoESSV3\r\nbeJknUFiVh0XaUmNAb2dSNvRor2uEhRf0mc=\r\n=c1bh\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.98abcd5ed_1681923410170_0.9705559303183344"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.6f9d7b1db":{"name":"@firebase/database","version":"0.14.4-canary.6f9d7b1db","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6f9d7b1db","@firebase/util":"1.9.3-canary.6f9d7b1db","@firebase/component":"0.6.4-canary.6f9d7b1db","@firebase/auth-interop-types":"0.2.1-canary.6f9d7b1db","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.6f9d7b1db","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.6f9d7b1db","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-kHWcL7VdWE1pSCIUumK0aBbOcoEFurVQjBxhZbH0hoYUQjDJcXESHMQHprm3Y0rCMtbT0i9jjJsoBSFmoU5urg==","shasum":"c722571f31f4fdbfe0f21327de8e70f9550d25d2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.6f9d7b1db.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGaWtPO2ovo4UxJZzT4f9PHPclXh3sx/ec46/SpEEuQuAiBLYtxUEjqcDwYXG4szX3S3TRi+9aylVCBhn82wwh1KUQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQCl5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmogSQ//SaNSn1aBg9knRJxyZ4ii38jzK4/j7tUNqYkSes/zGn5wVDF1\r\ndE2c8Mr7cYzbFHY7D6h8cJB6o+BIM/LyTXxprETFzaliAevUe27x0eeE+YEz\r\nL6okKsZoK8cTvriIZKIlMyPk7y8wMLbbNLHdDDFy8dYWzlJgyaV77uP9ZQbH\r\nIvYkfXXmZYsX2QbDbgEwhU74kZAdmjEZQMw8VM50dnusBBSsEKN69uc16ou/\r\nptvdjsUraeJXn3K+z40Uo1JA5QFFdiulcnjQwadrB1oAv3aeFiDEFDiIdxA9\r\nvytR9plQI9Vf/I+IE/vibK9FEwrTIwzcjDq9cwk3NqXfTJU5OYk3Nu2Xn/Y8\r\nCHrEIt3Ki51Q+SNMiLR0jPBDtxqpMXgY1WWuwLxpVNaai8qbB2qBQ+aAidZG\r\nky/g0dkPXEuvRcggDWO+BPZc2Y2+T0ZMPSFKbmXLKKPuoLwaLHbwdThccENU\r\n4rCpEt6W+PckuJ7eZ9tKStPw5lEigLuS+tFDoBW747JUUS6FUTRFoVYS32GU\r\nrrBwXVB3knWiTzXo1FWzfFn2RW+SqcHervcL5/Y4yhnwbCUwdv3b4AFuaVtw\r\n124HNymhlMtGGOrYJUYGvohcnXlEAn2l5YxHOsZ31/Qy/9ERzoprX24fzVf9\r\nZb26DB+BHjYHI+5J/2ZxkP+moG89qCRBS7A=\r\n=8+Er\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.6f9d7b1db_1681926521298_0.05511255756047162"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.68b79e1a0":{"name":"@firebase/database","version":"0.14.4-canary.68b79e1a0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.68b79e1a0","@firebase/util":"1.9.3-canary.68b79e1a0","@firebase/component":"0.6.4-canary.68b79e1a0","@firebase/auth-interop-types":"0.2.1-canary.68b79e1a0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.68b79e1a0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.68b79e1a0","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-uizN+rBJZoXqa0dbPV+lL1V/wnORqHkB5Zu9gLzIbJxm5WMsHyM9wIGUr72zfLWq3YQrYgOLKV3MtH/e1QXVdQ==","shasum":"b4541f5f7af14a7c72819aebd17eedf2f7f0df2f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.68b79e1a0.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDO17xrHtJcaEWOV6mh1fEKb9AnjYVL5l8JkxKmon93PwIhAIJ53fL3nz+20JPQm439cv4k7G1WP2gnAGlr/HYPfePy"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQFkEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMpxAApKNs9XWeCt+dO750K7ALiHUuF7e0o809ceWIulwfh9oDt5uL\r\nVCSOlFwXSMGe45KP+HWQLVsNdShIm7g4o3bwwYPGxJ6oSnDGa0AJgnOneb8v\r\nZ23WjwSsylnNSnXRhiqNYKtLJmabneHoQPmkKCjM+GDqwLzPn53WgMTFGF5i\r\nRwN9zEpgoMv5vS3baQZW/UZfrxI9iWSmSUJCVzjVDkfkln5rVmOC4gaxKq60\r\nb7sZ8jIVx8weqpVziooLPx+VzH2DhgNF8JvMs2xvw5pB9ZHnAHSQrA2cy7zM\r\nWCuAjbetBRgSqk7ytnFSn8hIbz3kbjhCcHvVfFCxQdegxhM8emQtNAa6Dv4R\r\nFnLNJsRmKjlvF6UszMWhnvt8xrTmPL2eTKCWHdueOobPb+dX9ydtbUNfBd60\r\n5tfxYiSCsQtWOX/pjvRCP8p8MmQOUteVZGZsgEL4cT/7tBkanDCooNOhuWhh\r\nyHmQcMddBFQaTm5Ay+7Z4aIM8BW/SOkdcJkOF219S0RDPfpxNjyPTdwlbBpa\r\nYbOEL9NYOaURnIT0HMEIFefq6ZOUa9YXdczzxORXALI3LbM7yexZvk1E9QtZ\r\nYcCPl2IDKWFvfjhCsCAMvXLTf4Fcg4c7GWCwp2AY8ogvI/I9MUrgab/AtcvO\r\nZSHPVLlNn69tuRQueCjbK73NXV/PswPF75E=\r\n=yo65\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.68b79e1a0_1681938692148_0.04787094262379776"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.0832dcac2":{"name":"@firebase/database","version":"0.14.4-canary.0832dcac2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0832dcac2","@firebase/util":"1.9.3-canary.0832dcac2","@firebase/component":"0.6.4-canary.0832dcac2","@firebase/auth-interop-types":"0.2.1-canary.0832dcac2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.0832dcac2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.0832dcac2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Dgn7IgwqhUC0NpYfwIAV5kRff+bzheTJpmraUmD66MmEkPpReqfaDqzWE3nNNBVEofSmb+pQquZkqx+ZYmGoQw==","shasum":"ae9971542baef3c0ab3b54031ee00a8ddcf7ea70","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.0832dcac2.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIExLn5Mb2vPF7nJqDjw851eWpQSlumnLvxM33UyZhLDEAiEA3ljECJXvLtYSoChpkWeKR7gWGRaG0g34AOuEXhQHZTY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQUmIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmopOQ//T7d/pNb2bIg0cpafAhjuVZJUfeW0xYzYDGaz65dmAR8pPTNY\r\nmN+WXmdZJwA1o3m/0bsP2cikkNV5agtBWdMQKud9SFy8lQgLKuEHS/6vYaKd\r\nmkrjxnT63PgnJjjXC2WhpoR/IanrlZ1D/YBBeEz95kwIFimj/1CfybqTpePQ\r\n3Do1F01RENqKBk7+YApRkTGhHLY5TMOa0u/W46dCitwGRo93RbX9U680UbZv\r\nUA6s539aerGEdxIsiIkowdH73mXUSEf3zD81VNBDXX23M5++qtHc3FdKiL57\r\nLx+Ats1Ugch/b/zXMxYwGh6iLYSFC6EZ6WoCchk2RpxZksRxRNBT2xl6ci+g\r\nQc8zrZvF6mypthXJZ6mHHJnvvYSam666T6uomj5swZv5X+caxDVCQq2Npzih\r\nH8wjr5c7J0dJiaO8PadrXpZqXg2P+BpGcorHt0vvG1bUBmGfqJCerBSRWTLP\r\nh+mpf/lEbjL16sg/ElzVI5afiGVgM4Hp2QseS83sesr257x7CilE9IuxN7S3\r\nD1g5MPDsqkmL8S0WO/qE2gy9t7WHt8b7zXDmsExJu32QNSD5F+yan9dDJmTt\r\nLUaUzDLA0yuI6Bi1UqFrpVaMMMF8PNTZxvekF5u0059/01DOQuHKuy4J6h7I\r\nIaAtUIFPuI3s/HhYwLks/WUpnu7rgMbLdx8=\r\n=ynUa\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.0832dcac2_1682000264438_0.14031844096321744"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.43a1cc9c2":{"name":"@firebase/database","version":"0.14.4-canary.43a1cc9c2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.43a1cc9c2","@firebase/util":"1.9.3-canary.43a1cc9c2","@firebase/component":"0.6.4-canary.43a1cc9c2","@firebase/auth-interop-types":"0.2.1-canary.43a1cc9c2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.43a1cc9c2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.43a1cc9c2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-BySeQEJpDE2qvLyqMUfU/DCrIeqPYLQ3tzUaW1+MUNBkLcFc5f2AO2QFuv+Y7hwappxF3hFShECXhN0Mrd1bcA==","shasum":"e07012f2b6d1d7c45cfb21397817e9e0943eebd7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.43a1cc9c2.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIA4H3th+pBX8Mme2ppenqC/dg2tbXxJ5fXcfKmX8FS6jAiEA1n+TTgQ0M2KVPK3n8oa48bWn5KSixpjxpdyDHyryLVE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQaKOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrv6g//VX8AYWOw7cL+O+bx601a9nfp/W04BwHujhJ0RMRs5fPrjtPD\r\neFtBrl1YhRlnc+y7u0a6ekuiXWhrvmNbM5Cp2O8aSEj2E86N95k4tMDt8Y1V\r\naS+CwLSRAb5Qib8WDPVBFQppxCf+1OgPQdPoDHLHv9ZLyVKOmFJRERjLTbhT\r\nzE5CZ1TQUCqnt5ufnPBT+ZuJYyZbm9zWKDQ8FLMH5FigFJjqyTR6Et8eAAQN\r\nK12YZo61KqtxlkI3wtnfGLnSnmccJCwN53JEWZoUhnwa3a6UZCr+SUIbD0A/\r\nP4Mem4ujtf0fuL77zVg6/tSVSrZuSdXBBhSZ+7K3ebD47ME4irWo3pwPwMk6\r\nRQLqvSHUYaUtweEoisUYsksqe0IoEVTVGyO6nl3OlUBDNLWoEALtwTqCji3X\r\nY+ANcqdKksvUZt3LhPgQpCEtuMOFSDq2w6CEg4ekUtlEvF8/RXJ/Egp5Jfvm\r\nB50n0Ac4pBU8J1EAsxoD43k75gHpJwAiq4mmkdXcj9zpz0+ytyIeCKfoTJkc\r\nNDDHTac3TaL09rqrOWKoOTy87h59r56AH3ZbrXWAqUHwhspeUAqHjh2ACVyP\r\nx0WxRCbaVWaDiwvNMYaKLhy+DB6VprL8k7pBOuLPHp65c8E/ukKBTvxBlk+G\r\n5yKH1hT37tzUwwswd0gYM5YXQ2lIFyUYOQM=\r\n=0yYt\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.43a1cc9c2_1682023054508_0.32332071608347035"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.61910bd97":{"name":"@firebase/database","version":"0.14.4-canary.61910bd97","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.61910bd97","@firebase/util":"1.9.3-canary.61910bd97","@firebase/component":"0.6.4-canary.61910bd97","@firebase/auth-interop-types":"0.2.1-canary.61910bd97","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.61910bd97","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.61910bd97","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-aLKijBMTLD/fkPiEZCBoc9dZWTOUNqUFW1mrVxCCHh2ppgOSp7VwQft/w8wShr2UBWLayp0d/XrtA24oLw+qiQ==","shasum":"f76051ff06c91b85b28cd21a4ee05008b9a9af9c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.61910bd97.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAmDna18B53y0HhtW+gVvTKAgJpeJnA42Wv7IRKb4sTwIhAIj45VI6tJ+YwC1mJlp+jL57xhWonvV+auEySRsspd95"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQaeBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqfsg/+J+qfWsQOqWZhMVkMP6IfP6fhGqNfK7RKOSSazDo9t2TQ71tq\r\nT7Nn3lG+egQFlbmMd0nisrs3Aj83urkEb2zfQ2C9lYD4SdtcHy+FgOTkPxmk\r\nCUXflUGftOljby+yFuBZOxKnjsji4HBOUIbaY2OfsHYf7WH34JD+RuQEgX+0\r\nprm9dzNgAgfiRi60CxQjl/537DEO95FFidLIDQWzTE343NiNBe9XlbnW76PY\r\n3wVMkZbUkVRhQoBiPCQ8o6Xf/YjsNB2B/11uy5vTwWTNc0kwwyfCXJcTlY0m\r\nBTw+/ABRsxH0dyvtfAMoF4Rd8h4q2w0vGDYj5yifHonP2CY4iEbiyGjk7lsM\r\nh3Q3Xa7jyDYU14jFkGKoGrbZCgCSqHK1/ojSQ+4jLwWPbIjfCVkytQSiy9HL\r\nJalYZBOLo6LqnqafkdmKW5sGS+nLUuyFe3IarJlu7vUAY5VY28ELWwO6Vtj4\r\nC0IY78M4o0iI7M2ibwM80pef6S1zq+TU7+jTfylbXsu7i70m8JZsx8eoh8VP\r\nCA7Z5y6nfnISvAekbbpCeBO4HK8ahSr8TZ55529eNZronCT/LON7u5BXsJGc\r\no4LXtK/XjSrEi2n5cWnVIZ5+kwtV9ebGCi2v0bV6Vy/K3E3Bqopfis3OpZ4M\r\ngBQdc5wisWxfXVZus/9x2GPomBprQ5cyqo8=\r\n=V22z\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.61910bd97_1682024321383_0.1670397190085"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.f5aec7bd8":{"name":"@firebase/database","version":"0.14.4-canary.f5aec7bd8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f5aec7bd8","@firebase/util":"1.9.3-canary.f5aec7bd8","@firebase/component":"0.6.4-canary.f5aec7bd8","@firebase/auth-interop-types":"0.2.1-canary.f5aec7bd8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.f5aec7bd8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.f5aec7bd8","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-4K6T/jLudFgG/q6CpkITB9Eu/EG6pkxGwzOjck70wAEKWKjF/ST/FbneKX5zJSimh1m/ks5AbQE/3YuRvLp8WA==","shasum":"966dc515c81db1b4e4f2ecad68bc6647da586063","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.f5aec7bd8.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCS8xll9DuG2EZ5nvhWjbBO3BIPaQKxHebQr2SGtZLalAIhANf2gfItMpSmifryy/MRbtlVFNUWmK79Rv+AX13EGrNQ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQeneACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqy6RAAk7wWEaWABrGMtGq3IsuwrMcNFOcisVTi8iHsYUJfPIEseBgo\r\n0DAt8wo+GX3uot4sRHC555Vk88yXzWfy/adMQ1zQaFRP88tB6YPrnv/OEvsL\r\nrspieNivqK1Qrkz3w78mDkAwLuKANF5reLpNJmOe+xb9PMXanO5lek0gnzWR\r\nSvZKklNR6+Xg+08KyWZ2v0tDKB6cXU+SUGmheU2lJkCnEk4BREi7wPDXCl9j\r\nk2uxac88YS+MePvpZYrOOuTM1dHXDZsDA+2dhBYZKttTWZ/Uq82EeKD1Qm4M\r\nrlM56NYdlrbjNHw704pTvgLhOwFwGZhYw3OVeo51ut947ngKGUblF/4ePnI7\r\nkI1h3zbe4bkOc0An0wPoqMU2Cx86NI/XOfGFyOI8WHDPcVqOkMD6rXU82egS\r\ndw59Q8SHDTmWpbg21eVSYaYD5NFUvKQmof8W3Zn5TJuVDWR7FmqG4F5DIgse\r\npMk+qIpVCsAKHpZhRilUS96si08P2PormDuhhNaixu5qbWVeNsxcSQmyj8PZ\r\n13t1bNVJBhHGREDtfXM5PpxkSfvF28MCF/7oy21t93bdhQJh73wQn8D4KAgu\r\nkMEK/KEDZf4WTPmoB+zvhLks1c8skq/sTLiqh90vy2CxnSttrhRTZU/B3J/5\r\ngA6hGnOWiRjNypxE9Aah4ivw52npo+i1k8U=\r\n=NAjO\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.f5aec7bd8_1682041310011_0.7493195849662286"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.756db4219":{"name":"@firebase/database","version":"0.14.4-canary.756db4219","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.756db4219","@firebase/util":"1.9.3-canary.756db4219","@firebase/component":"0.6.4-canary.756db4219","@firebase/auth-interop-types":"0.2.1-canary.756db4219","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.756db4219","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.756db4219","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-vodTB+RQZUxp70TW0cLo7+awKn8wYbVs69pPpk4jHyyXZYaeT6uk2Uh4oYDsAkGDppN8uBdMArktttm3cNiM1A==","shasum":"3a2f32164b1d9d917783e3301d19f3fbbd593b6a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.756db4219.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7hyj2wJ+dH+hjqBlwqNKJn3KQSGIlUrjPK5y3a5oKEwIhAOXF/JqNtXwATLBeaRlSmaRwq/UcpJnudWiLZ5MQAG+b"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkR+zkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpa9BAAoCDXeGSPlES/9o1YwhRZq076nAkLT6AVu7Tfg3/oUNm0nXZG\r\n1Zx55/ZmRiT9Hq97dFr/QI//YOtw7dWZuh0QaiQrBDmbIPjd1OmlJ409Mjou\r\n4xZVtBMqYQhoNdied+giqxYKWHF6r3ys6P3RVJYS5lbdYiWnQXBmd/mG1sel\r\nPx3z9B4xp1tHJyb5izyB/lhsVGHiIovNmgIkepPMlu1dTYSepWGbNx+qKcRR\r\nWkndD5X2QkAxxNtdkXx0nRVDWSf5/Uj+XV7DD/wV6X+ysoBO/krfE6sfOGl5\r\nqCxa/htKdTy2txe6w4ghzxMCpka+tKaMgJYkaSZTQf53PMcwpONqzQ2vaoY2\r\nm8fNz6vRllMuvIyGwOQoWkmO164ecWzPZxBcPihBcXjUQjj5sP+AOZQMTk4r\r\nPHfaIEZg4ljUFO87Xce2R1K0wKDVPXsRyph2o1yrspvlyA/UsI95o+tQ4i2J\r\nT51wKcgSi5QV4yHixCKZG/QbZZFa/R8CFrTqaff22hNBOnr0cRFqXca81YAC\r\nUaa+lDF2j+C4ybCBEzG6RF5GSvHk95GQvwq+rsXqF39EXdGShEQMGEZM/rUA\r\nAQ5SrR+9fGkGrOkwOyX1ohsPmt4+Rjl1+wT83FheM/fttSAV7kg5dWV9xCxY\r\nRfcbMDsibITu5tDqFNXvezWZ/EPFWkS+Hyg=\r\n=Z6J7\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.756db4219_1682435300533_0.6572854277433493"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.510c9b520":{"name":"@firebase/database","version":"0.14.4-canary.510c9b520","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.510c9b520","@firebase/util":"1.9.3-canary.510c9b520","@firebase/component":"0.6.4-canary.510c9b520","@firebase/auth-interop-types":"0.2.1-canary.510c9b520","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.510c9b520","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.510c9b520","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-7O7BC5DED7v3Uf5ztQk3KLBYCq55mIQ4FTvbRsgWaLvbQXZbLfmjy6A0EH1hlDzhLC++CY05pLHdihlwXejSJQ==","shasum":"eb6825da68e1ba8ba13d734bafa589f932e45077","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.510c9b520.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDAvJZ6CzAhXERdJw7nLJy6idTdUR6BK4fXCgK/zfMLswIgUzSveGNPtSaSfn4aY9va1gUJTHq+hGo6T6HuV5pEDlQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSA2yACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo/hQ/+LpxC5QV/H0tdsm2u5wczpnMNEsz3e1s7udxVeIngsjsYIQkb\r\n4gtsFu7wNW8arwIlIkTCtqCam6klJ2Vg6PbIWZRw5jHIS5Mh8oqyXv0VPO9w\r\nAAHXw0v57oIDehgE9XkHzMWAwEp1hGCXwdjxFYwJQxDTvnZb1MAMpxAGW26F\r\nmVeU1ZVoYhaocyIYTTmXfwCoYcHjBCEFy1NIFwEeVp2zkK0Abkrhln6+WqWz\r\n9BVo6XIQVxn+pE0xglc4ClW/kWo3EQW2Uh1u8nWtGRrpXMlOzJWFPkA0ArUA\r\nffulAmWYw+/GbYNc+Oq7O9RoE6kn3wmGJMJ9GhWGEseR2PoGOlsi7XZ3zGt9\r\niirF/PSocEYPQH1ob0WPH3rPfQFhQ6egIzANOLXoQcepLwcLNvAzqhFYrOHL\r\nykR7dZHf7Ab1k1F3Yd6DXxl10novMn7WJqRvlKr2QRIrfu0M/OC4245QxJLX\r\nQqq/r0dow+yPDZ9qoXm1/hGyC+deZQvxMHVgtKKkwuk84HhWr/+SdrU/500t\r\n8BQGVGN5DIlqHvYOCYnFEs3r2l3bijZs8ZbvlRL7hOsZWDx8joixiHUqt1s2\r\ntmpQtL8VGF4fCx+KepP1lVzV/HixHQ73R3Zp4JB9hS0w+YPuQQnnh6Q9Fymi\r\nP05PuyVEt0+VhWMd+sYk/BSww9Wn7iMWies=\r\n=UMHn\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.510c9b520_1682443698128_0.26900885356375137"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.3ca7e9720":{"name":"@firebase/database","version":"0.14.4-canary.3ca7e9720","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3ca7e9720","@firebase/util":"1.9.3-canary.3ca7e9720","@firebase/component":"0.6.4-canary.3ca7e9720","@firebase/auth-interop-types":"0.2.1-canary.3ca7e9720","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.3ca7e9720","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.3ca7e9720","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-QvRXTuJwftVWtYTMcYOLGdWEJ98cJEeiMOYIJ1vD/joktUYs+CUurN2ha6eR2x7yeqsgJL5P31KiyZMP6d3k6w==","shasum":"8bf3648250e25bc27169b68be8a69b7f2bbadb91","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.3ca7e9720.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIALbUyN2EeA5pk6llV56e12q/ihrtSkCcl1ITnYIDuhLAiAiloBvsxe4B2fzbaIQ4azzm9dNE1A8xh/ncX7E3fa7BA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSCFpACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpoUg//QASVbmzA/DAqDTUSsCUtKigGtZxl2VWVSSqd29Lg6cXzwNHF\r\ntcWXt9cZbPwdjJXaGKiUhE6YXNMyvew2YbwDXsW36g1e64QlIqUXc2URA2PN\r\nWbHDisz0zOq5Mo5sNfV1AgV1f+Dxrj+9Db1+gP8n91Z5bWWPRf3PWXSgq4zl\r\noP76OBjTkp6tCFfUkq7Cas7b3j+A/vGqO4eiIsqxJuhkqhGuXCAm3F1njMuj\r\nAxVlv1j8+9B/VIsfacM+TuhzrElZGYv4J/wQq1GvF+Q+CFvUuYXo+4axYQs4\r\nHhKrez9n+cQcWI9lPOyKLmpx+ZuCrOAwKtfVES6OtqEyEYKIior1BCGUj81J\r\ntrKI+V1JjxgU3Eyrqon/1xquffyoF1IMm9J3rxm6R+LUibrdMOtcdeJnxs1m\r\n0dhIEYywEAbesj0UbpC1DNGcvLoSTWb6svOLCvGDp/iQbXPklY+3nOuyfBM3\r\n2RBYkMOcvw0zhjWA+xGmea155aUv+HcSpTm3eD/11hkHvgBico5sAgKnXBTS\r\nB1FKrYusru0g0sdylFNUGHZ9ecIzi74t3+KEGUueSApp2z1ehPl1uLVPxvUs\r\nmVKqQsTjB0U5pUsHhAn1C5zmosczJ59X5haHwyMbD59ogMx4WT6yR8+1fIbH\r\nkEivBRIBYH4mSt+p9QNqYpmawAQsAe+ziww=\r\n=Z7nn\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.3ca7e9720_1682448745205_0.0026802510808701108"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.18ace68ae":{"name":"@firebase/database","version":"0.14.4-canary.18ace68ae","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.18ace68ae","@firebase/util":"1.9.3-canary.18ace68ae","@firebase/component":"0.6.4-canary.18ace68ae","@firebase/auth-interop-types":"0.2.1-canary.18ace68ae","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.18ace68ae","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.18ace68ae","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-XdlwySiWf/CsdZzV9w80uIVXgym1KoyJ+nw2ynjAbfoyzBIFca7p7jaA5B9wIsrt+O0t4R3qZEx6aPKxs1C23g==","shasum":"e804b957451c323e3e37a1c28611cb2779323dfe","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.18ace68ae.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpiKgdHKTZuNHmsIzMoL5r3WIHVZT1wawSR8s2YsA+MwIhAIXXITn26ouA4bfpf6fcbkSH6iDQ4Byf/COzy1z9oWav"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSCL2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp8XA//Wn9oeqt/Khvfm6BaoKz1H3AmcCcfvV3lTAjCsCJzvrSKaCmh\r\ntDGSQxxDsQNXjSYL8ac+JPeHVSuKXBdYxngZmLTp0sQtmcyDTrQvjE6e8L8C\r\nDgiL7lK+Bu4qEjkudVAUu8iY4mRtMpWD2ZNG5xCA4dcvcjvGJiGsY8BYUIHX\r\nbZBoQf1P33+bW+FIDz/kmHWQKazUqOZxoKpF7UyC+h4inHf9tDt/oPnkRNz1\r\nde4eJomzD4YGjmrGZlvzrlYdJadSTm4ma9WW4nBazUdIEjzj279sAyAl1tcp\r\n99HYfIMCvSkarMd6dS/sbGbiJBqUl8kttInv70KmG+zhwdzqHibhjWTTlH8j\r\nIndyQvVT6JSNv4HdN31XbLvzjL9L4lOm5oDvcrKSTyqrzGRemAiwBItu249E\r\nOiIvTLNN89HlwKkXX9T24tmGbB05YtnUJCPaZzJcajhqqiMnIdXNt3n2FevF\r\n8skb0O70GPDxxooNKv2xV8msdagh7In37JDA4rE4oCS9JmIx8An8ZnjZsGPr\r\npp+qNc7Y71pHMsVwxr0TYYUtAqeb/PO/OhqkLmvwfmNjA4ycRzZgVJ7vGnx5\r\nMMSht23HEAAau9X2b6EGIrKyHAyFIKmaW7w+4WYt0g1eDV/OkNSPwIcKd+6O\r\naBGlDXR3ATtJatR/QNYftHUAtfVkZB9bYJ0=\r\n=85W0\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.18ace68ae_1682449141812_0.8562479390210023"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.23d35765e":{"name":"@firebase/database","version":"0.14.4-canary.23d35765e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.23d35765e","@firebase/util":"1.9.3-canary.23d35765e","@firebase/component":"0.6.4-canary.23d35765e","@firebase/auth-interop-types":"0.2.1-canary.23d35765e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.23d35765e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.23d35765e","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-ENGVacm4//GeWy448u9quXPi0o6tf89vkRNFqi/6OZMV+PfORRIXh0j1Jji5RqQaPfLG55253GOrSGb5pCXrVw==","shasum":"c4ee6349b77e6b037a1b55ca15ab59675b046e3e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.23d35765e.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICYt7MF0VEIEqbKfEVVpAes3d2KQ8LSQQ8v3+lScxzhNAiB4CJtmIp9jRzjuxSJM0vPDU2UGsHxX0DSyNmlwKEZSlw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSCVLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoiAA//fvuBLd9ZdFgrjMI4RvMr08hhQUH/Tjepwa5wssrei27WFM9o\r\n/aW7HpZ+aNy5UGmpgAhWvG+9xKMFZnybQ4WYT/iW62sJ7ilC7cjXgpkudTNG\r\nuFiQSi9ylfKdhLPWAeTPa9zD9X2Fvom1CtBzbdN5Sk+zlH7pKxwqXUcSH9za\r\nDa/Ut6FTwD6xyRE9gTEp1vsQ6bq3+CbKRAvMkB5hLRqvqzmd9eoGJcVXeHaV\r\nP+E2KDxDF6jEqrli8ETgYrIsL3VKb5eOZqVdS4Q172tl0KCJAspw+Pytjhxg\r\nksBqTiRuNXwc65ZWxQwkflh83rFujTMY8sch9VS5KMCRCz9PaQKYRqbUzTcL\r\nGjTz1sUzaAoZ1SybPWPRnHdC+V/gPzxeiorYJikTNiwJkG1CKKE6xr+phh8P\r\nz0HnpkNRtxGbZhzzLQ0cxf1/6/PKUc9nLxVf6z0GvIhQoi0+Z17Q7M2tRABi\r\nfwuVkM54Wjp3GjMLNxy1NOKhgyKSfLtPsPVJRckUa7PgkVK8vQnTRvBXmHcR\r\n+/wPFm6LQ5F8GWgEuG3JvVkG7JK7nMDzu65AOy0reuz9VgnrccsTHiy/DZvv\r\nMWmKj/g3+3CkMhh8LWj7NBUOFvAiohd9HHqUy4cMWF9ZubgjJybNt6rORCUF\r\nHbqauSW97RqzhIpU4D4a/4f+LquzsFWGJDM=\r\n=60Np\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.23d35765e_1682449739059_0.9283497408852734"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.6d4d18786":{"name":"@firebase/database","version":"0.14.4-canary.6d4d18786","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6d4d18786","@firebase/util":"1.9.3-canary.6d4d18786","@firebase/component":"0.6.4-canary.6d4d18786","@firebase/auth-interop-types":"0.2.1-canary.6d4d18786","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.6d4d18786","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.6d4d18786","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-nDpa/Yc1Lu4LYmlqZBIHFG6eZVx3CZRStWtLjKRZV+wfhMAVIR7i88kFBXRt8VEY/ZKiw58brXB5F5IZ9+qj9g==","shasum":"e8ba4fd42afa8c1d96a4c19a05cbad2dc748aca9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.6d4d18786.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIALnLL87WebJiXSw6WsS1zPELmtpHQUI5mxtY28444dmAiBX/RXie+X7qurvc61F5+7RpyPA/Cd63zIm88gyipwV1A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSCaxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpbCQ/+NQ22ZxLg7cFBYyrWOoHPWWB03A47O9ERmDX+jHSG8Jc9bpnU\r\nIVzxAYiLUhm6SU7tqwX3Bz9jP80DpU7opAxPeUnpAZE2rls75wygr5Gqvhp8\r\nV5kWCO50rERyGDqkEbYvG5iN+dbR2FwSKdpT9iGxpkvjUIa7/MSG5Y6bM9dp\r\nS5Dh8wibDlEWdD25QZGcw8Dl+7CpGo4xfKI5tBZvrIaJoOIxFGHqMkdQyEv3\r\nfePLlaNKdEWuttx012yc5Pzih18kxEQ2VYbEfudzdqH7qbR1L4S82gMU0wWS\r\nyaEh3k6MpJhnCgqCgHzmBI7pt+GQBBnEv/87Vf9yiSxYpMpzZ15SKvRWaZw+\r\nJZ5AYwyh1+d/L+fLhrTLV4YEYQ2le91KdZjzUsVUlRgsw2zTcAO7kjHaQ+S4\r\nCZNU+t+q62UnLRGzMaQ7Sot85VfD58MuWEGat9J9dFckZtTDcUKTaHv7oukv\r\n7+Pd7YAzn7bD32P8s03dC83uDqaPnh4n7mcky1gkEENXRmqoQdMR51YsKcaC\r\nMj1FoFbRGIXY8V4VZWDcwkKCuIpYmStmrYetF2iW9//docNCC5ebE4EixEiz\r\npN8GVNezIfND/IQ970b4OntNkjsWbBklaNd6lHWf4L9iIIvYJEnAx3T1nfvG\r\n3NN+89VqJPbnPNMaOKfY14hYF5UVZ7ysfBo=\r\n=rmzg\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.6d4d18786_1682450097169_0.7264170462973678"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.623dba390":{"name":"@firebase/database","version":"0.14.4-canary.623dba390","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.623dba390","@firebase/util":"1.9.3-canary.623dba390","@firebase/component":"0.6.4-canary.623dba390","@firebase/auth-interop-types":"0.2.1-canary.623dba390","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.623dba390","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.623dba390","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-JUcVyIvKoSwFN+m6M00E+nmBHbl+1asBEgMnZ4VPZDbmiWc1aG0IX+e7WEb/cKs2sx73fUFyvup0kaI4QE9QYA==","shasum":"6d6c488740b8c1ba479ca9833712c1a3ccd69cad","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.623dba390.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHUKtGDc5eIbDqmSCzloXNCKtGwnKshX3vDEjOBhW/XNAiBlj0dd+rFZY4VoxhOLekt/g5LF72gcQ4ftIAk5/XV7/g=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSDYqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqPJRAAgh6LnxF6gwxtY+QerjSmzhO1HncydRT29XC/b3i+oE6HUd7N\r\nMZawlDQ6QB44xTyKbUmFaWX4qI/UNJBXTpL3fakdK0iV5We2HjSgglqmHlDo\r\nhP43lNwqwnr/c47HiNnWu4AgY9Vzn6PnISMEJlBZFwGAcR0wJtqHep/9UdOT\r\nD3yv9L16lp4umjQc/qIyseFzpp4MCwqHUxhN64VO7N7UaSR31stDJ9odLlMC\r\n9wy/OTPhEf6HCibVwX3mTlOn/ySicZXNFH1H/q106LTK8wZhA3zlLkiFC3iF\r\n+Hv0/O4icF4hpnQIbOIOXc+oIE/z+4sCXY4DBbQzNWz0JxKX0h1JKAMTnRQp\r\n/6lf9wW2xvH6bRWcxIC5Guz3bl9j/7bOEpcAvIdGIH2wX0Z3crB5M6IPHHkh\r\nAq0532U58FqaOaM8YZiHhDVSwd4PCZwG7zqteJQOygdPH5Cx6mNgSt3TZsaO\r\neGPCBUcHfdixarj6mRVG9GBQ2bKGzGCj00N1FDFGiMcThOGkmL7RrYqJiEEJ\r\nrP+ksLCU3A61im+HYw3NPAuqjt8AcrEAtX9brkv+Cf8o8K05YEOJguEVj7M5\r\ns0kp88zDI+Q2Yzox9X5WwbkLS5C5/jHySdZwajUtA9A79izfiZ0gPAZFC3q5\r\n5W6cNfohzkdZRAnCo4iIAJRvyWihYXDpsbA=\r\n=E1iC\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.623dba390_1682454058326_0.5689289620416369"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a741002c3":{"name":"@firebase/database","version":"0.14.4-canary.a741002c3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a741002c3","@firebase/util":"1.9.3-canary.a741002c3","@firebase/component":"0.6.4-canary.a741002c3","@firebase/auth-interop-types":"0.2.1-canary.a741002c3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.a741002c3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a741002c3","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-dVHt0ZMBjGjSohItJOHNsTu5QWhFNp7u3h9XEEXIhESRvYuAMdJAFR3e1fPVc+EoqPXKJIlXyoOJ1lIcSX8ADw==","shasum":"9bf3cabbaa14913fb788d86c9606aa7dc5aa4396","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a741002c3.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAPyVKC0Qte1DqsEc8m56i9Z5p6usATLGKQ8G2IMkEbwIhANX95NGJj/EIRFzWS5eHrYcGupn7htsJBFVw96e4G4uG"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSEIVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRcg/+MnVfGGvF9GSTnzRUdnBOFQ8QWwG9crWc+mhW/F/TaIp6VmpR\r\nT4tHcNMgxm1/TOwZoFTQ+IWffAmzTBxYg/i0SXulrDFACfZLmM4CUxCjmQ2X\r\ntiTogPZQ5CgHZhxnqM9V9An3FQH/jxmbSys8F9SGp/Bxy3C/xM3Ew8Gl0uVc\r\nELlgP89SWSsdzAj32CUVESZmkEYXInhv0J68m7uwyRjGHd1Uu33h6Cf/tVia\r\nMovQ/DrYtwmfs3IwNKfvIYm2UAs9e/MJj/Hx2j7leJ5Yl1vzuxQ2kxoTCqIo\r\nXfhurMfdIBWgEoEnd7wfLyGgwjt3PeVuNSgKAJMvhDXdcwBilcDw4asvA3AI\r\nxesdFcAf6HTGAqoBuz1dp3BoRE2un/mmP6UylZ3nNxninHXMq5Ciock/myAi\r\n1/9iMKqt0gJjnYOHL06LHRQYL237KUxh0j3AGDCA9vvBlcLI9ymwBkfDEqF5\r\nZIruu8KMl6Ei0EcqUOwdkbXLDmzxJi6XpMAbsBzRuXP/tFLxidsD5aYECrAH\r\nMJcBPzxaEip6DqCG+H/RmPBORmtXdgkbCoHk6F++p6poRV2ccCW4Y9KIu8mk\r\nA5PStAzscnsA1IFaxm8cC/wDFcPEaibtMpuxQnGHtg6QfoVIiR/y4ApdU4mB\r\n+Kgv3aMo44GAMakIp7jzj8b0h7bfEQY3jXo=\r\n=A4RO\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a741002c3_1682457109634_0.637449921491023"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.450e000aa":{"name":"@firebase/database","version":"0.14.4-canary.450e000aa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.450e000aa","@firebase/util":"1.9.3-canary.450e000aa","@firebase/component":"0.6.4-canary.450e000aa","@firebase/auth-interop-types":"0.2.1-canary.450e000aa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.450e000aa","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.450e000aa","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-5PDhTaHbCg4tAn0TXRV+Hk23wS/4+H5mQRVvOvyxrkjfvQadJ6an6ehJkR2sKZUyXKVKsCbLNEWogNKiGeaAJw==","shasum":"cc0e08228aeb45358d75b7369a7decd2de970a49","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.450e000aa.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4qZ5/Q3K4t98CgPpBbaUSS8EqP1PlLjQU7Fu0/R/S4wIgUfQSbwbovyPhAzcrAoi+oEFRXL+IaSMxMvwXfnlLIjM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSEv+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoBMQ/7BpGe1wJroVL3iLB/+aN1O3mfMn1Qt6sIIaSglrgzjb0Whilr\r\n5Y9Y+LqrsHtoa2YuJtTL32UlzUzKe3fC0LkZVqU52iGANvLx2hXeuzq0cAVZ\r\nO3/GuzFTAA/6845gnO3VCsTkbgG2+qojVpVguWAQUYG0osOmtWbmDTWVGX5H\r\n/nA42NWVvMHXGcBkjI9Se1knQvjlYNpiklDj1MkA7mFqCYNQz58eG362FfQ/\r\nvCdVdIupApGToUp0pJsDfnrixsGw8efOwY2pM+OLE6eLhvNLzAy7AZvU5J/d\r\nnh4i1eqo39Gre5NYCUfmFj0oX4uVik9JK9uHWtblvwISiS2SLfTcwLs+UE+O\r\nsR9BxVFnUPrHGlh0DnKy3xxoZveOEjvmLhtXIzeLbJTwsox2k1n64KL0w29Q\r\nhaKqMyrkMlTIvI2sCV8XiIWO53JJJalXZtKvzWJ2sz9sSM5gpiAeR0jh7t2s\r\nLx/MMwL1sTiymj/6Jn/jmphy73L/x0CUaQFCBfPKCPZyJd+AY8cMFR1nxRke\r\nADS6U260Ju2HKXKUFOzFw0NdlRcrGtrSSmsrL3TBHK5soOtSqmLPNpmAqosP\r\neaAss65JV8ptesriyoxOLcpoETcWmBJ9/QotMqYnCVh4jD8ahjutga8qntae\r\nvjf0R1Mh6z7+VVF/rckr5WBvyDJva0n8Asw=\r\n=jhyH\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.450e000aa_1682459646388_0.016228429777159326"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.4535cccfb":{"name":"@firebase/database","version":"0.14.4-canary.4535cccfb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4535cccfb","@firebase/util":"1.9.3-canary.4535cccfb","@firebase/component":"0.6.4-canary.4535cccfb","@firebase/auth-interop-types":"0.2.1-canary.4535cccfb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.4535cccfb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.4535cccfb","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-RQak7nzR+huR6J43MmQHzS49XMDEADwPCM1R9w7KDTtFvpM8DZUKgR/hxFWN+olsB9QFIh46sjkqSIngrvbJsw==","shasum":"479b331e6f1b498a3d8fb590635f8777987b9a0a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.4535cccfb.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB973dVTzNyOeqtejBFUOzpw2qZqrxOgvvOEvO0AuR6hAiAjAH4tpCwUr1CykMAvAMyPu03gYabuuaCN5d4m+5PC9A=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSJ28ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpGlBAAmamyotns0rExWnAaaFgjMR1P18egw2qRGQtNYuCqP878hwtw\r\n9nuic2SKf/j9nm/shsZqytZ5d7uPAA4qpvzDMss6AChr+VmLRUIJ7Jkm+HQn\r\nYiFSRg/G7om+ZHgX8qbZHwblBOg69IdZWzjqCfgqbtqwIfaWWOv5PQF71ZlH\r\n9Xka8tuYvtFUNVir8WXNmSg+Exob986dfV0qps4oO8Ls5r5PAil7YNHhEYuH\r\nmCqxtoMUy4duViwXX3UtoQqgxffijRpkbUTSBfNGYt7YJ2q4Gm+3LlXp4caj\r\ngppW96w6/lj3fBVZiMYBkM7P2RDrl3HarMKQZfLZqabYatj4insK6RCVsxlS\r\njlkXCjGl9aR1Kpxa8dPcQagZUOSZug4jLFqvZWVEGbKGdsajA90WaIG9f8+s\r\ne8o8NgWvTlcs509NDJCaQ00qQMsYpDUEu1EILNrjYVs2KK6Icts52KqokgMf\r\nOtTOVa3jX5zrIKNgO+s4t+p59+NAR5qzuQUlb0LTkJvg6tVKZK/e5W2dUaMW\r\ns7/eAqNoOBta3LgLdMZst6s8dzTnup/OibEodNrFB+2va5/j5A8OrSLsOxBm\r\ncevEFoIPEuFSDMpJnvfNK/TZhAIb/GmF7+6n1uxXYouhL0yCzlVtaDbWHeMu\r\n6L2Qwvi2rtLloFeiZey3h3L90fvor36K7qE=\r\n=pJ5z\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.4535cccfb_1682480572476_0.8533553997246317"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.466d3670a":{"name":"@firebase/database","version":"0.14.4-canary.466d3670a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.466d3670a","@firebase/util":"1.9.3-canary.466d3670a","@firebase/component":"0.6.4-canary.466d3670a","@firebase/auth-interop-types":"0.2.1-canary.466d3670a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.466d3670a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.466d3670a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-rtMEPbQ+l6CYUfDGmTMi0h3cEM6cJwOKj3ei8EMfk49JVRgBbogpBwxdMmoYzENDAAaKHg7D1i29YY2asograA==","shasum":"22ecd707f96df53dee83dddc3e38a2e27019ad63","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.466d3670a.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUdsvk6TkuO1vro4eosfi/mHj4dxfZ8FOWE5lKV9rHYgIgBdtK7g4X7TaJRUHx8WRgQD3GgXuNjiRxoTqAGlJmxxc="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSWqNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSIhAAnErNSfchIUPvg3NH23YzBDeHxr5PEFG4KUcZscCJfLzy7kGN\r\nw71eJfobzN2RTc4E7HzRfwyBB5VhJ/yk+HmgYh0HfpJeIFIGW7rt5v/5UgIs\r\n03Blaw20BD8SdZGF7XcJDAMHiMs2rgYQkSnarmylRpjm+61MiS7NtouXx9IG\r\nCjocqab1W5aAvle5oPMCEPcntgjoqL5PCnpDG9O85tDdN6vEn2kRmC48CZbN\r\nU7/1QAPwIjpo+HyRfAZuZLpW6za4DFduKFRMR4EE7pQjNUHJXci8Que7EWw2\r\nWsVcGOCVf8NrzP7I9uHrbHIrITVoQIm5Hq/1T836/+tZAOR1Js/shkX4q5qZ\r\nRLr5jSP3wzETsUqByxAFmoqYbWnYUQYQ10cx5pTOS6rb0c6NHzmceNJ2zToH\r\nex6xlPPqUbGxPQIcHVg7XDzD13wml6OImqtR7RFJKS+u8mrR1bHZUI+LVGli\r\nom+hkhha09zCCCeeVgUUuArNOt83XPu3YIGU4Cq+iZHYashRJbNPwdNAZjo7\r\nFX7si8HfBO2itjnrFb3XrNH6e/uprjTPXBHewGfF5hnzni/X3HkKOrGf6/Nm\r\nQK+DJ0Rbn3aVabJwpIOgJwqvX7RqGCKkKu6rVhvHNHTvMksVH/W3QkntnmxB\r\nE/JbfR/Ce6rVqepMwgf59qXo0NHTDRopbic=\r\n=gfEU\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.466d3670a_1682533005134_0.6111483174171548"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.9f2ce14b3":{"name":"@firebase/database","version":"0.14.4-canary.9f2ce14b3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9f2ce14b3","@firebase/util":"1.9.3-canary.9f2ce14b3","@firebase/component":"0.6.4-canary.9f2ce14b3","@firebase/auth-interop-types":"0.2.1-canary.9f2ce14b3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.9f2ce14b3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.9f2ce14b3","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-0I8PIgwcs4hnZ41vd4AwnhisDw1/pXs2QExUyxfko74ZW6GXbzF/gTMgIjwk6mwU/a+JE3QlR+BirwTDfmRr1g==","shasum":"68dd736f142b9467ffe9da2af84100e804f5f6c1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.9f2ce14b3.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzXFS/zxaq7lX9PMIwCfLz+a5tif+vFpgMDCteFL853AIgOcCf229hYKwBhGdfVxScYO5b/nUSYQCy6EsgmCwA2s4="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSW5OACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpccA//Vv101iObJB2Dos1sYbs+ZMMIBrfWlUtI+288nrIS65ngvE9g\r\ntCVLTEwTjhbLNLbcgPgW/WmkxnSaMSlLOv2kSaJRrA+7T9kdN/SToPAqmJND\r\nUsLcVvxyyghh3Yrtsy49AkJ31ckOgPeGfTHIgqiKeZxCvIxIMxCx1xuXknAM\r\nh640bB7wtXr+aKv3CLa2/HhlgfikKSqPRzoRRCHDHlSEnX09jaqY8tu4vh35\r\nuPh+KhOXHiyW4B10dbBpAKT6/+e7afUBjwUm+z7v1Km6wEs6d1vDP7uJtP+Q\r\no2RkvjALMrpI6A2HAAaz515DV770huctRk5/KyJH6uG1tF/U4wXHQV2SBLrR\r\nhF0Zu7kzMyajpQ+WG4VxNQouefHvOluCU6dULuZWPo4sPsAKuApFq5qoSQcC\r\nB3HJ36+9mdTPEL9qhsxgGEljcTVD2NJs692OhnKfRqryaEulna2EGCwzeXjt\r\nrP1YxFff/bnxnqyhUHQcv/vwUszpHHVe2CZR53SaBg0/P0bseOkw7+0XiESj\r\nD1SWS+j43JhRoxZHstv+XDyllpquFBIQqT0O4lWKa+8EqkgyE8L6xlArrlke\r\nyT9gy8MMoaLYcqypU8syLkHtYrteyqfGvQh+MRDWZqhe/eL3+DdA0YOfkU7G\r\niEz7PBNKRZJE5EyJbQpJYU/f7I5jLtfz4Ps=\r\n=oJJB\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.9f2ce14b3_1682533966501_0.2633090836313712"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.789f9186d":{"name":"@firebase/database","version":"0.14.4-canary.789f9186d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.789f9186d","@firebase/util":"1.9.3-canary.789f9186d","@firebase/component":"0.6.4-canary.789f9186d","@firebase/auth-interop-types":"0.2.1-canary.789f9186d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.8-canary.789f9186d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.789f9186d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-kmnhHZxRMc3T7ATOp4H/WZlHH2mMCTpn9vwb5jiSzZgOHgvwRHSHbmyzuW/DipfogAOZqAOSR7ORVnzoFltWCA==","shasum":"6a6edfd3ceda2f0b94e10ddd5717b9797c078d21","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.789f9186d.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCcLYS2+SQ7xDqudO/obLPV9UpBk9LuD+HTP+iHQPzd+gIhAJdxrsCXtannOWme1yWc8DQ9jkKSaaXDiYtf5VlfAwf5"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSso/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkkA/9Ehdlg6bNEyoacOLpOxwxiUTaE9+NQr9tz9sviHhIDu694zFF\r\nsvKtTP2GbQYzNuHwyRyh6a2bVHpN80ec4wi4EOftNTb0hI6OQ2pDCbCE3etn\r\npnFKVhiMb9zXGSl7+yWGKbAhKDM/6USi/sSqjbcl5jdRRdyW4BVTN5Kpes2V\r\nJysw1S+vla7EItApyESmAXxQGkGGj9Bb8EqYKHG0xkdiGWwlwy0DJKXDm47Y\r\nVnt/ZOiAKDbdBqJw7fDp8z+JKUYbqJPk+5wf9kfjDeYJckrOjgVD65vXGN01\r\ndHJDij/YNQhgBEp0TB4cU7C80Z1gqda3Bo2ERtC3D0cXkpEjua/+lppAx3NL\r\nPP3cMQajuKKrtC/v0TaYUSZxTw/YzXXm5X13MTfrD2hPBHmwVJPFTmGU2hIS\r\nZqRi1FUd30S9mQ4AMjnnP9B/u5IpJ2Ed6G5Fd5DqXb3r24L4eqPgvLNv9q2t\r\nOm+d9/Ie/+aycyX2Z1YMVR71ZyUb8H/bKakbt8FbGWBenMv74f5VBuBO5AMs\r\njzditmsyv5fJpgyuuO9rzEKFYCLUZeN/dSYqNworxTZor7KvrHl1ykf1I8/J\r\n72UzS2XPJ5McUcNsK43L3Tu5/zccu9Za1CsAZbB2snCvRD+HKClBiHvpaFp2\r\n2O2XfcHG6kZSGauaV+TYpYHRJoE/zN81TLQ=\r\n=Fpib\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.789f9186d_1682623039116_0.6287079729875149"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.9c317277f":{"name":"@firebase/database","version":"0.14.4-canary.9c317277f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9c317277f","@firebase/util":"1.9.3-canary.9c317277f","@firebase/component":"0.6.4-canary.9c317277f","@firebase/auth-interop-types":"0.2.1-canary.9c317277f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.9c317277f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.9c317277f","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-ppK2pCnqM6spTQXdFb6C1nVOIMkVsLmTL7CHBj0o6dw0uolhRWK45zn1XmaW3VUThEj7SKMzoigO0OViwwqxqA==","shasum":"be9f2533e95e19888e347cac669de2796e999966","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.9c317277f.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHP/+PvmzSdbpPc3W+nFrtjIpVTlhV5tk6yruqt8gDtIAiEAhZY6v9mPkri57ezs3MeDA4EI1O3/mmpvXAjPJx9ovGk="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkSs6QACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrO2A//U0btlRvsgCtk+cC5/1RlsCrDJab6oZetyrZRndu8igkXF244\r\nz/nXlHgi0Tt27o3c6Ddfj2vk4k0pA+CLkars+/nO22ovOxAO3KuxBSZq3Fbx\r\n+HqgYOuf6rzx4rXhAIz+4LomeBLl/L4DnHHzHOaJYRB3NBhLKscSlwJ25z4Q\r\nMom80F/Vuvm8ifYn+SkBjl915bB4pUM0lvztS2Y1Qt63K0ipjjqU+LRlXWl+\r\nKnQ9CVTbXkVzxGWZ2AHMEQXX0cO32bxVaz6NyPUYH2waynIaSYsNj870YpSr\r\n+Fvy/g8hYmv+5G+IHw8+NbsufNycAHuJ4+TpWkPzAXicKwsgjEMot81+C9eq\r\nQMmgtQYqg2l+yreu0uJr4tvaXvyrLyUQrVnNfYrbn7UgK08Tl2QtAyzjKuOH\r\n7OhfG2xjW5dXzwzV9lPMO1q+WlsBLsCcmjNZje0rzujeOGnri6kRExFGftcb\r\nP8MD4Yk/EajxTD5dBvOlxkGy015subRCVdLTR4LLw899eUVatbTH54iyq++q\r\n08ktmRWM2B2xxXgjUlcUNpvYhw8RlXfZbLF2bzIESXHqb96DbiJFFADMekms\r\nGz+g5s7l2H+BriVjUzVzZEwbQrNY+EiPpPP5kCXyy4eH07rGNNJ472hu9CuW\r\nZiZmFBROGu1w3vZdWAbSLuyBKUWvzJ+2LWw=\r\n=hR8J\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.9c317277f_1682624144422_0.47061143127867955"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.5a2ceb07b":{"name":"@firebase/database","version":"0.14.4-canary.5a2ceb07b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5a2ceb07b","@firebase/util":"1.9.3-canary.5a2ceb07b","@firebase/component":"0.6.4-canary.5a2ceb07b","@firebase/auth-interop-types":"0.2.1-canary.5a2ceb07b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.5a2ceb07b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.5a2ceb07b","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-8W2et1Gl8Yhul1UKJBnf++SefDXHa4L+KLnseyMccN5S1WZ6ForcBXz8mFqjf8AtQgFTBVWOMO80cAXCAWLmUw==","shasum":"00af30c573a19b19d20546055171fe2bd2124952","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.5a2ceb07b.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzqTl5qxe8GJlDTCSfqfKQI/WeyE1gAbXWbRLB7MMj1AIgEZbMwY+C3nSoaMvZKiEBeWUUslWII5PbKY4gnKfj1Eo="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkTAvhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrfMw/+NV1DJ5ildyE1mfvxphX8MLB0y8+N69NdXS/KHk2r5s4qc/WF\r\nRI5/VBlZWOj58ykkwNMVy2CH/6PnlgyqKjmhVgWuBxKeTLqdaIhQ49kWC3Da\r\nWoHhTADcaAihQtKKUCN5J9Nf1//IKU6S5k/wQcTc1fD5xD68Pyj5fR0S3gWP\r\n+mHe4R9zWFN/KZ3j3a3oUUIvqiPWzqcx3x2wAYgMBSFwuwRDWSRVYyTKpTVb\r\nT+pd97VfmOOubFKJ0CGURYoh+DwqAE4owqxDgPoIU7wosue2rykgq9jNi4JZ\r\nj3HdPOSIBOkPMq7ZS7Zn9moBlptCEMKBAMZ27T5cluEiB4VJa7xWtTl/2huC\r\nYTUMdOW45vW/kLWjoD/t+qs/heAriWTTPAct8JzXmJnGe8sA6avOx3orsBWt\r\nMzdoM5fiJWbbNEZ7Z94Qc86jZwRtm3WZb9Noz9rLAnvIqo5iw1VszkYWYcs+\r\nsPYhD/VaaxR4hALppBTLgdHQqxysJg1ylO6vYA3feY6zQZb1sc79pQyI3qpK\r\nRW5jwvs9qmP+6ijdeOTUtlm6Cn2gkQK6AM3gY95X3prQk1oaJ0heHzYwrv4/\r\n6rt+tNVHPWq5yzWgLea00Rav8NvZ+WHUXCEa8oZwMqGbbX4ef4RJl/2LWb3X\r\n1ENC20Ll6mCnIIq9+kIaMGdhdEVITp1HVAk=\r\n=6scJ\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.5a2ceb07b_1682705377085_0.41456386726628347"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.8051e4a99":{"name":"@firebase/database","version":"0.14.4-canary.8051e4a99","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.8051e4a99","@firebase/util":"1.9.3-canary.8051e4a99","@firebase/component":"0.6.4-canary.8051e4a99","@firebase/auth-interop-types":"0.2.1-canary.8051e4a99","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.8051e4a99","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.8051e4a99","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-wd6wxVzOaVZNi4HkF0wpl6XkZDMhB/0QCF2CxXTT2Tp16f322AvGurjRZRrJPJTrcssgfahQV9WEFVjKlPAwwA==","shasum":"429f2ffb1ae91774f8256290464dbe5f2733c34b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.8051e4a99.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGdP/mTBc37HdPrM9uLBnLVXwB9y5grn9rNtHVqGo2CwIhANPLcj9HCOTcRWLt4uzpyEfiB0mMbI1m8dtsOvBfs+JY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkT/yEACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmooqw//aD2F29j/bIgArTbMWL3/8X4b7WN80QtqokILVHrO08iW3F1s\r\nxY/yBuS/Wxd2eBhrN72XR0OnyuuUBbA1t3ghAcpNdRAdIZDf4bzPvr3Nq7EC\r\nIGkVs26h1JbFYoCdVHx7jFV73CGYCGmyZTjsW5oYsXWrQTJW3xTuE8dkHjWV\r\nEfvus1jxApsaN78lSEIIq6BLnGb9ySV93q9z0JfPCtNgYvM49yRFVkoXSp3F\r\nsoEP4M9vWWdU+neMOiVDNnK6Pq9QGjmOJiUZK48BDMii6OnE1NbrMfof9iBe\r\nuR1YAmCu6k90iQE/4LGgdWQuKAhHGPJuqtQC2IgOW+L+s7EUs/O8NUn4lLPw\r\n22O2Koskb9fdroDvXPEQUl+cbZnvDlS/m4jFp6tGMV4QlszNAp+LZXQ4tx6K\r\nCbeam1RiNUITgdy8usF3pR4iSRhl6+PCFECQUH1eP3xaFuwqNDFTkJlWO5+X\r\nWVEPCjsEno6oMs/kNdfXD88x+qKPx3SPoqtIUlOaOM02lPWYAIR5XODEdBn6\r\nWfuSH+0QAT/Wt1szTjVYbAlW3MW8seJRxO51tZdSaijPcgUF2r8rKb7E81ZF\r\nDSbk/HkUvM9KTnEuioIh46nqXsjG+QZfPz835C8iWqkKb7WZk2zqskxZaHSK\r\nMdXFKRWNgIFAxABHBTJCOCJNa/MWcU1kUK8=\r\n=6uRN\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.8051e4a99_1682963587803_0.9062653221480388"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.e0551fa13":{"name":"@firebase/database","version":"0.14.4-canary.e0551fa13","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e0551fa13","@firebase/util":"1.9.3-canary.e0551fa13","@firebase/component":"0.6.4-canary.e0551fa13","@firebase/auth-interop-types":"0.2.1-canary.e0551fa13","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.e0551fa13","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.e0551fa13","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-C3npDR4qQP5pq/ZplmwXnFqs7Vukas+xD8U3+wDW5IL+RazpMzCA9JmIYSug0V6Z9Ql/CkH2M8wdRgepLvdx5g==","shasum":"ad7895622b439c167df90d89beac4145d103d009","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.e0551fa13.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDudWH87oxnPiOEyFTxZb8TVIhOFZywsGGScpY6SY3QCwIhALcLTcVZzcLg/U0YGwy/kV8qfhuoV1+YPUtpu9fq70yM"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUBN2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpHWw/9GNMgESBXuukLz8F8qZkSyOZ5FdWDfQxl8YK0i8eAA1B7uLrR\r\nu57YT9gzgQaPj8zPF5coOjaZ39ZGTQ5F8rHvvEy1aDYjGOLmSyvatRCC3GOe\r\nlnzPfgTuLp3vhoLSJUTNdi+THpX+npR6JHxUSCEfO3lt1upBqTuNvdVJpxdn\r\nzSsfXlkY0IWjkwYcdcV8YpuVrw6CxRw9ZrpuLTYq6TFX02aCGol5vS2tNCR5\r\nJAdCiAq2SCA+OM0PPH1lKGyKJFM1B+IIZBNwZt4RW2wKs2mI5+5+GoBQY4Ok\r\nNAl7oC9jHnHi8GKEvRrOJbgwrjla1y1GkrAdrYbkOEUaUCw7i1/BqAC5wu7S\r\n3r1HxX5h8Wf7zx/MAmXGHjlWOJzf+U5YQjVmYcbG+fDspjoPO66Mjcwxw1N1\r\nsU+SwNw4YtxiG0ouu+IaKTRboYhwNbVoiBvh8p+1mNlhG+QDvMujPbtLvYpN\r\nIqRLwbvTUKg6RsQ/OXyYCLbIjzVq898Ubp/PR6Kca8JusvM53VMurEPFIlfk\r\nhoIGRBlqci/m332r2Shyk3HBYGy58OAEK15BYSt580ZfxFMEsNBF32gaFpCx\r\nCdINUjpyD0dWPcocA9N3/bwy5qFask2BI4RAiISAuPL+PhHE7NElcVKuT98W\r\nWayDFVKVB59zXT5QyI9ScyHfDvBP/zrVzhI=\r\n=GXMk\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.e0551fa13_1682969462315_0.08123232965602645"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.92e2279a2":{"name":"@firebase/database","version":"0.14.4-canary.92e2279a2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.92e2279a2","@firebase/util":"1.9.3-canary.92e2279a2","@firebase/component":"0.6.4-canary.92e2279a2","@firebase/auth-interop-types":"0.2.1-canary.92e2279a2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.92e2279a2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.92e2279a2","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-aZDogm0pOCoP08BscJ5EDNQT70ydUylpgVHVravBoarClkC7xggcusTGw0++yBr+b+2OpJydGTlU51MwuBXrLA==","shasum":"dea8c47df0f012296543b9473b1324363f872087","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.92e2279a2.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBRcUiG9T+skKEmsOliQ/HhhOsUqARAxiTLZw6Z+vEDLAiA/P+3DcnE0wyv5CKomgN4TF+sI6lW8ifcyqdWs4Nhpyg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUEJ/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5mA//R9oVRMRoocr5edTMSpAzfEy8xsigrQYFgdiQ0Cdz2WNl+tHz\r\nVN6w/I2bGSwWrgdwKXFR/wgTB1uWAIkmtB1IbWvzHt03NBbY1DrJ6iqoWyly\r\nv+eAoEU+KofpLqDWNoIjlXoXp1SwgGExQBZckfu39NRQWsbCB2krfQ0cYn9s\r\nwnf+TSUcsSSBoavnUfLQ2YfBRrRzkelLjWj7ToiVFjHNXPj9/CiltNxgeEWc\r\nqVnLN4cnxjrrLYpzgt28kHfUqAvM2dgNHUh5ASFAe4nHX6TCzqxzjA5jAcFC\r\ntS0s5dXM5bzoHE/y411Q6Dehd+s/JFKS4Timren1OwoJyfRZqJ1Es0rwhPOi\r\nlNtJeKO1V0UK8h+9mlivwa1QbAajJmSkeRzTkrE3B3oKChQDNTZjWFjuEsRF\r\n/ExF1rNpzLtyXJQWgXMH5pLgXsMGd4dcBbn4+L3PiURocMKQwFy5ufFljTz/\r\n6CLiEQEAElnubGRKv1NnLyBhwjCCrZJGYxPb9925KSDdSednfqCOurXXMDCw\r\nwyRL0nTreNqOdT8bQoRQOuFFqRMX8GesQ+glSxnKAVM2irE9hWXfLuv8z9j1\r\n0FBRWfPuC9HoEePqbn09+djpe7CQznOyn7z5R3jlj6210jFzWomvZQNw+Sjl\r\ndVWOFjlMKQyw7Iim0YtSJzn4I1c+O6ACxn0=\r\n=1yMg\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.92e2279a2_1682981503083_0.6914161301247359"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.afdccd57a":{"name":"@firebase/database","version":"0.14.4-canary.afdccd57a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.afdccd57a","@firebase/util":"1.9.3-canary.afdccd57a","@firebase/component":"0.6.4-canary.afdccd57a","@firebase/auth-interop-types":"0.2.1-canary.afdccd57a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.afdccd57a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.afdccd57a","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-OWTLZCFmDJWZrhuFlsWpbfQcVHPbT2bjJcHoXJQ/+W43QjqKIhYOrLdfvBiH0Xq4Ai+5U/L8d1A2n1bGMg3iGw==","shasum":"4bb975b6e9f3a7f7b1d7f01a6000cc7c0b696883","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.afdccd57a.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEtgEoBsZxHuZOu2Ko5SBly5xty6p4L5zLEoDcj7utcdAiBp8gu2mR6NIt5mEI1Tn7AJbVkd/0jt0UuQ488KCV7duw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.afdccd57a_1683324813601_0.38106519728013266"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.61586afcc":{"name":"@firebase/database","version":"0.14.4-canary.61586afcc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.61586afcc","@firebase/util":"1.9.3-canary.61586afcc","@firebase/component":"0.6.4-canary.61586afcc","@firebase/auth-interop-types":"0.2.1-canary.61586afcc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.61586afcc","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.61586afcc","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-/8qHraifqhbHYPEdqoKzIj2ndQwGJpWOADKrVD/b3w52O/wcfBu+jkoSDb501UZtZ1NW8Mbgu5r8ItkPSeFx8Q==","shasum":"7dd7e8cd2a9afc305e85983562a09c0049d834eb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.61586afcc.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvPAJJi36nNt5YwQzb/Lo5fiHNcQyVrqaKCHCscZfJTgIgNmf4d6FgfnxPbG2uiE3L2coIF4DITQBg4EyImA/uzWc="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.61586afcc_1683564029093_0.16759117825928427"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.6feab8975":{"name":"@firebase/database","version":"0.14.4-canary.6feab8975","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6feab8975","@firebase/util":"1.9.3-canary.6feab8975","@firebase/component":"0.6.4-canary.6feab8975","@firebase/auth-interop-types":"0.2.1-canary.6feab8975","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.6feab8975","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.6feab8975","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-CkB042O3W2f1AIpQMPP9CApFoOEJcbgg2HbAEFclGWP/P/g0WCRIo5xWuruqb8aBE1aiWVY2WETY4mEA1bnFbQ==","shasum":"7c4753e329ea345e8697d63a82eb389ac5575ac2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.6feab8975.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCdNKyV5a/x1AmEDSsLKLrWgNixxnpHVgMRFQ0zaj3ZTQIgcY9CmSAkeG5F+VQbU0JJBnRAqmwOwmK7wp1uR2WsEOA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.6feab8975_1683566280815_0.10451138801784188"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.e45fea9b8":{"name":"@firebase/database","version":"0.14.4-canary.e45fea9b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e45fea9b8","@firebase/util":"1.9.3-canary.e45fea9b8","@firebase/component":"0.6.4-canary.e45fea9b8","@firebase/auth-interop-types":"0.2.1-canary.e45fea9b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.e45fea9b8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.e45fea9b8","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-y3uOFHdGwLyPHFLdcuDGYcJGHvtzWGbttLBDJ4njhQN46M+oTgK9JqwTVYl8eIxeqAj9613XTS6rGCuTrvZ0aA==","shasum":"f6ce11b8df64b436dbf68efce891235b91f9a708","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.e45fea9b8.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEOB4i2dyqOTuLDoUrUFh0ZYYHFNUFnNhIKbmmTS/HfWAiAn+Ts6f3ZpMIztKsLYLOec6VU7V3HK/E8ywvBNhwhopw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.e45fea9b8_1683572520867_0.8842319260200986"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.e147219ee":{"name":"@firebase/database","version":"0.14.4-canary.e147219ee","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e147219ee","@firebase/util":"1.9.3-canary.e147219ee","@firebase/component":"0.6.4-canary.e147219ee","@firebase/auth-interop-types":"0.2.1-canary.e147219ee","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.e147219ee","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.e147219ee","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-Y2cJQHKsyVoGmESZ0KueHQLvH6t5VKzRvdONLBdGSfn5K09H79UVCK+C/awxzFWrGWCfxnmKVjLqhPMTfglZmg==","shasum":"60ec25111009916757667ef9d710ccc1976760ac","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.e147219ee.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEbxKHNSMRJDo4Bv1xE7oKFwG2XzATYnM6KBBY6CUd2AIhAIL7yNB8K3Xhn8HVBRzG7kUlt/6U/l7i643V3iNG4YnE"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.e147219ee_1683585634090_0.9793063607071346"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.98d0b8498":{"name":"@firebase/database","version":"0.14.4-canary.98d0b8498","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.98d0b8498","@firebase/util":"1.9.3-canary.98d0b8498","@firebase/component":"0.6.4-canary.98d0b8498","@firebase/auth-interop-types":"0.2.1-canary.98d0b8498","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.98d0b8498","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.98d0b8498","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-QC5DJD90cWPb/tXBjSS9HK3w1wVxbK4iVkaJexlJPFQ2+OS5Xylh63ErZJj2VGXCGEHdLvTXphd5pkwmG72Y4g==","shasum":"1916be99559feef0b28cc1cc8d1fbaa3d287b403","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.98d0b8498.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmRgR/wTxo+BQi62wWVEbmbV3MFoyg26J/Iduy/coSzQIgUzAML6viTwYeqfKOi5aGC0gW+7tYwYULtRkrvrJrQJI="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.98d0b8498_1683661697178_0.9008472098134384"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.7bde55c2d":{"name":"@firebase/database","version":"0.14.4-canary.7bde55c2d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.7bde55c2d","@firebase/util":"1.9.3-canary.7bde55c2d","@firebase/component":"0.6.4-canary.7bde55c2d","@firebase/auth-interop-types":"0.2.1-canary.7bde55c2d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.7bde55c2d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.7bde55c2d","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-VjBkGo3TuVPZ1wKkK+I7IpHxV6GodTaHkE7ja9gOticK7ijec5Nww+MwuhvK8mOzZK/feahmHJG1e7Nuwfx6VA==","shasum":"ff248370514bc7ffc0e7d9a56fa91ead9d2d7be9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.7bde55c2d.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH0gZvo761sM8queolJxzphpLAKiY7/xQI7Y1qoW90zjAiEAtL9Hbh/6zsFRhSg2ym8+UwVzYSmJk+kG+wNPtDyM2tw="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.7bde55c2d_1683837936112_0.9332490297448741"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a0bb76884":{"name":"@firebase/database","version":"0.14.4-canary.a0bb76884","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a0bb76884","@firebase/util":"1.9.3-canary.a0bb76884","@firebase/component":"0.6.4-canary.a0bb76884","@firebase/auth-interop-types":"0.2.1-canary.a0bb76884","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.a0bb76884","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a0bb76884","_nodeVersion":"14.21.3","_npmVersion":"6.14.18","dist":{"integrity":"sha512-HkHAuu1fpr1yQyRR8qIc+PaRCJmzYWzGcfXk7PtnZKPRGb6bGoGcsWdTaVKR8cYszqX3OyNY0XZn+uMVzTnnXg==","shasum":"a63744a4a7b3ae4943cf389edbe6beae70a23a10","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a0bb76884.tgz","fileCount":230,"unpackedSize":10583219,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD7yLCHOGYYxxG7PLp7q0PX1s6W9+I5nOo8VjIOZOKsOAIgHC3EoB/Ln9X5tXlrll42jKp8Na1N/g1Rna1Nui0QXqI="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a0bb76884_1683843452959_0.6476518904309083"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.9c6f97209":{"name":"@firebase/database","version":"0.14.4-canary.9c6f97209","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9c6f97209","@firebase/util":"1.9.3-canary.9c6f97209","@firebase/component":"0.6.4-canary.9c6f97209","@firebase/auth-interop-types":"0.2.1-canary.9c6f97209","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.9-canary.9c6f97209","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9c6f97209bad77f5cfbca3a5d29195e318722805","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.9c6f97209","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Xr260seAEiFGerl3UHb2TO7uGReT2bbjUz/gVbDWnQW9Jnsf4KatcrcXQIm0LTQo3F19PO6JK9C70uIp/RHhBA==","shasum":"10a7a87fe5a14b8829cb953579b5754c70d56f81","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.9c6f97209.tgz","fileCount":228,"unpackedSize":10554644,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFTW5SY+WiL55dbSE5B7rRzMkfA+5sUL8o23PCCnZE3dAiAnkt6sTeuezl3xnMOubwUJcOyvJ79LNx8zVdnpefOFMg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.9c6f97209_1683910948828_0.18103595284127594"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.60ff98d17":{"name":"@firebase/database","version":"0.14.4-canary.60ff98d17","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.60ff98d17","@firebase/util":"1.9.3-canary.60ff98d17","@firebase/component":"0.6.4-canary.60ff98d17","@firebase/auth-interop-types":"0.2.1-canary.60ff98d17","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.10-canary.60ff98d17","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"60ff98d1794db9a787e924906926a1c59c932da9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.60ff98d17","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-K+KEo/ZagpteD3Hy+c9HdMp44T0zzB7aKZv95AP/1mswHPBA+ETkTp5SBkGYL0a81rMUjbg6PHQUdZmxmIKVMw==","shasum":"e3dbc7154bc2700cc8ae9485f15e76a30bd726f4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.60ff98d17.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpYN9gLmQs7K2CYTwC7rXtqwO9fgD0deHBk5hbjNKZGQIhAJf9a4VIDNr4TSKtQHwqr6Gbo1008DJsPH65fQsVQ004"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.60ff98d17_1683920085296_0.35055919631762955"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.71105881b":{"name":"@firebase/database","version":"0.14.4-canary.71105881b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.71105881b","@firebase/util":"1.9.3-canary.71105881b","@firebase/component":"0.6.4-canary.71105881b","@firebase/auth-interop-types":"0.2.1-canary.71105881b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.10-canary.71105881b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"71105881b009c838891c05582a4a69436d055843","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.71105881b","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Iwv6Tom1B2lHV5nkZdnrxpzmoAXdfk7kM4wbuMxwqBEnWM2pUlsLiIrM9KnXUgw/nVQhFhPU5V5zsHiQM8w8Sw==","shasum":"779dbdb6a3997e994c89f75c17a05d66a7ca5865","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.71105881b.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDp4bNDOoqUOwb6ODcXrFwqfe/vlwF+w5Yz9lw3xypIZgIhAMqx733RyuWRMPLjdyqWXkoY5PS6y+48dKJnUMLowBmy"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.71105881b_1684959361439_0.6559226469410744"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.4c492e04d":{"name":"@firebase/database","version":"0.14.4-canary.4c492e04d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4c492e04d","@firebase/util":"1.9.3-canary.4c492e04d","@firebase/component":"0.6.4-canary.4c492e04d","@firebase/auth-interop-types":"0.2.1-canary.4c492e04d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.10-canary.4c492e04d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4c492e04d9f2e0b7b7d74a239700bf9ed36a3196","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.4c492e04d","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-p23zXzutsb9ZblPp+yHluIPBP3jIrhcT+l/PKib8jYsdbENEh47CcEmSbtCcKGei7OxIj9w3iHANY5LKdkC0vQ==","shasum":"3f5c5f28df13199946b9e073febbc260501a5cff","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.4c492e04d.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCd06gVfwJJpmf0Nj6W5UhsHfqMsc4vSkPLJC2L453WmAIgDxXxfTi0pm3W0IhdlcmTVRP4B/lj8MiAGB+8XVgKHew="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.4c492e04d_1684968166852_0.07118944166180485"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.4a86f4eb0":{"name":"@firebase/database","version":"0.14.4-canary.4a86f4eb0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4a86f4eb0","@firebase/util":"1.9.3-canary.4a86f4eb0","@firebase/component":"0.6.4-canary.4a86f4eb0","@firebase/auth-interop-types":"0.2.1-canary.4a86f4eb0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.10-canary.4a86f4eb0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4a86f4eb0c606443ac01d99a9169e4074d5d21dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.4a86f4eb0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-woVZoWVhek8WXW8gV+WvxdlpBLGPjuFklWYM79VYiOL37/sgXwOAXnPgE8KHWEDslNDrNNiAoSpnoPpBbAFkIw==","shasum":"2b170ce12e08ab943a8b7c2a76d661af1701abed","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.4a86f4eb0.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8b29QeFRs8Uczh5pySbbEWnpQwekTOoaKkJldLwcyLgIgcayT048lIztulGyYkbrKkPWE0n6eTsURXGDnxYBMqqk="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.4a86f4eb0_1684989757759_0.6134576760390806"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.df8604e4d":{"name":"@firebase/database","version":"0.14.4-canary.df8604e4d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.df8604e4d","@firebase/util":"1.9.3-canary.df8604e4d","@firebase/component":"0.6.4-canary.df8604e4d","@firebase/auth-interop-types":"0.2.1-canary.df8604e4d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.11-canary.df8604e4d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"df8604e4dada5874ce0513e3376ded130b6231b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.df8604e4d","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-CvHK02mTM/TCFv58EnN8nLtS8JezS9j07T89g9Ct+qnEpHF6imnIZRgDr1sZjGdd/NzyYEWzTn+SmYXtPHHyeQ==","shasum":"4626a52072fb16cc0d7bc6f8000b0a6f7532465d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.df8604e4d.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3zMWGWFgJS2J0LQ0BNmjzKjPiws9EwHa6Ki+huABeQQIhAP9xUUB9ORnR5Oe6+47l7FHP9tdXcSMJ2nb9Y4doIvCI"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.df8604e4d_1685045695430_0.05426230372731644"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.e642fc7cd":{"name":"@firebase/database","version":"0.14.4-canary.e642fc7cd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e642fc7cd","@firebase/util":"1.9.3-canary.e642fc7cd","@firebase/component":"0.6.4-canary.e642fc7cd","@firebase/auth-interop-types":"0.2.1-canary.e642fc7cd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.11-canary.e642fc7cd","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e642fc7cd73161adb925d57af086c6f3e1a38d44","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.e642fc7cd","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-gt2Ahu8rVTpUJR6A7ZZSySdtsBsacRpDJZOQPqvn3Vyd9xeqSGNAqSDxwxpwopbvYo48tDotsoN16bpFLz/hcg==","shasum":"f2505d092e4fc01092f16688442b2a97a5e17b3f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.e642fc7cd.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHG7GRvcwP1rP2r4cZDqLHrPeViT4gwvNBmiQoEqSqrKAiAzCT/aXmUnVgZR+uh6z72SfXRiDvsTPEiZZ4KQC916Rw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.e642fc7cd_1685131168797_0.9908745324442785"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.60e853898":{"name":"@firebase/database","version":"0.14.4-canary.60e853898","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.60e853898","@firebase/util":"1.9.3-canary.60e853898","@firebase/component":"0.6.4-canary.60e853898","@firebase/auth-interop-types":"0.2.1-canary.60e853898","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.11-canary.60e853898","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"60e8538986d473f146d2609086aa9bce4595b755","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.60e853898","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-cf2KCu8+MHV7bgO7T7Jib5tbnGndhzANfbBei6uyFChTfYZiiRlJDB4KD7qNvNhoxbTu5wrUB87ANE63Pcyjkg==","shasum":"c278e8b4b8c3b3354c6f3746c4a2c665c6d87f56","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.60e853898.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBQ0l3Oa+W1pC5DOMkyU8oBcMCW2dDHTZbAcuix3SjuUAiEApX1V+J4ohLy/NY8TjREyFv6p/dII/8MVDbNuxeOnDGY="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.60e853898_1685468372704_0.5538929314062675"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.ce6189631":{"name":"@firebase/database","version":"0.14.4-canary.ce6189631","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ce6189631","@firebase/util":"1.9.3-canary.ce6189631","@firebase/component":"0.6.4-canary.ce6189631","@firebase/auth-interop-types":"0.2.1-canary.ce6189631","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.11-canary.ce6189631","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ce6189631fad4c4d1fd4a0f0b3a404e9726da0dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.ce6189631","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Wi/dVTzHRC7tG3/8iVaoE8/yLm+Cg3jfC6unRUEm+FMTESKt0a3AIAA9fQAnCmts2ZKvpXFbIJ4q0QcfFKnXwg==","shasum":"f26ccb3da9754b752ef2d195a5d206c624727629","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.ce6189631.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDKqbcQqWuNUJ5PkG45pQ6VjkbzDMUErIU+VvruXkK+0AIgUDjYG7olnXoWJDDR9VCxsub7qBjmD1lF1YoR8qKcVzY="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.ce6189631_1685471562532_0.6554214541503112"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.3133e7619":{"name":"@firebase/database","version":"0.14.4-canary.3133e7619","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3133e7619","@firebase/util":"1.9.3-canary.3133e7619","@firebase/component":"0.6.4-canary.3133e7619","@firebase/auth-interop-types":"0.2.1-canary.3133e7619","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.11-canary.3133e7619","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3133e7619168483ce00f0bcbe45132219e06f7fe","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.3133e7619","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-4JIHg9mte9n1FGiVCU7tKoZIXhanqVCul7RC8wQ74xBpqvUziUa5XkU8F72wE1qsMs1u0yxO5ZojwHTii7Ltkw==","shasum":"ebd6b4bcebe26068c08963b7f076cd5fa0a8bad4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.3133e7619.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEpEAViG4jAdh8UdjidsD082LrRvgzLtAdT4ZvgWtlkQIhAIZa4LYVzq2A/o1XVHlCfPPavpTNml2YbZ1CDGw+GOt1"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.3133e7619_1685471726318_0.9971807378073714"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.2ccc9ddb0":{"name":"@firebase/database","version":"0.14.4-canary.2ccc9ddb0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2ccc9ddb0","@firebase/util":"1.9.3-canary.2ccc9ddb0","@firebase/component":"0.6.4-canary.2ccc9ddb0","@firebase/auth-interop-types":"0.2.1-canary.2ccc9ddb0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.11-canary.2ccc9ddb0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2ccc9ddb0ee875cf5a14bbc1ca473b576b9105bf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.2ccc9ddb0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-CL87ON9jzgWVc495iDfbAYJXT4bnLcR4uMXr74j8qRsuV74A65MszV+TsKiCCD+9KXD9wame/8mYPRLSohNMBA==","shasum":"663547bd08cc4c9e59e10898758ddd36dbc1ea82","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.2ccc9ddb0.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLehGn4uQZMzkrgsptEWFtAnNIyyO+nbSAw8t89mJu1AIhAMQ2h0wXONRgBvrSFEOFoel2gml//xzHqbEvZuR1idhn"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.2ccc9ddb0_1685553085696_0.8087555702062603"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.fe7da7ec3":{"name":"@firebase/database","version":"0.14.4-canary.fe7da7ec3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.fe7da7ec3","@firebase/util":"1.9.3-canary.fe7da7ec3","@firebase/component":"0.6.4-canary.fe7da7ec3","@firebase/auth-interop-types":"0.2.1-canary.fe7da7ec3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.11-canary.fe7da7ec3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fe7da7ec3c83c200d7a0c7b90bb6bd27654309ee","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.fe7da7ec3","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3wnY4w/WJ7tN6ZHfIFNj2bmIQf/prDSUaZmo9vypeTjKieinUmjISAbcEsM9ia5mPVGVffGmEXBYK8qn7Kgbcg==","shasum":"7ac76677f0ad3a90fb68282e5c9602bd93d110c3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.fe7da7ec3.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCTb3BiF4CKBpcdP3x3o/HBn/G/Al/6r6PBODEUXctosgIhAMm6wbkWBpKoPuAbN2xTy27cBB9wt43rpV4TACVu94RZ"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.fe7da7ec3_1686071898652_0.8589360164427511"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.195f52672":{"name":"@firebase/database","version":"0.14.4-canary.195f52672","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.195f52672","@firebase/util":"1.9.3-canary.195f52672","@firebase/component":"0.6.4-canary.195f52672","@firebase/auth-interop-types":"0.2.1-canary.195f52672","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.11-canary.195f52672","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"195f5267215704272d26db1b030028206e3c26a2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.195f52672","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-rLHx/KuS12IheslICjwXpjG78VYqUqiw9f1uYd8gUq6v55LJyia4BbCql/yASR7NEDghCGbf2ewjj87vhNYGGg==","shasum":"ee4c7183389039975a328f2b7936c0ff3be1cff1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.195f52672.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+RlpW6c1JDnWW3Y2RRDEwFdq+tsm6W8LOF8rpjL6RHQIhAKHb3WArafMVUAaEbqQ8l7KDZtZjFxKpwEYV6Uf+zLxe"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.195f52672_1686163247488_0.8506150803067911"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.f949ee90f":{"name":"@firebase/database","version":"0.14.4-canary.f949ee90f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f949ee90f","@firebase/util":"1.9.3-canary.f949ee90f","@firebase/component":"0.6.4-canary.f949ee90f","@firebase/auth-interop-types":"0.2.1-canary.f949ee90f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.f949ee90f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f949ee90fd2a1bfeb9f6c6e27ab694d60206ad15","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.f949ee90f","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-GVNO606A0B6225KZchf/fkEc3SQcK9zYerMqRO4/80AqGyBro+XSy/lcR1ugr1jY+BBe51NuLfwzhw0x5JudHw==","shasum":"f1e1ea8810ecfee81c855a38accc7fd713245b58","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.f949ee90f.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEA2ysRJZv9vRuvFkjhaA3yGaIQ+xk1viIGjhSU3PY8gAiARbfslcQ0DRn0xh/AmMqT4EhNR59hm1VhfDyRv5/liIQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.f949ee90f_1686333445531_0.9161472048246309"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.713363d30":{"name":"@firebase/database","version":"0.14.4-canary.713363d30","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.713363d30","@firebase/util":"1.9.3-canary.713363d30","@firebase/component":"0.6.4-canary.713363d30","@firebase/auth-interop-types":"0.2.1-canary.713363d30","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.713363d30","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"713363d3088f8d11ac2a08beaaeca0b4a7a40003","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.713363d30","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-gFmJvFc9goMxNyv34efflp8cUghT2UDxgBOjcyPqdZIRhnV8SDNCYmAlo7UPeB0FYV4mLcGVwQkTTQ7xdfSatA==","shasum":"bbdb1ed35ff00228c928ba550e7633481b9e929e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.713363d30.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkvKvHZmCWs8quSHSByuiHQfA1+MOjJ5fXvMEQyMzzTwIhAP9CpOazzG3z4DNpH0/sXMS/1/Iyv1XxNl1ONoS62XY4"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.713363d30_1686333827501_0.5428142505449463"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.e522056fc":{"name":"@firebase/database","version":"0.14.4-canary.e522056fc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e522056fc","@firebase/util":"1.9.3-canary.e522056fc","@firebase/component":"0.6.4-canary.e522056fc","@firebase/auth-interop-types":"0.2.1-canary.e522056fc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.e522056fc","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e522056fcb928c2eaad0ac4666f57b80a23ac12a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.e522056fc","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-HGKYzkBl7qMLNXxDMvqwfniFcnPG7TotWmwki516KaArQoRg6CgjdiPA9Dsd8ZYHFs0fIZhYalXtdUGXwXPdOg==","shasum":"f07afae1b5ad6831ff7b9d623ec395c5c9dd8300","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.e522056fc.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD3PJpWKZzwqodCztiJqGv+eeraPejFe/ULLg74jk/rdwIhALaUPdpwSfUdWZGISy3gnO1lV3FszuYxUaTmc0YfbZki"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.e522056fc_1686600314773_0.5069773875129162"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.574585a20":{"name":"@firebase/database","version":"0.14.4-canary.574585a20","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.574585a20","@firebase/util":"1.9.3-canary.574585a20","@firebase/component":"0.6.4-canary.574585a20","@firebase/auth-interop-types":"0.2.1-canary.574585a20","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.574585a20","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"574585a204bb21656b50a02c726ce06e26ef4806","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.574585a20","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Ppu4YjmSx/aA6ZieKfJ5ydGf1vcgnP+DocCNNeIRD3MMd3UKgz5YPs+ssuRJavMNO2/OaAR+7fv3pS8oaBwPiA==","shasum":"bcdb97f5ba08d419f91b65f00bbf07491bc1cfa8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.574585a20.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIERxDV+DN6mjIeLUMkJsk8w4Iyfd5onkV0pRAFogyCWyAiAuu9BiSf3YNNVkm0dIazbaE99970wGDM3vuvTD/pPjBA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.574585a20_1686691578415_0.17152615002836957"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.8e9aac2ef":{"name":"@firebase/database","version":"0.14.4-canary.8e9aac2ef","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.8e9aac2ef","@firebase/util":"1.9.3-canary.8e9aac2ef","@firebase/component":"0.6.4-canary.8e9aac2ef","@firebase/auth-interop-types":"0.2.1-canary.8e9aac2ef","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.8e9aac2ef","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8e9aac2eff5f6d5623c1412151b1c563b37ed8b7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.8e9aac2ef","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-7QqWZEf7IMXWclw4/AIr9eHfJLR/s/s92MXCpkQLTFvFHldacoDnSP0+HTnj5HLX+tyixSM8o1cJhuNDSBU6cQ==","shasum":"f9e3ec55b1290baea74511ce9c1f420d95d7f684","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.8e9aac2ef.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHGCmryh0ex+pSOcK9npkURSdBwaTrnwXBfXa0OP23sgAiEAouKa8JhTDYADA9CbosRqWeMvLaXFuK/hYEBMZHdlOrU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.8e9aac2ef_1686765411473_0.05145200186522203"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.59c7b5801":{"name":"@firebase/database","version":"0.14.4-canary.59c7b5801","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.59c7b5801","@firebase/util":"1.9.3-canary.59c7b5801","@firebase/component":"0.6.4-canary.59c7b5801","@firebase/auth-interop-types":"0.2.1-canary.59c7b5801","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.59c7b5801","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"59c7b580167509b8346e5eded82d9a4358893cd8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.59c7b5801","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-vgEBOecUuVFAKJeHoLs/y52za0/iAqjGDgTNV/Rn8huis6GaDV2MRfikgGprZjYzW3cMu3zBtAY8r1OaGVSo4w==","shasum":"74cf0a117da5393b380d0110954f42196d026678","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.59c7b5801.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG55Lwd015rtXrfhiYb0RfhXRUvhyBz7apzYvGAtNqivAiAEnRRlozNpvoYX9YI30bLieNG7d3EnyN4hHymGVMJSGA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.59c7b5801_1686949407368_0.6716933199527275"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.2e8039e5e":{"name":"@firebase/database","version":"0.14.4-canary.2e8039e5e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2e8039e5e","@firebase/util":"1.9.3-canary.2e8039e5e","@firebase/component":"0.6.4-canary.2e8039e5e","@firebase/auth-interop-types":"0.2.1-canary.2e8039e5e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.2e8039e5e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2e8039e5edd9ee573b7fb8fa2e3900376d61e039","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.2e8039e5e","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-fHtVoBswJgnxAOaUwEmJmlaoHgMqg/VD9Xv9E34byZ56urqzy6NYBmHFgnreZHKCJ31BKc2M704MCK3rx/KshQ==","shasum":"845e4d2a6d6a754a5458ffbddfafa20f1efd9a17","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.2e8039e5e.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH3nVWV4178hByzz8mu+aGX0sBjeOmPEQxW4xD68a0LbAiEA1LarLwjpPrODHz2Ymit+TWozD+4qfw8QjNuaVoAqUTg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.2e8039e5e_1687326030996_0.17655243926493336"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a421d1cc0":{"name":"@firebase/database","version":"0.14.4-canary.a421d1cc0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a421d1cc0","@firebase/util":"1.9.3-canary.a421d1cc0","@firebase/component":"0.6.4-canary.a421d1cc0","@firebase/auth-interop-types":"0.2.1-canary.a421d1cc0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.a421d1cc0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a421d1cc0831ad536a32aa74a743817ad47f031f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a421d1cc0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-t3E/SfcCkQLkPWINrPcKKMvQjdi6nmbjTzHLktXUjNIPrlIJL9btwM9i1hgCJPWlhgOioasnFYvwLjlXVUAj1A==","shasum":"c2f6b6982b917431204ba5428ff72abca5dfc30f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a421d1cc0.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHYmDarWSG4FPaqY0EJy7v6ae8ZBBreb2FCspi62jIWtAiB7wdy0GqPZFNXAk6YLweerijqHlf8FpQrpjrgzWtoccQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a421d1cc0_1687366756643_0.08451408175138075"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.fe2ac1389":{"name":"@firebase/database","version":"0.14.4-canary.fe2ac1389","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.fe2ac1389","@firebase/util":"1.9.3-canary.fe2ac1389","@firebase/component":"0.6.4-canary.fe2ac1389","@firebase/auth-interop-types":"0.2.1-canary.fe2ac1389","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.fe2ac1389","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fe2ac1389de556f5f44d72fcd4371769879d8429","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.fe2ac1389","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-On6O0rGb77+6BKXSjyIOGpBNK8QQNENa5GH824BuXZvkQ3ps9zh27VjnxiW3GNrh1zSTuCd+s1CGfRx8Gf1rhw==","shasum":"1c863546a214d54ce3bc6d7913097238fa319a21","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.fe2ac1389.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzMPWhocXB+OEv73ET80tH3dCXOkGyD4qp2yywIz15FwIgdlLch7RGIzMIQkjA7MN8BbaN94FcxDMb0S/muZjSSRc="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.fe2ac1389_1687367203624_0.8731817304556002"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.85ccb2ed0":{"name":"@firebase/database","version":"0.14.4-canary.85ccb2ed0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.85ccb2ed0","@firebase/util":"1.9.3-canary.85ccb2ed0","@firebase/component":"0.6.4-canary.85ccb2ed0","@firebase/auth-interop-types":"0.2.1-canary.85ccb2ed0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.85ccb2ed0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"85ccb2ed054739b4ea1ee6530134c3f7d941f017","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.85ccb2ed0","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-p8FL0JrbCWrKr7Yx6pb70LndHMP+fAmZcrewfqeXg/A664bA6bWasB6r6zXHMprjDvvghjgoxUTI/X4wALJLMA==","shasum":"ac4d1d2b7311c73737dde2f2996da82d46a52253","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.85ccb2ed0.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDkDi7d2vzuuXlaRZePPdJHr7BUgqTuJCU8fZ8ADAlPMAiAk/sRZzeFi82jAqbfDBiBpnAc9vkUMvKJz6fZd1vzyMw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.85ccb2ed0_1687446366160_0.21238428317597813"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.d86c89f9c":{"name":"@firebase/database","version":"0.14.4-canary.d86c89f9c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d86c89f9c","@firebase/util":"1.9.3-canary.d86c89f9c","@firebase/component":"0.6.4-canary.d86c89f9c","@firebase/auth-interop-types":"0.2.1-canary.d86c89f9c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.d86c89f9c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d86c89f9c65203842eed39699c729f841d902cc0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.d86c89f9c","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-aJOHnbil/jtSY4A2YH3qA8z/Wyv7zyea5tPQWj7F2fRvMmP8s+y1gS/b5jKOBm6Msi0OvsMUv1ziZJKTvaosXw==","shasum":"688fac12e9fc84bd6e522286eac6e146dd7a3866","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.d86c89f9c.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBAoNVLewJz0gQsjo7MGAWuWK3H2CORV01xWJmWNePcBAiATft5O6aD4oj8RwFLIrDHQiOh/dkg2ChvNa+19ypydPA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.d86c89f9c_1687458828267_0.33847874979838877"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.dd76dec20":{"name":"@firebase/database","version":"0.14.4-canary.dd76dec20","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.dd76dec20","@firebase/util":"1.9.3-canary.dd76dec20","@firebase/component":"0.6.4-canary.dd76dec20","@firebase/auth-interop-types":"0.2.1-canary.dd76dec20","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.12-canary.dd76dec20","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"dd76dec2088bff8c84a90999e00a3d3dffc4438f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.dd76dec20","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0EjwPRa9RvCpvTlxdBQqmY0mCJkoSzhAiL+ithHNKgHTgNcv0bAjEyaGkNXJJJVhRUwZYecgj3d+tKZ3LuBhEw==","shasum":"b720caeab50ebab5bb3eea67bb6acca97b48ee93","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.dd76dec20.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHUmG0/het3+YREUhcPc1ZUp7zMB6W8dvCTlXrBa0FygIgEaxoYrDTuTI02hbxy5iYfTA0h24MrAH5W57WnIDHiqU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.dd76dec20_1687465013917_0.062473065611411416"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.534047b4b":{"name":"@firebase/database","version":"0.14.4-canary.534047b4b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.534047b4b","@firebase/util":"1.9.3-canary.534047b4b","@firebase/component":"0.6.4-canary.534047b4b","@firebase/auth-interop-types":"0.2.1-canary.534047b4b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.534047b4b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"534047b4b8e75c2816793aa1599ceb0310a939ec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.534047b4b","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-cNThqLMcL0DR/yKQSCZE2+kE5nPc67zMICwXTzR4wX0xt48yCVoPCyzzzew5VWEDyIkY/KFwI8AZ94qO+M1mdQ==","shasum":"ffb1852423996b1957d4be0c14ea46eed97c5ab4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.534047b4b.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDyv0eGGFWMX87YxDaHF7buszn9svkmdPjABa3vgQsfkAiA0sSTA8jQSUkXZRTQzKJ9stqyizpjNv6shWM2aLSO8JQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.534047b4b_1687473795143_0.6276623128365653"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.aaf3fa396":{"name":"@firebase/database","version":"0.14.4-canary.aaf3fa396","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.aaf3fa396","@firebase/util":"1.9.3-canary.aaf3fa396","@firebase/component":"0.6.4-canary.aaf3fa396","@firebase/auth-interop-types":"0.2.1-canary.aaf3fa396","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.aaf3fa396","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"aaf3fa3969521c540c4a4583648536348033e1c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.aaf3fa396","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-c0xKJS8zmBJVYVrhTibXSDpW9X3Ni3I6Ii2MmXAKrZB7ICk1wW7iQhFsfsbv6LR4/ZcHsSCVnNO5I9nCqwFMXQ==","shasum":"d5f8ace18f9310eff3866877f81ec149271afc98","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.aaf3fa396.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGtpvZuNF+rbck3pe7aA9mGWfWvTIz0J4VuG+wgRwiATAiEA9kyGcsTP3Y5NSCuuY7LmACUZr6ZRuAuklXRWuNecEFQ="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.aaf3fa396_1687804473048_0.5006595812649817"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.114bc6eed":{"name":"@firebase/database","version":"0.14.4-canary.114bc6eed","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.114bc6eed","@firebase/util":"1.9.3-canary.114bc6eed","@firebase/component":"0.6.4-canary.114bc6eed","@firebase/auth-interop-types":"0.2.1-canary.114bc6eed","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.114bc6eed","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"114bc6eedc9c28d155660cd6b6ff532ae98e6d9c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.114bc6eed","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-GIUl4ttzXoSPnOp8lPBWagSUfmNrQHh0u+9KbeC6YmpUJXLu3O6b/oIuYFFn52pxUHOKGlifLfukVfsDuQzcFQ==","shasum":"ef0292e2f99e3ae231d63fe532914554a9508e38","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.114bc6eed.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIALS56fDl8chtEyusny2uN+Dyh1hKp8b+2Iie8JZ9Jg/AiEAxdETPydxTdwu75L3gekzV+MO50X2xGtJnuK44NDEn64="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.114bc6eed_1687817351080_0.6696125849306642"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.a6d516dad":{"name":"@firebase/database","version":"0.14.4-canary.a6d516dad","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a6d516dad","@firebase/util":"1.9.3-canary.a6d516dad","@firebase/component":"0.6.4-canary.a6d516dad","@firebase/auth-interop-types":"0.2.1-canary.a6d516dad","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.a6d516dad","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a6d516daddf562a932fdd41e441342457898b405","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.a6d516dad","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-SiYg0e0kxBcpiDVaLApCjUMssn2VrEapZG+uZu1k/0G+u0PAaH+8QNPPok4RkgE9KlkC+8hKzY+zKQqQbO4ehw==","shasum":"861e92d91c9405ab4557d427b0f4264481478751","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.a6d516dad.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmtMgv9cmceZERc1OF3b0KG18gxmdTZUQL0/TKFIPHZQIgfdD6tR7ZFt7Cyjq6S+OQ3DzAOfJmP91ztn9ZfqfVit8="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.a6d516dad_1687985557869_0.8514014940150874"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.35c35fee5":{"name":"@firebase/database","version":"0.14.4-canary.35c35fee5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.35c35fee5","@firebase/util":"1.9.3-canary.35c35fee5","@firebase/component":"0.6.4-canary.35c35fee5","@firebase/auth-interop-types":"0.2.1-canary.35c35fee5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.35c35fee5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"35c35fee59d0067a1bdf049ea20c7c291e9b47ae","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.35c35fee5","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-qBHqfnFKT7KN4viOzudyXMdK/lDrpbL1LvAwooOtoLsT7EHRqOsvNlYAscUVOTv58zk7mdoY2iPrhZw++v83Ew==","shasum":"63a5ab36c8852ae6319ba6848d676d8aac894088","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.35c35fee5.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHfTRS9kwC5gXeaKkxwdS6TRwiQKaCe7lsDtDdEM8vzuAiEAszzKv+EqvA4uijIryX2XfUssiR/VC4XfEaAbwYhTdVw="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.35c35fee5_1688046939963_0.7945296188990003"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.039f05fc5":{"name":"@firebase/database","version":"0.14.4-canary.039f05fc5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.039f05fc5","@firebase/util":"1.9.3-canary.039f05fc5","@firebase/component":"0.6.4-canary.039f05fc5","@firebase/auth-interop-types":"0.2.1-canary.039f05fc5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.039f05fc5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"039f05fc59967261cb5075954d4991a611accd74","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.039f05fc5","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-pIgrRyrs0tx1CLKMOHGFBWuQOC7UkJFdF7L0f3yjtVOUiXauVIhBMMUwR4axo90EIrD1YjhKAjpSUmxISUuoyw==","shasum":"7f2f30bc276881422631f60d9d1ba18d22dd4463","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.039f05fc5.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFI3BeLkVP/Sat+l2Jn0iIJi/qIvusRcdm+Z/Dual35oAiEA7KhRJ/LqFcNPBRhMmly9xX7yAt6gJkr8Odly9sFOQp8="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.039f05fc5_1688051309994_0.25990173506204983"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.b00b54b95":{"name":"@firebase/database","version":"0.14.4-canary.b00b54b95","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b00b54b95","@firebase/util":"1.9.3-canary.b00b54b95","@firebase/component":"0.6.4-canary.b00b54b95","@firebase/auth-interop-types":"0.2.1-canary.b00b54b95","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.b00b54b95","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b00b54b95fa650ce93802f15c353edad1167f37c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.b00b54b95","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-vj7a2RHaVUzXcMwoAICd2l2pZeav6L0mOXsZRHU7llmReYgpaJIDbJiCjBiFs80ZcTV87oyDrgQR53G2My9FGA==","shasum":"f4f09cf465b86443dc7a3e5b5185e644bdc51f14","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.b00b54b95.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCJmXp5MeT6Gk7tNKlpF+1m4x+2i4cZ5ASTrIFqMHVasAIhAMz5CTzLkkuXsJxoEREO67h0SqDWwvrbhEB9cTvKwspa"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.b00b54b95_1688135118070_0.8705892195162959"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.f2fb56fc0":{"name":"@firebase/database","version":"0.14.4-canary.f2fb56fc0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f2fb56fc0","@firebase/util":"1.9.3-canary.f2fb56fc0","@firebase/component":"0.6.4-canary.f2fb56fc0","@firebase/auth-interop-types":"0.2.1-canary.f2fb56fc0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.f2fb56fc0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f2fb56fc0f5d1573fe7700f019c58ec2755a3478","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.f2fb56fc0","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-gbN1Pzi6VvlIvJlVp2F99KPOKtfbzwpN/mwZ42Xtj2dA+s6Gg7bTO6bYbCMfDP9bSfoW+rFZ3ARbr9zeKt3oyA==","shasum":"796ed9960da4e0b5db5d5e5618082870b5a6c956","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.f2fb56fc0.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA9GPPQXZ6X3giNhf/Mi7VcwiBRlAXiHqnAUfJ0UYoJXAiB05/beOcloCvTxRhh9cOeOrDRWM24MguKM5fAKbOEm0w=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.f2fb56fc0_1688150129674_0.8512241721226272"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.57f2a863f":{"name":"@firebase/database","version":"0.14.4-canary.57f2a863f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.57f2a863f","@firebase/util":"1.9.3-canary.57f2a863f","@firebase/component":"0.6.4-canary.57f2a863f","@firebase/auth-interop-types":"0.2.1-canary.57f2a863f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.57f2a863f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"57f2a863f188ca11b6167656fc7a7d7c9affc1d6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.57f2a863f","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-lEJFzQHFYCCGhpbqoNkqjdrGNT4Ywh5l1t6Jh9TiNKifPMHJSsR7HOxINavwnOG+iOUBU6Gn3YuEVRJ6AGIypA==","shasum":"5f5706246d223dea704acf26d00beb21f301edd1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.57f2a863f.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDwUT0BX7hGoSxqdMBsn0PZHo84QkyfN3kjtYQ4LBTb7AIhAJdFvJPHY34PbOhxHvX8bwUVxPKiCv5mhV4oBnhd/GD5"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.57f2a863f_1688162365594_0.5380269575656444"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.675ec3a23":{"name":"@firebase/database","version":"0.14.4-canary.675ec3a23","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.675ec3a23","@firebase/util":"1.9.3-canary.675ec3a23","@firebase/component":"0.6.4-canary.675ec3a23","@firebase/auth-interop-types":"0.2.1-canary.675ec3a23","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.675ec3a23","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"675ec3a235fe950e45900953a30f4327e596b4f4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.675ec3a23","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Qq/zpyJHYzGt7oUsYgEwC53kSJpJdU5BluqIptGozVyKKF4d1TtbPE5ZretH9nawBFL+mlz3CT81nAaOUXB60w==","shasum":"15c39425c1c899c5719608830b703f20befc854d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.675ec3a23.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICsaVYgy7hd2NJ5i1OnV50l0REgqFJj2CtwMXiGhBulKAiEAsQftJXiUtuXUZ5pW0vlY7Gn5a7uO9uGdlizw1aNJoGU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.675ec3a23_1688482713116_0.5313807913358197"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.d41ee2f27":{"name":"@firebase/database","version":"0.14.4-canary.d41ee2f27","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d41ee2f27","@firebase/util":"1.9.3-canary.d41ee2f27","@firebase/component":"0.6.4-canary.d41ee2f27","@firebase/auth-interop-types":"0.2.1-canary.d41ee2f27","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.d41ee2f27","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d41ee2f27e03ceca921fd4df9b03c020305241b2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.d41ee2f27","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-PGAt2k0LucEcGNou7+QBYZQf+iYVvQ/0Bb0P9sTweEsT3Sasn55hxoUHbCD4Z5OfjZrHavJsaxjKFVG7qN5hTA==","shasum":"5af405aeec91d53c537d941b63d961348091a8c5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.d41ee2f27.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYhkmoQx/IS0tcBPKWEiJEacf+oqR2qT7IwyZ57M/zxAIhANRJGaJbsE2Vfr2MU6zYOnAE+j5D5FDwuG874Id8VoR9"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.d41ee2f27_1688484534311_0.37093336660492127"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.aea4a4471":{"name":"@firebase/database","version":"0.14.4-canary.aea4a4471","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.aea4a4471","@firebase/util":"1.9.3-canary.aea4a4471","@firebase/component":"0.6.4-canary.aea4a4471","@firebase/auth-interop-types":"0.2.1-canary.aea4a4471","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.aea4a4471","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"aea4a4471306b089a02b207d2df285dfc71666c7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.aea4a4471","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3k2G3nrqSBtuoVqqIPtnKO5Q6NI7zQg/emRqmRZCmx+aKbqgfcYW+qivQIWUQkqRUjoqHuARhbghEP7+94F/rQ==","shasum":"b293117dae7e25ebd60a31e05024f3f0c69265da","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.aea4a4471.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCHytHbP3Uk/9A3sTfLF6HTDS9VlhZKejs1+WdYWyJyygCIQDFvFVRHlnqiybV6JJpFRbC4D0r1w7kDShMyzXaMj43ww=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.aea4a4471_1688498044099_0.23365917391753044"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.6674fade1":{"name":"@firebase/database","version":"0.14.4-canary.6674fade1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6674fade1","@firebase/util":"1.9.3-canary.6674fade1","@firebase/component":"0.6.4-canary.6674fade1","@firebase/auth-interop-types":"0.2.1-canary.6674fade1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.6674fade1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6674fade1732ba26ad34a56b90bd0eb68b56550a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.6674fade1","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-QHw09rodp7lkovC98liG4pt1XnrMnVvzH33krd/m9k3QEz2pvjrc+FmH/GZY1nrQMmEAzqlUbs2aUXjoU9wQ4g==","shasum":"8ed0a1e3fc56bc64ac2e177a851023bca901f3bb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.6674fade1.tgz","fileCount":228,"unpackedSize":10554645,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMsGGgHEYOYWBAxX6fbTfqGOohjTgPs/BAglkpuioQMwIhANxh+QH/h4lTItWQ3y6TLrZv/5cg24Rpdd6fydviYNJ3"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.6674fade1_1688568455578_0.4283313474389385"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.1ff891c0d":{"name":"@firebase/database","version":"0.14.4-canary.1ff891c0d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1ff891c0d","@firebase/util":"1.9.3-canary.1ff891c0d","@firebase/component":"0.6.4-canary.1ff891c0d","@firebase/auth-interop-types":"0.2.1-canary.1ff891c0d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.1ff891c0d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1ff891c0da15d391b62e186c14a57c59263dde65","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.1ff891c0d","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kbsAUtIs0/g0Eeunm358rri17wD69wYhZBLy4SSBkKFNBKcmgMPEjVlkgb5k0spdgZAkofGIoMHvOJXHFgcsbA==","shasum":"199956ba2c34273338fb9877a99228c052cab455","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.1ff891c0d.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFDQC6wbLV/0QDBsX6Q6wh3SONQZ/Qxj2V2lgPt19yN6AiAXVqAIsebAr4MoMBPPEKjo5Gx/xNBV09qwQwjKmVl+8g=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.1ff891c0d_1688578996310_0.7588022271582493"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.4f904bf41":{"name":"@firebase/database","version":"0.14.4-canary.4f904bf41","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4f904bf41","@firebase/util":"1.9.3-canary.4f904bf41","@firebase/component":"0.6.4-canary.4f904bf41","@firebase/auth-interop-types":"0.2.1-canary.4f904bf41","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.4f904bf41","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4f904bf41c2080dc51278f732e08ab95e28c1956","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.4f904bf41","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-314uAx1UEnmYBFrEmS2Up5T7UbZI8HEtdN4BnB4ukjtnBlvQWl62O3sDzfeIfbqjHey0LotGp4MZyx54M+Iq4A==","shasum":"ec350bc38005a4e0976bcf34a8273ed30a20fde9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.4f904bf41.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCNwape/2d8Kz9gE1qFtpLff5SxdGLUDWA9knZAu4exUgIgB1774zB3skRVsM0/dBHIFvUOp3jYK76HXa90JzUURcY="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.4f904bf41_1688579046688_0.603961260986021"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.1af178f2b":{"name":"@firebase/database","version":"0.14.4-canary.1af178f2b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1af178f2b","@firebase/util":"1.9.3-canary.1af178f2b","@firebase/component":"0.6.4-canary.1af178f2b","@firebase/auth-interop-types":"0.2.1-canary.1af178f2b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.1af178f2b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1af178f2b2207af6435db3ae6b7f3bf16b8b6183","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.1af178f2b","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-b+wd9Ak9lAqzt8jssRBsr9h9w/b8gDs20r1Lmb81o6gZdANXXUUlpLJQ+2Aw1wlSC6QMB5XHsJ6p5XGM2kK1ig==","shasum":"6de5d2e862226b3767ed4c912aef413122b28887","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.1af178f2b.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF6rOLz1WGumpgj/8MFfAgJ1tc3mhZWIO3MuP5uH1pcSAiA900rN8VXDngbrQzrsditFO373r4K5PnGymIHBulVLPA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.1af178f2b_1688592412911_0.11898237259452871"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.c2686ed60":{"name":"@firebase/database","version":"0.14.4-canary.c2686ed60","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c2686ed60","@firebase/util":"1.9.3-canary.c2686ed60","@firebase/component":"0.6.4-canary.c2686ed60","@firebase/auth-interop-types":"0.2.1-canary.c2686ed60","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.c2686ed60","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c2686ed60fcc524851f85de7d634fcf2891f0651","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.c2686ed60","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-lBd7t50kp4QdiBI1O2u4IwMx/zhGAOXzg84fUjZnSIPckj3WyCnhjTG+RrSB+KttfKG50ebbKVtrAuRZ9wx96Q==","shasum":"8aed2a9918929f510456fd1b3ec50f1107e582f8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.c2686ed60.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHeeP9K1v/Q/RN5ZmHtt2OmiPspudLZjoJHxLuDkKARWAiBQeifU2s98KmK0oX0c01GT3nZeB7tFKRcNh3XvKJ1FYw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.c2686ed60_1688592533378_0.6790437954358497"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.f1c8d3806":{"name":"@firebase/database","version":"0.14.4-canary.f1c8d3806","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f1c8d3806","@firebase/util":"1.9.3-canary.f1c8d3806","@firebase/component":"0.6.4-canary.f1c8d3806","@firebase/auth-interop-types":"0.2.1-canary.f1c8d3806","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.f1c8d3806","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f1c8d3806962a760aa0a78387e6b37140163eae6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.f1c8d3806","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-scvggu3C2HpWXgEoFchqB2jWyl75Mbdm878tAeXvqq/4yKXW1q5sbGl2Fb3Zyy0gauqvpkDn7Uetm20d1gMGAw==","shasum":"d1336c2650ede44f7067ae6bdbf45fbf33fe0d2b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.f1c8d3806.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/w43YEBi4z5HCZOvpZPzW/8GdJjN5JzdAcD5AEqmdBgIgT5/3DL9cFVjOc8ICJbaJ2etZhYdrO0iG6AQ1G+AWptU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.f1c8d3806_1688592784531_0.9841483246368943"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.684bb4e45":{"name":"@firebase/database","version":"0.14.4-canary.684bb4e45","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.684bb4e45","@firebase/util":"1.9.3-canary.684bb4e45","@firebase/component":"0.6.4-canary.684bb4e45","@firebase/auth-interop-types":"0.2.1-canary.684bb4e45","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.684bb4e45","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"684bb4e453424f88d924ee012e8f6e0e5fea7f49","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.684bb4e45","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-eT85wnvxC11Ezuq6zRbaR1BqPFx4sGTNwElRRjBPHmuDMQuoJaHpqE8HpBit/GhE+OVkd4A0VD4QKpwTFjxolQ==","shasum":"36217b4b7ab8cbf49273d2f4bd4d30bc9c6b6c88","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.684bb4e45.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDS0QtCUkbevWUFCvb+I9fK8TP9/+Dmfxqj2LReXToWbQIhAMPRamyq1+ykGbi8x9D4WX3zZWmvv4Zc8JjTaSMRVrvF"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.684bb4e45_1688601075984_0.13644979281061254"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.c29156a6e":{"name":"@firebase/database","version":"0.14.4-canary.c29156a6e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c29156a6e","@firebase/util":"1.9.3-canary.c29156a6e","@firebase/component":"0.6.4-canary.c29156a6e","@firebase/auth-interop-types":"0.2.1-canary.c29156a6e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.c29156a6e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c29156a6e2158a7860fff111d890837de8947689","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.c29156a6e","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mvbaNPKh3fwrSDcbx3oEloaXvKFerhDDMW0rfm2vvHV3Rs66XRS5eFyFx+jxm2J/ilvko7LZmbvSUoupA22tmA==","shasum":"4d1ed8aefe61ddbca3b124757acbb699be9c5113","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.c29156a6e.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDLDvuRKZpEOpI0QuctvDjJxM0LEkCoo5vQNbqJRTRgSAiB+Ff8oxcij1Bbhcoaj19xPyl/YCpK/9m+hEVkWXrGzHw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.c29156a6e_1688609801303_0.9796893067878623"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-20230706020734":{"name":"@firebase/database","version":"1.0.0-20230706020734","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/component":"0.6.4","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2e6f600c41230e4bd5febd265b1c83a786d5c679","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-20230706020734","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-wzYnNeDusXhUiPaQh84ziP4XPW6xKhlBLg+0z0L51NY+da0nuOw607PFd9pdbHGLl0PbD49w0RpVRZXeWlIFMw==","shasum":"a508e18a74d471bd2351e70566d45c9c6909890c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-20230706020734.tgz","fileCount":228,"unpackedSize":10557308,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDDPzqhhCdom14EtXyKAHx3zzWGubCXGeQiL9Nv4/RnYwIhAJLkfjTNdSXRq67FrZUR/1sSuKatsHUp64BotuKUMiHy"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-20230706020734_1688610844125_0.5010299043576933"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.794441e73":{"name":"@firebase/database","version":"0.14.4-canary.794441e73","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.794441e73","@firebase/util":"1.9.3-canary.794441e73","@firebase/component":"0.6.4-canary.794441e73","@firebase/auth-interop-types":"0.2.1-canary.794441e73","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.794441e73","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"794441e731dc9aff8115581db2bfacd5da945764","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.794441e73","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Qj76ftbn0n+Y9vDtGRFkByxPmmxWJ3XekHsmRbkl+Bmt3vUIMOcPsfPudzlC+XGKOiUjtYMW9Am/I8/DTyvk0A==","shasum":"98ec94c3015316f15a042589f6dde7558f6a030e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.794441e73.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIPVN4ow1/xGTX+Hh01AZI5wo4xsFV+A+agzQVCgvGBgIhAL6wu/W54QIqCdhshbiF88J/ktJtNKjJ3Ue/Inr/MXIm"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.794441e73_1688666593638_0.167512267329472"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.f3067f72d":{"name":"@firebase/database","version":"0.14.4-canary.f3067f72d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f3067f72d","@firebase/util":"1.9.3-canary.f3067f72d","@firebase/component":"0.6.4-canary.f3067f72d","@firebase/auth-interop-types":"0.2.1-canary.f3067f72d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.f3067f72d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f3067f72d37eb838554be5a3a14d10a019631e6f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.f3067f72d","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-gYIexKlH9XrIRq2WoQS81alMfDYgX5ZiJLrZg/yZNGQGQ4xD44o/7sZLA91tLv/ZR55JvsFuKl5VU2OWuwXU1A==","shasum":"f6985f4dbd11636f30c45961aa1001ee7a3cc0b3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.f3067f72d.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHRc3lXoHfL/Wy84nMVqGdV7rjWGaDpfasWc56Z/Mp8LAiEA/F+IroewD5FneKHEHQOj9vL+Kuwyu53HJEtLnmKOm5w="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.f3067f72d_1688679828676_0.6529064240688305"},"_hasShrinkwrap":false,"contributors":[]},"0.14.4-canary.47860fe6e":{"name":"@firebase/database","version":"0.14.4-canary.47860fe6e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.47860fe6e","@firebase/util":"1.9.3-canary.47860fe6e","@firebase/component":"0.6.4-canary.47860fe6e","@firebase/auth-interop-types":"0.2.1-canary.47860fe6e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13-canary.47860fe6e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"47860fe6e702e224d4ea4052dc42029673b9f7f1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@0.14.4-canary.47860fe6e","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-IsUbRP4mSkBU6Rw02T9t8rLFgN0wRNtkbRU4MWtDp2KaGGnElmbGSCKhIdY3Z0lxen0hCSe/MDkoeEH/aQEg9w==","shasum":"d64ac0863f95c3c7f4d54af2dfa9331c38d42154","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-0.14.4-canary.47860fe6e.tgz","fileCount":228,"unpackedSize":10557411,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAGP2xCRc3dZdQK1baz2xLZusUTmCA0gQRXucRxY2td0AiEAr5kChLYeP7ZmL0JKbpMI6eIRhETMWJELqSktQZLtdNo="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_0.14.4-canary.47860fe6e_1688684105901_0.011670592225154097"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-20230706224113":{"name":"@firebase/database","version":"1.0.0-20230706224113","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/component":"0.6.4","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.13","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fe1ef625b48a9b620435b6dfde60f10b5f7be848","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-20230706224113","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-G/Id1HeD40XXMUiF+TvsAyK9j2uqI+8QAT18tIRAlmU2rGUl+ZHskQZujfTHJTX4va1i7KYq/RqfnyFtNhFppw==","shasum":"6a3bad41cd75a6419e58303aabbe037e1400cf1e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-20230706224113.tgz","fileCount":228,"unpackedSize":10557308,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAJC97oXEDol0JprBUcgZp9Im7gqjVaq2l3/XkW80VPCAiBsDjwZH3zgADVBshlWIcCqv5GoPtXMODKS+xAG8ZVYMg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-20230706224113_1688684712953_0.5125664613805903"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0":{"name":"@firebase/database","version":"1.0.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/component":"0.6.4","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"b58a617f007a4ea2ffe82bc5b9c8ca9a7b7853d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ZD750VzQUpdf0uejSuIwvmCrGUgl8jJfUW3WKwAdSgVQsg4xZeepekDcpnVZrT+ZH+j7DwJ98vV/Fsg9uDwBMA==","shasum":"785eea5530622c191a6bee686d909549c3e03330","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0.tgz","fileCount":228,"unpackedSize":10557218,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDR/w/NKwjtDtmBEmdFEEfXT3szK9mPkp44dFzEY85PNAiAh+meqDpzmezXv2UlE0KH+n06cdLTbJ9VFiZpLUUyD+Q=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0_1688698148290_0.28591970045208237"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.b58a617f0":{"name":"@firebase/database","version":"1.0.0-canary.b58a617f0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b58a617f0","@firebase/util":"1.9.3-canary.b58a617f0","@firebase/component":"0.6.4-canary.b58a617f0","@firebase/auth-interop-types":"0.2.1-canary.b58a617f0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.b58a617f0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b58a617f007a4ea2ffe82bc5b9c8ca9a7b7853d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.b58a617f0","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-fdV8i0c+46KUCkzMzIFpIK4bypB05zdeQSRhLYTb6LCkwsMxAXy2En8uedIEiyXE8LRUg9XeMr9UC+EbXC+feg==","shasum":"39fdc685facd0f92666027842662eeac37605252","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.b58a617f0.tgz","fileCount":228,"unpackedSize":10557405,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGu330dqN1KzlkqXkxPWmndaqmZJCtU+emUwsjB/lz4gAiBoUqJ/vd0GQrsHH+w69V96k4136U8isU9lzNPJ+DSfkg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.b58a617f0_1688700098038_0.5055231190726854"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.82d7df439":{"name":"@firebase/database","version":"1.0.0-canary.82d7df439","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.82d7df439","@firebase/util":"1.9.3-canary.82d7df439","@firebase/component":"0.6.4-canary.82d7df439","@firebase/auth-interop-types":"0.2.1-canary.82d7df439","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.82d7df439","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"82d7df4395d6bd5f569bfc4b3f8f394b0274f905","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.82d7df439","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Ca6p6lDb9Yogir0cIF9hz0O26mHk8u7lRyvYDRsl5mOGeR4wai4mhPhzAzsc0U981ISkJ8ceegB747Ax+5y9aw==","shasum":"9829b3acc87e2049a42c07e8ed13ee6d8de947e4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.82d7df439.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIwM5Kf8gme+NynOSz2CQsFQ56142cw2T2GPQNxwZQ8wIgGXZDMjobWeAqDbgqac0ltVgcNBuM1STJOxJYr5RScww="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.82d7df439_1689178001500_0.2517213087117478"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.fba10ad54":{"name":"@firebase/database","version":"1.0.0-canary.fba10ad54","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.fba10ad54","@firebase/util":"1.9.3-canary.fba10ad54","@firebase/component":"0.6.4-canary.fba10ad54","@firebase/auth-interop-types":"0.2.1-canary.fba10ad54","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.fba10ad54","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fba10ad54f9e42b929f1e9e7e46146a7641b9972","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.fba10ad54","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-2J99iUej2Tk668CxjvnxCdaDanzhyQ2qDFMY6AjV+hUMXc/b00gtAIiIM13ffgLnXPRQa0ZbMGT0tDOsSpr6Bw==","shasum":"d81d5ecb45f3b724ca8ceb02c558f363be427281","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.fba10ad54.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAfbYcNxv7QcTrT+3RIwcle2zoLeEEFkDBeZuMJwqZhQIhAJ08JQyd46IMf86UspuEX3m6piAWY+ijnyykThBw/m4w"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.fba10ad54_1689180775632_0.2296982621812531"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.bcb1f1ff2":{"name":"@firebase/database","version":"1.0.0-canary.bcb1f1ff2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.bcb1f1ff2","@firebase/util":"1.9.3-canary.bcb1f1ff2","@firebase/component":"0.6.4-canary.bcb1f1ff2","@firebase/auth-interop-types":"0.2.1-canary.bcb1f1ff2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.bcb1f1ff2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bcb1f1ff25a7065d0473a5ccc1bc432ca21c6644","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.bcb1f1ff2","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0/zCAS7aPbwhSAyV3tX21rnnEGntJGespO8KtEGpnQjqeYvPnWsLb96YRnYeFvt8Bnj+9oz3MB/nn9CiBBDc/A==","shasum":"c8543320cf9096784349a01f3a3f4a14ef5a3613","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.bcb1f1ff2.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC62IOwBNV3JEtPlNCbpBBq1gMKndbDhHkcqNPF1u8vjwIhALJIkhGf6Iqo9X8jh0bApEDtNioKAvyhTwB/2F+U0s9X"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.bcb1f1ff2_1689182393087_0.8735694399661338"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.f06ee5237":{"name":"@firebase/database","version":"1.0.0-canary.f06ee5237","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f06ee5237","@firebase/util":"1.9.3-canary.f06ee5237","@firebase/component":"0.6.4-canary.f06ee5237","@firebase/auth-interop-types":"0.2.1-canary.f06ee5237","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.f06ee5237","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f06ee5237b1e09390d92b18e1e4fc6d6dc244abd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.f06ee5237","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-JpsYi+y+HoCVL7F1363ACBwR+VjBkGXwra7UeKfuC4SH2aKZ19ZogP7qtcsH0Lkz7vQJym8kJUkI8VTjnhGiMA==","shasum":"3b73b3e23bd46a70c7f7a1c8257ea4e739bb9c7a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.f06ee5237.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDx5dPakFxHTKMCM5vudtPBLdsxF7kOh42C9o+pX1aLUAiEAmsu9GXenmmylqOeDLpNTJjoPm/UafOe8gqYAQiBeAZQ="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.f06ee5237_1689186856351_0.5032042763024394"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.5825aaf48":{"name":"@firebase/database","version":"1.0.0-canary.5825aaf48","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5825aaf48","@firebase/util":"1.9.3-canary.5825aaf48","@firebase/component":"0.6.4-canary.5825aaf48","@firebase/auth-interop-types":"0.2.1-canary.5825aaf48","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.5825aaf48","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5825aaf48747729997ac86a10a4c71d4bdd132cf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.5825aaf48","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-vJ4drKM9Z9sXU6bJuPEr53S/ZvVimJYgVBI0Mr9U4oJbnuDHJaq3kGFi5vw2toNFxOqob8BEfIQZNk5YD9FB1Q==","shasum":"1084fa1d22c74e2fa4a9c7d72fe3ea17d405b61f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.5825aaf48.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFEAbST9pbCA82/0pmqaUupbmFYDn3UNyTh4BRuTxoihAiEAhexHSzritPQZI+okktLWekpFiQfj44OQuzPUtgrgxIA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.5825aaf48_1689188885547_0.508968663718492"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.6b1be2a44":{"name":"@firebase/database","version":"1.0.0-canary.6b1be2a44","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6b1be2a44","@firebase/util":"1.9.3-canary.6b1be2a44","@firebase/component":"0.6.4-canary.6b1be2a44","@firebase/auth-interop-types":"0.2.1-canary.6b1be2a44","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.6b1be2a44","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6b1be2a44699e65b81fc834d2e004c6dc1b38d05","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.6b1be2a44","_nodeVersion":"16.20.0","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Kt9yMKke7qAyf8WOUAJebEhzfIHt8yZ33byao7/zHt7c/aOyRunWNcXTlIiisPUPbqCHNP7FgLV1B0swwWg+cw==","shasum":"2e113780b1598c599c88fbe6b72ed3fb41ed83a6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.6b1be2a44.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHuCAM2xuy9Ms81ifeLoxCeoj5gZwyE9iRs3n1kQ1mB+AiAZGNcHH+IdbCkawh3ueBdQKW+azUnBG8b9IuHr921d+Q=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.6b1be2a44_1689261561944_0.8144181606820275"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.fa160f7c7":{"name":"@firebase/database","version":"1.0.0-canary.fa160f7c7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.fa160f7c7","@firebase/util":"1.9.3-canary.fa160f7c7","@firebase/component":"0.6.4-canary.fa160f7c7","@firebase/auth-interop-types":"0.2.1-canary.fa160f7c7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.fa160f7c7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fa160f7c7555ab1d0da23567517f1a99fddf4931","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.fa160f7c7","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-L3v/6bWxR1jKhrxD4KmSyLlnhmxt/wt0eoJCraBeDYxX1tglMUdw4N5FATZ5yPMz2HLwymFByOjYyGzmlugl1A==","shasum":"7461b08d0c31a1f9de594332199c7ae02307ce60","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.fa160f7c7.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCAM6X4UDZrZsAsQ8cYMrIB6UCZJ/XPpn+/JonVt3ZQogIhAMaxkirWDIy+dl1TWXS7YMFg6rkDHnksC3ZTLT7y+vON"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.fa160f7c7_1689618129837_0.37780296649731926"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.52b17b426":{"name":"@firebase/database","version":"1.0.0-canary.52b17b426","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.52b17b426","@firebase/util":"1.9.3-canary.52b17b426","@firebase/component":"0.6.4-canary.52b17b426","@firebase/auth-interop-types":"0.2.1-canary.52b17b426","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.52b17b426","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"52b17b4267729c14adcb52f2d523572aa22e4759","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.52b17b426","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-BsirL4NcwOFsejk05Xvj0xHPD5W1agcSACsCr+KvN9/DZ1dJ1s4w92rzlLlXP0AJoRtXlMdYbjNRjLA/jlnrcg==","shasum":"d4c1a2320eff563ea3b120d466be8aafa0227a17","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.52b17b426.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHDYSstU+MM1OfDwDrzMsZDiy9zcZU6RcC/6qgRuc7frAiAwKxdmpfI7E+JSC1Tr8vsK60zdDo9AXKK77IH5Ax0LRA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.52b17b426_1689622692018_0.4967203996966696"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.c5518c80f":{"name":"@firebase/database","version":"1.0.0-canary.c5518c80f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c5518c80f","@firebase/util":"1.9.3-canary.c5518c80f","@firebase/component":"0.6.4-canary.c5518c80f","@firebase/auth-interop-types":"0.2.1-canary.c5518c80f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.c5518c80f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c5518c80fc577d6ab4f524d49c44b6dfd6ed96e7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.c5518c80f","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-u+x5Rqb/jDfpAbD5Trdk5KHltGGlwo2/SDbTOMuPDg5/yQlj6koYGaYXyD89LBJimX4G1U+J9TSmVraTfv093w==","shasum":"1c12a631ef92d99e65b79e5b634b6cfc80dd1c94","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.c5518c80f.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFfu6Nf45HYkF8M3Dg+7Vegt2bS+NpAnHQapUXsZtU2XAiBrcH/2aXIhCS9oKWBR3+I98Z3U63XT/8g/iSleLqK+mg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.c5518c80f_1689632674934_0.805521688982995"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.cd15480e3":{"name":"@firebase/database","version":"1.0.0-canary.cd15480e3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.cd15480e3","@firebase/util":"1.9.3-canary.cd15480e3","@firebase/component":"0.6.4-canary.cd15480e3","@firebase/auth-interop-types":"0.2.1-canary.cd15480e3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.cd15480e3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cd15480e3e0196f9289ab7a67d4ebf462afdff90","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.cd15480e3","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-gXROdfeJdUKwa53Ev6cHoS8m5AhUqsQGKovT5QPVoo7lJSkB53jCFihmbV+njyxNDzFDz3dV0DzWTzlPjQS3DQ==","shasum":"4846c435b5ed97d520d3f7b6c82429a8914de0d8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.cd15480e3.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFN9CjFKqZuIwEZghZBEUyMKPWOBVmuaSeghAM6oOLpQIhAIT+nA3BQrw+8ffE544WEYJQLwY5J4wfm9sZY6PdLj09"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.cd15480e3_1689689794273_0.5537248601306011"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.abe69045d":{"name":"@firebase/database","version":"1.0.0-canary.abe69045d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.abe69045d","@firebase/util":"1.9.3-canary.abe69045d","@firebase/component":"0.6.4-canary.abe69045d","@firebase/auth-interop-types":"0.2.1-canary.abe69045d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.abe69045d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"abe69045d8b1bbf71094acbd7ad4c4ca84313c70","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.abe69045d","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-jIjl7xqM086EFwrgUO2H8MQi2TODPJ9brWXdBXCZItfHi6Bu2OusrLTlZIkGBXwAVJRin1YPIyB/sTsRhvbU+w==","shasum":"82516d4e9d2d07516638d0afd094c72cdb9f60c1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.abe69045d.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGSACILnw9kxXkj+CpJHIoGSp8mvoiBUcpv5fmAvkSV6AiEAxn2Th2kHjw96zXArU41uR2TIGUIDeiq3WMFuVFcWA9w="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.abe69045d_1689702896820_0.739847116848094"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.e91f82a20":{"name":"@firebase/database","version":"1.0.0-canary.e91f82a20","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e91f82a20","@firebase/util":"1.9.3-canary.e91f82a20","@firebase/component":"0.6.4-canary.e91f82a20","@firebase/auth-interop-types":"0.2.1-canary.e91f82a20","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.e91f82a20","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e91f82a20b2c8cea75a81f55bd71d878a3d908d6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.e91f82a20","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-6FUga/jg3IVTkAFg79BDKOrbagP/rW2LYYbRlaJQfHWRZ8nlgToegEMaDBp8kIYX7mCflqdz4tCLBRrg4mlE1A==","shasum":"2f715aaa0e301cbd60094b660cb097384891652d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.e91f82a20.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD8DvkMaJBySQtylIVrvm75tqU2LUrHcdQQSRPn9BUgcgIhAMFvEZ3zLY5T/Ah6L0gSze3+p2B43j/IYY/PmPt+HPlR"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.e91f82a20_1689704735541_0.4208704860686736"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.3f3f5360a":{"name":"@firebase/database","version":"1.0.0-canary.3f3f5360a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3f3f5360a","@firebase/util":"1.9.3-canary.3f3f5360a","@firebase/component":"0.6.4-canary.3f3f5360a","@firebase/auth-interop-types":"0.2.1-canary.3f3f5360a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.3f3f5360a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3f3f5360a2dbd60126c8ad0491e49b10612ad702","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.3f3f5360a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-SNbsthm90n0qvPFXKI25CBILPyTfhDj+VvB+yOD+NBkHGCrW6hPwF50rNW3iY5hx8M2pX08rUV3w2Vr8E1sqzA==","shasum":"87ce7902ce40ca19364fe368707c7badefb136c8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.3f3f5360a.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDmL9UzpXeN/hFlIio6Ko5JmxcxUqaqmzivo24+qCGcogIhAInRJJTP2lAul1cui9P+H8bVXlxftzYMhCXYujYn7P1M"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.3f3f5360a_1689719399527_0.8566317598976709"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-20230718222737":{"name":"@firebase/database","version":"1.0.1-20230718222737","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/component":"0.6.4","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cc4a7b97bb2b0970aeca23749a7ff5290e0ff8e0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-20230718222737","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-WM66zNAF/Mo4n7x89UG8DQhHCQNS+jpsWjGqau3Nl1IGuTIlC5bc+3vMJLWyu8q1WpVJNbFH9PH7ExQuHdhDLA==","shasum":"22616a9563d0f38bcfcb87ffbe751b77ccda8452","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-20230718222737.tgz","fileCount":230,"unpackedSize":10597294,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICTIvOf0X5nzIpHuaHjlRla9LxRqtudWWyB0pk1FHw2PAiBmlhYreyG5lpdxW/IoTg7Zv2kU/eWzJce6/b1jz5Vjbg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-20230718222737_1689720640056_0.10404412973376709"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.8e15973fd":{"name":"@firebase/database","version":"1.0.0-canary.8e15973fd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.8e15973fd","@firebase/util":"1.9.3-canary.8e15973fd","@firebase/component":"0.6.4-canary.8e15973fd","@firebase/auth-interop-types":"0.2.1-canary.8e15973fd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.8e15973fd","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8e15973fde994cbee0d5ce95af575a7565ef9d8b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.8e15973fd","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NFeH++YeHrdeJToNUEubvxyU90mahIwsJfIBmQlCIM48N8GhrAwCQCBh9g1LhV6rZellpI4CEsjZ1TUtveT+1g==","shasum":"378ed293e010614d4a7fa079ef0eef9738b80d21","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.8e15973fd.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyNx1GETf5CQyg3XHxMOXPYmu2QQwUoHJLXJYV7Fcv5wIhAKIAlkVDhLFSC6NTUeU0LfvL0hOSz2CwnOU2pLS1SXEj"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.8e15973fd_1689725858214_0.29364264187810485"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-20230718235906":{"name":"@firebase/database","version":"1.0.1-20230718235906","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/component":"0.6.4","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6c03a8f67ae58ae3ef43d672eabe45c8aadaabad","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-20230718235906","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-b/8SQrUOzKo6NPlGy4TWd5V59ozEm6vr/ZyGHTKv5DQTtOyidl6Bnjne5Q2+Xunr8JB1tw3lKwSYF/TnBPvbDw==","shasum":"689b3643db421591e14f5afcfa3b7398b46c137e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-20230718235906.tgz","fileCount":230,"unpackedSize":10597294,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCGG1lb2BW4AJCvXQ5Awy1RxIEOp/5Z9MfsPHUifry3+AIgWf86VyXXncxJFrHiw0Y0XwTyNJzyu5bt95WC/c6C0Hc="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-20230718235906_1689725961779_0.48756363505128975"},"_hasShrinkwrap":false,"contributors":[]},"1.0.0-canary.3b4171d5a":{"name":"@firebase/database","version":"1.0.0-canary.3b4171d5a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3b4171d5a","@firebase/util":"1.9.3-canary.3b4171d5a","@firebase/component":"0.6.4-canary.3b4171d5a","@firebase/auth-interop-types":"0.2.1-canary.3b4171d5a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.14-canary.3b4171d5a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3b4171d5a72f7a2e22fd75e87e752402b0837f43","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.0-canary.3b4171d5a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ukvBuiOgkgoYoXvmXz/4MA5VFweqc8PSuyzcjloqS0jdqTQWq2C2Kd6LhaifSYTnYxGTihHq5LO30k6SrCHoJQ==","shasum":"3eaecbedf19df9ffcb96f3ae4a88521a4f696002","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.0-canary.3b4171d5a.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGZvbDP4ezST1P65EiBSREUTdtNMXQIOMMgUzSFMbeyxAiEA+d1XYQWURM0l5eXhVFgjZ8GxHHiE++J5dxUqmWQwUos="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.0-canary.3b4171d5a_1689821801121_0.9574647484896548"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1":{"name":"@firebase/database","version":"1.0.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/component":"0.6.4","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"1b9a21d4a72d6684059b7439ed65907ed63ac9b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-VAhF7gYwunW4Lw/+RQZvW8dlsf2r0YYqV9W0Gi2Mz8+0TGg1mBJWoUtsHfOr8kPJXhcLsC4eP/z3x6L/Fvjk/A==","shasum":"28830f1d0c05ec2f7014658a3165129cec891bcb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1.tgz","fileCount":230,"unpackedSize":10597204,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAF6lv3b9luwlFr8PzHAHtZpIaS847vZxjRLUGEwSf51AiB0Sb4JIO1Oubln0RA8NCgqyxmes9iZkYAB0JVOgsyzWw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1_1689886039648_0.7621478584550174"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.223ac18f7":{"name":"@firebase/database","version":"1.0.1-canary.223ac18f7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.223ac18f7","@firebase/util":"1.9.3-canary.223ac18f7","@firebase/component":"0.6.4-canary.223ac18f7","@firebase/auth-interop-types":"0.2.1-canary.223ac18f7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.223ac18f7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"223ac18f705626aa21791ecfd6655fc2a6df83fe","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.223ac18f7","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-FZDSOrT31yrYUL9x0xbE9sIi5eltn6ldXjj67xqmx0gC6UWDot7TBkVTPql5+HBsfaXiYv69n3N79RlEx6CMUQ==","shasum":"e5031bea711ed326a8990ceb3f880d539397cc68","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.223ac18f7.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC8mgE0KyMI5FPILwFj0NdumAm0clFm//iO+TgBfLguxwIgQT6IDMaSOlPW+QeQWR2NWWsqyNDsSD+Fg6lV0J1+I/Q="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.223ac18f7_1689890499389_0.10261214182104172"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.a5bf94c3a":{"name":"@firebase/database","version":"1.0.1-canary.a5bf94c3a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a5bf94c3a","@firebase/util":"1.9.3-canary.a5bf94c3a","@firebase/component":"0.6.4-canary.a5bf94c3a","@firebase/auth-interop-types":"0.2.1-canary.a5bf94c3a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.a5bf94c3a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a5bf94c3a5fe1dc98a71ea99e21ef44f47d62c25","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.a5bf94c3a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-F5GsWaNyQ+mLoF1swmvE4ZgN6a3JU3fGUHmvZg7dM5i1ow2X7yloKiL5W4ieeRfFo1tu8eOUj74n12gCBjmBPw==","shasum":"2c008550394841cb60562043eae386077687fd91","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.a5bf94c3a.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEM7zfWtE8swnAtPiwVhjogyBTWrCT3eqJ0XQ+Umu19XAiEAycsqNjGhz3maeR1htCPY9pH6YSp/FZ1qY6zkMIaOsvg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.a5bf94c3a_1690221159201_0.04451834392190612"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.66cebfb6b":{"name":"@firebase/database","version":"1.0.1-canary.66cebfb6b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.66cebfb6b","@firebase/util":"1.9.3-canary.66cebfb6b","@firebase/component":"0.6.4-canary.66cebfb6b","@firebase/auth-interop-types":"0.2.1-canary.66cebfb6b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.66cebfb6b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"66cebfb6b30345c74d9c18328bdf52d18d703b14","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.66cebfb6b","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-P2BP9TXIPcKqsOJ7lb2snHWbo+T98xmQ7hPfmqdIqTSt15hChMA/QZyGRL+Etu79PgZDCnrjoKv7B4iS3YGhFw==","shasum":"a79d96cbcef0dd426c87149467bc3f1ee10a1f20","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.66cebfb6b.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEAvUl1ifm8A+hL7Np3U7eRMtsoFbDZp8sVZWcApZ5ImAiBqGuoGReQA8o6OCWL/CsxEAeL/XCup+QNwl3PmkhBHgg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.66cebfb6b_1690232401844_0.2823886410281804"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.503ca1eda":{"name":"@firebase/database","version":"1.0.1-canary.503ca1eda","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.503ca1eda","@firebase/util":"1.9.3-canary.503ca1eda","@firebase/component":"0.6.4-canary.503ca1eda","@firebase/auth-interop-types":"0.2.1-canary.503ca1eda","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.503ca1eda","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"503ca1eda8b0df1af9f039257117d973ec8c9f45","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.503ca1eda","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-EJX26TYb+Q9CATPa+NLTGNVT7/7DDlXyn3g9VAjOte2BXUBujE0SQFO3qK4IAnPyWDycoLhPogV91BntshHZdA==","shasum":"40f6cd7f40c62bd567c2e9b12b45acd5e3cf1486","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.503ca1eda.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAf3Kzxe0+t/AogBDzR7LyQRcJfs83Kxc56f+GbFRX3JAiAPhK4FT6yQfin55v4aC0hup9x9oG0cvSqggr12fQ+EaA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.503ca1eda_1690300780331_0.08453779491698166"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.146b6993a":{"name":"@firebase/database","version":"1.0.1-canary.146b6993a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.146b6993a","@firebase/util":"1.9.3-canary.146b6993a","@firebase/component":"0.6.4-canary.146b6993a","@firebase/auth-interop-types":"0.2.1-canary.146b6993a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.146b6993a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"146b6993ad577b90532878ad4cee66f92d195441","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.146b6993a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mRcFoehfy0nNIVFsTz4KplZWNa/yMQ5P1N5pFlKmfuwj7Nfs9iYKzvHUIdTTn7AGNirMIjcXjgYsbHoa+4azUw==","shasum":"500eba611a413aaf990efd5579e5d9fb8e004a60","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.146b6993a.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiMDsPxDrVi5DRhpupAlv5GD19lgp8ZICMBuiSSJQeDQIhAMdvaFfj5KFNDv2UcqKUoBj+Mw55Twaafvs1kEalM8fw"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.146b6993a_1690813279937_0.4350333256430663"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.80a7f7cd1":{"name":"@firebase/database","version":"1.0.1-canary.80a7f7cd1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.80a7f7cd1","@firebase/util":"1.9.3-canary.80a7f7cd1","@firebase/component":"0.6.4-canary.80a7f7cd1","@firebase/auth-interop-types":"0.2.1-canary.80a7f7cd1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.80a7f7cd1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"80a7f7cd183bce754929d516deecdd23b05027b0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.80a7f7cd1","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-yVuLZRoIvQUcj1vIz1xAgFyvLZb7hlizMpKY40T1rZfLMQAHr7MjDNjkQp/Pta2d4Myn9L3nT5dicDI23knb3g==","shasum":"dd39b7f6184d9f3022d71b846880aa97a2b4d403","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.80a7f7cd1.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcPSvc6pWo5TcY+Q8R3p2xLJChvJKDH/3hrM1ul5O1wwIgapSbDMctyMdt4frFBibVVKvZanAM97/oqnKeWDnR3mY="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.80a7f7cd1_1690829133898_0.12024041467935853"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.e037eeed6":{"name":"@firebase/database","version":"1.0.1-canary.e037eeed6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e037eeed6","@firebase/util":"1.9.3-canary.e037eeed6","@firebase/component":"0.6.4-canary.e037eeed6","@firebase/auth-interop-types":"0.2.1-canary.e037eeed6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.e037eeed6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e037eeed61c92375884c2aab3246364f0545b3df","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.e037eeed6","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-TTLm7nLtEitD431zpio4q83c9zV4+NjWxRTOZs1swV29KVTh/sn600hPgAZLCZBWWvNaQyAykKyKlbdcHue63Q==","shasum":"f45b5f8b68dc47d4284861dddb29134c72d32bf4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.e037eeed6.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/eQf3bdZ/oPVi7JzkX5En2TYgQgac/+V/my829Jig9gIgESqPa9NMKY4LtPzTQU2YSSZqpjE1+l0R3rtMTLjQEHg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.e037eeed6_1690908370987_0.7516344002750588"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.e201e5390":{"name":"@firebase/database","version":"1.0.1-canary.e201e5390","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e201e5390","@firebase/util":"1.9.3-canary.e201e5390","@firebase/component":"0.6.4-canary.e201e5390","@firebase/auth-interop-types":"0.2.1-canary.e201e5390","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.e201e5390","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e201e5390c32c8ab1d61e5ff34ef1bb7615be62f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.e201e5390","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-vg3KVpBxTxoiZfzhDlnipTFFWrvonJM8xPKpjytVSt6dEb6ady66N4yZbylODW3MgKgxxiRWAfGFcEFVcPxiAA==","shasum":"a7e80fab9e44632786dfdcd1180371165062b617","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.e201e5390.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA37YrJoI0gnyL/j4cuPYjb7SU3WI4gom2s6NFf+cH7+AiAawyeOozVLit93SbmbNFivBwwoCe2hThehFIVQk26f3A=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.e201e5390_1691075835851_0.21047542922591767"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.b395277f3":{"name":"@firebase/database","version":"1.0.1-canary.b395277f3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b395277f3","@firebase/util":"1.9.3-canary.b395277f3","@firebase/component":"0.6.4-canary.b395277f3","@firebase/auth-interop-types":"0.2.1-canary.b395277f3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.b395277f3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b395277f3de5d017df7b2edfba329682a0928453","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.b395277f3","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-6vIsuVLx9WZ0QfIvu6BHrMq+Qizgc0jZuXQwY4A2dbh5YyqCZZ9aeoukYMc/ToxgBib1cA42XaE6fdqxZ/TEyw==","shasum":"c906e809fd260b42fb83aeb7d8a29f4884c1df86","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.b395277f3.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCT6+WqLBCQwm0qElyIlFp3+DgeGH+e91YonogzYy0AJwIhAN7NGFdvaSLRP3g0K7Px/I5QykTCb+K/XS7DrZFdwhQT"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.b395277f3_1691162570489_0.28722468182340233"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.f9a232a29":{"name":"@firebase/database","version":"1.0.1-canary.f9a232a29","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f9a232a29","@firebase/util":"1.9.3-canary.f9a232a29","@firebase/component":"0.6.4-canary.f9a232a29","@firebase/auth-interop-types":"0.2.1-canary.f9a232a29","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.f9a232a29","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f9a232a2970e2f9b8919b6f2fe167e16dcb18d04","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.f9a232a29","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-GpnELCWhZVquowzHhkRfq27mof9547HkseNQPvmfDiK2bGXHG0vlBHrXMU/zwZdC9bVZV4E9JvUsjzUHLQMeaA==","shasum":"c7324238c512a0807d1aa7ee5d542b7b3a125416","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.f9a232a29.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2wEDhnH63YQRefqZmnmKKUx1kM/yhBGZEUzTjlXOLawIgRg2oayZ58SA7vJ2nLWAXszpSyH/JslaCwdKQ1fvoSrU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.f9a232a29_1691169256964_0.12242492865373178"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.0038e116b":{"name":"@firebase/database","version":"1.0.1-canary.0038e116b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0038e116b","@firebase/util":"1.9.3-canary.0038e116b","@firebase/component":"0.6.4-canary.0038e116b","@firebase/auth-interop-types":"0.2.1-canary.0038e116b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.0038e116b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"0038e116b68dc22190a15d99115ff9e904cbd0c5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.0038e116b","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-zyVOChwYiHy+7ui7odNbb4rcTMJ2D37USJ9cFTDGx5I483JBnysTeLh9PdryN4i/2i0q/ncvjdwdq/XeJuARuQ==","shasum":"274e44f45d65a2655797238ea84a0cfc45307af2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.0038e116b.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAePr8+96aadbDGMTmZB2gVsXqITTFmvr7gZ/F75AwYrAiEApDewO2x5r97TniWt5M7ElvRa70dPwPt23Yv2H/VS8xA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.0038e116b_1691172134431_0.9996946453674149"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.c9e2b0b8c":{"name":"@firebase/database","version":"1.0.1-canary.c9e2b0b8c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c9e2b0b8c","@firebase/util":"1.9.3-canary.c9e2b0b8c","@firebase/component":"0.6.4-canary.c9e2b0b8c","@firebase/auth-interop-types":"0.2.1-canary.c9e2b0b8c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.c9e2b0b8c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c9e2b0b8cd5fd0db3cac7bc3a00629ae34302189","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.c9e2b0b8c","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Usao41kL22Q/EI1I936iIqPvUBbfMqHShYrPNTaCrkFmneuNXojyw/WqanaPlkuTlI9aNnMxT/MSr7d96MMWUg==","shasum":"9324a10570f0047719c39422e6c8e2c917259118","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.c9e2b0b8c.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEgsR0YLTGTzI7Co6TB2qYV5inzLiyqLfHtO1UC/wMHIAiEA/a8reV8enivfVD+xqw8vctDVyi9gikxqMs3plTnf+5E="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.c9e2b0b8c_1691435992322_0.2395377960374503"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.43e402fb4":{"name":"@firebase/database","version":"1.0.1-canary.43e402fb4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.43e402fb4","@firebase/util":"1.9.3-canary.43e402fb4","@firebase/component":"0.6.4-canary.43e402fb4","@firebase/auth-interop-types":"0.2.1-canary.43e402fb4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.43e402fb4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"43e402fb49a081a59729290627c7b20099ca46a4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.43e402fb4","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-dKYTcLfik2hJZ/yaNgbOpKcCTCAZxRAhmo9eCERnJDZpTfOksITJ8A/V+If2SKT1P4dnz6dxJv3P1MIzGuyRJw==","shasum":"3d447799d874f8748ad0b01bf7a48642c5bf45b3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.43e402fb4.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCc2G/r4LTWNIiHPSXAvh2GHycVrZmY0zoM+pucyYlY6QIhALqthA2d5/gYE2kC0oQITohXbHoNM551CzM9r38EhT08"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.43e402fb4_1691508977530_0.5169582196094142"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.6c7d07923":{"name":"@firebase/database","version":"1.0.1-canary.6c7d07923","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6c7d07923","@firebase/util":"1.9.3-canary.6c7d07923","@firebase/component":"0.6.4-canary.6c7d07923","@firebase/auth-interop-types":"0.2.1-canary.6c7d07923","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.6c7d07923","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6c7d079231f393196aa68ef8d6463dc32ffce798","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.6c7d07923","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-khSsF2KwMikZmoERLGaDfBthTsmY4wtotku/Nkp04YHxP3PedtHgg6vdzwkWjT4riASNJDa2gnG4GT2O5H+MNA==","shasum":"28e7650b98d0ddd5523f391cf3ae166e4a075c34","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.6c7d07923.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFH2uN8yMHbaiHk1nPVDd1m77m5IEE0WMSt0fcxU6eNiAiAJ3YIqY1CyW0JCnE444f7C5PE2BmbJIqGrhLqUNStIbA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.6c7d07923_1691521086379_0.2579678401318646"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.f73b24d0e":{"name":"@firebase/database","version":"1.0.1-canary.f73b24d0e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f73b24d0e","@firebase/util":"1.9.3-canary.f73b24d0e","@firebase/component":"0.6.4-canary.f73b24d0e","@firebase/auth-interop-types":"0.2.1-canary.f73b24d0e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.f73b24d0e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f73b24d0ec0fdc8dea3a8e1c141797d3e7466915","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.f73b24d0e","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-piJ+FcDVCfMObzrQH4GbiBNsPxH/cZytdOXRt6EraU3lyzmxdyerhdLyQ8VGRr238Ub/dSbhmHmKX0J012I9Mw==","shasum":"d06299d01fe9774ca2d535b976b2de7f8a7a02dc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.f73b24d0e.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDW52y2GbUzrgzSYcO59PSYwRtj3Mhoh3TyzaiWt5+vFgIgKviigsmTYds44HGIg+ysiX7qaJRYr6xpFDkXZVy5K5Y="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.f73b24d0e_1691525660416_0.7422762854764351"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.040b0b450":{"name":"@firebase/database","version":"1.0.1-canary.040b0b450","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.040b0b450","@firebase/util":"1.9.3-canary.040b0b450","@firebase/component":"0.6.4-canary.040b0b450","@firebase/auth-interop-types":"0.2.1-canary.040b0b450","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.040b0b450","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"040b0b450117f3bd64317e72d16a812d6adfd10f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.040b0b450","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-fyKCaWxxIBLMfLKGWmzAhiPpnDNm90/g69FeSH5ShL8VrBvGEtdFC/SiXO6oSKwhTQg/4BzwRgBtLctqI6Vhsg==","shasum":"cceec2d8d91be27ab0e42ac9d608a0a8170accd2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.040b0b450.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEVCHXvJufIXna98iS6BSfDzY6olEQg6zyfBlUXkcuiUAiBucSHKtvZk1oHSfBoNYQ9XIrDOqUvYf/ugBbDQi6kVPg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.040b0b450_1691679388914_0.5890096348177534"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.f497a400a":{"name":"@firebase/database","version":"1.0.1-canary.f497a400a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f497a400a","@firebase/util":"1.9.3-canary.f497a400a","@firebase/component":"0.6.4-canary.f497a400a","@firebase/auth-interop-types":"0.2.1-canary.f497a400a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.f497a400a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f497a400a5503db8d807f65a3f3466b8f73cb077","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.f497a400a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-FtJALX6pn09AK4iqDfjV3m3PR7yoI6/eVn7Lbm2R3TpPuH76vwQwMKAt6F7u+ZHnfqucPcJB8JkvVlqU5r35oQ==","shasum":"962d6ee2345ad86300ed2b7da9a82ed0e1264123","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.f497a400a.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBMQpniHAITkAJQbuzFgREmrTxKsV7G/zfEoBVmwCj11AiAzCqxwaXji9BNYq//xdc3NmYnOmWpIdY5Hmq+M3uJEnQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.f497a400a_1692034308104_0.7788831198513937"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.89fb9fd17":{"name":"@firebase/database","version":"1.0.1-canary.89fb9fd17","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.89fb9fd17","@firebase/util":"1.9.3-canary.89fb9fd17","@firebase/component":"0.6.4-canary.89fb9fd17","@firebase/auth-interop-types":"0.2.1-canary.89fb9fd17","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.89fb9fd17","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"89fb9fd1716c78a5d23dfd4b1e654f741bde5567","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.89fb9fd17","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-+2/uhNED35SM0x2mrHBZP87UkC7PoeHn3nULtojLEP5GfoX9De5y4OqL+Z8tGY12z1o7EEFZaYeEk+wEmpsyYQ==","shasum":"ef76c96cdb4c741932bcedc0bbd6321e7f8a3e29","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.89fb9fd17.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDp063p3yODetwYCgBQVTn6kl3v5J+qiuG9o9CpVqPc5QIgXN8ylLNafLdWhyZe7StjFOCquKRw0rl5rO9aL6d2fGA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.89fb9fd17_1692043350437_0.8521142051596535"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.5dac8b37a":{"name":"@firebase/database","version":"1.0.1-canary.5dac8b37a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5dac8b37a","@firebase/util":"1.9.3-canary.5dac8b37a","@firebase/component":"0.6.4-canary.5dac8b37a","@firebase/auth-interop-types":"0.2.1-canary.5dac8b37a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.5dac8b37a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5dac8b37a974309398317c5231ca6a41af2a48a5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.5dac8b37a","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-CqEFfw04XNrv1ZTnc1SS9OjCFxENsF+EuBwGRIhA/tabbQntE3J8w9EjOQhqaw/sjIpfqHrMH1JOljFdp+sXVA==","shasum":"9b2de4f88f8c5f9d97e2b20397f6a13f0ead0156","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.5dac8b37a.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCeF2NyXEVWgl9zGCHBBXyrmPG+YvPzYrNaBNV47QDAkwIgALHKzv216wwcouaqUKt2zawQ1r0fvB+xSnbzFHjpg78="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.5dac8b37a_1692052721640_0.31372931975976925"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.d1eca5467":{"name":"@firebase/database","version":"1.0.1-canary.d1eca5467","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d1eca5467","@firebase/util":"1.9.3-canary.d1eca5467","@firebase/component":"0.6.4-canary.d1eca5467","@firebase/auth-interop-types":"0.2.1-canary.d1eca5467","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.d1eca5467","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d1eca5467f60c8d9774f6b6a8eb443d8ffc83fcb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.d1eca5467","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-73Z2MqvaGlN7hEK+7IsHlae819WVBWCdkoliAg1KMeiYDmziPTohJ2JCFcfuYARu5zg4GxP4Amc+vKemWj1T6w==","shasum":"bb29207c22747ac6a099fa7020523f9374a6173f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.d1eca5467.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzi7T00+GUR/1KxmENzRR5fvXJXpw3fa7wm6xK7PM4ywIgMh0LrTg0EF/DBss3BfxxN8hskJ1lVmeduv022KEs5NA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.d1eca5467_1692135775741_0.9087711135140091"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.86f148c40":{"name":"@firebase/database","version":"1.0.1-canary.86f148c40","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.86f148c40","@firebase/util":"1.9.3-canary.86f148c40","@firebase/component":"0.6.4-canary.86f148c40","@firebase/auth-interop-types":"0.2.1-canary.86f148c40","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.86f148c40","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"86f148c403fb93d1dd76c0a4ce0c23cce86edfcf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.86f148c40","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-DUWlnwvadig6VOz2Tba5Awjlu9IjvAq9jL8nLnFElPMpqnZGCAko697HhCvDUvz+yL5GC0CWLFPfWN8N0iE2yw==","shasum":"deb54bfccc5d44951adc1d2dacaadfe1f792f074","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.86f148c40.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAE1GJt8Ny0hPl0iEJ47SaIyhLd1F2BylPNQmEzjKX4fAiAs8bydHD7GPiIcsc//ICk5h0T/x+U33ANw+o4eKJNMpg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.86f148c40_1692204508878_0.7202729029218107"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.4ae804128":{"name":"@firebase/database","version":"1.0.1-canary.4ae804128","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4ae804128","@firebase/util":"1.9.3-canary.4ae804128","@firebase/component":"0.6.4-canary.4ae804128","@firebase/auth-interop-types":"0.2.1-canary.4ae804128","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.4ae804128","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4ae804128da5c718c651fa0655ac25ba4b3401a7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.4ae804128","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-pL9zhAX3ppaZN8WY6+P3J/BiwSmtL0vzQ6lcmrs9fuMrbc630ZoUV7BENCjxAzlG0KxGtdvGfVaXNa5jSnNaGw==","shasum":"f2d8e44e8c210dd6f6bbff2c1e3f8fd1f056f1a6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.4ae804128.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCe5S6WJYDRQLib2eaqSQW5nzEshgHfE2j/i6lVnvBWGQIhAP8rDiDXtF8JaheZVZsXaA8Ci3tU/vHL8gWs67oisvdV"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.4ae804128_1692212225084_0.5966167193486547"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.9f90a07ac":{"name":"@firebase/database","version":"1.0.1-canary.9f90a07ac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9f90a07ac","@firebase/util":"1.9.3-canary.9f90a07ac","@firebase/component":"0.6.4-canary.9f90a07ac","@firebase/auth-interop-types":"0.2.1-canary.9f90a07ac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.9f90a07ac","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9f90a07ac85724881d13e4788345d5f40695a899","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.9f90a07ac","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-lrriRlWKhi98jEWIzld8FRMGLMP1REbyWsFzUZoipBhU64a65AfQyGan4gAykiMMVPCAd6fL+nMbB68N1J0JVg==","shasum":"f12d47214125159713fecf6bf7811c5d5f56adc0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.9f90a07ac.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDlllxE9n3adgmjgNG3Ahef/aeeWA1YKgjyL6TCuaakWgIgPu87VL9Xceu7U+c+IE1ijeOBxsyZuDwWTLH3m5FtRFc="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.9f90a07ac_1692221424899_0.08919422135700383"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.5ae289e5b":{"name":"@firebase/database","version":"1.0.1-canary.5ae289e5b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5ae289e5b","@firebase/util":"1.9.3-canary.5ae289e5b","@firebase/component":"0.6.4-canary.5ae289e5b","@firebase/auth-interop-types":"0.2.1-canary.5ae289e5b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.5ae289e5b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5ae289e5be973ff0e543056c42aa831fc817afa1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.5ae289e5b","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-8C/Ehi3v3BO2KNwjcn0+r9cqLLu4gGlxtK14/2WP8LB96Nuf8KPmLOsntgQctsaoOxn7flv6Z/LkdH6cREyL2w==","shasum":"d8cad0009283555183694d88c8959de5a7b24693","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.5ae289e5b.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIArDfnebmJtLneMb+RLnzqScH0dVTATcs1Jgcaq1Et3FAiEA1XOwNrGoloV7A93LKnNCEY6Cr5EaLcbbcwOJHSXvfvc="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.5ae289e5b_1692224152741_0.28518939068055493"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.4decdf639":{"name":"@firebase/database","version":"1.0.1-canary.4decdf639","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4decdf639","@firebase/util":"1.9.3-canary.4decdf639","@firebase/component":"0.6.4-canary.4decdf639","@firebase/auth-interop-types":"0.2.1-canary.4decdf639","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.4decdf639","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4decdf639ad2d5f11a2f27a00202c7eaee35fc41","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.4decdf639","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-QpOjGl+F09A+JMGfPIOaXzrPbfoYNZq0DDlhF3aWBDLjNSCunrJKYz9npSsZkF404JX0ytPaXmoNSZ/8C3twjw==","shasum":"1e05bb60dba8a4c017b6fbbe7bbc4776b5696d4b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.4decdf639.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGPUDF0PMUVZluSi1IaNlM/xt7VL5OCbsG3d4OpEB4ogIgNtuNUWuQ+h3MO36sZlXCxuDCvIyhTp5fp4FTsndanJc="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.4decdf639_1692230007836_0.2096706489701703"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.b0d5374c5":{"name":"@firebase/database","version":"1.0.1-canary.b0d5374c5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b0d5374c5","@firebase/util":"1.9.3-canary.b0d5374c5","@firebase/component":"0.6.4-canary.b0d5374c5","@firebase/auth-interop-types":"0.2.1-canary.b0d5374c5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.b0d5374c5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b0d5374c57d9f79e12f86a02900d02e209dfa8ea","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.b0d5374c5","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-jx+QiQBs6QyO5rAOkFV0zMtFhfi0N7Zi/uK7l4yHb63oCNFTU2I7+bke1FTYRAje3gY1Z/aRGhVkdziK5E2iCQ==","shasum":"018a05c5832cba30169748014ac1ec38a1209ebd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.b0d5374c5.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFBFuRsEkOedrPH7RSpyyzTPv62MPfKmZQ6HmA1rtGhJAiEA6olhKuRj/LKBy6faiKfhLf+6ihUWzQOJ4t4b+HYDmaw="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.b0d5374c5_1692302200747_0.3796807322602409"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.345d19895":{"name":"@firebase/database","version":"1.0.1-canary.345d19895","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.345d19895","@firebase/util":"1.9.3-canary.345d19895","@firebase/component":"0.6.4-canary.345d19895","@firebase/auth-interop-types":"0.2.1-canary.345d19895","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.15-canary.345d19895","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"345d19895d49f885a32fa125127dca33587a58d1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.345d19895","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-zoQ1EnmFQMwJisNqYRWilabJkBVTtp8HuEqLzsqbDtykfGz/jeVU8aDRea64mAyT6pQ2lv757/6DPAGdNaS1/Q==","shasum":"117995da89ef20e0f9f852daf8e2dc92f1fdcc5c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.345d19895.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFYU3hZMXBHek4fgrZuTik42m9+/GR3wQlUcf2C/CjfFAiEAt6CgPMuLJJOwbYaAmrbTGILOIzyYz0Z0UKlwkBVAe94="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.345d19895_1692304869746_0.26697527732470716"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.cc77a2a19":{"name":"@firebase/database","version":"1.0.1-canary.cc77a2a19","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.cc77a2a19","@firebase/util":"1.9.3-canary.cc77a2a19","@firebase/component":"0.6.4-canary.cc77a2a19","@firebase/auth-interop-types":"0.2.1-canary.cc77a2a19","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.16-canary.cc77a2a19","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cc77a2a19fd3e01a5858ecddbe41e7f280467ff5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.cc77a2a19","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-EAr32+saZgR6zSou6dzMrKt+j1/WvV0VUpOFqbnhUwJcsXXIs9GyyRd9GSJxoq/S5rZsn5myx2ZV9684UzKnPQ==","shasum":"3550d85557d148f24bcdba5319b3dce21ff270b6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.cc77a2a19.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDi4RR+zOkP8XyT8NCR8KVi4VLnZogBqoNUqYk9/L8K4QIhAI+79DOgGlg9BbyuPLj/p8bVjJ0CQe2qzjwnP4QL2Q6Q"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.cc77a2a19_1692309826682_0.21819269650056872"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.78d2738c2":{"name":"@firebase/database","version":"1.0.1-canary.78d2738c2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.78d2738c2","@firebase/util":"1.9.3-canary.78d2738c2","@firebase/component":"0.6.4-canary.78d2738c2","@firebase/auth-interop-types":"0.2.1-canary.78d2738c2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.16-canary.78d2738c2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"78d2738c246555556cba8dcfe2932639f80523ea","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.78d2738c2","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"integrity":"sha512-IfXZ364z5BojGpy1lYB6p9SNkD+ife0tfMWdeKZaGKDtefJXtURNX+WVGRpjR28WSmX2VIc1Mf4PxpuOtIkywA==","shasum":"c7d98806b3569d59e0960c6efa4f1c2904954270","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.78d2738c2.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnHZs9BQA7Oj0YzPqe5zCQ2JLsYLsIxvu0NNa5p5tCzQIgQQEy/ILHipL+evqJIKd/1zrekuVVc+Qt6xIcwnDfbrQ="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.78d2738c2_1692383154009_0.36839442837227865"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.309f7a914":{"name":"@firebase/database","version":"1.0.1-canary.309f7a914","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.309f7a914","@firebase/util":"1.9.3-canary.309f7a914","@firebase/component":"0.6.4-canary.309f7a914","@firebase/auth-interop-types":"0.2.1-canary.309f7a914","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.16-canary.309f7a914","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"309f7a914a9bef1becaa354ac01786e44712e256","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.309f7a914","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-w/nC4hG1jdYe+WqHF3WEEYBUbzYYiSiKJux2tQRlcuxHFUit5jWS2WSQUliFYG3BMB8cb0j4B7YY1DQ816yERg==","shasum":"70de5ca6c17e78b14cdc45e71530df1c0c4af760","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.309f7a914.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDOTUzePBB7MYIqGuXq96zycOTFpdVwZLw8ABNwu0u8MgIgc9IATlamOg0W3IX1axh1nP73IUn/2XUDEhIhS5sRIQo="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.309f7a914_1692729253667_0.4823853214669458"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.b2f6084ef":{"name":"@firebase/database","version":"1.0.1-canary.b2f6084ef","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b2f6084ef","@firebase/util":"1.9.3-canary.b2f6084ef","@firebase/component":"0.6.4-canary.b2f6084ef","@firebase/auth-interop-types":"0.2.1-canary.b2f6084ef","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.17-canary.b2f6084ef","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b2f6084ef4670c3e1d7b107455dbf59236e14614","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.b2f6084ef","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-59QwLsOYbpJd6j/WyB0WPi6E99Szf3VUEAw8xUtCLr8bq+/eKj4+5uPVhfdhCNCs+HsiyG9RGvZRMoGTKLd7GQ==","shasum":"738ac8bbeaba8074a9b249fc9d40017e59f9ec67","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.b2f6084ef.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVCgZRjPkVRlVQSRMAgilufcsOA5FlCpFMhClCqiABZgIgfB0EWpXRSMozF0Wkr2ng2T6GMP8vg/HGSHlt77O0MuA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.b2f6084ef_1692739607110_0.46675451217561603"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.12221ddb4":{"name":"@firebase/database","version":"1.0.1-canary.12221ddb4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.12221ddb4","@firebase/util":"1.9.3-canary.12221ddb4","@firebase/component":"0.6.4-canary.12221ddb4","@firebase/auth-interop-types":"0.2.1-canary.12221ddb4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.17-canary.12221ddb4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"12221ddb41766f85d9c2327a8af9ba647cfa9f3e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.12221ddb4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ZOlfwLCUL7Pf8DgVx0GGjqz58EFUON4CSVndqYquMUgO5kpF9gINfnXFygubzEXnFODSJ3+/qLN6uKJ/h4h0+g==","shasum":"4e397728a1ba0c028229f3d87029feecbd7aad6f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.12221ddb4.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGZYRopqhqf6MQd7X6wWiKUtouRbFMkBaF3iEPii5uOBAiBjM4HCGu4YVWK/MgAOCRWZSaYKNFUhxd8lbhYDK8311A=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.12221ddb4_1692899567833_0.833662382334045"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.5f6304d39":{"name":"@firebase/database","version":"1.0.1-canary.5f6304d39","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5f6304d39","@firebase/util":"1.9.3-canary.5f6304d39","@firebase/component":"0.6.4-canary.5f6304d39","@firebase/auth-interop-types":"0.2.1-canary.5f6304d39","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.17-canary.5f6304d39","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5f6304d3937cbf3edd6d8e5a4dfebb950bd8fc86","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.5f6304d39","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-sX9hGCtO8K9eKUz2EgFfl4WNdryDhCjTAqzpPcSJKlTlvHrQSmO//QFRwZeN4SOuxB1YCwVN9U9iJ8UsZW6l5A==","shasum":"7dd0c7c3934c59a43904f76b1bc630b4566906d2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.5f6304d39.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAE0vmngnEiwMXgZxrrgJTPfEjsggb9queFPUSjKN7eXAiB9Ccdcjk+vVXEsB3GDylUyHov4LVHqmhsP7SFnC5+JxQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.5f6304d39_1692908640950_0.04029019519250365"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.25cda8af6":{"name":"@firebase/database","version":"1.0.1-canary.25cda8af6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.25cda8af6","@firebase/util":"1.9.3-canary.25cda8af6","@firebase/component":"0.6.4-canary.25cda8af6","@firebase/auth-interop-types":"0.2.1-canary.25cda8af6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.17-canary.25cda8af6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"25cda8af6a6fc15e33f0ce5644dd29d996e4716f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.25cda8af6","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-8yU6u3D3rvF16iCkwuCILblxiyUIv+bKrJiVO5f/NKi+FiDwdTo/v6kdT+Y24WjlutG/KVS0QLAH6FOBySiNzw==","shasum":"0df839ca474d47c963394e0aa383284f430a5cd7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.25cda8af6.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGGrXmlp3ZFVAgTHYJvxScJJPw1qOMEMq0fqEjRtZm4wAiAxPO2ultzmzm8XK764CnTwx/UlKNAWzyAUXVZRQ7+7Vg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.25cda8af6_1692993081298_0.4059016447976287"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.60e4a07d2":{"name":"@firebase/database","version":"1.0.1-canary.60e4a07d2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.60e4a07d2","@firebase/util":"1.9.3-canary.60e4a07d2","@firebase/component":"0.6.4-canary.60e4a07d2","@firebase/auth-interop-types":"0.2.1-canary.60e4a07d2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.17-canary.60e4a07d2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"60e4a07d2c89b5ea473f903a942aabab03050fa5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.60e4a07d2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-gxQEs71JtQfhh+SVjIiPtdlAgr/+tkotedXTwvM2SVe5gyC/WCqDmuKaJFB4lSHeqZ3hOqQG+MsJvVlrcKU3Fg==","shasum":"d31d1e287e3271619b479e47985e2869470687ba","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.60e4a07d2.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/XvGkm2GkDXNtYnMG1MMsij/z+OMKGJf0MGkU4POcbQIgUmqGWfoyevGjWdl8oU2jk9zJLLOQJZftQJOdkNWyRPU="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.60e4a07d2_1693334767288_0.3331928173609542"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.1fd9d25ef":{"name":"@firebase/database","version":"1.0.1-canary.1fd9d25ef","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1fd9d25ef","@firebase/util":"1.9.3-canary.1fd9d25ef","@firebase/component":"0.6.4-canary.1fd9d25ef","@firebase/auth-interop-types":"0.2.1-canary.1fd9d25ef","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.18-canary.1fd9d25ef","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1fd9d25ef28288c8c663417eb50e6a1767e90208","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.1fd9d25ef","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mANRP2SE+3oym7EVW8pStbpZk+jl9cT8GokSv2HUj3RrkMkUnbc/kfaZBpfVkh6ft7g+Ly9Q81RYINUl5ZBUtg==","shasum":"adbcd3ad46ffcf07aaa50122640350bdf934a164","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.1fd9d25ef.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHC/iiylncyhRjL5R08mIou3oadlgXKwkMByjHJWpkSgIhAONdrmsF3RTCrGzv0KIj/6bd+Wdqy/xKF4u/BNbz7Q5d"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.1fd9d25ef_1693502757452_0.1902782809419381"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.2d0a9f5fd":{"name":"@firebase/database","version":"1.0.1-canary.2d0a9f5fd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2d0a9f5fd","@firebase/util":"1.9.3-canary.2d0a9f5fd","@firebase/component":"0.6.4-canary.2d0a9f5fd","@firebase/auth-interop-types":"0.2.1-canary.2d0a9f5fd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.18-canary.2d0a9f5fd","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2d0a9f5fd921568bc76fcdee325b9ab5e6be8a58","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.2d0a9f5fd","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-OYJIGNA7VvSuqCDjw9FY4NJ2mbZ9ELbapIhW2lbiy5lRV5bfS9SMfQmgi7wyFYzIbB/gjC4XOFevRwFboivo+A==","shasum":"998224516a65d5ae3316439c10c72d425e4226f7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.2d0a9f5fd.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDpVo6Osz+eSD6EWMVeU1/L8i/NQMJzJ7+t+KOb6+BBeAIgfXSYD1tqkoTpu/AEkQo9PbqJDyqiuKjYWyDtHXuzGVc="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.2d0a9f5fd_1693582863785_0.6197282356900438"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.74fc4cf9c":{"name":"@firebase/database","version":"1.0.1-canary.74fc4cf9c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.74fc4cf9c","@firebase/util":"1.9.3-canary.74fc4cf9c","@firebase/component":"0.6.4-canary.74fc4cf9c","@firebase/auth-interop-types":"0.2.1-canary.74fc4cf9c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.18-canary.74fc4cf9c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"74fc4cf9c0cddd37ce45aa7193191fb3e725a264","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.74fc4cf9c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-J7FIj7zk8/M7AmS9rhfcVZNibLRSEqqSa5/KDlaDbpk350ZmVvpMXzC+iiAa9g4GyBRlVZiT+ZPjArgudY7BVg==","shasum":"28caa9aa5a7badd0d40a5e2b1358515e9cad5dfe","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.74fc4cf9c.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBfXSy58ECdEzaA0QK/fHWx0tZnSep1zNyQJEK8Ok0m6AiEA+S0Y8wbQyVkGSfT8VL4HsMEc70XqdrohQkz7D3fPTmQ="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.74fc4cf9c_1693924805369_0.7806648231284614"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.c5b9b1fb1":{"name":"@firebase/database","version":"1.0.1-canary.c5b9b1fb1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c5b9b1fb1","@firebase/util":"1.9.3-canary.c5b9b1fb1","@firebase/component":"0.6.4-canary.c5b9b1fb1","@firebase/auth-interop-types":"0.2.1-canary.c5b9b1fb1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.18-canary.c5b9b1fb1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c5b9b1fb1c41c27a4702eb7ce8540300e156f011","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.c5b9b1fb1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0jRoG9m/P1x02BYfNFXRmLbUclOSvVB6R/kmgRfLyp8rFKj8oAU/g0gO4K9//jwpUfPbnlEseRQVP2fIL1G53g==","shasum":"f323ff37a7695660f4e0d4a8a18de237f77be075","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.c5b9b1fb1.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+6zXS+8GQYEr9zjnny3g+09DhqRSr/ZF7hMpT0JheBQIgWPnaErTSneMKGMZoEpC2QUJ5TwAkpJJGwjTrFdhTpKw="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.c5b9b1fb1_1693940110951_0.8049549365265924"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.fbd8e0e2e":{"name":"@firebase/database","version":"1.0.1-canary.fbd8e0e2e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.fbd8e0e2e","@firebase/util":"1.9.3-canary.fbd8e0e2e","@firebase/component":"0.6.4-canary.fbd8e0e2e","@firebase/auth-interop-types":"0.2.1-canary.fbd8e0e2e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.18-canary.fbd8e0e2e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"fbd8e0e2e17befcd514775e018fcc4f4c5ecfc43","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.fbd8e0e2e","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-n2iSG5HJc367d/8uDVlqLr9ZtROeNnmG1tlsZZPkXp6sQySGRZFbpRbRdKfn9VHLePqRCsL+m9VV218E260ifQ==","shasum":"4c9759274e12d3fe336e0f9da3526f6a738cb5c0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.fbd8e0e2e.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIByCL9Rq2+pFWFQXrTCTllfm3xXL6bFb4PZVxxTNWX/iAiEAvuF8KXAXN5UiXckIp25i5N/ZNFoP6LsutGuCM/Y2FD4="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.fbd8e0e2e_1693945714955_0.7798166738561334"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.320e58cc5":{"name":"@firebase/database","version":"1.0.1-canary.320e58cc5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.320e58cc5","@firebase/util":"1.9.3-canary.320e58cc5","@firebase/component":"0.6.4-canary.320e58cc5","@firebase/auth-interop-types":"0.2.1-canary.320e58cc5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.18-canary.320e58cc5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"320e58cc57d0fc485548611c5975dd3df69f8d18","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.320e58cc5","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-6vrxEwif6rpCeIcDjJpzoab50FNuRHIQe07IgzpoK3d26OSHR0E+3thxF/h71rDfHpvjjHBJI79qsvO42sCFfA==","shasum":"5b20d85356fbd6a2c02305f5243b1e67a3527049","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.320e58cc5.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRlnvTSA5hDPri2RbpEWGhfWHgouS8DF79he7UBUA5vgIgUNFeAMB++2hv9lfYa58eEp7NF0esIAHoK/ZpY5WVjOA="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.320e58cc5_1694024929459_0.6544958511364458"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.98cfcbd0c":{"name":"@firebase/database","version":"1.0.1-canary.98cfcbd0c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.98cfcbd0c","@firebase/util":"1.9.3-canary.98cfcbd0c","@firebase/component":"0.6.4-canary.98cfcbd0c","@firebase/auth-interop-types":"0.2.1-canary.98cfcbd0c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.18-canary.98cfcbd0c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"98cfcbd0c0629d4aee60f686edc0da3e27ce36c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.98cfcbd0c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-6q6Q0qw1umyR0FXAOZ2lpAxco3L/+lEYOlfoHpSzgQDaeWRQ5DYZ7e75Dy6PhhXwmbcbAHVkc9QC9GWIjpbjSw==","shasum":"9c3b950df101d9b2b5d8d73ce0b3114dbdf78218","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.98cfcbd0c.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAmJYs6v/f8fpTcut8Phz33/sk5pG6uU2jGskacepeD3AiEA1EpglH8nl73DVxsHfNP7vrTZ3O/y7FBUIg3lq2MvJKg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.98cfcbd0c_1694194250233_0.3895937218775165"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.e5b96d77c":{"name":"@firebase/database","version":"1.0.1-canary.e5b96d77c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e5b96d77c","@firebase/util":"1.9.3-canary.e5b96d77c","@firebase/component":"0.6.4-canary.e5b96d77c","@firebase/auth-interop-types":"0.2.1-canary.e5b96d77c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.18-canary.e5b96d77c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e5b96d77c27a158b0a103f2c3257436bebb86524","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.e5b96d77c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-WiqGoQASW5cu8cxE+YlkEOuQ0YlkZHaOZoXp/CzLcT56sYB+vKiSVfCI4D3FPwLibbC7BMapgt/BY7eYDALGSQ==","shasum":"2d94caa8a7245ff66a4d521d9c0b78177112d4df","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.e5b96d77c.tgz","fileCount":230,"unpackedSize":10597391,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGsDI7BsPywaykDdrWBck/XIxSnqog1ZT3y/Xm9EmdhnAiAoNyVzXaIkaKfeXcOMxXHwmBs3Lhghzdf8L2WTfacdIg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.e5b96d77c_1694619379455_0.5208322482053012"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.2be12d7a7":{"name":"@firebase/database","version":"1.0.1-canary.2be12d7a7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2be12d7a7","@firebase/util":"1.9.3-canary.2be12d7a7","@firebase/component":"0.6.4-canary.2be12d7a7","@firebase/auth-interop-types":"0.2.1-canary.2be12d7a7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.18-canary.2be12d7a7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2be12d7a7f48b3ed3c4c963fc6715923f2b304ac","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.2be12d7a7","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-GF6iZKkmfNL0oZBXuRyJM6KX0en7nnfnWhhwvEH3iEISTYsU4YClZjE550jrpmW9m+KrLqqcwvX9wbWzLpmHlA==","shasum":"68a1947a69d8aef349b5aa60a95a963bce0e9543","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.2be12d7a7.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+9HyT270Y0ZKXQbZUEtIKrPJdNGNL4XnPCI5AyUfXxgIhALiwW7CJ0g4n6FNzIYeJgq7amxM/L7Q4QmGAhey8grkd"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.2be12d7a7_1694695456388_0.35567198891308327"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.0ae010ef2":{"name":"@firebase/database","version":"1.0.1-canary.0ae010ef2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0ae010ef2","@firebase/util":"1.9.3-canary.0ae010ef2","@firebase/component":"0.6.4-canary.0ae010ef2","@firebase/auth-interop-types":"0.2.1-canary.0ae010ef2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.19-canary.0ae010ef2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"0ae010ef2893ba0256736d345db0992fb148db4b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.0ae010ef2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-PartNeDYXdngWFKq3qQizAc0S59dJIQCHi4O3llJLu73TI55IN17pwF4Lva3QOULUv3WUFbY9Sh4vQuKDdX42Q==","shasum":"cb6f5f549288d0c7db26adfcfee0b3be8d8e1ad1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.0ae010ef2.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQClXDkpDQ4Nzy8gEJiwzTv1yjJ0VzQ6bPrpRKZy4FW/JwIgfkKgxJnXJFNRlGcAMNmhyezryMGpOthA5wyNB7/7YRg="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.0ae010ef2_1694723019125_0.017224564706989076"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.3492066d1":{"name":"@firebase/database","version":"1.0.1-canary.3492066d1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3492066d1","@firebase/util":"1.9.3-canary.3492066d1","@firebase/component":"0.6.4-canary.3492066d1","@firebase/auth-interop-types":"0.2.1-canary.3492066d1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.19-canary.3492066d1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3492066d1ae0239103ae1a19d27380b434fecb93","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.3492066d1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-3ninYSGceUGJ5PwFGZ2DyLMWtSAL879nTNLdjXS8i3c45NI/ia5jFpGo3sZueW1KCQf6kIAnG4WVUkUwR+Aopw==","shasum":"7f91a3b3c81f96a3f427a65c39b100a18c990f4f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.3492066d1.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCPcBfEjib9nvQ/PHlyCyXJNpZXintM8FHoMlTRm/6ceQIhAK4D3UlATmZlvUYglGDT4Ccob9xN+7LEoR6jrJhVSN3P"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.3492066d1_1694802984162_0.20997565510019278"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.e30d7a652":{"name":"@firebase/database","version":"1.0.1-canary.e30d7a652","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e30d7a652","@firebase/util":"1.9.3-canary.e30d7a652","@firebase/component":"0.6.4-canary.e30d7a652","@firebase/auth-interop-types":"0.2.1-canary.e30d7a652","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.19-canary.e30d7a652","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e30d7a6522fd3be0c30a82ee054b271a68c03fde","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.e30d7a652","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kK3EJ+CdXYaPg1zS1AqG+aCEQlV57Pmx5MQVneuTBCBF5JkQH7SNVhSDJrcJ2NFyTDYmal6aZ3S7EAUuUwdBAw==","shasum":"593d03c11685f858ae18f1959b4f076ff9e7fc12","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.e30d7a652.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCIebWdVodOPE6MYLAn4R0W7fU1GX3sOZNJ728nX9CF1gIhAKElsQtLmAsvuYBc90iPvIpuwmzH+g8RD0SS/r995T1v"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.e30d7a652_1695325535062_0.047335319449301805"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.eff95304d":{"name":"@firebase/database","version":"1.0.1-canary.eff95304d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.eff95304d","@firebase/util":"1.9.3-canary.eff95304d","@firebase/component":"0.6.4-canary.eff95304d","@firebase/auth-interop-types":"0.2.1-canary.eff95304d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.19-canary.eff95304d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"eff95304d4881a65a6fc0015663d7873507f299a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.eff95304d","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-wHfmVVDDhqFYJqMl0CWoQNOKlgNfm2ktJTh8g4qHyv06Q7ERgBavsIHnvDBSglm6ztv1AaPfNrTWUhu+re7OLQ==","shasum":"e2f9f33aa374733dfa3874bb7b9635a13ecd7860","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.eff95304d.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAavGT3j7FkbeV6CIQUGoZ7hcicsi2ipOl/uOezckuIRAiEAxFdOrjr3iZp6MjgIicojvZ6wLHIVtgqdBnBGj6/m6m4="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.eff95304d_1695763426185_0.12360795941823599"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.031f19b01":{"name":"@firebase/database","version":"1.0.1-canary.031f19b01","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.031f19b01","@firebase/util":"1.9.3-canary.031f19b01","@firebase/component":"0.6.4-canary.031f19b01","@firebase/auth-interop-types":"0.2.1-canary.031f19b01","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.19-canary.031f19b01","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"031f19b01d36e972ffc8d6c4c8671758c023c0fa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.031f19b01","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-2WQsyCqizPjt1puJe/jvB7VyYltZHfK27u64r5PO4c5EQ/upZ2eH4KoBwQ5E7vxshz0wF0PLfByF7edsFGI/Rw==","shasum":"48ffe5bff29abc81098971cc1788add6020c12c1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.031f19b01.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGAAaw+JfMNUcqeX074m3NiiH6vAmXEvw7B/YsI7pMBwIhAJ9pLdyDPsiteLVnxonbdKQVhrIzEzFSiEhhGJGtYqRV"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.031f19b01_1695904671339_0.2647762876773003"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.c95e0aab0":{"name":"@firebase/database","version":"1.0.1-canary.c95e0aab0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c95e0aab0","@firebase/util":"1.9.3-canary.c95e0aab0","@firebase/component":"0.6.4-canary.c95e0aab0","@firebase/auth-interop-types":"0.2.1-canary.c95e0aab0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.19-canary.c95e0aab0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c95e0aab07228c786c7f9a9b550f4cc720ecb520","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.c95e0aab0","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-HlADX6t6ZG0m8aJj4L7Y5Fskz58F4DnlXTWIfz1ZuxfpWb7sFvmDIkPp58wh3vJ7EkmgPHpW6t/AngHfNno5Yw==","shasum":"72743081dc09de5697e214856588602486e10e8b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.c95e0aab0.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH0EKya7gf7NZZ8awkxSvnlFCQ+mMuZvL6D3MrSWKzGBAiAQ1szv6+hbkAkiJ4NcaL9q7rqlJIiSNW4cH2eLl796IQ=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.c95e0aab0_1695932043037_0.5145311545543363"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.cca47353c":{"name":"@firebase/database","version":"1.0.1-canary.cca47353c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.cca47353c","@firebase/util":"1.9.3-canary.cca47353c","@firebase/component":"0.6.4-canary.cca47353c","@firebase/auth-interop-types":"0.2.1-canary.cca47353c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.19-canary.cca47353c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cca47353c9db1e16fa512f909525dd34920db1ba","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.cca47353c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-az/gTOzry/iZyVhwS9J2+xCYEndL5p5gYTkaMqScJZ15jas+MTnoR1kJhmypOY4aPHEE6ArwLJswT3FS9ZAQvQ==","shasum":"a6cdb2d7c25087534d084b155defcee5dbc009dc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.cca47353c.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB8N4veYgWTukFRVi1UOCIEvlk2R0v/oa7of4/rHIBpUAiBoikU27Lehk/gBc/9xEkUGT/61nGxgFhe1FKppim2FKg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.cca47353c_1696006709056_0.6789290593335746"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.cbfd14cfb":{"name":"@firebase/database","version":"1.0.1-canary.cbfd14cfb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.cbfd14cfb","@firebase/util":"1.9.3-canary.cbfd14cfb","@firebase/component":"0.6.4-canary.cbfd14cfb","@firebase/auth-interop-types":"0.2.1-canary.cbfd14cfb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.19-canary.cbfd14cfb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cbfd14cfb27cda8a6de74be5d138ea9e6de09fe9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.cbfd14cfb","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-tRdnmYUzOPO70SMk+VfEmf+XEWWTtOMvfqyYJU6A+cltQMxT/nrtRWHi3yJUFPq0+s2Ta7A3vQUSoPtBT2cYag==","shasum":"47aa5cb90c84b8cb71e4681b0e4b29f96bdde123","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.cbfd14cfb.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDH6aXCSH7moT02YfujCXjWq3zvyLs0skk8vs/06RzpPwIhAJFmZi9sN+PULcmJ5RwJkUeJB22pszHIrNXdmvM3xrYC"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.cbfd14cfb_1696431256988_0.39696354144498747"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.02e2518ca":{"name":"@firebase/database","version":"1.0.1-canary.02e2518ca","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.02e2518ca","@firebase/util":"1.9.3-canary.02e2518ca","@firebase/component":"0.6.4-canary.02e2518ca","@firebase/auth-interop-types":"0.2.1-canary.02e2518ca","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.19-canary.02e2518ca","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"02e2518cabce16f47e4485c4c5a2a499e4d96e0c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.02e2518ca","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-tJh0zEYHaZ6hJACg7XJAXBeFpHsT69gzIqWY4ORN15VVNYflS5kS+ZrQBoPx5A8Xhr1fNbuFI73HGXgk4yo4Hw==","shasum":"62a3ae407b82e3988f17db2ca4f4856ce246e82b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.02e2518ca.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqdIJpIo2bxiutiPU3RniDAYDRNXM2SQDm/wsHJm3bDQIhANSK+w+jFegLdUZbGZrw34M0fUdUQqM5fhdTZGAsOhIS"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.02e2518ca_1696963107295_0.08380876461085807"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.d2e4774a3":{"name":"@firebase/database","version":"1.0.1-canary.d2e4774a3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d2e4774a3","@firebase/util":"1.9.3-canary.d2e4774a3","@firebase/component":"0.6.4-canary.d2e4774a3","@firebase/auth-interop-types":"0.2.1-canary.d2e4774a3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.d2e4774a3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d2e4774a3d7f225eec4b2587e73ac2bb9bbdb4f1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.d2e4774a3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-nKiEAgpNWtFth/794b556LXMLrUBV6IxmkMY/jpkyLjwTF0rphqfev4Em6pbWkuCYKpeivxapb5yjPPrm0ui4w==","shasum":"c31193589f25d2fd622ea5459ef8cf486539f1c9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.d2e4774a3.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBys6hjm3/wHQGCn+mLDaSYxT72F/Wj6RKoz4lQ4NGIAIgGE5aTFJ8d2eujjJbAVxdoB2o+oMiKLw89UooQaaZC7k="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.d2e4774a3_1697142762717_0.7186045518899162"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.8283a5556":{"name":"@firebase/database","version":"1.0.1-canary.8283a5556","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.8283a5556","@firebase/util":"1.9.3-canary.8283a5556","@firebase/component":"0.6.4-canary.8283a5556","@firebase/auth-interop-types":"0.2.1-canary.8283a5556","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.8283a5556","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8283a55569fccf8ed980399465d36912e2534d0a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.8283a5556","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-y5Hxr9aV56n1S2xRqVjKtg4+iUca9roukJDNQrVSZukCLn5aIu7M7IGPn3dqmjx2GYUr7Qrdk4rAZTLu5DWs3Q==","shasum":"2e1f9e2c1869a31748d5ae0104dc9edd6ca905aa","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.8283a5556.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHndjiHe04KqFpdlsEKoq7gZVsvic8jbUxKC8U6wzkpZAiAfxaM1WyPJVhfXFKN8jGk1x49M4S2zkHZ054CrrhR0Qg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.8283a5556_1697207974484_0.9787461864370328"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.b59229836":{"name":"@firebase/database","version":"1.0.1-canary.b59229836","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b59229836","@firebase/util":"1.9.3-canary.b59229836","@firebase/component":"0.6.4-canary.b59229836","@firebase/auth-interop-types":"0.2.1-canary.b59229836","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.b59229836","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b5922983656d5f64355c0850edc51b1cf6168d9d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.b59229836","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-fwPGqDvn9U7l19JTDmEK/DaFX0Ac8Oh53KMOcEl7xmAP3P9nZxhg/i5b5p16SKswXpCPKnyKyCghbvxYFotqow==","shasum":"1a7b0365289a400ec6ebfe54f83997cb3216e9b5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.b59229836.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAKXfcm3M1X4gdWL1Hl1IuOsSLgLWYEhMxX8V9LWOpDrAiEAyFY7dmNJWWeMQs5eKfCaoLGG4WO5Eh77WSRk0hES54A="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.b59229836_1697215125655_0.6124460126886684"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.3533b32b1":{"name":"@firebase/database","version":"1.0.1-canary.3533b32b1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3533b32b1","@firebase/util":"1.9.3-canary.3533b32b1","@firebase/component":"0.6.4-canary.3533b32b1","@firebase/auth-interop-types":"0.2.1-canary.3533b32b1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.3533b32b1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3533b32b1be6a9800b1b58a6a2b08f50fae18eeb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.3533b32b1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-/XNeEqpzXU2WWFGj+LmtnSMwQtjxLeldHMqEmFgsnZVBaN8u9+YLPTH65m1DN/QoL+wgwQeY6nv7HgFVUvCuhQ==","shasum":"91b0f8bde790d0ad88e128233162d3c5788542c7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.3533b32b1.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3m+0n0wGRhj6yLuECs0qj8BdcQX0xxVwJlUPXHnoebgIhAN7Ax5LYX5EUgl5TEip5i5x7g4aq8pGCiU78ptij+oJs"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.3533b32b1_1697243069301_0.2750928397667729"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.40b3b0f65":{"name":"@firebase/database","version":"1.0.1-canary.40b3b0f65","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.40b3b0f65","@firebase/util":"1.9.3-canary.40b3b0f65","@firebase/component":"0.6.4-canary.40b3b0f65","@firebase/auth-interop-types":"0.2.1-canary.40b3b0f65","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.40b3b0f65","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"40b3b0f656c6c36ffb72770ce40808080a6e66ab","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.40b3b0f65","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mLWks4hjW0EyHWa8nY2Jywk6rVzjDiuPMtX+2pXJBRp7Dfu6OMx/u5mur+i8JmPwEZQw/OVIchFfWU+TF3loCg==","shasum":"e1af4c24d9fa55b02a4bec4442aa314b80c01aec","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.40b3b0f65.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIERCfqe+S8SeJaloHUWtxRJE2hbNVF6bSkeYUaIou0JmAiEAzFUJIlhYmbHjVHZjeziD+AP36kuYzPLv0KJPY4iMi5E="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.40b3b0f65_1697473366651_0.3532352518154078"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.12f25592c":{"name":"@firebase/database","version":"1.0.1-canary.12f25592c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.12f25592c","@firebase/util":"1.9.3-canary.12f25592c","@firebase/component":"0.6.4-canary.12f25592c","@firebase/auth-interop-types":"0.2.1-canary.12f25592c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.12f25592c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"12f25592c02de8d899926d215b0ffd383b1f3aa0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.12f25592c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-VxBxqbARxF5FeiXxE6us4M6QKKdXcXY8Ozz94bGPjeSnZmYbxgQuutv0qS4Sr9dJGfMK62BJeVLlPtAdKc0/MQ==","shasum":"1a74bc81aa849d4d2e1340fc0119ababab79d078","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.12f25592c.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFFoD3sY9fdQ4AYCtJwbiON+PRZd2k4x/zFCgMbqdjbEAiEA0tJNuv7CxlHEmzL/wNvUF0U6DxhJk20DX+YBnBmVuVo="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.12f25592c_1697483888519_0.8754047644239571"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.68927ced1":{"name":"@firebase/database","version":"1.0.1-canary.68927ced1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.68927ced1","@firebase/util":"1.9.3-canary.68927ced1","@firebase/component":"0.6.4-canary.68927ced1","@firebase/auth-interop-types":"0.2.1-canary.68927ced1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.68927ced1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"68927ced1159d9b79407c7823d7f48d30ccb591e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.68927ced1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-j1Sj9mX55MiB8M/AndsElsa3tHsecI3XS1fkEulm2aOLbAiYewpbmpmSiQiBD7LHxs/x2fWcxU1bxuFYuV4PxA==","shasum":"81c60167be42abffee39c7e3c23e42aa40813b38","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.68927ced1.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCTNg7MpswOqZTXhC4vMT6blDksxZhz4LyVY9bnKkDrpAIgfLHfmO0ou7wu/aV8f4bZ1Gfpvq+yhYUm+sKuMBIsY6A="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.68927ced1_1697651411563_0.7270383029025549"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.698eeb67d":{"name":"@firebase/database","version":"1.0.1-canary.698eeb67d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.698eeb67d","@firebase/util":"1.9.3-canary.698eeb67d","@firebase/component":"0.6.4-canary.698eeb67d","@firebase/auth-interop-types":"0.2.1-canary.698eeb67d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.698eeb67d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"698eeb67d767404fa995255e793c94de9d98156b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.698eeb67d","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-wznOYkWWhkK5JiCcyEqK/bMXKBRnEgO7EDad4o68SghpMp5YDaELUf8NhiL2TzZMEpMKVXkHiWSGV3DdQMqEMA==","shasum":"dd2678665f49eddadd598eae8e365fe8f7561294","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.698eeb67d.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDlvFUqNwAcg4HPMpIXQQqHUGJ8ZXZLOELGIK5Uri3SDwIhAPbkRmipJR9LRZcmisFTx38r3bAqnDnE0n724xBAh3b8"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.698eeb67d_1697672645266_0.9279061441956165"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.bd073b26a":{"name":"@firebase/database","version":"1.0.1-canary.bd073b26a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.bd073b26a","@firebase/util":"1.9.3-canary.bd073b26a","@firebase/component":"0.6.4-canary.bd073b26a","@firebase/auth-interop-types":"0.2.1-canary.bd073b26a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.bd073b26a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bd073b26a66b4807ae81d46613ae850d68458536","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.bd073b26a","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0iZqELn2plSNa8ycvU/YuPTJpVakGvnGPfOfMHqizS/GbxVreWbxZxnP7c11JFYlJ7mb2rMVHJeFcUYG3YsrWg==","shasum":"1ebaff84e51367fae02434aee455e7d4e8e05388","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.bd073b26a.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICrhYGFCIuP0hDF/zYbkFM8/uWgLoRgwmVirNg+pPcIfAiEAnz4vQ0TMKQRnTW/4b1eny7nO57Rdaj1+ar/6OFw3tLs="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.bd073b26a_1697812876132_0.4654383733467007"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.f002ef36a":{"name":"@firebase/database","version":"1.0.1-canary.f002ef36a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f002ef36a","@firebase/util":"1.9.3-canary.f002ef36a","@firebase/component":"0.6.4-canary.f002ef36a","@firebase/auth-interop-types":"0.2.1-canary.f002ef36a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.f002ef36a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f002ef36a6b427fd526696f9cd6077a217ccc6ef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.f002ef36a","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-BYzkhBYNRs/m1H9Q5zg7KV48npznOGAdk66nz91zfPmXWmKxdPKv7LWlOAruJWV6hVbl8dgOPkqwQNSW7BbfrA==","shasum":"8ea4b105167f97678a3a274c7eea1aad51acd21c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.f002ef36a.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFqk8/Gwn1rwQhy2ScAsk4Y3cWmQNiIxic2tk4R3ku0YAiEAkWHdOsd3SSiJvNdwOXE7Vw30WmVhzfAmdvxxLnKca4U="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.f002ef36a_1698087014675_0.8457810537535164"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.cac91659b":{"name":"@firebase/database","version":"1.0.1-canary.cac91659b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.cac91659b","@firebase/util":"1.9.3-canary.cac91659b","@firebase/component":"0.6.4-canary.cac91659b","@firebase/auth-interop-types":"0.2.1-canary.cac91659b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.cac91659b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"cac91659be85b627a0434f13b6ce7c183354b5b7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.cac91659b","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-In00Vga8rVSNffAOHaL+oT70yRofPwzhOo1kBK+8bqmTPbkz6D8QuAWaWT4ldF6EWmVJg7MDg5zp3d+qYjlJig==","shasum":"bee13aa83da40b6b3c0b2d1c3a20fba17e33aa28","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.cac91659b.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEgEd0vrOMu2JCNoR8ynEjVZmIhyMWSiR+kiwdUmi1NwAiBXZT6s8Ls20+jm5qnY1mukz5+yfxJDqPlEzUYMWl89Kg=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.cac91659b_1698263841656_0.4566165110476432"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.33a2298af":{"name":"@firebase/database","version":"1.0.1-canary.33a2298af","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.33a2298af","@firebase/util":"1.9.3-canary.33a2298af","@firebase/component":"0.6.4-canary.33a2298af","@firebase/auth-interop-types":"0.2.1-canary.33a2298af","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.20-canary.33a2298af","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"33a2298af3dc669a23548ee1703de788435aa6b5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.33a2298af","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-CMBnWrSQAVtM8wBz2G4wpgE6FMZ4X8JhXxxdpLTOItgA0ZYj3Ml/QZ4eNs2ncvhhuaG8fwCMXKTE3IPOb/bmBw==","shasum":"da0bbc50856e7fcadab550278b6c753487402ff7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.33a2298af.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCe/mF9VTNR1jvhOOlxtiO21pXKJMbQqYGfSoiwn1FHfAIhAJKA0PBvobRSM1JBWjY6q5aAxcPO9pGR69tUu4TIArS+"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.33a2298af_1698282149697_0.43220820086628264"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.6e4e475f6":{"name":"@firebase/database","version":"1.0.1-canary.6e4e475f6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6e4e475f6","@firebase/util":"1.9.3-canary.6e4e475f6","@firebase/component":"0.6.4-canary.6e4e475f6","@firebase/auth-interop-types":"0.2.1-canary.6e4e475f6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.21-canary.6e4e475f6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6e4e475f67aa6d92e524c8f6d9f119ef9f7fe452","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.6e4e475f6","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-z2V2P9P64F8Pv5H3vEUsa9SzKE2QCMPjBT2Bx9B/IXDxPOrUZ2k+nsbB94gqfHTdP5A56TY7hobF4bSjblOPrw==","shasum":"8fbe41207eea11f9ab6b57d3ebf25d09ecb5da2c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.6e4e475f6.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFpbtfAtNdC/QGtkmeWiF1RNJDxgFX1jhCMz5CLRXz9gIhAM+2KFAkzL9tkSPECqVOvGXVgZQc2iaaEHJa+/pMEzyC"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.6e4e475f6_1698356870180_0.8308879546390764"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.f27baf423":{"name":"@firebase/database","version":"1.0.1-canary.f27baf423","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f27baf423","@firebase/util":"1.9.3-canary.f27baf423","@firebase/component":"0.6.4-canary.f27baf423","@firebase/auth-interop-types":"0.2.1-canary.f27baf423","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.21-canary.f27baf423","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f27baf423b3c9834b94aed13a93a5385813fd7dd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.f27baf423","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-64DWFNXXgE6yrB5qAlzCBue+tffY3ev9/OxC5BMr0qQQCLvlwfzqhHiIxCLAiIQ4C0iHrCI/9qOaRU9KKeRpbw==","shasum":"eda9bf1c0b8ccf2eb15eb26ac61c454f63a2d61c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.f27baf423.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFKs9R9zcOMw8YvUNJPil3uYbbEWElWmzlBn6fR26/XcAiEA5R6ywhqbdXuCACb4ovNBUpHJtYxmfHio6WZ89M439rc="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.f27baf423_1698368254700_0.20856066024262598"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.12ad9f181":{"name":"@firebase/database","version":"1.0.1-canary.12ad9f181","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.12ad9f181","@firebase/util":"1.9.3-canary.12ad9f181","@firebase/component":"0.6.4-canary.12ad9f181","@firebase/auth-interop-types":"0.2.1-canary.12ad9f181","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.22-canary.12ad9f181","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"12ad9f1818f141163e126839ece81e39e9404a60","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.12ad9f181","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-W4BBMFKnC1y/OkDDrDXFclwQ9bKxMZOUW1dIL0F6cnmVAAL6uRFDayNw+bGrP2oIPqrURpF5zd8Hklb3HkhokA==","shasum":"4af282ef9086d84d2f01356f8501d560a7442ae1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.12ad9f181.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID+eldtf4lZl34SqMN8g9hBjz319TqdlmuZYCkW0h5oOAiA4EjfFrZUlGlsMQaVcAgMEJBJOGGJVlAaEEJn1fshI2Q=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.12ad9f181_1698375852530_0.710143558712919"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.67c5a9088":{"name":"@firebase/database","version":"1.0.1-canary.67c5a9088","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.67c5a9088","@firebase/util":"1.9.3-canary.67c5a9088","@firebase/component":"0.6.4-canary.67c5a9088","@firebase/auth-interop-types":"0.2.1-canary.67c5a9088","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.22-canary.67c5a9088","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"67c5a9088b3e65ebb858a6fb779a358fa8ccbf27","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.67c5a9088","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ITudGzOy3LwuXKV+4b9eznfEruHHeVY/1webkDRHOGtVCd5/khONv9ngE3vbPa+z30gri2jZI7F0vulJj4SsPA==","shasum":"aabd554f2175358b8f7614ccf5f6d7f9b9c11131","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.67c5a9088.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBYNPlNiOKgkyo6+JIhHaOvLOu721HCsofCF45a/0+rrAiARAEvevIxl1d73rH8XdiPiOuRB6O5hzQG+w5fddgKj3g=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.67c5a9088_1698691009012_0.012696442226850513"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.f10acb360":{"name":"@firebase/database","version":"1.0.1-canary.f10acb360","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f10acb360","@firebase/util":"1.9.3-canary.f10acb360","@firebase/component":"0.6.4-canary.f10acb360","@firebase/auth-interop-types":"0.2.1-canary.f10acb360","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.22-canary.f10acb360","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f10acb36009dc9d5d4f0d0880f1357330e3f1d1b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.f10acb360","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-jKD9pmV64/Uu7NAFXrt8dZUOBBPtcwDXcVbyFivY7QA5Y4QNCG8xiP/RST7NbacKRUQocX3LTXN0ifoh2e0iiA==","shasum":"5223a1fb11126a3be4240f73cec6a114f6e5cde8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.f10acb360.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBXo2BnYoM1ZDTGghzu7qA9mHuSakgAW6xxaT63mX6QLAiEA6XMvsTqLKZzAc5Rs3JhYD9iEoJ0256aCSyV5QXwV2fo="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.f10acb360_1698868737572_0.7848602645217375"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.ff1a6ec2c":{"name":"@firebase/database","version":"1.0.1-canary.ff1a6ec2c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ff1a6ec2c","@firebase/util":"1.9.3-canary.ff1a6ec2c","@firebase/component":"0.6.4-canary.ff1a6ec2c","@firebase/auth-interop-types":"0.2.1-canary.ff1a6ec2c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.22-canary.ff1a6ec2c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ff1a6ec2c7a2a0dc79ea55eda6149c3dc5ca19ae","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.ff1a6ec2c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-sWfBD2yz/8GP+ton6FTiTUnvKnFgMd+fdZB3scjupLCVs5+0Mf5NgvVhy+fIEJMEr2cwmC3l+ae4Z4PLhyIiaw==","shasum":"b44abd699162b8605698c3cb58f930d283ec0932","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.ff1a6ec2c.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC4ZLYUVbbweZ+egZh+DbCTIAtVyEm1kW3PRDX4Vtk7AAIgNKAswNPL8nRIyTHpCe+SRcy0INR6cxPN404dFD+bMRw="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.ff1a6ec2c_1698873128706_0.737361168850666"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.5f496e401":{"name":"@firebase/database","version":"1.0.1-canary.5f496e401","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5f496e401","@firebase/util":"1.9.3-canary.5f496e401","@firebase/component":"0.6.4-canary.5f496e401","@firebase/auth-interop-types":"0.2.1-canary.5f496e401","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.22-canary.5f496e401","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5f496e401782db29afd1bd433818a3fc1ef1da3c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.5f496e401","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-UvGvdt2por+VCih/qYLWnOac/teUKyhH10310gRdq9GvKVWZmj//sWHNd0Kfm4GV+KgmhuahOSUfpdgIsefFFQ==","shasum":"a92450f43797010c4e1bda9302361f32aee0914e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.5f496e401.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBfXbRoP2LUwM2Xs4PvZdAtXmhTyCbOkwFnIhRa28nOJAiAj8mJjnkkl5chn2X3MBuGKYmQVN5BoD2DVUkpi1C9CzA=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.5f496e401_1699311054664_0.9033003589797051"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.5c7fa8491":{"name":"@firebase/database","version":"1.0.1-canary.5c7fa8491","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5c7fa8491","@firebase/util":"1.9.3-canary.5c7fa8491","@firebase/component":"0.6.4-canary.5c7fa8491","@firebase/auth-interop-types":"0.2.1-canary.5c7fa8491","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.22-canary.5c7fa8491","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5c7fa84912ac8a9652b82ebf88eb483dd44977a8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.5c7fa8491","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NYEEuCiri7/INGODUw9m8NRjEAStsNBE1qwiMVc+6WAp7tPSpAStLglZ4hVGf6QZqhgUIlDx+OKq9iMAJtA1HQ==","shasum":"76c7c7527c1f4a2dc930d82926ee517c9be4c450","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.5c7fa8491.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCT9h09MoExk/3TfOIuyypTwTu6yuQt4M4drSSJnAa0owIgKvr2yulklv+VPew3VwSDuESBFAOQ15++5hnFZ7v9X7k="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.5c7fa8491_1699321820027_0.8440599238044142"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.a89e05bfc":{"name":"@firebase/database","version":"1.0.1-canary.a89e05bfc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a89e05bfc","@firebase/util":"1.9.3-canary.a89e05bfc","@firebase/component":"0.6.4-canary.a89e05bfc","@firebase/auth-interop-types":"0.2.1-canary.a89e05bfc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.a89e05bfc","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a89e05bfca7fa67ce2fac4195ae07f04accfa2dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.a89e05bfc","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-Q6UPPzUN9DHh0qiuloXBHpL4lQ3u1mcdc3gvDMIGbSA2rNkZhe5QNkCLgH3R+6CA73VgQJn4iIaw8RU7y3CdTg==","shasum":"c41f5a6cbf3e980b3f912bbff03c6f666ba13b3b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.a89e05bfc.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQChA5L/+13azQqL9ojoLTPoh1Ug5eZdjo6uit29FrmQ/wIhAP91pCWxrbuie+GlQwft8cU60lu50pG1SLVpvL7fqPEf"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.a89e05bfc_1699549965776_0.3058903070866308"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.bebecdaad":{"name":"@firebase/database","version":"1.0.1-canary.bebecdaad","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.bebecdaad","@firebase/util":"1.9.3-canary.bebecdaad","@firebase/component":"0.6.4-canary.bebecdaad","@firebase/auth-interop-types":"0.2.1-canary.bebecdaad","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.bebecdaad","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bebecdaad7fa552505055ab7705da478203078b6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.bebecdaad","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ihYEFo1jA4o1nqOtRoiS4GflKxUYSvNgCG8p2YN5vOcvrMZ9RJtlL/UyRx0x6g1Ajj4weN9Q8PcO1y14OA5WdQ==","shasum":"b8d42ebb9f9425cbb26ee1a70a8972b68c4abef0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.bebecdaad.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBrGZvaA+2l7GfHrWr1Y8GsooFcSx4Zo8W9uecMMJuCdAiEA6qt4oa1TuqSvmohiEgVeMCeFJ9HSr6RnDp1CefO9vqE="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.bebecdaad_1699802845814_0.2274341904043944"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.ebc694a33":{"name":"@firebase/database","version":"1.0.1-canary.ebc694a33","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ebc694a33","@firebase/util":"1.9.3-canary.ebc694a33","@firebase/component":"0.6.4-canary.ebc694a33","@firebase/auth-interop-types":"0.2.1-canary.ebc694a33","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.ebc694a33","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ebc694a33027ce5c663b92652de607c36b08d8a2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.ebc694a33","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-5pxUvlVNZrtP87XhHrnhWNZZ+Ks7Dxg1ELk4GuHQ4Ro/fADQjvd+jxek1Zw7Sgqq69dtd9QkojBQ/LZ4FIdgsA==","shasum":"228bd846b3bf4f0c62c1a61554430585846bba84","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.ebc694a33.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdeWPPaHr/gd8iH3/cZVwUHjJkQlzxwh9SeSle7ldTxgIhAPs/Ec/qyfobL33omzGZF7pzs7qtVKqol97LxfqiRttj"}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.ebc694a33_1699994609782_0.2674585740335216"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.2a2e2b7ce":{"name":"@firebase/database","version":"1.0.1-canary.2a2e2b7ce","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2a2e2b7ce","@firebase/util":"1.9.3-canary.2a2e2b7ce","@firebase/component":"0.6.4-canary.2a2e2b7ce","@firebase/auth-interop-types":"0.2.1-canary.2a2e2b7ce","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.2a2e2b7ce","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2a2e2b7ce86b4c23b42e068d33aeb2c20b61d1e4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.2a2e2b7ce","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-9zK1jw1OalqYgl+RhsnC3jRznnHx69nIG0sA9bqX0h14z3DmimwpKcTJt8qnZE87miocTkn3ZQBy5Z1qAuI5Mg==","shasum":"a02efeb220801cf6ae2e90291d789b8c158f5f06","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.2a2e2b7ce.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBdKd8WtrRnKs6e3fNLoWRZQoIOznTxlduQwjKVMF8lHAiEA8lB4CRGRSeo4G+B38sv12V+5PBssWgII7dsZfH2NbWE="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.2a2e2b7ce_1700074346853_0.8771638742445387"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.b2163b33d":{"name":"@firebase/database","version":"1.0.1-canary.b2163b33d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b2163b33d","@firebase/util":"1.9.3-canary.b2163b33d","@firebase/component":"0.6.4-canary.b2163b33d","@firebase/auth-interop-types":"0.2.1-canary.b2163b33d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.b2163b33d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b2163b33d4076ba69849c82751fe225dc989c9de","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.b2163b33d","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0v9+WpPLj3FWjnQwW10+sY3bnO8sHySFj+m3rdrtvJS9Htkh6CrDak1Zv9pDhzlPeueuYLKcsK5+CxyEyN5LgA==","shasum":"d4ff895bef56de77afb324c1ec58fec9c8d5d792","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.b2163b33d.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHYWGqsdAoCg4A1swPj1VvFBJ/FwArTe8yNFdT2YnxQcAiA3JDgjySz5mI9NyHmh6WusqHe8b3g4GJrduxAk4/lUUw=="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.b2163b33d_1700074562091_0.8506426202048627"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.b782bb270":{"name":"@firebase/database","version":"1.0.1-canary.b782bb270","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.b782bb270","@firebase/util":"1.9.3-canary.b782bb270","@firebase/component":"0.6.4-canary.b782bb270","@firebase/auth-interop-types":"0.2.1-canary.b782bb270","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.b782bb270","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"b782bb2709b661e8b72bde9915352582fb820337","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.b782bb270","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-v95ZwGivu24hvh3BUHbnYuordriEJm7wFnsvMDkRB3cO2lysQiavnN0UNB2gDvcbfn56oeMo+ddN6Qw/qyVXiw==","shasum":"3cea6faeb842b5886803b5feff9c761b76bb5f2b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.b782bb270.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCqcxgqL7ieWTKkSszxluu+pZX300Vrsb2BwbMYEzlKoAIgYQIvkU6mz8xrAbbxKOJKZVcd4HnyZjRvz6gT+pEdr6s="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.b782bb270_1700163053284_0.9659973656321001"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.00235ba68":{"name":"@firebase/database","version":"1.0.1-canary.00235ba68","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.00235ba68","@firebase/util":"1.9.3-canary.00235ba68","@firebase/component":"0.6.4-canary.00235ba68","@firebase/auth-interop-types":"0.2.1-canary.00235ba68","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.00235ba68","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"00235ba68fdbb5d9788a14ba2bdd75cad87301e4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.00235ba68","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-vUCuxQiRjo0swWT+QbG0UKMQvp+jf5b+dFmBAS383JV9IW2FnuARFuB5Sm8RA0VuI5sb9q4CyPg2bk7YiskulQ==","shasum":"a9814ac8b64bdbba6a971a52f27ffd2a38037d6d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.00235ba68.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDXVWRbR2ELxcsTHxnckK0Cz7zmE5cimodOrSMW/J38GAiEA6ekBHIvQwZwtqywDIn6txRzEN1CIWPxfAvXsFJybhdk="}]},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.00235ba68_1700263055642_0.46677318005059987"},"_hasShrinkwrap":false,"contributors":[]},"1.0.1-canary.0d29adc97":{"name":"@firebase/database","version":"1.0.1-canary.0d29adc97","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0d29adc97","@firebase/util":"1.9.3-canary.0d29adc97","@firebase/component":"0.6.4-canary.0d29adc97","@firebase/auth-interop-types":"0.2.1-canary.0d29adc97","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.0d29adc97","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"0d29adc974d72f93552dad53ebd8b4ecab2ce810","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.0d29adc97","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-JHzvHORg2QqJukJrilcVe3zC7dmyknil7Z9lxpiNYJkRl4MZSTPkGb4CyowxOpcH8MI6RlU2H4D+p5mUnDnNgQ==","shasum":"cb24e1226b9a34436ad895a4372f6f989e74c04b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.0d29adc97.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCJa8jgYGb+2HWSwGAqxxy9rwXgkHgAR5c9tPdG95j3sAIgRkuThXDi1/1wc3kxZ42jVii1i2nhxnNI1X7b9S9TzwY="}],"size":2003158},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.0d29adc97_1700613923888_0.811667366911335"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-22T00:45:24.190Z","publish_time":1700613924190,"_source_registry_name":"default","contributors":[]},"1.0.1-canary.a5c1a3594":{"name":"@firebase/database","version":"1.0.1-canary.a5c1a3594","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a5c1a3594","@firebase/util":"1.9.3-canary.a5c1a3594","@firebase/component":"0.6.4-canary.a5c1a3594","@firebase/auth-interop-types":"0.2.1-canary.a5c1a3594","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.a5c1a3594","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a5c1a359448c815e5a1c2eeb5b5d69d309485c47","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.a5c1a3594","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-FnEHxMcWwtgsI8r45qG9mxbYKZtpA2QdGGlCe8xFf+VTf/URy/NT9X8upkH0aRfx6xav38if1ndfOio9fI6/8w==","shasum":"b4c3d6ac6681dd772faf542bade12f9260012eed","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.a5c1a3594.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAfrkIMGKeg9lCSbTKcL1BlOpaXaDL3yyekQNKQic6JUAiAKmC0mt33Y97/ARzwd+o3xCiw55H/hCeU01AIKTp04/g=="}],"size":2003158},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.a5c1a3594_1700680410905_0.5403010191688467"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-22T19:13:31.201Z","publish_time":1700680411201,"_source_registry_name":"default","contributors":[]},"1.0.1-canary.e9ff107ee":{"name":"@firebase/database","version":"1.0.1-canary.e9ff107ee","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e9ff107ee","@firebase/util":"1.9.3-canary.e9ff107ee","@firebase/component":"0.6.4-canary.e9ff107ee","@firebase/auth-interop-types":"0.2.1-canary.e9ff107ee","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.23-canary.e9ff107ee","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e9ff107eedbb9ec695ddc35e45bdd62734735674","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.e9ff107ee","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-9xortHkYSM4QULtnPnmbb1t2lFCEZ+gDJgS3wzDQzLgBGVgGBQZM73/Fa42ZhJCrq0CUktUhrMzfTl6l+GNxdw==","shasum":"d5582bb15917f7af9aab5f7b39b626b4788728ed","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.e9ff107ee.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDDEE8rweqepQ1kv2So0sUwo0kkV6pke64w4IyQJg0YEAiBjkJNvz9SLis9HJxuo4lOo01hHMs+aETmA8XkKtup6gg=="}],"size":2003151},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.e9ff107ee_1700685375297_0.022672661858845977"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-22T20:36:15.578Z","publish_time":1700685375578,"_source_registry_name":"default","contributors":[]},"1.0.1-canary.e8ff8b898":{"name":"@firebase/database","version":"1.0.1-canary.e8ff8b898","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e8ff8b898","@firebase/util":"1.9.3-canary.e8ff8b898","@firebase/component":"0.6.4-canary.e8ff8b898","@firebase/auth-interop-types":"0.2.1-canary.e8ff8b898","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.24-canary.e8ff8b898","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e8ff8b898ffad1654547885b786fc3c59163a557","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.e8ff8b898","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-xsaxl9lTU0+NxU1GYTseyPln8EeiXVhlwR1C/kAkY9nzNVxne4uraabsQbLIItfbZ7PnZ2JchQAKH08wzjmCnQ==","shasum":"f85aa9d095ca7621bfe66620a44e0f27a098045d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.e8ff8b898.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFkqAIz609G8vH735GbS1BuUL7etgX23iKZx7lwAnGkKAiAXOYwlcKSZPMysZvtbP27PV9XlK/+QO5e2jR5JGwtpWg=="}],"size":2003159},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.e8ff8b898_1701117633044_0.8178295950997854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-27T20:40:33.252Z","publish_time":1701117633252,"_source_registry_name":"default","contributors":[]},"1.0.1-canary.1d32137c5":{"name":"@firebase/database","version":"1.0.1-canary.1d32137c5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1d32137c5","@firebase/util":"1.9.3-canary.1d32137c5","@firebase/component":"0.6.4-canary.1d32137c5","@firebase/auth-interop-types":"0.2.1-canary.1d32137c5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.24-canary.1d32137c5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1d32137c546a576298adb1713a9862cc92a26c83","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.1d32137c5","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-df4W3AWlaVCtiRbemE84ckbEdhsYM7EWd/+RZlduevCZASUijVRom/K0EmcfLrWbO0fldruGRa8klZgXrv4jIw==","shasum":"68bfd7ebfd9d47e5f03425c132652868168e4715","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.1d32137c5.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCC1hcujPPLHapMTJ83lJku88fXJqIRS+sk+hDXQ5ISkgIgQ5rlMAxbKFm/ystan/eg3KR6WXEZJmu7H0+fYRXdR0E="}],"size":2003159},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.1d32137c5_1701287215484_0.7003186187997539"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-29T19:46:55.715Z","publish_time":1701287215715,"_source_registry_name":"default","contributors":[]},"1.0.1-canary.70e4cf6a6":{"name":"@firebase/database","version":"1.0.1-canary.70e4cf6a6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.70e4cf6a6","@firebase/util":"1.9.3-canary.70e4cf6a6","@firebase/component":"0.6.4-canary.70e4cf6a6","@firebase/auth-interop-types":"0.2.1-canary.70e4cf6a6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.24-canary.70e4cf6a6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"70e4cf6a6544c4ccfa609c3f2c320980e7122101","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.70e4cf6a6","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-idhoFlFfQDVbMCMGkdK7yFWZUWfKcjB/W5nU6pZH4bJxM7Src3k9k9URLsx1HAYq2uRqJmToRj2FyovwTOc8ew==","shasum":"77aadfcf2e016ad47aff0226008b0622882d3a1c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.70e4cf6a6.tgz","fileCount":230,"unpackedSize":10597421,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDos929ySZ58FaiUqbqa4FF2QKhguUYD5m0X+SIqW+sbAIgQGz1XmmyumJhVBpecBa/0v2pZMM8d4qmBqsZ6Dvg6bs="}],"size":2003159},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.70e4cf6a6_1701291989303_0.20334039170940876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-29T21:06:29.741Z","publish_time":1701291989741,"_source_registry_name":"default","contributors":[]},"1.0.1-canary.0ecaf6c9f":{"name":"@firebase/database","version":"1.0.1-canary.0ecaf6c9f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0ecaf6c9f","@firebase/util":"1.9.3-canary.0ecaf6c9f","@firebase/component":"0.6.4-canary.0ecaf6c9f","@firebase/app-check-interop-types":"0.3.0-canary.0ecaf6c9f","@firebase/auth-interop-types":"0.2.1-canary.0ecaf6c9f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.24-canary.0ecaf6c9f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"0ecaf6c9fa14b40d32c52215d9e1c912bcc52bef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.0ecaf6c9f","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-lL2gK2tB0WgNEPfgkYjQjRZoZIzBbLN875KoFdHXX5imI7oZ9S6PBIYr25NkBRszrZ6HkLaASJaHj2ikJbCgSQ==","shasum":"8e4cda028a50b368a92157a21433d10f1dd446aa","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.0ecaf6c9f.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmUbbptCffedEjfpOOu+4a5n4e5JiaLkoCUjrbhojSdAIgL6MmLEpXioY2taHRw72/EwcHbAqHpBbqIKL4WozsFX0="}],"size":2003154},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.0ecaf6c9f_1701374716269_0.45703899287863825"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-11-30T20:05:16.634Z","publish_time":1701374716634,"_source_registry_name":"default","contributors":[]},"1.0.1-canary.ac10cc349":{"name":"@firebase/database","version":"1.0.1-canary.ac10cc349","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ac10cc349","@firebase/util":"1.9.3-canary.ac10cc349","@firebase/component":"0.6.4-canary.ac10cc349","@firebase/app-check-interop-types":"0.3.0-canary.ac10cc349","@firebase/auth-interop-types":"0.2.1-canary.ac10cc349","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.24-canary.ac10cc349","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ac10cc3491772a3b8500852625029a1602cb2635","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.ac10cc349","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-tPiywWbrLVFPLEKJYbe5+oc8TIzcjosQPiE0+BTwJFw4o0Us2nfnrfBb2C/jT1FmYZmx90VVfcji2Ec2u4BBlw==","shasum":"52b8cd47ba697298adae937797ec2020269c496e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.ac10cc349.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBtSsEhiQuEOykuiTwvu04LQu7n20C1FbzOdcqa4B7tvAiEA86LnvIM56+/sthwLRtN/f7kfi8iv2n0znRdT7gNARXA="}],"size":2003157},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.ac10cc349_1701480195933_0.8471537732194474"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-02T01:23:16.156Z","publish_time":1701480196156,"_source_registry_name":"default","contributors":[]},"1.0.2-20231204143120":{"name":"@firebase/database","version":"1.0.2-20231204143120","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/component":"0.6.4","@firebase/app-check-interop-types":"0.3.0","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.24","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d6202b9746901bff5b9083f9a98300d154707da0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-20231204143120","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ZrG4Tl9XOJwnNQFcSIY5HYQk/wceGN8+UQUZcNaJ/TE1turNEK2KyV9wPLrP3oCyp7aenvGVweMu8Usy9ZgLSw==","shasum":"6952423932db1c4100f89c31586d76be79728b74","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-20231204143120.tgz","fileCount":230,"unpackedSize":10597374,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDQqpdtPGtunbibR3D2H/xH4XusmoVYjfqSvve+HywhFgIhAM4m4czouI6JgUhc9RdZ0w1aA28nC0ylxii/ENbN25XW"}],"size":2003135},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-20231204143120_1701701108484_0.694415339566854"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-04T14:45:08.739Z","publish_time":1701701108739,"_source_registry_name":"default","contributors":[]},"1.0.1-canary.8586373b4":{"name":"@firebase/database","version":"1.0.1-canary.8586373b4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.8586373b4","@firebase/util":"1.9.3-canary.8586373b4","@firebase/component":"0.6.4-canary.8586373b4","@firebase/app-check-interop-types":"0.3.0-canary.8586373b4","@firebase/auth-interop-types":"0.2.1-canary.8586373b4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.24-canary.8586373b4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8586373b4a3a5742da9962807a688b84ad9cee2d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.1-canary.8586373b4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-72JL5ZkD/S91KDhx3butk7nBYkz7WtMnHcw+pK2CsUTm1MHT+IU9vROPx0FzTRoawFGQ7ws+5KMmC79z4Pg/Rg==","shasum":"41ec7dbc00445b55f99522d174530bb07df20e93","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.1-canary.8586373b4.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHAfu0Rrubw6qrjb+V/14Hf4dQd12G3i0o0b+BN7SbVhAiBzH7H7OkEQGUEXSywO6Gf9hkKBydsXFfEqZbKk3NWKig=="}],"size":2003165},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.1-canary.8586373b4_1701796410010_0.8941634842005877"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-05T17:13:30.263Z","publish_time":1701796410263,"_source_registry_name":"default","contributors":[]},"1.0.2":{"name":"@firebase/database","version":"1.0.2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.3","@firebase/component":"0.6.4","@firebase/app-check-interop-types":"0.3.0","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"05d06a8a9a919eaa87934c193b8842c8b4f10cd6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-8X6NBJgUQzDz0xQVaCISoOLINKat594N2eBbMR3Mu/MH/ei4WM+aAMlsNzngF22eljXu1SILP5G3evkyvsG3Ng==","shasum":"2d13768f7920715065cc8c65d96cc38179008c13","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2.tgz","fileCount":230,"unpackedSize":10597284,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDxVn1HvURlGtba33U2o6cD7dtP62jxuKmCj4j3+sIOQAiEA5FSnaAIwNCZhp/tQ1ZqjoxLwYU7Jk4SbilfOA7UnrRY="}],"size":2003079},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2_1701809250015_0.8048324408254564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-05T20:47:30.324Z","publish_time":1701809250324,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.efa116b1b":{"name":"@firebase/database","version":"1.0.2-canary.efa116b1b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.efa116b1b","@firebase/util":"1.9.3-canary.efa116b1b","@firebase/component":"0.6.4-canary.efa116b1b","@firebase/app-check-interop-types":"0.3.0-canary.efa116b1b","@firebase/auth-interop-types":"0.2.1-canary.efa116b1b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.efa116b1b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"efa116b1bd9f660246a3e84d2f7389a049c1cea8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.efa116b1b","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-hz5hrG7Hydx43Fn4cfp054Q71aDfK1VfrWMqNlqiFX5SPELekEgTjdYet9tFAGe3543KZCPpudOf3QQERaZZ5g==","shasum":"9a2d1e05daa1b86b2a6ba704572730e5ceec216d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.efa116b1b.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD9purhlwER0xz95ZQH5ZjfzuNO0cwkypqLXs+IvzHNVQIhALmMTGO+olthmq3PfurxHm7JNdArPFaThOO9be2EyU3r"}],"size":2003153},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.efa116b1b_1701812098252_0.3220765335127913"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-05T21:34:58.629Z","publish_time":1701812098629,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.03ba26296":{"name":"@firebase/database","version":"1.0.2-canary.03ba26296","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.03ba26296","@firebase/util":"1.9.3-canary.03ba26296","@firebase/component":"0.6.4-canary.03ba26296","@firebase/app-check-interop-types":"0.3.0-canary.03ba26296","@firebase/auth-interop-types":"0.2.1-canary.03ba26296","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.03ba26296","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"03ba26296ef029c844f9fbd6c11e3c773cf8eb14","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.03ba26296","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-e8btmvzRHOx1XAL7h1aG21v++enlXX23/BudjyEWia7o7fjF4Zlkp5e9DfSHkARtexn3iwnCxtIdtCPXYYmCuA==","shasum":"e725d3b06ff495e3045d089e7b43f6536a856350","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.03ba26296.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD738phnCxdrAkTFsMsckSYaqfyDn7h3uP7rBZxQVN5LAIhAKrVoGS8BInUWwnTuxxJVO/5I/pcOW5IIQOmrfgpFsNb"}],"size":2003165},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.03ba26296_1702314215824_0.3029066104054461"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-11T17:03:36.195Z","publish_time":1702314216195,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.7481098d4":{"name":"@firebase/database","version":"1.0.2-canary.7481098d4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.7481098d4","@firebase/util":"1.9.3-canary.7481098d4","@firebase/component":"0.6.4-canary.7481098d4","@firebase/app-check-interop-types":"0.3.0-canary.7481098d4","@firebase/auth-interop-types":"0.2.1-canary.7481098d4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.7481098d4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"7481098d47d14acce901fa4c065ceff0cbf07d3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.7481098d4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-59zUrdoceQ3PuDshxO5VbcQCblRuKwIymxv2CREdWLcsuTZX3qGImMqkXRyKB3t4MSVMZ2j7cFfxggibIsG+VQ==","shasum":"819f299c78425eaa89f8276a55431dbd1d59b404","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.7481098d4.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIElot7ig8hZZih4fEgQSNtLg7jYsUEx5t1v4ZctD9KY+AiEAlSnvPcnPri/RJ+i/ymwKuHYO1mJcYUrk9wIEBWk5OD4="}],"size":2003164},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.7481098d4_1702327906753_0.5299162476123915"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-11T20:51:47.092Z","publish_time":1702327907092,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.42bfb0b82":{"name":"@firebase/database","version":"1.0.2-canary.42bfb0b82","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.42bfb0b82","@firebase/util":"1.9.3-canary.42bfb0b82","@firebase/component":"0.6.4-canary.42bfb0b82","@firebase/app-check-interop-types":"0.3.0-canary.42bfb0b82","@firebase/auth-interop-types":"0.2.1-canary.42bfb0b82","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.42bfb0b82","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"42bfb0b8243a6c36b66a0bbedf61436e70591062","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.42bfb0b82","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-X+5NF3MyDcOOOMD8QewZDdTRTfuIiQCbpL0fft4czeA+MJKdRffILDgUYtmGT9P69HUcHTYMZ/xkrSyUH3oDeA==","shasum":"3a99b33363de0f10376ad2b745bd8fe48adf8407","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.42bfb0b82.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDrf1oJpnIfQZ5TaatfOrmXDkL5S61kl2NCT7OAr6r7wAiBfihMipL8bxg8k3D8QJVf1oWY4kQ4brsGVzw2jGp+qeQ=="}],"size":2003162},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.42bfb0b82_1702397399763_0.47229047567559324"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-12T16:10:00.123Z","publish_time":1702397400123,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.15addde0b":{"name":"@firebase/database","version":"1.0.2-canary.15addde0b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.15addde0b","@firebase/util":"1.9.3-canary.15addde0b","@firebase/component":"0.6.4-canary.15addde0b","@firebase/app-check-interop-types":"0.3.0-canary.15addde0b","@firebase/auth-interop-types":"0.2.1-canary.15addde0b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.15addde0b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"15addde0b9d56dd3490e9c3c1e2f015e10e156cb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.15addde0b","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-l9JTZdaXb9wnm1kLfp9Ihhf0BIH8qdLHOtDHTVbvTyZJLjcEDjn1G2iDmdWOfQy96RbXmdRa5ZKlcerQDZC79g==","shasum":"a28dcf660011db296a50ff54b20b4a212a22e6e7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.15addde0b.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4i9PUg2QsX6OK0cDz9vz0npuHauWAdaJhDjYiPvpGUQIhAM/m0fHQS3XW941UxHjGlMctxMXT5PYoKxmmFgNmsQKk"}],"size":2003154},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.15addde0b_1702417668020_0.4235581468959766"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-12T21:47:48.283Z","publish_time":1702417668283,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.a476c4692":{"name":"@firebase/database","version":"1.0.2-canary.a476c4692","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.a476c4692","@firebase/util":"1.9.3-canary.a476c4692","@firebase/component":"0.6.4-canary.a476c4692","@firebase/app-check-interop-types":"0.3.0-canary.a476c4692","@firebase/auth-interop-types":"0.2.1-canary.a476c4692","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.a476c4692","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"a476c4692dd1c1affbbd3139290dac54257dc5d2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.a476c4692","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-fRd7IBwQaeUNgrC7s/GXEyf6cHKNinUCF7ChYa4SpgjXUgNuwy8L+qo4vJ6MwWrfehpdyRZR336cYOQ/5RlABg==","shasum":"ba0a0157137f349907863b235497904eadf43e10","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.a476c4692.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgqXaLCkCDJC6Wi4BjHErZOCbSSV1dAREQ98hF31/3VwIgPxLELPhS9c369wuUPXXcdhe/csr2kV3W6sELh3UgwPg="}],"size":2003167},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.a476c4692_1702566821666_0.4232452759603331"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-14T15:13:41.944Z","publish_time":1702566821944,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.50b2182d7":{"name":"@firebase/database","version":"1.0.2-canary.50b2182d7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.50b2182d7","@firebase/util":"1.9.3-canary.50b2182d7","@firebase/component":"0.6.4-canary.50b2182d7","@firebase/app-check-interop-types":"0.3.0-canary.50b2182d7","@firebase/auth-interop-types":"0.2.1-canary.50b2182d7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.50b2182d7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"50b2182d774379d887d03e1ef86d088d94bb77b0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.50b2182d7","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-URWGSBThnUnZET4fSrPLX/QCwI4jQ5NR3Eu34iwxAEu9sjU+zyo3oKeELgwAq9V8HKlyR3VMvVMmKPm15NmQcg==","shasum":"b1febc0ecf0228da7ac37e3ef1ca7af9b379f68d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.50b2182d7.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB2aOfJRjKRgjhWQKK9y4v8XdGyEOUfLAZ2HHadzlaXNAiEAkHmwoOMvb4NvhNs2Q0mQD0u6lFsLEmnFBczBmLOpZhY="}],"size":2003164},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.50b2182d7_1702589824568_0.39816359681961333"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-14T21:37:04.828Z","publish_time":1702589824828,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.2e32eebb5":{"name":"@firebase/database","version":"1.0.2-canary.2e32eebb5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2e32eebb5","@firebase/util":"1.9.3-canary.2e32eebb5","@firebase/component":"0.6.4-canary.2e32eebb5","@firebase/app-check-interop-types":"0.3.0-canary.2e32eebb5","@firebase/auth-interop-types":"0.2.1-canary.2e32eebb5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.2e32eebb5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2e32eebb51e8afa114e03ff9e06f52cf528a1868","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.2e32eebb5","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mgt1sQuQ8gc+rauCffn9pM7HW3VPIi+AoY7eIcciven6uCXPE6hu/03NsH+/j//snciCniKJKGydvp2/DCNmaA==","shasum":"bddd3fdf13546b5ef7861247667a7aa1d25a9cc2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.2e32eebb5.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH4+X8aPX3aGpRrHPBcakTYtvsIC3GQnx+KdQV0BRoogAiAr9mRBg22ttO3qapF4llkKgadMp6qMEKwhpiltXJmfYg=="}],"size":2003159},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.2e32eebb5_1702590646116_0.8501474094467885"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-14T21:50:46.369Z","publish_time":1702590646369,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.8b389a2f3":{"name":"@firebase/database","version":"1.0.2-canary.8b389a2f3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.8b389a2f3","@firebase/util":"1.9.3-canary.8b389a2f3","@firebase/component":"0.6.4-canary.8b389a2f3","@firebase/app-check-interop-types":"0.3.0-canary.8b389a2f3","@firebase/auth-interop-types":"0.2.1-canary.8b389a2f3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.8b389a2f3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"8b389a2f350a88415215bbeb583c75eb527c9c07","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.8b389a2f3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-tFt4nrXxhP+1JbxB32tM1d0sNmuWvJS9uedMv2yIx9beYBAF9FOSES+zi8p75P79nfEJdKlzP0f7rNTD48eC5Q==","shasum":"d12f36f8fbb6bc5f66f1711dffb07261f18cd7a5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.8b389a2f3.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCSSzo6WKw333F9bO5sfM03AN+UH0Nuos7kMcOwgopMcwIgPN916OvU3GUtbZITr6S0uN8rnmJqmD8wCkbdJthOAq4="}],"size":2003164},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.8b389a2f3_1702605831668_0.028554520378697434"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T02:03:52.020Z","publish_time":1702605832020,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.bcf70a842":{"name":"@firebase/database","version":"1.0.2-canary.bcf70a842","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.bcf70a842","@firebase/util":"1.9.3-canary.bcf70a842","@firebase/component":"0.6.4-canary.bcf70a842","@firebase/app-check-interop-types":"0.3.0-canary.bcf70a842","@firebase/auth-interop-types":"0.2.1-canary.bcf70a842","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.bcf70a842","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bcf70a8421a4049c87092706e75a7006a417253f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.bcf70a842","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-SQrlrHPXYHi51puJ2eCJPLNHDrJVyCd69C4YjyLsRSj07JjLzMkmjlOa7Mo4+MXLEqtvt1QLW5FBWPFMZDWF1g==","shasum":"9604e4d458c410ea2f34ec43f9737d0d688217c9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.bcf70a842.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC1znzUmnrKSdsT4pS+N1+4tYixHvnduPdY2C0DHpn7GAiA+cTyaGDzzP/dePwz2ZPhGQnqf5/P4FeKYnXUFa2jsJQ=="}],"size":2003162},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.bcf70a842_1702657660459_0.413915847517351"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T16:27:40.844Z","publish_time":1702657660844,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.5748169a2":{"name":"@firebase/database","version":"1.0.2-canary.5748169a2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.5748169a2","@firebase/util":"1.9.3-canary.5748169a2","@firebase/component":"0.6.4-canary.5748169a2","@firebase/app-check-interop-types":"0.3.0-canary.5748169a2","@firebase/auth-interop-types":"0.2.1-canary.5748169a2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.5748169a2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"5748169a27705ebf8ea8a6b5a23b12782e8bc2e3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.5748169a2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ndUlQ7h/JyW64TBs2zJD/CHXNur/yjsbRwbIxJ/x73Mj/0b3p+McRQkAOAvDhBYu086+/gESQ8nALt5lsjn4ag==","shasum":"16257b1e431f322b6cd11c9d79f31365b4007325","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.5748169a2.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHHrbXKSMKBpdGJcr8XtJrLHhPSPaDTZAJdbUdYEQvlkAiEAtuYbyjjUS7tvRKCxEJqYHLgFaA1Hit/CS+hbbs2hHd4="}],"size":2003167},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.5748169a2_1702660177195_0.7402551985140644"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T17:09:37.475Z","publish_time":1702660177475,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.9d3896a91":{"name":"@firebase/database","version":"1.0.2-canary.9d3896a91","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9d3896a91","@firebase/util":"1.9.3-canary.9d3896a91","@firebase/component":"0.6.4-canary.9d3896a91","@firebase/app-check-interop-types":"0.3.0-canary.9d3896a91","@firebase/auth-interop-types":"0.2.1-canary.9d3896a91","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.9d3896a91","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9d3896a9172e5568c0b5cdaac1536edfd02527a1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.9d3896a91","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-MPA/vDeSbSaq9fYrKxd2VugYmZiqyFDvsDDJwNUgUXmhlngMPE8JopmEHbJmTsyVSN+OwRyAZQgPmdAAJvcFTQ==","shasum":"0d7d84a0dee01c570f394918959a45d2b6bf39c0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.9d3896a91.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF+yAV55w+lS6pfLpRny50VKdviI1gLxfQfj3WKie5N6AiBfzWeTrG6IpAbDQ6jnROIx4/YTMJSwyIVEnOvkxn1DEg=="}],"size":2003164},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.9d3896a91_1702667896671_0.17927366029247804"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T19:18:16.927Z","publish_time":1702667896927,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.07a65d319":{"name":"@firebase/database","version":"1.0.2-canary.07a65d319","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.07a65d319","@firebase/util":"1.9.3-canary.07a65d319","@firebase/component":"0.6.4-canary.07a65d319","@firebase/app-check-interop-types":"0.3.0-canary.07a65d319","@firebase/auth-interop-types":"0.2.1-canary.07a65d319","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.07a65d319","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"07a65d31976a5e81b57b0928ec2afa088d3f5476","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.07a65d319","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-1nyzcC3tAShhmrpQU04ukQrh3CVM3+e7ItkFdze/VastCm6NWUOljqrHGLRfXsiRZwCho0YSK8a3El+sQXDI/Q==","shasum":"498cd464519923d5f8b57ecfadcf784b3abd7169","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.07a65d319.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqMlN1Sp9glT2fjtORQV48LgERDKxvI9u4oFIdG8/mGQIhAPMfyZlApPTgcvMUxSgd0U0SVuLC1lDuSaKoVS/DEYoL"}],"size":2003165},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.07a65d319_1702683424145_0.1540943728375237"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-15T23:37:04.495Z","publish_time":1702683424495,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.ac7fee195":{"name":"@firebase/database","version":"1.0.2-canary.ac7fee195","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ac7fee195","@firebase/util":"1.9.3-canary.ac7fee195","@firebase/component":"0.6.4-canary.ac7fee195","@firebase/app-check-interop-types":"0.3.0-canary.ac7fee195","@firebase/auth-interop-types":"0.2.1-canary.ac7fee195","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.ac7fee195","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"ac7fee195f4dfcc15c7362ff461c985b2dd265d5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.ac7fee195","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-YHL58TnbV4wiHADnOZl75zRF06w7cqSM3aJvBh/GDXBZxp8QCiHfezPdQ84IS/zNwPvJPuUzVl288BPS4nbvLg==","shasum":"b85de835483e0ef89be0e67f1596f2f21d83e615","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.ac7fee195.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDGS3y2OQ2F0xwSI/zcyC2CFYPfhRa9hujSn0EzVEVFWAiBaTLP8Yy+V+7d7P0GJjCBGtrcBZULdiJWelFyGclHjbw=="}],"size":2003159},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.ac7fee195_1702923945121_0.9973773637512915"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T18:25:45.364Z","publish_time":1702923945364,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.f5882cb99":{"name":"@firebase/database","version":"1.0.2-canary.f5882cb99","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f5882cb99","@firebase/util":"1.9.3-canary.f5882cb99","@firebase/component":"0.6.4-canary.f5882cb99","@firebase/app-check-interop-types":"0.3.0-canary.f5882cb99","@firebase/auth-interop-types":"0.2.1-canary.f5882cb99","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.f5882cb99","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f5882cb992ecbd312ca0a60832bdd1d5cc4b55d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.f5882cb99","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ARis5fR9Zv2WXpW5iPZY7hQlvwBKpRYIRMo0eKGOQPTBIFV5pk3RgTizmZmDgzJrVllk99+EPB6ZBchp7oY7iw==","shasum":"0ce03e1bf78ead3ace85844e3ba19699cc33f9e2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.f5882cb99.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCb7nCjgkWeLNC7a6o84dp3Qf2bzadfGU+cyKJDOCl2OwIgCTNzltQKtV3BqtZGnGVVoUu7MxIsX/UDCh8QmSeSgeo="}],"size":2003165},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.f5882cb99_1702924171301_0.9761362841236505"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T18:29:31.562Z","publish_time":1702924171562,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.4f55ae2f5":{"name":"@firebase/database","version":"1.0.2-canary.4f55ae2f5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4f55ae2f5","@firebase/util":"1.9.3-canary.4f55ae2f5","@firebase/component":"0.6.4-canary.4f55ae2f5","@firebase/app-check-interop-types":"0.3.0-canary.4f55ae2f5","@firebase/auth-interop-types":"0.2.1-canary.4f55ae2f5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.4f55ae2f5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4f55ae2f5c8bde6f64b76a1ea2cded5c4fadd286","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.4f55ae2f5","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-huORc7j86R/DwcdXOpeZSlwe+Z7rM5S1CMtjC3zhQilt6wkBBnQnPqRavmYrOqF9eIPpGnxaE7+2y4mzyBU0Fw==","shasum":"6c2e423ddc5ef59848e3bf948bed39b67fad1739","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.4f55ae2f5.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnvNOJJe6Mnf3qeW4md4isFqPHgrPll9yte/tduHFfYgIgcw9vLRKR28QPi2XsI0vxX8QmEfYrpVlLmJRwCyHHbWQ="}],"size":2003162},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.4f55ae2f5_1702924208817_0.09929116318611997"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T18:30:09.075Z","publish_time":1702924209075,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.f854abe5b":{"name":"@firebase/database","version":"1.0.2-canary.f854abe5b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f854abe5b","@firebase/util":"1.9.3-canary.f854abe5b","@firebase/component":"0.6.4-canary.f854abe5b","@firebase/app-check-interop-types":"0.3.0-canary.f854abe5b","@firebase/auth-interop-types":"0.2.1-canary.f854abe5b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.f854abe5b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f854abe5b9be5fa2edf0df9bea971e1cbf9a3746","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.f854abe5b","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ZVvHPZBEihu/4E4eRijB6kAeuXSIqj13ukqYPQ7MoDuBBZGdNIFqBWxe8yN5SJK7h6BafsJW7o0ZpKPkMiqH9w==","shasum":"237871de341206db4a74214655e9003b2b0e458e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.f854abe5b.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHGEBZ7+vkQWa4/k6F784RLatLRW2jppubB82pmbQBh2AiEA2OA7lzp08HjHRu9tpJmCAH7X+wDzIGclWkRtL/TOiZw="}],"size":2003160},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.f854abe5b_1702936572007_0.8217310204167094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-18T21:56:12.255Z","publish_time":1702936572255,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.f4788453e":{"name":"@firebase/database","version":"1.0.2-canary.f4788453e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f4788453e","@firebase/util":"1.9.3-canary.f4788453e","@firebase/component":"0.6.4-canary.f4788453e","@firebase/app-check-interop-types":"0.3.0-canary.f4788453e","@firebase/auth-interop-types":"0.2.1-canary.f4788453e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.f4788453e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f4788453eb989d30495ddc7a3832e13c6d11b34e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.f4788453e","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ss+mVYmdhKPE+3+TXKsCpDMPIWdzRTOCpfsV2jkajdQ+SlrGmbHhpUGdeKwrBkttt4lCeT0YaVKVLQfO2DefrA==","shasum":"312cbab057507efd39c685cb755b32887e882806","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.f4788453e.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGpJz5Z6VZnoz675wiFMIsrRD6Q0f+w9RkeOF8LilWUSAiAEtco9RqNF7nnQwe7+QV1Zq6yyQYQayEc7e9TYOWvRfg=="}],"size":2003162},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.f4788453e_1703094289612_0.4466554146531305"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-20T17:44:49.889Z","publish_time":1703094289889,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.537d39982":{"name":"@firebase/database","version":"1.0.2-canary.537d39982","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.537d39982","@firebase/util":"1.9.3-canary.537d39982","@firebase/component":"0.6.4-canary.537d39982","@firebase/app-check-interop-types":"0.3.0-canary.537d39982","@firebase/auth-interop-types":"0.2.1-canary.537d39982","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.537d39982","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"537d39982f90aff50519b8c1ad6d58048fb8f244","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.537d39982","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-rh7kv4AN4WnxZTQnSbEcFoBQr9AX7H413g+a4zmdGXZ0yEBH7jf8lHF2AuHRhRiYEElpqVjQ9DuWetoZquEGWg==","shasum":"9c76a80d598a96971b1aa978c2dcd134a2efcdc2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.537d39982.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEZ5OEyYTxFIybR7sM0eDrSJQBYEJoSyNsdJnPrNOCIFAiB1U5qmjKqeyibnryR+dBAcSUDlEC/0tcWti5HLF/3xoA=="}],"size":2003169},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.537d39982_1703172378671_0.36029835474246497"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-21T15:26:18.962Z","publish_time":1703172378962,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.06f808556":{"name":"@firebase/database","version":"1.0.2-canary.06f808556","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.06f808556","@firebase/util":"1.9.3-canary.06f808556","@firebase/component":"0.6.4-canary.06f808556","@firebase/app-check-interop-types":"0.3.0-canary.06f808556","@firebase/auth-interop-types":"0.2.1-canary.06f808556","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.06f808556","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"06f808556cd6cf3d5804229c0ecc7404f659c5bd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.06f808556","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ohpGRPdY6IVM42ZSlnCcRGfnqrDT7qvBWrcIrCvphLyR8zkhgRXyX32oT1xWnKgINdbEOJsMl97b/G51cjFEnw==","shasum":"755429558fb589bfe8b17b1e044f1200290b4559","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.06f808556.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAZfg8SLx4MDXUn0/XCHi3/ionOkBz1s7ClcC/bFwx/qAiEA7133eDhPD/uUVvUGO59mqM77EqSkLI0K8z0Xjj+2cOE="}],"size":2003166},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.06f808556_1704220047915_0.6668220900167132"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-02T18:27:28.189Z","publish_time":1704220048189,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.093e022b9":{"name":"@firebase/database","version":"1.0.2-canary.093e022b9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.093e022b9","@firebase/util":"1.9.3-canary.093e022b9","@firebase/component":"0.6.4-canary.093e022b9","@firebase/app-check-interop-types":"0.3.0-canary.093e022b9","@firebase/auth-interop-types":"0.2.1-canary.093e022b9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.093e022b9","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"093e022b9e28e1102b360ca6ebd15a0a84d714b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.093e022b9","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-OTF9Z6jHMc0sL0csvUNA6ttY0q21TGY1LdfAL+ddyqWvB0/7xVSmpGs5234lUMRVRG6C/bpN8Vll5liSD48pHQ==","shasum":"5d4e735e2593db81515616c724a9ab017aaec5d7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.093e022b9.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDzWIWa4l0Lwa/EUQKBtVI904zDidZmTLu/30JUTvXxygIgL1mWUrMjOxKz5xDgQKOIQ2122+17U8Ne2ByKFbvdo8w="}],"size":2003160},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.093e022b9_1704224583565_0.07917359292977788"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-02T19:43:03.866Z","publish_time":1704224583866,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.97fabd4c3":{"name":"@firebase/database","version":"1.0.2-canary.97fabd4c3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.97fabd4c3","@firebase/util":"1.9.3-canary.97fabd4c3","@firebase/component":"0.6.4-canary.97fabd4c3","@firebase/app-check-interop-types":"0.3.0-canary.97fabd4c3","@firebase/auth-interop-types":"0.2.1-canary.97fabd4c3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.97fabd4c3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"97fabd4c333ccacc6edb2f3bb97c8bdd6a48eaff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.97fabd4c3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-WvBR5Wu1f6lxmeec/Hlf7w8u6YIsliZVc0v13MWPqkCX5OwhJBgUMxpg4ej5LIlOIkq3ZwLZxl6KKUSkosAv3A==","shasum":"9f36c64e5306768e199f966ad9994a0696291db1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.97fabd4c3.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH5KJ7LSpQpoHgZRNEx6L554QowvUVWabEd9TmPMKoiIAiEA8l1SUKSmaqlch4tsE9At5lxcRY+SmxChEJPR0NbfAnQ="}],"size":2003162},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.97fabd4c3_1704228626973_0.6513688058280784"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-02T20:50:27.198Z","publish_time":1704228627198,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.096542aa2":{"name":"@firebase/database","version":"1.0.2-canary.096542aa2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.096542aa2","@firebase/util":"1.9.3-canary.096542aa2","@firebase/component":"0.6.4-canary.096542aa2","@firebase/app-check-interop-types":"0.3.0-canary.096542aa2","@firebase/auth-interop-types":"0.2.1-canary.096542aa2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.096542aa2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"096542aa20a34d1bc524d128befcdb7146861932","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.096542aa2","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-odj1Rh9yP1TqZsOq2necgAgA2d2iu0G2v65w+C+1SW+95QUaRKTLS/B22i9NkCtyEs7auE1Pwf9JxN+NRmNMgA==","shasum":"c69ed67d8ecc2c2e2b3aad46e443b4db638e7c4e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.096542aa2.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDR6EfCZIpy9Vgnz2ucHhgFjD64OwD1Gj5cSp4PD5cQZAiEAliF+fl5pJgpY4rN+Oyja8+NqEWpEKO5CEmXBiprDups="}],"size":2003163},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.096542aa2_1704231063664_0.8086566816976513"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-02T21:31:03.994Z","publish_time":1704231063994,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.16728cf3c":{"name":"@firebase/database","version":"1.0.2-canary.16728cf3c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.16728cf3c","@firebase/util":"1.9.3-canary.16728cf3c","@firebase/component":"0.6.4-canary.16728cf3c","@firebase/app-check-interop-types":"0.3.0-canary.16728cf3c","@firebase/auth-interop-types":"0.2.1-canary.16728cf3c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.16728cf3c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"16728cf3c6b4e358dc3d12f80623e5966f104c31","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.16728cf3c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kJXlsIDTR3WwQ3L24S2nLPVKO9e1PEGrcrB2VtP6qY5AhIY7vKUvlB83H9lf7YtF15Zr2DDktys0scvD1+93ng==","shasum":"323487616c24d723037f7c2f1eb59ea8fd08e6fc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.16728cf3c.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAPMTXl6cp+5O0iCfjDIgVWv2GNGt7lHmF4WXFsNPHiNAiEA1Rd9VGCmuSwFEyIVxfIxZ9qmBy5RPWgY9PpZHEPteb0="}],"size":2003164},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.16728cf3c_1704311656186_0.07071523501710697"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-03T19:54:16.431Z","publish_time":1704311656431,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.e5fc29090":{"name":"@firebase/database","version":"1.0.2-canary.e5fc29090","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e5fc29090","@firebase/util":"1.9.3-canary.e5fc29090","@firebase/component":"0.6.4-canary.e5fc29090","@firebase/app-check-interop-types":"0.3.0-canary.e5fc29090","@firebase/auth-interop-types":"0.2.1-canary.e5fc29090","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.e5fc29090","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e5fc29090007d04ff495961cf217d18711753d61","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.e5fc29090","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-DpmuBD4nt5GFH38NCY/DbIRz3pSvE0ZLf8LZIky2jSRHBCZZWN5++NcFnl12+Q/e+a0WTV4ahTNmExK/OQyAUw==","shasum":"554c23bc8dba65337cb9117738b9d9344c38a650","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.e5fc29090.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrwk5RKLEKME3+wIJbmncQFYP8ChuqG4gSvL04fxj3iwIgafoo1Ou0bozzuCuMcoHSsSwdAsRDUMb2YbuzTAA0WGU="}],"size":2003161},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.e5fc29090_1704382814278_0.127257479820849"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-04T15:40:14.569Z","publish_time":1704382814569,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.7f783629e":{"name":"@firebase/database","version":"1.0.2-canary.7f783629e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.7f783629e","@firebase/util":"1.9.3-canary.7f783629e","@firebase/component":"0.6.4-canary.7f783629e","@firebase/app-check-interop-types":"0.3.0-canary.7f783629e","@firebase/auth-interop-types":"0.2.1-canary.7f783629e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.7f783629e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"7f783629e29dd10cce420baff0657e3f2342ab02","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.7f783629e","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-EKbqiiX/AQxrN2VlJI3pwJK/4cUgszLIgTM0qglaGL4Y1Q4wfVV7ye7nYNpAMsCHNGll9FPXvKVaDSNPLdMXxQ==","shasum":"5df3467cc627be0dd3a401f0186c31eb045f4f59","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.7f783629e.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNWnLtDGNiLHqTqpfpr/tY83WDldbJUg6zBxnpnt19aQIgc+0joQ2deDB9ADFT5LtDcpXUVq7vwAbtaAwkfzBv8tU="}],"size":2003163},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.7f783629e_1704394176062_0.07666732762728912"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-04T18:49:36.358Z","publish_time":1704394176358,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.6ea51fbfa":{"name":"@firebase/database","version":"1.0.2-canary.6ea51fbfa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6ea51fbfa","@firebase/util":"1.9.3-canary.6ea51fbfa","@firebase/component":"0.6.4-canary.6ea51fbfa","@firebase/app-check-interop-types":"0.3.0-canary.6ea51fbfa","@firebase/auth-interop-types":"0.2.1-canary.6ea51fbfa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.6ea51fbfa","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"6ea51fbfa348207b87805e2e645a779f91e162c3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.6ea51fbfa","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-hXmpaqZrR2DzWFwjwmxSsnQLRHuyJSQdeAZ9mjFg+8Dlz2XRIS8B5hTCD6F9SCrmKNSrMpc2t3Tw7i+qlLoTqw==","shasum":"ba89c7f8b2acde845813e343a6764cb315a237e1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.6ea51fbfa.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEVS9tciCgJi0eyoLTgfayBrhS6wZkXRi6S2Y26XUJeVAiBBkwEac0rkfAFVRWdINQy/RhkRB13U20AhD6FZYvfgvQ=="}],"size":2003156},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.6ea51fbfa_1704499631554_0.4461925354502394"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-06T00:07:11.842Z","publish_time":1704499631842,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.d7ace80d4":{"name":"@firebase/database","version":"1.0.2-canary.d7ace80d4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d7ace80d4","@firebase/util":"1.9.3-canary.d7ace80d4","@firebase/component":"0.6.4-canary.d7ace80d4","@firebase/app-check-interop-types":"0.3.0-canary.d7ace80d4","@firebase/auth-interop-types":"0.2.1-canary.d7ace80d4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.d7ace80d4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d7ace80d44ec870c3117cfed04ae6a1988c03c8e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.d7ace80d4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-PzRHHDgaEQBEHdTxCgYl0GCQhPadV9nKcfkXyblvapZgUZEyUIux2AF4G+040W6VF7sUIqwT+JhzkKMryauzyw==","shasum":"43c86a7ffa2e0d8be4416dcac5c4b1a70c02a2af","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.d7ace80d4.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCkIXT5gVILNjLXOLb5u4p3A1SlCYWKvHQRCtx0mHnx/gIhAImOteIxj/Wtvo2mV4FTnplVyJJT5aePMdO6r5loKlMl"}],"size":2003156},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.d7ace80d4_1704753762481_0.08243807493852007"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-08T22:42:42.816Z","publish_time":1704753762816,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.991fa271c":{"name":"@firebase/database","version":"1.0.2-canary.991fa271c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.991fa271c","@firebase/util":"1.9.3-canary.991fa271c","@firebase/component":"0.6.4-canary.991fa271c","@firebase/app-check-interop-types":"0.3.0-canary.991fa271c","@firebase/auth-interop-types":"0.2.1-canary.991fa271c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.991fa271c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"991fa271c867d59e2bed44c69c0512fdeb54bbb4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.991fa271c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-NzTirJin4zB+15qUcKrRgCKXcQvFVf5Y/Kh15oH8V2i/FNsAhB+sVVabKJeyIx21zXTliv5VwUtTp4mWmKuHkA==","shasum":"2f900b0078047db8879c0440c62a65b8a81936dd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.991fa271c.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEflfxbtf/JXXAtVywYjRQraQirsM2YQ+pWr3M852o+iAiEAtDotrCIKDLRaBDss4EBQ5OFhfStmlOFj5xNlPh1t+tM="}],"size":2003162},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.991fa271c_1704922888152_0.6937715616634066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-10T21:41:28.455Z","publish_time":1704922888455,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.e9869c431":{"name":"@firebase/database","version":"1.0.2-canary.e9869c431","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e9869c431","@firebase/util":"1.9.3-canary.e9869c431","@firebase/component":"0.6.4-canary.e9869c431","@firebase/app-check-interop-types":"0.3.0-canary.e9869c431","@firebase/auth-interop-types":"0.2.1-canary.e9869c431","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.25-canary.e9869c431","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e9869c43153da52aeb173ff6e49110012ebdda2b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.e9869c431","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-OffLelt7KpHZDzcurGYdpK+n4yAtsDx/uSK42HinXKZ3nCbiCOO1+eM5iItcSLCxZONy7JMV6cJeXa0T/oBVSA==","shasum":"91aed9a2f294a4279b00b3566f683d3b79021769","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.e9869c431.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDsE6UZQD++8Q8KqAlXpU5nWucCpZH/jpHA5dOTj4F1jAiEAycUDGntW+Xin00K0LtgF94w1vx/KQdtXpDlX1HiQJeg="}],"size":2003164},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.e9869c431_1705530602560_0.6028216073848951"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-17T22:30:02.839Z","publish_time":1705530602839,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.49c7903b4":{"name":"@firebase/database","version":"1.0.2-canary.49c7903b4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.49c7903b4","@firebase/util":"1.9.3-canary.49c7903b4","@firebase/component":"0.6.4-canary.49c7903b4","@firebase/app-check-interop-types":"0.3.0-canary.49c7903b4","@firebase/auth-interop-types":"0.2.1-canary.49c7903b4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.49c7903b4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"49c7903b43191fc32feb612762d17a040dee5db0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.49c7903b4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-rNsV9+VCowc92aNfLLEqA3y0fSuVzHGtxoNtpts0c3g8RC6s3rrFdviziRYcqtMSskICUZXbsEfeJT8Ft0djdg==","shasum":"50d02ef7961c6d99dab6abcfdf31dec9616673c8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.49c7903b4.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCP9MwZt2yb1HXwVCNxlqD4kTsXXIn6s0wEj3CcF69QNgIgffWZqkS7E9fF7Ec8bXZXUySx/ON9zqHrOrGsx7mH2Mc="}],"size":2003166},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.49c7903b4_1705677197797_0.6627690397272923"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-19T15:13:18.030Z","publish_time":1705677198030,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.4b5a82e86":{"name":"@firebase/database","version":"1.0.2-canary.4b5a82e86","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4b5a82e86","@firebase/util":"1.9.3-canary.4b5a82e86","@firebase/component":"0.6.4-canary.4b5a82e86","@firebase/app-check-interop-types":"0.3.0-canary.4b5a82e86","@firebase/auth-interop-types":"0.2.1-canary.4b5a82e86","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.4b5a82e86","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4b5a82e8681d9a5eac1f246b1303ca99a5ccb01e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.4b5a82e86","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-aqBJzOvPSDo2X74RRy/bHb2swkjJSNw0JFvDYZYhpGbwCY3Vc7MK+9uWmEx7d34l32TbuwEvelEg2cCxCOgXLA==","shasum":"4f27466c8609b7f9ab63fd867d9ed77135770baa","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.4b5a82e86.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDKNFTpelbWB818SP5WKpiOir7inhO9yYEBpuyFhrXnJwIhALmXPnN5TIFkvNnSPAnBUOjqS4yYZadXKSNt+QwO5Eym"}],"size":2003163},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.4b5a82e86_1705691363996_0.9472764008577905"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-19T19:09:24.248Z","publish_time":1705691364248,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.434f8418c":{"name":"@firebase/database","version":"1.0.2-canary.434f8418c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.434f8418c","@firebase/util":"1.9.3-canary.434f8418c","@firebase/component":"0.6.4-canary.434f8418c","@firebase/app-check-interop-types":"0.3.0-canary.434f8418c","@firebase/auth-interop-types":"0.2.1-canary.434f8418c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.434f8418c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"434f8418c3db3ae98489a8461c437c248c039070","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.434f8418c","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-w84HSYkHBQ9peX12NPZ7iiNKmWPXk4+Cvz08PXXGQ+yllwWumckWunoU74zuA6cTQvVoxYOtznOVVIkev3VVtw==","shasum":"734d76e3132942ab46c7d74bc93946ca6d007dfc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.434f8418c.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAbrnQxI9UO+odUn46tQENJ7EaptgKt0NgpB6r15rNSXAiEAoQ49dU3TKcYA7TjuSqkEg7HfQ7ofenskea4AQyw/MOA="}],"size":2003165},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.434f8418c_1705702652094_0.057510143229640764"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-19T22:17:32.383Z","publish_time":1705702652383,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.9ea0e3b47":{"name":"@firebase/database","version":"1.0.2-canary.9ea0e3b47","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9ea0e3b47","@firebase/util":"1.9.3-canary.9ea0e3b47","@firebase/component":"0.6.4-canary.9ea0e3b47","@firebase/app-check-interop-types":"0.3.0-canary.9ea0e3b47","@firebase/auth-interop-types":"0.2.1-canary.9ea0e3b47","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.9ea0e3b47","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9ea0e3b4702ef50789d2cacc839673b968ca1f42","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.9ea0e3b47","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-zJ5rjT486m/s3aOWNZliK9uJ4VDL01a11sLerXAoCUhqUNSBXLWaP5X1WGCeFInrV8erJGul7oW8OgiSG91OdQ==","shasum":"e22e0674db685ef06650583e4e4eb600f189590f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.9ea0e3b47.tgz","fileCount":230,"unpackedSize":10597488,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFJsBACVq0+PX3rkK7c/rWZP3oPO2ypCukfYufrDS9SUAiA/uFEFUt49sLAP4eWOXky7EaD+EMMTUqNjtN0nH8iduA=="}],"size":2003161},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.9ea0e3b47_1705969280511_0.9769109317802889"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-23T00:21:20.843Z","publish_time":1705969280843,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.046ac8a39":{"name":"@firebase/database","version":"1.0.2-canary.046ac8a39","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.046ac8a39","@firebase/util":"1.9.3-canary.046ac8a39","@firebase/component":"0.6.4-canary.046ac8a39","@firebase/app-check-interop-types":"0.3.0-canary.046ac8a39","@firebase/auth-interop-types":"0.2.1-canary.046ac8a39","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.046ac8a39","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"046ac8a39b483e127a4bbe11a5390a3e6018f2a7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.046ac8a39","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-UpwfaJtOqcdiWwH82GrZ0SVTAwL5B0ic3zZWuzIKbtnVkAj1O6L+tlk7PIhBYqNxhEnNDL7scpgyvJC2D2IgYw==","shasum":"9e9b15f070478a5f7aa0297b8a6be6f65d7bb70e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.046ac8a39.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGEoBFcSGDXLEyfuAWZB8Cw7Q9iz0GmxC3OxI1OxLfkkAiB66bxzQK7gUMZlSw7qGRL8kHG7XDgvvQgtMvlHHZ1qGQ=="}],"size":2004174},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.046ac8a39_1706039432013_0.8840715371823777"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-23T19:50:32.274Z","publish_time":1706039432274,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.895d0cf98":{"name":"@firebase/database","version":"1.0.2-canary.895d0cf98","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.895d0cf98","@firebase/util":"1.9.3-canary.895d0cf98","@firebase/component":"0.6.4-canary.895d0cf98","@firebase/app-check-interop-types":"0.3.0-canary.895d0cf98","@firebase/auth-interop-types":"0.2.1-canary.895d0cf98","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.895d0cf98","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"895d0cf981068cbfb74c40ac0e87b4e46096fdc1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.895d0cf98","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-+TgImBkq8ihF/nJaGbiOCTiN4LGob1CVyufn7myS2mw/4DuozWBbOcXrKbg8x72XgLyQWj2dwDK4D11ujHGG2g==","shasum":"5da51ac1182d26a0376af7e2560c7d97294cbe4f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.895d0cf98.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAw+Yi4L/UslnVqsMETDJ1kl9HISEnOKzFiXkhaUpTWyAiEAzDS0PcDEDHV+FTfrqMfrCh+9X8HZiwHMYjrfmFeEpC4="}],"size":2004175},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.895d0cf98_1706040897896_0.8039288112538465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-23T20:14:58.108Z","publish_time":1706040898108,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.e929e3fc9":{"name":"@firebase/database","version":"1.0.2-canary.e929e3fc9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e929e3fc9","@firebase/util":"1.9.3-canary.e929e3fc9","@firebase/component":"0.6.4-canary.e929e3fc9","@firebase/app-check-interop-types":"0.3.0-canary.e929e3fc9","@firebase/auth-interop-types":"0.2.1-canary.e929e3fc9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.e929e3fc9","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e929e3fc90b6aef338ea195f4d785706cfdde16f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.e929e3fc9","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-mvj/vkohYzl/x6rH2TybnYROcK0otQ7A1e3NIkFnt2QTzu3/Sc5zG3caHTXqeOhQRnivakWGxrUIl2pRsbUAfQ==","shasum":"9f5b2f346d2fb535e1ba8e17bfeedbafcfb3ad67","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.e929e3fc9.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDoIexW9BYknxIdokj81gtN6hAxITyiLGN3lFxEtQOomAIhAP1W2X2a8MqwvTih3FgkZYxes77EjGlZxaOMmvKYHBwy"}],"size":2004175},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.e929e3fc9_1706140098094_0.856747205982602"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-24T23:48:18.326Z","publish_time":1706140098326,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.1e24c19e6":{"name":"@firebase/database","version":"1.0.2-canary.1e24c19e6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1e24c19e6","@firebase/util":"1.9.3-canary.1e24c19e6","@firebase/component":"0.6.4-canary.1e24c19e6","@firebase/app-check-interop-types":"0.3.0-canary.1e24c19e6","@firebase/auth-interop-types":"0.2.1-canary.1e24c19e6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.1e24c19e6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1e24c19e6fdbdf8c41a7a685c583c42045aa6f8c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.1e24c19e6","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-lzkQFiEU7/TKpyqF+GiNtdhS/oVaYT7OxkyTpUN9IJoaydA56R2OAtv8u3aYzsewujLZi+4ya+IoQlpoN4NHNg==","shasum":"0af70045950f5cf4b5828e6442675086ed3ca287","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.1e24c19e6.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFLGnEwQ5b7GHZz51KdpWE7XNHwzBS0YZRq5aFx5X49VAiAyE7GXSW3SRT7yc5Pvo8UsBKhkk0ZYczd8Xtq/6ljJdQ=="}],"size":2004173},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.1e24c19e6_1706219214513_0.8244398706300513"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-25T21:46:54.751Z","publish_time":1706219214751,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.d8f4ea272":{"name":"@firebase/database","version":"1.0.2-canary.d8f4ea272","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.d8f4ea272","@firebase/util":"1.9.3-canary.d8f4ea272","@firebase/component":"0.6.4-canary.d8f4ea272","@firebase/app-check-interop-types":"0.3.0-canary.d8f4ea272","@firebase/auth-interop-types":"0.2.1-canary.d8f4ea272","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.d8f4ea272","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"d8f4ea2729fd37611f759bd18f2322c9f9bcd631","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.d8f4ea272","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-qmw+IaXg8Rb58nXXbtEQzrQ5qNiDJsVPvVO2dMR/jbN1Z/Lw2aRJQyA6rWuzhTkL7c/b5myWBsNHLfLJ7EJhrQ==","shasum":"3145f115e14ebbf7c9230ee02cae90560dc5cbc1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.d8f4ea272.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGjHit3OMfHq7O6XPVdImsu5cPCp0+Qo4olbzZTk+X1TAiEA2ZHwvwVzrR5BE/YrIRdVWX7YE5SfJ/hMHzNjy0Ozq/8="}],"size":2004173},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.d8f4ea272_1706298900704_0.8818358986643304"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-26T19:55:00.946Z","publish_time":1706298900946,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.1ac794d63":{"name":"@firebase/database","version":"1.0.2-canary.1ac794d63","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1ac794d63","@firebase/util":"1.9.3-canary.1ac794d63","@firebase/component":"0.6.4-canary.1ac794d63","@firebase/app-check-interop-types":"0.3.0-canary.1ac794d63","@firebase/auth-interop-types":"0.2.1-canary.1ac794d63","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.1ac794d63","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"1ac794d635a1471198f2b12ffacd8bf5bb9137f0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.1ac794d63","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-uBe4bWQIN9j6sLPROufQu4lZr2uypyE/q8BfiI9MsOhzm/wBGsmOSIH1MMGK1uG8you73WYxlmXOS6yIP+PxRQ==","shasum":"99a4431f151faee4da085af6d2034b055a8b9489","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.1ac794d63.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE4q18fyWUdGUg70QBjtHm8u9I2ezb4Hx7rt92XHiVxbAiBSMjIvuAcFlvDbOk8Tj683UO19oM6wpFZB3HwtuF+f3g=="}],"size":2004176},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.1ac794d63_1706312873446_0.15648205391950354"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-26T23:47:53.701Z","publish_time":1706312873701,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.bf59c0aed":{"name":"@firebase/database","version":"1.0.2-canary.bf59c0aed","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.bf59c0aed","@firebase/util":"1.9.3-canary.bf59c0aed","@firebase/component":"0.6.4-canary.bf59c0aed","@firebase/app-check-interop-types":"0.3.0-canary.bf59c0aed","@firebase/auth-interop-types":"0.2.1-canary.bf59c0aed","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.bf59c0aed","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"bf59c0aedefabae9bff4d777e1591fe496259293","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.bf59c0aed","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-dsXM0Ho5zXGiE7a3c8i/eZcuLprDAx9RUGgio2MqOoZTajsoNhJVc9rLkvmsX0EUVo4acAJwbatvPQmXH1SY2A==","shasum":"8a8cc84dff67fe25ac160cf401004186bcd3f62a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.bf59c0aed.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDP/ppSjxPjT7IJrisgz9tbed70hrbWhJxkzHFWJxwOfAIhAPJ7VKhy3McTmKdut1ainSp1d5YTRXpahJJukDZVr85X"}],"size":2004168},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.bf59c0aed_1706554278934_0.7265939167275686"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-29T18:51:19.160Z","publish_time":1706554279160,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.3f8cbcd18":{"name":"@firebase/database","version":"1.0.2-canary.3f8cbcd18","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.3f8cbcd18","@firebase/util":"1.9.3-canary.3f8cbcd18","@firebase/component":"0.6.4-canary.3f8cbcd18","@firebase/app-check-interop-types":"0.3.0-canary.3f8cbcd18","@firebase/auth-interop-types":"0.2.1-canary.3f8cbcd18","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.3f8cbcd18","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"3f8cbcd18f47fcae8c0d8060fd8c245c025784c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.3f8cbcd18","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kstH/A3xeI2gYYjgRZNkYap20He3qo8ivXrZTEWI2XR8yTT7MxAc+hGs3R6WMZVAth/HvWhO9Je/nmt90Df81w==","shasum":"a4b0a35693ba05d530f6a1abf333e07624bef72f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.3f8cbcd18.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGKX9zFJCLIVjnJebogXQMXZioGVq/+lMk2wPVdCZLBlAiBIgR1ObUeZsPLkwODE697qbPKE5K9sV7wMvm2q6lW0bQ=="}],"size":2004172},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.3f8cbcd18_1706554514613_0.573056978357388"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-29T18:55:14.837Z","publish_time":1706554514837,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.4d88f0894":{"name":"@firebase/database","version":"1.0.2-canary.4d88f0894","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.4d88f0894","@firebase/util":"1.9.3-canary.4d88f0894","@firebase/component":"0.6.4-canary.4d88f0894","@firebase/app-check-interop-types":"0.3.0-canary.4d88f0894","@firebase/auth-interop-types":"0.2.1-canary.4d88f0894","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.4d88f0894","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"4d88f0894b44b53875c295bd3af5044d04ff6e3a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.4d88f0894","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-uyu1nVO6mxfUpU2V8xgA0s1L/y8kKdeHcEGJio9wdN/zGF18JdcLzGrSmJZwut1SqNMIeg3bNlO69GNyPLUowA==","shasum":"0df11b5036dd0dc8f239565c10ab6951e3a5e6cd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.4d88f0894.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1Y8iypzSJYfQKuVFT+5CcXXvTRGnDo/YJnQoBD5B1uwIhAMdxLqhtNNDOfU8jMiD7ZDt6fKJaJpzwL+vXeJ3Y2L1D"}],"size":2004176},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.4d88f0894_1706565994451_0.140275640191186"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-29T22:06:34.694Z","publish_time":1706565994694,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.dc11a2761":{"name":"@firebase/database","version":"1.0.2-canary.dc11a2761","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.dc11a2761","@firebase/util":"1.9.3-canary.dc11a2761","@firebase/component":"0.6.4-canary.dc11a2761","@firebase/app-check-interop-types":"0.3.0-canary.dc11a2761","@firebase/auth-interop-types":"0.2.1-canary.dc11a2761","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.dc11a2761","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"dc11a27618819396944368f421dcbcb62c395f07","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.dc11a2761","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-dpAOVaglFU+fPHsJmaX79xCESAk8PoaVL+/i6apWrTZ9ODt9g+8NVrhJqkNfsuhpoGBWpBjTZIAMb/6IBvNKsA==","shasum":"a28d3067c9c8cebb5cbe4377a85e9d87b023dc86","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.dc11a2761.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDpsjBEHE0Zw1UQ1N6xdan97TQyS0bwny0R+wC6qc0Y2AIhAK5O2puv4405Di7RUsQJvkKm7UaHRvO6aLLVGuFVKTba"}],"size":2004172},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.dc11a2761_1706651664360_0.19434283223741322"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-30T21:54:24.603Z","publish_time":1706651664603,"_source_registry_name":"default","contributors":[]},"1.0.3-20240130223218":{"name":"@firebase/database","version":"1.0.3-20240130223218","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.4-20240130223218","@firebase/component":"0.6.5-20240130223218","@firebase/app-check-interop-types":"0.3.0","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.27-20240130223218","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e6494bc19df637952a6a4aeb8204a841205cd0bc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.3-20240130223218","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-kfxF0D05EDCS7nnQiM+IoyOUF/UMB44Uwr3PkeGOVX/vCUBpmxlD17KxbpAyZ5Y1TSl8qo/4NHvan4CNVmUTAw==","shasum":"22a3e2db768b89600a0836a3225369ee8c2f4757","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-20240130223218.tgz","fileCount":232,"unpackedSize":10605345,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGe3BsfSCxErP6fcm1g72FSf33/dDIlFuL+bK4U+VAzeAiB0sdFs9iesHkiIt5vnY/tddf8WS9bAu2VHal/RikL5Ew=="}],"size":2004155},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-20240130223218_1706655011003_0.32253528199284354"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-30T22:50:11.289Z","publish_time":1706655011289,"_source_registry_name":"default","contributors":[]},"1.0.2-canary.2f7ad0ac4":{"name":"@firebase/database","version":"1.0.2-canary.2f7ad0ac4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2f7ad0ac4","@firebase/util":"1.9.3-canary.2f7ad0ac4","@firebase/component":"0.6.4-canary.2f7ad0ac4","@firebase/app-check-interop-types":"0.3.0-canary.2f7ad0ac4","@firebase/auth-interop-types":"0.2.1-canary.2f7ad0ac4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.26-canary.2f7ad0ac4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"2f7ad0ac43f5d085604324f6dc3921d9420bfccd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.2-canary.2f7ad0ac4","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-2D8STRcHUHAE70DYG4aGERuJC3h72j0+eG2QbeDpjcgHI/XtTVf2v504scQa32w6q4im4NdIWn344Ihn8hLiEQ==","shasum":"da8bb16e78c58bb9c1b0af5395805b94ef555058","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.2-canary.2f7ad0ac4.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCbTsI5N6IlsMUh4cHtVcSo0p1KdMzaeou1dB1ePNx20wIgVucXKZncz4hWH5EXQ2vInLPBfwtYRfgYZP+cBth/6f4="}],"size":2004170},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.2-canary.2f7ad0ac4_1706745059587_0.2885238044317566"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-31T23:50:59.842Z","publish_time":1706745059842,"_source_registry_name":"default","contributors":[]},"1.0.3-20240131233318":{"name":"@firebase/database","version":"1.0.3-20240131233318","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.4-20240131233318","@firebase/component":"0.6.5-20240131233318","@firebase/app-check-interop-types":"0.3.0","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.27-20240131233318","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c6660278b7b1dcaf5700df0de615fb2028a51e63","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.3-20240131233318","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-lN54NOtmY8MUVTJrlSBvDECydiPutpogc0o1dGlH6dX1wst1r3hJY6hN1dYTvMf91feMzM7tCFdLZ8bUEcplRg==","shasum":"ffdf965a2acb4d9df97dcf5bb90d86a04b9e3bfb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-20240131233318.tgz","fileCount":232,"unpackedSize":10605345,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEj03JsLQtpjDtzQE02g7EJS2Qlt1aKYT4uzUy3J2h10AiEApgzbUKLi+Rp/lYPc9usTky3lS6Y47CAJLedz4lQB2W0="}],"size":2004169},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-20240131233318_1706745073204_0.4781037217178812"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-01-31T23:51:13.549Z","publish_time":1706745073549,"_source_registry_name":"default","contributors":[]},"1.0.3-20240201000521":{"name":"@firebase/database","version":"1.0.3-20240201000521","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.4-20240201000521","@firebase/component":"0.6.5-20240201000521","@firebase/app-check-interop-types":"0.3.0","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.27-20240201000521","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"c6660278b7b1dcaf5700df0de615fb2028a51e63","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.3-20240201000521","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-8w4OuuJBSDEC/UcGltKAavRcuTro10KnpQ2xymZOlvhOtTYlm5RZ4K3xLnf3+hWV8Id6RNpr+yimvJCr3JD1rg==","shasum":"3befb68c79d78d432ca2c2924676d4409ab2511e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-20240201000521.tgz","fileCount":232,"unpackedSize":10605345,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCl7LX00b5BxU1Ei7x6LBJASLMR6Slhhwk+ko+TpEELoQIhAJxX2KGaqzvQVDIR5xmRGcvdDZS1qCsFxV5mlhD5npSq"}],"size":2004159},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-20240201000521_1706746983561_0.14628896995887075"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-01T00:23:03.790Z","publish_time":1706746983790,"_source_registry_name":"default","contributors":[]},"1.0.3":{"name":"@firebase/database","version":"1.0.3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0","@firebase/util":"1.9.4","@firebase/component":"0.6.5","@firebase/app-check-interop-types":"0.3.0","@firebase/auth-interop-types":"0.2.1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.27","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"gitHead":"9fa0e9f5f2b29b09c72b66c69d4d99b3f97e0830","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.3","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-9fjqLt9JzL46gw9+NRqsgQEMjgRwfd8XtzcKqG+UYyhVeFCdVRQ0Wp6Dw/dvYHnbH5vNEKzNv36dcB4p+PIAAA==","shasum":"88caee93188d28aca355236e9ad69f373f628804","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3.tgz","fileCount":232,"unpackedSize":10605210,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0S31avyCA9XMQOAtj/GrBZBIF0yIyJ3owDTepzv+MhAIhAL4cG3RRqFs8jvgcjDj7SvNawfYRaWCIDmq2ACeBBTf2"}],"size":2004086},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3_1706825175145_0.033000021903165866"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-01T22:06:15.425Z","publish_time":1706825175425,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.9fa0e9f5f":{"name":"@firebase/database","version":"1.0.3-canary.9fa0e9f5f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9fa0e9f5f","@firebase/util":"1.9.4-canary.9fa0e9f5f","@firebase/component":"0.6.5-canary.9fa0e9f5f","@firebase/app-check-interop-types":"0.3.0-canary.9fa0e9f5f","@firebase/auth-interop-types":"0.2.1-canary.9fa0e9f5f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.27-canary.9fa0e9f5f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"9fa0e9f5f2b29b09c72b66c69d4d99b3f97e0830","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.3-canary.9fa0e9f5f","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-5WhlbOYflrpAUvcK0VgGMqZF/nXXs8xwDrmRfV2Ev082Zj4dY14JjRYxI31r+87CHeNicXdImz6li77IheyM/A==","shasum":"e5d403001b14383dd1547627b1316546cb83c6dd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.9fa0e9f5f.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC6NdVXk7YQZBvGpbyBn1aaDfjHUH/k4S60JdFPKQttkAIgBRoMYnnc8qfjgJR1pRnDPao8e9G7zBXK1qzaealda3c="}],"size":2004172},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.9fa0e9f5f_1706826988489_0.4965085981335493"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-01T22:36:28.880Z","publish_time":1706826988880,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.e5a1a3454":{"name":"@firebase/database","version":"1.0.3-canary.e5a1a3454","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e5a1a3454","@firebase/util":"1.9.4-canary.e5a1a3454","@firebase/component":"0.6.5-canary.e5a1a3454","@firebase/app-check-interop-types":"0.3.0-canary.e5a1a3454","@firebase/auth-interop-types":"0.2.1-canary.e5a1a3454","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.27-canary.e5a1a3454","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e5a1a34541fd5a6631713772d6a2bb73d81544c9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.3-canary.e5a1a3454","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-0rXnhkFsE2I9MgfhttMSSMQgDo4BuScy+bLQsPyug6c5ZGS14Y0A8dy2G2AdItx4/EkQM/OXjRJck6ZLdXZniA==","shasum":"43228fa31c5174fdea72e46db2ebc7487932c2cd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.e5a1a3454.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG11w2682mQZGEjTGrcvBXWRQy8pG7qYfjtuzMrBWU+pAiASG1ja2UcjUu1lnfXjy7vWbwtvcrDyLAa4JyYhvz8q0Q=="}],"size":2004168},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.e5a1a3454_1708993457011_0.5132098118679249"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-27T00:24:17.392Z","publish_time":1708993457392,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.f3cec28df":{"name":"@firebase/database","version":"1.0.3-canary.f3cec28df","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.f3cec28df","@firebase/util":"1.9.4-canary.f3cec28df","@firebase/component":"0.6.5-canary.f3cec28df","@firebase/app-check-interop-types":"0.3.0-canary.f3cec28df","@firebase/auth-interop-types":"0.2.1-canary.f3cec28df","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.27-canary.f3cec28df","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"f3cec28dfbdfc7f19c8218cf9d26956235d03fb0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.3-canary.f3cec28df","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-UTdHcCrd5cMBJJhapf24pvBk5GBnU7FjYl9sR/r4BZOIWi6tlmTNYgZ9fJCx6y/oP0rT4QUsciX8jRz2/pb0bg==","shasum":"6f74a290df41f642b886a48e3d0df52742511bae","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.f3cec28df.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICwbNTdbsN/i2UuKRj07iaWsD1eghwcUpmlhNuju1InCAiEAsOv4pN+QteSUuvdyVqfo1A8xy6X3NtkLEW+A4Z0fosU="}],"size":2004170},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.f3cec28df_1709044438191_0.5649684017552836"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-27T14:33:58.387Z","publish_time":1709044438387,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.e60188d47":{"name":"@firebase/database","version":"1.0.3-canary.e60188d47","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.e60188d47","@firebase/util":"1.9.4-canary.e60188d47","@firebase/component":"0.6.5-canary.e60188d47","@firebase/app-check-interop-types":"0.3.0-canary.e60188d47","@firebase/auth-interop-types":"0.2.1-canary.e60188d47","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.28-canary.e60188d47","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"e60188d47f59d00f7faf7ebb2c0d8e338014a0f8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.3-canary.e60188d47","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-ooDIvhnB3Drudft4CRTJT+d64hv50W9jULvPbOgjuV2f0HJ5VxMtdUiebyITlxZ8m05tX1Qq1KgFFNGIcxRecA==","shasum":"80d80ccb09bb39afc8de32a07f3df24172718b39","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.e60188d47.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDExslLHAkPY7eBZPabYd5PUkWPgexcrdZwtLH3LTjBgAIgBTJTn/IRfygn7iHRtjFvS+fRzyD9NwCu1IwB/mm4O8E="}],"size":2004163},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.e60188d47_1709153685020_0.5039056609417571"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-28T20:54:45.369Z","publish_time":1709153685369,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.245dd26e1":{"name":"@firebase/database","version":"1.0.3-canary.245dd26e1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.245dd26e1","@firebase/util":"1.9.4-canary.245dd26e1","@firebase/component":"0.6.5-canary.245dd26e1","@firebase/app-check-interop-types":"0.3.0-canary.245dd26e1","@firebase/auth-interop-types":"0.2.1-canary.245dd26e1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.28-canary.245dd26e1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"readmeFilename":"README.md","gitHead":"245dd26e19b6c16aca7e1b7e597ed5784c2984ba","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_id":"@firebase/database@1.0.3-canary.245dd26e1","_nodeVersion":"16.20.2","_npmVersion":"8.19.4","dist":{"integrity":"sha512-qI+WAvNyQLZzYyJWreNmWn8K4j1D8OyKfTkRd6iVAVy+n3jns2jt1NI2eRvNClxlOz7Rxvrke2kpHTRBKUNRVg==","shasum":"557ca3ea33bb1d494faa0a94ed9fe5340206ba25","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.245dd26e1.tgz","fileCount":232,"unpackedSize":10605414,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIADjcuNKhSd7JrTCehXbF4EJc8nyT2gtcwgjwq+2VtkZAiAUapRiVcmWCpw3PuWnXLq67vm5x7dGc9RzJG7+rBcabA=="}],"size":2004168},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.245dd26e1_1709750452047_0.9966013934319609"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-06T18:40:52.294Z","publish_time":1709750452294,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.feb5038e5":{"name":"@firebase/database","version":"1.0.3-canary.feb5038e5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.feb5038e5","@firebase/util":"1.9.4-canary.feb5038e5","@firebase/component":"0.6.5-canary.feb5038e5","@firebase/app-check-interop-types":"0.3.0-canary.feb5038e5","@firebase/auth-interop-types":"0.2.1-canary.feb5038e5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.28-canary.feb5038e5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.feb5038e5","readmeFilename":"README.md","gitHead":"feb5038e51bac1a4a90ef0bcc1db27770480fa48","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-ibGm/sEMjpZjn9F7qQii1HAFHvmRtm8hgyd1aVBqvmB7q1krH49iafTaOfByJqOOvP6os7kk8i+cbX4dqC0kng==","shasum":"b2f5975572a99a24b95a3c724ee24a7804d15b71","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.feb5038e5.tgz","fileCount":233,"unpackedSize":10605742,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB7WzI1pt/TenHfaroNYcsosiNeCkjkKRPBiCLPVGXdJAiBb3v3RfpVMzyqxusrIs7wEVu4LU1tAJRxI/mb9rkQyWQ=="}],"size":2005266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.feb5038e5_1709905963070_0.16504186401984988"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-08T13:52:43.265Z","publish_time":1709905963265,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.2b22838aa":{"name":"@firebase/database","version":"1.0.3-canary.2b22838aa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.2b22838aa","@firebase/util":"1.9.4-canary.2b22838aa","@firebase/component":"0.6.5-canary.2b22838aa","@firebase/app-check-interop-types":"0.3.0-canary.2b22838aa","@firebase/auth-interop-types":"0.2.1-canary.2b22838aa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.28-canary.2b22838aa","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.2b22838aa","readmeFilename":"README.md","gitHead":"2b22838aa2c7ccec480b26c9702bbb98a0778250","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-CgyncBYcu0pn7qf3GuCKiKsK+eHdSn3F0G2QbENv6k3m4ao/NFC+nsQjC4LFbWeeU4iGv4YumWM0l7i/ZHy1Gg==","shasum":"4744f90c5adfb87dff99085fa5f6b32cfab341ec","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.2b22838aa.tgz","fileCount":233,"unpackedSize":10605742,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpAF+Yi1EpQ6y7H6PUmsZbmb4FoA1J0a/UXBkfH7+5RAiBm+qkMdmIrBUCpI1CWBwYqKNRWWV9Y1Sy9GMBpPDE7iQ=="}],"size":2005268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.2b22838aa_1709938970528_0.5971602055079013"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-08T23:02:50.709Z","publish_time":1709938970709,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.6d487d7de":{"name":"@firebase/database","version":"1.0.3-canary.6d487d7de","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.6d487d7de","@firebase/util":"1.9.4-canary.6d487d7de","@firebase/component":"0.6.5-canary.6d487d7de","@firebase/app-check-interop-types":"0.3.0-canary.6d487d7de","@firebase/auth-interop-types":"0.2.1-canary.6d487d7de","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.28-canary.6d487d7de","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.6d487d7de","readmeFilename":"README.md","gitHead":"6d487d7dee631498bed1aeccbb45d8f14ae911d1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-r3HKxaui6okp+qAVFHusVy2bKSXl4HvcTtFpvz8kgIpBbBXJtoZEv6sYoXC6SV0ASCFLKsrPBeGMp8FeXaoJPQ==","shasum":"3bb859cf3b9f43a1066bd449ca3887743c53def7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.6d487d7de.tgz","fileCount":233,"unpackedSize":10605742,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiV9HBMSPdUAI8Q7CGvCogj2fwxl4QTt3Mor+dKxoW4wIhAN1xQwW6iuqV55OJJ4JvAXE8HqUWBfTbTi1VTTpJDnWP"}],"size":2005265},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.6d487d7de_1710183572619_0.977063157981507"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-11T18:59:32.817Z","publish_time":1710183572817,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.ce88e71e7":{"name":"@firebase/database","version":"1.0.3-canary.ce88e71e7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ce88e71e7","@firebase/util":"1.9.4-canary.ce88e71e7","@firebase/component":"0.6.5-canary.ce88e71e7","@firebase/app-check-interop-types":"0.3.0-canary.ce88e71e7","@firebase/auth-interop-types":"0.2.1-canary.ce88e71e7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.28-canary.ce88e71e7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.ce88e71e7","readmeFilename":"README.md","gitHead":"ce88e71e738ac7bb2cd5d63e4e314e2de82f72ef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-z3aX9pe95lSKP5sdEYaDk4XfjUeGnFodlA3a6EgXP0GPyjbdS2YL8vnNL9fZCx9MqlOmzDFfWXnuilCC23eAqg==","shasum":"69c3866898d75dad27aab0ea124f16fc8b85dc7f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.ce88e71e7.tgz","fileCount":233,"unpackedSize":10605742,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHns2NoHkyuV/1wmldH4T/y8zsvvEawfgeUsjIIN4Ey6AiEAtKMGp64fFJSOmiPWMajT5Qgt58Kz3tPsu2PldVBBa1o="}],"size":2005264},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.ce88e71e7_1710185325165_0.9903187830279181"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-11T19:28:45.502Z","publish_time":1710185325502,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.1eb302f5a":{"name":"@firebase/database","version":"1.0.3-canary.1eb302f5a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1eb302f5a","@firebase/util":"1.9.4-canary.1eb302f5a","@firebase/component":"0.6.5-canary.1eb302f5a","@firebase/app-check-interop-types":"0.3.0-canary.1eb302f5a","@firebase/auth-interop-types":"0.2.1-canary.1eb302f5a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.29-canary.1eb302f5a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.1eb302f5a","readmeFilename":"README.md","gitHead":"1eb302f5af15ae4e975d1989e489e3b119665271","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-VDshiu7oi+8P3UW0kp0GIm9l3NuBGZfe1WKrNJmwz0cu+6IK8aQ+HxuMuxgIaOoAKXwa841nACzjep4N18Mv+w==","shasum":"d1aaba6a0a8c3ad336ffa54e3babf44c7f294374","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.1eb302f5a.tgz","fileCount":233,"unpackedSize":10605742,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGz2LdhifTrG9vUtAEan9crOIJ3ex+zFm1aPuk4eVmhCAiAdB5au09QuSEBbQnUzgwGvLIJXEtWpeXJ8XoxdykXVMw=="}],"size":2005265},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.1eb302f5a_1710428237583_0.4206741772411111"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-14T14:57:17.759Z","publish_time":1710428237759,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.1494c4b80":{"name":"@firebase/database","version":"1.0.3-canary.1494c4b80","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.1494c4b80","@firebase/util":"1.9.4-canary.1494c4b80","@firebase/component":"0.6.5-canary.1494c4b80","@firebase/app-check-interop-types":"0.3.0-canary.1494c4b80","@firebase/auth-interop-types":"0.2.1-canary.1494c4b80","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.29-canary.1494c4b80","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.1494c4b80","readmeFilename":"README.md","gitHead":"1494c4b800886e6c2732aff05d95a4e472290c0d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-BxmkV02OFzqcGAB93tR6H+A1HB4Y8MoKsuMZPSvm2G/FXxM5IJiFRkk6YVQcnv02NuZAHhLEwniOzBVosei1FQ==","shasum":"899b156fa3e243f875a1f14caadb2a9a0ee74478","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.1494c4b80.tgz","fileCount":233,"unpackedSize":10605742,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBPmUT15ywV0ZvoBuTq8HYY47Zkq+FFSHsMCTQQKGEPAIgVVC6atgm+Dwp5gj9u+W7VJyXytoSGbnVMlEwur0+wDs="}],"size":2005272},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.1494c4b80_1710439694043_0.10361842570393232"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-14T18:08:14.244Z","publish_time":1710439694244,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.0c5150106":{"name":"@firebase/database","version":"1.0.3-canary.0c5150106","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.0c5150106","@firebase/util":"1.9.4-canary.0c5150106","@firebase/component":"0.6.5-canary.0c5150106","@firebase/app-check-interop-types":"0.3.0-canary.0c5150106","@firebase/auth-interop-types":"0.2.1-canary.0c5150106","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.29-canary.0c5150106","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.0c5150106","readmeFilename":"README.md","gitHead":"0c515010607bf2223b468acb94c672b1279ed1a0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-HJqy+lGMPCwxPjh5lhcp6bK3ZCpv8Z+wIBtlwx9MFxeeMqPeMc1VvIlRdev08TZ/jd8mMcHrcHQwuT86OfA+9g==","shasum":"e4705eec09d93a51dbd08366e1375d399d78304b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.0c5150106.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCI5m9ESHEUOxM+s737VnULFj+ecQolu0jX/ppHV3OlnQIhAIurFc9GXvlDlbxwwkbeHY2aMZ6TVHGXDz+wOlwK6bsC"}],"size":2005273},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.0c5150106_1710974501501_0.39016021465683237"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-20T22:41:41.714Z","publish_time":1710974501714,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.9ca1a4e4f":{"name":"@firebase/database","version":"1.0.3-canary.9ca1a4e4f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9ca1a4e4f","@firebase/util":"1.9.4-canary.9ca1a4e4f","@firebase/component":"0.6.5-canary.9ca1a4e4f","@firebase/app-check-interop-types":"0.3.0-canary.9ca1a4e4f","@firebase/auth-interop-types":"0.2.1-canary.9ca1a4e4f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.29-canary.9ca1a4e4f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.9ca1a4e4f","readmeFilename":"README.md","gitHead":"9ca1a4e4f9f13d56cde93cab6d83a8bc54f83539","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-LOheVrL6Q9qqVhbdJcRILFGtQv7cKG27JwoLlkstV15jzoEYhi5l05EspOUPqV8K7hUnO1ARsQEVsH9978SN2w==","shasum":"b77d81a2231b6d3af6bd26743610c2c1e8045df7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.9ca1a4e4f.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+DG1iafAd4QhuXGaNbinjXYtXHhXziT7IRhl9MTn0GwIgJ5bl+RHO6mLxJhIZ2dmwN7dJr8MfFvlLqUcRc+r5hXk="}],"size":2005267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.9ca1a4e4f_1711043353726_0.6943479905845094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-21T17:49:13.903Z","publish_time":1711043353903,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.89541ef74":{"name":"@firebase/database","version":"1.0.3-canary.89541ef74","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.89541ef74","@firebase/util":"1.9.4-canary.89541ef74","@firebase/component":"0.6.5-canary.89541ef74","@firebase/app-check-interop-types":"0.3.0-canary.89541ef74","@firebase/auth-interop-types":"0.2.1-canary.89541ef74","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.29-canary.89541ef74","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.89541ef74","readmeFilename":"README.md","gitHead":"89541ef7422637a36e9951d327e150c2c615e1f0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-ItGf5Cc3euI5Z84xXm4nqiH0WOgHTrzLO5v5LYtWhaMArsYJqFLfnhDDBahy4XaY8vN6hr1kUICOuzgwwyyV3Q==","shasum":"8f99a73a41574ddd4fd7acdc983fb8bef49ae855","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.89541ef74.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeaVVAg18T4jj+2Ya3tcdUGwE1NliFFhBQ843jE7xZKAIhAPTEnSjLtunSgB73eeFCBM+2E8FtZ4exeh26tiSY5COB"}],"size":2005274},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.89541ef74_1711139656273_0.019185057707584052"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-22T20:34:16.602Z","publish_time":1711139656602,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.ed84efe50":{"name":"@firebase/database","version":"1.0.3-canary.ed84efe50","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.ed84efe50","@firebase/util":"1.9.4-canary.ed84efe50","@firebase/component":"0.6.5-canary.ed84efe50","@firebase/app-check-interop-types":"0.3.0-canary.ed84efe50","@firebase/auth-interop-types":"0.2.1-canary.ed84efe50","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.29-canary.ed84efe50","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.ed84efe50","readmeFilename":"README.md","gitHead":"ed84efe50bfc365da8ebfacdd2b17b5cc2a9e596","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-MPQF59MYik59wQglZLr0mOvc9KB8Te4ddrVnwOOPGVb8YkOXDC8CDvMGBavOR+nHNSrZE4T05Ds/uzfKOLOIDw==","shasum":"b52cb7e33de9efd4c04286741f9d26a96c4fc17d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.ed84efe50.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCuE6RnJ5AndI+NC6M+uZaN+yTSH1zHAGXsxUJ5jNZYkwIgP8NLbeWxXWdhYYhP96IS2B7HNUOMcg3a4dj1JyLCfjw="}],"size":2005265},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.ed84efe50_1711197083423_0.3472477022489926"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-23T12:31:23.677Z","publish_time":1711197083677,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.9fc463325":{"name":"@firebase/database","version":"1.0.3-canary.9fc463325","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.9fc463325","@firebase/util":"1.9.4-canary.9fc463325","@firebase/component":"0.6.5-canary.9fc463325","@firebase/app-check-interop-types":"0.3.0-canary.9fc463325","@firebase/auth-interop-types":"0.2.1-canary.9fc463325","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.29-canary.9fc463325","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.9fc463325","readmeFilename":"README.md","gitHead":"9fc463325db09a5ffdd69269dee82e4b699824d0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-ixtEhxEweR/J9jCv518CiZa5c5DelUUiHrqXlcS7zgCY1EPdydWcq00hbIP7W3IUrpvQWcR07YLucBYf+BgRdw==","shasum":"f80b3c666534545ebdbf1f1a4204fd2c347d259a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.9fc463325.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZbKe6rFIbo9X8pY9BVCvMAl0YQrEDFcg4R3tVGVh8GwIhAIepyX+V4yT6lx9okqnZlSrVCMfaFoIJ3x/c7UQLuXsE"}],"size":2005278},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.9fc463325_1711388107999_0.8605978092044748"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-25T17:35:08.323Z","publish_time":1711388108323,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.c8a2568dd":{"name":"@firebase/database","version":"1.0.3-canary.c8a2568dd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c8a2568dd","@firebase/util":"1.9.4-canary.c8a2568dd","@firebase/component":"0.6.5-canary.c8a2568dd","@firebase/app-check-interop-types":"0.3.0-canary.c8a2568dd","@firebase/auth-interop-types":"0.2.1-canary.c8a2568dd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.29-canary.c8a2568dd","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.c8a2568dd","readmeFilename":"README.md","gitHead":"c8a2568ddd2acd9162a99bce9ff4203fe8d6e0da","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-LZnbAW2jgr+7bhsinJ+S23iG0YQHQHTBjeq1NayGRCn1bHNeIowkFajoDhtxRQU8ZnVkX9Zkov0Y1GCx41woKQ==","shasum":"5b9e64562ce60854cb9a448611cc9079f98d69eb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.c8a2568dd.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBV0WoqZqZ/gIW3YbxTq+t+PAS2rE50jSe2NktELS/tRAiAzE/QzMQ3Cfyp1nnX41KY0DwcgD64JIY4JWRR3y1ZCjg=="}],"size":2005270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.c8a2568dd_1711478637088_0.32089288913881164"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-26T18:43:57.317Z","publish_time":1711478637317,"_source_registry_name":"default","contributors":[]},"1.0.4-20240326182825":{"name":"@firebase/database","version":"1.0.4-20240326182825","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-20240326182825","@firebase/util":"1.9.5-20240326182825","@firebase/component":"0.6.6-20240326182825","@firebase/app-check-interop-types":"0.3.1-20240326182825","@firebase/auth-interop-types":"0.2.2-20240326182825","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-20240326182825","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-20240326182825","readmeFilename":"README.md","gitHead":"73f40f5f9d12a6df7abd81d15f7ebbfcf62736f7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-r6Fbza/kqbSTuW3FE8blcRS9ZBjHeZmRexGTnALhQa4zIMAfpLnLeC9lslmHYc0M2LWYfFLInbmKPi1bLRg8aA==","shasum":"dd0f0a88079b525fac891ec99ee23e7a5e600fa3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-20240326182825.tgz","fileCount":233,"unpackedSize":10605722,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCVRKog5PdSZ90rMgr9zf8cQLqBDTgcKBIvCNh9yWSlTQIgUq5nARHE3tX3xC2eTknIE9NZd4bF2G312EBfNnpu5cQ="}],"size":2005279},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-20240326182825_1711478781339_0.6013795887460727"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-26T18:46:21.589Z","publish_time":1711478781589,"_source_registry_name":"default","contributors":[]},"1.0.3-canary.c6ecac8ac":{"name":"@firebase/database","version":"1.0.3-canary.c6ecac8ac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.0-canary.c6ecac8ac","@firebase/util":"1.9.4-canary.c6ecac8ac","@firebase/component":"0.6.5-canary.c6ecac8ac","@firebase/app-check-interop-types":"0.3.0-canary.c6ecac8ac","@firebase/auth-interop-types":"0.2.1-canary.c6ecac8ac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.9.29-canary.c6ecac8ac","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.3-canary.c6ecac8ac","readmeFilename":"README.md","gitHead":"c6ecac8ac7110622d178d9450446318a4d0c474e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-Oo7HG6L2PW5z77Rdp82nTXuhE6wJKSCX+4Ou4g4a7xSQb/9dCNw0lNeXghfelh6y/4r8DzYPrTj735UJBwgbEw==","shasum":"06f1e69af2515fe64fa6bec5599d70d56c305a13","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.3-canary.c6ecac8ac.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC4jTJLYoAFMPT+RWSAurfH+URX8pCCD+XESfgVIUif7AiEAzWqXxOTPkjzEjC0oBwetxQL2nIaEKOWoR+c3zq4ti4E="}],"size":2005263},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.3-canary.c6ecac8ac_1711648361480_0.38789442486258974"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-28T17:52:41.716Z","publish_time":1711648361716,"_source_registry_name":"default","contributors":[]},"1.0.4":{"name":"@firebase/database","version":"1.0.4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1","@firebase/util":"1.9.5","@firebase/component":"0.6.6","@firebase/app-check-interop-types":"0.3.1","@firebase/auth-interop-types":"0.2.2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4","gitHead":"13762a4fe193ad10f5ecc0603313b889929e8eda","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-k84cXh+dtpzvY6yOhfyr1B+I1vjvSMtmlqotE0lTNVylc8m5nmOohjzpTLEQDrBWvwACX/VP5fEyajAdmnOKqA==","shasum":"c6c7b218baf13fe189df14bdf42844853b595761","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4.tgz","fileCount":233,"unpackedSize":10605542,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHEgaCvotKzVPxJvGeoorP1nEAb8To88NkKcXWnVHwO5AiEA86AZmYzZpVu74/nbJimk6TjbOuv9thOkf1rVJQ9TP3I="}],"size":2005196},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4_1711658225505_0.5312206715808219"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-28T20:37:05.891Z","publish_time":1711658225891,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.42fcdfe4c":{"name":"@firebase/database","version":"1.0.4-canary.42fcdfe4c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.42fcdfe4c","@firebase/util":"1.9.5-canary.42fcdfe4c","@firebase/component":"0.6.6-canary.42fcdfe4c","@firebase/app-check-interop-types":"0.3.1-canary.42fcdfe4c","@firebase/auth-interop-types":"0.2.2-canary.42fcdfe4c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.42fcdfe4c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.42fcdfe4c","readmeFilename":"README.md","gitHead":"42fcdfe4cb2aae7b9414fb42cf9257cf300f6129","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-M3n9q+FfuGt80+x7tYILulKeT9jAmWudFB1o/frWpcD1tUJmrWQEzk1paZYJlGVKJKRYxdN17eXWu+9I5N1esg==","shasum":"10f364a08a7c8bb9a6f8713cfde306b2c33b4229","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.42fcdfe4c.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGgb5f4hmlYON4QEciPHYBYaxJYRH9+2++kcsLVa2DXdAiAXFniPQJhKgpEODLCT+SnoWyNtbGZRlB5i2wwOuW3l/g=="}],"size":2005263},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.42fcdfe4c_1711660371290_0.24622965582218903"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-28T21:12:51.582Z","publish_time":1711660371582,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.666dddae0":{"name":"@firebase/database","version":"1.0.4-canary.666dddae0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.666dddae0","@firebase/util":"1.9.5-canary.666dddae0","@firebase/component":"0.6.6-canary.666dddae0","@firebase/app-check-interop-types":"0.3.1-canary.666dddae0","@firebase/auth-interop-types":"0.2.2-canary.666dddae0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.666dddae0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.666dddae0","readmeFilename":"README.md","gitHead":"666dddae0b050204c59f70e74010fd92a6b54187","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-2EbPrst727+AJN8WdQNrCDnmzSBrK2BMu+6f77eIhP1kmgShfomc7OclO5HmZDuZP2L+7QX/esqQ4uAFt9auqg==","shasum":"0502a0b0aadb4f44d3de803abf3f3e680c13e369","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.666dddae0.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG4/R42gpL1PNET3/NDFEatdwzK4Lc22t2jao1xkWLOoAiEAhAb3eoYxUbzaDQ1lM69sztc0jbC1E3idiCm/qv/K3o0="}],"size":2005263},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.666dddae0_1711723115869_0.44825040575751185"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-03-29T14:38:36.122Z","publish_time":1711723116122,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.6d31930b3":{"name":"@firebase/database","version":"1.0.4-canary.6d31930b3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.6d31930b3","@firebase/util":"1.9.5-canary.6d31930b3","@firebase/component":"0.6.6-canary.6d31930b3","@firebase/app-check-interop-types":"0.3.1-canary.6d31930b3","@firebase/auth-interop-types":"0.2.2-canary.6d31930b3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.6d31930b3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.6d31930b3","readmeFilename":"README.md","gitHead":"6d31930b3abe1588ae81a5c14b59cd386fddc718","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-jooaFKbw3u7CEZ95rSo5JNqtdT21VsI4ITVYEiMCZR2xFOid1shKrOz0ZL1zcwPO51i9urHHbxt1Ej+31mFh3A==","shasum":"e240778fc47baa5bda33fd3c7b504fd1c7fc205c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.6d31930b3.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDe6MN//RXNfQ0vefIhjsSyA8VT+W4rsVDK6ZwxV+bIQQIgMOVXMIONnhYW5rDkmBkW6hD3ahAB+lx84M8uYRvHxjY="}],"size":2005274},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.6d31930b3_1712078138439_0.7381170368741894"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-02T17:15:38.707Z","publish_time":1712078138707,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.b64b947b8":{"name":"@firebase/database","version":"1.0.4-canary.b64b947b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.b64b947b8","@firebase/util":"1.9.5-canary.b64b947b8","@firebase/component":"0.6.6-canary.b64b947b8","@firebase/app-check-interop-types":"0.3.1-canary.b64b947b8","@firebase/auth-interop-types":"0.2.2-canary.b64b947b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.b64b947b8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.b64b947b8","readmeFilename":"README.md","gitHead":"b64b947b8bbbb0f2e07e5bed8d3fb7b0807f034f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-Xcs3tLteScSPv/v7Giu/3aXCSL7/P0dEgcyl+xuMOY9GW6gzIZmLRfl5fqGkahcYmoCukJrTVJuKZhvuXflt0w==","shasum":"657d6bcf9d3b15254584f5d9accb07f883562bd0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.b64b947b8.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCH+VcGNuw6BheSKEclLK4tKx2GZzWZqDSPMRjRzozIuwIhAO7pYZUgbH9dphSHW+rlCP6wCRNBzL/wNXvhUEJXZpRE"}],"size":2005275},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.b64b947b8_1712174330493_0.1569284213656874"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-03T19:58:50.792Z","publish_time":1712174330792,"_source_registry_name":"default","contributors":[]},"1.0.4-vertex-preview.8b70fc586":{"name":"@firebase/database","version":"1.0.4-vertex-preview.8b70fc586","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-vertex-preview.8b70fc586","@firebase/util":"1.9.5-vertex-preview.8b70fc586","@firebase/component":"0.6.6-vertex-preview.8b70fc586","@firebase/app-check-interop-types":"0.3.1-vertex-preview.8b70fc586","@firebase/auth-interop-types":"0.2.2-vertex-preview.8b70fc586","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-vertex-preview.8b70fc586","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-vertex-preview.8b70fc586","readmeFilename":"README.md","gitHead":"8b70fc586781a736df42270059df8f9c2745b146","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-NAM2Ivd8dXPTBBXPTJB+e/lksvewnVetrs7KOFRmt4I4/TPMiR385dpvDxZT/SljytLU3CZy/R5E5vlrQy6eEQ==","shasum":"590256c18a38fd836a7c0252e8fcc7d954f58721","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-vertex-preview.8b70fc586.tgz","fileCount":233,"unpackedSize":10605842,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG/l9fh4ZAf6IMQuR+JUEYCZDxjxp+kBfo+apN/piqDzAiEAp8qORhA4EoQaFcy8b/QbmIUZcds3Dzx02YtHMTHBtts="}],"size":2005313},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-vertex-preview.8b70fc586_1712266287526_0.6431515745366101"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-04T21:31:27.915Z","publish_time":1712266287915,"_source_registry_name":"default","contributors":[]},"1.0.4-vertexai-preview.597bf4fbd":{"name":"@firebase/database","version":"1.0.4-vertexai-preview.597bf4fbd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-vertexai-preview.597bf4fbd","@firebase/util":"1.9.5-vertexai-preview.597bf4fbd","@firebase/component":"0.6.6-vertexai-preview.597bf4fbd","@firebase/app-check-interop-types":"0.3.1-vertexai-preview.597bf4fbd","@firebase/auth-interop-types":"0.2.2-vertexai-preview.597bf4fbd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-vertexai-preview.597bf4fbd","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-vertexai-preview.597bf4fbd","readmeFilename":"README.md","gitHead":"597bf4fbdec8b2c2fc6748979164f0085a3a1ed7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-h/7W1tYlsVCw2//iEzb/QT2xpA1zXv6UmX3qkNaUeMdi/xJu5BLctx+RJt9IZBs6p1Av2l+yxmiDjq9VUZWidw==","shasum":"e39267ef06058b9441ce8019b9bf6df42f611e92","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-vertexai-preview.597bf4fbd.tgz","fileCount":233,"unpackedSize":10605866,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIATcQR6c4YsfFZaAu5BX07VinsQaG6AAgo5I6gEvBxmTAiEA3Dcdz4RLAxZnzr7mg1cAerFMfDxn2ffVFjOK/FKZUbk="}],"size":2005316},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-vertexai-preview.597bf4fbd_1712270081959_0.7594896111983938"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-04T22:34:42.185Z","publish_time":1712270082185,"_source_registry_name":"default","contributors":[]},"1.0.4-vertexai-preview.cdcc49eb9":{"name":"@firebase/database","version":"1.0.4-vertexai-preview.cdcc49eb9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-vertexai-preview.cdcc49eb9","@firebase/util":"1.9.5-vertexai-preview.cdcc49eb9","@firebase/component":"0.6.6-vertexai-preview.cdcc49eb9","@firebase/app-check-interop-types":"0.3.1-vertexai-preview.cdcc49eb9","@firebase/auth-interop-types":"0.2.2-vertexai-preview.cdcc49eb9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-vertexai-preview.cdcc49eb9","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-vertexai-preview.cdcc49eb9","readmeFilename":"README.md","gitHead":"cdcc49eb9c9578a73d955521ccd6e9fee1769dc5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"integrity":"sha512-H6UpDKrws1swyatqG8XX7MarmuEAe+alpH2pD2nc1qF2E8dUxDgQU45MjP/lpjewLXGvfZfcnyMu8blua5/P2w==","shasum":"d90d194c37ed94c250108a23d9b9e6ef2c166b7d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-vertexai-preview.cdcc49eb9.tgz","fileCount":233,"unpackedSize":10605866,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAq5hJhChJ7YBbRZYxCT4j6WSAI4RFfG1Mxts1Wab48AAiBuvqVBxWPGcAJ3VrKA2fkx/gxU2W5bwJ44gdJYuNaoag=="}],"size":2005311},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-vertexai-preview.cdcc49eb9_1712272268332_0.7721634086088924"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-04T23:11:08.603Z","publish_time":1712272268603,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.fe09d8338":{"name":"@firebase/database","version":"1.0.4-canary.fe09d8338","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.fe09d8338","@firebase/util":"1.9.5-canary.fe09d8338","@firebase/component":"0.6.6-canary.fe09d8338","@firebase/app-check-interop-types":"0.3.1-canary.fe09d8338","@firebase/auth-interop-types":"0.2.2-canary.fe09d8338","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.fe09d8338","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.fe09d8338","readmeFilename":"README.md","gitHead":"fe09d8338d7d5f7a82d8cd73cf825adbe5551975","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.0","_npmVersion":"10.5.0","dist":{"integrity":"sha512-Ti9YrwFPO+Rqu/7VMzLixnVonRtVTGrAoyy32BetDnAjowUYWELFfH16zImAwgfsXYbg3Ayir1fkTJp049iwxQ==","shasum":"c9c2e97546110c589b6fbd1d4faa7d4287aecc93","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.fe09d8338.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEdnsjUY2vGUlPXZMWBs4hTsYE5/vu4KPRr2NS8GEyV2AiEA0ZXh2SzX4ttIoTFCxoD1ILTDCTp8TeZwdSkGA7BDNYQ="}],"size":2005271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.fe09d8338_1712598846811_0.300516171258562"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-08T17:54:07.030Z","publish_time":1712598847030,"_source_registry_name":"default","contributors":[]},"1.0.4-vertexai-preview.f25ccbbaf":{"name":"@firebase/database","version":"1.0.4-vertexai-preview.f25ccbbaf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-vertexai-preview.f25ccbbaf","@firebase/util":"1.9.5-vertexai-preview.f25ccbbaf","@firebase/component":"0.6.6-vertexai-preview.f25ccbbaf","@firebase/app-check-interop-types":"0.3.1-vertexai-preview.f25ccbbaf","@firebase/auth-interop-types":"0.2.2-vertexai-preview.f25ccbbaf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-vertexai-preview.f25ccbbaf","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-vertexai-preview.f25ccbbaf","readmeFilename":"README.md","gitHead":"f25ccbbafcf7753c967f326f8b2387a82aa82b10","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.0","_npmVersion":"10.5.0","dist":{"integrity":"sha512-uzIO9JOZVgV0fLIuua6dDmfgLkErhpqw/CR2tHIVdOtGT2dgSYOaktYIsivhMh+MYuz8c0pC6O8AvcHfJFUm9Q==","shasum":"719f6cca04645d1187ce26c0e793d5d03b890c77","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-vertexai-preview.f25ccbbaf.tgz","fileCount":233,"unpackedSize":10605866,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFubveDupijz/KypEynTZeyfJvx60f1O96+ZpPyPReMQIgLQaseYZsRzHltR8kGbP39156kVKpRrLDfHEOETzwN9U="}],"size":2005309},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-vertexai-preview.f25ccbbaf_1712610696576_0.9106353827596012"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-08T21:11:36.772Z","publish_time":1712610696772,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.f1a57d00d":{"name":"@firebase/database","version":"1.0.4-canary.f1a57d00d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.f1a57d00d","@firebase/util":"1.9.5-canary.f1a57d00d","@firebase/component":"0.6.6-canary.f1a57d00d","@firebase/app-check-interop-types":"0.3.1-canary.f1a57d00d","@firebase/auth-interop-types":"0.2.2-canary.f1a57d00d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.f1a57d00d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.f1a57d00d","readmeFilename":"README.md","gitHead":"f1a57d00d05c202ca676f22ed89ad636e8a708c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.0","_npmVersion":"10.5.0","dist":{"integrity":"sha512-4JNDqMnpmq7LUVgGOuluyWLAFJLuJV9ZmSt1hlWJThGPS0+HOiXbPiEGwkByyWUmsIvPZFZtLhTcnnK+bwFBUA==","shasum":"9900aaae11ad928097422d7ee0ceaa69ec0bdf5a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.f1a57d00d.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDwgzlGtxJtysT52qwk03uNZTHWqPvocn2nsk9+3BvUkAiBxU54fe4D9OQUw0cv4smDjFIne98+xRnh7LLtZVqsNQw=="}],"size":2005266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.f1a57d00d_1712616948297_0.7565815198377197"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-08T22:55:48.509Z","publish_time":1712616948509,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.9297ef398":{"name":"@firebase/database","version":"1.0.4-canary.9297ef398","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.9297ef398","@firebase/util":"1.9.5-canary.9297ef398","@firebase/component":"0.6.6-canary.9297ef398","@firebase/app-check-interop-types":"0.3.1-canary.9297ef398","@firebase/auth-interop-types":"0.2.2-canary.9297ef398","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.9297ef398","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.9297ef398","readmeFilename":"README.md","gitHead":"9297ef398cc6b3dbfe8cc51bf0172a1a55d5aef7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-nDo6ZbTb7ySpJamEc/eiT2PERx3gHRd72Cid3kx7/wRty7X9l6VcY9XkgEJvPtoTTpnroB8J/X2bsAPW6TdZ/g==","shasum":"41633e0ad269e747e031b9f713e171a407f44704","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.9297ef398.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC0I7wf829p51FWOAcUtzPtS5P3deqCNHswo68FvDSEFAIhAIWWQ7w+hx+As0Mk5VBzPrPQCm8v9qu6sJoCD3Zxk1Yg"}],"size":2005275},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.9297ef398_1712684857891_0.25329913189090747"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-09T17:47:38.085Z","publish_time":1712684858085,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.a6fa54417":{"name":"@firebase/database","version":"1.0.4-canary.a6fa54417","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.a6fa54417","@firebase/util":"1.9.5-canary.a6fa54417","@firebase/component":"0.6.6-canary.a6fa54417","@firebase/app-check-interop-types":"0.3.1-canary.a6fa54417","@firebase/auth-interop-types":"0.2.2-canary.a6fa54417","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.a6fa54417","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.a6fa54417","readmeFilename":"README.md","gitHead":"a6fa544173aeeee9d4f35e1ebd36fe2c2f461d19","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-ErAKR0niwpwvAoM9OxtJub46kszdGIF7VzZJeCfnWmyvl4427MXpLKp3teW2VbEa6ufAIu8H8M4rleqqSh+Rlw==","shasum":"df439531cafce6ff613a248394f794ddb2232769","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.a6fa54417.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFf90hnLjq0o8XqZ2Y9ch5dQoLI9j9ylhPVq83YgBALlAiEApZOy3Yl8374xJeVslzA/pnG60dkT40Ij+OQUceV8x2k="}],"size":2005271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.a6fa54417_1712690152748_0.3460488905231245"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-09T19:15:52.985Z","publish_time":1712690152985,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.0068ed5ab":{"name":"@firebase/database","version":"1.0.4-canary.0068ed5ab","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.0068ed5ab","@firebase/util":"1.9.5-canary.0068ed5ab","@firebase/component":"0.6.6-canary.0068ed5ab","@firebase/app-check-interop-types":"0.3.1-canary.0068ed5ab","@firebase/auth-interop-types":"0.2.2-canary.0068ed5ab","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.0068ed5ab","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.0068ed5ab","readmeFilename":"README.md","gitHead":"0068ed5ab124fa08937d625b004aa0cc3ab667c4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-LafuBlnHTqYvCHyRAS25PsimpgS3w8GP6VQKbp6irAhD2P49i+4BA4r9RcZme8hvnqD2jvXbYjDZjwt7Gpj6oQ==","shasum":"d8f1e8e136db46506579c129f4a526b5af4b0559","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.0068ed5ab.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD5knV0DcupP1ypgsNdc0Kot2YUj2Qs3yxco3fCwXeILgIhAJFkUw9YY3MzQewxSH5S+qHs3IO8Usqk7ogkDpdW20YO"}],"size":2005266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.0068ed5ab_1712700115417_0.7025163926925349"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-09T22:01:55.637Z","publish_time":1712700115637,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.36b261c65":{"name":"@firebase/database","version":"1.0.4-canary.36b261c65","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.36b261c65","@firebase/util":"1.9.5-canary.36b261c65","@firebase/component":"0.6.6-canary.36b261c65","@firebase/app-check-interop-types":"0.3.1-canary.36b261c65","@firebase/auth-interop-types":"0.2.2-canary.36b261c65","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.36b261c65","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.36b261c65","readmeFilename":"README.md","gitHead":"36b261c651adbdf48e6a28d5db13247fd3e7015c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-xWjkBdbe2I4rHzsQYuKsvl37rHBsMrkpjctJ6k4BpkuwczZaJA79TKxbl/wAWErDP+TX2v7/eiGTtPRsLyAFLg==","shasum":"3c52fecf79e4bbb43b25c23ae290819c8c0d6360","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.36b261c65.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEGQnDCkfSkrg9ZtRN0vSBfY4LKodM7T0Ryvz4uM1oURAiAdZom9ZaY2OqdD2qKb/970AYpkv7MyDisMGVVYjnMpKA=="}],"size":2005274},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.36b261c65_1712766544177_0.6849547821830393"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T16:29:04.372Z","publish_time":1712766544372,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.6393c9592":{"name":"@firebase/database","version":"1.0.4-canary.6393c9592","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.6393c9592","@firebase/util":"1.9.5-canary.6393c9592","@firebase/component":"0.6.6-canary.6393c9592","@firebase/app-check-interop-types":"0.3.1-canary.6393c9592","@firebase/auth-interop-types":"0.2.2-canary.6393c9592","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.6393c9592","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.6393c9592","readmeFilename":"README.md","gitHead":"6393c9592cbc5ceb3da2097a79c7facd4016c229","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-N5n2LcSCEW4mEv065OlJTpwz2xr27YMfTGBcQZgTb1uf2OulGcdSE+3NNLk/cz6PszvVTOgiGrZcpL/2KaawYw==","shasum":"b31cb99fb3fce7b9d85c2528d2900edd983cd170","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.6393c9592.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICKbToJRkoYlT+vGxTndP+ZVCLv6rpXHXHHP4xbM9eGjAiA9rXiUuwqNNj8nOq/cIyKcna47sVD8l9KozPYknQGf5g=="}],"size":2005278},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.6393c9592_1712778628772_0.786895329101245"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T19:50:28.975Z","publish_time":1712778628975,"_source_registry_name":"default","contributors":[]},"1.0.4-vertexai-preview.3d11ecc97":{"name":"@firebase/database","version":"1.0.4-vertexai-preview.3d11ecc97","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-vertexai-preview.3d11ecc97","@firebase/util":"1.9.5-vertexai-preview.3d11ecc97","@firebase/component":"0.6.6-vertexai-preview.3d11ecc97","@firebase/app-check-interop-types":"0.3.1-vertexai-preview.3d11ecc97","@firebase/auth-interop-types":"0.2.2-vertexai-preview.3d11ecc97","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-vertexai-preview.3d11ecc97","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-vertexai-preview.3d11ecc97","readmeFilename":"README.md","gitHead":"3d11ecc9786b0b5446b12f01556a3be6b3f25511","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-hIzjIzQO9FV8MRChIpJXhJXycf/g+ZtbDYflCxZP679s+niYoamKw9yZLK4ktzndQrP0JzlI/rOnna6opFXWog==","shasum":"d924591a8250e8fa538c96cb29ef12b48e8bcc45","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-vertexai-preview.3d11ecc97.tgz","fileCount":233,"unpackedSize":10605866,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCS4uB72r9T7Jua42GQYWFxxus347kGOGJgBhL+GMverAIgAtOstBtsGz6exYKV600DJLEdCmW/Xm+UukjIvphX/DQ="}],"size":2005313},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-vertexai-preview.3d11ecc97_1712780857052_0.27012834472598146"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T20:27:37.311Z","publish_time":1712780857311,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.13ddddf52":{"name":"@firebase/database","version":"1.0.4-canary.13ddddf52","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.13ddddf52","@firebase/util":"1.9.5-canary.13ddddf52","@firebase/component":"0.6.6-canary.13ddddf52","@firebase/app-check-interop-types":"0.3.1-canary.13ddddf52","@firebase/auth-interop-types":"0.2.2-canary.13ddddf52","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.13ddddf52","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.13ddddf52","readmeFilename":"README.md","gitHead":"13ddddf528ed045364578b583abea0df16a00785","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-YQJNMi8WzYiHyW7mcJM4QYPDEmpRikNrmFF+7eu9yM3uToS3kK5l6bt33xz+v3gSmqtA+YdVmugrG80Fx4/5Yg==","shasum":"50d810c5a7be103467a6b5d9574db67880a2c723","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.13ddddf52.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGqUcxl0E6IxhrdqOAJJDsODODhcTTcDRMozqoL+ykrPAiBqK43jCUEmmKnD4kKRz5yyynt640Hqcf2Or1g/uMrKrQ=="}],"size":2005264},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.13ddddf52_1712784633591_0.07512151562747693"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T21:30:33.925Z","publish_time":1712784633925,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.ad8d5470d":{"name":"@firebase/database","version":"1.0.4-canary.ad8d5470d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.ad8d5470d","@firebase/util":"1.9.5-canary.ad8d5470d","@firebase/component":"0.6.6-canary.ad8d5470d","@firebase/app-check-interop-types":"0.3.1-canary.ad8d5470d","@firebase/auth-interop-types":"0.2.2-canary.ad8d5470d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.0-canary.ad8d5470d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.ad8d5470d","readmeFilename":"README.md","gitHead":"ad8d5470dad9b9ec1bcd939609da4a1c439c8414","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-vIy9uBI1VuVeSTy/cHdI3vW6j4XBzJS7SxKTd84i9tvdtt2QcsdANzIfFHbyOqJCQ/S7kTYagnyQNtDXWwQLdg==","shasum":"f202e9fc00ca18238516afa24e88bac3de9efce4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.ad8d5470d.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIA1u1Rq8qGoZ1ekPIpX3fiyJ1oPeW+hV21bVnhh0QwzpAiAOEu6g2GATAcQKZ8wI1h6svhTk96CJmEsP8Uqh3q3egA=="}],"size":2005267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.ad8d5470d_1712785808491_0.5207686885133809"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-10T21:50:08.722Z","publish_time":1712785808722,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.826b57130":{"name":"@firebase/database","version":"1.0.4-canary.826b57130","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.826b57130","@firebase/util":"1.9.5-canary.826b57130","@firebase/component":"0.6.6-canary.826b57130","@firebase/app-check-interop-types":"0.3.1-canary.826b57130","@firebase/auth-interop-types":"0.2.2-canary.826b57130","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.826b57130","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.826b57130","readmeFilename":"README.md","gitHead":"826b571300d91299d809178ea6c7e7386479cd81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-l+VGkRigdCG4cM3SV7LTVd77EsBOmB7ob7Pzdp2QYDpbSSfk/MkNHuwexWocFp66GFkobMlwBXJwZteU1vOJaw==","shasum":"b36e01e3963958a9f6b7da169621099f729f020a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.826b57130.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCqksyDKvu1x8mHOX3PR/PTKOZA+dRf86LVv6WFjT+dVgIhAN+qeJHllkiH7FJXLkeSxfh2KAuLbDSN4xioqD++d4Ex"}],"size":2005274},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.826b57130_1712847373208_0.9193501429263891"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T14:56:13.404Z","publish_time":1712847373404,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.db1ad5a82":{"name":"@firebase/database","version":"1.0.4-canary.db1ad5a82","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.db1ad5a82","@firebase/util":"1.9.5-canary.db1ad5a82","@firebase/component":"0.6.6-canary.db1ad5a82","@firebase/app-check-interop-types":"0.3.1-canary.db1ad5a82","@firebase/auth-interop-types":"0.2.2-canary.db1ad5a82","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.db1ad5a82","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.db1ad5a82","readmeFilename":"README.md","gitHead":"db1ad5a82ffa213fb23ca411904daa681944c7ed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-uwri1645U3DLnvROzfEDtCwheTtnM3P09glzRoLOU0QjdgOWzynxaI+vPw4rQRfM7MqsfkOhYnxZodqoozopwA==","shasum":"9715cb86d7596682141c17c1063de15d306b09f7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.db1ad5a82.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdId17K7cUs3D9AotvPx5OOlNsezH5XCGTvMIlcKJ1fwIhAJ85mLnes4bHTW9TCTS9phD8/vqF+aWBtt1755ppeDUf"}],"size":2005262},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.db1ad5a82_1712851573177_0.9054655643245957"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T16:06:13.414Z","publish_time":1712851573414,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.bd12e83cd":{"name":"@firebase/database","version":"1.0.4-canary.bd12e83cd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.bd12e83cd","@firebase/util":"1.9.5-canary.bd12e83cd","@firebase/component":"0.6.6-canary.bd12e83cd","@firebase/app-check-interop-types":"0.3.1-canary.bd12e83cd","@firebase/auth-interop-types":"0.2.2-canary.bd12e83cd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.bd12e83cd","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.bd12e83cd","readmeFilename":"README.md","gitHead":"bd12e83cd1f0a10774dfb7e6ff7d4b0555a29a81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-w8FsgQyFiF5M78HoHr+Ou5S4I4ScvThMvMsZdjTvgFH8EL0CNw9YzudDU3GN1a71nKBA6867+P53S8khfY4brQ==","shasum":"28c26b58715c8e6e94fed896027c1094edf125db","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.bd12e83cd.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGkOYaJHxPCjr7Swe8xwPFIjJwY3VD316ZF7zzpNfsPoAiEAmytDovJv+PUP10zYvsezpW3lnd7H2cQE7sB97mW0hzE="}],"size":2005264},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.bd12e83cd_1712859270810_0.4414230006572153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T18:14:31.032Z","publish_time":1712859271032,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.4a8faddbf":{"name":"@firebase/database","version":"1.0.4-canary.4a8faddbf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.4a8faddbf","@firebase/util":"1.9.5-canary.4a8faddbf","@firebase/component":"0.6.6-canary.4a8faddbf","@firebase/app-check-interop-types":"0.3.1-canary.4a8faddbf","@firebase/auth-interop-types":"0.2.2-canary.4a8faddbf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.4a8faddbf","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.4a8faddbf","readmeFilename":"README.md","gitHead":"4a8faddbf69b052e558059e94ee224ce1cee8a69","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-OrChZ3rGUDj9STDfD17piBiwIlblwZwBrh8Tnegbny10129QRkoXnKJN5ONUFR0AKw0iMhmAMPz4NJMFoZcEbA==","shasum":"4d53bd77072056cd6485089bd9ce17b2b547764d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.4a8faddbf.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD5NFlMMRFeciOLzVtA+ua25p538EO01KbonljU5KurwwIgJDFFkKvKX1fdpVdP+j5i4s57kMI6x/YfxPuU0umb2pk="}],"size":2005260},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.4a8faddbf_1712863779224_0.21509963766249407"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T19:29:39.504Z","publish_time":1712863779504,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.7db2e04c6":{"name":"@firebase/database","version":"1.0.4-canary.7db2e04c6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.7db2e04c6","@firebase/util":"1.9.5-canary.7db2e04c6","@firebase/component":"0.6.6-canary.7db2e04c6","@firebase/app-check-interop-types":"0.3.1-canary.7db2e04c6","@firebase/auth-interop-types":"0.2.2-canary.7db2e04c6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.7db2e04c6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.7db2e04c6","readmeFilename":"README.md","gitHead":"7db2e04c6233df582c717d9cede9af2d445db6dd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-VvKtn29Z1QuyaKlwxhHAwmpmuh5xst5z7BhfbyeOY0SDOlNzLrq3Aur09VIGWgbzIAsoFWLZ2HiFPKwQQBkn+Q==","shasum":"d99a7258556808915c2bf6d3a473c39cbfc04ef9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.7db2e04c6.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBLXsK94ewv89jffKt44KBIuqC7Ay/MXfy12ijvZlU0hAiAo5A9q/VxYXb4fN0buvVg077xBLluDsbUL67cHyZ58xA=="}],"size":2005267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.7db2e04c6_1712869838616_0.014119830540114897"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-11T21:10:38.943Z","publish_time":1712869838943,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.c9a9babce":{"name":"@firebase/database","version":"1.0.4-canary.c9a9babce","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.c9a9babce","@firebase/util":"1.9.5-canary.c9a9babce","@firebase/component":"0.6.6-canary.c9a9babce","@firebase/app-check-interop-types":"0.3.1-canary.c9a9babce","@firebase/auth-interop-types":"0.2.2-canary.c9a9babce","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.c9a9babce","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.c9a9babce","readmeFilename":"README.md","gitHead":"c9a9babce30c072a9a0a7a3900a36901205ac2bd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-BC7sd3L7Thfjz5qhhV/J4lHzB4fg8+StJ2qJQixFC4oJPbz0UM1adMwWHme6fNoLXfk3wiH0ymutUY9SPu2lZA==","shasum":"15e03473d5d83606decf99bf9b4a31348706f698","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.c9a9babce.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD3qDNaUqPSniFhf2QtiMTI51GpmotsXwgtg5q8hDrDCAIgGyc84hyYDh/NS0SpetA0ud99/Hymsan9n+kXXIByLb0="}],"size":2005257},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.c9a9babce_1712957972513_0.8511587807013492"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-12T21:39:32.742Z","publish_time":1712957972742,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.be59b952a":{"name":"@firebase/database","version":"1.0.4-canary.be59b952a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.be59b952a","@firebase/util":"1.9.5-canary.be59b952a","@firebase/component":"0.6.6-canary.be59b952a","@firebase/app-check-interop-types":"0.3.1-canary.be59b952a","@firebase/auth-interop-types":"0.2.2-canary.be59b952a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.be59b952a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.be59b952a","readmeFilename":"README.md","gitHead":"be59b952a9170ce423d904817cccc5e0a6c67195","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-3Z7h2JwijZPF0qVwvw5cH6mTPh790NxRPnZ2AaEAFyO74VXGUEijZA1twQ2Tt56JdMvTrWBDORYpEUnWjoXUnQ==","shasum":"588bc8d892a81bb1c4c6f4ec3387a1c87e95cc71","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.be59b952a.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAvOgkWuTpXnelvtlyODcXmkEmzLabj8XSBgNQqSfBA+AiEAwynJ+gmOCtWpBO5mpAnV2Giuy1oZ5MadAz6TqksKek8="}],"size":2005269},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.be59b952a_1712958267522_0.22017665219448568"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-12T21:44:27.721Z","publish_time":1712958267721,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.ef3039ba8":{"name":"@firebase/database","version":"1.0.4-canary.ef3039ba8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.ef3039ba8","@firebase/util":"1.9.5-canary.ef3039ba8","@firebase/component":"0.6.6-canary.ef3039ba8","@firebase/app-check-interop-types":"0.3.1-canary.ef3039ba8","@firebase/auth-interop-types":"0.2.2-canary.ef3039ba8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.ef3039ba8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.ef3039ba8","readmeFilename":"README.md","gitHead":"ef3039ba8c3ee55dd3410de5f9fdd692529da9bc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-x4mZLimWRINe6BFNTob0gmnNZP3tQwe8jGwW6joSCthxwAyztJo2GbOUbaMZO+s/9xAHvp/K6lOes08e/zdcNA==","shasum":"ab7470ef90d3604ac78c3ecf740f8a13e254bbc0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.ef3039ba8.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC+p5fyGQycAVSZfmrCW9xRsWeYcfVnuimvb+wk3dwSAAiBjiMD5E02unDQ9seXAyX2zO+2MEOrrBP3ELS8NpGVxrw=="}],"size":2005268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.ef3039ba8_1713111459543_0.30897408831663253"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-14T16:17:39.762Z","publish_time":1713111459762,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.aa412d3b4":{"name":"@firebase/database","version":"1.0.4-canary.aa412d3b4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.aa412d3b4","@firebase/util":"1.9.5-canary.aa412d3b4","@firebase/component":"0.6.6-canary.aa412d3b4","@firebase/app-check-interop-types":"0.3.1-canary.aa412d3b4","@firebase/auth-interop-types":"0.2.2-canary.aa412d3b4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.aa412d3b4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.aa412d3b4","readmeFilename":"README.md","gitHead":"aa412d3b4cf73fba403b88e897dae693c5a4b834","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-0/olY281wV0gL/MBlfdL/pTR7eWh7L7SEQtGXCuhQ4+vqN7BCr0eruzlLWhU+iAPb4rsWqYbnHBFBu7xyBuLRw==","shasum":"a9b46bdb6a8f2e5c76b0c78f344a80d365c89cec","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.aa412d3b4.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGQlsnh8C6961w8f6uypoe3FcLEO1ypag6Sg77+YYRNHAiEAmZa7isAtFXrH27EsU03p26FVeDbQtKYsxvgpfTtun+g="}],"size":2005263},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.aa412d3b4_1713197429631_0.525176567872909"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-15T16:10:29.876Z","publish_time":1713197429876,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.55435c9f3":{"name":"@firebase/database","version":"1.0.4-canary.55435c9f3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.55435c9f3","@firebase/util":"1.9.5-canary.55435c9f3","@firebase/component":"0.6.6-canary.55435c9f3","@firebase/app-check-interop-types":"0.3.1-canary.55435c9f3","@firebase/auth-interop-types":"0.2.2-canary.55435c9f3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.55435c9f3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.55435c9f3","readmeFilename":"README.md","gitHead":"55435c9f33e2f37c2a95b705e2af79a2cfb976c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-oupdtoTzhZm2aEBLaXT/9QzdU9JsjOZZfURFNVuv7kh7tfo7cKf0YN3umif9YFPCDpwk1q6XwzNHwnFdo/cgeQ==","shasum":"a251fb2304b79c2b0149e92821725a0e8d6ff51c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.55435c9f3.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH/IrxbhaiAM3Dbdx3DAyG5mgdsTnl4W26fc+oEGeHi7AiEA+9KGJQ35JfeNJzVbyZYVJzP87osorSQwA1EDZu5Rw68="}],"size":2005276},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.55435c9f3_1713191416923_0.4256390084561723"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-15T14:30:17.193Z","publish_time":1713191417193,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.07b2dc7df":{"name":"@firebase/database","version":"1.0.4-canary.07b2dc7df","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.07b2dc7df","@firebase/util":"1.9.5-canary.07b2dc7df","@firebase/component":"0.6.6-canary.07b2dc7df","@firebase/app-check-interop-types":"0.3.1-canary.07b2dc7df","@firebase/auth-interop-types":"0.2.2-canary.07b2dc7df","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.07b2dc7df","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.07b2dc7df","readmeFilename":"README.md","gitHead":"07b2dc7dfb3633d53c804929751c93705f401bd4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-AE4P/YTCUPRzttAF6B2tBEukZ1j0NrBu1b4PvFsEehK9r1LEJC9phKFyMtuQ2UOwJvCW9hc73muf+phmW9y4SQ==","shasum":"2b9b20b2fc8f7134511d719aae9d88282f59a3ca","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.07b2dc7df.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC2YaIntYtSaYh0H+mYC4hmyBMwjB2leAthca4BSUN8NQIhAM7Izlyv+A+dTVeVnyd5ZMUu2nDabsvE6yVNSxXeDDwN"}],"size":2005266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.07b2dc7df_1713211500604_0.582689767017722"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-15T20:05:00.895Z","publish_time":1713211500895,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.4be78a3d2":{"name":"@firebase/database","version":"1.0.4-canary.4be78a3d2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.4be78a3d2","@firebase/util":"1.9.5-canary.4be78a3d2","@firebase/component":"0.6.6-canary.4be78a3d2","@firebase/app-check-interop-types":"0.3.1-canary.4be78a3d2","@firebase/auth-interop-types":"0.2.2-canary.4be78a3d2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.4be78a3d2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.4be78a3d2","readmeFilename":"README.md","gitHead":"4be78a3d287ab8f7b805bf9c535f7018aba4564b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.1","_npmVersion":"10.5.0","dist":{"integrity":"sha512-SlkodL/baJc6fEP0wCeAEf7ivalVj9WQkjneHVRfAQkGHknCcq1Kwb1yqt2fjvmzZ8RTSy9d8xX+nZ9bsV65Mg==","shasum":"d57a98f65ea60cacf581ec3c9b316c7ce9bb2d0c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.4be78a3d2.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHWfU0Y9tUV2Rn4dXKcxSEN1j4auQ1XPD/lcEh3A5e6YAiBdT6JxV+k4KlYDGnmI+Iq/H6Sq4upMQ157hoexTH8r9Q=="}],"size":2005266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.4be78a3d2_1713212165237_0.9820877646173296"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-15T20:16:05.478Z","publish_time":1713212165478,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.d1eae3a10":{"name":"@firebase/database","version":"1.0.4-canary.d1eae3a10","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.d1eae3a10","@firebase/util":"1.9.5-canary.d1eae3a10","@firebase/component":"0.6.6-canary.d1eae3a10","@firebase/app-check-interop-types":"0.3.1-canary.d1eae3a10","@firebase/auth-interop-types":"0.2.2-canary.d1eae3a10","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.d1eae3a10","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.d1eae3a10","readmeFilename":"README.md","gitHead":"d1eae3a10d8c89e9a785394e8fe26e0b744bdf5c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-TCcJS4tkAfgw3WWjUtTNBUTtDHjMILAlB5V0jvAkp5nYpdckqGJRayybLDseXDjFAtr1ilJMunmOVqBzyoDBeQ==","shasum":"8b67b96a97e832543b8c7208a5e23c907c0e0351","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.d1eae3a10.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHvPuNBqHg3JR7ywNDeDNtY41HoifxtkPv2GOKDWlDNvAiBGlptpLcPCojjeLaslQliA1YEouoizaUv0+zVfN118XA=="}],"size":2005258},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.d1eae3a10_1713370177378_0.802867918372141"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-17T16:09:37.674Z","publish_time":1713370177674,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.337638470":{"name":"@firebase/database","version":"1.0.4-canary.337638470","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.337638470","@firebase/util":"1.9.5-canary.337638470","@firebase/component":"0.6.6-canary.337638470","@firebase/app-check-interop-types":"0.3.1-canary.337638470","@firebase/auth-interop-types":"0.2.2-canary.337638470","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.337638470","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.337638470","readmeFilename":"README.md","gitHead":"337638470d0662ad4dcc19d6ede2b80fa57b8e09","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-vnQ2DHQkl7F37nO5kkl7/RrjDDz++QjFyTDd2KAa0LVSes5LGCg9AEkbDNsqcQXf6Z/GmtLuGX7rph83Ms2QAw==","shasum":"5fa17d0a06307d9ae8751c7124d0b496f0b58bf6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.337638470.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD4tvZreovxLQalSc//K1pP5xjH0lZUbod7AU4EoVByNQIhAMOGPpYSa10VYUx+ByOocYKWrAVIXbvrGAp4UPM7KJWD"}],"size":2005272},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.337638470_1713384295313_0.7383749179899903"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-17T20:04:55.518Z","publish_time":1713384295518,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.55fef6d62":{"name":"@firebase/database","version":"1.0.4-canary.55fef6d62","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.55fef6d62","@firebase/util":"1.9.5-canary.55fef6d62","@firebase/component":"0.6.6-canary.55fef6d62","@firebase/app-check-interop-types":"0.3.1-canary.55fef6d62","@firebase/auth-interop-types":"0.2.2-canary.55fef6d62","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.55fef6d62","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.55fef6d62","readmeFilename":"README.md","gitHead":"55fef6d627791f4704194c3913ebeb339a564906","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-XC/PT/mbG8DfmqEQrv87m33BRdXrUIgOSnEW0Mz6Y7tvgN4vGvlxI5V4DNiNTLYRaGD34tHdJV9K8vzcQnAUqA==","shasum":"21b19086c33e978cd2ea83d130d4cbbfd389403e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.55fef6d62.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCAqbSVevkHbqk96zl3kxNyXa0qfP3Kj3z4h+8mgWdbPAIgW4USi2wsufJRbHXaj680E6uJKf9Uv4JUfG1CAtpUmC8="}],"size":2005266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.55fef6d62_1713449394655_0.061128665271950045"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T14:09:54.918Z","publish_time":1713449394918,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.399ae5ab9":{"name":"@firebase/database","version":"1.0.4-canary.399ae5ab9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.399ae5ab9","@firebase/util":"1.9.5-canary.399ae5ab9","@firebase/component":"0.6.6-canary.399ae5ab9","@firebase/app-check-interop-types":"0.3.1-canary.399ae5ab9","@firebase/auth-interop-types":"0.2.2-canary.399ae5ab9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.399ae5ab9","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.399ae5ab9","readmeFilename":"README.md","gitHead":"399ae5ab953f2008e99b270e80026cd2db12503a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-iV/vp1ex6e6QeRq8Vlpwg66PQcgqN7ro3rb9ZhyGnQcFP7h5y23mIxoGCCPu77WjIT1QHoCZQumGdqY/yIjTqw==","shasum":"d7eb2dd64ccc3617737377e8527445b3267435dc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.399ae5ab9.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDaw9VZ7B0gzOi0hK9bt2sIV6Gdw7sXze/IWmgTCrTpZQIhANptL0w21uFX57GeT1l8151Z3lF5MsLIXSa959eihzDT"}],"size":2005268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.399ae5ab9_1713456204857_0.05136504026749478"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T16:03:25.138Z","publish_time":1713456205138,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.84f9ff008":{"name":"@firebase/database","version":"1.0.4-canary.84f9ff008","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.84f9ff008","@firebase/util":"1.9.5-canary.84f9ff008","@firebase/component":"0.6.6-canary.84f9ff008","@firebase/app-check-interop-types":"0.3.1-canary.84f9ff008","@firebase/auth-interop-types":"0.2.2-canary.84f9ff008","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.84f9ff008","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.84f9ff008","readmeFilename":"README.md","gitHead":"84f9ff0085993159c3513cb859852a5c79145b1b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-DwFn135KJgYB1MNNyhLDwED5/0KVsyvpiTG1ndA0okqEJb5crSQYH3DHQq/E/RQbLvj+euRmN8GHtOlZgsKgxw==","shasum":"b08d8cdd45e8c43fcd71df05d3e12cf192170eda","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.84f9ff008.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC243u8RI9YtgYu3SCO5bBIoxpmR3Onn4abOqN1pwNVSAIgH5q9GsqEyJKXOVWM68U2Ji0EzZouo0QsP7r7+7TQlyo="}],"size":2005270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.84f9ff008_1713458764006_0.6771927968508598"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T16:46:04.321Z","publish_time":1713458764321,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.224419457":{"name":"@firebase/database","version":"1.0.4-canary.224419457","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.224419457","@firebase/util":"1.9.5-canary.224419457","@firebase/component":"0.6.6-canary.224419457","@firebase/app-check-interop-types":"0.3.1-canary.224419457","@firebase/auth-interop-types":"0.2.2-canary.224419457","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.224419457","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.224419457","readmeFilename":"README.md","gitHead":"224419457c3fd2e5813166dbd7d6d9a03322143c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-e8f3oC+2JCDL/Civei829H4/QzOkO30H8CRICbaob0Fq8E4RkMmJkPjCAh8I1wB+UZt/h2Hp5euLUJ2GOZ/qlA==","shasum":"df3415862e8a74f9f237e347fb122a54755d6e2b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.224419457.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEj2PQk4kSnJUNSnZCX1zR1DIGh5IqXuQAPtNc0tfaprAiEA43Ec/Y82fzMIVafZsNleOgOMlCC2IxG5iBjvp3Gjdv8="}],"size":2005278},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.224419457_1713463924695_0.09464813792261584"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T18:12:04.856Z","publish_time":1713463924856,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.44a66b91d":{"name":"@firebase/database","version":"1.0.4-canary.44a66b91d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.44a66b91d","@firebase/util":"1.9.5-canary.44a66b91d","@firebase/component":"0.6.6-canary.44a66b91d","@firebase/app-check-interop-types":"0.3.1-canary.44a66b91d","@firebase/auth-interop-types":"0.2.2-canary.44a66b91d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.44a66b91d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.44a66b91d","readmeFilename":"README.md","gitHead":"44a66b91d29af0964c425331a10b15f5ee25e94c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-bMNer76h3spIUFSTQnSUAFNzk9P6NnVYyk6jUkdLYfNZmAayWHb1iHEeLVSCso+MjaP9TfUjzGRwtmGQa2yOpQ==","shasum":"d40216e96edf62edcd5a3729f57e8d6c4562235c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.44a66b91d.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAkHL4MQbsyK9Cn/L1LH1r7anr9VBWgz1ctSnZHvU9InAiEAoCcOmOfCf9G57NyvRDkH0BY2uzK2gnE2VAPypvRixBQ="}],"size":2005270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.44a66b91d_1713477419774_0.02055155823787702"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T21:57:00.182Z","publish_time":1713477420182,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.6333607fe":{"name":"@firebase/database","version":"1.0.4-canary.6333607fe","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.6333607fe","@firebase/util":"1.9.5-canary.6333607fe","@firebase/component":"0.6.6-canary.6333607fe","@firebase/app-check-interop-types":"0.3.1-canary.6333607fe","@firebase/auth-interop-types":"0.2.2-canary.6333607fe","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.6333607fe","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.6333607fe","readmeFilename":"README.md","gitHead":"6333607fe9c3aad89cccac7ff6f007067ddfb9c5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-TXiqJvr2JIK9NGTgPuaZdu0WgwfWxRaB05cpKoVEmdrphpfWQDfj7iZq8uKpNAnBCBDfT2BWt7AoFhkfzaYjAQ==","shasum":"05ff10bc85071b24c65e72c6ba84f86d07c7fd6e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.6333607fe.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGksoEBOagtECD5VNb4f35eM4ylrC8OliDKYpAp/U8wqAiEAlmUmjG8esmlgYabTqhFY6wfujJubVRQDTvKI6wDo4ig="}],"size":2005268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.6333607fe_1713479707112_0.9564927672869998"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-18T22:35:07.375Z","publish_time":1713479707375,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.71ab2f536":{"name":"@firebase/database","version":"1.0.4-canary.71ab2f536","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.71ab2f536","@firebase/util":"1.9.5-canary.71ab2f536","@firebase/component":"0.6.6-canary.71ab2f536","@firebase/app-check-interop-types":"0.3.1-canary.71ab2f536","@firebase/auth-interop-types":"0.2.2-canary.71ab2f536","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.71ab2f536","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.71ab2f536","readmeFilename":"README.md","gitHead":"71ab2f53669bb04a0dcf7ecb70c58cd21ffaf352","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-p4ENBsm7ucXEqJ6CaLq8xwwK4mvmZKXKGPZtDHKLRDFfVsAmcvefTZOse6ZKcdMDEpl2BXArQOmMaoOiMtXHXQ==","shasum":"867af744714f91803b4b95ce17a559fb95425b88","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.71ab2f536.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCM40oeFJ+0uO6VXMV4oreODTA1ZdO+A9BccatI+9cBvQIgJCzmRuRhOv2MI+Nm5hVfEwSgZ90ZCzgDZlFHnrFhmEo="}],"size":2005271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.71ab2f536_1713546475758_0.2522170766931211"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-19T17:07:55.972Z","publish_time":1713546475972,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.02b4ea928":{"name":"@firebase/database","version":"1.0.4-canary.02b4ea928","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.02b4ea928","@firebase/util":"1.9.5-canary.02b4ea928","@firebase/component":"0.6.6-canary.02b4ea928","@firebase/app-check-interop-types":"0.3.1-canary.02b4ea928","@firebase/auth-interop-types":"0.2.2-canary.02b4ea928","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.02b4ea928","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.02b4ea928","readmeFilename":"README.md","gitHead":"02b4ea928007b3bdd7fede08506641111073947d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-XRx8I890/YB+BVY2y54B3XX6M9hqsFlakKy8OnAq3Xke4BMo/OiWQKEOlox+UaIjnSIZE9+VVxX/1FBC7lBh+w==","shasum":"71a88ec6f8d48b96567fef514c50f1cc35688a3e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.02b4ea928.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCKd7hErFgLpeHdRCeZyRE7q7NXIyknG3b5mI9qnw3KVQIgXLf6du5x1DjpMI0NmHP0qjANRHGpBwK5i7pzxGzU7Xo="}],"size":2005268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.02b4ea928_1713569554817_0.5724300830879647"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-19T23:32:35.068Z","publish_time":1713569555068,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.b74d8a211":{"name":"@firebase/database","version":"1.0.4-canary.b74d8a211","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.b74d8a211","@firebase/util":"1.9.5-canary.b74d8a211","@firebase/component":"0.6.6-canary.b74d8a211","@firebase/app-check-interop-types":"0.3.1-canary.b74d8a211","@firebase/auth-interop-types":"0.2.2-canary.b74d8a211","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.b74d8a211","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.b74d8a211","readmeFilename":"README.md","gitHead":"b74d8a2115b757d73bd7bf6dba27f9516b380366","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-T55u9lkiG34/70cmyzdiHJROGQyZZPsHy4sgQpjLg4tRyztpNUO2KBm6RPLP7wyg5BHTWZh8dy/q4/Sch49Phg==","shasum":"55ab7cdff4a24f85b3596b08479f8c11bef2dfb3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.b74d8a211.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDhjzDbVPztyi0FCG8mYjYVS3ZS1O/d1m7mMBt+iyrjfwIhAKkBxAffjypOZ2ltbhxSPp5xYNC05WD748zyVwjHQiBt"}],"size":2005266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.b74d8a211_1713616737505_0.7754965546817025"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-20T12:38:57.747Z","publish_time":1713616737747,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.03069bbf3":{"name":"@firebase/database","version":"1.0.4-canary.03069bbf3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.03069bbf3","@firebase/util":"1.9.5-canary.03069bbf3","@firebase/component":"0.6.6-canary.03069bbf3","@firebase/app-check-interop-types":"0.3.1-canary.03069bbf3","@firebase/auth-interop-types":"0.2.2-canary.03069bbf3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.03069bbf3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.03069bbf3","readmeFilename":"README.md","gitHead":"03069bbf32d281e2466d2276f36a3d98ad3316aa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-SgSOtE0FMLLn6fTRbjEt/9+FVlmtY4JHRxQR0qFFbsyimzKC7Uj2QId6k2zsIH/aNvoLyltQvFQKxhFwCoVDqw==","shasum":"adfc9b46d679b679acbc244c9c9dbeb75e0b4d6a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.03069bbf3.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC1B93izdgQ8THYvXo7UOI6VD9mVTJn9BZ/anUfUbtsQAiAyjwak3P4/aRYaJnvZ6so8AH82Vw8QBrqfEke+Q39MWA=="}],"size":2005271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.03069bbf3_1713796323952_0.16363906450036447"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-22T14:32:04.195Z","publish_time":1713796324195,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.62a20ff98":{"name":"@firebase/database","version":"1.0.4-canary.62a20ff98","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.62a20ff98","@firebase/util":"1.9.5-canary.62a20ff98","@firebase/component":"0.6.6-canary.62a20ff98","@firebase/app-check-interop-types":"0.3.1-canary.62a20ff98","@firebase/auth-interop-types":"0.2.2-canary.62a20ff98","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.62a20ff98","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.62a20ff98","readmeFilename":"README.md","gitHead":"62a20ff981ac95d3eb341b904843d69841714dfc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-UMVvWBEQcMBp/zP2udmrfifrYUxuaxUmGhXRMZgD8b9NZa3rfobS8Y/o6+X3+h/ewWWUGkC849p8tqANbAp0cQ==","shasum":"33ffa64bf7e5c99b9961ed2445c204c007542881","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.62a20ff98.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCUszEpKp7MDPW5Lt4i28xhNero+OskrQuk7cCXYbciJgIgEfmyI7OgokCxyEvftNmZpWDgAtGPb5z9YPvWC2No7os="}],"size":2005269},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.62a20ff98_1713823433110_0.9895662074726463"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-22T22:03:53.527Z","publish_time":1713823433527,"_source_registry_name":"default","contributors":[]},"1.0.4-vertexai-preview.1aadc47ed":{"name":"@firebase/database","version":"1.0.4-vertexai-preview.1aadc47ed","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-vertexai-preview.1aadc47ed","@firebase/util":"1.9.5-vertexai-preview.1aadc47ed","@firebase/component":"0.6.6-vertexai-preview.1aadc47ed","@firebase/app-check-interop-types":"0.3.1-vertexai-preview.1aadc47ed","@firebase/auth-interop-types":"0.2.2-vertexai-preview.1aadc47ed","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-vertexai-preview.1aadc47ed","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-vertexai-preview.1aadc47ed","readmeFilename":"README.md","gitHead":"1aadc47ed6801494c78931d716e77192b591532c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-sr+Bel4R77aq/0En5YevQZLlkL2glbuUgzX6G3M5vb1rD5qXeGwQsJY1QnSoyDrDt8yU5AUJrrsgml/Iv4+56g==","shasum":"657b7de1c07d7a527a96780e8b41aea9833cf5d3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-vertexai-preview.1aadc47ed.tgz","fileCount":233,"unpackedSize":10605866,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCGcHPS9XcINyNohTZFuOVN2zQEdXY8UYoiYDubvBNazQIhAPHqY4YoA3MrVeRjpGbb+JfhQN5V/bbGr2IXGaIGqbmq"}],"size":2005304},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-vertexai-preview.1aadc47ed_1713828300921_0.009360348397850382"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-22T23:25:01.159Z","publish_time":1713828301159,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.36b283f3f":{"name":"@firebase/database","version":"1.0.4-canary.36b283f3f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.36b283f3f","@firebase/util":"1.9.5-canary.36b283f3f","@firebase/component":"0.6.6-canary.36b283f3f","@firebase/app-check-interop-types":"0.3.1-canary.36b283f3f","@firebase/auth-interop-types":"0.2.2-canary.36b283f3f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.36b283f3f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.36b283f3f","readmeFilename":"README.md","gitHead":"36b283f3fc317d0fa7dde47e1048d2ee3690a9a0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-ZP4onPQlKzt7LxVKpoVQGHFFC7sUFblNiQmMHJiKHSnTizZEVz3UeTEelTZMb6FwgbeLOGqhsDhBhsv8ccuYPA==","shasum":"e3df6f6495cb5595f6134da274c154719d038b4f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.36b283f3f.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTNmpGu2c8tPdlqmYZjSTK1c1dPU2tp7UWMsl819UVHQIgOzT1tlAvucaLfwP0TmNVC3ZT3H/vTLpMmG1TNyoS+Bw="}],"size":2005272},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.36b283f3f_1713899601384_0.9848151442823387"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-23T19:13:21.604Z","publish_time":1713899601604,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.e1a7764cf":{"name":"@firebase/database","version":"1.0.4-canary.e1a7764cf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.e1a7764cf","@firebase/util":"1.9.5-canary.e1a7764cf","@firebase/component":"0.6.6-canary.e1a7764cf","@firebase/app-check-interop-types":"0.3.1-canary.e1a7764cf","@firebase/auth-interop-types":"0.2.2-canary.e1a7764cf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-canary.e1a7764cf","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.e1a7764cf","readmeFilename":"README.md","gitHead":"e1a7764cf36d246bb021d084e498604fe37e84aa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-u0ZYDfcYRHX9QMscBAJ/Bq2++gqRe/xDmWw3QwlfhXNRjfqjiwpENt8vbHnBcbeFNXThUAZVcoJV508Kg34ptw==","shasum":"d0fbf709454bef29055f032cc7ac21366c228cc1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.e1a7764cf.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH3I22bC7urXGFzijAYKQ4Nk7OtwmrUBx/Z+iDIgd9EkAiEAzNoPJN/viqWXHHZAETHMSF7BmFmPDaS/3EQgZZy3gRs="}],"size":2005267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.e1a7764cf_1713966293578_0.09072728679376652"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-24T13:44:53.797Z","publish_time":1713966293797,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.7709f1016":{"name":"@firebase/database","version":"1.0.4-canary.7709f1016","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.7709f1016","@firebase/util":"1.9.5-canary.7709f1016","@firebase/component":"0.6.6-canary.7709f1016","@firebase/app-check-interop-types":"0.3.1-canary.7709f1016","@firebase/auth-interop-types":"0.2.2-canary.7709f1016","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-canary.7709f1016","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.7709f1016","readmeFilename":"README.md","gitHead":"7709f1016d6e491847bb4e8e4c731603d47f7eae","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-TZO6yxBYUxh+0jtJDhaHUELDKAPfpgDxjXdwsupnTIg9MvVN7SEXWhAM37+/DTOHdY1KbpVDWuOT8Tb5IO96/w==","shasum":"7fb3ea16f434ed0f1d3b31bf3995824763167aa2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.7709f1016.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICOJRKoSmfwufC8uh44IEzTGs/+jcEbXo4DL9u9bMX1tAiEAnx0xFByA7FyIN8Z9qXHzgANxbQRRYehcfqI9kGHBR6M="}],"size":2005273},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.7709f1016_1714060996250_0.8418336595147149"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-04-25T16:03:16.511Z","publish_time":1714060996511,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.4b49630c7":{"name":"@firebase/database","version":"1.0.4-canary.4b49630c7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.4b49630c7","@firebase/util":"1.9.5-canary.4b49630c7","@firebase/component":"0.6.6-canary.4b49630c7","@firebase/app-check-interop-types":"0.3.1-canary.4b49630c7","@firebase/auth-interop-types":"0.2.2-canary.4b49630c7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-canary.4b49630c7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.4b49630c7","readmeFilename":"README.md","gitHead":"4b49630c7f0e5880c5ae153f50ca2eff5eb32fbd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-2eSdzgDqKuWypf5w9iHt9m5l3W+opINmr/CovV/+MGkoK1t3O1B8XTfsrvLhzLLjcu9jGmKd0WUKBl8KfCY3bg==","shasum":"7983fb3eac7bf85866c0c78b6f9928a7b7491c27","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.4b49630c7.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBfQ+LntUH98WUPw0moMowhUB5p9n5UjMdJ2iLTqqLWwAiEAlhaMXtUWuHsUTIy8Yr6MFi8wjwoG98BpASPbonM9d/U="}],"size":2005275},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.4b49630c7_1714593512098_0.40946120788915774"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-01T19:58:32.306Z","publish_time":1714593512306,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.14f9da66f":{"name":"@firebase/database","version":"1.0.4-canary.14f9da66f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.14f9da66f","@firebase/util":"1.9.5-canary.14f9da66f","@firebase/component":"0.6.6-canary.14f9da66f","@firebase/app-check-interop-types":"0.3.1-canary.14f9da66f","@firebase/auth-interop-types":"0.2.2-canary.14f9da66f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-canary.14f9da66f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.14f9da66f","readmeFilename":"README.md","gitHead":"14f9da66fed45ac3f932ec590ca49c8a827d9fc5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-Hs77Pre/Yq/feEGA+kIzDimO/MTHa6VbDlUVj66qCKwTZ8mtBVHeJxMFpebvMvyFC9z7C1pfbVe44UNAqOAw/g==","shasum":"632420705c8eb76c17ff1cf4af327893663f6630","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.14f9da66f.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEkYGiz3sqTbduHY6FoO6z5pLtzNs4aILJmcs0z87KbwIgAouX3807zDlWSi3KAST6FY62ylV2wPKO2RQkFJqMsMs="}],"size":2005267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.14f9da66f_1714677578716_0.6257121923154179"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-02T19:19:39.017Z","publish_time":1714677579017,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.f25b9e53e":{"name":"@firebase/database","version":"1.0.4-canary.f25b9e53e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.f25b9e53e","@firebase/util":"1.9.5-canary.f25b9e53e","@firebase/component":"0.6.6-canary.f25b9e53e","@firebase/app-check-interop-types":"0.3.1-canary.f25b9e53e","@firebase/auth-interop-types":"0.2.2-canary.f25b9e53e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-canary.f25b9e53e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.f25b9e53e","readmeFilename":"README.md","gitHead":"f25b9e53e9d77a3f92e36ff62218bbcf24aae857","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-1SwPCNfOpMbc/Wiw+qVpvmV7M1BPub5fvYTcwCVIOkqfWkZ/lo/d9mhJS7zokFlre2KNRCtyoetd8UcLs+YAYg==","shasum":"43ecd950a1ba09ee445e73b7e6f7a80106db244d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.f25b9e53e.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFzfJY3RmSvOPp3wYr00Pi9K/By/FONOdsdFG20KUUQ7AiEA3dtr/2jAlyx17A60ta2nuZ5L1plGfNStZs+kyxrroVQ="}],"size":2005264},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.f25b9e53e_1714692595201_0.20718057680560564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-02T23:29:55.428Z","publish_time":1714692595428,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.f631553c3":{"name":"@firebase/database","version":"1.0.4-canary.f631553c3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.f631553c3","@firebase/util":"1.9.5-canary.f631553c3","@firebase/component":"0.6.6-canary.f631553c3","@firebase/app-check-interop-types":"0.3.1-canary.f631553c3","@firebase/auth-interop-types":"0.2.2-canary.f631553c3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-canary.f631553c3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.f631553c3","readmeFilename":"README.md","gitHead":"f631553c39f8319a769bee51b5cdd5e608f7e57a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-7ODb10SLVrQ/aqtAWXJ1WnooLuxbEjUW/IcrlW2RACFwUXBFkbW7PqrSDu1F8U7GfxTQjUtllKcY41uUeDzU+g==","shasum":"c242f85b1fd90462ac7335261c35ca1db7c477d6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.f631553c3.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBWDZiLw22THoOjC6DWmWNOYBbPVeY5eWIsdy6pZYzMqAiBd+0TabJy0qXanyUxnwsuT7vmmVIZ9PYjErbUw+J22uA=="}],"size":2005274},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.f631553c3_1715018800196_0.04731092256288383"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-06T18:06:40.464Z","publish_time":1715018800464,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.e80b80738":{"name":"@firebase/database","version":"1.0.4-canary.e80b80738","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.e80b80738","@firebase/util":"1.9.5-canary.e80b80738","@firebase/component":"0.6.6-canary.e80b80738","@firebase/app-check-interop-types":"0.3.1-canary.e80b80738","@firebase/auth-interop-types":"0.2.2-canary.e80b80738","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-canary.e80b80738","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.e80b80738","readmeFilename":"README.md","gitHead":"e80b807387b84d6f55b985f529dc5049bf4c660b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-dKtPVAKrA42uvOW0nNMXmpGkK21aXVd/yW+anoFPgb5u0jSgC0W1wwR81s1Ia5IlDHiBRvZw+fMk++51NXx2hQ==","shasum":"70fe81e96836c682383058073418ec77e994d6c2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.e80b80738.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHY13nsIpbNhzgSnFWHFb0P+qH5ir0knUQtMIjMF2oGoAiBORvctmLqsNBK41gQb3BxptmQyNJdukSnEJx/4X9zS8g=="}],"size":2005270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.e80b80738_1715134913837_0.4206571556978642"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T02:21:54.055Z","publish_time":1715134914055,"_source_registry_name":"default","contributors":[]},"1.0.4-dataconnect-preview.b8e015c81":{"name":"@firebase/database","version":"1.0.4-dataconnect-preview.b8e015c81","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-dataconnect-preview.b8e015c81","@firebase/util":"1.9.5-dataconnect-preview.b8e015c81","@firebase/component":"0.6.6-dataconnect-preview.b8e015c81","@firebase/app-check-interop-types":"0.3.1-dataconnect-preview.b8e015c81","@firebase/auth-interop-types":"0.2.2-dataconnect-preview.b8e015c81","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.b8e015c81","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-dataconnect-preview.b8e015c81","readmeFilename":"README.md","gitHead":"b8e015c81ed089111a8358bf12b9d4c6d9195fb7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-xo+Gwb18ZHB1SNS6vevFERnbtKKxs63VuGoQKuXPCTGNFIX4IuUDvj8e7HpxYMI9veybyFtVdHskXpPIHpp/0g==","shasum":"b5a5320ba9d4fc0375ebc97e01510eee49c6e491","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-dataconnect-preview.b8e015c81.tgz","fileCount":233,"unpackedSize":10606613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCI3G4D8+pKdW5zE4tihw3QsMA1rVVcsRWFfCojPIKdWQIhAPyy2YKbkLG9C8Qg7KV3/Wo4D6QTr4m1bctJVzgbgZ5i"}],"size":2005545},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-dataconnect-preview.b8e015c81_1715191976675_0.2293340847771408"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T18:12:56.986Z","publish_time":1715191976986,"_source_registry_name":"default","contributors":[]},"1.0.4-dataconnect-preview.f2a1a4bfb":{"name":"@firebase/database","version":"1.0.4-dataconnect-preview.f2a1a4bfb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-dataconnect-preview.f2a1a4bfb","@firebase/util":"1.9.5-dataconnect-preview.f2a1a4bfb","@firebase/component":"0.6.6-dataconnect-preview.f2a1a4bfb","@firebase/app-check-interop-types":"0.3.1-dataconnect-preview.f2a1a4bfb","@firebase/auth-interop-types":"0.2.2-dataconnect-preview.f2a1a4bfb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.f2a1a4bfb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-dataconnect-preview.f2a1a4bfb","readmeFilename":"README.md","gitHead":"f2a1a4bfb9a4f5d3dc7beca6433521a81508ca5a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-weoB13o2WxbqKz5bxDy1WtQMDvFJYfqhlJJisZuT51q7YAtyPwbLhXiIxWFYXk2vHB0jdeyPzH8n78igAZHwcw==","shasum":"4e3f8ae6f5db2276a5e64a9b9e2aadde9965590c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-dataconnect-preview.f2a1a4bfb.tgz","fileCount":233,"unpackedSize":10606613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDms8luyotmvaJ4GTeJiHwGkUwE1ZtWz+hqbOYxNeT2cgIhAKMF/CT8HJY6G9uLskmVzp6hkOFFLmN+NVnuNnq2OS8E"}],"size":2005541},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-dataconnect-preview.f2a1a4bfb_1715194126305_0.5683063356460212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T18:48:46.607Z","publish_time":1715194126607,"_source_registry_name":"default","contributors":[]},"1.0.4-dataconnect-preview.4f89ef789":{"name":"@firebase/database","version":"1.0.4-dataconnect-preview.4f89ef789","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-dataconnect-preview.4f89ef789","@firebase/util":"1.9.5-dataconnect-preview.4f89ef789","@firebase/component":"0.6.6-dataconnect-preview.4f89ef789","@firebase/app-check-interop-types":"0.3.1-dataconnect-preview.4f89ef789","@firebase/auth-interop-types":"0.2.2-dataconnect-preview.4f89ef789","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.4f89ef789","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-dataconnect-preview.4f89ef789","readmeFilename":"README.md","gitHead":"4f89ef789c17e07d2d587f02c5c3ef7e670cdd9e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-l/uDtwDBwvwUJpr0clkmIBg47UsuIzdDlUFKVZjX4Iy9b2v/XWHp2wkUsbkRihOngFzIE28Zebr1P6Wnh4MgdA==","shasum":"b1a23ec359979aa9f56df76887de9580a91f0238","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-dataconnect-preview.4f89ef789.tgz","fileCount":233,"unpackedSize":10606613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnDH6i8FDLOlt00J76A9Y3etE6S4Se4tHhQ8nBc2tWggIgWy1kSMhMHgbdg0/yQFPXOeohWuPZgf4As3ae2XKVhJc="}],"size":2005551},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-dataconnect-preview.4f89ef789_1715197564532_0.12258016938013183"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T19:46:04.929Z","publish_time":1715197564929,"_source_registry_name":"default","contributors":[]},"1.0.4-dataconnect-preview.f2ddc3d7b":{"name":"@firebase/database","version":"1.0.4-dataconnect-preview.f2ddc3d7b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-dataconnect-preview.f2ddc3d7b","@firebase/util":"1.9.5-dataconnect-preview.f2ddc3d7b","@firebase/component":"0.6.6-dataconnect-preview.f2ddc3d7b","@firebase/app-check-interop-types":"0.3.1-dataconnect-preview.f2ddc3d7b","@firebase/auth-interop-types":"0.2.2-dataconnect-preview.f2ddc3d7b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.f2ddc3d7b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-dataconnect-preview.f2ddc3d7b","readmeFilename":"README.md","gitHead":"f2ddc3d7b2697e49c38afb91f2895816bb7d9c62","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-J6w/y9kLSF1VmZZljBaQV3LDcbrlSASo+ZUQPQ66RRqM5Li1kOXomNHKYMJnplO7Wcd4Sfti4+35mE8nfvKBTQ==","shasum":"7ac289b164b20df1481a5573c278a99fbc6615bf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-dataconnect-preview.f2ddc3d7b.tgz","fileCount":233,"unpackedSize":10606613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCkN36KXxH1RdzVZkiLHqFXjsKebKqUm31bNpPsYJhzKgIgG6Ouy5DQJID9lF+g4mE9/aDzIbLLhuNagZZPaeo9k5o="}],"size":2005543},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-dataconnect-preview.f2ddc3d7b_1715200036814_0.229388001376579"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T20:27:17.124Z","publish_time":1715200037124,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.506b8a6ab":{"name":"@firebase/database","version":"1.0.4-canary.506b8a6ab","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.506b8a6ab","@firebase/util":"1.9.5-canary.506b8a6ab","@firebase/component":"0.6.6-canary.506b8a6ab","@firebase/app-check-interop-types":"0.3.1-canary.506b8a6ab","@firebase/auth-interop-types":"0.2.2-canary.506b8a6ab","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-canary.506b8a6ab","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.506b8a6ab","readmeFilename":"README.md","gitHead":"506b8a6abf662d74c2085fb729cace57d861ed17","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-ef3SGJn/yGmq+P96lLy/x8L87xS5rQ0hBQMD/K2p46U3mtwPtRvtDhZ96HwM6gIMh41qiebcrJbqYiUUddqk/A==","shasum":"4b8c60acf761fbb9455b45f6c68e21c8b235a982","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.506b8a6ab.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCID3EIvkevMDjyIEPSmSgHRyLAcBYvMWLYm6gwOBqkkvuAiEA5llJLdWx6q3lXLZmScxl0IqCuJ0Ke8beZLf0EEWG2S4="}],"size":2005267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.506b8a6ab_1715204845962_0.30718346320040957"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T21:47:26.283Z","publish_time":1715204846283,"_source_registry_name":"default","contributors":[]},"1.0.4-dataconnect-preview.42eb5e521":{"name":"@firebase/database","version":"1.0.4-dataconnect-preview.42eb5e521","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-dataconnect-preview.42eb5e521","@firebase/util":"1.9.5-dataconnect-preview.42eb5e521","@firebase/component":"0.6.6-dataconnect-preview.42eb5e521","@firebase/app-check-interop-types":"0.3.1-dataconnect-preview.42eb5e521","@firebase/auth-interop-types":"0.2.2-dataconnect-preview.42eb5e521","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.42eb5e521","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-dataconnect-preview.42eb5e521","readmeFilename":"README.md","gitHead":"42eb5e521c6fbaa3639c143f860e5a78c5ab4e37","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-b7ekCHINZ5iQafUkFhkso6FehxAhbMPoLJvxHaKFoVUjf8t9A7Xv8aOubuQXUwauN8nXE+moEW7N1jaDwbWkoA==","shasum":"e460139e86790bb0824eeb0a0c7a562e39fe20ea","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-dataconnect-preview.42eb5e521.tgz","fileCount":233,"unpackedSize":10606613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDiynIXuGbbsK4RCz5LBV4FmvSddwwqPhF+3sXYvO8q9wIhAIveJhbyXRlWdLk+AjGwlEZPCOiV2ohXetkRixN5CrUH"}],"size":2005546},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-dataconnect-preview.42eb5e521_1715205220698_0.8229155684332798"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-08T21:53:40.879Z","publish_time":1715205220879,"_source_registry_name":"default","contributors":[]},"1.0.4-canary.ab883d016":{"name":"@firebase/database","version":"1.0.4-canary.ab883d016","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-canary.ab883d016","@firebase/util":"1.9.5-canary.ab883d016","@firebase/component":"0.6.6-canary.ab883d016","@firebase/app-check-interop-types":"0.3.1-canary.ab883d016","@firebase/auth-interop-types":"0.2.2-canary.ab883d016","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-canary.ab883d016","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-canary.ab883d016","readmeFilename":"README.md","gitHead":"ab883d016015de0436346f586d8442b5703771b7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-7dMpa8Az08iLDdVAY4iKcuUpKUHzbikb6WfzYqglh+HqY3BGsKXjg0N8R6iCJvMyIWkFCJQYErO9fiRgH4hqyQ==","shasum":"70a1fc771445322db817ce30c657259bba14ebc9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-canary.ab883d016.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGhQZ05TTVRtg8L3QdYAUuBiuFemyJh9sAHSa7eVURBCAiEAtWxnyZDNfnNIqIwJgogVXCjfYas/FztlrQMb50qweDU="}],"size":2005268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-canary.ab883d016_1715271372493_0.38975389103142377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-09T16:16:12.777Z","publish_time":1715271372777,"_source_registry_name":"default","contributors":[]},"1.0.5-20240509155850":{"name":"@firebase/database","version":"1.0.5-20240509155850","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-20240509155850","@firebase/util":"1.9.6-20240509155850","@firebase/component":"0.6.7-20240509155850","@firebase/app-check-interop-types":"0.3.2-20240509155850","@firebase/auth-interop-types":"0.2.3-20240509155850","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.3-20240509155850","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-20240509155850","readmeFilename":"README.md","gitHead":"c7a92a906d5f00ebbef6bb1afdf17dca21193c82","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-7w6Wtrej91mgYCZKd5Fq1VhhBHo5Mwyrpx/kSPxMHogIWhCbHpvv6BuQaD/huEYEI/Tbq3ZVc2r62Vv1jMiuBQ==","shasum":"b59ce51bfe5154dd127b6d8d1f2aaa802a515621","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-20240509155850.tgz","fileCount":233,"unpackedSize":10605722,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDBh+yS39vVbyV3xNy1zWWVDmWOqelq3nt6qMVi7u6cNQIgMPc3Kbdaa3P4uwD2QHNlGo+kxV57euciubzxdqmR0vE="}],"size":2005279},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-20240509155850_1715271400515_0.018809803610560172"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-09T16:16:40.794Z","publish_time":1715271400794,"_source_registry_name":"default","contributors":[]},"1.0.4-dataconnect-preview.323fdc1b8":{"name":"@firebase/database","version":"1.0.4-dataconnect-preview.323fdc1b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-dataconnect-preview.323fdc1b8","@firebase/util":"1.9.5-dataconnect-preview.323fdc1b8","@firebase/component":"0.6.6-dataconnect-preview.323fdc1b8","@firebase/app-check-interop-types":"0.3.1-dataconnect-preview.323fdc1b8","@firebase/auth-interop-types":"0.2.2-dataconnect-preview.323fdc1b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.323fdc1b8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-dataconnect-preview.323fdc1b8","readmeFilename":"README.md","gitHead":"323fdc1b85aa0bef7755b3b6e98fccf11164b8c2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-PHNwMfxDbyf2BjDckuG4SPAdHAeVNlXsgzLcxwWcvQbe8mRlH4kyh46nEzhApPOVVu4Ll5HrppWYWIdOVoamIw==","shasum":"b062f5cf244805cdea9c9aa9ade4dd5f06b3b986","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-dataconnect-preview.323fdc1b8.tgz","fileCount":233,"unpackedSize":10606613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCQtzzhjvKOBNvHERwjTz2H973J9BIxgnn8MCFMsgCmxQIgeLw1o8lLMa5cCZ9fd1MlVJQHO+g2zr5qmTiJkDA27t8="}],"size":2005547},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-dataconnect-preview.323fdc1b8_1715276008792_0.14505898292587993"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-09T17:33:29.070Z","publish_time":1715276009070,"_source_registry_name":"default","contributors":[]},"1.0.4-dataconnect-preview.81ee5169c":{"name":"@firebase/database","version":"1.0.4-dataconnect-preview.81ee5169c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-dataconnect-preview.81ee5169c","@firebase/util":"1.9.5-dataconnect-preview.81ee5169c","@firebase/component":"0.6.6-dataconnect-preview.81ee5169c","@firebase/app-check-interop-types":"0.3.1-dataconnect-preview.81ee5169c","@firebase/auth-interop-types":"0.2.2-dataconnect-preview.81ee5169c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.2-dataconnect-preview.81ee5169c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-dataconnect-preview.81ee5169c","readmeFilename":"README.md","gitHead":"81ee5169ca51b81af0b552128a70bb36621a6129","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-cHfmp7Pq9oZufHzqgjqjWnYz9c2mgrreEBG5LzSviJF0Oeb2XRvKSOGA9QTW8jmOl+PPazStRevwIved9gL+fw==","shasum":"d74b9324d38a20d62307f594ace05fd2836f3f8b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-dataconnect-preview.81ee5169c.tgz","fileCount":233,"unpackedSize":10606613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBvDowxkq18zgLybQkSwXAeKkFV6SEIYhkTFRwGu2Ar3AiAkphofF5m5llSmsBuLdDVhddXDYl02Z+9NrrYqJeV6mA=="}],"size":2005546},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-dataconnect-preview.81ee5169c_1715286597460_0.046655422458288465"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-09T20:29:57.692Z","publish_time":1715286597692,"_source_registry_name":"default","contributors":[]},"1.0.5":{"name":"@firebase/database","version":"1.0.5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2","@firebase/util":"1.9.6","@firebase/component":"0.6.7","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5","gitHead":"8fb372afbf21ae80bcb5ae00fdc9ab8494ceac00","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-cAfwBqMQuW6HbhwI3Cb/gDqZg7aR0OmaJ85WUxlnoYW2Tm4eR0hFl5FEijI3/gYPUiUcUPQvTkGV222VkT7KPw==","shasum":"09d7162b7dbc4533f17498ac6a76d5e757ab45be","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5.tgz","fileCount":233,"unpackedSize":10605542,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCz7UQUlrhX2749HS3G6NmVsTMVO/6jvRIGmgeQExhEaAIhAI1SGFMSOfHMftEx+v5qMLXVoxFNkStL1ddCoH80Xo4d"}],"size":2005197},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5_1715616773529_0.941378014555766"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T16:12:53.848Z","publish_time":1715616773848,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.8fb372afb":{"name":"@firebase/database","version":"1.0.5-canary.8fb372afb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.8fb372afb","@firebase/util":"1.9.6-canary.8fb372afb","@firebase/component":"0.6.7-canary.8fb372afb","@firebase/app-check-interop-types":"0.3.2-canary.8fb372afb","@firebase/auth-interop-types":"0.2.3-canary.8fb372afb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.3-canary.8fb372afb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.8fb372afb","readmeFilename":"README.md","gitHead":"8fb372afbf21ae80bcb5ae00fdc9ab8494ceac00","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-8RAIwbchuaC0RmsblUGw9cI+ItAr1G4vQUIXZ8540ZrKfghCuChpdZcZsfHhwzc0fTFGvFng7Wfms8a6Bcebvg==","shasum":"6146b6b5775f4fbeb57c9d443f6ad0bb5a5e7361","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.8fb372afb.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBax7dCZUl/TottktDdrX5pTdA5EHBC5Di/Wa3FXU06AIhAOQMtFZqRsjIgTkBm31M5zKF3tG40bl/zhljTYfq3qAu"}],"size":2005267},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.8fb372afb_1715619102485_0.6609988440882042"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T16:51:42.717Z","publish_time":1715619102717,"_source_registry_name":"default","contributors":[]},"1.0.5-dataconnect-preview.877f8b7d0":{"name":"@firebase/database","version":"1.0.5-dataconnect-preview.877f8b7d0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-dataconnect-preview.877f8b7d0","@firebase/util":"1.9.6-dataconnect-preview.877f8b7d0","@firebase/component":"0.6.7-dataconnect-preview.877f8b7d0","@firebase/app-check-interop-types":"0.3.2-dataconnect-preview.877f8b7d0","@firebase/auth-interop-types":"0.2.3-dataconnect-preview.877f8b7d0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.3-dataconnect-preview.877f8b7d0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-dataconnect-preview.877f8b7d0","readmeFilename":"README.md","gitHead":"877f8b7d0ac21ef64969605c9936f37ff2c5d47b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-wQpo0UpV7TKIq3sF/xOuL9wQAfawSbWXr+DYzaRZgvLz4DyX47Kqq9EL5Cp3BdEuo53AL0NjiAmtMmTOcwbHuA==","shasum":"1d82cbc249effbf4fce3588e90aa1e65237a4db8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-dataconnect-preview.877f8b7d0.tgz","fileCount":233,"unpackedSize":10606613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICRxZbz5DJZh6MIeeyy3H2xXI+5oph3VyhPZ5e1OZElnAiEA/PDGS6U5JM6JLfC2abmIZHd3HnNHVhXTpC/vr2K+JeA="}],"size":2005550},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-dataconnect-preview.877f8b7d0_1715623802297_0.5668504244457693"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T18:10:02.601Z","publish_time":1715623802601,"_source_registry_name":"default","contributors":[]},"1.0.5-dataconnect-preview.388b61c7e":{"name":"@firebase/database","version":"1.0.5-dataconnect-preview.388b61c7e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-dataconnect-preview.388b61c7e","@firebase/util":"1.9.6-dataconnect-preview.388b61c7e","@firebase/component":"0.6.7-dataconnect-preview.388b61c7e","@firebase/app-check-interop-types":"0.3.2-dataconnect-preview.388b61c7e","@firebase/auth-interop-types":"0.2.3-dataconnect-preview.388b61c7e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.3-dataconnect-preview.388b61c7e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-dataconnect-preview.388b61c7e","readmeFilename":"README.md","gitHead":"388b61c7ec989783cbbec51c99d29916455358b3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-nQXgc47g3bbB1/KYcrlfwoRzPsdSFiwenQPBRrhi9WAL/VUyNgwCtA2tWqfythvKrfAwoVEzm55aQ0uV/PxrGw==","shasum":"c0abcb1d4fd77c25baea666ba4a169ba6af8de4e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-dataconnect-preview.388b61c7e.tgz","fileCount":233,"unpackedSize":10606613,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBS0SzRuJGhg0miW381eXBTcG6VkKUw5GDex+oe3ls1cAiB1MVf/CWGq+Xzb2R40xS1pEC2md9qK//BWFuMtfo+6ng=="}],"size":2005543},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-dataconnect-preview.388b61c7e_1715627689883_0.7922229285970634"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-13T19:14:50.140Z","publish_time":1715627690140,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.9cbb1845e":{"name":"@firebase/database","version":"1.0.5-canary.9cbb1845e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.9cbb1845e","@firebase/util":"1.9.6-canary.9cbb1845e","@firebase/component":"0.6.7-canary.9cbb1845e","@firebase/app-check-interop-types":"0.3.2-canary.9cbb1845e","@firebase/auth-interop-types":"0.2.3-canary.9cbb1845e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.3-canary.9cbb1845e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.9cbb1845e","readmeFilename":"README.md","gitHead":"9cbb1845e2b606d14601d2545e224dbf1f534027","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-AfI13IVIP6F5j/VfOWl6qS8y5n/IVTbs+lrFzn8KGj22gM5+BKHy7vnfisCnbo92ogKzVEE/BSAI69lohpoq9Q==","shasum":"9531678d31f8e60faac99b92b9be3610b3e93555","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.9cbb1845e.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCamAntDMOvv+Ivg3vNCsT6lXnkKKkTqzQlDtdRt4riyAIgYHzhRv+z4O/kev3aoDSZbpVwrgESFOv502PT5V/C1EU="}],"size":2005264},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.9cbb1845e_1715694395381_0.20829693005537564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-14T13:46:35.645Z","publish_time":1715694395645,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.2ce95696f":{"name":"@firebase/database","version":"1.0.5-canary.2ce95696f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.2ce95696f","@firebase/util":"1.9.6-canary.2ce95696f","@firebase/component":"0.6.7-canary.2ce95696f","@firebase/app-check-interop-types":"0.3.2-canary.2ce95696f","@firebase/auth-interop-types":"0.2.3-canary.2ce95696f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.3-canary.2ce95696f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.2ce95696f","readmeFilename":"README.md","gitHead":"2ce95696fe01f8c0fde08daa4359e39917654441","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-jKdrxREIWAdrX5WerAAUfYlPCo3JOunRtYKDbVMTM65+4HYqTuKYn9XlDynEebcYUVTv+3ItLl6E2gve7qOxbQ==","shasum":"26652afde3298e42f6e8c54d802441d50f610fc9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.2ce95696f.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYCmmuBDZoy1MtF/lvydjN1aVWWZFzOnngBWSNpSc1GwIhAKTEZ0BfM/MDbpwfKF+HhKlrEdNcpFPcTeqLYFHMeens"}],"size":2005271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.2ce95696f_1715710699672_0.15938282765465894"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-14T18:18:19.975Z","publish_time":1715710699975,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.f66769cca":{"name":"@firebase/database","version":"1.0.5-canary.f66769cca","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.f66769cca","@firebase/util":"1.9.6-canary.f66769cca","@firebase/component":"0.6.7-canary.f66769cca","@firebase/app-check-interop-types":"0.3.2-canary.f66769cca","@firebase/auth-interop-types":"0.2.3-canary.f66769cca","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.3-canary.f66769cca","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.f66769cca","readmeFilename":"README.md","gitHead":"f66769cca243019354f88ac9dc8de07caf9de56e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.12.2","_npmVersion":"10.5.0","dist":{"integrity":"sha512-GSk2t+EBNVu1ysEeiV5hx8CFayP/WU5GkOZD8TCkLxkvYqHST9nQ3Yp4zGATS4QwcrXQTv4j1kxPfJB8iK0eUQ==","shasum":"df6d8e0126e5aaa2946b3d843c1090cc4a602cef","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.f66769cca.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHQsKlolhvYz8Stn7qHAxDfY43PWQwXZwAzwhCt7zivQAiB7yhSidkYqAKo/EhYXsoXr8ep/4mpcY/LCY2h7wqBfgg=="}],"size":2005270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.f66769cca_1715797875924_0.4143011382487718"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-15T18:31:16.176Z","publish_time":1715797876176,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.43a8d99d2":{"name":"@firebase/database","version":"1.0.5-canary.43a8d99d2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.43a8d99d2","@firebase/util":"1.9.6-canary.43a8d99d2","@firebase/component":"0.6.7-canary.43a8d99d2","@firebase/app-check-interop-types":"0.3.2-canary.43a8d99d2","@firebase/auth-interop-types":"0.2.3-canary.43a8d99d2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.3-canary.43a8d99d2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.43a8d99d2","readmeFilename":"README.md","gitHead":"43a8d99d21d07ed5f66adfab83302e385e10ffc1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-CKrF1nCj7r8JBBz/SD0T21S5vvZEmxWfkY9EswDDcF3Dwe6n23qCpbIsGW0z8GgoNHvwdLY+sr1ci9+mD9xQPA==","shasum":"2f851f14ccad6bfbba199833426e02522450dd1a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.43a8d99d2.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICPPeag98yit4ZLkOafP2p7zlMsadpzkIkYGZNO5v30xAiEAjc9LTRbEqxEKhWQWS+9kTcdd93TbchDvfSTCbMo7fRw="}],"size":2005269},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.43a8d99d2_1715881607235_0.9986534917657688"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-16T17:46:47.520Z","publish_time":1715881607520,"_source_registry_name":"default","contributors":[]},"1.0.4-passkey-preview.103ead202":{"name":"@firebase/database","version":"1.0.4-passkey-preview.103ead202","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.1-passkey-preview.103ead202","@firebase/util":"1.9.5-passkey-preview.103ead202","@firebase/component":"0.6.6-passkey-preview.103ead202","@firebase/app-check-interop-types":"0.3.1-passkey-preview.103ead202","@firebase/auth-interop-types":"0.2.2-passkey-preview.103ead202","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.1-passkey-preview.103ead202","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.4-passkey-preview.103ead202","readmeFilename":"README.md","gitHead":"103ead2021327d521a852edab6d7d8b646baf4af","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-7E7fi/QUG88brf6dcst1F6MAq/fRXXjp0Hb0UCUcql/+uerZzReGsUtrRUubsEjiYCPdXcYtJFzZxteZ2sncWg==","shasum":"d516859b65fca724510301177a6ad3632c9a488d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.4-passkey-preview.103ead202.tgz","fileCount":233,"unpackedSize":10605854,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHMdaep3FWrN4aQ89a9L4IuoT44bte2yQg8MVNi976xfAiEA92EtHM0J24NiB9vUKsSbELZ4K6keF+JTgKaUh45tyXQ="}],"size":2005304},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.4-passkey-preview.103ead202_1716224266791_0.2416756066257919"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-20T16:57:47.021Z","publish_time":1716224267021,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.7381f21a3":{"name":"@firebase/database","version":"1.0.5-canary.7381f21a3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.7381f21a3","@firebase/util":"1.9.6-canary.7381f21a3","@firebase/component":"0.6.7-canary.7381f21a3","@firebase/app-check-interop-types":"0.3.2-canary.7381f21a3","@firebase/auth-interop-types":"0.2.3-canary.7381f21a3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.4-canary.7381f21a3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.7381f21a3","readmeFilename":"README.md","gitHead":"7381f21a3ccfd67b02c1b1823b6e5980030fdfd1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-U+WywgUUC6ycX0Pi+D4rvyTYO2yhMuF+H59airz3pXvW0WUGb4iG+iT92yi+g5MOFzGg4fDYkk0pZwp5gI5DZQ==","shasum":"14af3f36d2c701a6fb138244b70dd328a5b8a591","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.7381f21a3.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDnIaGs3HCNIk1g9hElKtVux3qIg51HnGNkbAokLvwfYwIhALHUCLCUtvtYRU0GmKCED5RFv//qqvZCNG5j2qlyS3BS"}],"size":2005272},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.7381f21a3_1716241076945_0.8225927833085291"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-20T21:37:57.239Z","publish_time":1716241077239,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.3883133c3":{"name":"@firebase/database","version":"1.0.5-canary.3883133c3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.3883133c3","@firebase/util":"1.9.6-canary.3883133c3","@firebase/component":"0.6.7-canary.3883133c3","@firebase/app-check-interop-types":"0.3.2-canary.3883133c3","@firebase/auth-interop-types":"0.2.3-canary.3883133c3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.4-canary.3883133c3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.3883133c3","readmeFilename":"README.md","gitHead":"3883133c33ba48027081eef9d946988f33b07606","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-IE2s2QBngaZ1RFDGXxU5+j0hDvIRGTV8y+J8UFOePO/2gt/G643zZ9e9L0OcZlawmAlMZjOQGB7S1XHbHo3rDQ==","shasum":"41f2146fd7f2ecd1627fb41a25ae39d2b7ef51e9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.3883133c3.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGn4yIlKp7TDlIwcWitIG1UwhKVBr8C5aOhmJQAuqcbiAiA1KzY1B/HM5V7bdG3Vc/Ka3DlPAT09qiyx+8ELkzEaUQ=="}],"size":2005276},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.3883133c3_1716326407051_0.6881247448653831"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-21T21:20:07.308Z","publish_time":1716326407308,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.aa060a7f6":{"name":"@firebase/database","version":"1.0.5-canary.aa060a7f6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.aa060a7f6","@firebase/util":"1.9.6-canary.aa060a7f6","@firebase/component":"0.6.7-canary.aa060a7f6","@firebase/app-check-interop-types":"0.3.2-canary.aa060a7f6","@firebase/auth-interop-types":"0.2.3-canary.aa060a7f6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.4-canary.aa060a7f6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.aa060a7f6","readmeFilename":"README.md","gitHead":"aa060a7f699accf9db895f5acb1dd73e497db9ba","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-CXIJFO9WqzSwgMGA0OTuKJ5CfqLk6tFD/fKMQRp0IFTw0VsRCwTGiPLz+ZgyTAUONc5RerE7on67rKRzCzE/GQ==","shasum":"2b1dc3333d9d6332a458391c64fa9393478d49da","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.aa060a7f6.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCh/zfkbO50Gt/U5+g/bYKaDYUx4E5kmd6yyobrAnYBHwIhAL4B8fh2gIBhrzuzPXYiyXfPdC/shkw8vgDCHMzsuhUm"}],"size":2005266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.aa060a7f6_1716412767533_0.6250476014958832"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-22T21:19:27.685Z","publish_time":1716412767685,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.370b6c8b7":{"name":"@firebase/database","version":"1.0.5-canary.370b6c8b7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.370b6c8b7","@firebase/util":"1.9.6-canary.370b6c8b7","@firebase/component":"0.6.7-canary.370b6c8b7","@firebase/app-check-interop-types":"0.3.2-canary.370b6c8b7","@firebase/auth-interop-types":"0.2.3-canary.370b6c8b7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.4-canary.370b6c8b7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.370b6c8b7","readmeFilename":"README.md","gitHead":"370b6c8b7fbeb742a36a0ea399dd5e6cf9fa6267","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-aeDW2ds7jmFmr+HHiYxXMfjrAW2NE9fIciSisW4IqtMTlm3njEryQ5BP6AXT5QGGP0d22+XJ2nmEAa77qq5JIA==","shasum":"aca36b7fb890af6f167e2f6812b2abb0ced5243d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.370b6c8b7.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG768Jm8qzidrcuhYHExXolLYcQ0nFt8q7/5sTuz6yxPAiEAlc4w6y3Nc7sqhzsAIMJyXYcaX9TvJkBD1gGq9pu6vPI="}],"size":2005273},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.370b6c8b7_1716474173118_0.9498926173327231"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T14:22:53.388Z","publish_time":1716474173388,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.0af23e02e":{"name":"@firebase/database","version":"1.0.5-canary.0af23e02e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.0af23e02e","@firebase/util":"1.9.6-canary.0af23e02e","@firebase/component":"0.6.7-canary.0af23e02e","@firebase/app-check-interop-types":"0.3.2-canary.0af23e02e","@firebase/auth-interop-types":"0.2.3-canary.0af23e02e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.4-canary.0af23e02e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.0af23e02e","readmeFilename":"README.md","gitHead":"0af23e02e0c90ae550dd3edf1c9244a8eba3aee1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-pBfY3CQJkmCtxo/Gu2DGS6T01mteCGXvGaWg+TVpXjk+iGQ9UDdocfKntYfRK3PE8m3p5deT5XzE6odB8MjqCQ==","shasum":"ce2fce1b48dc2c188227eedfc899e30619b58fc0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.0af23e02e.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCENQWUEJAhmFMsmQiBwNIz/iUi/sTjXYx547W/Wi05uAIgJ3w+gpNl9enVlaX6/r3P2oQE1xCBxUnLabvPXHeQfeo="}],"size":2005259},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.0af23e02e_1716485552103_0.9037088999902578"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T17:32:32.377Z","publish_time":1716485552377,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.52d626655":{"name":"@firebase/database","version":"1.0.5-canary.52d626655","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.52d626655","@firebase/util":"1.9.6-canary.52d626655","@firebase/component":"0.6.7-canary.52d626655","@firebase/app-check-interop-types":"0.3.2-canary.52d626655","@firebase/auth-interop-types":"0.2.3-canary.52d626655","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.4-canary.52d626655","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.52d626655","readmeFilename":"README.md","gitHead":"52d626655c5abe386f3de8c064a012a5d97e726f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-IOIKls5GKzjKmleCz0FO2Z87M41EE1s53nlqKktLcI8/etj/3TdoM9SQzsen/eKAf64ZDgnyqpBj4B5EEQqDZw==","shasum":"5e69c7170cf7dd119d3fa07eb5096be6c992761b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.52d626655.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCczR+mvcM1TfmT9P/moH3gsn76e1xN+vj3ts58p8ZANQIgGc1eA5W8zrlC8re1AY6HSWA+Jw6URpbLO5eqQEhEn08="}],"size":2005276},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.52d626655_1716487641336_0.5177347995480295"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T18:07:21.621Z","publish_time":1716487641621,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.4f157b486":{"name":"@firebase/database","version":"1.0.5-canary.4f157b486","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.4f157b486","@firebase/util":"1.9.6-canary.4f157b486","@firebase/component":"0.6.7-canary.4f157b486","@firebase/app-check-interop-types":"0.3.2-canary.4f157b486","@firebase/auth-interop-types":"0.2.3-canary.4f157b486","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.4-canary.4f157b486","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.4f157b486","readmeFilename":"README.md","gitHead":"4f157b4868332e3c8739278d6e91134670ab2b01","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-wadxZ7F9rO8xIOGpxYjKz4dXiRi2Z+p4aGepakxD4H1jDtmHVGBcNdYtD0Asb6Xl9NxDbcFasjSpJRVQEsfg4A==","shasum":"e7a0d011188bb0a5641c092cfae78091c63e8d5c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.4f157b486.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC9XNDC45dgW0bysASmV7dZYMYIhkr2fJKEVSzAPOHZ6AiAcgC7GNzoHRJ+rRkENI5mzY69tgVUeSJkrM8KoruC8Iw=="}],"size":2005275},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.4f157b486_1716500056465_0.6949151999647398"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-23T21:34:16.730Z","publish_time":1716500056730,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.08a3a936c":{"name":"@firebase/database","version":"1.0.5-canary.08a3a936c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.08a3a936c","@firebase/util":"1.9.6-canary.08a3a936c","@firebase/component":"0.6.7-canary.08a3a936c","@firebase/app-check-interop-types":"0.3.2-canary.08a3a936c","@firebase/auth-interop-types":"0.2.3-canary.08a3a936c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.08a3a936c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.08a3a936c","readmeFilename":"README.md","gitHead":"08a3a936c72fd8a2a39db14d2cb18b26454a1483","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-0VLP+5kg7ms5hi5ux4RdXIjd4IwgoN6Ib7NznJFnOhLnrHFLijcNdfadbpLQE34e+NRUibcM0d/smiS6oDSEGw==","shasum":"2b831407bf40b2f38748f8738d8083289ad0e471","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.08a3a936c.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBfwZ8a8oRIBToT2/F1xV3I59BPGKpC+Myb63LPQlFHRAiEAs9FDmc5WSbeQGBaLzkRjQ7srJZlDnjE8oAX2+xaUQfs="}],"size":2005269},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.08a3a936c_1716832670938_0.42057173828271477"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-27T17:57:51.174Z","publish_time":1716832671174,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.7c256b420":{"name":"@firebase/database","version":"1.0.5-canary.7c256b420","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.7c256b420","@firebase/util":"1.9.6-canary.7c256b420","@firebase/component":"0.6.7-canary.7c256b420","@firebase/app-check-interop-types":"0.3.2-canary.7c256b420","@firebase/auth-interop-types":"0.2.3-canary.7c256b420","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.7c256b420","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.7c256b420","readmeFilename":"README.md","gitHead":"7c256b420ca5f6301e6680290a8496a745e19b3a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-tcnc6SEVKvNwctPr3xolceW37Lo85VyFuJU/I/FfdD16j9rzoxKtRXJXXndtse5hgGuw8XabZJMz4EGQZ8PwEg==","shasum":"e563f88dcacffc95bee207298d62a051e94d276e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.7c256b420.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBkuUiz6pA/U7R8bpZNTZPyf/Wk9PQudwwLQi6Yn4MXaAiBP0ghKQMvW1AQ9X7iFecgHXdmTjBDBJKRx1RWHOMbYiw=="}],"size":2005273},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.7c256b420_1717017520700_0.33811635237407756"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-29T21:18:40.997Z","publish_time":1717017520997,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.5e16ccfb3":{"name":"@firebase/database","version":"1.0.5-canary.5e16ccfb3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.5e16ccfb3","@firebase/util":"1.9.6-canary.5e16ccfb3","@firebase/component":"0.6.7-canary.5e16ccfb3","@firebase/app-check-interop-types":"0.3.2-canary.5e16ccfb3","@firebase/auth-interop-types":"0.2.3-canary.5e16ccfb3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.5e16ccfb3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.5e16ccfb3","readmeFilename":"README.md","gitHead":"5e16ccfb35f132847156fe7d6d342a4bc9b47a3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-GeCamwWr2xc4NbBiEExzRtYqrclQn2J9EsBwRWzQatk/+8sY9MB4CB9DF2Nek+yWCt/XFVDwGOri3Jpzlqqdug==","shasum":"85e001cdd3f09d14c4ca8fc952d7f631a2666e49","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.5e16ccfb3.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCxGnJQ9ZUwORi+V34kx/EZATbTHo7AieM517Sdon+ZrgIgXeJ8o4vEB2KaWdwO8Q8DVchrRjcICDXXoVcbtI8bfMo="}],"size":2005265},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.5e16ccfb3_1717079622294_0.51794003944836"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-30T14:33:42.510Z","publish_time":1717079622510,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.872e6f63e":{"name":"@firebase/database","version":"1.0.5-canary.872e6f63e","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.5-canary.872e6f63e","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"647978c4eb710ed8affd36cf23a0f781ec80007c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.872e6f63e.tgz","fileCount":233,"integrity":"sha512-R8JYh1KesPnW7XtLfszdwiD2lHvxO5vshfJ8N/zGz5d4E2pbSNsnfqUzSzRM3TSaDzI9jHaWjDP2oa6IoGMzKw==","signatures":[{"sig":"MEQCIAMD169nSzizyKGWuFDtrFf/WAaN94SE1QqeRhvQefjMAiA12Ol30n/w7vffeDbkROnXnjdiHe/yWAbkmBIFtDj5Jg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605746,"size":2005264},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"872e6f63e74e2eeafeab9e7ccdff2a97ef137131","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.5.2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.13.1","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.6-canary.872e6f63e","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.872e6f63e","@firebase/component":"0.6.7-canary.872e6f63e","@firebase/auth-interop-types":"0.2.3-canary.872e6f63e","@firebase/app-check-interop-types":"0.3.2-canary.872e6f63e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.5-canary.872e6f63e","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.5-canary.872e6f63e_1717182091626_0.4828964474714108","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-05-31T19:01:31.946Z","publish_time":1717182091946,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.3df57edf0":{"name":"@firebase/database","version":"1.0.5-canary.3df57edf0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.3df57edf0","@firebase/util":"1.9.6-canary.3df57edf0","@firebase/component":"0.6.7-canary.3df57edf0","@firebase/app-check-interop-types":"0.3.2-canary.3df57edf0","@firebase/auth-interop-types":"0.2.3-canary.3df57edf0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.3df57edf0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.3df57edf0","readmeFilename":"README.md","gitHead":"3df57edf045ac51b2c522200880eadd88c4e5b1c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-k58HxXDItvyMxzCCrIKTe9byf09se6Wu8J3UULUyJVFxEq05ape+vuobofeTO0N10EZNXEhfqZVfRyV07w1cLg==","shasum":"7e1ed47cccab0be8e0e2d7ae9f093d400ae1beb9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.3df57edf0.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDdqVW35W4+Wuf9c5F1Ic+4nDMJepJsCC5eT5SPtSbtyAiBF1DFYl5rT/WXNoJH3cN5ELkO+/v6r9t5VKyMO4IiYgQ=="}],"size":2005265},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.3df57edf0_1717182145111_0.00557655620439812"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-05-31T19:02:25.332Z","publish_time":1717182145332,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.92a39b5ba":{"name":"@firebase/database","version":"1.0.5-canary.92a39b5ba","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.92a39b5ba","@firebase/util":"1.9.6-canary.92a39b5ba","@firebase/component":"0.6.7-canary.92a39b5ba","@firebase/app-check-interop-types":"0.3.2-canary.92a39b5ba","@firebase/auth-interop-types":"0.2.3-canary.92a39b5ba","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.92a39b5ba","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.92a39b5ba","readmeFilename":"README.md","gitHead":"92a39b5ba8c21deb7912d7b06dd1eccb616482f2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-TpJpYhjZRsOcEXjppyqKeY95lRc5R5J1G0JgWfxn+k060InytaC76DspastDAnKVaWy41VXWsJQjiolTQd/YDw==","shasum":"35039d82f76a585f601d7c88ee4996e084b8f4fd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.92a39b5ba.tgz","fileCount":233,"unpackedSize":10605746,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDSoYKdaWD7RD4v7TXoAkXZ8700w2hdXEwK/DsfL+K/MgIhALuQfGQhk04KRpHVsj8krlnillRy1GnRWhFJ1jMVwp81"}],"size":2005269},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.92a39b5ba_1717537525819_0.2807246836957893"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-04T21:45:26.023Z","publish_time":1717537526023,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.436331ac4":{"name":"@firebase/database","version":"1.0.5-canary.436331ac4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.436331ac4","@firebase/util":"1.9.6-canary.436331ac4","@firebase/component":"0.6.7-canary.436331ac4","@firebase/app-check-interop-types":"0.3.2-canary.436331ac4","@firebase/auth-interop-types":"0.2.3-canary.436331ac4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.436331ac4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.436331ac4","readmeFilename":"README.md","gitHead":"436331ac4ff66fbfbd0e93ece25b72b24ffff431","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-Z7MWj36WgXy6p57lh7AEduLj4ZY18oVw5TreqvsOxl9cNmow/nTK5YDTb3XlHArWQjt4CLXq2iZfQQxyPLb4ow==","shasum":"3b5f663413856121a5d66cba266376dd6ea5addf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.436331ac4.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjBTWgqV+9ynzP8j/TT2meRTTOvu/hpnOVr2leQfQDyAIgcuC/0cYK/GcKk8JkwJyfdKPMciq3e/64yqj3igNNSPs="}],"size":2005307},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.436331ac4_1717538250016_0.5186350214210307"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-04T21:57:30.286Z","publish_time":1717538250286,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.a90255a27":{"name":"@firebase/database","version":"1.0.5-canary.a90255a27","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.a90255a27","@firebase/util":"1.9.6-canary.a90255a27","@firebase/component":"0.6.7-canary.a90255a27","@firebase/app-check-interop-types":"0.3.2-canary.a90255a27","@firebase/auth-interop-types":"0.2.3-canary.a90255a27","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.a90255a27","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.a90255a27","readmeFilename":"README.md","gitHead":"a90255a276b577e8909b6af444eede3e51dcdcf1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.13.1","_npmVersion":"10.5.2","dist":{"integrity":"sha512-wG8FZKSTBhvW+VGiMEYQTuExSu4ktq4tr3TzzXXbo2ootCs7KSSzrK96GjtpZeNjtSredkVtM9nwrNPdBkQAPQ==","shasum":"865488e919750484d26752e280ce10414755c1a5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.a90255a27.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMYRtwf89H0E42DE3vt4n+CXhU/ujQf8jnhGL+BFkVkQIgH7qsY+MslVltOWsgijIOMVYtZ6dS6dbR6usL6KfuatU="}],"size":2005307},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.a90255a27_1717622149289_0.7496455496116836"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-05T21:15:49.486Z","publish_time":1717622149486,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.576c1b1f7":{"name":"@firebase/database","version":"1.0.5-canary.576c1b1f7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.576c1b1f7","@firebase/util":"1.9.6-canary.576c1b1f7","@firebase/component":"0.6.7-canary.576c1b1f7","@firebase/app-check-interop-types":"0.3.2-canary.576c1b1f7","@firebase/auth-interop-types":"0.2.3-canary.576c1b1f7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.576c1b1f7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.576c1b1f7","readmeFilename":"README.md","gitHead":"576c1b1f7a63b200c53f602bc1276bbc6dd96ba7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-Nl4pB0Nm2PqZLAIf3VQebNa28j/ajzH4wM+xTAB9r9+11cpbjgeox3kL1BYSflg9f89IoTXlrg5aJ/RdpJ4/OQ==","shasum":"b05720bde57f41ae19d9621f235164b9ded65f60","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.576c1b1f7.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG1s5L/xGydduwIVGU9NHJ5BhymgKnVjXpwDEwG3uVX2AiAz5GcOjp3vdYd2B5UdVSniuaK4an71n9NUFvjpBvY0Zw=="}],"size":2005307},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.576c1b1f7_1718752275855_0.8106380397388293"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-18T23:11:16.135Z","publish_time":1718752276135,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.ca4139101":{"name":"@firebase/database","version":"1.0.5-canary.ca4139101","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.ca4139101","@firebase/util":"1.9.6-canary.ca4139101","@firebase/component":"0.6.7-canary.ca4139101","@firebase/app-check-interop-types":"0.3.2-canary.ca4139101","@firebase/auth-interop-types":"0.2.3-canary.ca4139101","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.ca4139101","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.ca4139101","readmeFilename":"README.md","gitHead":"ca413910121b6b2abf40f5c3e7bc53a8b888854d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-fqdpo2HLtlzJiTV2bwG4GHFYSeqOMOPl4hsSsFhTPXbHSSlUIabH3WJjGVEBksSN+TFfhA3vA/9Pn5BKQkCPgg==","shasum":"1f84e6500068d00d57b4188a797e129246c1d635","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.ca4139101.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAcmFVjuhgUa5boBlXTznJdRRZMqltWj8xbiHOov3j4vAiALazlxSHKQ60mbXHvd16xK2GwN6zYLJ49LJ6CSRvHdSA=="}],"size":2005304},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.ca4139101_1718914218721_0.35524402246871056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-20T20:10:19.017Z","publish_time":1718914219017,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.8360014ac":{"name":"@firebase/database","version":"1.0.5-canary.8360014ac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.8360014ac","@firebase/util":"1.9.6-canary.8360014ac","@firebase/component":"0.6.7-canary.8360014ac","@firebase/app-check-interop-types":"0.3.2-canary.8360014ac","@firebase/auth-interop-types":"0.2.3-canary.8360014ac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.8360014ac","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.8360014ac","readmeFilename":"README.md","gitHead":"8360014acffc368976a32ef0d4754a44cc62ffbd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-UiA1Vmi4XAh4GDTVLmZrzUnORn9SNBPaPB6NcmihllA9Ylo4KHQU78HszSqQ335WewmZZFPu3JEsL3HWchacFw==","shasum":"42c4f4ba72ae3e28537b5b068cadffb162cb0efe","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.8360014ac.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIH1rFpk1dcbSQUjQ0QYWkfuk29uMsQq9zOsY+3fHD+BcAiEAoA5DL2Ssh5N1JxyDNorombgALfMi5QHAFxvjNq3kMiY="}],"size":2005305},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.8360014ac_1719004871228_0.7234645404480526"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-21T21:21:11.517Z","publish_time":1719004871517,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.b09a267ba":{"name":"@firebase/database","version":"1.0.5-canary.b09a267ba","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.b09a267ba","@firebase/util":"1.9.6-canary.b09a267ba","@firebase/component":"0.6.7-canary.b09a267ba","@firebase/app-check-interop-types":"0.3.2-canary.b09a267ba","@firebase/auth-interop-types":"0.2.3-canary.b09a267ba","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.b09a267ba","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.b09a267ba","readmeFilename":"README.md","gitHead":"b09a267ba8c59d15865173844e73a92588342f61","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-lz16qWB8x4NwmYwDYFJzrRtEp3PNLA3kP9W8TyjxusvavYwp3jXZcvRPQe+73J6IOttkEsTa8bqMqGVCxgmoHw==","shasum":"9f33a591020a70be25e5061c57a14c6d0d480417","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.b09a267ba.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAZI52G+o4wStQzqNtRgovAbU2HhyWX0Br1prrjBgeJ4AiBrRIisJDnt5yRb8aDyZcZ+nR4rbnccCgS/pX/EEuL4uA=="}],"size":2005304},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.b09a267ba_1719262450786_0.8956909792569094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-24T20:54:11.112Z","publish_time":1719262451112,"_source_registry_name":"default","contributors":[]},"1.0.5-eap-firestore-backfiller.87babf60c":{"name":"@firebase/database","version":"1.0.5-eap-firestore-backfiller.87babf60c","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.5-eap-firestore-backfiller.87babf60c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"b3a1930c59cb7f429c02631bffe10423c58bf970","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-eap-firestore-backfiller.87babf60c.tgz","fileCount":233,"integrity":"sha512-o5n1zbgzi4RXR1fYgFpYlsJEU9Z0yYrgTYwXThql65StTErL9uEb9fA3GoLQaaE9/m+nDcADu6dBrfYiBneiwA==","signatures":[{"sig":"MEYCIQC8hoH+dXK0tzvUsTObDvchLsCSJ+DrayADQY/j0cvTlgIhAJeSLnnP2KSC9imLzCKakNXX13EJggQXn5FPnt/MBW7q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10606022,"size":2005393},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"87babf60c76df1c18c7554834a61a27a83c2adec","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.7.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.14.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.6-eap-firestore-backfiller.87babf60c","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-eap-firestore-backfiller.87babf60c","@firebase/component":"0.6.7-eap-firestore-backfiller.87babf60c","@firebase/auth-interop-types":"0.2.3-eap-firestore-backfiller.87babf60c","@firebase/app-check-interop-types":"0.3.2-eap-firestore-backfiller.87babf60c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.5-eap-firestore-backfiller.87babf60c","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.5-eap-firestore-backfiller.87babf60c_1719325650352_0.5757574215106114","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-06-25T14:27:30.559Z","publish_time":1719325650559,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.e7260e23d":{"name":"@firebase/database","version":"1.0.5-canary.e7260e23d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.e7260e23d","@firebase/util":"1.9.6-canary.e7260e23d","@firebase/component":"0.6.7-canary.e7260e23d","@firebase/app-check-interop-types":"0.3.2-canary.e7260e23d","@firebase/auth-interop-types":"0.2.3-canary.e7260e23d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.e7260e23d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.e7260e23d","readmeFilename":"README.md","gitHead":"e7260e23d186787d44c145829af245534db4d054","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.14.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-4F97XdLPY6r31fs5WIq5rl50gAt/ArItUD+4LbgTrPtK0/uKJX2Bo5DoqJqT4AwfK33LTBos96k4tuZGmgKN+g==","shasum":"3cadff3dcde3e7b8b990079c269f4c9294a55549","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.e7260e23d.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFkTIumAM7cmmi+9L6p9g1hkEH7Oa7K28PpwBuZOcz6PAiAcPv3vx9cFwob7MQU8Epl2Qfnjh4FUWn0IvwZada9t6g=="}],"size":2005302},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.e7260e23d_1719326472084_0.5144220672676634"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-25T14:41:12.328Z","publish_time":1719326472328,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.226fe8aa5":{"name":"@firebase/database","version":"1.0.5-canary.226fe8aa5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.226fe8aa5","@firebase/util":"1.9.6-canary.226fe8aa5","@firebase/component":"0.6.7-canary.226fe8aa5","@firebase/app-check-interop-types":"0.3.2-canary.226fe8aa5","@firebase/auth-interop-types":"0.2.3-canary.226fe8aa5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.226fe8aa5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.226fe8aa5","readmeFilename":"README.md","gitHead":"226fe8aa5f178ec149cea0430d5d54fb4689bcdb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-Cbrgdvep0a6lh54GfpdOTQsrBa/1l+l/Uoe+v7zaSp7dwHpub+lyJ6XJEmpSEOX3u6KAwwoFR32vRrQXqPf4Pg==","shasum":"39e6b0da8e824e7deec119e040711d548e027f1a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.226fe8aa5.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCoCyZbTiRkiBN2M3n3WDSzuxo3Xmys59sg6872hk17DgIhALxzAtK9PHIj8LiUu3X5QQocU3RN6IlJSDfqJLD2j4nw"}],"size":2005301},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.226fe8aa5_1719517811082_0.9038527387763784"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-27T19:50:11.325Z","publish_time":1719517811325,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.ecadbe380":{"name":"@firebase/database","version":"1.0.5-canary.ecadbe380","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.5-canary.ecadbe380","homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"d876d1f176a823f9ba46d304b1fa3946acf18f10","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.ecadbe380.tgz","fileCount":233,"integrity":"sha512-uTPHUULFly77S59jR+BzOFY5EpPLPeTHqGksYDHh+6nWa9v0QklxChdePHw7TzHRkIPCRmiuUWLQScDqTIlqwg==","signatures":[{"sig":"MEUCIQDP9Oq7LB2fVUswsoBJC8CtU1o9k/pQiKdlmTRWs/RYxwIgFVUdBIYsxiKHCm03LC4pELaognGnljooyaGYcVN4fdw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605806,"size":2005295},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"ecadbe380ca1b7e2eeada45b82e53d47e05ec9b3","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.7.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.6-canary.ecadbe380","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.ecadbe380","@firebase/component":"0.6.7-canary.ecadbe380","@firebase/auth-interop-types":"0.2.3-canary.ecadbe380","@firebase/app-check-interop-types":"0.3.2-canary.ecadbe380"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.5-canary.ecadbe380","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.5-canary.ecadbe380_1719602865284_0.15032871333342346","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-06-28T19:27:45.553Z","publish_time":1719602865553,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.192561b15":{"name":"@firebase/database","version":"1.0.5-canary.192561b15","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.192561b15","@firebase/util":"1.9.6-canary.192561b15","@firebase/component":"0.6.7-canary.192561b15","@firebase/app-check-interop-types":"0.3.2-canary.192561b15","@firebase/auth-interop-types":"0.2.3-canary.192561b15","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.192561b15","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.192561b15","readmeFilename":"README.md","gitHead":"192561b1552a08840d8e341f30f3dbe275465558","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-mXXz5lJpfHvHIOVbcaEhsz0/Lym3Y1IpRbHcdwkert7E+UnnPbI/Ut703VDPad0vgdDAuPyt8jO/PYvU7EXhdQ==","shasum":"f6cef1ae86ae3c649ff7a1800e0945b9b69b7306","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.192561b15.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDfIrsWBOYGTYASJ46L9faJapocI/mvg0gZDtkUFheivQIhANANg0zgV4cBkagWME31b0W3Det7qb8Y6bZ9Eaag9ty7"}],"size":2005309},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.192561b15_1719604651238_0.5014109680499534"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-28T19:57:31.639Z","publish_time":1719604651639,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.ed1c99379":{"name":"@firebase/database","version":"1.0.5-canary.ed1c99379","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.ed1c99379","@firebase/util":"1.9.6-canary.ed1c99379","@firebase/component":"0.6.7-canary.ed1c99379","@firebase/app-check-interop-types":"0.3.2-canary.ed1c99379","@firebase/auth-interop-types":"0.2.3-canary.ed1c99379","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.ed1c99379","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.ed1c99379","readmeFilename":"README.md","gitHead":"ed1c993796cf7d7544b9f9ac8ffde71a13324aaf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-hEj/4efzgJ3LIs7xCZY5J5Bov4AvJnmuSXjEs7NFQkYVKzf270TB3t2QCu0jXiNdhufwHc/S6//PhBeA8+NlIA==","shasum":"8e8b59002fc4004dc458e1a212cbe35c1c20a187","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.ed1c99379.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIC40FDfkK9QXzg0H5uz+Mog6fap+MUJKHiiqSo75HMK4AiEAzj4kFkt9lw17Qmi5nQ9MvD3cVC+fSPkg7KZ87/N2bQY="}],"size":2005307},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.ed1c99379_1719604738391_0.8181324265008814"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-06-28T19:58:58.583Z","publish_time":1719604738583,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.5c75bec14":{"name":"@firebase/database","version":"1.0.5-canary.5c75bec14","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.5c75bec14","@firebase/util":"1.9.6-canary.5c75bec14","@firebase/component":"0.6.7-canary.5c75bec14","@firebase/app-check-interop-types":"0.3.2-canary.5c75bec14","@firebase/auth-interop-types":"0.2.3-canary.5c75bec14","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.5c75bec14","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.5c75bec14","readmeFilename":"README.md","gitHead":"5c75bec14c149b17af5867d35534235ae0525947","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-M+KYInoNvFlOY4lXqAGOR/8M4ho43ejVboIsij4dsp+hoWoemQN9ZrfeA4mGLTIkwhM2Aw4evbYiLOlYYXAUpQ==","shasum":"e7282bdcb2fab5fabfa34e4d703b9f6c8bb422aa","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.5c75bec14.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDDPnyLmQc3G6ysNVeGDssBgy6RfF6rgfWBLr/afisL5AiAKJehBv3ylblvD3Hbxh5LUT70CaHL5M7hAE7U0empM7w=="}],"size":2005303},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.5c75bec14_1719857873660_0.37861252395600564"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-01T18:17:53.847Z","publish_time":1719857873847,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.f01806221":{"name":"@firebase/database","version":"1.0.5-canary.f01806221","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.f01806221","@firebase/util":"1.9.6-canary.f01806221","@firebase/component":"0.6.7-canary.f01806221","@firebase/app-check-interop-types":"0.3.2-canary.f01806221","@firebase/auth-interop-types":"0.2.3-canary.f01806221","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.f01806221","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.f01806221","readmeFilename":"README.md","gitHead":"f01806221bcf1edb4356c5901ee65ba322851981","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-VKeQqkpkaheA3gQBLfW/jszOxIiwLDx3IoRLJLUTH1GWl2HQr2csKPo0f1JchEfnsytO5bdJnqrlTP/NPNvUqg==","shasum":"80aa9695b1b28b4c2f3ba5c82a3e04bb8c0aeec9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.f01806221.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCtQZdXLG+3D79Y2FcAbBE2TScpwxFXqg7M9V2lf+S60gIhAKpt1h5dPm+dU5Pja8P4KD4KjmDKMle8gBNnAp+EQUeP"}],"size":2005304},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.f01806221_1719873010173_0.10519399354230674"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-01T22:30:10.582Z","publish_time":1719873010582,"_source_registry_name":"default","contributors":[]},"1.0.6-20240702143745":{"name":"@firebase/database","version":"1.0.6-20240702143745","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2","@firebase/util":"1.9.7-20240702143745","@firebase/component":"0.6.8-20240702143745","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6-20240702143745","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-20240702143745","readmeFilename":"README.md","gitHead":"b73a0cc0502fc3ca92a33d2297e6a1b63a9e2e7b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-v1EX/UnBgNG0ydeDeoc5hB3xTXPqKe8v7J9pjwK91P6HxcYwN7b407ajbYh2htLPvY3/Sx/tUYg9kLyDFoY3Dg==","shasum":"f59ef50138187b20247401094f0accf44147bf79","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-20240702143745.tgz","fileCount":233,"unpackedSize":10605737,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIByDtL3wcxtoK9eeP4y/EnfUur6oXy4KSEfj5U4x8zsnAiEA29UyApLMFxRA0gy3krWTUyrTgjn6US6hAGe7kwf95ms="}],"size":2005313},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-20240702143745_1719931938320_0.43272645417371036"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-02T14:52:18.634Z","publish_time":1719931938634,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.c60aac1de":{"name":"@firebase/database","version":"1.0.5-canary.c60aac1de","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.5-canary.c60aac1de","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"2523e3d03f89a80d42deb9a619f331603151458b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.c60aac1de.tgz","fileCount":233,"integrity":"sha512-i23IaprXj5Nf05hZszw742MLb22TSuRhP8Oy/qvPtRZiPDm8LHY6xQ2nTAcs5NQHHgTVaR/RnCkZULOZcrftfA==","signatures":[{"sig":"MEYCIQCKoyo2/EX69mPuqcjsJuXLFb6Vk1+uiL8ISXyKHYSuqwIhAP+UdaJHiWKiGGCFtC9n7s/OiJ/dA88N+HNhXsUxz2yN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605806,"size":2005290},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"c60aac1de1d66adab73ebaa3e209ebce59ae8c4e","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.7.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.6-canary.c60aac1de","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.c60aac1de","@firebase/component":"0.6.7-canary.c60aac1de","@firebase/auth-interop-types":"0.2.3-canary.c60aac1de","@firebase/app-check-interop-types":"0.3.2-canary.c60aac1de"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.5-canary.c60aac1de","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.5-canary.c60aac1de_1719938528001_0.8818014127966658","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-02T16:42:08.316Z","publish_time":1719938528316,"_source_registry_name":"default","contributors":[]},"1.0.5-canary.766a53ea9":{"name":"@firebase/database","version":"1.0.5-canary.766a53ea9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.766a53ea9","@firebase/util":"1.9.6-canary.766a53ea9","@firebase/component":"0.6.7-canary.766a53ea9","@firebase/app-check-interop-types":"0.3.2-canary.766a53ea9","@firebase/auth-interop-types":"0.2.3-canary.766a53ea9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.5-canary.766a53ea9","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.5-canary.766a53ea9","readmeFilename":"README.md","gitHead":"766a53ea97f8af432f5cc5fd0214989cbbd0391e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-VESRh5innGliPjYB0pmMA3hq8gJ7uPvRwWcCzRjqAxSwXF6nhfPFJggOSNEiG/yTHwr52kq+vfFwwwt+uAew+Q==","shasum":"250181a296839e46d0aaff0f5a0892e35890085b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.5-canary.766a53ea9.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDZxJiHSrAOT89fZrXhGTJHkH3PaMepCOOMSDnXMdh75AiEA8rhYyItDZpnwXHxMqSm2ygXGEiWMOGs+31jow7vtKMY="}],"size":2005306},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.5-canary.766a53ea9_1719949588914_0.4689773982697174"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-02T19:46:29.225Z","publish_time":1719949589225,"_source_registry_name":"default","contributors":[]},"1.0.6-20240703135951":{"name":"@firebase/database","version":"1.0.6-20240703135951","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2","@firebase/util":"1.9.7-20240703135951","@firebase/component":"0.6.8-20240703135951","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6-20240703135951","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-20240703135951","readmeFilename":"README.md","gitHead":"6d2775bf69343472f9948d626d381e5c6617bcb5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-JarNAf/LIV6muJZSr1sgB5X8b62yl73/yszboW02XdqAI1RkDY/p5k8xRud2vz6X10d0/pof6f0Ox3VI9L8sQg==","shasum":"92a940a47dc6c8b9aa6a9c7b64250856c269b3f6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-20240703135951.tgz","fileCount":233,"unpackedSize":10605737,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGIOVih3ulW5RB2YXBCkzhJQpbqzY7sdmjP/yu7WwOL6AiAOWFthEJTQIZeZvFSt6Rg5kKkIpl4EDGjKps1AS+PnSw=="}],"size":2005313},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-20240703135951_1720016057623_0.7418481390376317"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-03T14:14:17.802Z","publish_time":1720016057802,"_source_registry_name":"default","contributors":[]},"1.0.6":{"name":"@firebase/database","version":"1.0.6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2","@firebase/util":"1.9.7","@firebase/component":"0.6.8","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6","gitHead":"52f8deb1dc07cd6acc323f36d8be158e927d17c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-nrexUEG/fpVlHtWKkyfhTC3834kZ1WS7voNyqbBsBCqHXQOvznN5Z0L3nxBqdXSJyltNAf4ndFlQqm5gZiEczQ==","shasum":"cf0592b140e207e35c14efe6776fc92266ac408a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6.tgz","fileCount":233,"unpackedSize":10605602,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFYmwuqj5XYy/ZiNY2Bra3D5RJ5U6s2drbYKwxX7asP5AiBxtL+7YekerLWB10aEpZdHrCcF6+9a0C40yfqEBBztDQ=="}],"size":2005218},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6_1720029865806_0.9300716729971039"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-03T18:04:26.107Z","publish_time":1720029866107,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.52f8deb1d":{"name":"@firebase/database","version":"1.0.6-canary.52f8deb1d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.52f8deb1d","@firebase/util":"1.9.7-canary.52f8deb1d","@firebase/component":"0.6.8-canary.52f8deb1d","@firebase/app-check-interop-types":"0.3.2-canary.52f8deb1d","@firebase/auth-interop-types":"0.2.3-canary.52f8deb1d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6-canary.52f8deb1d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.52f8deb1d","readmeFilename":"README.md","gitHead":"52f8deb1dc07cd6acc323f36d8be158e927d17c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-LgQ5ZADsPnN0aYiKye/5ihTUSGltdB76okU3Wylx3CNFtG1jg/tPqgoZeW5CuotGcr8oX+e0T7C0YGkMnkqEOA==","shasum":"69167d256c4599b5c93473b3d6b9660ee775c8e0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.52f8deb1d.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDB3fbVD7u6uJPGVKRtsKNK4yw7AN/1l5TZpLl2/o8M7AIgPr+UDPg36uLdPs0SPQRufWY/TlmBp14fhpOot6X4uzM="}],"size":2005299},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.52f8deb1d_1720031656804_0.0023918495650023797"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-03T18:34:17.045Z","publish_time":1720031657045,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.9cd3c1eca":{"name":"@firebase/database","version":"1.0.6-canary.9cd3c1eca","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.6-canary.9cd3c1eca","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"18528d20c11958ee457353046c0ee46ca33a5031","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.9cd3c1eca.tgz","fileCount":233,"integrity":"sha512-of1whYVrd7PZagAY2+0Me4kpgiMLf3vouVgq/XqW3WP5Se3neN32NeD8TnB+mTfQ3P+CTW7Djdf6ty3PVViJmg==","signatures":[{"sig":"MEYCIQDD5428+MwCk7M9pqvfoy08AyMzobh7GtxhcVK27P/E1AIhAO/JM54VE5478pFpGLLmXsoLkXa4IpA29LOTOozUkGQE","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605806,"size":2005299},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"9cd3c1ecade3a1ad6c85df9f958a95bcf48d1252","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.7.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.7-canary.9cd3c1eca","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.9cd3c1eca","@firebase/component":"0.6.8-canary.9cd3c1eca","@firebase/auth-interop-types":"0.2.3-canary.9cd3c1eca","@firebase/app-check-interop-types":"0.3.2-canary.9cd3c1eca"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.6-canary.9cd3c1eca","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.6-canary.9cd3c1eca_1720633717242_0.25667295917615385","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-10T17:48:37.420Z","publish_time":1720633717420,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.84fe88079":{"name":"@firebase/database","version":"1.0.6-canary.84fe88079","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.84fe88079","@firebase/util":"1.9.7-canary.84fe88079","@firebase/component":"0.6.8-canary.84fe88079","@firebase/app-check-interop-types":"0.3.2-canary.84fe88079","@firebase/auth-interop-types":"0.2.3-canary.84fe88079","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6-canary.84fe88079","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.84fe88079","readmeFilename":"README.md","gitHead":"84fe88079842d2840a10eccc865c78bca2653f35","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-0BwEZ8UowijL/9EcaUCqGQ+NH6jIYmfHNez5ArUvfh00jw19Sn0cg1BDY7xN784/TntZYH7Ug5XX7B58Gcgm+g==","shasum":"771a386c005b385b2b7768db470f63c77cdbfb44","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.84fe88079.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGRvDp3TKbQXWN0+MIeDcA5L11+a/HU45DHuLzFIMuc8AiEA2nkMC1Rn7tMllWN+3R5zLXtYkKucXMnsMevGPxPWH1A="}],"size":2005309},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.84fe88079_1720645288905_0.35909806468309324"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-10T21:01:29.227Z","publish_time":1720645289227,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.4b4db85ff":{"name":"@firebase/database","version":"1.0.6-canary.4b4db85ff","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.4b4db85ff","@firebase/util":"1.9.7-canary.4b4db85ff","@firebase/component":"0.6.8-canary.4b4db85ff","@firebase/app-check-interop-types":"0.3.2-canary.4b4db85ff","@firebase/auth-interop-types":"0.2.3-canary.4b4db85ff","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6-canary.4b4db85ff","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.4b4db85ff","readmeFilename":"README.md","gitHead":"4b4db85ff8f61df94309150198ef492dc702fd2f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-85+CpbfC0vc1smPrsGboFXEPUuIl+ASkdXI+6GphkcAWmrgDfPMSg/doGeoAyWppXEW1MXIiTZ82dRdAoyIuSQ==","shasum":"dfba695ca8bd4baa65eae09046b8a4f2067d2d2a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.4b4db85ff.tgz","fileCount":233,"unpackedSize":10605806,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC9eDPwKeNd0Ow4mHejhcsu6NLW0OIRuhLMKrfOpdQL+QIhAMBEpmwvQef/REmQPzPyr/HIk0on1pSI7NTQX7acZU5k"}],"size":2005304},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.4b4db85ff_1721065234669_0.9455521963401996"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-15T17:40:34.913Z","publish_time":1721065234913,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.f58d48cd4":{"name":"@firebase/database","version":"1.0.6-canary.f58d48cd4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.f58d48cd4","@firebase/util":"1.9.7-canary.f58d48cd4","@firebase/component":"0.6.8-canary.f58d48cd4","@firebase/app-check-interop-types":"0.3.2-canary.f58d48cd4","@firebase/auth-interop-types":"0.2.3-canary.f58d48cd4","faye-websocket":"0.11.4","safevalues":"0.6.0","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6-canary.f58d48cd4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.f58d48cd4","readmeFilename":"README.md","gitHead":"f58d48cd42c9f09eab4d8b2a606af360528917f8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-XjGgQybiMFHijFE6lTdSqW+80iuIES94yvLG3MOQ9lsT2MatTHCQhPoqdpLWagqpbEPyHI5dNz54Xzj1X9cgdQ==","shasum":"687bf2111360ad517640bbfea96aa35676102682","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.f58d48cd4.tgz","fileCount":233,"unpackedSize":10612493,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDINtvMNlx3i/wV9mw1yCk0twKoIdNfhdzV4HaSFy7ZHgIhAInnq0GMRIU1YGMuMsUleLXTDO4meTOMrqk4BDaiWbLN"}],"size":2007566},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.f58d48cd4_1721142778793_0.2323891032191252"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-16T15:12:59.058Z","publish_time":1721142779058,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.fd8bd4b02":{"name":"@firebase/database","version":"1.0.6-canary.fd8bd4b02","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.fd8bd4b02","@firebase/util":"1.9.7-canary.fd8bd4b02","@firebase/component":"0.6.8-canary.fd8bd4b02","@firebase/app-check-interop-types":"0.3.2-canary.fd8bd4b02","@firebase/auth-interop-types":"0.2.3-canary.fd8bd4b02","faye-websocket":"0.11.4","safevalues":"0.6.0","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6-canary.fd8bd4b02","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.fd8bd4b02","readmeFilename":"README.md","gitHead":"fd8bd4b024a0b4a38fab1feedce702e5a12ec524","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-3FrPSbxYTZc4jGGQASHu/cS0TQE4E7uMD8ntSsI+lOmPbSXapybQYi7JIu2GjfooRdzzqkKRKCh6NcLoR/VjcA==","shasum":"4e08edd206d5df0f913cca226c8a05f3da64e578","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.fd8bd4b02.tgz","fileCount":233,"unpackedSize":10612493,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC1T39U6gMbGrwy4I385MkqEN6PNUzoBri66v+P5Dg27gIgQ+2K8ieUbEnpEhv7dLuxZb+koRQ77biFporv0+8ErhY="}],"size":2007563},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.fd8bd4b02_1721161354777_0.6789345793458246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-16T20:22:34.977Z","publish_time":1721161354977,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.025f2a103":{"name":"@firebase/database","version":"1.0.6-canary.025f2a103","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.025f2a103","@firebase/util":"1.9.7-canary.025f2a103","@firebase/component":"0.6.8-canary.025f2a103","@firebase/app-check-interop-types":"0.3.2-canary.025f2a103","@firebase/auth-interop-types":"0.2.3-canary.025f2a103","faye-websocket":"0.11.4","safevalues":"0.6.0","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6-canary.025f2a103","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.025f2a103","readmeFilename":"README.md","gitHead":"025f2a1037582da7d1afeb7a4d143cb7a154ec9d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-A7jNDK8ZU/68qaRkzWWD26rfZtCSlHThZgpK0x/PmMW44Ak1/bbInfGTMEbSy9x/qvqeXNtgPCGEmWJCSxqjaQ==","shasum":"a8af467e652f0faed56de11f12b098d9435804c0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.025f2a103.tgz","fileCount":233,"unpackedSize":10612243,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVNa0EhoIwB4RjkiZb31UpXqzd1n4hDSTDzeJ7+jFfbQIgHy94oLhbtkHWhn06Mqjn1OscvFhlvvv+eSfbre84Qf8="}],"size":2007327},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.025f2a103_1721337020800_0.8204439233058085"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-18T21:10:21.116Z","publish_time":1721337021116,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.1b9d95e5a":{"name":"@firebase/database","version":"1.0.6-canary.1b9d95e5a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.1b9d95e5a","@firebase/util":"1.9.7-canary.1b9d95e5a","@firebase/component":"0.6.8-canary.1b9d95e5a","@firebase/app-check-interop-types":"0.3.2-canary.1b9d95e5a","@firebase/auth-interop-types":"0.2.3-canary.1b9d95e5a","faye-websocket":"0.11.4","safevalues":"0.6.0","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.6-canary.1b9d95e5a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.1b9d95e5a","readmeFilename":"README.md","gitHead":"1b9d95e5a2a2520442992b83bb7d61c6e0aa136d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-+NCb/w5WKGaCr9RX+qd8W6t7wRvmhfqlFveikdB9bpNys7ACTcFSZkhQ9/8k7B1Ind0oxsWmi2m9nFKiAIiMWw==","shasum":"018d791ad1050c676fae16a1d405f924e9192bd9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.1b9d95e5a.tgz","fileCount":233,"unpackedSize":10612243,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID9UbYTWnd/Zesj0CmlbWklK3Yk044iWlAJevEqzdkfUAiBNsN1m0dS7yYwH3o9tDRwP5qzeJNDK5uXYXvs9GcXudg=="}],"size":2007326},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.1b9d95e5a_1721347917181_0.31105061895359576"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-19T00:11:57.480Z","publish_time":1721347917480,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.14b772077":{"name":"@firebase/database","version":"1.0.6-canary.14b772077","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.14b772077","@firebase/util":"1.9.7-canary.14b772077","@firebase/component":"0.6.8-canary.14b772077","@firebase/app-check-interop-types":"0.3.2-canary.14b772077","@firebase/auth-interop-types":"0.2.3-canary.14b772077","faye-websocket":"0.11.4","safevalues":"0.6.0","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-canary.14b772077","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.14b772077","readmeFilename":"README.md","gitHead":"14b7720777edb875f6d2b9837dfde1260bf4c55e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-W4Nds2zcKx6/oEg506hxBhErfHO/+unNlrUV1QGuUlskxmRd+/lvzcCGNPhKBHFQAMFQ64v7dFyg1UvcdDXt4g==","shasum":"34b364db2637236d5dd9eebd112a69517d052036","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.14b772077.tgz","fileCount":233,"unpackedSize":10612243,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHf9Q4eVpRZztS7uEBpiKn4O6s4/PrgRr64pCNMzko9NAiBLn/xOctSSnS4VO80WnhgqQlTYiRXs7RUEm2UhN2eWcw=="}],"size":2007335},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.14b772077_1721351979456_0.9654074195584728"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-19T01:19:39.724Z","publish_time":1721351979724,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.46da0930c":{"name":"@firebase/database","version":"1.0.6-canary.46da0930c","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.6-canary.46da0930c","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"7beacb206026efcd29bdacc0772c9654335f92e6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.46da0930c.tgz","fileCount":233,"integrity":"sha512-qm3qIjgxmcnrtxa5TILPzkgokiMH80sIwDratKjUHWFmllQ1WnVBDBFN7cZHXrVpYAWz+oFishcdqPMERzk4Ag==","signatures":[{"sig":"MEQCIArrx9fExdua1k4S+muiGjFV8ZnE2zLNZhoZzgwzoYFEAiBZUuhbDtHstxHaeZXrB8CeoFi7ud0CLjXyQgIBtp9laA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10612243,"size":2007328},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"46da0930c95a93efa5c80dc414715cda2857abbd","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.7.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"tslib":"^2.1.0","safevalues":"0.6.0","@firebase/util":"1.9.7-canary.46da0930c","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.46da0930c","@firebase/component":"0.6.8-canary.46da0930c","@firebase/auth-interop-types":"0.2.3-canary.46da0930c","@firebase/app-check-interop-types":"0.3.2-canary.46da0930c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.7-canary.46da0930c","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.6-canary.46da0930c_1721833787345_0.4133454489525987","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-24T15:09:47.683Z","publish_time":1721833787683,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.b9244a517":{"name":"@firebase/database","version":"1.0.6-canary.b9244a517","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.b9244a517","@firebase/util":"1.9.7-canary.b9244a517","@firebase/component":"0.6.8-canary.b9244a517","@firebase/app-check-interop-types":"0.3.2-canary.b9244a517","@firebase/auth-interop-types":"0.2.3-canary.b9244a517","faye-websocket":"0.11.4","safevalues":"0.6.0","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-canary.b9244a517","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.b9244a517","readmeFilename":"README.md","gitHead":"b9244a5171a7e0f3abae37e56d274605dd95d64b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-ivX+4W7DKEYHY/R66Bo/yn7m/5ZYnz4N6IkyJ8GVxVMM6hyQKOUBildLREPU25fhyjInFMHFu0bXcvJUC6jT5g==","shasum":"7aeeb39eaa68bb699bc29eddd0e2e4f0ef7189b4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.b9244a517.tgz","fileCount":233,"unpackedSize":10612243,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCvswGPAn7WbJd8Sv3l0sXK+5OYtVZOc2bKL598M/8IhQIgEKS/3tR26Lj4gw4i5RhDXi/EFA+/fkhu1BavhjLV/WM="}],"size":2007332},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.b9244a517_1721839930416_0.381260860773319"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-24T16:52:10.652Z","publish_time":1721839930652,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.62661245f":{"name":"@firebase/database","version":"1.0.6-canary.62661245f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.62661245f","@firebase/util":"1.9.7-canary.62661245f","@firebase/component":"0.6.8-canary.62661245f","@firebase/app-check-interop-types":"0.3.2-canary.62661245f","@firebase/auth-interop-types":"0.2.3-canary.62661245f","faye-websocket":"0.11.4","safevalues":"0.6.0","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-canary.62661245f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.62661245f","readmeFilename":"README.md","gitHead":"62661245f6c2011dde435a117d2c9534d5f63114","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-PHu8fAAqhuzSQpxTZw934x6Qge27SxplC4TJx3gBapG4OohGYYEyk+7M0iwEYuKZlh4+DTgYvCf53R2P4OdtFQ==","shasum":"095251a3603bccb47e545bde651671c4fcbb7c93","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.62661245f.tgz","fileCount":233,"unpackedSize":10612243,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBczz5Wl7+qM7dHM379VrzYFerJbAVN9z0Yh9fxNa0nAAiEAx59EwMmupUl6avU+f1VohctcZ/tzq6FEONdBs56AN3I="}],"size":2007328},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.62661245f_1721930615747_0.1701165449204567"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-25T18:03:36.175Z","publish_time":1721930616175,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.e542f1dbd":{"name":"@firebase/database","version":"1.0.6-canary.e542f1dbd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.e542f1dbd","@firebase/util":"1.9.7-canary.e542f1dbd","@firebase/component":"0.6.8-canary.e542f1dbd","@firebase/app-check-interop-types":"0.3.2-canary.e542f1dbd","@firebase/auth-interop-types":"0.2.3-canary.e542f1dbd","faye-websocket":"0.11.4","safevalues":"0.6.0","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-canary.e542f1dbd","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.e542f1dbd","readmeFilename":"README.md","gitHead":"e542f1dbd2c825f718e6bd4b9e8ad312b11c102e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-3rvluvig8Sz2rEQXtqLwDPwA7wBx2q+BBn8XHL/8JXp6dhY61Gttg6wC4QTBnR47/6a0GQQxU8XxbduRfzcBgQ==","shasum":"77eebf276a0adb55d15c859974c1ea8c85c29167","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.e542f1dbd.tgz","fileCount":233,"unpackedSize":10612243,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH7tuqQIE76jqUEHQ1FlTJZnlzt5XhUZPPRjcFCHOTv7AiAoSmgDQR8MpxcEJIf+FpfnqOUkyYycNAn3Jq5DrgpbMg=="}],"size":2007322},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.e542f1dbd_1721937081670_0.24712577516760414"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-25T19:51:21.946Z","publish_time":1721937081946,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.a9f844066":{"name":"@firebase/database","version":"1.0.6-canary.a9f844066","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.6-canary.a9f844066","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"7ae69c95ac72d455e591d0e8c64c7f2ba167a930","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.a9f844066.tgz","fileCount":233,"integrity":"sha512-lxBhh6QTa6660bbyJzI6A9dVCpPbd9yg/slKPca7AUnvX18Fpmmufm7fzeOX9wKeN8D7YyuEPi5w5ahIhl3PhA==","signatures":[{"sig":"MEQCIH6M1hzizEkpSq7u9IBRAs7UBUkmCYcWIdQoSLff5Ou/AiAqyd5OtXPt/DSUKEvroUATalI8eX1fD93yBAvxLIdq3g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605556,"size":2005105},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"a9f844066045d8567ae143bae77d184ac227690d","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.7.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.7-canary.a9f844066","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.a9f844066","@firebase/component":"0.6.8-canary.a9f844066","@firebase/auth-interop-types":"0.2.3-canary.a9f844066","@firebase/app-check-interop-types":"0.3.2-canary.a9f844066"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.7-canary.a9f844066","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.6-canary.a9f844066_1722020146605_0.21551048595952293","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-26T18:55:46.963Z","publish_time":1722020146963,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.b284467c1":{"name":"@firebase/database","version":"1.0.6-canary.b284467c1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.b284467c1","@firebase/util":"1.9.7-canary.b284467c1","@firebase/component":"0.6.8-canary.b284467c1","@firebase/app-check-interop-types":"0.3.2-canary.b284467c1","@firebase/auth-interop-types":"0.2.3-canary.b284467c1","faye-websocket":"0.11.4","safevalues":"0.6.0","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-canary.b284467c1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.b284467c1","readmeFilename":"README.md","gitHead":"b284467c1fd263fb8d6408342e597a4d4ed709fa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-k/Bb9pHvDE2IpFSpHDOs+w4CHDkO9hMn3466eK7EI0R51quvnwZRKitgxSarMlNRn5BtQ/OBUckUh15Wkao2zQ==","shasum":"bdd0093e8a27edba6da3b1e49276d8e64cdc75bf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.b284467c1.tgz","fileCount":233,"unpackedSize":10612243,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB8fGRPKbUMTQim5SOMzVAmKMQNIIbVVQl84Y/CnWmf4AiEArPK0hxsAghv/nWhC7dxpy/KJbjYPpyKuPvDVffUTt68="}],"size":2007332},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.b284467c1_1722021275780_0.5850616126651595"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-26T19:14:36.164Z","publish_time":1722021276164,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.3f2c12a07":{"name":"@firebase/database","version":"1.0.6-canary.3f2c12a07","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.3f2c12a07","@firebase/util":"1.9.7-canary.3f2c12a07","@firebase/component":"0.6.8-canary.3f2c12a07","@firebase/app-check-interop-types":"0.3.2-canary.3f2c12a07","@firebase/auth-interop-types":"0.2.3-canary.3f2c12a07","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-canary.3f2c12a07","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.3f2c12a07","readmeFilename":"README.md","gitHead":"3f2c12a0738568da9e5c7b10fdfb61bce1ca2ade","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-e9AIgCfVCjCYhBpuv7FCBGCPbAUT0Eos7wMkDhOmbYROTx8KUjWAdOPxqEqzzUjxoIsrEDWa+0yRTZRnRP131Q==","shasum":"f434419251b44d161080f955c6271f5c1298088a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.3f2c12a07.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCv43hfhPrFtkZ4qHty5ox0D5YIdrXDURCr+NPbbmKf9wIhALF/Wze0tk4xFcZuYsItvUlHNqqf53uutQNnRpQLUfLa"}],"size":2005100},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.3f2c12a07_1722027193673_0.213196479805992"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-26T20:53:14.037Z","publish_time":1722027194037,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.6bb2e8931":{"name":"@firebase/database","version":"1.0.6-canary.6bb2e8931","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.6bb2e8931","@firebase/util":"1.9.7-canary.6bb2e8931","@firebase/component":"0.6.8-canary.6bb2e8931","@firebase/app-check-interop-types":"0.3.2-canary.6bb2e8931","@firebase/auth-interop-types":"0.2.3-canary.6bb2e8931","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-canary.6bb2e8931","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.6bb2e8931","readmeFilename":"README.md","gitHead":"6bb2e8931182e73e138c7891ba1027454cc91fd3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-U7VPOzzLV4zd0JRsuXAIyQiEHv+iU6UwaLxYlekouyp52r1NDsMcvOqK43KhHTOGivGo6rn+t59pi5NTXLRBbw==","shasum":"36781fa53faff669f34b09a0dc54e983bb5f02f2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.6bb2e8931.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBBNvNdECSYgt+H3+DYbhRbdsbrG+0MmcW77Ioitpa+WAiAb+ELYujmC+e9m3pyLJ5MOWWSX/bEcBlbGaKKvkSyscw=="}],"size":2005100},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.6bb2e8931_1722354575524_0.522294632815905"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T15:49:35.805Z","publish_time":1722354575805,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.aef54687d":{"name":"@firebase/database","version":"1.0.6-canary.aef54687d","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.6-canary.aef54687d","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f41de3fda0359cb9589843c270a2835dae6ac40d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.aef54687d.tgz","fileCount":233,"integrity":"sha512-wNUR+HKxbV/HR1I0n4yg9UqT8ncQ6/StxhLJTJYHzTGcYs+tF597Mic6YkfzXYFkMCKO2r6I0Nfs8X/ORDd/AQ==","signatures":[{"sig":"MEQCIGuFZgC6W0yVfBpcfN1tz7UpDjTZfjjopjx00GZW1eLdAiA1h6spg43eT/u4rL1ydFexsY3MUq3IuDc9JcEBfzWajw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605556,"size":2005100},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"aef54687d6ed353ada30f937f94189f8fe5f7b98","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.7.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.15.1","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.7-canary.aef54687d","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.aef54687d","@firebase/component":"0.6.8-canary.aef54687d","@firebase/auth-interop-types":"0.2.3-canary.aef54687d","@firebase/app-check-interop-types":"0.3.2-canary.aef54687d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.7-canary.aef54687d","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.6-canary.aef54687d_1722371909066_0.07714294512055164","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-07-30T20:38:29.333Z","publish_time":1722371909333,"_source_registry_name":"default","contributors":[]},"1.0.7-20240730204232":{"name":"@firebase/database","version":"1.0.7-20240730204232","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2","@firebase/util":"1.9.7","@firebase/component":"0.6.8","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-20240730204232","readmeFilename":"README.md","gitHead":"5ae04bcbbd4fc7826944cf5bc43c1341cf2bcb18","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-+1nBLnkUpH7TxLRurrcFuDM8yhxig+VkvR5DlwNlTm/l4ZUKRglpnSwYXMFn5GBK9D1z4xCoV0yd1akpLyz1vQ==","shasum":"4904c17df6358b575d2e07844d0e0cf4d1f19edd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-20240730204232.tgz","fileCount":233,"unpackedSize":10605442,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCD62h9ji3jaR2r2uDh0fzvGDhxjXDG3kriEA0agUZWAAIhAJif/5VeX4qfnqN+ulc9XQc3YwL8DMObStMIPNNFz0BM"}],"size":2005103},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-20240730204232_1722372971984_0.6700408552251478"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T20:56:12.284Z","publish_time":1722372972284,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.6c3acf575":{"name":"@firebase/database","version":"1.0.6-canary.6c3acf575","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.6c3acf575","@firebase/util":"1.9.7-canary.6c3acf575","@firebase/component":"0.6.8-canary.6c3acf575","@firebase/app-check-interop-types":"0.3.2-canary.6c3acf575","@firebase/auth-interop-types":"0.2.3-canary.6c3acf575","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-canary.6c3acf575","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.6c3acf575","readmeFilename":"README.md","gitHead":"6c3acf57574b8c6f064b19cf9a8ef59a0e1f5c0e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-fajaDAFWjOX5uuqLnY9sFmiCLNo0fEMyu1k3XnDOBTcKGgYl3lslxfIqYqhPeiWSO/4oCQ4FiWScfK7WD5UrHw==","shasum":"c88fd0b16f310c5b373f554e9a6bed539d07c0dd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.6c3acf575.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB4DD5qWmMXCUEz22QL5K7mkpyqhJ4yHiUICmsTp24/gAiEA1rWhL7UKuZal6L013GpT6kNZiZPbdHgrT7fMWE/zYb0="}],"size":2005101},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.6c3acf575_1722373730853_0.062099845526525144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T21:08:51.110Z","publish_time":1722373731110,"_source_registry_name":"default","contributors":[]},"1.0.6-canary.23581c6d9":{"name":"@firebase/database","version":"1.0.6-canary.23581c6d9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.23581c6d9","@firebase/util":"1.9.7-canary.23581c6d9","@firebase/component":"0.6.8-canary.23581c6d9","@firebase/app-check-interop-types":"0.3.2-canary.23581c6d9","@firebase/auth-interop-types":"0.2.3-canary.23581c6d9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-canary.23581c6d9","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-canary.23581c6d9","readmeFilename":"README.md","gitHead":"23581c6d98711f80bbb85e98f445b2c83e35b213","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-/4p6wAe9OgqSF0ChRUtBFWgZVg8wD+EsvjzQssmkPodoGy6zEjiyeGvn3x5qm2hUXTa24kQAA/jFDCrrbjYSJA==","shasum":"72c9463d8d89e6dfeb24efc80195237e120de069","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-canary.23581c6d9.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBxPO+KCHvCJ2sZV+71lgcoeqZ8EWDsMr38Sd2KqDl4RAiEAhn0PT3kKgd2ZW2tbM0OKer38azlO59SCT4Cz7BRfEPw="}],"size":2005105},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-canary.23581c6d9_1722373780342_0.24322182733973063"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-30T21:09:40.628Z","publish_time":1722373780628,"_source_registry_name":"default","contributors":[]},"1.0.6-dataconnect-preview.d986d4bf2":{"name":"@firebase/database","version":"1.0.6-dataconnect-preview.d986d4bf2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-dataconnect-preview.d986d4bf2","@firebase/util":"1.9.7-dataconnect-preview.d986d4bf2","@firebase/component":"0.6.8-dataconnect-preview.d986d4bf2","@firebase/app-check-interop-types":"0.3.2-dataconnect-preview.d986d4bf2","@firebase/auth-interop-types":"0.2.3-dataconnect-preview.d986d4bf2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.7-dataconnect-preview.d986d4bf2","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.6-dataconnect-preview.d986d4bf2","readmeFilename":"README.md","gitHead":"d986d4bf24b1d17bb2ab89bbcd11e281611c6eda","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-YxI/DWbTWK/SjYa5s5kHKXOZ1YZ3Km2iyOiNfXuFkLBpzKniJvJDsaTycORPQ2NipbcxrOP595bO9KLUwnWFAg==","shasum":"df5194f30b6a277ee5735ae1e0f9476b1ba2f819","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.6-dataconnect-preview.d986d4bf2.tgz","fileCount":233,"unpackedSize":10605712,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDjymh77xezUMQuF3wqX7EjdQzxisOrc+SvS7TyDR03jgIgcEH7w+opLhMAurxWYJaui4xemP7fSLpHl1Qjvixz2ok="}],"size":2005132},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.6-dataconnect-preview.d986d4bf2_1722468497415_0.6765042035808715"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-07-31T23:28:17.588Z","publish_time":1722468497588,"_source_registry_name":"default","contributors":[]},"1.0.7":{"name":"@firebase/database","version":"1.0.7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2","@firebase/util":"1.9.7","@firebase/component":"0.6.8","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7","gitHead":"8547b4485e872b229134f767520087319d13ac7a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-wjXr5AO8RPxVVg7rRCYffT7FMtBjHRfJ9KMwi19MbOf0vBf0H9YqW3WCgcnLpXI6ehiUcU3z3qgPnnU0nK6SnA==","shasum":"0794801ab1e63336eda69401131228bb85aa6776","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7.tgz","fileCount":233,"unpackedSize":10605352,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB0zgk8WTYRL5Gv/B7CuK+F8LOkJTuriCG60dy+41NnwAiAdwajuRys13dFuMa2LKNEXE/8A+5GbiTM9eropYhryYQ=="}],"size":2005002},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7_1722548932676_0.39491387519174737"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-01T21:48:52.940Z","publish_time":1722548932940,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.b4c5ef3c3":{"name":"@firebase/database","version":"1.0.7-canary.b4c5ef3c3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.b4c5ef3c3","@firebase/util":"1.9.7-canary.b4c5ef3c3","@firebase/component":"0.6.8-canary.b4c5ef3c3","@firebase/app-check-interop-types":"0.3.2-canary.b4c5ef3c3","@firebase/auth-interop-types":"0.2.3-canary.b4c5ef3c3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.8-canary.b4c5ef3c3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.b4c5ef3c3","readmeFilename":"README.md","gitHead":"b4c5ef3c385f0d75d72ed38fb68ebfa85b594ccc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.15.1","_npmVersion":"10.7.0","dist":{"integrity":"sha512-dDrbm/xoWtaamhqKja171lij2SnkGb+WSUd/WZFehpoiD0QdZx39Qpoqr9zMJSN0rHDNGVxR6muFRqva5nAaaA==","shasum":"06fe84fffeaefd01a3cf0b5b8d9a9d6175478ff5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.b4c5ef3c3.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCHN+vCE173pj2Bxo8TkOAOg0RRGA6LLJ3dK4TzPJqZxgIgIgfaVlj9KVcl6emrcUNXYOMhcXu1/rKKmoEVi17LuvI="}],"size":2005100},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.b4c5ef3c3_1722552304417_0.6952584897167857"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-01T22:45:04.719Z","publish_time":1722552304719,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.2ddbd4e49":{"name":"@firebase/database","version":"1.0.7-canary.2ddbd4e49","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.2ddbd4e49","@firebase/util":"1.9.7-canary.2ddbd4e49","@firebase/component":"0.6.8-canary.2ddbd4e49","@firebase/app-check-interop-types":"0.3.2-canary.2ddbd4e49","@firebase/auth-interop-types":"0.2.3-canary.2ddbd4e49","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.8-canary.2ddbd4e49","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.2ddbd4e49","readmeFilename":"README.md","gitHead":"2ddbd4e4900e148648a1bc4cb82932e096a7009e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-nzSMSSx9o1wN07j3u4TbXJhsAID0Bgo8Yr7V/s6cSFAWLX60oItOj7SqP62VDhWuOYin64LPFA/Q1jM26lrphQ==","shasum":"e7c224aa405987bf5c8eb9cd0503fd24ccab31c9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.2ddbd4e49.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGIuhbJRbuxpaUe0ooNGth5KM0fPRVXBSJ9Gn1gL4y2YAiEAug3N3zdDJPNPfuQtc8CJD+Zi1PzBWracc26Iv+RNdS0="}],"size":2005098},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.2ddbd4e49_1722976455696_0.7970412571993064"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-06T20:34:15.913Z","publish_time":1722976455913,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.08bb87b9f":{"name":"@firebase/database","version":"1.0.7-canary.08bb87b9f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.08bb87b9f","@firebase/util":"1.9.7-canary.08bb87b9f","@firebase/component":"0.6.8-canary.08bb87b9f","@firebase/app-check-interop-types":"0.3.2-canary.08bb87b9f","@firebase/auth-interop-types":"0.2.3-canary.08bb87b9f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.8-canary.08bb87b9f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.08bb87b9f","readmeFilename":"README.md","gitHead":"08bb87b9fd8a57cc8182b6ffa56028afa41d94a4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-Y7ZVEhsqYgI5s6wQkMpp5l4w1ezHNBko5YMt7UVPFV1sWRquGVAu8D9QJQK79jiAF++TgizSm+VypguzoqygPA==","shasum":"6af2ab796e79862fa8699169fe23d35744c6cc45","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.08bb87b9f.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC7F6eqYTPYOoHH2kwA4noe8eUkvjXjgZyZ5rfVK14/oQIhANphgRy4mrtPjMHpifqf0aB9h8y2cpM45lI2TwyEfjpW"}],"size":2005103},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.08bb87b9f_1722981640405_0.6354678710651425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-06T22:00:40.695Z","publish_time":1722981640695,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.16015723b":{"name":"@firebase/database","version":"1.0.7-canary.16015723b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.16015723b","@firebase/util":"1.9.7-canary.16015723b","@firebase/component":"0.6.8-canary.16015723b","@firebase/app-check-interop-types":"0.3.2-canary.16015723b","@firebase/auth-interop-types":"0.2.3-canary.16015723b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.8-canary.16015723b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.16015723b","readmeFilename":"README.md","gitHead":"16015723b1aee46eec4b79e044aeb9dd582370cc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-9wSNkDnC+GEsimDQEpUKwOVbB6n0FTX/CHNc7bka4OeTuiqeaYyzLJXLsUvFVO7DwSHk4Fn5y67Gzy84xqA47Q==","shasum":"651502e2e3a13842f52d184e263a943fd73292cd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.16015723b.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF79+g16RFN+aMptSL4HDG5mLSs3Ps8fHd2EyClBflarAiAn6Ktm6yaL3yfZdiW4T/Ypx8vXoRht/AAKKMuOLzf7XQ=="}],"size":2005106},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.16015723b_1723154489882_0.11005926521457332"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-08T22:01:30.119Z","publish_time":1723154490119,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.e6b852562":{"name":"@firebase/database","version":"1.0.7-canary.e6b852562","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.e6b852562","@firebase/util":"1.9.7-canary.e6b852562","@firebase/component":"0.6.8-canary.e6b852562","@firebase/app-check-interop-types":"0.3.2-canary.e6b852562","@firebase/auth-interop-types":"0.2.3-canary.e6b852562","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.8-canary.e6b852562","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.e6b852562","readmeFilename":"README.md","gitHead":"e6b852562bfe57dd02ae59ee2dce9966b5498b01","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-eqCNVJBsoQ+OOrS/jo8jVOFxHEOnSY7y+tIClha7qgk5Lb+Lk6Wyg/gSi4aGcDQe2Z3QC/OFHMJTo5Jy/Gg6eA==","shasum":"ea1368ec5d72f6c30e9eb481abbf4d6b4a4f1f99","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.e6b852562.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICDeFiZNLFlgBDfANc62g1PfA2PSc6USMl1/DyOrZLmDAiEAoKv2dw1xd1HGYGVzgXw++7xUmIPpzihOMlSFCbAMrD4="}],"size":2005103},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.e6b852562_1723470913057_0.32124552655049743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-12T13:55:13.378Z","publish_time":1723470913378,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.cfca9c66a":{"name":"@firebase/database","version":"1.0.7-canary.cfca9c66a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.cfca9c66a","@firebase/util":"1.9.7-canary.cfca9c66a","@firebase/component":"0.6.8-canary.cfca9c66a","@firebase/app-check-interop-types":"0.3.2-canary.cfca9c66a","@firebase/auth-interop-types":"0.2.3-canary.cfca9c66a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.8-canary.cfca9c66a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.cfca9c66a","readmeFilename":"README.md","gitHead":"cfca9c66a224a7ab0d9aecdb77b5fee7e50fb130","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-3JFrPtuKbg1dSKxT40U3y0o2OOrp2C3NzNrii8EHMq2NMro9s2bsGCuApj2sabE1BzXsn7KzTQ5TRnPuCGCrIg==","shasum":"62eb5ff4042350de21b2b7de1824b95821e3cb19","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.cfca9c66a.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHswU8VTSbMlhTDai3daVvcJVGkP4Uy3aE67rqEyvKOvAiBZKJ2MjDzC4nTwmmOOFGKrFb8iu6gmkHmXNLc+BnUgVQ=="}],"size":2005097},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.cfca9c66a_1723560043499_0.07836925918424376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-13T14:40:44.151Z","publish_time":1723560044151,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.6b0ca77b2":{"name":"@firebase/database","version":"1.0.7-canary.6b0ca77b2","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.7-canary.6b0ca77b2","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"7c442360a5c2d17d787eb9ef7e8b449852d5cd91","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.6b0ca77b2.tgz","fileCount":233,"integrity":"sha512-oW6STqqKDrWnnKE4BA7ybhA8d7FyerESACLhll5Nx9jyv4hZc9rOsulGFSjnoTtUPFGwLZlpG33BNJH/YGkKvA==","signatures":[{"sig":"MEUCIQCYNsqYERASE1k83vsacnVJvCFQaTvJArDZOlW8KxvOAAIgDYPpD/jS2n0/j5l22poFR9iwjLJUGK5D17W+XPqU22k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605556,"size":2005101},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"6b0ca77b28315349b39cca1ec8a63f929df07a4c","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.8.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.7-canary.6b0ca77b2","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.6b0ca77b2","@firebase/component":"0.6.8-canary.6b0ca77b2","@firebase/auth-interop-types":"0.2.3-canary.6b0ca77b2","@firebase/app-check-interop-types":"0.3.2-canary.6b0ca77b2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.8-canary.6b0ca77b2","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.7-canary.6b0ca77b2_1723660945355_0.4999985150630757","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-14T18:42:25.617Z","publish_time":1723660945617,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.6d6ce8100":{"name":"@firebase/database","version":"1.0.7-canary.6d6ce8100","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.6d6ce8100","@firebase/util":"1.9.7-canary.6d6ce8100","@firebase/component":"0.6.8-canary.6d6ce8100","@firebase/app-check-interop-types":"0.3.2-canary.6d6ce8100","@firebase/auth-interop-types":"0.2.3-canary.6d6ce8100","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.8-canary.6d6ce8100","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.6d6ce8100","readmeFilename":"README.md","gitHead":"6d6ce8100fd1443a40cd1ebd68ad980cab55fb10","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-J93vAUdstY6/qCoQqFceYyRBzb2npkcyk5aYU/k3d2zj52qtz4O4KuzSXKjUDKoRsmqeRlTH5XtaAIkhMKZEag==","shasum":"67c5d145fea82bde6eb16715e62e3a834df0a8d9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.6d6ce8100.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEcRh8/QPkZtwzymO7NlAe60H9KgLzW6ZqiOaOSWu6EwAiBlUppFbs/KLRW1HQWbZq9W8MCvaXPQIpP+qaQzrH9b8Q=="}],"size":2005098},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.6d6ce8100_1723660978472_0.3293639452076418"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-14T18:42:58.888Z","publish_time":1723660978888,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.f7c6dc4fe":{"name":"@firebase/database","version":"1.0.7-canary.f7c6dc4fe","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.f7c6dc4fe","@firebase/util":"1.9.7-canary.f7c6dc4fe","@firebase/component":"0.6.8-canary.f7c6dc4fe","@firebase/app-check-interop-types":"0.3.2-canary.f7c6dc4fe","@firebase/auth-interop-types":"0.2.3-canary.f7c6dc4fe","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.9-canary.f7c6dc4fe","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.f7c6dc4fe","readmeFilename":"README.md","gitHead":"f7c6dc4fe10ca3999b1499476ecf9b911c534d25","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-dl1MFvTWSeX1a9yZrNLH/UrbOOkosINBaxFMf4KJKCDcDCGFhFz6NlrT1RAR2/PzcOXxbcfNJr3cCYcsVhzUaw==","shasum":"84d4a7729d503795bd5fd338c5dce972188e284b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.f7c6dc4fe.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIAJh+zvWPHk/MFDTug/uR1FX040/gpbI3DP3+I04qLnbAiEA+5Z0YbXIPWayq9+EioXWKTFDwhGR5yAZpTL4tXiFMaw="}],"size":2005091},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.f7c6dc4fe_1723733904348_0.9534991600471021"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-15T14:58:24.688Z","publish_time":1723733904688,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.05c34c91e":{"name":"@firebase/database","version":"1.0.7-canary.05c34c91e","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.7-canary.05c34c91e","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"5cd3591a386ecc0c74d6a108f8770299bfb98773","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.05c34c91e.tgz","fileCount":233,"integrity":"sha512-wztF6lddqLXSYkVBjmGVcgrE1l1vt+SHTjbR6ayg9GorXL3KL9AjKcFEXvG9W0RcHsPggy27dkz5QsnjJTMS+w==","signatures":[{"sig":"MEYCIQCtjhUBgGL0jxExs/hTOV0HpuUjytSkoYMKVDpway5h8AIhAJjduC6B88F6fFsNrZkoUA8FqUROPP7XNil5BdJ3JrBs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605556,"size":2005097},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"05c34c91e61deb1c148ff1bc99333fc50e9e371f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.8.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.7-canary.05c34c91e","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.05c34c91e","@firebase/component":"0.6.8-canary.05c34c91e","@firebase/auth-interop-types":"0.2.3-canary.05c34c91e","@firebase/app-check-interop-types":"0.3.2-canary.05c34c91e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.9-canary.05c34c91e","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.7-canary.05c34c91e_1724103627428_0.9655135416844229","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-19T21:40:27.771Z","publish_time":1724103627771,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.2ee2a90ae":{"name":"@firebase/database","version":"1.0.7-canary.2ee2a90ae","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.2ee2a90ae","@firebase/util":"1.9.7-canary.2ee2a90ae","@firebase/component":"0.6.8-canary.2ee2a90ae","@firebase/app-check-interop-types":"0.3.2-canary.2ee2a90ae","@firebase/auth-interop-types":"0.2.3-canary.2ee2a90ae","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.9-canary.2ee2a90ae","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.2ee2a90ae","readmeFilename":"README.md","gitHead":"2ee2a90aebcf75a0df467c47a5f731b07ce69070","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-+DW11Iibn1Di0BwjN7H+l/mwxw8SvSHBvVrDMoOmetegfhgycqYSnezc1XfaKhtm+1cTa73zA1TsI2OTbGL0sA==","shasum":"7eefa89287a19356fbadc3f346da409a7b7f3488","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.2ee2a90ae.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEq9rAO+/n6kHU7bj9L+C1lBfNWWlhkLtxIC2lquLjhWAiEAxG9Xvv0mKBWPfM6rWUDq3/zPa6/S/edC5O6ms2O44og="}],"size":2005086},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.2ee2a90ae_1724106467542_0.5593635600594657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-19T22:27:47.806Z","publish_time":1724106467806,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.62348e116":{"name":"@firebase/database","version":"1.0.7-canary.62348e116","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.7-canary.62348e116","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"8b0bdefefa6dc9acce493583513c1a9d0dc94471","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.62348e116.tgz","fileCount":233,"integrity":"sha512-GfdBjRejkqTdu3wP1kuMsKRKb9rEdB78m2RbMZKMyVMZVarUiamVPaAzkQLEzKV+ffreV6HAUxGi4nlc1BzOMA==","signatures":[{"sig":"MEMCH2Gs/zSPSra2gWFI91N024lAo3ayDCu+UWysMuTUGiACIB2XFDdZHqR8bQq9jsVDPoGD2gy5akS5zx4zPeSzPmJe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605556,"size":2005107},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"62348e116c795d19c5ca58729c250805240ce345","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.8.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.7-canary.62348e116","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.62348e116","@firebase/component":"0.6.8-canary.62348e116","@firebase/auth-interop-types":"0.2.3-canary.62348e116","@firebase/app-check-interop-types":"0.3.2-canary.62348e116"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.9-canary.62348e116","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.7-canary.62348e116_1724162116271_0.7208704407183664","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-20T13:55:16.543Z","publish_time":1724162116543,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.1ff9661af":{"name":"@firebase/database","version":"1.0.7-canary.1ff9661af","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.7-canary.1ff9661af","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"c593932d47ad0122ce49c92b8f42d018e3226be0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.1ff9661af.tgz","fileCount":233,"integrity":"sha512-UftPtCq8xsFq+G9Z2W0MW00TiZBpxta3Uctz71zmH35CATc670wQiYOMoUh0+G6aZAz/p0TdlArMgY3fs8E6Ew==","signatures":[{"sig":"MEYCIQDMDm2mYmQJLOCI0HxukOzsura237c9HMChB0LLB2Nt+AIhAMbQcxhfC+Jj1I9DvPiRsW5V8JnixfpAZX2SjVmWKagj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605556,"size":2005101},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"1ff9661af927ee665c833c43c7a088eb61e796ec","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.8.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.7-canary.1ff9661af","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.1ff9661af","@firebase/component":"0.6.8-canary.1ff9661af","@firebase/auth-interop-types":"0.2.3-canary.1ff9661af","@firebase/app-check-interop-types":"0.3.2-canary.1ff9661af"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.9-canary.1ff9661af","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.7-canary.1ff9661af_1724165677083_0.6391100439677422","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-20T14:54:37.336Z","publish_time":1724165677336,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.12ba46ff4":{"name":"@firebase/database","version":"1.0.7-canary.12ba46ff4","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.7-canary.12ba46ff4","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"035289386a0d6844d6bacd4071c0650cbd6c60eb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.12ba46ff4.tgz","fileCount":233,"integrity":"sha512-hDeFV0sQpre7B2Knls8HfmlcV84Zry1iZT3Zi5xYD1Z+YO8zE3QHNl9S2fRn6vyxGoMPb89V2f23TdrB/N9JqQ==","signatures":[{"sig":"MEUCIQDNRhb7oD1DcWkRo3YVGVzb+g3PX75+1RBW2M7HqWQgyQIgSScIV1cy+8fhuKzA2XqpWTIiIl6UWQWIprS5gLCb66M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605556,"size":2005101},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"12ba46ff4cfa732d3466254ab2ae7dd678ecc055","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.8.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.7-canary.12ba46ff4","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.12ba46ff4","@firebase/component":"0.6.8-canary.12ba46ff4","@firebase/auth-interop-types":"0.2.3-canary.12ba46ff4","@firebase/app-check-interop-types":"0.3.2-canary.12ba46ff4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.9-canary.12ba46ff4","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.7-canary.12ba46ff4_1724177412284_0.45959408088671583","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-20T18:10:12.578Z","publish_time":1724177412578,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.8a96f4f11":{"name":"@firebase/database","version":"1.0.7-canary.8a96f4f11","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.8a96f4f11","@firebase/util":"1.9.7-canary.8a96f4f11","@firebase/component":"0.6.8-canary.8a96f4f11","@firebase/app-check-interop-types":"0.3.2-canary.8a96f4f11","@firebase/auth-interop-types":"0.2.3-canary.8a96f4f11","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.9-canary.8a96f4f11","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.8a96f4f11","readmeFilename":"README.md","gitHead":"8a96f4f11b6e5bdac55f2f8bfd96b06d61c9860b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-WzzbY6qFQlBa9PrabXXNTUhE8s8dcq5lwH5wr/hLLeLMA3lNT5QHD9zqTWs2txzBFWmp3ctNFV0sO4r2+vqw4A==","shasum":"ffe959048b44723913a5f7295a744b27a9f45f60","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.8a96f4f11.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC72FpoXrDuiBwtiZaxF9gmcr6ELG3OT05OcMQ7sQR5TgIgBOD8ce6H+72Ycd5t3gJP6Rx7pEj/i6KNW1ALVyS/HRA="}],"size":2005103},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.8a96f4f11_1724179192587_0.4443805476491969"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-20T18:39:52.935Z","publish_time":1724179192935,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.fa0ed08fb":{"name":"@firebase/database","version":"1.0.7-canary.fa0ed08fb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.fa0ed08fb","@firebase/util":"1.9.7-canary.fa0ed08fb","@firebase/component":"0.6.8-canary.fa0ed08fb","@firebase/app-check-interop-types":"0.3.2-canary.fa0ed08fb","@firebase/auth-interop-types":"0.2.3-canary.fa0ed08fb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.9-canary.fa0ed08fb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.fa0ed08fb","readmeFilename":"README.md","gitHead":"fa0ed08fbbfba427a4a33814ec508fdc97c9b0d4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-7Apr6vwI3q60qXPoT0i+RqaSxsQH+D124zxK4cUz1LkZuzMv54GMy7E1+c1tr8mpHT/bHyDxEWLVvQls2ZCJBg==","shasum":"7c99969d8af97217d9527ec174fe20903192df4a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.fa0ed08fb.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCK3H2uyZLw4erRsOhQEN/xaS4IQ6Y+LDTtStsYowhI3wIhALQhLBLaL3pMEDvwoXs5HVK/y59DiK3oQXSdQfhojYqM"}],"size":2005094},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.fa0ed08fb_1724260060026_0.6722954204932738"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-21T17:07:40.333Z","publish_time":1724260060333,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.4c2c78b1f":{"name":"@firebase/database","version":"1.0.7-canary.4c2c78b1f","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.7-canary.4c2c78b1f","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"17f5c93f88954cd2d40e9960b5c7b1323e230be3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.4c2c78b1f.tgz","fileCount":233,"integrity":"sha512-6w9dyR+Hl+MsF3Lge1gg8xTFvBd9qu2G5zQ+obPxFrluFgoA3o43dkHtlOTRBLn75Vvzwhr8FiYGlJFP9AWvMA==","signatures":[{"sig":"MEQCICvhyELPgwp5jmJpW/QORWiXK42J6yQOUAFuLt0piJIUAiAtCi7QAY3SXNoR/MfLb6WtiXhgwE6sBoOIC1UlmUYfhg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605556,"size":2005104},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"4c2c78b1f3e9f5813c9af94fb3bbcdb1ac5408a8","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start --single-run","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.8.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.16.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.9.7-canary.4c2c78b1f","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.4c2c78b1f","@firebase/component":"0.6.8-canary.4c2c78b1f","@firebase/auth-interop-types":"0.2.3-canary.4c2c78b1f","@firebase/app-check-interop-types":"0.3.2-canary.4c2c78b1f"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.9-canary.4c2c78b1f","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.7-canary.4c2c78b1f_1724337280518_0.19664585879928742","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-08-22T14:34:40.801Z","publish_time":1724337280801,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.c6a885181":{"name":"@firebase/database","version":"1.0.7-canary.c6a885181","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.c6a885181","@firebase/util":"1.9.7-canary.c6a885181","@firebase/component":"0.6.8-canary.c6a885181","@firebase/app-check-interop-types":"0.3.2-canary.c6a885181","@firebase/auth-interop-types":"0.2.3-canary.c6a885181","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.9-canary.c6a885181","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.c6a885181","readmeFilename":"README.md","gitHead":"c6a885181295da3e55a1dc81f32d82b53cf7ff1a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-gfOEqEjxOK9KJnLZMDZvY0eeoM+SeXuNCEsy0e+dRzDhfwYTswyQT/r+NwRaIyhDe59HEuSvdbmTHPeM1yInWw==","shasum":"a36bd1c5dd6d5af92d54a0796fce35018c0c965b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.c6a885181.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAnL//kLCFNbGSFcZItUUrwvGyyWbD1ZvTAdnQoLyxytAiB2OzxGdRFouaaiu7ZumloQ+C31xm+ft+KkZ7HagiFhSw=="}],"size":2005104},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.c6a885181_1724337379137_0.4380455705352899"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-22T14:36:19.394Z","publish_time":1724337379394,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.5594ebc9f":{"name":"@firebase/database","version":"1.0.7-canary.5594ebc9f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.5594ebc9f","@firebase/util":"1.9.7-canary.5594ebc9f","@firebase/component":"0.6.8-canary.5594ebc9f","@firebase/app-check-interop-types":"0.3.2-canary.5594ebc9f","@firebase/auth-interop-types":"0.2.3-canary.5594ebc9f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.9-canary.5594ebc9f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.5594ebc9f","readmeFilename":"README.md","gitHead":"5594ebc9f770db11854d18fd693d0d6592fad349","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-OrASfiTOFiWTzebuIER5Cl0/wSLRjLszZyttARaWdT5EZ/kZs/I8kmc8AFs60/RRDh7PkkwBwnc54gpFtewGBw==","shasum":"ad33f1ad74fad1bc9506865a34bed46ae0f5d4df","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.5594ebc9f.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIG+V7ZGeN9OC0lUs2niGOgVFozz3aXkRBK3tzpSy5dlfAiBffVNOn5D1lamZzJUOkj8IQsypy7+fNl3Bsetxr8fl/w=="}],"size":2005104},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.5594ebc9f_1724425111123_0.548135444605113"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-23T14:58:31.436Z","publish_time":1724425111436,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.4ff947408":{"name":"@firebase/database","version":"1.0.7-canary.4ff947408","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.4ff947408","@firebase/util":"1.9.7-canary.4ff947408","@firebase/component":"0.6.8-canary.4ff947408","@firebase/app-check-interop-types":"0.3.2-canary.4ff947408","@firebase/auth-interop-types":"0.2.3-canary.4ff947408","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.9-canary.4ff947408","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.4ff947408","readmeFilename":"README.md","gitHead":"4ff947408728ce4ae20229d7eb0cd71c3e65c885","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.16.0","_npmVersion":"10.8.1","dist":{"integrity":"sha512-wzKChKW96CV+rm310df3hiaO1S2hsmH6XCAkFZJYlXTdD8yU3uAKW0MsppbF6l4mn7FZlx3Oyzp5QOcLpVYQQQ==","shasum":"0079c16e70b04e5276f15ff44e511424c79eaa33","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.4ff947408.tgz","fileCount":233,"unpackedSize":10605556,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDySAmFO9BP4vTUiFviZoRjujBxzcFIPkVnndDkzROgQAIgEhXCgiaswsvwXYEb21vhM5oMqQzR+bMdHjH0PCBtAJw="}],"size":2005109},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.4ff947408_1724444571984_0.04178269214036301"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-23T20:22:52.339Z","publish_time":1724444572339,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.15c36cc7a":{"name":"@firebase/database","version":"1.0.7-canary.15c36cc7a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.15c36cc7a","@firebase/util":"1.9.7-canary.15c36cc7a","@firebase/component":"0.6.8-canary.15c36cc7a","@firebase/app-check-interop-types":"0.3.2-canary.15c36cc7a","@firebase/auth-interop-types":"0.2.3-canary.15c36cc7a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.10-canary.15c36cc7a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.15c36cc7a","readmeFilename":"README.md","gitHead":"15c36cc7a6d1024147062fcbb0f6df0de8e5bb12","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-eED1jsjxxNobl1L/wCBn2hPARAFqkLIMgVfWpH35ox9Q1CpDUxB7+Ha9L6Sp1mBlf3lXlRmeKDaDR2ZD9p+2XQ==","shasum":"6b4b0ed9e4bc9d25827eef3cf5195f2b8afa0174","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.15c36cc7a.tgz","fileCount":233,"unpackedSize":10605557,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGqSHqxzeaiZsfMjmh2B+JhyTGi02+iQmjUP2d0vKdmqAiBbfvlyfVUfdPFm3ULAXecEvJSVuN5RtKlIfce7zc4cOg=="}],"size":2005100},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.15c36cc7a_1724945754978_0.03300628156599705"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-08-29T15:35:55.334Z","publish_time":1724945755334,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.3670ab83c":{"name":"@firebase/database","version":"1.0.7-canary.3670ab83c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start --single-run","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.3670ab83c","@firebase/util":"1.9.7-canary.3670ab83c","@firebase/component":"0.6.8-canary.3670ab83c","@firebase/app-check-interop-types":"0.3.2-canary.3670ab83c","@firebase/auth-interop-types":"0.2.3-canary.3670ab83c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.10-canary.3670ab83c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.3670ab83c","readmeFilename":"README.md","gitHead":"3670ab83c563dc96f2ad0120c551f46fe7d1bb7b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-zDOFuGxpcoH4qfXicSAh1g8OfATNpUdgSERhq0vIFA+UQOV/F+kRgd7hjuPmuT7z8OnEN0STber4ZCP05DNCVQ==","shasum":"c952b88ea8dbee048ce3469dbd791fd29a45703f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.3670ab83c.tgz","fileCount":233,"unpackedSize":10605557,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZxwqkR2D8FdEWvtQePKDBV4Eng6/dGXJlVqIrjTPPsgIhANhq+cFiD7UBU8I8E7G19vcpyCyezPCih7v2k6PgbIIp"}],"size":2005102},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.3670ab83c_1725637206640_0.054837579103174106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-06T15:40:06.947Z","publish_time":1725637206947,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.ca4dbcf3f":{"name":"@firebase/database","version":"1.0.7-canary.ca4dbcf3f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.ca4dbcf3f","@firebase/util":"1.9.7-canary.ca4dbcf3f","@firebase/component":"0.6.8-canary.ca4dbcf3f","@firebase/app-check-interop-types":"0.3.2-canary.ca4dbcf3f","@firebase/auth-interop-types":"0.2.3-canary.ca4dbcf3f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.10-canary.ca4dbcf3f","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.ca4dbcf3f","readmeFilename":"README.md","gitHead":"ca4dbcf3f38ca4b50ee710826027b6d51c10de14","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-QZvFpvfw0vglePk7hFx+V7VB+hUlPQbni9SOb6RuxKg1PaVZgtEsvRsiIdCAirW2qi+VaR46knQgQkLWSMkFGA==","shasum":"a44caf3485efd111427c476177f3d4bc52353897","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.ca4dbcf3f.tgz","fileCount":233,"unpackedSize":10605544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF+TkCbz/R5oGYIVcc7JzmL+P924IWLXKyMsErEwV37iAiA3Rbk8LztgLdJpUrOk1C+I4TfCGD8S3PhAohl9U1z4QA=="}],"size":2005090},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.ca4dbcf3f_1725978186900_0.9811914457166377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-10T14:23:07.128Z","publish_time":1725978187128,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.16d62d4fa":{"name":"@firebase/database","version":"1.0.7-canary.16d62d4fa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.16d62d4fa","@firebase/util":"1.9.7-canary.16d62d4fa","@firebase/component":"0.6.8-canary.16d62d4fa","@firebase/app-check-interop-types":"0.3.2-canary.16d62d4fa","@firebase/auth-interop-types":"0.2.3-canary.16d62d4fa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.10-canary.16d62d4fa","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.16d62d4fa","readmeFilename":"README.md","gitHead":"16d62d4fa16faddb8cb676c0af3f29b8a5824741","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-MMslntTux4s+lGrE3q/HrlRQi+NZyHQQinm6vzmRv+daIS0hO8Af+VSQCB7TTH3WsUlQLelPGLWI3OjHSoGVAw==","shasum":"1c33d9ce213d3a3686f48a95644bc88a9f6e0c79","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.16d62d4fa.tgz","fileCount":233,"unpackedSize":10605544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC4qCNFdaXMwyfy2Cn3ehRY6ipcWa5a3FBzV2np/ANkJgIhAIHLmxXBqSgmYn0iawdMDe/nFWW9A5QoX6MMAZs4ooL3"}],"size":2005094},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.16d62d4fa_1726016303621_0.5858978355171889"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-11T00:58:23.934Z","publish_time":1726016303934,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.629919ea7":{"name":"@firebase/database","version":"1.0.7-canary.629919ea7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.629919ea7","@firebase/util":"1.9.7-canary.629919ea7","@firebase/component":"0.6.8-canary.629919ea7","@firebase/app-check-interop-types":"0.3.2-canary.629919ea7","@firebase/auth-interop-types":"0.2.3-canary.629919ea7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.10-canary.629919ea7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.629919ea7","readmeFilename":"README.md","gitHead":"629919ea760e35b7d880a099edf7f42b5bcbae4b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-73cvSKCJvyK1+twKcas5uQwNlVDeESes/umikrVH9sLcPvd2/lnrw1NmEj2g6hxBJFeduVNmxlzRMRhhVq1rPg==","shasum":"4d9971cc9323f3ba1a86e849d8272cf4efb0af1e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.629919ea7.tgz","fileCount":233,"unpackedSize":10605544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCp2vAqI1ZD5+ds0KxW8MPVqsUVNTS6rLXODHmefrZvNQIhANc94pS1yIHBTagJOhY26HQRsUW6HTC3fWQ4RNTZaevQ"}],"size":2005099},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.629919ea7_1726164728706_0.8741947282048086"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-12T18:12:09.062Z","publish_time":1726164729062,"_source_registry_name":"default","contributors":[]},"1.0.8-20240916151535":{"name":"@firebase/database","version":"1.0.8-20240916151535","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2","@firebase/util":"1.10.0-20240916151535","@firebase/component":"0.6.9-20240916151535","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.11-20240916151535","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-20240916151535","readmeFilename":"README.md","gitHead":"0884f0dc72ac5d52be25740a73c76d9ee5a2fc6e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-/jAIfNNN1LopWkaO3eEEzcpNLZ0nFqZOivrEFTkMS5bGfIaZGLuVAzx+PU72CheqETNgmHCa9281HgTLJHjNsw==","shasum":"50896bb9d178eebe6b4a8c30c4d6061d5ca07144","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-20240916151535.tgz","fileCount":233,"unpackedSize":10605476,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXy1knlCPid9P7kpUnpJWq5lEIGV9R9PsHd8gkWL95/wIhALyO3VX8uZ0h20ThQhJW1ZlV2ZFnXHQACX26TmPsTPPY"}],"size":2005105},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-20240916151535_1726500568697_0.7636571517779605"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-16T15:29:28.992Z","publish_time":1726500568992,"_source_registry_name":"default","contributors":[]},"1.0.7-canary.ff0475c41":{"name":"@firebase/database","version":"1.0.7-canary.ff0475c41","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.ff0475c41","@firebase/util":"1.9.7-canary.ff0475c41","@firebase/component":"0.6.8-canary.ff0475c41","@firebase/app-check-interop-types":"0.3.2-canary.ff0475c41","@firebase/auth-interop-types":"0.2.3-canary.ff0475c41","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.10-canary.ff0475c41","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.7-canary.ff0475c41","readmeFilename":"README.md","gitHead":"ff0475c41bfdac19872934f68b7f4e2651fd9a63","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-PRdO9doJoEklzSWJWJk+o6y6lQBgyy/DN+3AS/8BoQSZubpAvRsfytH3koiAfBX0EsB3fIyRkuTQuPS5sdAdFg==","shasum":"fe2e0054b4ffa6cb7555266e932b3b4556c28d19","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.7-canary.ff0475c41.tgz","fileCount":233,"unpackedSize":10605544,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHqrz8CHcykN33ivmkiiw0/DjA3FTQmUBymFgRbZnJqWAiBPOwIM7d/fIq1H5cVha+z3L98xBgb69TrsuBYyjFnEDQ=="}],"size":2005096},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.7-canary.ff0475c41_1726676314020_0.6963022448118918"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-18T16:18:34.235Z","publish_time":1726676314235,"_source_registry_name":"default","contributors":[]},"1.0.8":{"name":"@firebase/database","version":"1.0.8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2","@firebase/util":"1.10.0","@firebase/component":"0.6.9","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.11","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8","gitHead":"52e9e4e259b8b15c92e2b2d03ad5b0b0d77df7c1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-dzXALZeBI1U5TXt6619cv0+tgEhJiwlUtQ55WNZY7vGAjv7Q1QioV969iYwt1AQQ0ovHnEW0YW9TiBfefLvErg==","shasum":"01bb0d0cb5653ae6a6641523f6f085b4c1be9c2f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8.tgz","fileCount":233,"unpackedSize":10605341,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDRsEmwMkcDc05VRpUlrrAx1grd091SZFb+ymvPz3dSwAIgPyq64ZEAwmMr/P1MYm0bo6+tXPXEksudaozcJIL//V8="}],"size":2004992},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8_1726686309157_0.9639406556203451"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-18T19:05:09.364Z","publish_time":1726686309364,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.2561b6306":{"name":"@firebase/database","version":"1.0.8-canary.2561b6306","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.2561b6306","@firebase/util":"1.10.0-canary.2561b6306","@firebase/component":"0.6.9-canary.2561b6306","@firebase/app-check-interop-types":"0.3.2-canary.2561b6306","@firebase/auth-interop-types":"0.2.3-canary.2561b6306","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.11-canary.2561b6306","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.2561b6306","readmeFilename":"README.md","gitHead":"2561b6306aa4a8f6fc6b75fe0a6d4bfeeef61d2a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-RV1PAgDS+YtWCGbMNfPkCOKwLukjQqzEpC7KwhacEcDoII501wfO8oltX4/OTbZBQrwkY3r7Nt0gMr73q7p2hw==","shasum":"ad4287e10e48fd2c1d0c5e9b218c3fc7089a135f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.2561b6306.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG1uz4Fg49SAPAtnv6jqtxXDmtaV742V4EL83pem2yeAAiEAgJf/vdmO/tX+NFAksBU1AvEI9Mb0buI5pdq9dVoKEWc="}],"size":2005098},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.2561b6306_1726690041728_0.029649660761716046"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-18T20:07:22.014Z","publish_time":1726690042014,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.47b091324":{"name":"@firebase/database","version":"1.0.8-canary.47b091324","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.47b091324","@firebase/util":"1.10.0-canary.47b091324","@firebase/component":"0.6.9-canary.47b091324","@firebase/app-check-interop-types":"0.3.2-canary.47b091324","@firebase/auth-interop-types":"0.2.3-canary.47b091324","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.11-canary.47b091324","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.47b091324","readmeFilename":"README.md","gitHead":"47b09132463d6a038b441d4623c24ca61e56505d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-qX7XeR47qPhbNe/pmxuOULK1Ulzhm2IpjWnTnE326NJ1JQT9mH+2a+Wt5Dc6fB3JQaGyo3mIg0BVc3I8FEzt/w==","shasum":"f55b78dd5144faa9e9d8cbc1a8a4d23db1515868","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.47b091324.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF8FvQ2GALjpKxFbOCvKE/+7s9c3v5S2H/DCErF2O19FAiAIyFITUEZI5IHKt058jHLf64qMJ71zCm6n7qbMTk9x3A=="}],"size":2005099},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.47b091324_1726861642965_0.006646511449354353"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-20T19:47:23.238Z","publish_time":1726861643238,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.beaa4dffb":{"name":"@firebase/database","version":"1.0.8-canary.beaa4dffb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.beaa4dffb","@firebase/util":"1.10.0-canary.beaa4dffb","@firebase/component":"0.6.9-canary.beaa4dffb","@firebase/app-check-interop-types":"0.3.2-canary.beaa4dffb","@firebase/auth-interop-types":"0.2.3-canary.beaa4dffb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.11-canary.beaa4dffb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.beaa4dffb","readmeFilename":"README.md","gitHead":"beaa4dffb7f48cb12ccc6c1d1b7cdc9c3605fc04","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-/+LjABuiBhjVCCjfFzllFOkoE2eyQ7Mx3qU4AP5jbrS/ZBHi/QNFjqy5IoV+xEVmW4hx71BM3YfyAaMNGbQl1A==","shasum":"c9aa5f3857255cf3cdb6929bc19fb37991f45c2a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.beaa4dffb.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCA3IPsu0LZGmi8dH4FCEh/m4fVkhAdNJ4MdqMq6MiTkQIgJfEP/9qfwnL5pjt4DZeuLt3H5HqFetylgMwOWm53rZ4="}],"size":2005082},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.beaa4dffb_1727167893248_0.09914601181796989"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-24T08:51:33.555Z","publish_time":1727167893555,"_source_registry_name":"default","contributors":[]},"1.0.8-vertexai-preview.36cb0178c":{"name":"@firebase/database","version":"1.0.8-vertexai-preview.36cb0178c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-vertexai-preview.36cb0178c","@firebase/util":"1.10.0-vertexai-preview.36cb0178c","@firebase/component":"0.6.9-vertexai-preview.36cb0178c","@firebase/app-check-interop-types":"0.3.2-vertexai-preview.36cb0178c","@firebase/auth-interop-types":"0.2.3-vertexai-preview.36cb0178c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.11-vertexai-preview.36cb0178c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.8-vertexai-preview.36cb0178c","readmeFilename":"README.md","gitHead":"36cb0178cded40b80024d5bdad6432c7a30a6a89","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-MN0NIDWARnjXJJ7uDUIeRaHg8YPrt4u+yDyeZoXTe9tGcM7+RwejLT9asWrV8hkl2cR3nWTd3OKuGunVGelrLw==","shasum":"99ff422c6c8b3e041c7cc937c3bdc80d32525250","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-vertexai-preview.36cb0178c.tgz","fileCount":231,"unpackedSize":8818685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDHRLLeTNAH8NKkUGLid3+imh7YAKw6ztV4RC+BTr0mwgIhALqyZLwVqwsk6ZEtyZ0jSIaSsy1MvjIA8uGG4CSkM2cW"}],"size":1665995},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-vertexai-preview.36cb0178c_1727289537907_0.06717705047776845"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-25T18:38:58.173Z","publish_time":1727289538173,"_source_registry_name":"default","contributors":[]},"1.0.8-vertexai-preview.6b035b7d3":{"name":"@firebase/database","version":"1.0.8-vertexai-preview.6b035b7d3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-vertexai-preview.6b035b7d3","@firebase/util":"1.10.0-vertexai-preview.6b035b7d3","@firebase/component":"0.6.9-vertexai-preview.6b035b7d3","@firebase/app-check-interop-types":"0.3.2-vertexai-preview.6b035b7d3","@firebase/auth-interop-types":"0.2.3-vertexai-preview.6b035b7d3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.11-vertexai-preview.6b035b7d3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.8-vertexai-preview.6b035b7d3","readmeFilename":"README.md","gitHead":"6b035b7d362848a85772596b8274f75e3a831dc1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Vr1kZ0fFgDELywFgAuKid/EmlHGGuubJIv0q9TAV2AhW1oVrwA1EM5FA9DZHRhV0GgemVkSBrvbT+D0CT8qivw==","shasum":"860a3025d93707ae839669e01b3ad2a397504105","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-vertexai-preview.6b035b7d3.tgz","fileCount":231,"unpackedSize":8818685,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCNDxgMsllUI2lJlmOcuxQrnPQ6Q+YAcOuYL0mC/LgcbAIhAOMBDYG5Lsy09E7k0WgHKaaTEgThgn+6GqnZnx+TqQeD"}],"size":1665997},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-vertexai-preview.6b035b7d3_1727471933680_0.8797190763761902"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-27T21:18:54.210Z","publish_time":1727471934210,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.d59563ac7":{"name":"@firebase/database","version":"1.0.8-canary.d59563ac7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.d59563ac7","@firebase/util":"1.10.0-canary.d59563ac7","@firebase/component":"0.6.9-canary.d59563ac7","@firebase/app-check-interop-types":"0.3.2-canary.d59563ac7","@firebase/auth-interop-types":"0.2.3-canary.d59563ac7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.12-canary.d59563ac7","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.d59563ac7","readmeFilename":"README.md","gitHead":"d59563ac7e06ea78a592a3787694b454eb0b527f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-jRE4ozACq3F/bj9FnUYvfK13BaKqNPL6IhcMczHXmxe2eLGbK7+Ufhxa2Z0nnuJhPv/eceqGeN2AGlc4ggqSgA==","shasum":"757c3e8eb3ee4e1d73baa879fde2a739112a92c3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.d59563ac7.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDEbFNYo8tuiPnrq0VjNc/HscJwRa5bVSZllHTiwIP9pwIgHftIsn4nbkHUssaKMHp+GBb5cOGt9I5UrhVpkRv9Pk4="}],"size":2005096},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.d59563ac7_1727737353248_0.9262567757213225"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-30T23:02:33.507Z","publish_time":1727737353507,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.d6fa58854":{"name":"@firebase/database","version":"1.0.8-canary.d6fa58854","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.d6fa58854","@firebase/util":"1.10.0-canary.d6fa58854","@firebase/component":"0.6.9-canary.d6fa58854","@firebase/app-check-interop-types":"0.3.2-canary.d6fa58854","@firebase/auth-interop-types":"0.2.3-canary.d6fa58854","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.12-canary.d6fa58854","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.d6fa58854","readmeFilename":"README.md","gitHead":"d6fa58854e3cc976eab150154e2786043bc5e563","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-erAEjKcO4+23LWoLLOGHRr87UV8+BhoDwgpf5+xmyS8U3MHET7U1y8oALt5PsS4Tntofh2Ikw/nPj/n2sj6Xkw==","shasum":"e0a6b95e603cf1ec56af1b1203b5f39b1d7f35f0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.d6fa58854.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC/z1lBDfjYS+vw20mNWOMDr3EOnjqfe2MjTrmpjwGJvwIgPnwNA9qWQV4ZhosFTplUrfluL1Z+TMhsfgCRh5yoxf0="}],"size":2005092},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.d6fa58854_1727738600167_0.9378487583035311"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-09-30T23:23:20.446Z","publish_time":1727738600446,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.1ca18c459":{"name":"@firebase/database","version":"1.0.8-canary.1ca18c459","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.8-canary.1ca18c459","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"c396f6f02d9f04603b4187f61b48e417a45adc77","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.1ca18c459.tgz","fileCount":233,"integrity":"sha512-H6OhNb6pQNAIiBrIHbLbb1ILEhIx2/SD3+ZBY/xxNnPj3AzzWyxyhlypoTN6RJIb7Qq185IOpquKAYjlvcbJIQ==","signatures":[{"sig":"MEYCIQCSvb1hB0wALWwnupeiQ/fSxQLipJkBjSwDuQ3XGHrpdAIhAK/moUf7RmHpc50aSFM4KXqXHwysWqaYqKSmFo+HIJk/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":10605545,"size":2005095},"esm5":"dist/index.esm5.js","main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","exports":{".":{"esm5":"./dist/index.esm5.js","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"1ca18c459a191e81d7f1f5f9ed18d6ce015aed16","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.8.2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.0-canary.1ca18c459","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.1ca18c459","@firebase/component":"0.6.9-canary.1ca18c459","@firebase/auth-interop-types":"0.2.3-canary.1ca18c459","@firebase/app-check-interop-types":"0.3.2-canary.1ca18c459"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.12-canary.1ca18c459","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.8-canary.1ca18c459_1727886667668_0.753300730213168","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-10-02T16:31:08.027Z","publish_time":1727886668027,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.5f3ef9d26":{"name":"@firebase/database","version":"1.0.8-canary.5f3ef9d26","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.5f3ef9d26","@firebase/util":"1.10.0-canary.5f3ef9d26","@firebase/component":"0.6.9-canary.5f3ef9d26","@firebase/app-check-interop-types":"0.3.2-canary.5f3ef9d26","@firebase/auth-interop-types":"0.2.3-canary.5f3ef9d26","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.12-canary.5f3ef9d26","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.5f3ef9d26","readmeFilename":"README.md","gitHead":"5f3ef9d263024e14317386b1e0deedcd3b38cbc2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-6zLmbnU8KDgCg69jjEuc+xj0nI/90kNJap0nQLxTJwjZStBHeiAew+pmcnAEfq5Dft9OkgLh/EAJKDzsF7A/kA==","shasum":"649fc2aa0062193fa5fc31d950993ea6672370df","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.5f3ef9d26.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDliGl1SHYjwKfFHvI9ZMs/WxrJGicud6VsnHg4IvdB1AIgFC/UV+ewv4IedEX/pHf3cGneSBfGevSrbBKXJ9HH8Js="}],"size":2005093},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.5f3ef9d26_1727886719509_0.942944065662827"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-02T16:31:59.776Z","publish_time":1727886719776,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.f3b8e4ce3":{"name":"@firebase/database","version":"1.0.8-canary.f3b8e4ce3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.f3b8e4ce3","@firebase/util":"1.10.0-canary.f3b8e4ce3","@firebase/component":"0.6.9-canary.f3b8e4ce3","@firebase/app-check-interop-types":"0.3.2-canary.f3b8e4ce3","@firebase/auth-interop-types":"0.2.3-canary.f3b8e4ce3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.12-canary.f3b8e4ce3","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.f3b8e4ce3","readmeFilename":"README.md","gitHead":"f3b8e4ce3e0e3e4721f6177509ee107133fa1595","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-wiiTqeAT6cU1cU9WfKvOsDZt+ogWEBUxFJp2LIV/68GNZAzE3peqzRyap7o6bsmLyONTNtuaqkj5iBS2X77Nhw==","shasum":"74217c332127c8151316597b9cce93a583c5a025","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.f3b8e4ce3.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFDneDWe47nDpy9OAxp3wYkmm4RRXUQsTA8N43DKUyX5AiAPiYnGWPY8hJVnTBLELOWPbVu6kCvIhTQKZRVlB19oUQ=="}],"size":2005090},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.f3b8e4ce3_1727888428484_0.3748805557631527"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-02T17:00:28.793Z","publish_time":1727888428793,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.aa6db78eb":{"name":"@firebase/database","version":"1.0.8-canary.aa6db78eb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.aa6db78eb","@firebase/util":"1.10.0-canary.aa6db78eb","@firebase/component":"0.6.9-canary.aa6db78eb","@firebase/app-check-interop-types":"0.3.2-canary.aa6db78eb","@firebase/auth-interop-types":"0.2.3-canary.aa6db78eb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.12-canary.aa6db78eb","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.aa6db78eb","readmeFilename":"README.md","gitHead":"aa6db78ebc51da10943e9766a551887e85841fbf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-QVLSioPaa3CuHWfd2aLJS+XfSYmQQUIpX2KJ1zkDROqRAtYl+SFKMsY/rSVsGSMJmztnx4yuYX71oAkdZIQBoQ==","shasum":"58f642404d178da62e9ec3439c63add830eed4ac","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.aa6db78eb.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHQ88wthl7fDGxbq1RYCQouqp/B4+mehQ9xVG6a8d9oJAiEA1iDyO3WhIKPlMF0uxyyQkD6A81uk1sJwHC1UoegRMMI="}],"size":2005087},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.aa6db78eb_1727899889127_0.20478710525152488"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-02T20:11:29.420Z","publish_time":1727899889420,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.1c8dbee46":{"name":"@firebase/database","version":"1.0.8-canary.1c8dbee46","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.1c8dbee46","@firebase/util":"1.10.0-canary.1c8dbee46","@firebase/component":"0.6.9-canary.1c8dbee46","@firebase/app-check-interop-types":"0.3.2-canary.1c8dbee46","@firebase/auth-interop-types":"0.2.3-canary.1c8dbee46","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.12-canary.1c8dbee46","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.1c8dbee46","readmeFilename":"README.md","gitHead":"1c8dbee46a65b63d152dd0e7ea9eef184706ac81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-aJEm1t8DExgLN2WXIp9qKLQMDzMVaxn7p1Ysz2b1ylwCE4tqNKrNXrTJG+QsElw21kH/MGkBF2O4yqNbyYXLng==","shasum":"cec1a0f8e851b31144d6361b4663ae302ba2b847","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.1c8dbee46.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDW1iDPJYxF0Wm5mZIvIfwR4Dpdbx4ahqV+k4+rxDiieAIgEQHN9NM0/PSrQNYWrmxoV8WUIN6aWnLaEWakXchMd4k="}],"size":2005088},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.1c8dbee46_1728401540253_0.17122240729316918"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-08T15:32:20.698Z","publish_time":1728401540698,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.64db19264":{"name":"@firebase/database","version":"1.0.8-canary.64db19264","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.64db19264","@firebase/util":"1.10.0-canary.64db19264","@firebase/component":"0.6.9-canary.64db19264","@firebase/app-check-interop-types":"0.3.2-canary.64db19264","@firebase/auth-interop-types":"0.2.3-canary.64db19264","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.13-canary.64db19264","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.64db19264","readmeFilename":"README.md","gitHead":"64db19264bb5811683b3413b5c5f1e6b79e5b090","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-89KIU7d1UWIr7BSyrMTdbAN648Zrrc71pSLnJX9ljDmxSVNpiPjntoLJdy1cHeS3BkrRtO5iXoviIVdGYob88g==","shasum":"1a6670b11c501013f84e8f9bb8580d3eaddc792d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.64db19264.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBOWbLl7L9JJauYOFQxMUyAD9RiqRg36V1GQ1f3kNinvAiEAySxOJOgssftaHujVM4urABDRZjnPOXOcSXhwYOe3rKQ="}],"size":2005097},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.64db19264_1728572157460_0.13917961431717552"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-10T14:55:57.799Z","publish_time":1728572157799,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.813b9fad6":{"name":"@firebase/database","version":"1.0.8-canary.813b9fad6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.813b9fad6","@firebase/util":"1.10.0-canary.813b9fad6","@firebase/component":"0.6.9-canary.813b9fad6","@firebase/app-check-interop-types":"0.3.2-canary.813b9fad6","@firebase/auth-interop-types":"0.2.3-canary.813b9fad6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.13-canary.813b9fad6","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.813b9fad6","readmeFilename":"README.md","gitHead":"813b9fad63ff7b8798e4f4e17ccd528a784698d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-3lATbahfALKoqcDyclPOv2I1DQmkej4Dgmp/tdPp+wDxfoAKsDSrXknuPOlgbwUkCbmk0pA/4/vEIyVXeAGGKw==","shasum":"889838fc675a4fefd6440d2de4228c6868cdb6e1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.813b9fad6.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFXELP6tX/gcDQwJjVIPc6ouOfo062jlHfpM4dETnzJlAiBeYVDvW+HCjrcPgk5IPMKG3cEDqNN0wA2smfscsP21BA=="}],"size":2005094},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.813b9fad6_1728949733424_0.559411770045287"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-14T23:48:53.759Z","publish_time":1728949733759,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.a2146910c":{"name":"@firebase/database","version":"1.0.8-canary.a2146910c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.a2146910c","@firebase/util":"1.10.0-canary.a2146910c","@firebase/component":"0.6.9-canary.a2146910c","@firebase/app-check-interop-types":"0.3.2-canary.a2146910c","@firebase/auth-interop-types":"0.2.3-canary.a2146910c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.13-canary.a2146910c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.a2146910c","readmeFilename":"README.md","gitHead":"a2146910ccb0efd1e0dc4496c328358d5afdea61","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-Cky/vE5U4fX6svkCNLCCn5KL22xBW2QH+leYcNNhaEyXEVXlwm8bMNWhFvBUsigFBm1aKNxf1m9POo7CcLoDNw==","shasum":"84d646514582b03bf5901568fd4f1485d430a994","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.a2146910c.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEEoUI9LOwfXsF7ROU0MizZZBpOUteiG/xU1T6ZPIN9KAiEA2X5BtaR2zthYv7racEDq8u10RqOyiqCTJRseFweqjWU="}],"size":2005096},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.a2146910c_1729005295766_0.2609078484452476"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-15T15:14:56.039Z","publish_time":1729005296039,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.2e2804139":{"name":"@firebase/database","version":"1.0.8-canary.2e2804139","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.2e2804139","@firebase/util":"1.10.0-canary.2e2804139","@firebase/component":"0.6.9-canary.2e2804139","@firebase/app-check-interop-types":"0.3.2-canary.2e2804139","@firebase/auth-interop-types":"0.2.3-canary.2e2804139","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.13-canary.2e2804139","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.2e2804139","readmeFilename":"README.md","gitHead":"2e2804139495c0bafec81777e07ffa85f2194c63","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-yr9Ki6gWdjj69Str4HS7xp/T+x+29KyWwAsZ0ZDtXWa9700liQyT25MQcai9gsYSohCxpOOSm3+SYE0jlBiMlw==","shasum":"325e352ffd929e72f2f798b88c3dc29980d66342","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.2e2804139.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCWeEW5Zrt/7L40imDp/KdtnPae6Z6pWwzzMiGCmvSiwAIgJjbZ3qLoExJQaOjw/WxSH3jMib2jnzKBQCpAIVdzCXY="}],"size":2005098},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.2e2804139_1729017435035_0.11994390035765723"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-15T18:37:15.327Z","publish_time":1729017435327,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.cf988b0b1":{"name":"@firebase/database","version":"1.0.8-canary.cf988b0b1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.cf988b0b1","@firebase/util":"1.10.0-canary.cf988b0b1","@firebase/component":"0.6.9-canary.cf988b0b1","@firebase/app-check-interop-types":"0.3.2-canary.cf988b0b1","@firebase/auth-interop-types":"0.2.3-canary.cf988b0b1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.13-canary.cf988b0b1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.cf988b0b1","readmeFilename":"README.md","gitHead":"cf988b0b1217a06e5d1b9130d6048178626dac48","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-b6uIkvMX2VG5W4xV6s9KpGV6EcUu5Nhg0O9/BebxCbXcU4glrM/XQxFuflSyAtjSu/sE2+I/PFc4WgQsvuLobw==","shasum":"9aba65603ca6e8c520b2d04ebfad5a33bf6e3738","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.cf988b0b1.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDVE2HXB0usrJhEiViUpwAU/ymDTWQWdCna0P+tY2FbjAiBpxHdCx6ZI6Qga2Evae6mDSAlpOg9qbvombmoW7vyUFA=="}],"size":2005093},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.cf988b0b1_1729030044668_0.006830478570345688"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-15T22:07:24.963Z","publish_time":1729030044963,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.8fb044e8d":{"name":"@firebase/database","version":"1.0.8-canary.8fb044e8d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.8fb044e8d","@firebase/util":"1.10.0-canary.8fb044e8d","@firebase/component":"0.6.9-canary.8fb044e8d","@firebase/app-check-interop-types":"0.3.2-canary.8fb044e8d","@firebase/auth-interop-types":"0.2.3-canary.8fb044e8d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.13-canary.8fb044e8d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.8fb044e8d","readmeFilename":"README.md","gitHead":"8fb044e8d1fbe2a310c8ece4c3ecde30dd81b075","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-tgqsw6XBv/9462ViDVyjdQW1nB0LvziaRs6Gg/pqfGbxKOb1L3kEAsOUCbbceeNcNUrWqSOiuynmQNs7too2QA==","shasum":"aae90fa8c713aa2ec50c529570d5fb984645a906","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.8fb044e8d.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCZI9/Cn8c0QnrRYF17fetoMK84J9rM/ZbY5cVdvG2JSAIgQ4UokXsaNAMcBnfZ5zBrdoyPm5lHVPmaeEfVLuByb0s="}],"size":2005093},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.8fb044e8d_1729112619093_0.3735279449239446"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-16T21:03:39.516Z","publish_time":1729112619516,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.b942e9e6e":{"name":"@firebase/database","version":"1.0.8-canary.b942e9e6e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.b942e9e6e","@firebase/util":"1.10.0-canary.b942e9e6e","@firebase/component":"0.6.9-canary.b942e9e6e","@firebase/app-check-interop-types":"0.3.2-canary.b942e9e6e","@firebase/auth-interop-types":"0.2.3-canary.b942e9e6e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.13-canary.b942e9e6e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.b942e9e6e","readmeFilename":"README.md","gitHead":"b942e9e6e22d184d21f3e452cd35122592a3a372","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-jGBqEJfx6lSTmHVCdryolsSGOkdrP3/zVKFg9azycWqujE1xSS6KvpkjyLfADVIAuZYQxsSt7oZXTqDAYW5/lg==","shasum":"367e6b9326a71d0a32714da12608c6fcd4853afc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.b942e9e6e.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEWC2D264JrjzM5BgO2WDo4OfFwf/u3E638VphwWTszWAiA2NJsJ794+TBPLC7zhmEj6gwwchiSXOXSeRROUs/2CEQ=="}],"size":2005085},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.b942e9e6e_1729122647152_0.9209943436589507"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-16T23:50:47.475Z","publish_time":1729122647475,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.e4163a1fc":{"name":"@firebase/database","version":"1.0.8-canary.e4163a1fc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","esm5":"dist/index.esm5.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","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","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.2-canary.e4163a1fc","@firebase/util":"1.10.0-canary.e4163a1fc","@firebase/component":"0.6.9-canary.e4163a1fc","@firebase/app-check-interop-types":"0.3.2-canary.e4163a1fc","@firebase/auth-interop-types":"0.2.3-canary.e4163a1fc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.13-canary.e4163a1fc","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"_id":"@firebase/database@1.0.8-canary.e4163a1fc","readmeFilename":"README.md","gitHead":"e4163a1fccfab941d2d642851d79094b90340a67","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-gljMmts7w9vdhUGn9FEGUpfIpzz0ZQIAxroUxLwgEr8of0/q8vvTV/ihEEWFNlh9IzCb8fD7mUqE0/txD9r6iQ==","shasum":"6b63f68f8bf6930938e4ff5fed78db2c21947f27","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.e4163a1fc.tgz","fileCount":233,"unpackedSize":10605545,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMAxa2uPvz3aXNHUErclss6LeKRS9bzbREy3LIKlB2ZQIgCa3IZBgdoXktb9r4MFDH3PXyOTciWQNMr0zbR19brMU="}],"size":2005091},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.8-canary.e4163a1fc_1729186791959_0.136929141002887"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-17T17:39:52.253Z","publish_time":1729186792253,"_source_registry_name":"default","contributors":[]},"1.0.8-canary.479226bf3":{"name":"@firebase/database","version":"1.0.8-canary.479226bf3","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.8-canary.479226bf3","maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f783f0a008f9552634c55cb8dfa870e2db03208c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.8-canary.479226bf3.tgz","fileCount":231,"integrity":"sha512-PfHhFz71X6fZVKHjazRjJlNFpv8bNYVHvPWuj8khBF3vV8+EGaTDBGDfYO9TGD5Faxw05PNTWKNNgiM8hB+bzA==","signatures":[{"sig":"MEQCIBkaluvdHzxlpC+G4RzZ1+K+/a6CJP/OT+/E0nfN5GGaAiBvSRHw7UJ5S5W0AAS0WhUJPGEIfz/gvqf8Q1GEp5EWOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8818575,"size":1665959},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"479226bf3ebd99017bb12fa21440c75715658702","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.8.2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"20.17.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.0-canary.479226bf3","faye-websocket":"0.11.4","@firebase/logger":"0.4.2-canary.479226bf3","@firebase/component":"0.6.9-canary.479226bf3","@firebase/auth-interop-types":"0.2.3-canary.479226bf3","@firebase/app-check-interop-types":"0.3.2-canary.479226bf3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"4.7.4","@firebase/app":"0.10.13-canary.479226bf3","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.8-canary.479226bf3_1729200254716_0.15029650696285546","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-10-17T21:24:15.056Z","publish_time":1729200255056,"_source_registry_name":"default","contributors":[]},"1.0.9-20241017211210":{"name":"@firebase/database","version":"1.0.9-20241017211210","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-20241017211210","@firebase/util":"1.10.1-20241017211210","@firebase/component":"0.6.10-20241017211210","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.14-20241017211210","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-20241017211210","readmeFilename":"README.md","gitHead":"c9b0ddef586a8b90869e70ee7428bdd628bb1287","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-3PMk/yXEpGtnprWY07mj3A93Q1GQr59bmIEfepD0MlItT2BvgvvEdN5xiz393zqv3ci6NZl68wnYHmAgiZQKpg==","shasum":"4a9555f7c3794e1472fb4201ce0b51d410ef5ddd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-20241017211210.tgz","fileCount":231,"unpackedSize":8818524,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCeDjPQzgWBF/bj/8oawT4rxGgTFAU0/j8k8ECXZ4uF7wIhANPpm/3/+2RuUtCuEINPvebU4BHLamKhcSgh0viCNosF"}],"size":1665964},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-20241017211210_1729200422402_0.47800057285987196"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-17T21:27:02.796Z","publish_time":1729200422796,"_source_registry_name":"default","contributors":[]},"1.0.9":{"name":"@firebase/database","version":"1.0.9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3","@firebase/util":"1.10.1","@firebase/component":"0.6.10","@firebase/app-check-interop-types":"0.3.2","@firebase/auth-interop-types":"0.2.3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.14","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9","gitHead":"a97ac88db82ca44d7c39c13e2ec8c9c8229ab3ed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-EkiPSKSu2TJJGtOjyISASf3UFpFJDil1lMbfqnxilfbmIsilvC8DzgjuLoYD+eOitcug4wtU9Fh1tt2vgBhskA==","shasum":"1e4862542b3a93e8039cb3a5a25c79fe5ff1f212","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9.tgz","fileCount":231,"unpackedSize":8818389,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBieXa6RekgEAc9y4ESEw1NgQb4z0vK2GY7VzDK5TgoPAiEA6+HZxNc9fFiJUbsuBHyyIQUhDban8Pf8pI4W6Mbm9OA="}],"size":1665904},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9_1729534832264_0.8419250601108301"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-21T18:20:32.557Z","publish_time":1729534832557,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.a97ac88db":{"name":"@firebase/database","version":"1.0.9-canary.a97ac88db","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.a97ac88db","@firebase/util":"1.10.1-canary.a97ac88db","@firebase/component":"0.6.10-canary.a97ac88db","@firebase/app-check-interop-types":"0.3.2-canary.a97ac88db","@firebase/auth-interop-types":"0.2.3-canary.a97ac88db","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.14-canary.a97ac88db","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.a97ac88db","readmeFilename":"README.md","gitHead":"a97ac88db82ca44d7c39c13e2ec8c9c8229ab3ed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-psnPQWu/slEZUmHjvmDBTRLg0wph8rMKgL+9FXNAp0dhd76l5SaC7qvDeQG0LqTIPZxqclUuexIFjkjrF5szhg==","shasum":"d51f99c6c367b6e2b40ee289e6675ddaf7d8825a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.a97ac88db.tgz","fileCount":231,"unpackedSize":8818576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCHNHiwXSPBAvHUpgl6LhphdCtF9VrlqxGlkqcCWrqKqgIhANkCpHA9WXaAP++mEPhpFPy+LmTbTtJdNP/8kM/pyEai"}],"size":1665955},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.a97ac88db_1729536824141_0.6052008447720096"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-21T18:53:44.438Z","publish_time":1729536824438,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.0f5a9aad0":{"name":"@firebase/database","version":"1.0.9-canary.0f5a9aad0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.0f5a9aad0","@firebase/util":"1.10.1-canary.0f5a9aad0","@firebase/component":"0.6.10-canary.0f5a9aad0","@firebase/app-check-interop-types":"0.3.2-canary.0f5a9aad0","@firebase/auth-interop-types":"0.2.3-canary.0f5a9aad0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.14-canary.0f5a9aad0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.0f5a9aad0","readmeFilename":"README.md","gitHead":"0f5a9aad0936af4c2df50d083db73306ebe069bc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-IHMpQtiX+YpLIg4ZdPMNxCrcOigBcooM9/mfl09j7n0R/9+Fr5rjVvy8kek8x5uJT1pfkkYDoXWK3/L667EF6w==","shasum":"2f4bc9631838bce5187e50ce482a7259866a29ec","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.0f5a9aad0.tgz","fileCount":231,"unpackedSize":8818576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEQ1YSB3YHL8CSXurDeG17gc7OQm8wDIX1ulaRi3OHXTAiBl+j68gL7xc4cKUxlNzE5T6Iq5+9t3i/1HmcrCN+RbxQ=="}],"size":1665952},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.0f5a9aad0_1729620509781_0.3379951117292961"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-22T18:08:30.055Z","publish_time":1729620510055,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.a75082f06":{"name":"@firebase/database","version":"1.0.9-canary.a75082f06","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.a75082f06","@firebase/util":"1.10.1-canary.a75082f06","@firebase/component":"0.6.10-canary.a75082f06","@firebase/app-check-interop-types":"0.3.2-canary.a75082f06","@firebase/auth-interop-types":"0.2.3-canary.a75082f06","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.a75082f06","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.a75082f06","readmeFilename":"README.md","gitHead":"a75082f060cf445690da1541a696b5009b58356b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-QlvaPkMBhop2MN8dqvyotyydBXxX+4JG9ggnIHg5DdDDVyOCEe1JnpWwfx0f7GCULewyB/h7cbe1jngp2H6qUA==","shasum":"97e84e7345a5ebf67f3f34799d04db7438e34ab4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.a75082f06.tgz","fileCount":231,"unpackedSize":8818576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID/UsTQvShA7gLpMMC3LaHdwGxy8GHthgQ9+CddhbHajAiBf95CflpmTCpR0dBXrtWiP3Ab8L+u7bc1wdLMrOQRhGw=="}],"size":1665959},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.a75082f06_1729624926053_0.5622712293552243"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-22T19:22:06.385Z","publish_time":1729624926385,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.fe447151b":{"name":"@firebase/database","version":"1.0.9-canary.fe447151b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.fe447151b","@firebase/util":"1.10.1-canary.fe447151b","@firebase/component":"0.6.10-canary.fe447151b","@firebase/app-check-interop-types":"0.3.2-canary.fe447151b","@firebase/auth-interop-types":"0.2.3-canary.fe447151b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.fe447151b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.fe447151b","readmeFilename":"README.md","gitHead":"fe447151bee847ff4967c5f43287c1855a6ca47b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-2fgcH+pfEV69SZdILaOiRkSiRV/WZqXC4ZrJb2UmqGPPKhQnVXf7LH8mz8qDAdelaYuZFrjkjFvgZ15RaRLDqA==","shasum":"2926a683abf8e063ff08302146b9150b398c9d29","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.fe447151b.tgz","fileCount":231,"unpackedSize":8818576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDBdtezfCaxPuhZk7Pq3oiJMChYSlhw9674tlJFpUKisAiEAwnnVHgXa/jR1wQWtgDh5xg20pZ5HlD54HlW9Sqs3dis="}],"size":1665958},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.fe447151b_1729694395097_0.3894097421152807"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-23T14:39:55.361Z","publish_time":1729694395361,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.1f1ba3fee":{"name":"@firebase/database","version":"1.0.9-canary.1f1ba3fee","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.1f1ba3fee","@firebase/util":"1.10.1-canary.1f1ba3fee","@firebase/component":"0.6.10-canary.1f1ba3fee","@firebase/app-check-interop-types":"0.3.2-canary.1f1ba3fee","@firebase/auth-interop-types":"0.2.3-canary.1f1ba3fee","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.1f1ba3fee","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.1f1ba3fee","readmeFilename":"README.md","gitHead":"1f1ba3feedf543a8ce42326dda077b0cdae21f2f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-9/lQD2iP/q/YV9gqjEUafsQ6hhn7mJPOxnH2tCsMKcnNrPceRMJsZgOT7MsYg+jXlpvfkl04cST2L5I/6NT4eg==","shasum":"5edf36ad6d8c58a9ccf1d0d3efb79c7104e48d80","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.1f1ba3fee.tgz","fileCount":231,"unpackedSize":8818576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFpeulIc32iurJUh5J47l85KytGT2C8a9NhBsAgr8uEJAiAPnlekHZR6kOrUatjp6KNpDgR9CfQDpr/5H5I6JGLztQ=="}],"size":1665946},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.1f1ba3fee_1729703784385_0.22689262380441533"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-23T17:16:24.643Z","publish_time":1729703784643,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.052e438bc":{"name":"@firebase/database","version":"1.0.9-canary.052e438bc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.052e438bc","@firebase/util":"1.10.1-canary.052e438bc","@firebase/component":"0.6.10-canary.052e438bc","@firebase/app-check-interop-types":"0.3.2-canary.052e438bc","@firebase/auth-interop-types":"0.2.3-canary.052e438bc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.052e438bc","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.052e438bc","readmeFilename":"README.md","gitHead":"052e438bc9abc5bfaf553a41edd2cde44dc70bc2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-1xutPGJDjawx4QGiI5VOZ6XZYKeUbLRcGj3/Pn3qT2oKrmEjGgOGch2WxsqrAHbiXv4kpNHIZizwiPFqvWgrDw==","shasum":"71e5744a252caf64686f35c6b10cb3e692fa7a2d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.052e438bc.tgz","fileCount":231,"unpackedSize":8818576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHWX9xjxzZVjF7ZnwNKfExZIVDKb5qxeid2z3vmBu5BJAiA+aQ4/crgPD5bwIlg6fZNHmWwjseYGi5oABp6/YjqBbg=="}],"size":1665957},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.052e438bc_1729706519474_0.6042360846511541"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-23T18:01:59.881Z","publish_time":1729706519881,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.4db3d3e7b":{"name":"@firebase/database","version":"1.0.9-canary.4db3d3e7b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.4db3d3e7b","@firebase/util":"1.10.1-canary.4db3d3e7b","@firebase/component":"0.6.10-canary.4db3d3e7b","@firebase/app-check-interop-types":"0.3.2-canary.4db3d3e7b","@firebase/auth-interop-types":"0.2.3-canary.4db3d3e7b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.4db3d3e7b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"4.7.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.4db3d3e7b","readmeFilename":"README.md","gitHead":"4db3d3e7be8b435b523d23b0910958a495c09ad8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-4Q0Efc9L1840CF8Icx/aN2IPXHCbc58cXNR16ylr6ZdC/7W5Xyb0d5kTZtLdRMB+yfRLFN47n64myM5hc+67qA==","shasum":"e810de43b2087a33aeff93b2ad30ca325a0b8006","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.4db3d3e7b.tgz","fileCount":231,"unpackedSize":8818576,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBMJT+7/hu5Is4H68Y263TRZSEyJ/Gx+42fDMQn0gDgJAiBiXptM6bsLC84bymQrKHS72SA8NWbEeqr2VF5sRYg5fg=="}],"size":1665956},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.4db3d3e7b_1729719010569_0.11725247275459427"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-23T21:30:10.927Z","publish_time":1729719010927,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.e577a408c":{"name":"@firebase/database","version":"1.0.9-canary.e577a408c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.e577a408c","@firebase/util":"1.10.1-canary.e577a408c","@firebase/component":"0.6.10-canary.e577a408c","@firebase/app-check-interop-types":"0.3.2-canary.e577a408c","@firebase/auth-interop-types":"0.2.3-canary.e577a408c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.e577a408c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.e577a408c","readmeFilename":"README.md","gitHead":"e577a408cdd9ebef1308d8ac700f340c5e5c16e7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-HCUUYCFhBkZnf8rwK7Vd/StZk2phyul+qoSfD/dBokgiPm6wYBA1a6+bFqUwriy8iw9R85k8enfXy+Ywmc3Ovw==","shasum":"99ee54b4b4e8f0112a91aa90aae412e93fbb92ec","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.e577a408c.tgz","fileCount":231,"unpackedSize":8697681,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDFqcHRZZlKTR+3x+0HcbvGF7gfAY+7pdkQ1kZOa83u+AIhAO8TLWepzgGg8fj7iP9ZsOMAtqM+B9rr7v2/t2dI6Idh"}],"size":1664278},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.e577a408c_1729860063185_0.4105130380564619"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-25T12:41:03.514Z","publish_time":1729860063514,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.612335d76":{"name":"@firebase/database","version":"1.0.9-canary.612335d76","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.612335d76","@firebase/util":"1.10.1-canary.612335d76","@firebase/component":"0.6.10-canary.612335d76","@firebase/app-check-interop-types":"0.3.2-canary.612335d76","@firebase/auth-interop-types":"0.2.3-canary.612335d76","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.612335d76","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.612335d76","readmeFilename":"README.md","gitHead":"612335d761c3eedbc3f103e2df01cb54a7a27e81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-ZmUMQhiWgmLC7iMC7C6JpsDvVkQdVshu3P9GWyoTu5/rl4cwqiGVup45meRbzkhYH6i9nbG0Vgmi/CfTd2I2cA==","shasum":"f5f4bbe61675a9a04fa68e6b13f5813c5d578c07","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.612335d76.tgz","fileCount":231,"unpackedSize":8697681,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFjWj0DW6l4/xgR6w2WbWwhaYBI2OdEPWLQoS6M35PsvAiBk/N7s00nfHAB3vDCwh0usCMAwPIcP24/cal+1rc3A2w=="}],"size":1664282},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.612335d76_1729882056385_0.6870643661919766"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-25T18:47:36.761Z","publish_time":1729882056761,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.b80711925":{"name":"@firebase/database","version":"1.0.9-canary.b80711925","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.b80711925","@firebase/util":"1.10.1-canary.b80711925","@firebase/component":"0.6.10-canary.b80711925","@firebase/app-check-interop-types":"0.3.2-canary.b80711925","@firebase/auth-interop-types":"0.2.3-canary.b80711925","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.b80711925","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.b80711925","readmeFilename":"README.md","gitHead":"b807119252dacf46b0122344c2b6dfc503cecde1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"20.18.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-5UIu0mHdk7kaANYGOMe6OjfxsJ+SL79hWkGfdfaxxdDddKexZmOtUaGHfeh5kIKr1fcY7hTBrt4ukhceTIkVvg==","shasum":"569f7a13a9ccc10f75a2471d623b194d222ad3d7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.b80711925.tgz","fileCount":231,"unpackedSize":8697681,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDrnyxxp+iSuulCZZAlbp7Z0VK8yn/PjKm/ipRh6/68XQIgCSojWu+b+pxMnVey9tKv8qoErwGY/foqCdR/TB26/wQ="}],"size":1664281},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.b80711925_1729884724638_0.7692108557243844"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-25T19:32:05.098Z","publish_time":1729884725098,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.d4cb3f870":{"name":"@firebase/database","version":"1.0.9-canary.d4cb3f870","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.d4cb3f870","@firebase/util":"1.10.1-canary.d4cb3f870","@firebase/component":"0.6.10-canary.d4cb3f870","@firebase/app-check-interop-types":"0.3.2-canary.d4cb3f870","@firebase/auth-interop-types":"0.2.3-canary.d4cb3f870","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.d4cb3f870","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.d4cb3f870","readmeFilename":"README.md","gitHead":"d4cb3f87061048e216e1070ae245abc368e2c2fe","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cFF4mGU5ZTa7JLiHxFLCGNv3zxYm6uSMhIXSaA5D+ZCGQqnhy0LCCMqtJ0bO0tflqGx6UBCqPxLnDOeCJhj08g==","shasum":"544f52596e301c37b5188697f6a9dd8cb59b3d4b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.d4cb3f870.tgz","fileCount":231,"unpackedSize":8697681,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAKw1HQsNcH9ypet/Lbv0aHTcOWzkkd8MYp4eqkM+wfIAiBRfwIagQCdMGX0n50zBKKGPrLF15JlWtC6i23BIV7uLQ=="}],"size":1664277},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.d4cb3f870_1730141226423_0.8299887786191358"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-28T18:47:06.731Z","publish_time":1730141226731,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.0f5714ba5":{"name":"@firebase/database","version":"1.0.9-canary.0f5714ba5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.0f5714ba5","@firebase/util":"1.10.1-canary.0f5714ba5","@firebase/component":"0.6.10-canary.0f5714ba5","@firebase/app-check-interop-types":"0.3.2-canary.0f5714ba5","@firebase/auth-interop-types":"0.2.3-canary.0f5714ba5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.0f5714ba5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.0f5714ba5","readmeFilename":"README.md","gitHead":"0f5714ba5baab119a73355c0fd86db5a44cd3d20","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-c6quToF7h57Y71QKEQYpqtWgA9sI2/5H3RWtKSiOYi4ZFgZZVWxCm1ikVyERtVSbhlaDK+1ZNVN6L7IrK048aw==","shasum":"0c8ae38fb4ae6a9a563947679201a1e07ef9f762","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.0f5714ba5.tgz","fileCount":231,"unpackedSize":8697681,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGEuFhmthQb80VAM2jCPcuu+pJuV7jpi/4XEo6opJzRWAiAPh2Gk8ATsmqZapXunJjpRwWK8PWQ8723hwDlyOV3JgQ=="}],"size":1664278},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.0f5714ba5_1730305256440_0.2214111089529991"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-30T16:20:56.717Z","publish_time":1730305256717,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.caf309007":{"name":"@firebase/database","version":"1.0.9-canary.caf309007","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.caf309007","@firebase/util":"1.10.1-canary.caf309007","@firebase/component":"0.6.10-canary.caf309007","@firebase/app-check-interop-types":"0.3.2-canary.caf309007","@firebase/auth-interop-types":"0.2.3-canary.caf309007","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.caf309007","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.caf309007","readmeFilename":"README.md","gitHead":"caf30900795c577be7f8db3c7437ee3f3992aee6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-K/UK2cD2ttqKPO7+bDfAag4PONFV/xR95ygUNjrtem1LlTjCqdXtR9B97jZVZxK8QFwSqEk3owXHBJ9QLWHpQw==","shasum":"05eb4f6370e34c45c0ce3ad49292c6264db1098f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.caf309007.tgz","fileCount":231,"unpackedSize":8697681,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpc0dF+GBceaC+k1SPzgI6WMjieEuqe/IhROP5bOKIwwIhAPIW0WSNbPBVSn6UBVe/mpWc4QypJ5nvknAEmi4uUDyg"}],"size":1664276},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.caf309007_1730316437122_0.1862891705154226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-10-30T19:27:17.362Z","publish_time":1730316437362,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.274e9a56e":{"name":"@firebase/database","version":"1.0.9-canary.274e9a56e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.274e9a56e","@firebase/util":"1.10.1-canary.274e9a56e","@firebase/component":"0.6.10-canary.274e9a56e","@firebase/app-check-interop-types":"0.3.2-canary.274e9a56e","@firebase/auth-interop-types":"0.2.3-canary.274e9a56e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.274e9a56e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.274e9a56e","readmeFilename":"README.md","gitHead":"274e9a56e92a0efc0cd755cb9ea332277b4ec843","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-NvXbaNa5wjjflT9L8SPScMZIDWIeDwSWdbcHov4LHnqgLNC+rBbsOAay/mWhdrX66nimGlas3NtHMxZQTrowpg==","shasum":"ec4468036535adbf37d11898babc3b3b685acee8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.274e9a56e.tgz","fileCount":231,"unpackedSize":8697681,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHk0/lvWzvY/oyzlfU3EfYquoUEnqJld8ZUwGbyPykTPAiBec3HxKklYvx16KNfky6m9r8p7WQeD1k9zhAeMx4QMaA=="}],"size":1664270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.274e9a56e_1730846440709_0.5159298147008917"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-05T22:40:41.122Z","publish_time":1730846441122,"_source_registry_name":"default","contributors":[]},"1.0.9-canary.e3e207845":{"name":"@firebase/database","version":"1.0.9-canary.e3e207845","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.3-canary.e3e207845","@firebase/util":"1.10.1-canary.e3e207845","@firebase/component":"0.6.10-canary.e3e207845","@firebase/app-check-interop-types":"0.3.2-canary.e3e207845","@firebase/auth-interop-types":"0.2.3-canary.e3e207845","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.15-canary.e3e207845","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.9-canary.e3e207845","readmeFilename":"README.md","gitHead":"e3e20784503347ba5cab1ead3a7b73df87125cb4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-61POTE3SqXtwDTPHmLbp3gMxg70JF9YkJrA5rvUaSdj0e8PwJr1KGn91hwIG23NMyOrmIo8g5cvWY/5InxH69w==","shasum":"f718e0645664ae7a80a4e040cd2d9140c1338dfa","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.9-canary.e3e207845.tgz","fileCount":231,"unpackedSize":8697681,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCbucZ7iWhub3SrERbBvfARJ/YCj6sAA8ATxRTR0PclzgIhAJURBX2KMqotaAaaU+brcQRtjNO7Ua5cllfMGiXNfI6g"}],"size":1664278},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.9-canary.e3e207845_1730905974687_0.7883544938256117"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-06T15:12:54.997Z","publish_time":1730905974997,"_source_registry_name":"default","contributors":[]},"1.0.10-20241112154924":{"name":"@firebase/database","version":"1.0.10-20241112154924","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-20241112154924","@firebase/util":"1.10.2-20241112154924","@firebase/component":"0.6.11-20241112154924","@firebase/app-check-interop-types":"0.3.3-20241112154924","@firebase/auth-interop-types":"0.2.4-20241112154924","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.16-20241112154924","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-20241112154924","readmeFilename":"README.md","gitHead":"2c27206a97ec439dc6907c72fda404dd89b59c1d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5rqAAEj36hHL0Ha4SLwbrgUeYLlGaKbpE3WSK4VKu9S0ApUUYFF+8uUEMkqaRcsXqyxl7g3WDJNMiPWuCyE0cQ==","shasum":"e8645ea78636a6c19af104c1777529d6e0767abb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-20241112154924.tgz","fileCount":231,"unpackedSize":8697664,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICOcZX+OCTFJ5DZlIquMlMEusZugN5aJ4NKjWtsLPansAiBr0njy4RPbTWan6MqrvD8OH61sd/h8EJs6B7lgRes5Xg=="}],"size":1664289},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.10-20241112154924_1731427401059_0.7341382333950686"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-12T16:03:21.442Z","publish_time":1731427401442,"_source_registry_name":"default","contributors":[]},"1.0.10":{"name":"@firebase/database","version":"1.0.10","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.10.2","@firebase/component":"0.6.11","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.16","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10","gitHead":"ffbf5a60ac756c69dd50bddb69fccd9968844ac5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-sWp2g92u7xT4BojGbTXZ80iaSIaL6GAL0pwvM0CO/hb0nHSnABAqsH7AhnWGsGvXuEvbPr7blZylPaR9J+GSuQ==","shasum":"e23044d5fd2cdfd07e7bef57fd80643db07af33d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10.tgz","fileCount":231,"unpackedSize":8697499,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCyEDGucNTqPd2sYk942ZCcslTO4kElgW67HpujuVBrpwIhAN9Llu/QT12XcaymhT45yYE+kgK27rz4KuPDWdasSLTL"}],"size":1664207},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.10_1731597906444_0.31938751392496445"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-14T15:25:06.719Z","publish_time":1731597906719,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.ffbf5a60a":{"name":"@firebase/database","version":"1.0.10-canary.ffbf5a60a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.ffbf5a60a","@firebase/util":"1.10.2-canary.ffbf5a60a","@firebase/component":"0.6.11-canary.ffbf5a60a","@firebase/app-check-interop-types":"0.3.3-canary.ffbf5a60a","@firebase/auth-interop-types":"0.2.4-canary.ffbf5a60a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.16-canary.ffbf5a60a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.ffbf5a60a","readmeFilename":"README.md","gitHead":"ffbf5a60ac756c69dd50bddb69fccd9968844ac5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/RodGXS9OStbZ5E3zoS2hWZB46a6r1PKq6+3uQjb8+0UB6zmzQ0xshq9eJtZYVpNZJ+oU5LY4J2OKz37q6AiUQ==","shasum":"3f20db467ae93b63dcae8da3238cb52acd34cee8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.ffbf5a60a.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDG6tfZ+CJfXohdxUA4GN0XTIzd4oo3BIlf6H5mTBg4AgIhALcDOFQY71p8wlzkHR6MFcbUIG+MpnIYSmcop+l9oRxK"}],"size":1664266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"chholland@google.com"},{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.10-canary.ffbf5a60a_1732224268130_0.1186598837325088"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-21T21:24:28.378Z","publish_time":1732224268378,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.1294e64c8":{"name":"@firebase/database","version":"1.0.10-canary.1294e64c8","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.10-canary.1294e64c8","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"2717aa67a699dc15229b16b0f15213cd12a01956","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.1294e64c8.tgz","fileCount":231,"integrity":"sha512-pafhucsF/tpOCatmIpAVnImkbYgNzgCeTcKmkiwph4r8VIqRy5wtKB6l2ciV4GkEXqg7WGR5ysH0ZuS8PFERwg==","signatures":[{"sig":"MEUCID6N/9nka46XA71zTEAAetu83lbfcGViYFk29BPVLLylAiEA108sNC63x4UV6vDGdFfjXxMID8OInvXvrd4tnxDzmZU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8697686,"size":1664273},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"1294e64c813b6dbfb64f8dc24d90ec69a66f71ae","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.2-canary.1294e64c8","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.1294e64c8","@firebase/component":"0.6.11-canary.1294e64c8","@firebase/auth-interop-types":"0.2.4-canary.1294e64c8","@firebase/app-check-interop-types":"0.3.3-canary.1294e64c8"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"5.5.4","@firebase/app":"0.10.16-canary.1294e64c8","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.10-canary.1294e64c8_1733334101692_0.2340099595236098","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-12-04T17:41:41.974Z","publish_time":1733334101974,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.c540ba9ee":{"name":"@firebase/database","version":"1.0.10-canary.c540ba9ee","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.10-canary.c540ba9ee","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"d3ed6b38974cb90e52b11ce8e9cb6f9983133122","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.c540ba9ee.tgz","fileCount":231,"integrity":"sha512-WKjQqBh4m1Nj/2S4O8h3KEFIGRcb1MV+npAVcChdfigLj1N+kjh2KhXFcJbNLFIk3bynrvmY3zeefdMgckLbDQ==","signatures":[{"sig":"MEQCIG33/yvEePZU54bMntzcupxnHantp/jVKoAmb9JcSew0AiAMxyXcyimwEGV4E6Up5Les0JY8LbGkR5dBGiha9r3gfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":8697686,"size":1664265},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"c540ba9eedd189ec8ac0932124d2cc400d1bd1d6","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.2-canary.c540ba9ee","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.c540ba9ee","@firebase/component":"0.6.11-canary.c540ba9ee","@firebase/auth-interop-types":"0.2.4-canary.c540ba9ee","@firebase/app-check-interop-types":"0.3.3-canary.c540ba9ee"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"5.5.4","@firebase/app":"0.10.16-canary.c540ba9ee","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.10-canary.c540ba9ee_1733334784262_0.8627178370376687","host":"s3://npm-registry-packages"},"_cnpmcore_publish_time":"2024-12-04T17:53:04.462Z","publish_time":1733334784462,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.f05509e8c":{"name":"@firebase/database","version":"1.0.10-canary.f05509e8c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.f05509e8c","@firebase/util":"1.10.2-canary.f05509e8c","@firebase/component":"0.6.11-canary.f05509e8c","@firebase/app-check-interop-types":"0.3.3-canary.f05509e8c","@firebase/auth-interop-types":"0.2.4-canary.f05509e8c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.16-canary.f05509e8c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.f05509e8c","readmeFilename":"README.md","gitHead":"f05509e8c526ce44656389ab9997a6e5ee957a3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ZI78+5D5adXQMEgIkO8YY6AJP6rBAUzahdhBV4gq5n1xyprGX9cYnQOdycSglvK7JlJ4yGQnSIjyASTf7dae0g==","shasum":"9bbfd365ce868bc051a43513c5750ffd8dffc89c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.f05509e8c.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDx+Ij9tSW3/XkkfsHWu4+08cV8sUt6CuIsbIZsAZJUlgIgf38QGx0ixFKnSQaBetRg50oegGL6WJr8suW0z8uZz3Y="}],"size":1664271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.10-canary.f05509e8c_1733335439605_0.6931956344269039"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-04T18:03:59.921Z","publish_time":1733335439921,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.cb4309f13":{"name":"@firebase/database","version":"1.0.10-canary.cb4309f13","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.cb4309f13","@firebase/util":"1.10.2-canary.cb4309f13","@firebase/component":"0.6.11-canary.cb4309f13","@firebase/app-check-interop-types":"0.3.3-canary.cb4309f13","@firebase/auth-interop-types":"0.2.4-canary.cb4309f13","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.16-canary.cb4309f13","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.cb4309f13","readmeFilename":"README.md","gitHead":"cb4309f13a01a6c66eb502ae6f5d6fa93560ab06","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xlqwHKu9a50xf1izwTtk4HNocKXqk/lMODGynrA1DeDMSx1LwftmJRwbMy4RAMp9oOaqz7HDMXCgV5xNNuNfBQ==","shasum":"df23019d2ad59155556af41677739784af5bee1e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.cb4309f13.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCZt4r+vpCD3rL54Si8wwpx837/2QniU+xJbjwUO9fXYQIhALbIS2gamIljJh3F8s0IXofaI2SPByNHEYOyP9SABWbO"}],"size":1664272},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.10-canary.cb4309f13_1733341864476_0.8643287390021657"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-04T19:51:04.701Z","publish_time":1733341864701,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.1e8edb705":{"name":"@firebase/database","version":"1.0.10-canary.1e8edb705","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.1e8edb705","@firebase/util":"1.10.2-canary.1e8edb705","@firebase/component":"0.6.11-canary.1e8edb705","@firebase/app-check-interop-types":"0.3.3-canary.1e8edb705","@firebase/auth-interop-types":"0.2.4-canary.1e8edb705","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.16-canary.1e8edb705","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.1e8edb705","readmeFilename":"README.md","gitHead":"1e8edb70535724c571e5a5acce13841df108cad7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-yxuwvShAnvmknDs6WWeeyPN1Jx6Objc1MNoW/pjpYJF37Ixh0JeVS7cvYw8EaAaY9JplnEzOxGQFihUs4V4ODw==","shasum":"4debae4c471cde04fce26de02e82ab934ecb99da","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.1e8edb705.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD69A4DPUIReMoFiIKqW91ZGD5AoAnouzLHgRYU/RISPwIhAJX+rlkU4sZqZhAkJFioPG3nUuOOMmiOlNoMvO0JS5DC"}],"size":1664268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/database_1.0.10-canary.1e8edb705_1733510155468_0.358744610522441"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-06T18:35:55.691Z","publish_time":1733510155691,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.cbec4b985":{"name":"@firebase/database","version":"1.0.10-canary.cbec4b985","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.cbec4b985","@firebase/util":"1.10.2-canary.cbec4b985","@firebase/component":"0.6.11-canary.cbec4b985","@firebase/app-check-interop-types":"0.3.3-canary.cbec4b985","@firebase/auth-interop-types":"0.2.4-canary.cbec4b985","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.16-canary.cbec4b985","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.cbec4b985","readmeFilename":"README.md","gitHead":"cbec4b985419a3ae30db3bb7d3872d51ae4ac717","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+/twzuYQq6+rw+NITXXSD6qeZxsf2QUawdxTdRHGYlpZDHF+PqpSJ1g1PiM/sr3Z98Hw+kkeUtPh21CxNhYHbg==","shasum":"55297f31373122bc042f20e10dd0c788a9d69e21","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.cbec4b985.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC3N52f2u1nmKE2fRWpXqpIny4HHxwvH5roim0HqKtvnAIhAMnYULOpt4pFtg5quaIuxjXCe0rWsHohcvm7bRSTh2KA"}],"size":1664270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.cbec4b985_1733848581159_0.8425120863856816"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-10T16:36:21.462Z","publish_time":1733848581462,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.76c3641dc":{"name":"@firebase/database","version":"1.0.10-canary.76c3641dc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.76c3641dc","@firebase/util":"1.10.2-canary.76c3641dc","@firebase/component":"0.6.11-canary.76c3641dc","@firebase/app-check-interop-types":"0.3.3-canary.76c3641dc","@firebase/auth-interop-types":"0.2.4-canary.76c3641dc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.16-canary.76c3641dc","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.76c3641dc","readmeFilename":"README.md","gitHead":"76c3641dc1e148a90d5a0891d7c66cc34a47b0fb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-u2SxMXByyvkqzrVRQPHZT1nqZ1Xb18Xih7ORjjxvNeQT6uKuLr00cVJ3wKkcUX89zKpPFQsibm+NN2gYiDl1Cg==","shasum":"a8a5e3cba0b5edb4ff9e287236864336f3d10e10","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.76c3641dc.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDCWn4XuHxb6Q3Z1deHBkt4VN9Pp1mGVcx7IMf3dff3IQIhAMBrDicfXjMlH1bFW4CQgdadaxEJUu0FzeouIqtoeCm+"}],"size":1664273},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.76c3641dc_1733950128816_0.8730212910071546"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-11T20:48:49.089Z","publish_time":1733950129089,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.8a83d287b":{"name":"@firebase/database","version":"1.0.10-canary.8a83d287b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.8a83d287b","@firebase/util":"1.10.2-canary.8a83d287b","@firebase/component":"0.6.11-canary.8a83d287b","@firebase/app-check-interop-types":"0.3.3-canary.8a83d287b","@firebase/auth-interop-types":"0.2.4-canary.8a83d287b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.8a83d287b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.8a83d287b","readmeFilename":"README.md","gitHead":"8a83d287be518680f52a3f9dd16f4d1eb9706192","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-sph1PyBCU4CLJrP0hF/bfV91Q9nbOu9UmMjwqpUhoGOdBZySo9k8NJgLAAI9UgyWFVAhuc2vPI/CA1f1KFZmGA==","shasum":"587631a1eff446696b532f171f5e625fe5634290","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.8a83d287b.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDyxLxkMCnuqkoeHRtwX/ptdIvCU24tGVm1hvcfUm6x+gIhAPL7DItNxYd5PfihOLynjTaoFLK7cG/ohEDCALw16qW7"}],"size":1664272},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.8a83d287b_1734015027040_0.5622800853175098"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-12T14:50:27.235Z","publish_time":1734015027235,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.46c91bc3b":{"name":"@firebase/database","version":"1.0.10-canary.46c91bc3b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.46c91bc3b","@firebase/util":"1.10.2-canary.46c91bc3b","@firebase/component":"0.6.11-canary.46c91bc3b","@firebase/app-check-interop-types":"0.3.3-canary.46c91bc3b","@firebase/auth-interop-types":"0.2.4-canary.46c91bc3b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.46c91bc3b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.46c91bc3b","readmeFilename":"README.md","gitHead":"46c91bc3bec2deb8079298ba2ddbcefc6d2cdd34","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ilSxAM31WW69NhY9ZEfsOyIx0p3pKWnAd0lV8r46S0Y+Q0qRdpFhQVFd1pAJHlchVTCgkwdEZDKwlBrrZcyLXA==","shasum":"cfee9d897517a8977df9cc1a97e2187b8bda1bb1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.46c91bc3b.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG82M95jePVNgTgj3sWLUJPObrumTts0mT/L2BpWP3dAAiEAgNGKiUHcVDNLo4hAQHPqfxIcv1HBfXMUQcqZ2Pboiws="}],"size":1664272},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.46c91bc3b_1734028041481_0.6010958477059452"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-12T18:27:21.701Z","publish_time":1734028041701,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.32bf02111":{"name":"@firebase/database","version":"1.0.10-canary.32bf02111","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.32bf02111","@firebase/util":"1.10.2-canary.32bf02111","@firebase/component":"0.6.11-canary.32bf02111","@firebase/app-check-interop-types":"0.3.3-canary.32bf02111","@firebase/auth-interop-types":"0.2.4-canary.32bf02111","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.32bf02111","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.32bf02111","readmeFilename":"README.md","gitHead":"32bf02111dc0b85ca9a13278725945e4f9bcce73","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GgS8I76cqu5cgkCN0Lit+ijjk0wqyJCPZ7nFs2SUIyM6hNbFRChYcV6buUlZlIo6TXB/uYDeAwsuhR2+8D0npA==","shasum":"f7351de952fda5ee9d58d5246457dad4b2b861f6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.32bf02111.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEXw1AGqjwDc5wdTAwqx8yiTMva9Cxw1339noUOTGNlRAiBR41weKbKc4eTFneQpK1p+5njjG1fVsF7KpPfxk2De7A=="}],"size":1664270},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.32bf02111_1734452862007_0.5566711033912433"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-12-17T16:27:42.299Z","publish_time":1734452862299,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.ddc3192b5":{"name":"@firebase/database","version":"1.0.10-canary.ddc3192b5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.ddc3192b5","@firebase/util":"1.10.2-canary.ddc3192b5","@firebase/component":"0.6.11-canary.ddc3192b5","@firebase/app-check-interop-types":"0.3.3-canary.ddc3192b5","@firebase/auth-interop-types":"0.2.4-canary.ddc3192b5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.ddc3192b5","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.ddc3192b5","readmeFilename":"README.md","gitHead":"ddc3192b568a5b65dd7c93286403d4c9b0a7f4e8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Y01IVcddCnJaXSVEBLIw8wlA0YBOZiTFx7Bgoe6EdHZlpVUCNzu5ouZOfxfjCd86v7dw9uH0JFh7xh9z71SP7A==","shasum":"ebd51a2ed4958bfda443dee10fabc83f61c0221c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.ddc3192b5.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwx8YYiQzviXBQzIBdaMoJrUS3xkAQPOYCuc2k5KOHMwIgDT6d3oIFlY8BdLA9AMOw7tXwm73QMcQTVECjP2+4WZU="}],"size":1664271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.ddc3192b5_1736273379917_0.5388061967806106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-07T18:09:40.221Z","publish_time":1736273380221,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.f3a8df72a":{"name":"@firebase/database","version":"1.0.10-canary.f3a8df72a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.f3a8df72a","@firebase/util":"1.10.2-canary.f3a8df72a","@firebase/component":"0.6.11-canary.f3a8df72a","@firebase/app-check-interop-types":"0.3.3-canary.f3a8df72a","@firebase/auth-interop-types":"0.2.4-canary.f3a8df72a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.f3a8df72a","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.f3a8df72a","readmeFilename":"README.md","gitHead":"f3a8df72adffa374d025d9a6aaafb449402b0860","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/JeYASqS0b2/hgwxHSNJJ/H85xkfIgTXbBdxUSTV/iY7yqq/7694QiUfOsq6Y+23h+c/+5hlEHiJalIRW2nhCA==","shasum":"a8b045d1c126c1bc0e8a35c596387ddcb83ac088","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.f3a8df72a.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCYPKRESdnM0IJdyCE+ZXnSvJ9bkP2Tlmz1klFlZandxAIgGRUktzBLa/ADcGMlTfmavAyB/UwA55ivnkWa73hHSTE="}],"size":1664268},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.f3a8df72a_1736283244223_0.572961581157885"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-07T20:54:04.603Z","publish_time":1736283244603,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.7bf2aec63":{"name":"@firebase/database","version":"1.0.10-canary.7bf2aec63","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.7bf2aec63","@firebase/util":"1.10.2-canary.7bf2aec63","@firebase/component":"0.6.11-canary.7bf2aec63","@firebase/app-check-interop-types":"0.3.3-canary.7bf2aec63","@firebase/auth-interop-types":"0.2.4-canary.7bf2aec63","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.7bf2aec63","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.7bf2aec63","readmeFilename":"README.md","gitHead":"7bf2aec6328b06c9c7dda91354630c0d59f2b411","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-w9ZNRGM4clPnL7r8mLE3AiVI/Rtb3CCt4s3wdbZQl/dx+52a7gt8/uQ/L/hG+hCdWQ3/pi4sSzkWlfaih4ZjRA==","shasum":"ff387c3801d2f8f52c6c421165964ec15041aaa0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.7bf2aec63.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICax9jwaD9m9jq1sz1pcCzg4Ny4tlMjIvtMDr88W7CX+AiEA8eMiQ9VpTrEEiD3VX3LAN24w3BnAUSiJCN8H0P5j4ZQ="}],"size":1664269},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.7bf2aec63_1736331121101_0.057599793082944606"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-08T10:12:01.322Z","publish_time":1736331121322,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.25a6204c1":{"name":"@firebase/database","version":"1.0.10-canary.25a6204c1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.25a6204c1","@firebase/util":"1.10.2-canary.25a6204c1","@firebase/component":"0.6.11-canary.25a6204c1","@firebase/app-check-interop-types":"0.3.3-canary.25a6204c1","@firebase/auth-interop-types":"0.2.4-canary.25a6204c1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.25a6204c1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.25a6204c1","readmeFilename":"README.md","gitHead":"25a6204c1531b6c772e5368d12b2411ae1d21bbc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-tGd5UNXPzXbrklTXWbRYAiOrt3QBkbOyevdOfyluvZg6WDssVxMXyeYeM0J0+cN+Cvhwj81V9QsWMvbRGerF7Q==","shasum":"119b02579b3d7dcf69bd6a053abf1324d3ec04e4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.25a6204c1.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGr7LKolsw917ZLMM84RnK8X7youmLNHehBq0jRPWua8AiEAhtXVaCyjqpe68mJDr4x+h63m03q053XCdLb+PVICFR0="}],"size":1664271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.25a6204c1_1736354148866_0.025907288715009136"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-08T16:35:49.099Z","publish_time":1736354149099,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.645487bc4":{"name":"@firebase/database","version":"1.0.10-canary.645487bc4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.645487bc4","@firebase/util":"1.10.2-canary.645487bc4","@firebase/component":"0.6.11-canary.645487bc4","@firebase/app-check-interop-types":"0.3.3-canary.645487bc4","@firebase/auth-interop-types":"0.2.4-canary.645487bc4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.645487bc4","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.645487bc4","readmeFilename":"README.md","gitHead":"645487bc4f31bd55e00bbe9fcf1920c9b21f51a1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-05TLVt+XgFSRcqC/QoglQ9EnICKYGDPtPpsOWUmuHVDwRU/aRjoL7gPMYSnlsdvrY3Ucxyp5jhNalf+FJweF8g==","shasum":"340bb84bde67a82690cdc1fb772bc6518cf16366","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.645487bc4.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCpw70Y4fjqlVhQC3jSzdCsqwRP+u3N94exK8LJa2453gIhAIpQjOIgfRS58BSsdViXdsZHde1vGiaLuqBNU/snjd7O"}],"size":1664275},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.645487bc4_1736360816650_0.0435168195812512"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-08T18:26:56.901Z","publish_time":1736360816901,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.a13305330":{"name":"@firebase/database","version":"1.0.10-canary.a13305330","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.a13305330","@firebase/util":"1.10.2-canary.a13305330","@firebase/component":"0.6.11-canary.a13305330","@firebase/app-check-interop-types":"0.3.3-canary.a13305330","@firebase/auth-interop-types":"0.2.4-canary.a13305330","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.a13305330","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.a13305330","readmeFilename":"README.md","gitHead":"a133053305095ac85bbf30200107e2a7a593aa77","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-EV7Npa+S1rLuSD0rCpdKUybEN6tRVZR3LIgpMsKIwmORpA6BsNe9a8PSZBEPGHAYDpN3iDlHHqNm1yL43wwroA==","shasum":"8fed20ebd91f2ddfb126cb9be21feffb29f8ea59","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.a13305330.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD0y3bBWpQP4g2pPXNek3waFuGiRXvAMMtnRnve/YtS+wIgTFcrnT2J284+fhVbOQHVxEwjW1doSBY2SnGpqqNCT9Q="}],"size":1664274},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.a13305330_1736445827686_0.44886859567336357"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-09T18:03:48.045Z","publish_time":1736445828045,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.c19a051ce":{"name":"@firebase/database","version":"1.0.10-canary.c19a051ce","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.c19a051ce","@firebase/util":"1.10.2-canary.c19a051ce","@firebase/component":"0.6.11-canary.c19a051ce","@firebase/app-check-interop-types":"0.3.3-canary.c19a051ce","@firebase/auth-interop-types":"0.2.4-canary.c19a051ce","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.c19a051ce","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.c19a051ce","readmeFilename":"README.md","gitHead":"c19a051ce490398f49fbf9bdb7181a986b66fa14","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8boDj1Q0ys3/M5mPAF79QmecuChGccveO/ZpTvODn4UF2IXfbNbVCxpsO9TCaf/Y2IU1wbLABb+e0dPG0/7NCQ==","shasum":"31472f81ae9cd07880dc7cf869daba62093fb48a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.c19a051ce.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCq6clYDUU6LI4nsWCMLDJWAufwMz+gkeeX49Uo3yZITwIgXb2eCgbH0MXBVVlMr3mAVoHdCqCyCCLHdJ5vBr1XcIM="}],"size":1664266},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.c19a051ce_1736447523968_0.1175426376728943"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-09T18:32:04.195Z","publish_time":1736447524195,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.a0e0a1c2c":{"name":"@firebase/database","version":"1.0.10-canary.a0e0a1c2c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.a0e0a1c2c","@firebase/util":"1.10.2-canary.a0e0a1c2c","@firebase/component":"0.6.11-canary.a0e0a1c2c","@firebase/app-check-interop-types":"0.3.3-canary.a0e0a1c2c","@firebase/auth-interop-types":"0.2.4-canary.a0e0a1c2c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.a0e0a1c2c","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.a0e0a1c2c","readmeFilename":"README.md","gitHead":"a0e0a1c2cfd1c6b5fceb2da364afd2c2b3e13545","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-20NmceF7BUKAznwQVdwGxJNLyIxZAfmuf73jacLk1ZpC6UFrVHh2TnQbo3XCe0ph2n7xzX7PiBWhIYbuDgYxxQ==","shasum":"494b472794e063b01e249f500623e759c343950f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.a0e0a1c2c.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDKHXDLesqmCpTjN4HCrgKXjN3tk18eL3sPk6TjOijGLAiBQQtBE/UqgjCG4paHq1flfFeXvc+OOmUVpHv2jOxxnVw=="}],"size":1664264},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.a0e0a1c2c_1736452515491_0.017582585939404094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-09T19:55:15.748Z","publish_time":1736452515748,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.d16a4874b":{"name":"@firebase/database","version":"1.0.10-canary.d16a4874b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.d16a4874b","@firebase/util":"1.10.2-canary.d16a4874b","@firebase/component":"0.6.11-canary.d16a4874b","@firebase/app-check-interop-types":"0.3.3-canary.d16a4874b","@firebase/auth-interop-types":"0.2.4-canary.d16a4874b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.d16a4874b","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.d16a4874b","readmeFilename":"README.md","gitHead":"d16a4874b71ae21ef54e85fc1b43fc92319f7ef1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-SyZYB5GI722TAz6cvscfd9myt+1jEYDOluuXXOOnf5l/BxvgaIfY0yC/BSv9A5m4dDd2QZEa7et601q8Toc+Aw==","shasum":"6e387efbcb5c08b9d2313c49e89480c0227275b3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.d16a4874b.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCOFJxjwbuzaU1lSwY5kIfe1rEgciJkFzxXifncW5SN3wIgZxx/Zi6QFI5g6OtpLBTqrtIaPUoE9EOT9Q4RpQ+elEo="}],"size":1664273},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.d16a4874b_1736469691387_0.3673195495903654"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-10T00:41:31.703Z","publish_time":1736469691703,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.0755a723d":{"name":"@firebase/database","version":"1.0.10-canary.0755a723d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.0755a723d","@firebase/util":"1.10.2-canary.0755a723d","@firebase/component":"0.6.11-canary.0755a723d","@firebase/app-check-interop-types":"0.3.3-canary.0755a723d","@firebase/auth-interop-types":"0.2.4-canary.0755a723d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.0755a723d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.0755a723d","readmeFilename":"README.md","gitHead":"0755a723db80edd204d904ea1d05b95eadb2c5fa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-f088PNMFQjhkSmwvphlFEpBvTjdgkCvR10CiPajQfktltCAIVgy59Mkvs5wIoQjUd2dCCXgLxzQ2UkhCtyLkuQ==","shasum":"5415d4a3e0bf69e92ee9e7dd2bbc1caf0520a43c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.0755a723d.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID6njk/8B6CTdB3wGqiVLjt9aZgCCS0Y6c1CQ1KG1XkgAiBJrp7Fze58HcCf2kkBu1uH1iwD9YBVr3usUTYHV0JfCQ=="}],"size":1664275},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.0755a723d_1736543379660_0.6592893709999654"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-10T21:09:39.999Z","publish_time":1736543379999,"_source_registry_name":"default","contributors":[]},"1.0.11-20250114135622":{"name":"@firebase/database","version":"1.0.11-20250114135622","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.10.3-20250114135622","@firebase/component":"0.6.12-20250114135622","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-20250114135622","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-20250114135622","readmeFilename":"README.md","gitHead":"247627f9cb167a131612eb0a5c14106c67786a64","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xj+lpnOBeSDUuNHoDp9SZJqdJvZWGh9Ks9AzUhkwGTv+CIiuDZjrCqzVoQq8yMxdSWbo5GzA+Pg9OFPt2HxynQ==","shasum":"5f8608871eba9c3f1f83d3f068b73bdcd0180f3e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-20250114135622.tgz","fileCount":231,"unpackedSize":8697619,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBYn6r1sFazyEHXng1YBFT3rSPum2RICOsrsIQzRf+jKAiEAjK656eys3zNdvmdJ3jdEq5zfyrnYvRlXQspRa4PSXMs="}],"size":1664282},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-20250114135622_1736863722424_0.11957857154200835"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-14T14:08:42.728Z","publish_time":1736863722728,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.6a8263446":{"name":"@firebase/database","version":"1.0.10-canary.6a8263446","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.6a8263446","@firebase/util":"1.10.2-canary.6a8263446","@firebase/component":"0.6.11-canary.6a8263446","@firebase/app-check-interop-types":"0.3.3-canary.6a8263446","@firebase/auth-interop-types":"0.2.4-canary.6a8263446","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.6a8263446","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.6a8263446","readmeFilename":"README.md","gitHead":"6a8263446854e5e91930cd888c9f8e55c8041b1f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-IVM7ibXDZz2XIcHB6T9/r6vRmDN7oOfTmlvibLYJ0TCdjFJMmpY/sfTqPNh2njMaKavizxfU3wL/+Ntqz9T48g==","shasum":"ed197cd6a7c04af4bf4d87744865d1aa5ce7be25","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.6a8263446.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCVeI1FFhYzWKMRcbFXAT6V2neECj646taTTl5B3jxZagIhANfsgv6eFCimEY5qlGv3loItH29PRpmQ09dpeEQA9/nB"}],"size":1664276},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.6a8263446_1736896389800_0.5386922942784844"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-14T23:13:10.109Z","publish_time":1736896390109,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.21164c201":{"name":"@firebase/database","version":"1.0.10-canary.21164c201","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.21164c201","@firebase/util":"1.10.2-canary.21164c201","@firebase/component":"0.6.11-canary.21164c201","@firebase/app-check-interop-types":"0.3.3-canary.21164c201","@firebase/auth-interop-types":"0.2.4-canary.21164c201","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.21164c201","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.21164c201","readmeFilename":"README.md","gitHead":"21164c20198de0d3fd0b81bcbbfefa9724065815","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-bz4rH4WjazQOFpkvdwGB2WDIKVeQDwuXAeWaF1S7xwwwRW9jos0+HcysqHv4u1D2Pt66E60xcZ59Ctd1IrHaIg==","shasum":"7ab605964b5e49faa993688c44307249e964822b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.21164c201.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDTKy9rBXwWQncDg6jHHO7TS9EaNCRRsCqp4eBC1g9OmQIgfM2RJYvYO7ENPESwdvkpJ2SFhMEAMecEINk11ENbh48="}],"size":1664271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.21164c201_1736897721049_0.44513310966281905"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-14T23:35:21.325Z","publish_time":1736897721325,"_source_registry_name":"default","contributors":[]},"1.0.10-canary.0b318a9b8":{"name":"@firebase/database","version":"1.0.10-canary.0b318a9b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.0b318a9b8","@firebase/util":"1.10.2-canary.0b318a9b8","@firebase/component":"0.6.11-canary.0b318a9b8","@firebase/app-check-interop-types":"0.3.3-canary.0b318a9b8","@firebase/auth-interop-types":"0.2.4-canary.0b318a9b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.17-canary.0b318a9b8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.10-canary.0b318a9b8","readmeFilename":"README.md","gitHead":"0b318a9b851bf7e73b10ce63b6eb7a6a86768771","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-OslQ4W161DHMTY9H9BxWsQ//Iv0G5o/tg6ZSHrld3dWyZnJnxP6vFiM8MvnN5QgZscjODL2fgqQY21iGZHXQ0g==","shasum":"04e3681c37c8332b34417a7fe237b43aa6804308","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.10-canary.0b318a9b8.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB/4GekMJW4zDPpEUpkZ7CkMgj1iCY4AAQ4DNWXdw4X6AiEAxvxu+61kuHIKtmKK95k7BD5WPW+vuOiPFv7llCi8WVo="}],"size":1664271},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.10-canary.0b318a9b8_1736899323194_0.42799370942164416"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-15T00:02:03.483Z","publish_time":1736899323483,"_source_registry_name":"default","contributors":[]},"1.0.11":{"name":"@firebase/database","version":"1.0.11","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.10.3","@firebase/component":"0.6.12","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11","gitHead":"d094e60f417d26a3dac5a8d400c27f90dac22bc1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-gLrw/XeioswWUXgpVKCPAzzoOuvYNqK5fRUeiJTzO7Mlp9P6ylFEyPJlRBl1djqYye641r3MX6AmIeMXwjgwuQ==","shasum":"5b9960a07a0d49361f67fc69affc779cae4e07e3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11.tgz","fileCount":231,"unpackedSize":8697499,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFopywVM8ESN6UTI8BYmkGzziJZCF4M45Yxku1kYnMjtAiARROh1ogb1PIHuxrWMlscn2As4om8Q723vZPCcCajVow=="}],"size":1664207},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11_1737035548457_0.10569291817790027"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-16T13:52:28.786Z","publish_time":1737035548786,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.144bc3709":{"name":"@firebase/database","version":"1.0.11-canary.144bc3709","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.144bc3709","@firebase/util":"1.10.3-canary.144bc3709","@firebase/component":"0.6.12-canary.144bc3709","@firebase/app-check-interop-types":"0.3.3-canary.144bc3709","@firebase/auth-interop-types":"0.2.4-canary.144bc3709","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.144bc3709","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.144bc3709","readmeFilename":"README.md","gitHead":"144bc370942f1bdd00f482b40df2581e7ed83a0a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-de0kw1aHdIJlj+QZZwvOCGkDV18a+8KAevqpnkXTMTszoAQ5am460RQ1C/+2Hf1LQ1/eHYWTzRE3/3wuiNI73w==","shasum":"fe496da461c52c9b477bdc9f91a4f48ddb4c3956","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.144bc3709.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDZSgkuNNbFLjuvIzJxLdeeHinDw+vhCfH+TsX/iSAVogIhAPoZQikZ/mpWpw5dzO01b5vz0x7txiV0VkgEuy+dXsk0"}],"size":1664273},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.144bc3709_1737037151015_0.956271389989805"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-16T14:19:11.277Z","publish_time":1737037151277,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.3aefcc3e1":{"name":"@firebase/database","version":"1.0.11-canary.3aefcc3e1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.3aefcc3e1","@firebase/util":"1.10.3-canary.3aefcc3e1","@firebase/component":"0.6.12-canary.3aefcc3e1","@firebase/app-check-interop-types":"0.3.3-canary.3aefcc3e1","@firebase/auth-interop-types":"0.2.4-canary.3aefcc3e1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.3aefcc3e1","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.3aefcc3e1","readmeFilename":"README.md","gitHead":"3aefcc3e19c7cf67da68859e67210e5ddb000583","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5i5mWXR90hmyPqD4wRf4TF/2WiXCb9bi3A0y5IYfxTjqpHLPK/Gpa4ULE6PSCjDWpoCEvnkgovPro1zjjQJu7Q==","shasum":"7487c2a066b9ab083173d9fd2a8c42f189db960e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.3aefcc3e1.tgz","fileCount":231,"unpackedSize":8697686,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGpCFs/5fmyjG+l4bq3Mi7Ja+eGiSOmQt0xpkU3Bn4j8AiEA1npTGvUcEssKgsilgTcmEHoQx4kBDXIYdrvDe384TKY="}],"size":1664262},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.3aefcc3e1_1737058244348_0.056371495860099596"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-16T20:10:44.697Z","publish_time":1737058244697,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.97d48c765":{"name":"@firebase/database","version":"1.0.11-canary.97d48c765","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.97d48c765","@firebase/util":"1.10.3-canary.97d48c765","@firebase/component":"0.6.12-canary.97d48c765","@firebase/app-check-interop-types":"0.3.3-canary.97d48c765","@firebase/auth-interop-types":"0.2.4-canary.97d48c765","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.97d48c765","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.97d48c765","readmeFilename":"README.md","gitHead":"97d48c7650e2d4273b7f94c8964dfcb44113952a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Hm+zT/xUysRgRwQH+ftYtGXNbg7sOrM2DgPQtFdnjHQwMvM+jpUhg9wC7jDZSIYZlbMWoTNrNyw29MtnxSzRKA==","shasum":"a8cb67a76cda45346c031b05c0366f51e7dd851e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.97d48c765.tgz","fileCount":231,"unpackedSize":8705242,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCmqTlsHpCOFVGnv9Y2ukv22FtC6D4vPR6/msdpvmmabgIgYiWX2DVrnHTLaI43SAqkWc7tLOjoPqsSSPe4kTLXIWA="}],"size":1666238},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.97d48c765_1737474883938_0.8635680582865719"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-21T15:54:44.310Z","publish_time":1737474884310,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.2af68a5f7":{"name":"@firebase/database","version":"1.0.11-canary.2af68a5f7","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.11-canary.2af68a5f7","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"da39e508e78843d4ab716bcbbf262d5f9b62d5a2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.2af68a5f7.tgz","fileCount":231,"integrity":"sha512-tpr4Yd58HVk9/Zs3vCQlNiq55RQXrRFLzqGgxidoZVSO1yLmLKqovMwflftZ/5ocEps8IaeI1irExds8I8sD/Q==","signatures":[{"sig":"MEYCIQCheS06TeD6+1XsMmiMcukfpvqYQNh80wG0hryZlkVfOwIhALQa4iz9kOfCrQe9rAa56TWygmeUFLPdNmQwn3gyeLU9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8705242,"size":1666233},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"2af68a5f730d0c079a547edf10f6afd0c26f426f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.2af68a5f7","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.2af68a5f7","@firebase/component":"0.6.12-canary.2af68a5f7","@firebase/auth-interop-types":"0.2.4-canary.2af68a5f7","@firebase/app-check-interop-types":"0.3.3-canary.2af68a5f7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"5.5.4","@firebase/app":"0.10.18-canary.2af68a5f7","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.11-canary.2af68a5f7_1737489354820_0.6713511839608792","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-21T19:55:55.239Z","publish_time":1737489355239,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.3c1559b7e":{"name":"@firebase/database","version":"1.0.11-canary.3c1559b7e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.3c1559b7e","@firebase/util":"1.10.3-canary.3c1559b7e","@firebase/component":"0.6.12-canary.3c1559b7e","@firebase/app-check-interop-types":"0.3.3-canary.3c1559b7e","@firebase/auth-interop-types":"0.2.4-canary.3c1559b7e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.3c1559b7e","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.3c1559b7e","readmeFilename":"README.md","gitHead":"3c1559b7e313b04a13463a651648756db476eda5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-rWsQGdEqKkhD9UuDPxPRIJsLrmOumg2Yf/RNWuM9zlvuHIyYNxW9FTYEQH6Pp9qCN95HGzaTQLfgntDTICMleg==","shasum":"b2f35bb0c75a3ec53ec7f0c4bef840271d989d03","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.3c1559b7e.tgz","fileCount":231,"unpackedSize":8705242,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDLQ00zJkjDRyD9XOLRyxZ8WE16orMhkWlpO3QYtMl0WAiEArPW1K054VNJgUAzoRqdRtKIOqVkx0dpoUxrhNhQrbN0="}],"size":1666227},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.3c1559b7e_1737490271016_0.2640962623193721"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-21T20:11:11.290Z","publish_time":1737490271290,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.2ec1c7682":{"name":"@firebase/database","version":"1.0.11-canary.2ec1c7682","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.2ec1c7682","@firebase/util":"1.10.3-canary.2ec1c7682","@firebase/component":"0.6.12-canary.2ec1c7682","@firebase/app-check-interop-types":"0.3.3-canary.2ec1c7682","@firebase/auth-interop-types":"0.2.4-canary.2ec1c7682","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.2ec1c7682","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.2ec1c7682","readmeFilename":"README.md","gitHead":"2ec1c768271b8432ef15fc4ba46e825ee15f3ee1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xGl+xj1HjtSQKJe5MkGOXeaIgXIo737S3N9C+xO1xkL9Vf2BBLhNhZhaxeFD3MQHvMSZJJXPBbHEKVGyF23B2A==","shasum":"87913d34effd89338f512436cf8e2e73dd6130c0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.2ec1c7682.tgz","fileCount":231,"unpackedSize":8705242,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBEQIVHZLAQLOOT12ANvx7+km0ZKo4AmxHc+HczL163hAiApYCEjfZsobUxVAo9KN1anyK4OhPUqS3wpjKVTZdbhPQ=="}],"size":1666230},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.2ec1c7682_1737560787438_0.1858958798023982"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-22T15:46:27.754Z","publish_time":1737560787754,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.d8aabaf9e":{"name":"@firebase/database","version":"1.0.11-canary.d8aabaf9e","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.11-canary.d8aabaf9e","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"6c73e6c77705fae8960e48dae103246fe35d0773","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.d8aabaf9e.tgz","fileCount":231,"integrity":"sha512-cEJ+gw7xTgjK3A6gI8w3beqFOBJF8UM8stxWR811Z60bHtnWMVs6fcwMDcTNgKyy0NWokPsSYBT/IIpW4NgbLg==","signatures":[{"sig":"MEUCIBiAeKuBr40w0FGub+6CD70zaXXK+qdBjUgCILfnBxy0AiEAwtZWIWPVM8VAqB4j/m6CUnV67nVXIZYEhqV20DE4fjk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8705242,"size":1666195},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"d8aabaf9eba6ef1c3feaf4feb6de24eca5f09e75","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.d8aabaf9e","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.d8aabaf9e","@firebase/component":"0.6.12-canary.d8aabaf9e","@firebase/auth-interop-types":"0.2.4-canary.d8aabaf9e","@firebase/app-check-interop-types":"0.3.3-canary.d8aabaf9e"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"5.5.4","@firebase/app":"0.10.18-canary.d8aabaf9e","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.11-canary.d8aabaf9e_1737659494837_0.6595064264416646","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-23T19:11:35.082Z","publish_time":1737659495082,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.24a90eeb0":{"name":"@firebase/database","version":"1.0.11-canary.24a90eeb0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.24a90eeb0","@firebase/util":"1.10.3-canary.24a90eeb0","@firebase/component":"0.6.12-canary.24a90eeb0","@firebase/app-check-interop-types":"0.3.3-canary.24a90eeb0","@firebase/auth-interop-types":"0.2.4-canary.24a90eeb0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.24a90eeb0","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.24a90eeb0","readmeFilename":"README.md","gitHead":"24a90eeb0ab4162d3ae09b5dfa804edfef8f65d2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ih4SXnRlqYsQltxEOwqyoSBQmzMAhbYnEtVExzjythFUisZtoSxp0sKs6eKaL+biIukjDA1RedFM2JYMkF7csQ==","shasum":"ac87a892963cb4e1e3ea0b6f91e89ad2f9536e33","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.24a90eeb0.tgz","fileCount":231,"unpackedSize":8705242,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIA1OR4rL55tMXhzP4E7sLEuXotxMnwuaZUF7VOx9sl48AiEAxEoNoj707y0GrsEo6tcKuYxqeiz4TljXOHv27ZpXbbE="}],"size":1666203},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.24a90eeb0_1737662216596_0.3928376551325774"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-23T19:56:56.914Z","publish_time":1737662216914,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.190cd6217":{"name":"@firebase/database","version":"1.0.11-canary.190cd6217","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.190cd6217","@firebase/util":"1.10.3-canary.190cd6217","@firebase/component":"0.6.12-canary.190cd6217","@firebase/app-check-interop-types":"0.3.3-canary.190cd6217","@firebase/auth-interop-types":"0.2.4-canary.190cd6217","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.190cd6217","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.190cd6217","readmeFilename":"README.md","gitHead":"190cd6217ccfd322cbac18e779d9b2411ac09dff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-fcmdAYNabx0vx6qbNY0OSvT9TgjE6wW7PIwmoO079E2rlskyqchstgI/otCZK8APNyuquKxpV+5IpZ6oZAGNeQ==","shasum":"3e357b6a7e6b92bb5e4b7d464987e788131d7644","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.190cd6217.tgz","fileCount":231,"unpackedSize":8705242,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCLxvbAJsz0p2kSinkl2qlRUCrEe4yGWKWta29/DREdugIgBkbmScBPbhgHorqYK/xy+MZDbA3mjO64zbyIA8lLEMg="}],"size":1666209},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.190cd6217_1737665574897_0.21210870054892572"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-23T20:52:55.633Z","publish_time":1737665575633,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.d75102f84":{"name":"@firebase/database","version":"1.0.11-canary.d75102f84","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.d75102f84","@firebase/util":"1.10.3-canary.d75102f84","@firebase/component":"0.6.12-canary.d75102f84","@firebase/app-check-interop-types":"0.3.3-canary.d75102f84","@firebase/auth-interop-types":"0.2.4-canary.d75102f84","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.d75102f84","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.d75102f84","readmeFilename":"README.md","gitHead":"d75102f842aeff0538a028ecf771909ab3c91310","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-TgrWPeNBRSpxA8cMCemeHWZrVpbgYOBlFNBkRoQNNIFQImEZWqTHGEQqjn7a34Bge3zRUg9Eg+XEyw5h1kHplw==","shasum":"ebaf578b6abf6a2c60522574ed568e1fef661700","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.d75102f84.tgz","fileCount":231,"unpackedSize":8705242,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDsRr8mUzyl8e1ojcxQ+ji+TuBdYnrO8JCOdm2HbKWfbgIhAJBZNxe+3SDhvYo/xGYjJE6oUNRwJvb6yUC9Gk6E/Nj5"}],"size":1666210},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.d75102f84_1737665923588_0.2986039563104621"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-23T20:58:43.835Z","publish_time":1737665923835,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.105d248bd":{"name":"@firebase/database","version":"1.0.11-canary.105d248bd","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.11-canary.105d248bd","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"cad3588b6fc781426b23cfa02d8c57b203842612","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.105d248bd.tgz","fileCount":231,"integrity":"sha512-ZTSP6eadsEV2jMdy10Ul3WTWUgYimDMgKQDPWyqojzIo3/nmyvvdosq5gAjx/c6Plm89pgMfnJudE5CYYyx9jA==","signatures":[{"sig":"MEUCIF/OS0b5JpFKNmqiTQzWQIzZqwtDoWkNA1oYo4JUZyX6AiEA4UsfEm5rjk5mCLIz3+ffQYXO4EUW26BWeLCd8gOOfV8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8705242,"size":1666208},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"105d248bd4ddf5d38d5fa7b8a3ec57af2abf459a","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.105d248bd","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.105d248bd","@firebase/component":"0.6.12-canary.105d248bd","@firebase/auth-interop-types":"0.2.4-canary.105d248bd","@firebase/app-check-interop-types":"0.3.3-canary.105d248bd"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"5.5.4","@firebase/app":"0.10.18-canary.105d248bd","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.11-canary.105d248bd_1737673964369_0.4348508259039694","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-23T23:12:44.676Z","publish_time":1737673964676,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.178ad99b9":{"name":"@firebase/database","version":"1.0.11-canary.178ad99b9","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.11-canary.178ad99b9","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"fd8bb8472074294f94ebba6e11f2f7f335d683c5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.178ad99b9.tgz","fileCount":231,"integrity":"sha512-oCdJPYjVDjgMl3ASpUI7/ALlTG44InnUMXMDcOq932PTFbnIQmhK0OYWKZUe9PnC0S6Lj9Av2boeKfpxAwwWRg==","signatures":[{"sig":"MEUCIH+QfTC/XSD5RsxzE0Jv6Mh9SpLjwi0whhbohO8/5wK8AiEAsrwwJe/JNzHE7CCkh4KvI2tIFGCSPp4ssGDTDMLxvT8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8705242,"size":1666211},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"178ad99b9758b1661d72e87fa48b1d4c81c627b5","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.178ad99b9","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.178ad99b9","@firebase/component":"0.6.12-canary.178ad99b9","@firebase/auth-interop-types":"0.2.4-canary.178ad99b9","@firebase/app-check-interop-types":"0.3.3-canary.178ad99b9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"5.5.4","@firebase/app":"0.10.18-canary.178ad99b9","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.11-canary.178ad99b9_1737734546239_0.936401286044483","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-24T16:02:26.502Z","publish_time":1737734546502,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.59ae45e48":{"name":"@firebase/database","version":"1.0.11-canary.59ae45e48","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.59ae45e48","@firebase/util":"1.10.3-canary.59ae45e48","@firebase/component":"0.6.12-canary.59ae45e48","@firebase/app-check-interop-types":"0.3.3-canary.59ae45e48","@firebase/auth-interop-types":"0.2.4-canary.59ae45e48","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.59ae45e48","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.59ae45e48","readmeFilename":"README.md","gitHead":"59ae45e483f7c9b58552b65f2b3c30bbb2ab400a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8l9rnmDRQGCesc1d+9l5eQ8BLeBTDaHoi6Y4l/MjMIT8DIE4RypoAOrJi99Y5gWYsdpV4PjnGeM9LuxUfofGFg==","shasum":"2075c3c43afd62e4efdf39c4b2002a3a7df0f578","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.59ae45e48.tgz","fileCount":231,"unpackedSize":8705242,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDjMWVhBqA9dZF6xjAfNDo28gJN7msALGjskeUxKgKr2wIhAL4TXV4EQwcBejC7wV0YnQrpN2ZeHGcpzc684Nywzzfu"}],"size":1666208},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.59ae45e48_1737750466438_0.14260952246855219"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-24T20:27:46.732Z","publish_time":1737750466732,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.99766e0b8":{"name":"@firebase/database","version":"1.0.11-canary.99766e0b8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.99766e0b8","@firebase/util":"1.10.3-canary.99766e0b8","@firebase/component":"0.6.12-canary.99766e0b8","@firebase/app-check-interop-types":"0.3.3-canary.99766e0b8","@firebase/auth-interop-types":"0.2.4-canary.99766e0b8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.99766e0b8","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.99766e0b8","readmeFilename":"README.md","gitHead":"99766e0b894a1c64a1eb7c1edf309fd9d01a0bdd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-fIjqvaxp01y1T2/L/fDJ+3QV5eHknIr65zk4VUQ8U1aiA/dRHsAwc77G67W1nRaE09AgCZe9Ix7FXUEN3huT5Q==","shasum":"83021fc59fb041b78ddaf7e3c38c9792f1c4b6a3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.99766e0b8.tgz","fileCount":231,"unpackedSize":8705242,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCZT0viLSR4AnbF+k1kuiz5fkE/UIn2Bw+4ihbxaQRSkQIhAIapaMkTPRvmuPQGei6m8uaf/7o3oTAqLgAcg1gabpJ/"}],"size":1666212},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.99766e0b8_1738011944930_0.7051013522615055"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-27T21:05:45.204Z","publish_time":1738011945204,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.dafae52af":{"name":"@firebase/database","version":"1.0.11-canary.dafae52af","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.11-canary.dafae52af","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"ed5185f7ee7788573c1653712fd2c2df68e6494d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.dafae52af.tgz","fileCount":231,"integrity":"sha512-LhGSctAyce9tdHijcfTkXUKFrj1DoWzMCRDP+qdZ5sf2iYfZnQRf+9aospqETpZsGKzCPVHxC5TLgagOINDQKg==","signatures":[{"sig":"MEUCIBTcHNzf7h8zq61z1qky5lannPgj6vClMlkFzKrRX/dAAiEAleZrc+ykkJKRiMi9bNoplClKuwMDW/iF38UZmS3O83w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8705242,"size":1666200},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"dafae52afda0b653a763b071960ee87010a63aa1","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.dafae52af","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.dafae52af","@firebase/component":"0.6.12-canary.dafae52af","@firebase/auth-interop-types":"0.2.4-canary.dafae52af","@firebase/app-check-interop-types":"0.3.3-canary.dafae52af"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.1","typescript":"5.5.4","@firebase/app":"0.10.18-canary.dafae52af","rollup-plugin-typescript2":"0.31.2"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.11-canary.dafae52af_1738022113229_0.19284680141330424","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-27T23:55:13.592Z","publish_time":1738022113592,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.01f36ea41":{"name":"@firebase/database","version":"1.0.11-canary.01f36ea41","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.01f36ea41","@firebase/util":"1.10.3-canary.01f36ea41","@firebase/component":"0.6.12-canary.01f36ea41","@firebase/app-check-interop-types":"0.3.3-canary.01f36ea41","@firebase/auth-interop-types":"0.2.4-canary.01f36ea41","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.01f36ea41","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.01f36ea41","readmeFilename":"README.md","gitHead":"01f36ea41011fdd6ec77e4b1a799193bef58aa91","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cskbxaISUeIMsRKKKjaWnI80RbVL1fk8W9fYJ5eKH4w3aTTnMZPUjgxTWqnVvpHbATdM2OzCBAxsdqIpYhJ43Q==","shasum":"23e7bc690a8d3eb5e24532e006950517ff7a9656","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.01f36ea41.tgz","fileCount":231,"unpackedSize":8705637,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHAfo7dKuZlBQmP9kM3nU84R6uf5i0MZ+Obqq/56MFRWAiBJSjUXn1r+2RK8+jH1XPP+GpsQTfgYRe6kN7t0hyctmw=="}],"size":1666251},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.01f36ea41_1738109733121_0.4335584455255135"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-29T00:15:33.484Z","publish_time":1738109733484,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.28eaaf4ba":{"name":"@firebase/database","version":"1.0.11-canary.28eaaf4ba","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.28eaaf4ba","@firebase/util":"1.10.3-canary.28eaaf4ba","@firebase/component":"0.6.12-canary.28eaaf4ba","@firebase/app-check-interop-types":"0.3.3-canary.28eaaf4ba","@firebase/auth-interop-types":"0.2.4-canary.28eaaf4ba","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.28eaaf4ba","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.28eaaf4ba","readmeFilename":"README.md","gitHead":"28eaaf4bab0efcd790f1df5073921685a498dccc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-qEitLzhjK+sM75orKDeT8i3k+mnyh1hNg2lf73CbspORZbJxHi++DgQd2368jjVkCx3w3KjGtAy95Hber10lWg==","shasum":"6f0d0660ae0fab80037ba1e384051a35a4f07fd6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.28eaaf4ba.tgz","fileCount":231,"unpackedSize":8705637,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC69zxShOMI4XvxXMOuwMC9IpU2UmexmBK/f/vG8PgU6gIgT+0vF0ZexGKZIZWzPneyoPrHWogmGbzWiUimXrhvOyA="}],"size":1666249},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.28eaaf4ba_1738266706456_0.3113894311637513"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-30T19:51:46.734Z","publish_time":1738266706734,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.82373b372":{"name":"@firebase/database","version":"1.0.11-canary.82373b372","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.82373b372","@firebase/util":"1.10.3-canary.82373b372","@firebase/component":"0.6.12-canary.82373b372","@firebase/app-check-interop-types":"0.3.3-canary.82373b372","@firebase/auth-interop-types":"0.2.4-canary.82373b372","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.82373b372","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.82373b372","readmeFilename":"README.md","gitHead":"82373b372228577779e4d8617f6d412c53680e71","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-KGZ/Nwp/qT+ApWpunvWyQNxOYGuV/ZIGf0t751rndIGLfmxryo1k/BBZlzBtGKn5oOCQIURL0NL2C93VnvInvQ==","shasum":"457978016fd7020a893acb8ca689fe174395f947","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.82373b372.tgz","fileCount":231,"unpackedSize":8705637,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAzZXNGH+34Lx8Q1joJetATTAYkdeuTIaiFNHqJk6DNvAiEA9LO4HHj6N9jaYuE2ifyFcMpp/zfQqHjguNASZ3+Y8fU="}],"size":1666255},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.82373b372_1738269531506_0.31263694853254775"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-30T20:38:51.799Z","publish_time":1738269531799,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.d1c6e311d":{"name":"@firebase/database","version":"1.0.11-canary.d1c6e311d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.d1c6e311d","@firebase/util":"1.10.3-canary.d1c6e311d","@firebase/component":"0.6.12-canary.d1c6e311d","@firebase/app-check-interop-types":"0.3.3-canary.d1c6e311d","@firebase/auth-interop-types":"0.2.4-canary.d1c6e311d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.d1c6e311d","rollup":"2.79.1","rollup-plugin-typescript2":"0.31.2","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.d1c6e311d","readmeFilename":"README.md","gitHead":"d1c6e311dbae1b5864d8c7254b0242024cf1d6c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-zgDVvx4FLo9HoIXusq5xToxF8+3Pr7s5mBTshV+XqgxcniWsG0yOv1tIsOHE24dZeWaboVGqDaSVLc8OJ6p+SQ==","shasum":"06f7e2c221d1821ee8b3c617a66636bda44dc8db","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.d1c6e311d.tgz","fileCount":231,"unpackedSize":8705637,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAzO9McvCe+YsV+n1d8TMYNLJfvZCZWQufJZpzH0cM70AiEA8Wv1ZLh3hBqjvpMaUSGj4GH9mXj/DM2hBFTnFwIH/pk="}],"size":1666252},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.d1c6e311d_1738622839053_0.8387794732705425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-03T22:47:19.369Z","publish_time":1738622839369,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.2f92a7402":{"name":"@firebase/database","version":"1.0.11-canary.2f92a7402","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.11-canary.2f92a7402","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"e5d6996f260448f25027f68112d22082f8d02342","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.2f92a7402.tgz","fileCount":201,"integrity":"sha512-F0mfVbvgiNrP/hMngeQi7FpeURY9sEwOS2Bw6fXAW1mo/5no4dBgDDOqbydgE7Ch6rwSwRFIPN0OREns/dZ2KA==","signatures":[{"sig":"MEYCIQDgk82TsRqxalK4Hev1HGwHjmn0l/GNubic6UcURSBZhAIhAI18YHSH4y03TDGInyZ/bkcFaEV9gHzKbpz2lWqMDyqz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8687023,"size":1664760},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"2f92a7402ebf6723b2d8b8d464913ee7d692c054","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.2f92a7402","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.2f92a7402","@firebase/component":"0.6.12-canary.2f92a7402","@firebase/auth-interop-types":"0.2.4-canary.2f92a7402","@firebase/app-check-interop-types":"0.3.3-canary.2f92a7402"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.10.18-canary.2f92a7402","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.11-canary.2f92a7402_1738705419848_0.898532524272003","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-04T21:43:40.104Z","publish_time":1738705420104,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.9d88e3a85":{"name":"@firebase/database","version":"1.0.11-canary.9d88e3a85","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.11-canary.9d88e3a85","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"691c9c511460270263dd68166cd56aed4e799dd3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.9d88e3a85.tgz","fileCount":201,"integrity":"sha512-y4qA0WgEkO7xqUZZ+65XC/pukjPI4TZP9UDqbEgoWH9+lm4gI3hGHP1yXV6qo40h7ez0MAEN9yawxzXS2XCRZw==","signatures":[{"sig":"MEYCIQDO3HJcIqnuqLlQWuKp4C64dBkgPG/BJ+aPdu8etZElNQIhAKVFtHpyxOiIbpVvX/OBhm9BtdM+R4n36+h6uSafypy7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8687023,"size":1664760},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"9d88e3a85a7253694dd7cf58d7eb834e41af2b79","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.9d88e3a85","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.9d88e3a85","@firebase/component":"0.6.12-canary.9d88e3a85","@firebase/auth-interop-types":"0.2.4-canary.9d88e3a85","@firebase/app-check-interop-types":"0.3.3-canary.9d88e3a85"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.10.18-canary.9d88e3a85","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.11-canary.9d88e3a85_1738708186729_0.4597127252940716","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-04T22:29:47.002Z","publish_time":1738708187002,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.721e5a7e9":{"name":"@firebase/database","version":"1.0.11-canary.721e5a7e9","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.11-canary.721e5a7e9","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"b77e3e186ff191342a1290d7b3945eacf1f4d026","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.721e5a7e9.tgz","fileCount":201,"integrity":"sha512-scRkDxAJzdhx3T33JI7uG37l6arwDsasfB2RzDx2JRzI6PhELlhLwhFJKUItNwyQGt3Ce6UOL+9b8wQ7n0BbIw==","signatures":[{"sig":"MEUCIHUGLOx7RxmeINuffqoeWxYPCHqoXRJDiKvBK5nI7FmCAiEAvhFRjRburbL/DOBvTe0k6B5+96ORyI4Bk4nL/hdXfQQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8687023,"size":1664759},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"721e5a7e97db5d2136c8338e2522dd07dbc3a29e","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.721e5a7e9","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.721e5a7e9","@firebase/component":"0.6.12-canary.721e5a7e9","@firebase/auth-interop-types":"0.2.4-canary.721e5a7e9","@firebase/app-check-interop-types":"0.3.3-canary.721e5a7e9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.10.18-canary.721e5a7e9","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.11-canary.721e5a7e9_1738775363469_0.3467113981597225","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-05T17:09:23.688Z","publish_time":1738775363688,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.313faf66b":{"name":"@firebase/database","version":"1.0.11-canary.313faf66b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.313faf66b","@firebase/util":"1.10.3-canary.313faf66b","@firebase/component":"0.6.12-canary.313faf66b","@firebase/app-check-interop-types":"0.3.3-canary.313faf66b","@firebase/auth-interop-types":"0.2.4-canary.313faf66b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.313faf66b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.313faf66b","readmeFilename":"README.md","gitHead":"313faf66b88ac5ff60a6301b58bd3b9a71ffe74e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GWUu85e1UtsyY1IkeEN+CvJ4YS+vqhfLZjNyEv7rIKEZrxyVm6wDM8YNhgMCE12jX40tQm9fWi/oaElTa7xwlg==","shasum":"ad585836972d7039657cc7a0ac690c045d66c059","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.313faf66b.tgz","fileCount":201,"unpackedSize":8687023,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBwUlmdB8GNdw8/QuDLr1IltTCkLh9B2eHlp6UEfpXBRAiAdtXfxSjDY6EjSOTx4DZlVboj4bNbpvNa1UNNKuo3zQg=="}],"size":1664760},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.313faf66b_1738779373899_0.7506882958447716"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-05T18:16:14.169Z","publish_time":1738779374169,"_source_registry_name":"default","contributors":[]},"1.0.12-20250205191324":{"name":"@firebase/database","version":"1.0.12-20250205191324","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.10.3","@firebase/component":"0.6.12","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-20250205191324","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-20250205191324","readmeFilename":"README.md","gitHead":"8a0fef2f26d3239ec9bf237ec66e9b60b0b52f0c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BGrQSAmqLOCjzZikVGdAqZPRkf6kAI2cD+bR638PyjKhDzpBc28UDxRDdLBltGhC4pB4/rncG0d6hcLE98kfDA==","shasum":"35af2d45f9ae57fdfd5f48456198a127f65d3b65","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-20250205191324.tgz","fileCount":201,"unpackedSize":8686925,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBy+JE+yZS1F9TKisejU4TC/AVFezoLHpjHmaimeKex6AiB1vBle5EywZgCSCxOfZKvyIyfuTILcMUizT7nlax8vaA=="}],"size":1664759},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-20250205191324_1738783313566_0.6053188121177537"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-05T19:21:53.837Z","publish_time":1738783313837,"_source_registry_name":"default","contributors":[]},"1.0.12-20250205220033":{"name":"@firebase/database","version":"1.0.12-20250205220033","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.12-20250205220033","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"1fb59908d5aa3e77a6d3dc5f59c8e20aaecca9f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-20250205220033.tgz","fileCount":201,"integrity":"sha512-M4/10LvaTzeBZiuijkL0X7y2L8s7NNfHWNTfpE5n9s6h3TMMA9QWvqGVsWtuocaUQhswRCoYjEEwUby71ZsjUA==","signatures":[{"sig":"MEUCIQDI9COEJLbIqcRc6Y9Unnr24+DoLMmBCxtrHMWlWcm5EgIgVTrx231l+6FVYgvMe5pIprPicZlj1sfCoh8BAgtgj34=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8686925,"size":1664758},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"8daf47f3661713a4bfce9ba39181332fae2d549c","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3","faye-websocket":"0.11.4","@firebase/logger":"0.4.4","@firebase/component":"0.6.12","@firebase/auth-interop-types":"0.2.4","@firebase/app-check-interop-types":"0.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.0-20250205220033","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.12-20250205220033_1738793380499_0.5102321633701525","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-05T22:09:40.778Z","publish_time":1738793380778,"_source_registry_name":"default","contributors":[]},"1.0.11-canary.5250e8006":{"name":"@firebase/database","version":"1.0.11-canary.5250e8006","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.5250e8006","@firebase/util":"1.10.3-canary.5250e8006","@firebase/component":"0.6.12-canary.5250e8006","@firebase/app-check-interop-types":"0.3.3-canary.5250e8006","@firebase/auth-interop-types":"0.2.4-canary.5250e8006","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.10.18-canary.5250e8006","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.11-canary.5250e8006","readmeFilename":"README.md","gitHead":"5250e80066e07542e12f9c36813943a6ef99af90","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-60EKXw1qhaFiOWX2ACp3usdmMis7Sq/dxejyhSbi7YBPzRskrqpl/y4JATrxFP+LzHH8tJaGBRXZaD/VDoRZYg==","shasum":"8ca03f16d9e9f89cc34f8d36396b8661af7b1f92","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.11-canary.5250e8006.tgz","fileCount":201,"unpackedSize":8687023,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCKmQMJfw8B7qGjUdF5tZAdYHLQx+CDE1nbV5EGFOrlLwIgQOGIeTswMkTIw+BOWBBh2PSnjkF6m69YT/iELLrYCvM="}],"size":1664761},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.11-canary.5250e8006_1738793411915_0.407622580959371"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-05T22:10:12.216Z","publish_time":1738793412216,"_source_registry_name":"default","contributors":[]},"1.0.12":{"name":"@firebase/database","version":"1.0.12","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.12","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"4e1807b82dc734df8596eac44d7766ff96c2de24","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12.tgz","fileCount":201,"integrity":"sha512-psFl5t6rSFHq3i3fnU1QQlc4BB9Hnhh8TgEqvQlPPm8kDLw8gYxvjqYw3c5CZW0+zKR837nwT6im/wtJUivMKw==","signatures":[{"sig":"MEUCIQCrP3D/PjY6MaAQUEWDTVjQxqN2t1VdjZ9Y4Ws05z84PQIgZRZA1bWLAd0eXTdtq/mLrjZD/etD2vI3xh1dBozbS0M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8686835,"size":1664667},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"4e6a5c67017f0f390f55867926c4098fe13476be","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3","faye-websocket":"0.11.4","@firebase/logger":"0.4.4","@firebase/component":"0.6.12","@firebase/auth-interop-types":"0.2.4","@firebase/app-check-interop-types":"0.3.3"},"_hasShrinkwrap":false,"devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.0","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.12_1738873537561_0.12138848685754522","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-06T20:25:38.132Z","publish_time":1738873538132,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.4e6a5c670":{"name":"@firebase/database","version":"1.0.12-canary.4e6a5c670","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.4e6a5c670","@firebase/util":"1.10.3-canary.4e6a5c670","@firebase/component":"0.6.12-canary.4e6a5c670","@firebase/app-check-interop-types":"0.3.3-canary.4e6a5c670","@firebase/auth-interop-types":"0.2.4-canary.4e6a5c670","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.4e6a5c670","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.4e6a5c670","readmeFilename":"README.md","gitHead":"4e6a5c67017f0f390f55867926c4098fe13476be","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-sXQ8xavOrmyLs+WkSLA6qskc9ezemvpZCi55QAoxep+w6r2utG00Xds70SR7QrszhFTf+8JolR85CAmSy7l8UA==","shasum":"2ac0569d66bd1801e67585dca598c21601b3b8ae","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.4e6a5c670.tgz","fileCount":201,"unpackedSize":8687022,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGriSVJ+DdcuO4c3Oye1zPuyOwCiN4ghQHqK00t8stFHAiBKnlL36NEKPSMLREtFK8OHhe9UmfKylhZJaOdUvdoozA=="}],"size":1664757},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.4e6a5c670_1738874474220_0.9729771360809456"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-06T20:41:14.511Z","publish_time":1738874474511,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.deb917b5f":{"name":"@firebase/database","version":"1.0.12-canary.deb917b5f","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.12-canary.deb917b5f","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"35c56f914b83058175709dc94e5e8ca2281cae52","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.deb917b5f.tgz","fileCount":201,"integrity":"sha512-vVDVWg8O9UlorsIDLqvcqqqr8cJ8utg8wa0ZK1W1iNkBrLVvDRdGdlQkK8DGGMVfjjZWEMhVXsz0Ub1lTpQCFg==","signatures":[{"sig":"MEUCIQD4SlltsGRLglxWHr6C/Kch8gSgX/sIdPJMHb+g1seksAIgTjsDi9qaHLSqLea6GP4QXr50qUDVbPX1iKVLqE/jTw0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8687022,"size":1664757},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"deb917b5fabdd96fd7fc949902462d33993d65c9","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.deb917b5f","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.deb917b5f","@firebase/component":"0.6.12-canary.deb917b5f","@firebase/auth-interop-types":"0.2.4-canary.deb917b5f","@firebase/app-check-interop-types":"0.3.3-canary.deb917b5f"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.0-canary.deb917b5f","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.12-canary.deb917b5f_1739218155808_0.9971524459124643","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-10T20:09:16.131Z","publish_time":1739218156131,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.45d427494":{"name":"@firebase/database","version":"1.0.12-canary.45d427494","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.45d427494","@firebase/util":"1.10.3-canary.45d427494","@firebase/component":"0.6.12-canary.45d427494","@firebase/app-check-interop-types":"0.3.3-canary.45d427494","@firebase/auth-interop-types":"0.2.4-canary.45d427494","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.45d427494","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.45d427494","readmeFilename":"README.md","gitHead":"45d427494491dfae8f9298c817333c7eb44aae15","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-kSfX+UI/eMgITx06PowelLyQFvGQbEIS+/WF/fRd0xNG48PkSZtMyGY5Pl0rX8NabVIlR2H6RF4ztIcbGMEUdg==","shasum":"348f7fe8020cd8850fe3d76a7c09a0700dc31209","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.45d427494.tgz","fileCount":201,"unpackedSize":8687022,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCJPheYT5QQ5SmuCHqomRd5h+zY6k68VBKBDbppYcebrgIgOwtqZiK7J+M2+sQXKLnErd8pguxg+nfCVpI9i2OZ/Z4="}],"size":1664764},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.45d427494_1739218507893_0.3627867318213731"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-10T20:15:08.187Z","publish_time":1739218508187,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.4d2fc6e82":{"name":"@firebase/database","version":"1.0.12-canary.4d2fc6e82","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.12-canary.4d2fc6e82","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"a47dd7ed8ae2095f7f3368e203a0e4ca13704f24","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.4d2fc6e82.tgz","fileCount":201,"integrity":"sha512-D/WsR4lhOesGud9e2n1iCSrjjYG4YtngKIsY3TKKohz8hYpe3duj7CNRe0iQ4bbW/dxi90ieCSqBsD4vUkQ6AA==","signatures":[{"sig":"MEYCIQCxQ34OJiPX0c158Hk0leENzO40NNr4vCL7SoFByzLO2QIhAJ83f+s3ZoVSBOKlRAK4tKwfqoEvf1ma+p62xYo4J9ok","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8687022,"size":1664756},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"4d2fc6e828161bb47ae565b8c4057233ff8c520b","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.4d2fc6e82","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.4d2fc6e82","@firebase/component":"0.6.12-canary.4d2fc6e82","@firebase/auth-interop-types":"0.2.4-canary.4d2fc6e82","@firebase/app-check-interop-types":"0.3.3-canary.4d2fc6e82"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.0-canary.4d2fc6e82","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.12-canary.4d2fc6e82_1739300203086_0.2263302381875727","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T18:56:43.278Z","publish_time":1739300203278,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.3418ef807":{"name":"@firebase/database","version":"1.0.12-canary.3418ef807","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.3418ef807","@firebase/util":"1.10.3-canary.3418ef807","@firebase/component":"0.6.12-canary.3418ef807","@firebase/app-check-interop-types":"0.3.3-canary.3418ef807","@firebase/auth-interop-types":"0.2.4-canary.3418ef807","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.3418ef807","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.3418ef807","readmeFilename":"README.md","gitHead":"3418ef8078ef2f8a7218e9a702cb42671f078b7d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-OOZ1zPgzEuKQqvLeRhGTOvXS3OUWOsSH7v+Vta97ImPFWRJ4bBwIoUlfGkeLQ8waAYLT2hKZEavpJsiCRTv6zg==","shasum":"9478194ac04b9aee58568538fa6e94660658ea55","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.3418ef807.tgz","fileCount":201,"unpackedSize":8687022,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAPTHPHcoWoPweflWrEYEOve+Jp3WMooatezy0GY1+MpAiEAqGa8MzxuXyS4UhC2s+ufjjLzJr/QcdEnMIFR1zjz9IU="}],"size":1664760},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.3418ef807_1739303293471_0.7118512527378917"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-11T19:48:13.667Z","publish_time":1739303293667,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.69c33266d":{"name":"@firebase/database","version":"1.0.12-canary.69c33266d","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.12-canary.69c33266d","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"3ba91f57563c23d12254a2b2b8adcdddf5f5e059","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.69c33266d.tgz","fileCount":201,"integrity":"sha512-CHFFCG/u7q90FCRPuzmRpUfNfVKs4r9ZkZpokXPF2Lc8bXxa992S5JZQJOfyayLFM+Lx34tZFGX6NIwLb941Ww==","signatures":[{"sig":"MEUCIDgwcZgoak3ijUVUtUp8JnG+7Ij4eq56/q4yhiZ+4YF+AiEAxx9RSTxJf7iTmDha9yM/NPW76uqnWvfo3D+XPyWWzsk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8687022,"size":1664763},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"69c33266dd1c0d8f264c7183a491854ef11c442f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.69c33266d","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.69c33266d","@firebase/component":"0.6.12-canary.69c33266d","@firebase/auth-interop-types":"0.2.4-canary.69c33266d","@firebase/app-check-interop-types":"0.3.3-canary.69c33266d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.0-canary.69c33266d","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.12-canary.69c33266d_1739311205827_0.004880543890662059","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T22:00:06.074Z","publish_time":1739311206074,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.b3e68ca41":{"name":"@firebase/database","version":"1.0.12-canary.b3e68ca41","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.12-canary.b3e68ca41","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"517c49b5c366090dafac9ee61bbc1206d45ff1a7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.b3e68ca41.tgz","fileCount":201,"integrity":"sha512-VqenUkxkvRVwljKRAU67GP/VMsuJO/RmRo11a9jZadXnDoF4GtcMbQs1yRO3htLRl3Bx+vkaQO1fxlCITS0TPw==","signatures":[{"sig":"MEUCIFxrNbaJh6fUE8AAKx/HvA2As/MQtx1WZC6Bc+60FYazAiEA1tRF+B11eCPCfYfSNSKEA/a8N9oUo/tdNMU2zsOjEEY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8694669,"size":1667171},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"b3e68ca410d9b984736780098330bd6b8ee2e997","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.b3e68ca41","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.b3e68ca41","@firebase/component":"0.6.12-canary.b3e68ca41","@firebase/auth-interop-types":"0.2.4-canary.b3e68ca41","@firebase/app-check-interop-types":"0.3.3-canary.b3e68ca41"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.0-canary.b3e68ca41","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.12-canary.b3e68ca41_1739311254701_0.6470476646599164","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T22:00:54.961Z","publish_time":1739311254961,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.70e08cf95":{"name":"@firebase/database","version":"1.0.12-canary.70e08cf95","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.12-canary.70e08cf95","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"ef6da5298d07ca9737b645a185544b3ccf2ceb33","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.70e08cf95.tgz","fileCount":201,"integrity":"sha512-E1Xc2wipRWB5h3UEY0kei7tpxDKUvOHd11XN9qGFA/25TKI5I68FD9YIfiANlwqKO+C5vX4q/YRLptXBSrz9yw==","signatures":[{"sig":"MEUCIG0RYMH5L+AYiAouLXH2Mw//+uHiA5D6c08xdDTeMKv4AiEAnIM1NU6XD/tPOZmLZ9Ccrz77xK7iYw2ydayKpbZHseA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8694669,"size":1667171},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"70e08cf95b5c43d3b98382a6f68fbd3c3555e31f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.70e08cf95","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.70e08cf95","@firebase/component":"0.6.12-canary.70e08cf95","@firebase/auth-interop-types":"0.2.4-canary.70e08cf95","@firebase/app-check-interop-types":"0.3.3-canary.70e08cf95"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.0-canary.70e08cf95","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.12-canary.70e08cf95_1739311761608_0.7231649097362589","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-11T22:09:21.824Z","publish_time":1739311761824,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.c791ecf3a":{"name":"@firebase/database","version":"1.0.12-canary.c791ecf3a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.c791ecf3a","@firebase/util":"1.10.3-canary.c791ecf3a","@firebase/component":"0.6.12-canary.c791ecf3a","@firebase/app-check-interop-types":"0.3.3-canary.c791ecf3a","@firebase/auth-interop-types":"0.2.4-canary.c791ecf3a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.c791ecf3a","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.c791ecf3a","readmeFilename":"README.md","gitHead":"c791ecf3a03a0e4f56fcdc49b703578135bf8ce6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-LFNBH33iZrq7AQy4xRC9UqnPmizC6k1JTSQP5N2FRYi72tPP3HQlbOSI7zx8UyCP4qKa8h3lKtzog4FpZTox/A==","shasum":"0a539455f896b678798cae8398e76e1b4b2bd73d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.c791ecf3a.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCWFd12mAegIOlB3lJYqdpi6HwzOK+7tZJHxXwITy2wYgIgeE0EefPjEOmzThLWHewTby4XHAwy4cxPyrjShWxdRlU="}],"size":1667168},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.c791ecf3a_1739311879492_0.8819883958318813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-11T22:11:19.769Z","publish_time":1739311879769,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.6a28a72eb":{"name":"@firebase/database","version":"1.0.12-canary.6a28a72eb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.6a28a72eb","@firebase/util":"1.10.3-canary.6a28a72eb","@firebase/component":"0.6.12-canary.6a28a72eb","@firebase/app-check-interop-types":"0.3.3-canary.6a28a72eb","@firebase/auth-interop-types":"0.2.4-canary.6a28a72eb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.6a28a72eb","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.6a28a72eb","readmeFilename":"README.md","gitHead":"6a28a72ebd351381620da85fff25703d518e2c5c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-n9wNY79ordMXBFEm8Utne8ycT6WPa1aV8YCTJ0dXEtmHyCCjVw3urfnzWGmOFYnj4Qn/BllAVvWEFHRaBsKHLQ==","shasum":"74e1641618cdcbb38496e15f22d0b7a94e60562c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.6a28a72eb.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHrcjDGWi/K/GzWyDMP8pM7SZx+l1LOFE5q6Uc9UCTlwAiEAzsUWvnnrKfp/QUcJrVnzccRzQ+WHmCZYVbcfwZo8ZY4="}],"size":1667168},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.6a28a72eb_1739377862158_0.29113865866412536"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-12T16:31:02.436Z","publish_time":1739377862436,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.c8e5b3e77":{"name":"@firebase/database","version":"1.0.12-canary.c8e5b3e77","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.12-canary.c8e5b3e77","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"ec9646e3e7ea86795d3ea9e7785910bdaeea127e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.c8e5b3e77.tgz","fileCount":201,"integrity":"sha512-Kg+xmmqBCkFu5YnUQVEcmKc8WaBdtIg0C/MiVZogYIjntK2t7AJ+xArKUTQTQFbL+Lvji4o8Hkb8sDVnGR0EVQ==","signatures":[{"sig":"MEYCIQC45957GdXir8stwG5j1T7uzx7lKT7ExNJZdZt4TaZ42QIhAMo6Xf6Nqug2xHxuhmL+PVQa/aR0PZd002Kx5Fp4itO/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8694669,"size":1667170},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"c8e5b3e77f1ae8ed1e5300b477c4f42ac08d5f16","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.c8e5b3e77","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.c8e5b3e77","@firebase/component":"0.6.12-canary.c8e5b3e77","@firebase/auth-interop-types":"0.2.4-canary.c8e5b3e77","@firebase/app-check-interop-types":"0.3.3-canary.c8e5b3e77"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.0-canary.c8e5b3e77","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.12-canary.c8e5b3e77_1739382911655_0.13252042804401554","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-12T17:55:11.883Z","publish_time":1739382911883,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.554c7bdc1":{"name":"@firebase/database","version":"1.0.12-canary.554c7bdc1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.554c7bdc1","@firebase/util":"1.10.3-canary.554c7bdc1","@firebase/component":"0.6.12-canary.554c7bdc1","@firebase/app-check-interop-types":"0.3.3-canary.554c7bdc1","@firebase/auth-interop-types":"0.2.4-canary.554c7bdc1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.554c7bdc1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.554c7bdc1","readmeFilename":"README.md","gitHead":"554c7bdc12cfde834ce5c4fa729a6cb790e1e5c2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-fOTYXa12bfu0CzvubL0BX+hQZtSOPhdfx3dqL3cPOdiHhUZ3HTkGbmx7AL2tgw6bVjyzulAYaOerB0Fh02vuHg==","shasum":"6ad60092bf354bfade0713fea3bc37cfaa514678","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.554c7bdc1.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHGY/WUiD0p9nu7PhbCIWIIjs5PTNDsRFtLWdxcjRxPvAiAuIo5ztOEeAV5OKTCov2lRTPNcQ8ZOvITsYzqqdNqJRg=="}],"size":1667173},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.554c7bdc1_1739382947120_0.1862184108373688"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-12T17:55:47.346Z","publish_time":1739382947346,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.b92592d98":{"name":"@firebase/database","version":"1.0.12-canary.b92592d98","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.b92592d98","@firebase/util":"1.10.3-canary.b92592d98","@firebase/component":"0.6.12-canary.b92592d98","@firebase/app-check-interop-types":"0.3.3-canary.b92592d98","@firebase/auth-interop-types":"0.2.4-canary.b92592d98","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.b92592d98","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.b92592d98","readmeFilename":"README.md","gitHead":"b92592d98ba2e7f861ed02a59cfa81366c4f7231","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aC75bvRVZjkVgo93zaYxhwMXXOcoHtY2NBu4f2r+if6aUH9quHQPa+pdV0MgxC8Z+4Ez4984s6wkHFtbiNJXKQ==","shasum":"bcdfc0352c570914b17fc354ca68578e23aeee56","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.b92592d98.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICIdcDP/3ZaLM2EmiepJm880vRab1IbkxZglCkMWj6QQAiEA+ZtznFotDn/Kff62keZcgHEZQr83xx9B/eRC+qEYnJY="}],"size":1667176},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.b92592d98_1739473112717_0.7957335671194008"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-13T18:58:33.021Z","publish_time":1739473113021,"_source_registry_name":"default","contributors":[]},"1.0.13-20250214170153":{"name":"@firebase/database","version":"1.0.13-20250214170153","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.10.3","@firebase/component":"0.6.12","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-20250214170153","readmeFilename":"README.md","gitHead":"fa5f8dab9f1fbead075a536e153e6869703bc36e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-f1zyQnToeuWBBgpEJ6f1U9qZvIXoe8h0J7WnQ+ccJbtqpLd+EPqnqnJnb+88cemif18cKFWRawmYYyXivvXAUA==","shasum":"52912ac6032564609ee7e8ae8bb96e897f5d05b2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-20250214170153.tgz","fileCount":201,"unpackedSize":8694557,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIC2d7+QZE9svtzneSa4v667g2KIwzsENpltZyxH4Pn64AiEA8uUaPIBhVDhmbTUf7S1wgPUtl0v/ouLbRfqgp7K9a1M="}],"size":1667162},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-20250214170153_1739553005300_0.16723858780316303"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-14T17:10:05.590Z","publish_time":1739553005590,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.884cbd7d8":{"name":"@firebase/database","version":"1.0.12-canary.884cbd7d8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.884cbd7d8","@firebase/util":"1.10.3-canary.884cbd7d8","@firebase/component":"0.6.12-canary.884cbd7d8","@firebase/app-check-interop-types":"0.3.3-canary.884cbd7d8","@firebase/auth-interop-types":"0.2.4-canary.884cbd7d8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.884cbd7d8","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.884cbd7d8","readmeFilename":"README.md","gitHead":"884cbd7d89d4dd9162858f108c39e75896c2db5a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wKCb1vG6ipXmJK9qGEQJLyqijI1Hs/DGeiAOBkh/LizdD0JOtg27J8qXKHVvt+e224nvLd8QITEpUeRuCXSiXQ==","shasum":"84d09a638a415aa4fc0030c93569b1a7502b0157","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.884cbd7d8.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDYiVZpPqNy7FkW6d1XzQoG7Ynf1IZwFOEfr87QaAY9nAIhALVGLJXzsjpkgFFwh00zDUXY65udva8Oeqg3GnpRWDTF"}],"size":1667171},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.884cbd7d8_1739904149567_0.2731772324232884"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-18T18:42:29.807Z","publish_time":1739904149807,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.f68148253":{"name":"@firebase/database","version":"1.0.12-canary.f68148253","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.12-canary.f68148253","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"7909f28b459b88f185bc3c56653b4c3d17de09ea","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.f68148253.tgz","fileCount":201,"integrity":"sha512-+G8YduQRDL2PjZSdausY7kMMfmSw5zUJOleMuef1/PaQhIxcmMtpSsJNQZr3rI4pHYctvoPIZ4Ax5DNzARiklw==","signatures":[{"sig":"MEUCIQCda+rC2+UuDQITo7+zfYB+jJY/8z96NkIxj+L1/Gi1SQIgBs6+O44IDSL/oUWqkLU56njOFoTz/BWsqp6YOwfiGVI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8694669,"size":1667177},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"f68148253349b8e80fc649386fede51339266a3c","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.10.3-canary.f68148253","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.f68148253","@firebase/component":"0.6.12-canary.f68148253","@firebase/auth-interop-types":"0.2.4-canary.f68148253","@firebase/app-check-interop-types":"0.3.3-canary.f68148253"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.0-canary.f68148253","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.12-canary.f68148253_1739983525020_0.5731972485954042","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-02-19T16:45:25.304Z","publish_time":1739983525304,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.84dfeca39":{"name":"@firebase/database","version":"1.0.12-canary.84dfeca39","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.84dfeca39","@firebase/util":"1.10.3-canary.84dfeca39","@firebase/component":"0.6.12-canary.84dfeca39","@firebase/app-check-interop-types":"0.3.3-canary.84dfeca39","@firebase/auth-interop-types":"0.2.4-canary.84dfeca39","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.84dfeca39","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.84dfeca39","readmeFilename":"README.md","gitHead":"84dfeca3958fb662b6e20195b80ca521e02b83ef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GtcnnhfpY3CsUz76YiBziCUVoMPvSDlk7Bp7MGhy4m9tyL9eeDbKqRVCDOIIjLNbFSblpamIMqpCvPVnszm4CA==","shasum":"bf1884907b89bb4be133d224c02bb6057069f741","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.84dfeca39.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDuhNljVOz85/nfmfHqzwh5bK2l+w/vhJSNWWxDYP7JMwIhAN5I+vxpoLFUgAkrXke/QaJuLlq2XSDtusb3hsktocvZ"}],"size":1667170},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.84dfeca39_1739984031290_0.44502953087019725"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-19T16:53:51.607Z","publish_time":1739984031607,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.604133f8d":{"name":"@firebase/database","version":"1.0.12-canary.604133f8d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.604133f8d","@firebase/util":"1.10.3-canary.604133f8d","@firebase/component":"0.6.12-canary.604133f8d","@firebase/app-check-interop-types":"0.3.3-canary.604133f8d","@firebase/auth-interop-types":"0.2.4-canary.604133f8d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.604133f8d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.604133f8d","readmeFilename":"README.md","gitHead":"604133f8d23804797c092911c75907a4a3dbb7a6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uxeolNPQqdlvHuUgXo2Y16WBgyZubhkpSVKzAbV8gT6j8oS1tCvfEnv9avXrNDPDlC3NRLtZFcNmRvfGYnlT3g==","shasum":"b6d3e1eddd4774c7c06d57008ede798f8b1302a0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.604133f8d.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIF1UMXSGgKvLsjBiWlvQGsmh2OMhIAEKAHs961GCTj76AiBvsbdARBhKRQ3KSLADOZDeUTDkRGvzWxaaPzfuWPNOuA=="}],"size":1667175},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.604133f8d_1740001715136_0.9190067637926032"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-19T21:48:35.408Z","publish_time":1740001715408,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.c3266f8d7":{"name":"@firebase/database","version":"1.0.12-canary.c3266f8d7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.c3266f8d7","@firebase/util":"1.10.3-canary.c3266f8d7","@firebase/component":"0.6.12-canary.c3266f8d7","@firebase/app-check-interop-types":"0.3.3-canary.c3266f8d7","@firebase/auth-interop-types":"0.2.4-canary.c3266f8d7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.c3266f8d7","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.c3266f8d7","readmeFilename":"README.md","gitHead":"c3266f8d750ebb87b9c567c11a7bb58781613601","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3NZt2eFsHP8gHP9+VaBnnDQGWLR4e9i6iD09sHAQlEjWvAHjYOyvprjHT2P5LtWcDly+5g6xnCMGAPK3l6sVPg==","shasum":"59c83d170d6c8a87d52f2f5563e6270534b39048","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.c3266f8d7.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQClsxu3db/LFGFRlDRzkqbudQrhyw80DhurG3/5hP7gXAIhAPXzkQVs5lOauBvRcrdfCAUg9QOjB+DUPg71Q2FwfmeP"}],"size":1667172},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.c3266f8d7_1740077905938_0.9752295702726104"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-20T18:58:26.176Z","publish_time":1740077906176,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.ce2c77511":{"name":"@firebase/database","version":"1.0.12-canary.ce2c77511","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.ce2c77511","@firebase/util":"1.10.3-canary.ce2c77511","@firebase/component":"0.6.12-canary.ce2c77511","@firebase/app-check-interop-types":"0.3.3-canary.ce2c77511","@firebase/auth-interop-types":"0.2.4-canary.ce2c77511","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.ce2c77511","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.ce2c77511","readmeFilename":"README.md","gitHead":"ce2c77511210df109fdf381c7c02175173a6f7a2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-O3B+iUoKGopeOFS71u8bmCwE2oaCpEThcpLWDD6K1eMTdQQgDakK6PcOSUVbpRy78B6IDjfPKRIHBlMKRRHhWw==","shasum":"771ec7cefd736d28c5832e9e704c31f1727ff768","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.ce2c77511.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEZPkwWytKv5ptD+EPoonNUjtAgh8VPQ/fRfgOAfFSulAiEAo8JUCveoVWsLh/DBIDyaOVbC0ZqUHpdryKnA/GNuO2o="}],"size":1667171},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.ce2c77511_1740097539214_0.5276792131069188"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-21T00:25:39.500Z","publish_time":1740097539500,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.9d8266593":{"name":"@firebase/database","version":"1.0.12-canary.9d8266593","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.9d8266593","@firebase/util":"1.10.3-canary.9d8266593","@firebase/component":"0.6.12-canary.9d8266593","@firebase/app-check-interop-types":"0.3.3-canary.9d8266593","@firebase/auth-interop-types":"0.2.4-canary.9d8266593","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.9d8266593","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.9d8266593","readmeFilename":"README.md","gitHead":"9d826659334e1a43acd1126fab6e09a305e04936","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-U7IKOmDNQcoaJooK2lZ+IGRIOVMzv/A+m2N9Evezzy8UDE74wbpckLNytA7o/xqr8hj4IMMeH2Zpri8w0gY2Hg==","shasum":"93fb5ed40840648cadb3b20ba6ad0ac720b57e18","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.9d8266593.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDw9PVwS60tz4SWoSzqYLDdYHi2cy9e9GFn2b///U0g+wIgI2ooZqCo6QNy0qXrGh0/Oei6NRdktzGh9ORjWjwDS/I="}],"size":1667178},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.9d8266593_1740418967728_0.1743944103025601"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-24T17:42:48.004Z","publish_time":1740418968004,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.1daf8b47b":{"name":"@firebase/database","version":"1.0.12-canary.1daf8b47b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.1daf8b47b","@firebase/util":"1.10.3-canary.1daf8b47b","@firebase/component":"0.6.12-canary.1daf8b47b","@firebase/app-check-interop-types":"0.3.3-canary.1daf8b47b","@firebase/auth-interop-types":"0.2.4-canary.1daf8b47b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.1daf8b47b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.1daf8b47b","readmeFilename":"README.md","gitHead":"1daf8b47ba681db12174bc67f9de9dacf68cc60f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-6tdxZFTd0M2mdazSSYPICwwU11CQVaP/3zWWlJr8iRYNoHeUCyDnw6UIhJMbzmzq69qlVN8RT16qFZfgThewEQ==","shasum":"227f6263035282b8d313e07905344589b48f0ccf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.1daf8b47b.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCEtkp+JMp8ApGsE5rItAe3fam4Ux3B6f3r2u6/kmOAXgIgCXLFlvTHPFz4N+DYQBTLgBVBTibyxvVaszfUiJ6WW2Y="}],"size":1667169},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.1daf8b47b_1740420630756_0.9093388981159289"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-24T18:10:31.097Z","publish_time":1740420631097,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.dcfb3da2e":{"name":"@firebase/database","version":"1.0.12-canary.dcfb3da2e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.dcfb3da2e","@firebase/util":"1.10.3-canary.dcfb3da2e","@firebase/component":"0.6.12-canary.dcfb3da2e","@firebase/app-check-interop-types":"0.3.3-canary.dcfb3da2e","@firebase/auth-interop-types":"0.2.4-canary.dcfb3da2e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.dcfb3da2e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.dcfb3da2e","readmeFilename":"README.md","gitHead":"dcfb3da2e65b25d12e1d53efb257440c9f026072","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-CVXtwixeVhXXA93pEWMTWnm6C/4QimrxPpGNEtjfsFEELtmnZbIPUnTUsmmEFL7cjmezgBHL6nSyX9RkIoNUzw==","shasum":"681dddd13b18829a976cb7a2963bc378cea3c9d5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.dcfb3da2e.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCOgcDnAeSLI/Mu6mYbCUcjwE/dJ3noO0/6AYukbamMUgIgCssrRr48sW62G1nXCryjRVDYoF+jvAjoHNGYCSi53Io="}],"size":1667154},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.dcfb3da2e_1740424813950_0.97127988822889"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-24T19:20:14.160Z","publish_time":1740424814160,"_source_registry_name":"default","contributors":[]},"1.0.13-20250226000544":{"name":"@firebase/database","version":"1.0.13-20250226000544","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.10.3","@firebase/component":"0.6.12","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-20250226000544","readmeFilename":"README.md","gitHead":"6670d9c89029e237c7db0e5470d7913c03f7c5ed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XMAnbSdLvj7NcO0Uq9hM4nChWbAX5JXB0mEIIZJDfk5AXNb0hDAzuRXUWsJZNhUjj+9wb+FISbPGyXch/IhGLg==","shasum":"9eea452a29082f7cd413e4228825db2e19dd3e08","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-20250226000544.tgz","fileCount":201,"unpackedSize":8694557,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDjjmt4GUC2AAVAl2hyPmWuHrSWE3azRSXpy8hTNpTdXwIgajJFsHVowq3ccjEj+oPXRmyMYfA9RdyJPqr5sbFnz+s="}],"size":1667161},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-20250226000544_1740528817667_0.48724570728415895"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-26T00:13:37.942Z","publish_time":1740528817942,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.117279e27":{"name":"@firebase/database","version":"1.0.12-canary.117279e27","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.117279e27","@firebase/util":"1.10.3-canary.117279e27","@firebase/component":"0.6.12-canary.117279e27","@firebase/app-check-interop-types":"0.3.3-canary.117279e27","@firebase/auth-interop-types":"0.2.4-canary.117279e27","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.117279e27","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.117279e27","readmeFilename":"README.md","gitHead":"117279e2759cde3e1ac028794fabf948d304d795","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-kDa366qSHjuQlBa2ha1M72liUQuk0L2eNATTqhfc/VdNIQJg/RfLbvD+WJzQyLDxlYpyDmoXWI9YD25J9GWWBw==","shasum":"6898ac6634c894cd718e771fc2e38d36151652f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.117279e27.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDlFi2+Hgj7Dqf5fgz660NHr0wyhR+q4HN3vKh8LRzd0gIhANfYgJ2zptRrFhrkwS4+IAk0Fw50hFgBqqNoJaoXOClt"}],"size":1667174},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.117279e27_1740577359247_0.5026163437000293"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-26T13:42:39.550Z","publish_time":1740577359550,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.2d74e5bfb":{"name":"@firebase/database","version":"1.0.12-canary.2d74e5bfb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.2d74e5bfb","@firebase/util":"1.10.3-canary.2d74e5bfb","@firebase/component":"0.6.12-canary.2d74e5bfb","@firebase/app-check-interop-types":"0.3.3-canary.2d74e5bfb","@firebase/auth-interop-types":"0.2.4-canary.2d74e5bfb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.2d74e5bfb","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.2d74e5bfb","readmeFilename":"README.md","gitHead":"2d74e5bfb75b5ecf87a9b1b496c9358446c0cb81","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-hgVJEggtEP57BtqlJCaC8Np8m9J1jxAaQ0Q8DN0gIOwUNe+1gzD5M9EOETU9ccfzlCQwsZblwGBwmkHNST5yjA==","shasum":"452c5e366aacfa81d03a3730590ee0200d78e28e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.2d74e5bfb.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDjvvZbqFAMgS2iz47SYBytW/DqVLsx5i5EZhHytVHN+gIgJZKP3HSKtfrA6gwZBvSIqAznbGD8Ov3oyzBMpGkuFD8="}],"size":1667170},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.2d74e5bfb_1740584268284_0.5074541072980234"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-26T15:37:48.543Z","publish_time":1740584268543,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.777f465ff":{"name":"@firebase/database","version":"1.0.12-canary.777f465ff","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.777f465ff","@firebase/util":"1.10.3-canary.777f465ff","@firebase/component":"0.6.12-canary.777f465ff","@firebase/app-check-interop-types":"0.3.3-canary.777f465ff","@firebase/auth-interop-types":"0.2.4-canary.777f465ff","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.777f465ff","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.777f465ff","readmeFilename":"README.md","gitHead":"777f465ff37495ff933a29583769ce8a6a2b59b5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-IeM/E6zVRqEwcHCjT03T5wle0d/E181pvGZsF46IldOEegIOfCflPPHc788KTu9mqo2lK834S07HaRRTBGq32Q==","shasum":"68cd3fccd7ff074259481e9bd73be7b6a7d9ecc2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.777f465ff.tgz","fileCount":201,"unpackedSize":8694669,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCID83UPwI1HzjmEeV8EWn5ajDmV+UCfe2dGg1FUrcYP2xAiEA9NicUqhzI5IztwmwAVvP9lxHdS2ezE+baP9gFzKp1oU="}],"size":1667175},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.777f465ff_1740585812863_0.7492355672199422"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-26T16:03:33.080Z","publish_time":1740585813080,"_source_registry_name":"default","contributors":[]},"1.0.13-20250226175635":{"name":"@firebase/database","version":"1.0.13-20250226175635","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.0-20250226175635","@firebase/component":"0.6.13-20250226175635","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-20250226175635","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-20250226175635","readmeFilename":"README.md","gitHead":"eb8e4aad2fc02b7cd3be02e53883dc39e3788fbb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-y+UTTZHR26VR0nS/ge/JenJW0EqE6D9xp9IXMgKviVA9m3Tl5ZwSp5UmMqmbXRMTswJgmfNwf2D02IbsseBH8g==","shasum":"1dc2cac0a63b703e0b80136303eb711f5f52b22c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-20250226175635.tgz","fileCount":201,"unpackedSize":8694602,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBS4SxiGpenDyM2mD9R8b+jmp4BWuZT0/vHRKlzzaxkcAiEAnPAmmJ6mQf/cv+e+LCVwiohYOjaMfKdxnymFKjCT/d4="}],"size":1667166},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-20250226175635_1740593173273_0.6304507861134161"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-26T18:06:13.556Z","publish_time":1740593173556,"_source_registry_name":"default","contributors":[]},"1.0.12-canary.113c965a3":{"name":"@firebase/database","version":"1.0.12-canary.113c965a3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.113c965a3","@firebase/util":"1.10.3-canary.113c965a3","@firebase/component":"0.6.12-canary.113c965a3","@firebase/app-check-interop-types":"0.3.3-canary.113c965a3","@firebase/auth-interop-types":"0.2.4-canary.113c965a3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.0-canary.113c965a3","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.12-canary.113c965a3","readmeFilename":"README.md","gitHead":"113c965a34d9d7219d236f1b2cb62029e0f80fda","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-lsLc/Ay/fxwSYwappTMb56Vq6qXsKoR+uv9Sx58TGXbafeNbWcsVcY7InkC9oDnORLQS0YT7bINWeJSE4U+Vig==","shasum":"42cc1df26eb830c5df312e78de2f0c196a3fbcf5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.12-canary.113c965a3.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC2Cp2dfTwuy6tPy+biVwYSbjBvPdAWQ4GRAzJoLH+WEQIhAMKFly+qBC2B4rW9b9RK2so6T4o1eE9QbDAasYWRVtRn"}],"size":1667253},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.12-canary.113c965a3_1740680633044_0.6433229610230151"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-27T18:23:53.278Z","publish_time":1740680633278,"_source_registry_name":"default","contributors":[]},"1.0.13":{"name":"@firebase/database","version":"1.0.13","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.0","@firebase/component":"0.6.13","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13","gitHead":"2eee61ae5f1e20c0b35328dc0cc197f568820523","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cdc+LuseKdJXzlrCx8ePMXyctSWtYS9SsP3y7EeA85GzNh/IL0b7HOq0eShridL935iQ0KScZCj5qJtKkGE53g==","shasum":"6067633709f9d3bba920773196d5cd588781fec4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13.tgz","fileCount":201,"unpackedSize":8694482,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICSKYjwBTb/+nwK4QFtLW6UGDNux8fiaarAVmLk6iN1gAiA3kuy/vX4zTfu1/fwZFAIFds73JlaGRKf7CM6rJ6bFrQ=="}],"size":1667096},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13_1740688971846_0.1857235579483898"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-27T20:42:52.047Z","publish_time":1740688972047,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.a24a76aa2":{"name":"@firebase/database","version":"1.0.13-canary.a24a76aa2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.a24a76aa2","@firebase/util":"1.11.0-canary.a24a76aa2","@firebase/component":"0.6.13-canary.a24a76aa2","@firebase/app-check-interop-types":"0.3.3-canary.a24a76aa2","@firebase/auth-interop-types":"0.2.4-canary.a24a76aa2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.a24a76aa2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.a24a76aa2","readmeFilename":"README.md","gitHead":"a24a76aa217ebb94a1076c88d435ee309556fd16","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3BgI1qwixenZFN3IatHh9h46kmCeAQ0zgrqzqukUJmZGCHGIFex+7OQ79Paueusm3F6eNqiHmOe+4M6NRHfu+Q==","shasum":"b150c542828eb73d5b069292c5674daefe0b81b8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.a24a76aa2.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHcpGe5cjj8Ru1XjATADPFphpB7Kr2AuzvfYRO6Y+unkAiEAi2WmnWI8MhanZq9VjPxB3qRP0f5l0GzD6J7OXrffNdc="}],"size":1667246},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.a24a76aa2_1740691051795_0.42913673341116354"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-02-27T21:17:32.065Z","publish_time":1740691052065,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.43d6b6735":{"name":"@firebase/database","version":"1.0.13-canary.43d6b6735","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.43d6b6735","@firebase/util":"1.11.0-canary.43d6b6735","@firebase/component":"0.6.13-canary.43d6b6735","@firebase/app-check-interop-types":"0.3.3-canary.43d6b6735","@firebase/auth-interop-types":"0.2.4-canary.43d6b6735","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.43d6b6735","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.43d6b6735","readmeFilename":"README.md","gitHead":"43d6b6735f8b1d20dbe33793b57adb221efde95d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-U4C4oC2YhPUZjdKzCp7/wCZKaeOExF6hhaGcWujp7WtDooGB/5DnevP5kmZuU7aQY98rtR7WZqVwNkfaivJxfg==","shasum":"c25c98729dae0408967a292d61f831081d19e50e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.43d6b6735.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDPlQLf9+0I1pKRpnVPcYFfPBEFI3MsS7zrIljGTJ10CAiEAmMJooRKjPAbBpY2VWyAYWpgtQyP44jy27XmPFKlfOQ4="}],"size":1667252},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.43d6b6735_1741030243072_0.3304941919531965"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-03T19:30:43.347Z","publish_time":1741030243347,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.7ae48246b":{"name":"@firebase/database","version":"1.0.13-canary.7ae48246b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.7ae48246b","@firebase/util":"1.11.0-canary.7ae48246b","@firebase/component":"0.6.13-canary.7ae48246b","@firebase/app-check-interop-types":"0.3.3-canary.7ae48246b","@firebase/auth-interop-types":"0.2.4-canary.7ae48246b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.7ae48246b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.7ae48246b","readmeFilename":"README.md","gitHead":"7ae48246b9992ae17e9d0ab92114d426b4dd2973","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-mzS9MxZfbhs0japgobrEGpcz5zUUhZlZnUmb63e9VzFe1pEvjCNBNMA63MA3mygPpfo18dWqr1sux45GPQ7mVw==","shasum":"928d53bdc51407886a5b21f48adb890ff3a9b944","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.7ae48246b.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCNaNZ1KBmkEJbTYHSbFW8AKlCMacLJagCZvUfIzwyDoQIgH4ZRHtGVuNm+IxWXlB6sWDl33519cb1H38O4tKQs1VY="}],"size":1667247},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.7ae48246b_1741044892250_0.2823144294419129"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-03T23:34:52.480Z","publish_time":1741044892480,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.058afa280":{"name":"@firebase/database","version":"1.0.13-canary.058afa280","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.058afa280","@firebase/util":"1.11.0-canary.058afa280","@firebase/component":"0.6.13-canary.058afa280","@firebase/app-check-interop-types":"0.3.3-canary.058afa280","@firebase/auth-interop-types":"0.2.4-canary.058afa280","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.058afa280","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.058afa280","readmeFilename":"README.md","gitHead":"058afa280c8e9a72e27f3b1fbdb2921012dc65d3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XNCRfwYXfOUSVhCdf453xH1GTcVQXzHSBB3omSzAl/lD7kMN36ihXnxxMkeyaO0VN1nQtKaMLFHfRG0KiQpARQ==","shasum":"5f6a97e75015ec6a11b09a03af474b820aa07a06","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.058afa280.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICOHGzs4Phn9H1QGv4fgU3eaXYSbuMXH/wf3aOJoVWP7AiEAvlpcatXycFWy9QIic7KD+qoCd63s0rWtcl+Qz9iQ244="}],"size":1667246},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.058afa280_1741106412566_0.9994803616872909"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-04T16:40:12.846Z","publish_time":1741106412846,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.42cea4810":{"name":"@firebase/database","version":"1.0.13-canary.42cea4810","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.42cea4810","@firebase/util":"1.11.0-canary.42cea4810","@firebase/component":"0.6.13-canary.42cea4810","@firebase/app-check-interop-types":"0.3.3-canary.42cea4810","@firebase/auth-interop-types":"0.2.4-canary.42cea4810","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.42cea4810","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.42cea4810","readmeFilename":"README.md","gitHead":"42cea4810bb6d845d4330589381bcd91ea95aee3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-pidizqQL3xhAb6xW11TKzn6amNj0DrJWitwT6UAmIImAyiTXId6KNGO7zieGUm/GfCRUIGfPElB8teZdaqNPwA==","shasum":"5677a5aa6af96ffaa10389e2177a9b7b2921d24e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.42cea4810.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD7AZfoOjhskZsN48IMqcrGi4w2u33tBd9r8bfH0s6KAgIgI5PmxudKpx8qwLic76JOmK6F5tmbdSMeGzzR53AkNCI="}],"size":1667246},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.42cea4810_1741190952388_0.322696930521599"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-05T16:09:12.777Z","publish_time":1741190952777,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.25985ac3c":{"name":"@firebase/database","version":"1.0.13-canary.25985ac3c","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.13-canary.25985ac3c","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"3e415fe578cb7705c4319b64b341e19cdc9914f0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.25985ac3c.tgz","fileCount":201,"integrity":"sha512-gTgZA1ENu8cnCBy1fmOK3TbuXFn9wtHQY/O14TwRX4rJlmsL6a5awzQLCjFnCHdhqbSuq24bJVXWXilOOlTBsg==","signatures":[{"sig":"MEUCIQCAP4cdhAqCsycl6eN4949B7n+1OApU1eQ1kuGjif/urgIgaT/6//IjK8F6IUUlo+jC1Xcyj6bzXXo+Ni4L96ZtSwc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8695217,"size":1667250},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"25985ac3c3a797160e2dc3a2a28aba9f63fe6dfd","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0-canary.25985ac3c","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.25985ac3c","@firebase/component":"0.6.13-canary.25985ac3c","@firebase/auth-interop-types":"0.2.4-canary.25985ac3c","@firebase/app-check-interop-types":"0.3.3-canary.25985ac3c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.2-canary.25985ac3c","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.13-canary.25985ac3c_1741274332049_0.49318322707239015","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-06T15:18:52.325Z","publish_time":1741274332325,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.33acc6e3c":{"name":"@firebase/database","version":"1.0.13-canary.33acc6e3c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.33acc6e3c","@firebase/util":"1.11.0-canary.33acc6e3c","@firebase/component":"0.6.13-canary.33acc6e3c","@firebase/app-check-interop-types":"0.3.3-canary.33acc6e3c","@firebase/auth-interop-types":"0.2.4-canary.33acc6e3c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.33acc6e3c","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.33acc6e3c","readmeFilename":"README.md","gitHead":"33acc6e3c87ab4f22af2441483a50d2be2e891a6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-EL2aGlMshy1MNDviyKz4+z285xsZco0LjRUjztVCo1/45FM/T3zfkWf0HusuvoGYDwk74MgfKgijveRB9GWo6Q==","shasum":"0e104b956d86ac8f43bd8f1d7a1ab916ac095e58","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.33acc6e3c.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCizzxUaFa3urYY8J5+Owi8Tv1B2+lI4RpPPlG/uT5yXwIhAIf6jnFv/lglZKXtchqjhR9s/S7X7KiTdmyU6jWD7xnt"}],"size":1667245},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.33acc6e3c_1741274370300_0.42976082233600876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-06T15:19:30.564Z","publish_time":1741274370564,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.561117597":{"name":"@firebase/database","version":"1.0.13-canary.561117597","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.561117597","@firebase/util":"1.11.0-canary.561117597","@firebase/component":"0.6.13-canary.561117597","@firebase/app-check-interop-types":"0.3.3-canary.561117597","@firebase/auth-interop-types":"0.2.4-canary.561117597","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.561117597","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.561117597","readmeFilename":"README.md","gitHead":"5611175975deb8d39eb1387a7ef083120f12c8b5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+bKiSkukTTXLLOt0tOXGCeWSjmtiZG6LoA5cOMFlUUV1Tc/vugv0j2lm6DxAZBhu+yOR0ZQFNqkDypCNvRmNPA==","shasum":"b4ed71d53164e7b023bc94120598c703b4319e9d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.561117597.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC/3SB+nzAQFJw2AGAmxuHzW5hXbasr3ATbReYVCdwyFQIgY+Q2VVh1ox18xav2i3VyU9em8FbfZLDfDN5xwLsE6Ts="}],"size":1667253},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.561117597_1741288524447_0.9220341327636299"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-06T19:15:24.726Z","publish_time":1741288524726,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.51465ce87":{"name":"@firebase/database","version":"1.0.13-canary.51465ce87","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.51465ce87","@firebase/util":"1.11.0-canary.51465ce87","@firebase/component":"0.6.13-canary.51465ce87","@firebase/app-check-interop-types":"0.3.3-canary.51465ce87","@firebase/auth-interop-types":"0.2.4-canary.51465ce87","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.51465ce87","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.51465ce87","readmeFilename":"README.md","gitHead":"51465ce876c38a842222467b446c10672e3b4169","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-zXy0XgBmLnrphWqrpO38JxL2b5YgFMNOj7nYUqoE9Q89Of8Ij6oP5LnI52zGBqodzWSS+YPLTNEH49lHzjo+jg==","shasum":"ac2b47e5581f7ed4cb0c77baf3479c6164c9c3f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.51465ce87.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFX5iIm41bd2zTNaIGFSemIjBQ+UwaLKR+VR9KSNbjLQAiB8sgiXmJrEtWJ8hxUuH7iZBunVAheMwPSvTGxQmwQslQ=="}],"size":1667250},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.51465ce87_1741292893085_0.23825581407665108"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-06T20:28:13.379Z","publish_time":1741292893379,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.feb2c9dfa":{"name":"@firebase/database","version":"1.0.13-canary.feb2c9dfa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.feb2c9dfa","@firebase/util":"1.11.0-canary.feb2c9dfa","@firebase/component":"0.6.13-canary.feb2c9dfa","@firebase/app-check-interop-types":"0.3.3-canary.feb2c9dfa","@firebase/auth-interop-types":"0.2.4-canary.feb2c9dfa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.feb2c9dfa","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.feb2c9dfa","readmeFilename":"README.md","gitHead":"feb2c9dfa29c9dff01c1272e56f6258176dc6b3a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Lh63TaNgUOOwnCF+khvGd095Dm83Y+df9RTjRBvflrG4cB7plqy29XMLBiT6P5kAdJ0vLoVLuL6/3+/f/oY16Q==","shasum":"d54dbab61e13d1bfe3d93cec03c1e30bfb346733","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.feb2c9dfa.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDQk/OiEzaa+MyYN1d5ax4btPEIaFsvtczA9QAFPhSU3QIgWWJ0CDsqBqOCxGvKtPYBv2nzptQliZkq/ualwa7bNl0="}],"size":1667240},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.feb2c9dfa_1741629146294_0.5904167284362676"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-10T17:52:26.557Z","publish_time":1741629146557,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.a512bc655":{"name":"@firebase/database","version":"1.0.13-canary.a512bc655","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.a512bc655","@firebase/util":"1.11.0-canary.a512bc655","@firebase/component":"0.6.13-canary.a512bc655","@firebase/app-check-interop-types":"0.3.3-canary.a512bc655","@firebase/auth-interop-types":"0.2.4-canary.a512bc655","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.a512bc655","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.a512bc655","readmeFilename":"README.md","gitHead":"a512bc655463cf7aaa99b454aca97ecf157b83c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-WI0kvky6mUKd3wzq6lCZcvDhhpc+VWLcXGB3ttQqY7PN6a6tWdAG3d3fTzpU7whx42JT9hh7IA8sdIdqaHdzGg==","shasum":"1827dca15c8397cf273675cb9b88d51512358fd1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.a512bc655.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDpK5UHTngpX5jMWGMLAdmzBaGprQ5IJW/OZ+6U/vc6lQIgNUSQO1F7yN1OGyqvuFW1WnvfriPosrSsgFls/b3JNO0="}],"size":1667248},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.a512bc655_1742245519066_0.5118035086835726"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-17T21:05:19.257Z","publish_time":1742245519257,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.95b4fc69d":{"name":"@firebase/database","version":"1.0.13-canary.95b4fc69d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.95b4fc69d","@firebase/util":"1.11.0-canary.95b4fc69d","@firebase/component":"0.6.13-canary.95b4fc69d","@firebase/app-check-interop-types":"0.3.3-canary.95b4fc69d","@firebase/auth-interop-types":"0.2.4-canary.95b4fc69d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.95b4fc69d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.95b4fc69d","readmeFilename":"README.md","gitHead":"95b4fc69d8e85991e6da20e4bf68d54d4e6741d6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-zhxJmjzOebxehyFRz7mx6nIY2JFh/lqx57NqJ53c1+TR/vw6oLeb+YCEY100btH4aNMJlRs4CLVLzQrhe8vFEQ==","shasum":"f52a915ac1a9194f96175ac840bec7aa0d34a704","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.95b4fc69d.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFGHvcM/Z9RhdyeZKJl29tMS5fTfBEGaAN/HeS9LMtn0AiBG9WkcFjw2PXP9ekLtZSzYdqAM/d8LLA0CyjICZGQ8uQ=="}],"size":1667249},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.95b4fc69d_1742253410431_0.41032221408999336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-17T23:16:50.740Z","publish_time":1742253410740,"_source_registry_name":"default","contributors":[]},"1.0.14-20250318131644":{"name":"@firebase/database","version":"1.0.14-20250318131644","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.14-20250318131644","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"04f0258d32bf7f1ece40a40db04b2de17e85687a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-20250318131644.tgz","fileCount":201,"integrity":"sha512-OS2o8XD/6wFYYjEOtTIXRJTn5R17j81R9A0GsprmMLNnKVRoGcqlccF2WbIlaFobLL28hr1wdTjyC2QHKzbA8Q==","signatures":[{"sig":"MEUCIQDzyLMAAHEPStf1vykBxfB6HVlGyACSUzru9TBUzzojsQIgUslS8HI1GJLJ9cUPnUFU4wJ0vrJrtRB38D3GF6jJDes=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8695105,"size":1667236},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"8ec9376665226a89171d229df3cc02000defc547","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0","faye-websocket":"0.11.4","@firebase/logger":"0.4.4","@firebase/component":"0.6.13","@firebase/auth-interop-types":"0.2.4","@firebase/app-check-interop-types":"0.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.2","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.14-20250318131644_1742304284893_0.26143141391693203","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-18T13:24:45.212Z","publish_time":1742304285212,"_source_registry_name":"default","contributors":[]},"1.0.14-20250318143520":{"name":"@firebase/database","version":"1.0.14-20250318143520","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.14-20250318143520","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"8e7cf5022c07ef60376cb5eed4b2e687f3b387f9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-20250318143520.tgz","fileCount":201,"integrity":"sha512-PLW7tuSM+HC3UbEQyUOCdsuiCLFtnmGSO7+Iimer05vjZrUxA8BoDJfbUhvI4qxrZSNKnneNfi+S9yThfL3BjA==","signatures":[{"sig":"MEQCIBYcni36bGUDPTxT6rTPhPtFDr56W18UrIbk1pXCnqK2AiBhA6iuflIXy7ruTXYNOlG7EkfmDJHBG41sz1B7QQp9tg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8695105,"size":1667235},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"4f6439f85cf2f83a0a14b20362946d2323827da2","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0","faye-websocket":"0.11.4","@firebase/logger":"0.4.4","@firebase/component":"0.6.13","@firebase/auth-interop-types":"0.2.4","@firebase/app-check-interop-types":"0.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.2","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.14-20250318143520_1742308998957_0.20726757731767909","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-18T14:43:19.226Z","publish_time":1742308999226,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.cf3c8fb2a":{"name":"@firebase/database","version":"1.0.13-canary.cf3c8fb2a","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.13-canary.cf3c8fb2a","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"28f28a711d776cbb43381a6744cabc323aeb717f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.cf3c8fb2a.tgz","fileCount":201,"integrity":"sha512-2jqRB8TRrlQQy2Z4e4DiNpBjyPXDKm2tldNjnipHM3BMU2v0jn/loCrg0AkTNBqEklNuMcjK4r6o86AHWx3V5w==","signatures":[{"sig":"MEUCIQCafpAtJ9poMB+nk5w9wQodjomR8Bndgj/E6evVt5XhKgIgOaG/Eyqv9fjxvTh+PFvJ5sKvUrHVBu0VeQJIblMV8rM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8695217,"size":1667244},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"cf3c8fb2affffc8f055eed9265b3d5ba4df86185","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0-canary.cf3c8fb2a","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.cf3c8fb2a","@firebase/component":"0.6.13-canary.cf3c8fb2a","@firebase/auth-interop-types":"0.2.4-canary.cf3c8fb2a","@firebase/app-check-interop-types":"0.3.3-canary.cf3c8fb2a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.2-canary.cf3c8fb2a","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.13-canary.cf3c8fb2a_1742309125500_0.4570266971266368","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-18T14:45:25.858Z","publish_time":1742309125858,"_source_registry_name":"default","contributors":[]},"1.0.14-20250318151245":{"name":"@firebase/database","version":"1.0.14-20250318151245","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.0","@firebase/component":"0.6.13","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-20250318151245","readmeFilename":"README.md","gitHead":"58876607cb666a589b3e92b7d4e5bd1404f05ed9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-80YgoYn+ThKKhzfyIg50qrNeYtolwYGxbH2tro8InrSG21H7lGSAKPga9m7YinhOOVGITfhAmgSn6B2RaK73Nw==","shasum":"81100233d605cbdd88c609e476e57cd442f01bb2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-20250318151245.tgz","fileCount":201,"unpackedSize":8695105,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBKRiIfyjlWshqDUf0LLfp6RZaOzjnEZLrLVbdREA+8ZAiEA2yq8ZOFKNqZ1HpM7E+MG9TzJpKUdk780bvNnj8jPopg="}],"size":1667231},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-20250318151245_1742311256659_0.5612790115717199"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-18T15:20:56.912Z","publish_time":1742311256912,"_source_registry_name":"default","contributors":[]},"1.0.13-canary.e8865f241":{"name":"@firebase/database","version":"1.0.13-canary.e8865f241","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.e8865f241","@firebase/util":"1.11.0-canary.e8865f241","@firebase/component":"0.6.13-canary.e8865f241","@firebase/app-check-interop-types":"0.3.3-canary.e8865f241","@firebase/auth-interop-types":"0.2.4-canary.e8865f241","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2-canary.e8865f241","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.13-canary.e8865f241","readmeFilename":"README.md","gitHead":"e8865f241e25e6c561f5d956a42a8748fc6e32b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nfi8e9I3ayiBwv9EsDRZdb9jzxdNc5vVsuH1p/9Rjm7WoZmFl4sS4K0O/oIpO4Zoxu1zV+oYPmzoyp4rLr6vNw==","shasum":"b25bec61f256ab75ab5b7529f0052f209e00ea43","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.13-canary.e8865f241.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBk42D/2dH7DpewVqTT/2LZtsRDzCQrhR0COY4eLg2CnAiEAp626YwckWwXPNVI00+R4htiR+K2QHEtp7Czn+QsNc2c="}],"size":1667249},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.13-canary.e8865f241_1742313134318_0.9806529303275542"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-18T15:52:14.542Z","publish_time":1742313134542,"_source_registry_name":"default","contributors":[]},"1.0.14-20250318174027":{"name":"@firebase/database","version":"1.0.14-20250318174027","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.0","@firebase/component":"0.6.13","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-20250318174027","readmeFilename":"README.md","gitHead":"58876607cb666a589b3e92b7d4e5bd1404f05ed9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xcN5mYX1VTaDMry62IJJWa0Qat5xf6zKXjohB5FGO+v4Dsc+6tilBkrPK7pyGAKILmslbBA0seVSN276JuahOg==","shasum":"62e44f478512fdc7ab86a05e16bc05734fcf0a7a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-20250318174027.tgz","fileCount":201,"unpackedSize":8695105,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHcO76MYEENHOfcQ8/hu0uJHTX0zf/C93s5siCLaefsIAiEAw0+0iZCXOMI86xaqj1oFdXi2OImDJY7MbVdglUqVVII="}],"size":1667236},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-20250318174027_1742320104521_0.5991497805243318"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-18T17:48:24.772Z","publish_time":1742320104772,"_source_registry_name":"default","contributors":[]},"1.0.14":{"name":"@firebase/database","version":"1.0.14","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.0","@firebase/component":"0.6.13","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14","gitHead":"202c7328f606aaace254804b361d8c4e0187db3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-9nxYtkHAG02/Nh2Ssms1T4BbWPPjiwohCvkHDUl4hNxnki1kPgsLo5xe9kXNzbacOStmVys+RUXvwzynQSKmUQ==","shasum":"1d579b345c0f926eaddb7703051999489300c3bd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14.tgz","fileCount":201,"unpackedSize":8695030,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDx2Ly1lrPPzw+sEoahCMs5kuHnMWmWtIC4v+nCXPuiAgIgc0c378gjfY4sTyWXEDcs3zmluD3wB5L97u5jeMDRDKw="}],"size":1667173},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14_1742479857425_0.9541810803884649"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-20T14:10:57.735Z","publish_time":1742479857735,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.202c7328f":{"name":"@firebase/database","version":"1.0.14-canary.202c7328f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.202c7328f","@firebase/util":"1.11.0-canary.202c7328f","@firebase/component":"0.6.13-canary.202c7328f","@firebase/app-check-interop-types":"0.3.3-canary.202c7328f","@firebase/auth-interop-types":"0.2.4-canary.202c7328f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.202c7328f","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.202c7328f","readmeFilename":"README.md","gitHead":"202c7328f606aaace254804b361d8c4e0187db3d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-eUXkGpMuIuY4fQQjBr1dQchf5DVMjnfulATjdR/b8gBhSlEDMsj+MzMEbf2SMVoUan5KjqVIvFN0tECnhyYOPw==","shasum":"6de26d4229656fd82f5996150151018a4bfe2fd7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.202c7328f.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAjUfxtCfuK40RP3yV7uXMVGmIWSRHYMMgnlhF7PJgRmAiAw6xVdTjlRkbDokUAekPSDx+QnxIhIv7qIwOAzLCaaZA=="}],"size":1667248},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.202c7328f_1742482396486_0.7202553927658422"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-20T14:53:16.763Z","publish_time":1742482396763,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.faaeb48e0":{"name":"@firebase/database","version":"1.0.14-canary.faaeb48e0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.faaeb48e0","@firebase/util":"1.11.0-canary.faaeb48e0","@firebase/component":"0.6.13-canary.faaeb48e0","@firebase/app-check-interop-types":"0.3.3-canary.faaeb48e0","@firebase/auth-interop-types":"0.2.4-canary.faaeb48e0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.faaeb48e0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.faaeb48e0","readmeFilename":"README.md","gitHead":"faaeb48e0c9dfddd014e5fb52088d39c895e9874","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-oOMvuUxZ7k43sTK6VfuPgUQD3r0hNLx9dXl10zBBVJzqiH2NZwHOPNSaxRJtIcidrB0h7gYeTooAIbMAZwD3Gw==","shasum":"64dbf9c0e2df02467102e8854e6deff0504baaa6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.faaeb48e0.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDNYAa7OGe9n7vHjvOk+PDmK3wMTPOAFEkvAxZbH94vhAiBV+PVxo6L6ERHocbc0DERcT20hIRMirUU6SiumJ0v6lQ=="}],"size":1667239},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.faaeb48e0_1742498678427_0.5275550650565026"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-20T19:24:38.755Z","publish_time":1742498678755,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.14d97210c":{"name":"@firebase/database","version":"1.0.14-canary.14d97210c","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.14-canary.14d97210c","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"95c1dd7dc1f05821368fc60fcb105c61e1e20efc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.14d97210c.tgz","fileCount":201,"integrity":"sha512-1PPglHN1N8DTOUMKdXV1BuGWyWDMvMXX5Pp4ZJHZI+SwR56y1hkvut/R3U1U+yAxCZJ1zPJ+ExDfjPCaB7PogA==","signatures":[{"sig":"MEQCIAYctQxTOREjLk35SleOYAX1K3iwsGXc2tjA9KRgL1RAAiB7ordYlkxeyr3DGKaWbQ9giUTeQZfCaEqKI1tBlyIQeQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8695217,"size":1667247},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"14d97210c5d596a1785ab3dd93e32b0ddfbf79c0","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0-canary.14d97210c","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.14d97210c","@firebase/component":"0.6.13-canary.14d97210c","@firebase/auth-interop-types":"0.2.4-canary.14d97210c","@firebase/app-check-interop-types":"0.3.3-canary.14d97210c"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.3-canary.14d97210c","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.14-canary.14d97210c_1742508547472_0.16319480679930654","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-03-20T22:09:07.743Z","publish_time":1742508547743,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.571883817":{"name":"@firebase/database","version":"1.0.14-canary.571883817","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.571883817","@firebase/util":"1.11.0-canary.571883817","@firebase/component":"0.6.13-canary.571883817","@firebase/app-check-interop-types":"0.3.3-canary.571883817","@firebase/auth-interop-types":"0.2.4-canary.571883817","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.571883817","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.571883817","readmeFilename":"README.md","gitHead":"571883817e8b771fa506f59587c4ee31b8ddd41c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-2y8TFZVC22ROd8bhwBMcPmWmBdurKsRX7YkUhDuqwfcWSJiNnLHdeY/+IU7oDxyRYIJPoZjRwiJlIuhMwy7uHw==","shasum":"4b61996bdef2d9cd0d625836558a3da7860eb01f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.571883817.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIA62WJnwSUgzjppvkvq8CzfRscjl3C4StJyaaX6TTcu3AiEA/LkD0ay4c7wjyymtf6EgkfWHkXSWICDCRuQVomlB+0g="}],"size":1667252},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.571883817_1742509555993_0.862610029758023"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-20T22:25:56.242Z","publish_time":1742509556242,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.edb40010b":{"name":"@firebase/database","version":"1.0.14-canary.edb40010b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.edb40010b","@firebase/util":"1.11.0-canary.edb40010b","@firebase/component":"0.6.13-canary.edb40010b","@firebase/app-check-interop-types":"0.3.3-canary.edb40010b","@firebase/auth-interop-types":"0.2.4-canary.edb40010b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.edb40010b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.edb40010b","readmeFilename":"README.md","gitHead":"edb40010bb480806b26f48601b65f4257ffed2df","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-HjhbfG9NnmMti3MS41IYaRaMrHuyk/8x+7JrLEDaRnVRfrs2OLofTTCr36klHb/ifA46xll9uyN2qmDtQ2kBvQ==","shasum":"35326d5eb4702c78c9e04b424d98b07356cdf0cb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.edb40010b.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFWZmXjVyPye/JDKWcUClpTOYu3YhrU/dkZQBs5/tZcJAiAqSuBLTeC3ekVakJovHumbAqvB/L24dsfR8PDVD7ukSw=="}],"size":1667241},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.edb40010b_1742595388375_0.8287902320506815"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-21T22:16:28.670Z","publish_time":1742595388670,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.648de84b0":{"name":"@firebase/database","version":"1.0.14-canary.648de84b0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.648de84b0","@firebase/util":"1.11.0-canary.648de84b0","@firebase/component":"0.6.13-canary.648de84b0","@firebase/app-check-interop-types":"0.3.3-canary.648de84b0","@firebase/auth-interop-types":"0.2.4-canary.648de84b0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.648de84b0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.648de84b0","readmeFilename":"README.md","gitHead":"648de84b05c827d33d6b22aceb6eff01208ebdf0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Pq5JU8tG4NrvSfqnc8EihoyIGMs8kE2wj5XZPr5aiV/kNIljQuDQ/8e8CaGYko/+m867GFx4f8Q1S9e8fdRIrA==","shasum":"1cb967c4d4ae6c1a775ea06e71f6ad17b42c093e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.648de84b0.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCjWTxBjZ+LF20d2egsMUKMUBy4R3Ruy7xAdNkZmE3iXQIgGp42dQt09IprXhSg3vr6cDrl+4sGBWbZtEd97Os/MxY="}],"size":1667246},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.648de84b0_1742914647369_0.8607136452829791"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-25T14:57:27.585Z","publish_time":1742914647585,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.ab8eb26ce":{"name":"@firebase/database","version":"1.0.14-canary.ab8eb26ce","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.ab8eb26ce","@firebase/util":"1.11.0-canary.ab8eb26ce","@firebase/component":"0.6.13-canary.ab8eb26ce","@firebase/app-check-interop-types":"0.3.3-canary.ab8eb26ce","@firebase/auth-interop-types":"0.2.4-canary.ab8eb26ce","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.ab8eb26ce","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.ab8eb26ce","readmeFilename":"README.md","gitHead":"ab8eb26ce077014219543645b7f3ba47e8995260","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-WF8yV/Rv3JIIGKaXVKul7xVD/Ui30Ez1dn/W3j5UppwTNufW/Zd8cE2B+c8hTPk1C0as9GzHG89uvmH5vWmVFw==","shasum":"6a4f6e9bcb861dd4abfcd872600e38d1395775c5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.ab8eb26ce.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDyt8x7alADA0139zLd8+xwp9Yxdb7SHUy57sBSc68H7gIhAJd9ycYdfqF6zk3xzZ8/EeTr+WX7ZQEBPzbAznxgj9/Z"}],"size":1667237},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.ab8eb26ce_1742922535876_0.6171775653346094"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-25T17:08:56.106Z","publish_time":1742922536106,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.dcc62c031":{"name":"@firebase/database","version":"1.0.14-canary.dcc62c031","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.dcc62c031","@firebase/util":"1.11.0-canary.dcc62c031","@firebase/component":"0.6.13-canary.dcc62c031","@firebase/app-check-interop-types":"0.3.3-canary.dcc62c031","@firebase/auth-interop-types":"0.2.4-canary.dcc62c031","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.dcc62c031","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.dcc62c031","readmeFilename":"README.md","gitHead":"dcc62c031a8040a2c5acc58c3595bb8949bdca77","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Mn6nHNNCVS/fZMUU4ne/ysXkrpU+nlhdpTRfLOcBVy0hC5sH5IiwdLuPOsxpDJg6TIIzMZpgI3iDUfu1b+Jtmw==","shasum":"35d44cbb3454055ac6c2411a5b647abd6c3e78d9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.dcc62c031.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDcAKOJGdySsvqHtuTOC+poduIUMGCmAiGfZVL09FdspwIhAO4dn2cwzeqdrh20Js/N7LS9NGSeRF94f3GCLQb8d9Dy"}],"size":1667245},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.dcc62c031_1742930288858_0.31257226479783484"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-25T19:18:09.127Z","publish_time":1742930289127,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.670eba607":{"name":"@firebase/database","version":"1.0.14-canary.670eba607","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.670eba607","@firebase/util":"1.11.0-canary.670eba607","@firebase/component":"0.6.13-canary.670eba607","@firebase/app-check-interop-types":"0.3.3-canary.670eba607","@firebase/auth-interop-types":"0.2.4-canary.670eba607","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.670eba607","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.670eba607","readmeFilename":"README.md","gitHead":"670eba6075e777f1a0010a1f6f9d30bf59b7e56b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-T9NNTPWvxTfP4ClKH2Gs2CqjEOml0fYtgLlj607M5UeoywbjEQWOS0J8mn/O7tDR4B+V2Fawo+V2kE4NMEizJA==","shasum":"854a11ea7e2f7a03b70cbcb25bc9270acead16ef","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.670eba607.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHsYvMf/FOksxvMI6FV5GO+1mkQDYeTc4KS6GVzZk55EAiBPCGvL2LjMJgCKOeqr2+qPKNayrFc8GrMFx+BOZGRlbA=="}],"size":1667245},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.670eba607_1743107657741_0.824078414160226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-27T20:34:18.029Z","publish_time":1743107658029,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.fb5d42275":{"name":"@firebase/database","version":"1.0.14-canary.fb5d42275","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.fb5d42275","@firebase/util":"1.11.0-canary.fb5d42275","@firebase/component":"0.6.13-canary.fb5d42275","@firebase/app-check-interop-types":"0.3.3-canary.fb5d42275","@firebase/auth-interop-types":"0.2.4-canary.fb5d42275","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.fb5d42275","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.fb5d42275","readmeFilename":"README.md","gitHead":"fb5d4227571e06df128048abf87cbb1da2ace1bc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Om6oOiYVgosu8uxOB9jX3wvdwa8AxQ1ZTMF8RAwPeeue2NmFycjgMRgp1rcFj6TPotWweHynr4a5bEXzoUck+w==","shasum":"dcf66252cc4f01e7276ac7bcd2176bf98dc0f09a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.fb5d42275.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC5EMdGIXn9Glok3of30GXGQKaRRBfjrYQtQ4jipUQYXAIhAMwVYhPAe5ggz4yZamD+ke8meA7IoI7gYNOH+LvfN4yl"}],"size":1667248},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.fb5d42275_1743113170804_0.3069959769111221"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-27T22:06:11.009Z","publish_time":1743113171009,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.195d94310":{"name":"@firebase/database","version":"1.0.14-canary.195d94310","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.195d94310","@firebase/util":"1.11.0-canary.195d94310","@firebase/component":"0.6.13-canary.195d94310","@firebase/app-check-interop-types":"0.3.3-canary.195d94310","@firebase/auth-interop-types":"0.2.4-canary.195d94310","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.195d94310","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.195d94310","readmeFilename":"README.md","gitHead":"195d943103795a50bb3fc5c56ef2bb64610006a1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GS494Snct54vaD28Ky8Exoi7oKvX9dj1XNYTG8gPOXi20uhCDmmpvvCSs4bwRxqveBop2zB3IOmtH8GtF0ByXQ==","shasum":"351616bea932c5287464dbe7bb4694afd9d10d8e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.195d94310.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDDtprwQ8rHK6jRDSprWdqWSYyspC9rjcHz9CnVmSt4FAiBDLQEcnqFGhHhTjZH/ZmnULT3jZGm8rheb/n78W9Nofg=="}],"size":1667252},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.195d94310_1743173955775_0.9073132570516169"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-28T14:59:15.983Z","publish_time":1743173955983,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.61f0102ac":{"name":"@firebase/database","version":"1.0.14-canary.61f0102ac","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.61f0102ac","@firebase/util":"1.11.0-canary.61f0102ac","@firebase/component":"0.6.13-canary.61f0102ac","@firebase/app-check-interop-types":"0.3.3-canary.61f0102ac","@firebase/auth-interop-types":"0.2.4-canary.61f0102ac","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.61f0102ac","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.61f0102ac","readmeFilename":"README.md","gitHead":"61f0102ac85e4fd6c54506df93b1f1899e3ef110","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5rtpEhFYJD7MveOvm0dbr7uE0JXc6rzqnK2CNSmcuEehVARkttQyTA6oDwxebZjcI1W/Pqsba9FHgXsEum+DXg==","shasum":"a6f68e8ca86ab5932bdb1bca6772b7d00af693bc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.61f0102ac.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDP+ky8KVkCaAqlAlvOYyfuiAwEWJ28iKtNWK95DqrMpQIhAPd5SJDTKg8yFwT/hOmNIHV5CQq49c80nveek9f9CdDf"}],"size":1667243},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.61f0102ac_1743179791835_0.9079247389304164"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-28T16:36:32.091Z","publish_time":1743179792091,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.c8cbfff16":{"name":"@firebase/database","version":"1.0.14-canary.c8cbfff16","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.c8cbfff16","@firebase/util":"1.11.0-canary.c8cbfff16","@firebase/component":"0.6.13-canary.c8cbfff16","@firebase/app-check-interop-types":"0.3.3-canary.c8cbfff16","@firebase/auth-interop-types":"0.2.4-canary.c8cbfff16","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-canary.c8cbfff16","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.c8cbfff16","readmeFilename":"README.md","gitHead":"c8cbfff1667c7c1f447262ef3e31e55c6e321d4d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Jo5VKmKj/HKP6hie5VtteiXyWDSqiLd5z7KNMz+Ik4Hj3gQfiePeFn0lagTyqXL2F8Xxt09lZwiSQjrlORC2Qg==","shasum":"97f721871f34c9a41142d9bbea9d1901141e1555","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.c8cbfff16.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQClw3ncjRpTGPOHX6Ak8D5IQmNdxy+8VPk7kai1pIPzNgIgPvJaYGbJLcaNmwITJvDD6HXzP2JFAVjoJhiBUbVkxfk="}],"size":1667242},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.c8cbfff16_1743209716298_0.1529617939618848"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-29T00:55:16.514Z","publish_time":1743209716514,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.933ba9d3c":{"name":"@firebase/database","version":"1.0.14-canary.933ba9d3c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.933ba9d3c","@firebase/util":"1.11.0-canary.933ba9d3c","@firebase/component":"0.6.13-canary.933ba9d3c","@firebase/app-check-interop-types":"0.3.3-canary.933ba9d3c","@firebase/auth-interop-types":"0.2.4-canary.933ba9d3c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.933ba9d3c","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.933ba9d3c","readmeFilename":"README.md","gitHead":"933ba9d3c74e3774277c685cd5e5e9b1ccb52bcb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-VRzYhX+Ui3BBZ1ZYDii6eN4WfQ+/yCWdQov57xP/7ixxrENy3SbvrA8yQq2GCQfT7Sh/r1dPDp/OZGpu7OCFVw==","shasum":"c7101cc6c345b2cdc2f21d03477e5cf21f53aa33","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.933ba9d3c.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBv2NxJlfOMdNHVc2cia48hsoFKskCzV0uuNp+rCZk3qAiEAng/O/WPRYDUbYpANNsYmsO5bBSRLPiXb3bCA5+Vqdbo="}],"size":1667248},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.933ba9d3c_1743451780821_0.6104927330260999"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-03-31T20:09:41.068Z","publish_time":1743451781068,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.88a805580":{"name":"@firebase/database","version":"1.0.14-canary.88a805580","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.88a805580","@firebase/util":"1.11.0-canary.88a805580","@firebase/component":"0.6.13-canary.88a805580","@firebase/app-check-interop-types":"0.3.3-canary.88a805580","@firebase/auth-interop-types":"0.2.4-canary.88a805580","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.88a805580","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.88a805580","readmeFilename":"README.md","gitHead":"88a8055808bdbd1c75011a94d11062460027d931","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RzARGNUDGxUp0EUMTTW6xo1KRvjMgszmscMhPPqxYqapJGCOZbXxxnAzMtnynJYnVUwtyik6ELLjr2+MvrznWQ==","shasum":"85da54fa75b84aa3b4f3103f2bc27da09d0f2405","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.88a805580.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDuvpOFhxwQ9sN2JWDRW9X34CKJIZggaiTiNSrWCXtBUwIgLq8xad85LJVydK6FOFh34vk6CA7GqiLGDpm46fF1YYs="}],"size":1667249},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.88a805580_1743538788725_0.4232913602668784"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-01T20:19:49.004Z","publish_time":1743538789004,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.1df3d26fb":{"name":"@firebase/database","version":"1.0.14-canary.1df3d26fb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.1df3d26fb","@firebase/util":"1.11.0-canary.1df3d26fb","@firebase/component":"0.6.13-canary.1df3d26fb","@firebase/app-check-interop-types":"0.3.3-canary.1df3d26fb","@firebase/auth-interop-types":"0.2.4-canary.1df3d26fb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.1df3d26fb","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.1df3d26fb","readmeFilename":"README.md","gitHead":"1df3d26fbfb4db24b74d5d779825017e9ec40eaa","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-NiUoODFO5uAjgdy77Ve68nC6L6Ng0BsYijx5nelq+EGVmSTbe2o9wFxv8HoKEYRZE+tuyO1BNsLZD+625Ox9lg==","shasum":"a9ebb3ec63df3d387b5e1ed48a2b60b7ae57bccb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.1df3d26fb.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIE3ndiOU9V7IW3JClZt6SSe3mu9P/wEMyH8HajXXnSwWAiEAtHn1c9zMbE00v2uHC0AG0kgxtiuOyHHdDRY1RASzjWw="}],"size":1667244},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.1df3d26fb_1743793680795_0.41784976945309404"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-04T19:08:01.079Z","publish_time":1743793681079,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.66a09f247":{"name":"@firebase/database","version":"1.0.14-canary.66a09f247","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.66a09f247","@firebase/util":"1.11.0-canary.66a09f247","@firebase/component":"0.6.13-canary.66a09f247","@firebase/app-check-interop-types":"0.3.3-canary.66a09f247","@firebase/auth-interop-types":"0.2.4-canary.66a09f247","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.66a09f247","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.66a09f247","readmeFilename":"README.md","gitHead":"66a09f247603519768c6b6a3e1c13732a48781f8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ZRuyq4yR65/EL1i/7rV7CR8ba6vV8f4GZZhs+EhiS9wXozVNDcmD6CXINFZTX0eAiC2Ifm6Etem7kurnZn3WVA==","shasum":"c467ce9f58402dca46355f83630722f1b593ef63","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.66a09f247.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD0xgAtOPePeEsc3mLy/Zp5Za4ZRJPeEut2PFfCypTgBQIgPwmsiwycIIW26XRfcWC2/ohUx817aHC+UtxtPZax+/w="}],"size":1667248},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.66a09f247_1744133347746_0.9518315124005903"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-08T17:29:08.004Z","publish_time":1744133348004,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.b3328250d":{"name":"@firebase/database","version":"1.0.14-canary.b3328250d","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.14-canary.b3328250d","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"6da0a610ff62d8dd1e92bb7fa482997f650ce01d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.b3328250d.tgz","fileCount":201,"integrity":"sha512-qcsB1GOBsiN+86eMKzmjUdlH3ICRZpLaWdIHX1CGUFvsQL01wtewm/f0DWOVLmnh3cn1DKDhGytNsFNZBeYTyg==","signatures":[{"sig":"MEYCIQCijAzAwtFp4VJ86fIg24CMdmMcHb+VEE6UdegRYO1tRgIhAPbjCYq6ovEa261++NN9SvSdSat8cnGu7wrIMCp8ZniH","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8695217,"size":1667249},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"b3328250d516142c8bec4f5c9bfe8663523ffcb4","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0-canary.b3328250d","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.b3328250d","@firebase/component":"0.6.13-canary.b3328250d","@firebase/auth-interop-types":"0.2.4-canary.b3328250d","@firebase/app-check-interop-types":"0.3.3-canary.b3328250d"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.4-canary.b3328250d","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.14-canary.b3328250d_1744209501666_0.016321993349025288","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-04-09T14:38:21.864Z","publish_time":1744209501864,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.4e0f630e7":{"name":"@firebase/database","version":"1.0.14-canary.4e0f630e7","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.14-canary.4e0f630e7","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"96e7b53211e5002f46be806fde841fd5246d5568","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.4e0f630e7.tgz","fileCount":201,"integrity":"sha512-51D2k2HtO4OYOkaB0CR747uT0tXN0CqLme0SfZriAuRPOrUh3ASpuw49Por+iKzIftoEcrzAGRIYxJAuWLLQPQ==","signatures":[{"sig":"MEUCIQC5f9ioIRND4vKniwJGNPkIS+nJi2ynmMLvj0mS/FxXPAIgfYg/fCSklklM2FX7Y15DzG5adQH4z9jDS6llTgdIfr0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8695217,"size":1667244},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"4e0f630e714cd63e1e39ffb0b56918a88951fe8e","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0-canary.4e0f630e7","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.4e0f630e7","@firebase/component":"0.6.13-canary.4e0f630e7","@firebase/auth-interop-types":"0.2.4-canary.4e0f630e7","@firebase/app-check-interop-types":"0.3.3-canary.4e0f630e7"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.4-canary.4e0f630e7","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.14-canary.4e0f630e7_1744223509452_0.9831751788717957","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-04-09T18:31:49.823Z","publish_time":1744223509823,"_source_registry_name":"default","contributors":[]},"1.0.14-eap-vertexai-hybridinference.dcc62c031":{"name":"@firebase/database","version":"1.0.14-eap-vertexai-hybridinference.dcc62c031","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-eap-vertexai-hybridinference.dcc62c031","@firebase/util":"1.11.0-eap-vertexai-hybridinference.dcc62c031","@firebase/component":"0.6.13-eap-vertexai-hybridinference.dcc62c031","@firebase/app-check-interop-types":"0.3.3-eap-vertexai-hybridinference.dcc62c031","@firebase/auth-interop-types":"0.2.4-eap-vertexai-hybridinference.dcc62c031","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.3-eap-vertexai-hybridinference.dcc62c031","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-eap-vertexai-hybridinference.dcc62c031","readmeFilename":"README.md","gitHead":"dcc62c031a8040a2c5acc58c3595bb8949bdca77","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-EN3/AjHgDc43VGfGdmUI20zxU4Qz6773WjtkBlYrNYpF3zJ+BgRoxzggM67IEcb/pStMmencpxL/Mu1uqKDxAA==","shasum":"5469c5396270a352f0d9033adf1784ece1e75df7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-eap-vertexai-hybridinference.dcc62c031.tgz","fileCount":201,"unpackedSize":8695459,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBCescFNa/ZMzvu34r25kSmSoSyc2kRfWkkryqWqLW5qAiEAtk/A76oyR6vzXSd9nxRsxNmLBuKZVNZhMH9Lc59xjfs="}],"size":1667340},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-eap-vertexai-hybridinference.dcc62c031_1744225460305_0.2386350731273783"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-09T19:04:20.605Z","publish_time":1744225460605,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.ed0803a29":{"name":"@firebase/database","version":"1.0.14-canary.ed0803a29","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.ed0803a29","@firebase/util":"1.11.0-canary.ed0803a29","@firebase/component":"0.6.13-canary.ed0803a29","@firebase/app-check-interop-types":"0.3.3-canary.ed0803a29","@firebase/auth-interop-types":"0.2.4-canary.ed0803a29","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.ed0803a29","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.ed0803a29","readmeFilename":"README.md","gitHead":"ed0803a29791cc0cecd0153f95e814ddcee7efd8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XSIGPBQv9irzeQx7qhGW+jrjKX9N0GVeStBbi6Gjbtz3QLZ+5RCURsLFlUfpnO3/Hclh7k1cQ/5c0r51JRiquw==","shasum":"880718831807b8a782e7fc4a1335668af54f8db4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.ed0803a29.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAa7x36LJ+YwNjqNMojRNM5AVhfRhUz11QAfotY3p56SAiAuJXfljnyVEzJfxUY9om0ukHHjaVyY9sl4e2MP7KXImA=="}],"size":1667245},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.ed0803a29_1744385316234_0.534679902617631"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-11T15:28:36.675Z","publish_time":1744385316675,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.e055e9057":{"name":"@firebase/database","version":"1.0.14-canary.e055e9057","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.e055e9057","@firebase/util":"1.11.0-canary.e055e9057","@firebase/component":"0.6.13-canary.e055e9057","@firebase/app-check-interop-types":"0.3.3-canary.e055e9057","@firebase/auth-interop-types":"0.2.4-canary.e055e9057","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.e055e9057","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.e055e9057","readmeFilename":"README.md","gitHead":"e055e9057caab4d9f73734307fe4e0be2098249b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-AkUvBaYE7+jQ6yHo3kTWn69sOfivk36LmJ4E7RiINcq6G5tc+mYWlzLSlqYo3dsCAMrfIpjxfaDICWctAfdKhg==","shasum":"fb394df89dca1a975beea606747ebde96050e9e1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.e055e9057.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCwOgDEN64TV6WAB7wx7Lk8gytwaqBs8VUfuEnLvfftJAIhAPoODchhG01xXzbtilZ8qB3/lqDmFdR4XZuq8/XR2Xme"}],"size":1667247},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.e055e9057_1744650244914_0.028999159648229744"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-14T17:04:05.112Z","publish_time":1744650245112,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.8bb66c28b":{"name":"@firebase/database","version":"1.0.14-canary.8bb66c28b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.8bb66c28b","@firebase/util":"1.11.0-canary.8bb66c28b","@firebase/component":"0.6.13-canary.8bb66c28b","@firebase/app-check-interop-types":"0.3.3-canary.8bb66c28b","@firebase/auth-interop-types":"0.2.4-canary.8bb66c28b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.8bb66c28b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.8bb66c28b","readmeFilename":"README.md","gitHead":"8bb66c28b3b1a2486ae2574250e6f738bec671d1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-b+qLMirCHopNQeBR8AFmVkJJLyPW5fRi0r5ScILFfPhaDhsh39XH3dwEbbfLEhTI3LKpx7Nik6jfLnct8wQ5xQ==","shasum":"f9404172f3c574fa03e6e85d3584d82ae27fc28c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.8bb66c28b.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCUJwUDgmJGUBTYpd+CAzUWIC9qi6krr5DSnVmK6FTpwgIgGWhochHrFMJbroRVFeVY4J9EbAo+9pBFuEPCKgRfODQ="}],"size":1667246},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.8bb66c28b_1744734228312_0.6063282265570309"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-15T16:23:48.537Z","publish_time":1744734228537,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.0cbff6bc7":{"name":"@firebase/database","version":"1.0.14-canary.0cbff6bc7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.0cbff6bc7","@firebase/util":"1.11.0-canary.0cbff6bc7","@firebase/component":"0.6.13-canary.0cbff6bc7","@firebase/app-check-interop-types":"0.3.3-canary.0cbff6bc7","@firebase/auth-interop-types":"0.2.4-canary.0cbff6bc7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.0cbff6bc7","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.0cbff6bc7","readmeFilename":"README.md","gitHead":"0cbff6bc7a62f77346ce76c9602b3d572a9af6c0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-zr+40dyfsUKzHsN/w+h1Laxgfnd3E2ZvyD2/2kTaJZXUcjz8NZzjrc/dA4UDOMtFwoqdXlzbXZlLMnTDTckyOA==","shasum":"46cd4d0f3798f2b125268b3bbceb7763e1206947","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.0cbff6bc7.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAt/SWh2MHJ6FlRawiTRbSNC4XurqURqBrtYoE9IRZgaAiEAyXL9tvxZlHBOi4kUF8Yd0GrlscuvA3ZAcNfBBICNm0c="}],"size":1667243},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.0cbff6bc7_1744734269250_0.421222596626849"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-15T16:24:29.471Z","publish_time":1744734269471,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.1363ecc53":{"name":"@firebase/database","version":"1.0.14-canary.1363ecc53","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.1363ecc53","@firebase/util":"1.11.0-canary.1363ecc53","@firebase/component":"0.6.13-canary.1363ecc53","@firebase/app-check-interop-types":"0.3.3-canary.1363ecc53","@firebase/auth-interop-types":"0.2.4-canary.1363ecc53","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.1363ecc53","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.1363ecc53","readmeFilename":"README.md","gitHead":"1363ecc533de0ba5bfcae206a831acc33f9020a6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-M5l2rD7DMON81nMiImjqwfq9+V3ikE3AigiDkVES0kDCRR5VGI+d6f/mC46ZJ0Q0jnWhyQugay+wTsx8j0ni7Q==","shasum":"288d201781200c49c827da8018efe74d07485231","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.1363ecc53.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIA/plLG/KEw3ZQLWO6DIWHsNe8vbphsyv09UK5XGDo6jAiEA23hlCg4+fyrYCpJ3PNWh/95MitrcBAXF8eGq6DfFtEI="}],"size":1667248},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.1363ecc53_1744778912627_0.1709092157944816"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-16T04:48:32.829Z","publish_time":1744778912829,"_source_registry_name":"default","contributors":[]},"1.0.14-eap-vertexai-hybridinference.3d7df8b90":{"name":"@firebase/database","version":"1.0.14-eap-vertexai-hybridinference.3d7df8b90","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-eap-vertexai-hybridinference.3d7df8b90","@firebase/util":"1.11.0-eap-vertexai-hybridinference.3d7df8b90","@firebase/component":"0.6.13-eap-vertexai-hybridinference.3d7df8b90","@firebase/app-check-interop-types":"0.3.3-eap-vertexai-hybridinference.3d7df8b90","@firebase/auth-interop-types":"0.2.4-eap-vertexai-hybridinference.3d7df8b90","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.3d7df8b90","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-eap-vertexai-hybridinference.3d7df8b90","readmeFilename":"README.md","gitHead":"3d7df8b90e9455ead5e1a7eeb0ef256171c61b49","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XeAAO6JeSM665dfmx/fxANaRPH9KtC1IDaVzNRbduAZsdJLFBypiyPHRXaAunwj3yhZgHrhccerqYYs4YnDaIQ==","shasum":"e441b135a2c536fa9d64b0ab5673012a1307d7b4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-eap-vertexai-hybridinference.3d7df8b90.tgz","fileCount":201,"unpackedSize":8695459,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBmo7oHkiVOlETWxFYxNFRiks4hht0xOgzStxX8R8hpCAiAf7cAeAAKL4pYHLml4UpMr74iNBXoMRLjvFgP/J2szuQ=="}],"size":1667343},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-eap-vertexai-hybridinference.3d7df8b90_1745256296225_0.7369743533363033"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-21T17:24:56.567Z","publish_time":1745256296567,"_source_registry_name":"default","contributors":[]},"1.0.14-eap-vertexai-hybridinference.43a69d5da":{"name":"@firebase/database","version":"1.0.14-eap-vertexai-hybridinference.43a69d5da","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.14-eap-vertexai-hybridinference.43a69d5da","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"8aa98b92c8d672a2e3ae0d438a86adf463f4f69d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-eap-vertexai-hybridinference.43a69d5da.tgz","fileCount":201,"integrity":"sha512-sK6Z4JRXkhgWOY8/ev3pqxhGafFYSC0xEpXYXX+Hgn3gT2c2+eF3ovEBGgO5t/uZKTuqpq0wHVNVRWaqQvk7Qg==","signatures":[{"sig":"MEUCIQDKsFT1N2HLO3joRzgNe55V7fUrjPo3bBYR65JWoV/BdQIgBLQzlbCKxLyKSi/yDg73z21IxxmoxwKJIj8tRFweMzg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8695459,"size":1667342},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"43a69d5da5446ac0997be35f204dbc185c032175","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0-eap-vertexai-hybridinference.43a69d5da","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-eap-vertexai-hybridinference.43a69d5da","@firebase/component":"0.6.13-eap-vertexai-hybridinference.43a69d5da","@firebase/auth-interop-types":"0.2.4-eap-vertexai-hybridinference.43a69d5da","@firebase/app-check-interop-types":"0.3.3-eap-vertexai-hybridinference.43a69d5da"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.4-eap-vertexai-hybridinference.43a69d5da","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.14-eap-vertexai-hybridinference.43a69d5da_1745337904396_0.514053772060101","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-04-22T16:05:04.721Z","publish_time":1745337904721,"_source_registry_name":"default","contributors":[]},"1.0.14-eap-vertexai-hybridinference.5fa83b371":{"name":"@firebase/database","version":"1.0.14-eap-vertexai-hybridinference.5fa83b371","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-eap-vertexai-hybridinference.5fa83b371","@firebase/util":"1.11.0-eap-vertexai-hybridinference.5fa83b371","@firebase/component":"0.6.13-eap-vertexai-hybridinference.5fa83b371","@firebase/app-check-interop-types":"0.3.3-eap-vertexai-hybridinference.5fa83b371","@firebase/auth-interop-types":"0.2.4-eap-vertexai-hybridinference.5fa83b371","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.5fa83b371","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-eap-vertexai-hybridinference.5fa83b371","readmeFilename":"README.md","gitHead":"5fa83b371bd6e7f387e12172d0461b2b2088c79c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-dHz1suf6qqXaGahxOXejgJLZV0mBvieuqwd22FhNNdQITRc8H1hbziXQKvQGGmQfbH34RUV6fWyO0GdTPgcyYQ==","shasum":"ee452947ad0392fc32c52dab11f45ea0345c29b9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-eap-vertexai-hybridinference.5fa83b371.tgz","fileCount":201,"unpackedSize":8695459,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICRBgzWEeLACr60ZxUw+x7/29zCMQ2s0/rmXANlld2fEAiAymLi24ci9ENZj17yQqnzIc1AtwozRW8toZKywtA9mXA=="}],"size":1667345},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-eap-vertexai-hybridinference.5fa83b371_1745358038186_0.027744160481173008"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-22T21:40:38.476Z","publish_time":1745358038476,"_source_registry_name":"default","contributors":[]},"1.0.14-eap-vertexai-hybridinference.e83974308":{"name":"@firebase/database","version":"1.0.14-eap-vertexai-hybridinference.e83974308","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-eap-vertexai-hybridinference.e83974308","@firebase/util":"1.11.0-eap-vertexai-hybridinference.e83974308","@firebase/component":"0.6.13-eap-vertexai-hybridinference.e83974308","@firebase/app-check-interop-types":"0.3.3-eap-vertexai-hybridinference.e83974308","@firebase/auth-interop-types":"0.2.4-eap-vertexai-hybridinference.e83974308","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybridinference.e83974308","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-eap-vertexai-hybridinference.e83974308","readmeFilename":"README.md","gitHead":"e8397430805348a51030b968ece3598cb94d50b4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wowPrNgdRp06DFvSs5Qvn4pkR6NQ7LBsABhPRb4xGBeXYvuf1OTiZ358Y9eLYTAWRM0iSJCVklWwBOCSopCjxA==","shasum":"e0878881e3943a251379e8c3c15a9e4ca41b01b8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-eap-vertexai-hybridinference.e83974308.tgz","fileCount":201,"unpackedSize":8695459,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDsHi0ZBy0/VvKsQMkcvJFZqY9VUgvF4NKqxfr/+JfEggIgRmMgrewK02txc8LdCPGz1S5oFTgCvsCXyGVV/WLWaUg="}],"size":1667347},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-eap-vertexai-hybridinference.e83974308_1745372387205_0.5244812960624132"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-23T01:39:47.522Z","publish_time":1745372387522,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.20b45d3ab":{"name":"@firebase/database","version":"1.0.14-canary.20b45d3ab","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.20b45d3ab","@firebase/util":"1.11.0-canary.20b45d3ab","@firebase/component":"0.6.13-canary.20b45d3ab","@firebase/app-check-interop-types":"0.3.3-canary.20b45d3ab","@firebase/auth-interop-types":"0.2.4-canary.20b45d3ab","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-canary.20b45d3ab","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.20b45d3ab","readmeFilename":"README.md","gitHead":"20b45d3ab12bfae3ac8761fdf32cb613cc2f3641","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ezA2UE3gnXagiqBmbJxUo1OThGtODSJqKRbjeQgs8+3DH8B3AZ8Tn/qgZzs7cP6uVarUdrlcWGF1VfQDXFG4cg==","shasum":"b6196d53628921402d5f80785f572008d4eaa2f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.20b45d3ab.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDtLY7FYhwkV1o+JBJk8hgt2iNRTcDMy/+FS1jWyjRPTAiBQ/QbkuwTX3L/AMkKxiF2ztGtRnHK+pcXp1qqAXUNLlg=="}],"size":1667246},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.20b45d3ab_1745432063143_0.7640360887830144"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-23T18:14:23.424Z","publish_time":1745432063424,"_source_registry_name":"default","contributors":[]},"1.0.14-eap-vertexai-hybgoog.abf0491ae":{"name":"@firebase/database","version":"1.0.14-eap-vertexai-hybgoog.abf0491ae","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-eap-vertexai-hybgoog.abf0491ae","@firebase/util":"1.11.0-eap-vertexai-hybgoog.abf0491ae","@firebase/component":"0.6.13-eap-vertexai-hybgoog.abf0491ae","@firebase/app-check-interop-types":"0.3.3-eap-vertexai-hybgoog.abf0491ae","@firebase/auth-interop-types":"0.2.4-eap-vertexai-hybgoog.abf0491ae","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybgoog.abf0491ae","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-eap-vertexai-hybgoog.abf0491ae","readmeFilename":"README.md","gitHead":"abf0491aef48cd6e02d25732debbbdb9259c326a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-dHin6BquKFA2uTOa+pCnkjcHgO5HZeuRpvCaCkg8xXZYJX2yOIte5y21kEZLiU+FjxPuRGH5c5c0QH8taKf55A==","shasum":"927418c32e0f3ebf396385cb6fe577ad260969f6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-eap-vertexai-hybgoog.abf0491ae.tgz","fileCount":201,"unpackedSize":8695371,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCpCGchUGq1zqfH840CzYc4gzqwEZeaQh5csp1mos0wgQIhAJZVmreBtgAMl5WuvYHOXENn4z8OBm+DyfBe4Y1h7q4+"}],"size":1667283},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-eap-vertexai-hybgoog.abf0491ae_1745436459725_0.44328418857651375"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-23T19:27:40.040Z","publish_time":1745436460040,"_source_registry_name":"default","contributors":[]},"1.0.14-ssl-check.4f23f3343":{"name":"@firebase/database","version":"1.0.14-ssl-check.4f23f3343","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-ssl-check.4f23f3343","@firebase/util":"1.11.0-ssl-check.4f23f3343","@firebase/component":"0.6.13-ssl-check.4f23f3343","@firebase/app-check-interop-types":"0.3.3-ssl-check.4f23f3343","@firebase/auth-interop-types":"0.2.4-ssl-check.4f23f3343","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-ssl-check.4f23f3343","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-ssl-check.4f23f3343","readmeFilename":"README.md","gitHead":"4f23f3343146f15ea27fcba85ba9e22e1e96117c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ksIgT7DeoqRxxXCCeScqtecFJDEBhLIFQ2MMoNcr4WSTesIqLn5i6sVCNPOMcmUv1KZAPsIKzz0/OYb3nY4Q9g==","shasum":"c87fa99de5b3e369ee115eb137a23113cba8c2e9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-ssl-check.4f23f3343.tgz","fileCount":201,"unpackedSize":8699570,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICmE88rlwm4TPZlPGvjMeNXMm4cfYio36zPFiEsZRKm9AiBMS5De6P7huK3y6CErNJuoneo9Y5MEBcrC0OxaIogQ5g=="}],"size":1668202},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-ssl-check.4f23f3343_1745442968219_0.39392629530956547"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-23T21:16:08.509Z","publish_time":1745442968509,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.9952dbc2d":{"name":"@firebase/database","version":"1.0.14-canary.9952dbc2d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.9952dbc2d","@firebase/util":"1.11.0-canary.9952dbc2d","@firebase/component":"0.6.13-canary.9952dbc2d","@firebase/app-check-interop-types":"0.3.3-canary.9952dbc2d","@firebase/auth-interop-types":"0.2.4-canary.9952dbc2d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-canary.9952dbc2d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.9952dbc2d","readmeFilename":"README.md","gitHead":"9952dbc2daceb6b50628070b081c784bd14f84a1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/mwKHJT7OR3kYHYTqWp1eFOnSLYbQRRYWWtYpaBHvUStwOg0hM1uESsZefR10qnOQ3etZgicNxFF0jk9CjZGbw==","shasum":"e572c97c93316e4198073cabe26e50f2a5b91b5e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.9952dbc2d.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDcF608jUOb6zD0n2Yqo2VWKB0hV+BLD4OAJHLQLlTOvAIgRerIm20cEN9QS5V+jWAjz9gbrDJUeJWnwbBkloQYaQE="}],"size":1667248},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.9952dbc2d_1745511237234_0.5648386319525418"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-24T16:13:57.441Z","publish_time":1745511237441,"_source_registry_name":"default","contributors":[]},"1.0.14-auth-redirect-credentials.82faa0828":{"name":"@firebase/database","version":"1.0.14-auth-redirect-credentials.82faa0828","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-auth-redirect-credentials.82faa0828","@firebase/util":"1.11.0-auth-redirect-credentials.82faa0828","@firebase/component":"0.6.13-auth-redirect-credentials.82faa0828","@firebase/app-check-interop-types":"0.3.3-auth-redirect-credentials.82faa0828","@firebase/auth-interop-types":"0.2.4-auth-redirect-credentials.82faa0828","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-auth-redirect-credentials.82faa0828","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-auth-redirect-credentials.82faa0828","readmeFilename":"README.md","gitHead":"82faa082811f3292fdf9f871879dae37d7923590","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-qMh5U4oxI9341Gz0MMgT5Hi+O8UUENhStscIkLb0q2LH+2TRzdC45r42P6UxFjKBMzVKULwfqRLPOmIc0WixOw==","shasum":"3273ff6926fe6a2db1bafeccf83ca349f684e3e0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-auth-redirect-credentials.82faa0828.tgz","fileCount":201,"unpackedSize":8699346,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCRucSRprVVSeafiIcGeQV3We/o7YRh7j7HwC6SYMwP4wIgWVVK+eKlIgrID8rdR7Ppj7VfsNObYNK7GtI7XyoKpak="}],"size":1668180},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-auth-redirect-credentials.82faa0828_1745604712666_0.11963335691605081"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-25T18:11:52.951Z","publish_time":1745604712951,"_source_registry_name":"default","contributors":[]},"1.0.14-auth-redirect-credentials.b424e5897":{"name":"@firebase/database","version":"1.0.14-auth-redirect-credentials.b424e5897","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-auth-redirect-credentials.b424e5897","@firebase/util":"1.11.0-auth-redirect-credentials.b424e5897","@firebase/component":"0.6.13-auth-redirect-credentials.b424e5897","@firebase/app-check-interop-types":"0.3.3-auth-redirect-credentials.b424e5897","@firebase/auth-interop-types":"0.2.4-auth-redirect-credentials.b424e5897","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-auth-redirect-credentials.b424e5897","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-auth-redirect-credentials.b424e5897","readmeFilename":"README.md","gitHead":"b424e58977381cc1f8e24ea4cda48ccc9b48d0e3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+sBrniYNzUgcrMznde8JCEEg2l33wjfS585WVYOL1M08nhhDW+zNayo7a6VleUyZKSDXNbnwv8f6MNpisbUjBQ==","shasum":"0a306ea8b49e5e4159fc8f07b0df5569a44347f4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-auth-redirect-credentials.b424e5897.tgz","fileCount":201,"unpackedSize":8699346,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIE6pvA/+6YUcxKjVrhzTWMcBPmn6+SR8a0fyCqBc/sq+AiEAqNkgRNVfdU1DmBlYRg0xZTajp6rmYP5xoeIxed65Dag="}],"size":1668186},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-auth-redirect-credentials.b424e5897_1745613989643_0.027403730131415838"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-25T20:46:29.914Z","publish_time":1745613989914,"_source_registry_name":"default","contributors":[]},"1.0.14-eap-vertexai-hybgoog.dc3794a2b":{"name":"@firebase/database","version":"1.0.14-eap-vertexai-hybgoog.dc3794a2b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-eap-vertexai-hybgoog.dc3794a2b","@firebase/util":"1.11.0-eap-vertexai-hybgoog.dc3794a2b","@firebase/component":"0.6.13-eap-vertexai-hybgoog.dc3794a2b","@firebase/app-check-interop-types":"0.3.3-eap-vertexai-hybgoog.dc3794a2b","@firebase/auth-interop-types":"0.2.4-eap-vertexai-hybgoog.dc3794a2b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybgoog.dc3794a2b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-eap-vertexai-hybgoog.dc3794a2b","readmeFilename":"README.md","gitHead":"dc3794a2b66ba0a00356ed5c676960163d7a4ed5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-16jUGYlOsJTeKcQP7r0/0ANb72/j9djh6KWM6wPeF5QIPFFI2X7bkUoDK3FIr2UYcOA4m6T/l8ekf6uH6bKUfg==","shasum":"e2eb7804d00af5097c5325dcf8bad01d2bc85806","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-eap-vertexai-hybgoog.dc3794a2b.tgz","fileCount":201,"unpackedSize":8695371,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIF/tcXXxp2okd3WL7l95lO6eyqxegTr3U/pX5ArujBamAiBEFzBSPIlsvWjZsGNpoKlfOyLaO09Fh0Whgpf+HU4IdQ=="}],"size":1667297},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-eap-vertexai-hybgoog.dc3794a2b_1745866530566_0.6906734287574292"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-28T18:55:30.814Z","publish_time":1745866530814,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.0e2558a96":{"name":"@firebase/database","version":"1.0.14-canary.0e2558a96","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.0e2558a96","@firebase/util":"1.11.0-canary.0e2558a96","@firebase/component":"0.6.13-canary.0e2558a96","@firebase/app-check-interop-types":"0.3.3-canary.0e2558a96","@firebase/auth-interop-types":"0.2.4-canary.0e2558a96","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-canary.0e2558a96","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.0e2558a96","readmeFilename":"README.md","gitHead":"0e2558a96b1408fa7047b63f3d506939ff1f28ff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aFN0iWuWWEOIw16lfghOtEXg0xwbFd4GtwQRDxbc7YhlFQuJox3vjCWOCGdWeAxj6hZDtllTnfRVet436OESKw==","shasum":"c7519328e1a1ab15e9243f9b1a2ed9bac5bca2dd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.0e2558a96.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBSVjRQmeGpEq33U/1Ew80zvg/JLhQX/+DDre1k5PXj7AiEAgMLzaQrc6Uv7uSXB5trK4cjgfi6iCSgKA9UsWzTP038="}],"size":1667250},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.0e2558a96_1745871944158_0.19194276376103825"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-28T20:25:44.425Z","publish_time":1745871944425,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.dd6a8f076":{"name":"@firebase/database","version":"1.0.14-canary.dd6a8f076","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.dd6a8f076","@firebase/util":"1.11.0-canary.dd6a8f076","@firebase/component":"0.6.13-canary.dd6a8f076","@firebase/app-check-interop-types":"0.3.3-canary.dd6a8f076","@firebase/auth-interop-types":"0.2.4-canary.dd6a8f076","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-canary.dd6a8f076","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.dd6a8f076","readmeFilename":"README.md","gitHead":"dd6a8f076cb06920a2cff3b9adb78a85624ad64d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-IdFtTpU6RXf2VpVghwEv7Vl2YTcxmGKkOToNpnABvuqobSIyZdbSxU8abgOeWQNj6Jxaz4PZY97VnY+wWWpCfw==","shasum":"25686880587035961a19d43aba8322dd78ad5bff","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.dd6a8f076.tgz","fileCount":201,"unpackedSize":8695217,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD9vI6jy3dFn2L78lrGWzglwZHDBH27YsEU1ZAKAvbr9QIhAJ/st7yNx+1snqldi8VkKeUzCVdtDgT/EqmoQzoTaawR"}],"size":1667247},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.dd6a8f076_1745934217194_0.7051341720287425"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T13:43:37.478Z","publish_time":1745934217478,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.ea1f9139e":{"name":"@firebase/database","version":"1.0.14-canary.ea1f9139e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.ea1f9139e","@firebase/util":"1.11.0-canary.ea1f9139e","@firebase/component":"0.6.13-canary.ea1f9139e","@firebase/app-check-interop-types":"0.3.3-canary.ea1f9139e","@firebase/auth-interop-types":"0.2.4-canary.ea1f9139e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-canary.ea1f9139e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.ea1f9139e","readmeFilename":"README.md","gitHead":"ea1f9139e6baec0269fbb91233fd3f7f4b0d5875","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-6vjuPVhbL0KRQef33pFIQGqZ20Mv1cjaRicyuFeFEu3A8Jzsjwat9xuCzUQ7swTiWOCvimpx3a6b3Gi3NqqBPA==","shasum":"db62ba21abfd95e2944b6897c89ae6447e2d0af8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.ea1f9139e.tgz","fileCount":201,"unpackedSize":8697843,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD297G38i9oOKujo9n6L7TxYSwM/8mYSzEnrVeM0AcvdQIgDgT+wjPOwKwZ4jnnZGj6UEWqcgf8ZQ1N440uQKzHztk="}],"size":1668108},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.ea1f9139e_1745951760527_0.4111675723779602"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T18:36:00.763Z","publish_time":1745951760763,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.1adc0ae1f":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.1adc0ae1f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.1adc0ae1f","@firebase/util":"1.11.0-firebase-studio-sdk-integration.1adc0ae1f","@firebase/component":"0.6.13-firebase-studio-sdk-integration.1adc0ae1f","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.1adc0ae1f","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.1adc0ae1f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.1adc0ae1f","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.1adc0ae1f","readmeFilename":"README.md","gitHead":"1adc0ae1f9970437a6c0ac69f84d251f58bbed2d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-h8fgnmsYp9uM9olDIk65O42afHA5cCBoYjku+nOjzPgcJ6/12ekfTN+qh9BFSVBUiZeFIKoTk9rXr5yKqnRtGw==","shasum":"329fb10dbeb813a8f0c92f8783ecb8aa6f67e09b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.1adc0ae1f.tgz","fileCount":201,"unpackedSize":8698118,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGSrA3QJ6XmZHC5krVYxCkPcMq3Ymz21U8it212AEtPkAiBA/XAPmgkKEN4gzwXGsEh21ZvvdTRvo9tNNYw1D6WUXQ=="}],"size":1668172},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.1adc0ae1f_1745967321803_0.7393448403043654"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T22:55:22.063Z","publish_time":1745967322063,"_source_registry_name":"default","contributors":[]},"1.0.14-eap-vertexai-hybgoog.31261ca31":{"name":"@firebase/database","version":"1.0.14-eap-vertexai-hybgoog.31261ca31","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-eap-vertexai-hybgoog.31261ca31","@firebase/util":"1.11.0-eap-vertexai-hybgoog.31261ca31","@firebase/component":"0.6.13-eap-vertexai-hybgoog.31261ca31","@firebase/app-check-interop-types":"0.3.3-eap-vertexai-hybgoog.31261ca31","@firebase/auth-interop-types":"0.2.4-eap-vertexai-hybgoog.31261ca31","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.4-eap-vertexai-hybgoog.31261ca31","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-eap-vertexai-hybgoog.31261ca31","readmeFilename":"README.md","gitHead":"31261ca31fff9b70a5b8f363107334ac649052af","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ROraNiTA1QcEKcVBSwO1d2KvQUzDnxjsEwe0N/vCSaMvkbgx/Y2PI0KSlC6dlQurxNXx1vV/iqajowkRxlFHEA==","shasum":"67a7552c168a2a800358e8a1c7c8702fcad6fb49","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-eap-vertexai-hybgoog.31261ca31.tgz","fileCount":201,"unpackedSize":8695371,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFy7vwEIapZABJB08jb0zhA8XGe0ApwFlDiPWAMSbrfKAiAMnWoSb4MKNjcR9NS5JdH+UpVJvwrWrwAOVedePO0C5g=="}],"size":1667297},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-eap-vertexai-hybgoog.31261ca31_1745967648876_0.7692415373131645"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T23:00:49.165Z","publish_time":1745967649165,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.226be0bb1":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.226be0bb1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.226be0bb1","@firebase/util":"1.11.0-firebase-studio-sdk-integration.226be0bb1","@firebase/component":"0.6.13-firebase-studio-sdk-integration.226be0bb1","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.226be0bb1","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.226be0bb1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.226be0bb1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.226be0bb1","readmeFilename":"README.md","gitHead":"226be0bb1681521f5b9c5485e82ce6f9b7023ccf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-0LVfr1GLo3TqnTvBmiGeNdU/d3rnWAmHZvG66oIkiazn490PEKkafkNAFNaXiQvJde/oXaJBlUfX6MQmf0VrYQ==","shasum":"45684a217bc12492669b27229a73de895cefc037","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.226be0bb1.tgz","fileCount":201,"unpackedSize":8698118,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDukLCw42i8FBfAGs6hifodpaT1TWeBOA2Yvj0wofT80AIhAPF5YeCcxF5IWc9oFAE1lRhdc+QvkS9EFXpJvd/fNyJa"}],"size":1668179},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.226be0bb1_1745969737031_0.8179286142334683"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-29T23:35:37.305Z","publish_time":1745969737305,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.0e1276649":{"name":"@firebase/database","version":"1.0.14-canary.0e1276649","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.0e1276649","@firebase/util":"1.11.0-canary.0e1276649","@firebase/component":"0.6.13-canary.0e1276649","@firebase/app-check-interop-types":"0.3.3-canary.0e1276649","@firebase/auth-interop-types":"0.2.4-canary.0e1276649","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-canary.0e1276649","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.0e1276649","readmeFilename":"README.md","gitHead":"0e127664946ba324c6566a02b393dafd23fc1ddb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nlUYfa+J4Q21QAEXXHQ5SmEcjOi8AUKHg71rHcd1Xg8N9nBzItvOIROLlSC3BrRQZRxZbmKhvvtB9B/gVGFT9w==","shasum":"81536eb576ac03a9c8a357b3e03d3f208a2bb029","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.0e1276649.tgz","fileCount":201,"unpackedSize":8697843,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFj7XbQUD6n0M02oks/jZyncNLwSHaX0CpN1KHZiiyoAAiEAr3nBAqUyUTXCp+stEtLdU8L3Wn4v2D6a4yACr9q4DhA="}],"size":1668122},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.0e1276649_1746041490399_0.04997322240989277"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-30T19:31:30.656Z","publish_time":1746041490656,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.9de25069c":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.9de25069c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.9de25069c","@firebase/util":"1.11.0-firebase-studio-sdk-integration.9de25069c","@firebase/component":"0.6.13-firebase-studio-sdk-integration.9de25069c","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.9de25069c","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.9de25069c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.9de25069c","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.9de25069c","readmeFilename":"README.md","gitHead":"9de25069c561cfb82df2ddb753d997435a108c2f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-6xWmn8EtDvA47aCKPdW+LpKejOq20uNfMZ5K/btCaARozo1+XB0OjJZ1CEaJoqECBGc1mfKED+J73MflooQ1lg==","shasum":"b1d3a5febe2d2c682a7208fd855bb60bb5354f50","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.9de25069c.tgz","fileCount":201,"unpackedSize":8699452,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDruvz4Ol2JAmwTaS1zmUiyLP2tA8hPmHCDz8dUZP62LQIhANlacDjJ1KRgMgQc94rgaAVKnVW+Da6ZpgzFz+Kn/yJI"}],"size":1668525},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.9de25069c_1746051144686_0.6366730864911565"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-04-30T22:12:24.973Z","publish_time":1746051144973,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.080a90dcc":{"name":"@firebase/database","version":"1.0.14-canary.080a90dcc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.080a90dcc","@firebase/util":"1.11.0-canary.080a90dcc","@firebase/component":"0.6.13-canary.080a90dcc","@firebase/app-check-interop-types":"0.3.3-canary.080a90dcc","@firebase/auth-interop-types":"0.2.4-canary.080a90dcc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-canary.080a90dcc","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.080a90dcc","readmeFilename":"README.md","gitHead":"080a90dccbb5a9cc402a3fc8feca4c81fc7e1305","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-2PTHusTo+GolWtbleOmkYARke+klZbqs8X6u6aU4mfkJLob7mQC3ICSThaznzu9f0sFuporo/YubUFFVUEoWWA==","shasum":"3dd60af2d28937ff0eb64e5560964cab638bc425","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.080a90dcc.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDk+dLJqnhsyRiFMlJVobqEG5BiL50pKD5mK8LDZ9IL/gIgIBDfPMx4DiXW21DwkReO9Fwp2dw3X5HdMUUIiZUSiqM="}],"size":1668738},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.080a90dcc_1746064890958_0.37449370920687275"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-01T02:01:31.208Z","publish_time":1746064891208,"_source_registry_name":"default","contributors":[]},"1.0.15-20250505162014":{"name":"@firebase/database","version":"1.0.15-20250505162014","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.1-20250505162014","@firebase/component":"0.6.14-20250505162014","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.6-20250505162014","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-20250505162014","readmeFilename":"README.md","gitHead":"136bb73ee577cafd068b7f35f5ebd13c23684db4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uBtPubgv386zNwMLPdPrJ5eQi569CVW5SfJ2mrgBYsnrvibgkEBEyPNZ0856oEjkMw7JQUMNJ+kdrX8IV1GPkA==","shasum":"fa5525e3d8d0ba8725e98265977c1d26cac9994f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-20250505162014.tgz","fileCount":201,"unpackedSize":8699630,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDtYelOgtYTlloZF/8dLw7gMFb7DCNRQUFgw5fp9eTVrwIgLz+XCqr7bCvNCProvwhHjMt9JhyzNLf6svCZUBDu7+M="}],"size":1668737},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-20250505162014_1746462588500_0.4568918441224856"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-05T16:29:48.785Z","publish_time":1746462588785,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.6a02778e3":{"name":"@firebase/database","version":"1.0.14-canary.6a02778e3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.6a02778e3","@firebase/util":"1.11.0-canary.6a02778e3","@firebase/component":"0.6.13-canary.6a02778e3","@firebase/app-check-interop-types":"0.3.3-canary.6a02778e3","@firebase/auth-interop-types":"0.2.4-canary.6a02778e3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-canary.6a02778e3","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-canary.6a02778e3","readmeFilename":"README.md","gitHead":"6a02778e3d12af683e710b53dc6dfb64329e8229","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-eU7GIOJ6I41KECu/2i6JTNrT3sF+6pAPLntRZXiQLwIioKs/V1fJorvpTG0E0Ym9SBmeK4wctt/Ta3tpKesMqA==","shasum":"2aee171812faece1e4b8672b8a19c3cba1f2863a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.6a02778e3.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDMzedh2VbYt4fvMNdeV/uRcl3wAHvCOTu4nbEzbOk++gIhAJrUrBs61XMWa0lvPn0J24+SZPx6MLDPuT/k66TZc74h"}],"size":1668743},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-canary.6a02778e3_1746476479686_0.1439937809729459"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-05T20:21:19.990Z","publish_time":1746476479990,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.bffdabd70":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.bffdabd70","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.bffdabd70","@firebase/util":"1.11.0-firebase-studio-sdk-integration.bffdabd70","@firebase/component":"0.6.13-firebase-studio-sdk-integration.bffdabd70","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.bffdabd70","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.bffdabd70","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.bffdabd70","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.bffdabd70","readmeFilename":"README.md","gitHead":"bffdabd700d789a6ebab56c149c31332ecc3f3ff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GUKZsTs+foQEh3ppeJWsQnnr30nxz79kL5ZP68NohlmmWUxHD9ZbMjwYTblc0+WJ8Jb9mYBhA6OpokrfoOWMqA==","shasum":"9f5381a28341d9fdbaac8b44bb83936f9c5287ec","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.bffdabd70.tgz","fileCount":201,"unpackedSize":8699972,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBYQ2vu/omVBJHGCgA8037h5fk4Nv6bdMC9+rFnMj3jyAiEAqet7OEVxCAqiPCyyg18NC1qSKx2hoyMq/UbHwXSZaPc="}],"size":1668789},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.bffdabd70_1746486649756_0.6242823830016686"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-05T23:10:50.072Z","publish_time":1746486650072,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.927daddb8":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.927daddb8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.927daddb8","@firebase/util":"1.11.0-firebase-studio-sdk-integration.927daddb8","@firebase/component":"0.6.13-firebase-studio-sdk-integration.927daddb8","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.927daddb8","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.927daddb8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.927daddb8","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.927daddb8","readmeFilename":"README.md","gitHead":"927daddb8b4460bef3a2d026074c53ed3b0032bd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-A6g9Aq5h8civLc7FvhF4psIDIsNBezqrmLlTQYBl1AU14mLmXwmc+st3jq9rnRYurgkrtUVcvQhz0F48rY+vew==","shasum":"148dafc4fda3f709a8e26de341c20918b5f04369","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.927daddb8.tgz","fileCount":201,"unpackedSize":8699972,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIB28syUdB4Ld4owEPhtvJiLdWMOkMJB/gkp3emGRz0dTAiEAvxjUJQEytMfEkDC+mEPpaccqJZ7TN5AgFZd2IO8Rtjo="}],"size":1668792},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.927daddb8_1746489896528_0.2039572840599162"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-06T00:04:56.811Z","publish_time":1746489896811,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.fe1264c00":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.fe1264c00","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.fe1264c00","@firebase/util":"1.11.0-firebase-studio-sdk-integration.fe1264c00","@firebase/component":"0.6.13-firebase-studio-sdk-integration.fe1264c00","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.fe1264c00","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.fe1264c00","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.fe1264c00","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.fe1264c00","readmeFilename":"README.md","gitHead":"fe1264c00e0985baa624c1eba2d18088ac089005","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xXDEaT4MDIFQuqbyk6OUChsFXl9yPt4ATTD9Oj3CkBx9WlHlkJ6wrEaDeu1pio66vOg37IGYbGmRWL+YdzvxAw==","shasum":"f824dd64e7f3ac5448fee36a18c3a0473037fbb8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.fe1264c00.tgz","fileCount":201,"unpackedSize":8702104,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDtJYnCipPya8SgW6IXjGyr6kk9tK3cAq0YQpIde2LhLAiEAlLLYyRE+QzBFRKKmVuC28fAWYzYh3RcaNNxNHGJUu2o="}],"size":1669626},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.fe1264c00_1746570389888_0.3028012129135478"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-06T22:26:30.254Z","publish_time":1746570390254,"_source_registry_name":"default","contributors":[]},"1.0.15-20250507150015":{"name":"@firebase/database","version":"1.0.15-20250507150015","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.15-20250507150015","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"98d4b256f5addfb0b514e3e1614b0970741d28e3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-20250507150015.tgz","fileCount":201,"integrity":"sha512-KjOHcpdNeqxQ6W2n1+cG4MmjEJZROsmbZ0+1iRnme8s4sfYPRS9/LwAeEid0Dmy6geDQWi8ys5cmtjSM/RwHOA==","signatures":[{"sig":"MEQCID7cmsSb+JoizV8EE6+tOaRdABwyBaI1HSqIJaLrTNV7AiBHRTHzlolaTqPNmeV2WxpVJW+iJk/rVv7/Hlu/lRFWyA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8699630,"size":1668739},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"f7ec27889c6c6ddb8380ce27ffe3178a772fb44d","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.1-20250507150015","faye-websocket":"0.11.4","@firebase/logger":"0.4.4","@firebase/component":"0.6.14-20250507150015","@firebase/auth-interop-types":"0.2.4","@firebase/app-check-interop-types":"0.3.3"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.12.0-20250507150015","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.15-20250507150015_1746630619748_0.6677555576000329","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-07T15:10:20.061Z","publish_time":1746630620061,"_source_registry_name":"default","contributors":[]},"1.0.14-canary.3789b5ad1":{"name":"@firebase/database","version":"1.0.14-canary.3789b5ad1","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.14-canary.3789b5ad1","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"514e345a1a1eaa576f40932809b40ddf57842c30","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-canary.3789b5ad1.tgz","fileCount":201,"integrity":"sha512-491ZFd+X91L9UQpjATOl5vktxiIlmVwT/YPVpmEG4AlD0HN+iXBA62hcz/5o/ua0MVSDUFdCOqiCfzV0kQka4g==","signatures":[{"sig":"MEUCIHXAybVy2fr6TUkvCb6AdSl6Lvovprm/11xQOL/dKjnPAiEAqFwc1VQ/lhV1YVyUZ9RmhkMB9DUHudYJUrnZCUqDHZ8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8699697,"size":1668743},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"3789b5ad16ffd462fce1d0b9c2e9ffae373bc6eb","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0-canary.3789b5ad1","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.3789b5ad1","@firebase/component":"0.6.13-canary.3789b5ad1","@firebase/auth-interop-types":"0.2.4-canary.3789b5ad1","@firebase/app-check-interop-types":"0.3.3-canary.3789b5ad1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.5-canary.3789b5ad1","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.14-canary.3789b5ad1_1746630635552_0.7851277582702032","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-07T15:10:35.956Z","publish_time":1746630635956,"_source_registry_name":"default","contributors":[]},"1.0.15-20250507151459":{"name":"@firebase/database","version":"1.0.15-20250507151459","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.1-20250507151459","@firebase/component":"0.6.14-20250507151459","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.0-20250507151459","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-20250507151459","readmeFilename":"README.md","gitHead":"f7ec27889c6c6ddb8380ce27ffe3178a772fb44d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-0rysRFw3qB1sCpBifhdIiN2ZY0IKr+haGISYKU1Cyf5nFxqzZ8Ja5NouWX1hZxL/+e/P2z2cKt3me3+itMvH7g==","shasum":"a6577c1b8762159c316c56cd81b87968d3a6d6e4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-20250507151459.tgz","fileCount":201,"unpackedSize":8699630,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIG+WaByB7EX6lrjSuiWh/wWIu5+cUFDhjLDsarW70hSXAiEA9622872RmMV5TQOaLuvxTD9GF6NNBzMT7jJX4NHkRr4="}],"size":1668742},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-20250507151459_1746631514945_0.5471404444778296"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T15:25:15.223Z","publish_time":1746631515223,"_source_registry_name":"default","contributors":[]},"1.0.15":{"name":"@firebase/database","version":"1.0.15","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.15","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"766d796970bb8663adbda6bc6f75803361a7a3eb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15.tgz","fileCount":201,"integrity":"sha512-xmeTqKoIB2u1AXvLc1jq3Val0QAHUr49YycAr6feoDD7zM9dCjSk8rq9s1ESTv+tbbqS2BRoTpjIvxwXRTKhQQ==","signatures":[{"sig":"MEUCIE1kio105IBcCBLS9m/In6vHTayLYXypp7c9wJDU5Wj5AiEAvxVn0Djn5UtjcGYBxIvRPo1XOGEG76AgnUKhg11dPOE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8699510,"size":1668643},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"d5428f3d23e8e483feb42d98bbcf6fa7f3e6df8f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.1","faye-websocket":"0.11.4","@firebase/logger":"0.4.4","@firebase/component":"0.6.14","@firebase/auth-interop-types":"0.2.4","@firebase/app-check-interop-types":"0.3.3"},"_hasShrinkwrap":false,"devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.12.0","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.15_1746639849828_0.1386042694342784","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-07T17:44:10.156Z","publish_time":1746639850156,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.d5428f3d2":{"name":"@firebase/database","version":"1.0.15-canary.d5428f3d2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.d5428f3d2","@firebase/util":"1.11.1-canary.d5428f3d2","@firebase/component":"0.6.14-canary.d5428f3d2","@firebase/app-check-interop-types":"0.3.3-canary.d5428f3d2","@firebase/auth-interop-types":"0.2.4-canary.d5428f3d2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.0-canary.d5428f3d2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.d5428f3d2","readmeFilename":"README.md","gitHead":"d5428f3d23e8e483feb42d98bbcf6fa7f3e6df8f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-UvwCR20obV6mfr8w/oA5Y9pyOl+PEg7PfTO/Dsz8t4qzvwWHFB2FD4Js8VYppT0uG1g3ZPKymUT8uMGIXNnC+g==","shasum":"d6918b1afc260dcf0d1457d4dfb502c0bdada821","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.d5428f3d2.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAMQLj5NmNxdzl2knkYVOurSflufVBl9KF5GKXYOLklhAiAMwt8C2T5+hTBVNMSLRBsaTa1pc4jhjCP9a3F9yILD7A=="}],"size":1668743},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.d5428f3d2_1746642357136_0.13336675752131355"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T18:25:57.417Z","publish_time":1746642357417,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.51e7b489d":{"name":"@firebase/database","version":"1.0.15-canary.51e7b489d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.51e7b489d","@firebase/util":"1.11.1-canary.51e7b489d","@firebase/component":"0.6.14-canary.51e7b489d","@firebase/app-check-interop-types":"0.3.3-canary.51e7b489d","@firebase/auth-interop-types":"0.2.4-canary.51e7b489d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.0-canary.51e7b489d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.51e7b489d","readmeFilename":"README.md","gitHead":"51e7b489d8aadd531453f882421903da8727b19d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aAZ/aJvR4FU1AK+0NEYWx/lYqN68MBN8itLqLwcE8LHGjgqTVoVweIEobAw87FFiF1hcGDq0P40JbyVg95XbrA==","shasum":"eba619c43dcd869de9671a325c68d8044cf90890","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.51e7b489d.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCifzgzGF5I4AginBNbriZsP0mVwAhcBB5/JIS/8JEI8wIgbgNERaDKZ4EdsJ6ZHm0NdyaGJCqgCm3p5rN1OGJpdzA="}],"size":1668743},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.51e7b489d_1746658985016_0.7172247194083676"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T23:03:05.422Z","publish_time":1746658985422,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.f8334eade":{"name":"@firebase/database","version":"1.0.15-canary.f8334eade","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.f8334eade","@firebase/util":"1.11.1-canary.f8334eade","@firebase/component":"0.6.14-canary.f8334eade","@firebase/app-check-interop-types":"0.3.3-canary.f8334eade","@firebase/auth-interop-types":"0.2.4-canary.f8334eade","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-canary.f8334eade","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.f8334eade","readmeFilename":"README.md","gitHead":"f8334eade721db4ee3b60f748a5c9ff338bf1168","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-sMHHMTlNNJjwo83+qDeWcGn59S848ea35uvqv35hPGrekuybux1xSZgekCYrVFYWnpSCA3gNuKPy6I3qPwQG9w==","shasum":"f8d8b7a4944cd1cb587ad8d93ee314d81858714c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.f8334eade.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD5lmOaSdgbZCOIr1YctmsLNQGSaiHqJvMF/ntQtG1I6wIhAKrwjNjzbEs7j3hOWpKySGMuz2v0GUX+JE/SJhlmrc6o"}],"size":1668731},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.f8334eade_1746661558563_0.871500912506298"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-07T23:45:58.880Z","publish_time":1746661558880,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.050c1b6a0":{"name":"@firebase/database","version":"1.0.15-canary.050c1b6a0","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.15-canary.050c1b6a0","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f9232da53c213e4bd97ff1679cac808a47ce44ab","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.050c1b6a0.tgz","fileCount":201,"integrity":"sha512-If51hdjzVYfN580/gvXXenLT4SDuHrni3mF+BUch7/M+P+KjZZppvSv9OIjvBzJ6AUJdeZjJTUhBTVuIIG5zog==","signatures":[{"sig":"MEYCIQDkhCjmx9B0dIGPl3bDEaz6MnFT+o0IwyjbTePXD7/m4AIhAJ4XvDJvlgjH9ZAbZY6d+1vJDtgXQzaPzA74PGj0PlqY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8699697,"size":1668738},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"050c1b6a099b87be1488b9207e4fad4da9f8f64b","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.1-canary.050c1b6a0","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.050c1b6a0","@firebase/component":"0.6.14-canary.050c1b6a0","@firebase/auth-interop-types":"0.2.4-canary.050c1b6a0","@firebase/app-check-interop-types":"0.3.3-canary.050c1b6a0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.12.1-canary.050c1b6a0","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.15-canary.050c1b6a0_1746725232298_0.16213081478813796","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-08T17:27:12.640Z","publish_time":1746725232640,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.e99683b17":{"name":"@firebase/database","version":"1.0.15-canary.e99683b17","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.15-canary.e99683b17","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"7750b4bc49dbe09fe7960a0e70323e09199635d0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.e99683b17.tgz","fileCount":201,"integrity":"sha512-C/agtBZlNDh1X/h6C0E5fzbH5JM37h5jFL1IEm+dioRMjCe0K3cHbmK2sRLqpExSGp9FDaMFMJHxLKfqGcpBUQ==","signatures":[{"sig":"MEUCIH7IpJ83wzCcGKdGEY+7YY98o7t+YOG0HJWxneZs90oSAiEAp/YPC0Ue6Ih7rP1EcdcvpoSr8R4gs0VUHwnAZMyUrIA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8699697,"size":1668744},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"e99683b17cf75c581bd362a1d7cb85f0b9c110ba","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.1-canary.e99683b17","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.e99683b17","@firebase/component":"0.6.14-canary.e99683b17","@firebase/auth-interop-types":"0.2.4-canary.e99683b17","@firebase/app-check-interop-types":"0.3.3-canary.e99683b17"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.12.1-canary.e99683b17","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.15-canary.e99683b17_1746726701636_0.1583058236875705","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-08T17:51:41.921Z","publish_time":1746726701921,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.88584fdeb":{"name":"@firebase/database","version":"1.0.15-canary.88584fdeb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.88584fdeb","@firebase/util":"1.11.1-canary.88584fdeb","@firebase/component":"0.6.14-canary.88584fdeb","@firebase/app-check-interop-types":"0.3.3-canary.88584fdeb","@firebase/auth-interop-types":"0.2.4-canary.88584fdeb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-canary.88584fdeb","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.88584fdeb","readmeFilename":"README.md","gitHead":"88584fdeb32d33994f0212c82d460b0a6eb43fb0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-d5JlMlQ8FDfdN9YYRZ2YpJLFuZS7216T9mnrq3QExQRZhmivCEfbNI4+rRvYTZDSTF8EB7ghwrHu8AerYRpsRQ==","shasum":"3fdc7d61746d7ea846971e1ffbee763a1742b5a9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.88584fdeb.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBFYbBdDufm8kOwC8/dQcXfDsj9/3au25onTQBtVKcLKAiAp/TW1IsEmcfg2XwTvuqJC8iPfNh97D3W749zKep1RTQ=="}],"size":1668739},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.88584fdeb_1746728497071_0.892985170680132"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-08T18:21:37.375Z","publish_time":1746728497375,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.a528caf5f":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.a528caf5f","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.a528caf5f","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"2f7da689104b863f766eb03dfbf5d5f0b235221f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.a528caf5f.tgz","fileCount":201,"integrity":"sha512-qfhEZfNKoffR8PPPZIBYgDyDR0SQAUdZ/NOTnZ6ez6YA+Lbl1qvpB26NRU2dFLClDk5SFc9SmQLtepdw0/9XJA==","signatures":[{"sig":"MEUCIDcXqJG9pHRhp6IdPsjODU/romz3c3OcMbJGeGmIMd63AiEA4VUr7u4Z2KJhpZhtgGzbH6O3rEyoIdTOPfldCDSwWdE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8702436,"size":1669323},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"a528caf5fd1b62a1094fbdec630583f7b483d916","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0-firebase-studio-sdk-integration.a528caf5f","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.a528caf5f","@firebase/component":"0.6.13-firebase-studio-sdk-integration.a528caf5f","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.a528caf5f","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.a528caf5f"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.5-firebase-studio-sdk-integration.a528caf5f","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.a528caf5f_1746811419672_0.7394617458919175","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-09T17:23:39.995Z","publish_time":1746811419995,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.8a03143b9":{"name":"@firebase/database","version":"1.0.15-canary.8a03143b9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.8a03143b9","@firebase/util":"1.11.1-canary.8a03143b9","@firebase/component":"0.6.14-canary.8a03143b9","@firebase/app-check-interop-types":"0.3.3-canary.8a03143b9","@firebase/auth-interop-types":"0.2.4-canary.8a03143b9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-canary.8a03143b9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.8a03143b9","readmeFilename":"README.md","gitHead":"8a03143b9217effdd86d68bdf195493c0979aa27","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-r1RTbvoGpkRYjvrWlswK5IABe6pYAWVDXBjqsenlSznJ3S5t6HXXDt5x9KXU1PVgdzdyUDtkJQdHxQCj/N1/zA==","shasum":"4930ecd2d96c9adc9b0c0dd3279541854ffa7f83","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.8a03143b9.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD13qEEL0KwSWGQRHEIc+0wlVYffzsnTq73hN2Me6ZENgIhAKPDFF3eIzBlz/YEAf850zL6RmF/Lr0nJxpLVyMd7sFh"}],"size":1668743},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.8a03143b9_1746824259909_0.5333102473640774"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-09T20:57:40.218Z","publish_time":1746824260218,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.6be75f74d":{"name":"@firebase/database","version":"1.0.15-canary.6be75f74d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.6be75f74d","@firebase/util":"1.11.1-canary.6be75f74d","@firebase/component":"0.6.14-canary.6be75f74d","@firebase/app-check-interop-types":"0.3.3-canary.6be75f74d","@firebase/auth-interop-types":"0.2.4-canary.6be75f74d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-canary.6be75f74d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.6be75f74d","readmeFilename":"README.md","gitHead":"6be75f74dec92d1b84f77f79ccb770a3e23280b7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Fwb+MS4Ndl9yGMZcLnJOwdufDq9JnWRizVZOAqMcoov5AVKvL8q/31lTAw2IOyPj2RXkSNnlAktD65x9HmHTSQ==","shasum":"d3051bcd9b212ba73eb9ae27adcf7809d341b73e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.6be75f74d.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDHxJPmzE3TtR5Lghg8sZyTNLEGLV2wIWY52fQ/LV2lBAiEA3run0HUkscezGieeN2dY6ZmWmlSwkrtl2P/xr4Wnsb8="}],"size":1668740},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.6be75f74d_1747068847353_0.010825608873213044"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T16:54:07.692Z","publish_time":1747068847692,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.dbac496fa":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.dbac496fa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.dbac496fa","@firebase/util":"1.11.0-firebase-studio-sdk-integration.dbac496fa","@firebase/component":"0.6.13-firebase-studio-sdk-integration.dbac496fa","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.dbac496fa","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.dbac496fa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.dbac496fa","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.dbac496fa","readmeFilename":"README.md","gitHead":"dbac496fa75fda342321d1e6dbe6719bef886f1e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-apiAlrNjwOrxLo78ycWieXSLRrhtSRI3RVJ6mcuY9q8sxcyJEZcKmQVT5rbr+DwnMrRHrfRlmU/WDfjnwIOasw==","shasum":"2a44766f03591b360de70b84cfc6a9538f799611","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.dbac496fa.tgz","fileCount":201,"unpackedSize":8702436,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCuK7FpNpRPaf6EVQHEG9G6ZSC0Ec+jgowRir6hkIk0jwIhANdV8HI0S+zdhN2JdLDqzL/8cGWrTCmQEdtmxxnYtctG"}],"size":1669322},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.dbac496fa_1747073403104_0.9868784433898743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T18:10:03.362Z","publish_time":1747073403362,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.d5082f9f2":{"name":"@firebase/database","version":"1.0.15-canary.d5082f9f2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.d5082f9f2","@firebase/util":"1.11.1-canary.d5082f9f2","@firebase/component":"0.6.14-canary.d5082f9f2","@firebase/app-check-interop-types":"0.3.3-canary.d5082f9f2","@firebase/auth-interop-types":"0.2.4-canary.d5082f9f2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-canary.d5082f9f2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.d5082f9f2","readmeFilename":"README.md","gitHead":"d5082f9f2fc4de98a6bfd1c6a5af4571af4d0bc6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wK5VDOx6mcKlfdsTCPOtE69wvMPBDiNMfDYF81p1lQVF7v4nu9pY2IytmDx8KxcgG9aZLQ+kW1E9q7xS0ShA+Q==","shasum":"7403849e61c04ea9abb3d2e002e6e9c50cefe859","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.d5082f9f2.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGjOBhqmzcJsmOkYue9TMRYDbtgafYVGxlZ6na2jsBH/AiB/AfpAVmse2HycT/TaKyEOmWG3fWWdtzjGlcuohxKzxA=="}],"size":1668739},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.d5082f9f2_1747079744769_0.6456110674134128"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T19:55:45.039Z","publish_time":1747079745039,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.0615f555a":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.0615f555a","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.0615f555a","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"2f74d5eef278040165a1fdee784473f2c279c346","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.0615f555a.tgz","fileCount":201,"integrity":"sha512-hm1y5Nmx+zSfFsDDh/04+sXC7hFqCULF4047L8UxzcFQJdGkNHX1uNkiHABMkg8YYMF8Z9OvSiyfYgynEcuHKw==","signatures":[{"sig":"MEUCID3TyqwAVGaJEgPvdF0dKoPsJBGcU4HUk8UCuBZ69xXBAiEAjMguam+A0a87et4DKj6usrY/ImCGFXxmg4DGbCW/2OI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8702436,"size":1669328},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"0615f555aa2f37bf3c94bfd95d50857c5dbec55a","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.0-firebase-studio-sdk-integration.0615f555a","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.0615f555a","@firebase/component":"0.6.13-firebase-studio-sdk-integration.0615f555a","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.0615f555a","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.0615f555a"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.11.5-firebase-studio-sdk-integration.0615f555a","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.0615f555a_1747083702413_0.9188521854917779","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-12T21:01:42.677Z","publish_time":1747083702677,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.72852e12d":{"name":"@firebase/database","version":"1.0.15-canary.72852e12d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.72852e12d","@firebase/util":"1.11.1-canary.72852e12d","@firebase/component":"0.6.14-canary.72852e12d","@firebase/app-check-interop-types":"0.3.3-canary.72852e12d","@firebase/auth-interop-types":"0.2.4-canary.72852e12d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-canary.72852e12d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.72852e12d","readmeFilename":"README.md","gitHead":"72852e12d07370a7cf07560e698246a7ff9c34dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-1imNUcQ1LmmzJVM9fUNmC9BG4ZNSAdOSWfduWA+1meunrhpqdN2e2rwfgKlCRPOFyw2bth5w10krnFGa4Wmq8Q==","shasum":"51b0fb12ec674ac8531de4810b0f6d1caa540e30","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.72852e12d.tgz","fileCount":201,"unpackedSize":8702161,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCHOT3ZKXwcWAy16jtzexCF/n/+py6S4w+GDBtflHeG8AIhAOQAiXfHFgYGd0HZoLz5b14GHU5JO18cNReGYBig5GNu"}],"size":1669255},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.72852e12d_1747083737288_0.675908317826734"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T21:02:17.568Z","publish_time":1747083737568,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.39505cc72":{"name":"@firebase/database","version":"1.0.15-canary.39505cc72","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.39505cc72","@firebase/util":"1.11.1-canary.39505cc72","@firebase/component":"0.6.14-canary.39505cc72","@firebase/app-check-interop-types":"0.3.3-canary.39505cc72","@firebase/auth-interop-types":"0.2.4-canary.39505cc72","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-canary.39505cc72","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.39505cc72","readmeFilename":"README.md","gitHead":"39505cc72d346ed8fa75267181fd80fb046f5635","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-qwOLn7PJGh3qwIrNyqerwse5UqX+N80+ajZCUH6vpQdhPT+vfDVL+lbVFbo73dxgQC+5FMtrL4HvRbFP1L1K9w==","shasum":"2e2098e8617c97d032b2d0563b6f88b746e79a23","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.39505cc72.tgz","fileCount":201,"unpackedSize":8702161,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC8P6J4GbD3EYhKIPPzcO2ovderNLs/N3Xh2TK34MCsGwIhAJMMb0KlCR+veFnrkQMi2KUvvrjHjR/0xhoiToN9Ne4Q"}],"size":1669256},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.39505cc72_1747084003056_0.8895575884177138"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T21:06:43.367Z","publish_time":1747084003367,"_source_registry_name":"default","contributors":[]},"1.0.16-20250512211235":{"name":"@firebase/database","version":"1.0.16-20250512211235","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.12.0-20250512211235","@firebase/component":"0.6.15-20250512211235","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-20250512211235","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.16-20250512211235","readmeFilename":"README.md","gitHead":"223dc24ea3ab06d18641650e0eaa5e37ef50e829","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-l2jVH/uCzbuAhCYk37+YWFHE2nIkGyTiFL3RthkDvoT+KHDzvaIxnWmjnbAgrQEYSHaimziiw0DmpQM+Safb0g==","shasum":"223f45e9010574d361cbaa53e56b51dab17a804d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.16-20250512211235.tgz","fileCount":201,"unpackedSize":8702094,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEZtsi08mNfQ2J1U8D85SVpCuwbIwqzGxYFTnURpibCyAiEA7uSVG4wr8OcQ+foYcDO/YwJScHXSwnvKaLW9Vs4Tass="}],"size":1669260},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.16-20250512211235_1747084959320_0.40113222907933066"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-12T21:22:39.589Z","publish_time":1747084959589,"_source_registry_name":"default","contributors":[]},"1.0.15-eap-ai-hybridinference.c16cbf1a3":{"name":"@firebase/database","version":"1.0.15-eap-ai-hybridinference.c16cbf1a3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-eap-ai-hybridinference.c16cbf1a3","@firebase/util":"1.11.1-eap-ai-hybridinference.c16cbf1a3","@firebase/component":"0.6.14-eap-ai-hybridinference.c16cbf1a3","@firebase/app-check-interop-types":"0.3.3-eap-ai-hybridinference.c16cbf1a3","@firebase/auth-interop-types":"0.2.4-eap-ai-hybridinference.c16cbf1a3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-eap-ai-hybridinference.c16cbf1a3","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-eap-ai-hybridinference.c16cbf1a3","readmeFilename":"README.md","gitHead":"c16cbf1a31416216c6067a39d4bfc6770c731fa0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Qd4u+HilCWgULcNaLD974McKlyy64p8VVzrF1HsuT8IiGT4rsI1vvzZM3tjwOYlUTa5543d1EM5cLsFRdLqH9A==","shasum":"18dce29cd19e2f252c6393c384cd8c69e46b2cf0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-eap-ai-hybridinference.c16cbf1a3.tgz","fileCount":201,"unpackedSize":8702337,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC/4c4DYy5f9d+McbkCVNRLByoqzCE7uOYum08YsKzcYQIhAICAB2HcVF+2Ym6j14u+okRmBD6n2JCm2NYps9JxGOr3"}],"size":1669313},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-eap-ai-hybridinference.c16cbf1a3_1747167985918_0.5700179445559723"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T20:26:26.224Z","publish_time":1747167986224,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.f92069a21":{"name":"@firebase/database","version":"1.0.15-canary.f92069a21","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.f92069a21","@firebase/util":"1.11.1-canary.f92069a21","@firebase/component":"0.6.14-canary.f92069a21","@firebase/app-check-interop-types":"0.3.3-canary.f92069a21","@firebase/auth-interop-types":"0.2.4-canary.f92069a21","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-canary.f92069a21","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.f92069a21","readmeFilename":"README.md","gitHead":"f92069a214f430bcd8d1056e3605fc9eb6e053ed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-2OEtSuRQyPT91CR7Xswc3rKOBaBquKA53Ox++Z4mg5rWreSTILFdiBbj+3ZvUgTGsDXXspKq0aehWIrAGBFBAA==","shasum":"3f3461f611816765d4485118614d6a74dc13b999","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.f92069a21.tgz","fileCount":201,"unpackedSize":8702161,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC169AxH0+ssgDpaOky+3PUQq67wANWM6d+ATO7d5+7IgIgOCd93y3w34Lg9c9RkxP/XS7+ysouWy2+yMsIHHZsYyg="}],"size":1669256},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.f92069a21_1747170507417_0.038609215053533985"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T21:08:27.634Z","publish_time":1747170507634,"_source_registry_name":"default","contributors":[]},"1.0.16-20250513210731":{"name":"@firebase/database","version":"1.0.16-20250513210731","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.2-20250513210731","@firebase/component":"0.6.15-20250513210731","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.2-20250513210731","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.16-20250513210731","readmeFilename":"README.md","gitHead":"3a203e6e333667279ea0e47380c9f07edd12944f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-9hRd0V+QE6TccfTeMolJ0UwEq7WeMdPUJI0qrBK+Kt4f2TvZLS1GTnfbzxyDfwDs2twmewQKB9fMsngn9VzfkQ==","shasum":"b994ac594e66702811c2fbf7131febaf22cf2f41","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.16-20250513210731.tgz","fileCount":201,"unpackedSize":8702094,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD3VDYJsIsp/CGEgnb6l2EzPOPksMM0TumXzfYLmd7hGQIgGVXIc9ahr7YBG8201EttlCa77H5SBsTt0nN25PgwfTc="}],"size":1669257},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.16-20250513210731_1747171032193_0.5763523104066735"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T21:17:12.465Z","publish_time":1747171032465,"_source_registry_name":"default","contributors":[]},"1.0.16-20250513212531":{"name":"@firebase/database","version":"1.0.16-20250513212531","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.2-20250513212531","@firebase/component":"0.6.15-20250513212531","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.2-20250513212531","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.16-20250513212531","readmeFilename":"README.md","gitHead":"3a203e6e333667279ea0e47380c9f07edd12944f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-1yGZcqMjWCxUTkvMRh8fqYcGIiJXP304B+6/msCicIeS3FNiAFKv0geS+Qy+4RXZ9lMpgCccynx1dv40RopCUQ==","shasum":"cd4cdcd477c62010c8c29dd396cdc5ebc47b6537","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.16-20250513212531.tgz","fileCount":201,"unpackedSize":8702094,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCsKjB0LBDp/GzEgKIwZI8sWKj/X6DoDipKIyE0RfjrlAIgO0Xw98bO3QJGcyXu4rf7H6dVgDYHNFKbkJ+60HgMpqY="}],"size":1669258},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.16-20250513212531_1747172122398_0.5807951100181374"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T21:35:22.649Z","publish_time":1747172122649,"_source_registry_name":"default","contributors":[]},"1.0.15-canary.799de5997":{"name":"@firebase/database","version":"1.0.15-canary.799de5997","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.799de5997","@firebase/util":"1.11.1-canary.799de5997","@firebase/component":"0.6.14-canary.799de5997","@firebase/app-check-interop-types":"0.3.3-canary.799de5997","@firebase/auth-interop-types":"0.2.4-canary.799de5997","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-canary.799de5997","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-canary.799de5997","readmeFilename":"README.md","gitHead":"799de5997077b0a277af5f1377083ad407bfcd6c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-A5IqSzerqGVMQWJcmqdy95s32cdDPfwI/rfUCZh/evSG+8dO6pRm9rg2llRJNPllChrI+eSd3l+FtFHBB0jY/Q==","shasum":"ad08c55fba92bb4a2919b9c10300a17cd9099a9d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-canary.799de5997.tgz","fileCount":201,"unpackedSize":8702161,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDSQi/0iaBptai4L/0gq3Aj/NXcko/6h2EGzkbAH2JZCgIgNbF3/kZT7nYLb4juHhBQHLqcc5XyN7979gSs/RxSj/I="}],"size":1669259},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-canary.799de5997_1747172205999_0.29680539330549505"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T21:36:46.246Z","publish_time":1747172206246,"_source_registry_name":"default","contributors":[]},"1.0.14-firebase-studio-sdk-integration.12759bc2e":{"name":"@firebase/database","version":"1.0.14-firebase-studio-sdk-integration.12759bc2e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.12759bc2e","@firebase/util":"1.11.0-firebase-studio-sdk-integration.12759bc2e","@firebase/component":"0.6.13-firebase-studio-sdk-integration.12759bc2e","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.12759bc2e","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.12759bc2e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.11.5-firebase-studio-sdk-integration.12759bc2e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.14-firebase-studio-sdk-integration.12759bc2e","readmeFilename":"README.md","gitHead":"12759bc2e410a4eb0d6c218925586c91c5adeef7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Z/dAD6cMjdLiD/+B34dmHqZ+oWMaUgUAnyXIzFoNHh2fMn/8xnMY1vaZ8GCqUe7G49wk+oSG/2QsCtedPLt6Qw==","shasum":"035e4e0e9d7a0e01f3c0cdb2cd2ee8b35a9950f8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.14-firebase-studio-sdk-integration.12759bc2e.tgz","fileCount":201,"unpackedSize":8702436,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDqTmqfzzZ/GnXfwPHgeHFmfHle7JXaiKp2ZaG6feGHygIhAK9OMt8h9CHjPrPm8jrlBA9GVL+igdL3fbQa+WXjKI7M"}],"size":1669320},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.14-firebase-studio-sdk-integration.12759bc2e_1747175558431_0.9902490808109758"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-13T22:32:38.666Z","publish_time":1747175558666,"_source_registry_name":"default","contributors":[]},"1.0.16":{"name":"@firebase/database","version":"1.0.16","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.2","@firebase/component":"0.6.15","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.16","gitHead":"9338d9d160cc2d9eddeb9ff4bb58e895f8cb9ae9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-y3LYBmov1yChuPkmnLNlhzHhDkVUwVzMZlVAUhxyeiBN7LOQirtcceM2QF01sdUXtpkIuW0BCWJNlWsOnCwP+A==","shasum":"a3829b2a7fe89f1b1a3f4e998a0257a4f8c2f57e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.16.tgz","fileCount":201,"unpackedSize":8701974,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIApLjibv8e8xY0QOWJz43MaZXhRenE7HBLFCcXEosmpTAiA3y/+25LO9PO+KUU0BuyfgR2GNmD7sQnEhaAxEz6bnCw=="}],"size":1669150},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.16_1747250438914_0.05595942842868551"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-14T19:20:39.241Z","publish_time":1747250439241,"_source_registry_name":"default","contributors":[]},"1.0.16-firebase-studio-sdk-integration.dd7924e1b":{"name":"@firebase/database","version":"1.0.16-firebase-studio-sdk-integration.dd7924e1b","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.16-firebase-studio-sdk-integration.dd7924e1b","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"98502f9391bfced8abf91582b47018c2aa42e6c2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.16-firebase-studio-sdk-integration.dd7924e1b.tgz","fileCount":201,"integrity":"sha512-emsU53VmH+PRVhc40+EmfVYVzRgeRja2//8I7Vae9V1KZcUysKpj4kPUfAorDTMsZE+/33A9dWPjtaGiIzxMeQ==","signatures":[{"sig":"MEQCIFmk+XBL8Tuqq+9s6kjmtgKHIK8WgXd8KtEmpax3E+OTAiBMlI7GBlFaF5aPbtuJiFw4yw9dOAkNb3DPgVmd+NYqaQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8702436,"size":1669324},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"dd7924e1b456f93fc403bd9df23f79a93690ae42","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.2-firebase-studio-sdk-integration.dd7924e1b","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-firebase-studio-sdk-integration.dd7924e1b","@firebase/component":"0.6.15-firebase-studio-sdk-integration.dd7924e1b","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.dd7924e1b","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.dd7924e1b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.12.2-firebase-studio-sdk-integration.dd7924e1b","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.16-firebase-studio-sdk-integration.dd7924e1b_1747259304794_0.03327838892326285","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-14T21:48:25.090Z","publish_time":1747259305090,"_source_registry_name":"default","contributors":[]},"1.0.17-20250514221114":{"name":"@firebase/database","version":"1.0.17-20250514221114","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.3-20250514221114","@firebase/component":"0.6.16-20250514221114","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.3-20250514221114","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.17-20250514221114","readmeFilename":"README.md","gitHead":"1e91c2466d291bc58a01dc71189de6d1463ff23f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-s/Da0WWUK5InQv6ykieHA/wsewTxNUXabKLFrnnUc6e7NfOFekiCA/fq4ErpaoGlPu3x3AKfx9Oey7Uw1+bKJA==","shasum":"44022ba5454718f8a6aa0524e6eba650e6ea1587","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.17-20250514221114.tgz","fileCount":201,"unpackedSize":8702094,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD46yf1BiE4VPATp+cNWy+FzBKAkpQWyp9oq/wjdGravQIhAKLzmupAKx9fQIADobWujPQPNioFDrR6JRTN3FdYh0bn"}],"size":1669248},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.17-20250514221114_1747261259319_0.49372666187102787"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-14T22:20:59.570Z","publish_time":1747261259570,"_source_registry_name":"default","contributors":[]},"1.0.17":{"name":"@firebase/database","version":"1.0.17","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.11.3","@firebase/component":"0.6.16","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.3","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.17","gitHead":"8601ecb6e847343ded621353a4ad6dc43912c9a9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-CUUsegGubS90/QkZ4sO84SgoJlnYOCaArVl6CG8aTSuTJoEAoD8elVwR02aPM80m0GOFM6NBT7B+ayK7jeVmMA==","shasum":"40b6bbe4c0a63046f4d88905e638d7d27a5ee94f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.17.tgz","fileCount":201,"unpackedSize":8701974,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBob5lEa6FuPcrVho61PFu8bviFmvEFvGS+X9g+okeYfAiEAlf4WM3eBY/EAaDeAmwW+qK+hB88oDbflQPXyPj6AJaA="}],"size":1669150},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.17_1747264253797_0.16029202415969546"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-14T23:10:54.105Z","publish_time":1747264254105,"_source_registry_name":"default","contributors":[]},"1.0.17-canary.3d9291f47":{"name":"@firebase/database","version":"1.0.17-canary.3d9291f47","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.3d9291f47","@firebase/util":"1.11.3-canary.3d9291f47","@firebase/component":"0.6.16-canary.3d9291f47","@firebase/app-check-interop-types":"0.3.3-canary.3d9291f47","@firebase/auth-interop-types":"0.2.4-canary.3d9291f47","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.3-canary.3d9291f47","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.17-canary.3d9291f47","readmeFilename":"README.md","gitHead":"3d9291f471c24d123f1abc6ccceecbded465ab7e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-LCUAvLjJ02w7X5WjQQECTJlVfs9Fcain30MfATsWKcQd1tNITeyswHB3D3n5S6wbproJ/cJzQxF10e7fK/81HA==","shasum":"da341040518803a71255f163c01a3fedbfbbd642","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.17-canary.3d9291f47.tgz","fileCount":201,"unpackedSize":8702161,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCDvP93AacGDvt81FVVvg5g5hX21zz0UAZXLE9qQNavSAIgfC2r6UMWIRPB76Cq6vne6oVltERFiE5+s+LrtZGG0iU="}],"size":1669258},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.17-canary.3d9291f47_1747329789802_0.8031072851524934"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-15T17:23:10.045Z","publish_time":1747329790045,"_source_registry_name":"default","contributors":[]},"1.0.17-canary.880110bba":{"name":"@firebase/database","version":"1.0.17-canary.880110bba","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.17-canary.880110bba","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"b510834288cdeb98acbb054d8268c90183e64297","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.17-canary.880110bba.tgz","fileCount":201,"integrity":"sha512-U8mIn9tKAtUELVIG7lyRWOBgmTW3zqAlDa8DXQnVQ0S9xG7rGMTYZe4hFAfQX0Qyxf+vMpIjckYwrZmqBljE1A==","signatures":[{"sig":"MEUCIBfah3qtFo+ZjpyYdMsM2LOyztDa+2tMHBA5JTe5D6iOAiEA9MqIOHV06wfRXCyLe/pIpwr0M4mmwdtJqxuTQl9oefk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8702161,"size":1669251},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"880110bbac7868419fad447fc191d8f1d7ada38d","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.11.3-canary.880110bba","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.880110bba","@firebase/component":"0.6.16-canary.880110bba","@firebase/auth-interop-types":"0.2.4-canary.880110bba","@firebase/app-check-interop-types":"0.3.3-canary.880110bba"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.12.3-canary.880110bba","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.17-canary.880110bba_1747329940378_0.7639968408181141","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-15T17:25:40.635Z","publish_time":1747329940635,"_source_registry_name":"default","contributors":[]},"1.0.18-20250515171652":{"name":"@firebase/database","version":"1.0.18-20250515171652","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.12.0-20250515171652","@firebase/component":"0.6.17-20250515171652","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-20250515171652","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.18-20250515171652","readmeFilename":"README.md","gitHead":"e4297f764c403bfd2cf3cef55ab6ebb1532139a0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-t10AiNWdGSHQTAgLmoeu2CCIZ6ShFflpUE9vYvKNCKxn1ES/a/gVUao17a8mzTSCN+IAmJDB69yUBQi2tDmaFA==","shasum":"7dc529be55e1eabd7544f968bb4a8e672f7ae749","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.18-20250515171652.tgz","fileCount":201,"unpackedSize":8702094,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCJt2oAkXDS9/2d9tCT2bzYJ9ih8CKIY+r7Bo6YkTDdsgIhAOxQEJ/93wJzmGI6KK4XNEJi9miJ7VRZIfFOhI12SKVw"}],"size":1669260},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.18-20250515171652_1747330010667_0.49409637976925413"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-15T17:26:50.900Z","publish_time":1747330010900,"_source_registry_name":"default","contributors":[]},"1.0.18":{"name":"@firebase/database","version":"1.0.18","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/component":"0.6.17","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.18","gitHead":"2fe754727d29e2fcc2c28a6c59ff5d0b84a12033","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-uXtYQmK6JCmqSx7dTOQD/qZtSnbMqnwvklF9n7wOJbdti4wKHmeUzgGXhPwDhN/R/BDTq78zKAbXya7hrCQjHw==","shasum":"c5c67eadcd39d064fa77272702282061fb19d752","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.18.tgz","fileCount":201,"unpackedSize":8701974,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCm5yg7Crey2UtmfpqwzwJrIqy+3vICUz/yz6Q+BktLqwIgaad0zgrL6hb6dK/C35GtG0j69jNdvApAObqsjfSx3iA="}],"size":1669150},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.18_1747756091503_0.36439530805274134"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T15:48:11.727Z","publish_time":1747756091727,"_source_registry_name":"default","contributors":[]},"1.0.18-canary.2fe754727":{"name":"@firebase/database","version":"1.0.18-canary.2fe754727","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.2fe754727","@firebase/util":"1.12.0-canary.2fe754727","@firebase/component":"0.6.17-canary.2fe754727","@firebase/app-check-interop-types":"0.3.3-canary.2fe754727","@firebase/auth-interop-types":"0.2.4-canary.2fe754727","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.2fe754727","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.18-canary.2fe754727","readmeFilename":"README.md","gitHead":"2fe754727d29e2fcc2c28a6c59ff5d0b84a12033","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-kVkUHTLK2QQ/RfkkLZrp7gLTJJFUw64EDu4giWEwFFNPCjtA2OvpV+dndAJf90rJyBmnoJPiK17X/RWgSANzug==","shasum":"041afa8fd7148d6d9f0007505def1f3de2e91f06","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.18-canary.2fe754727.tgz","fileCount":201,"unpackedSize":8702161,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEYgC+ncjeSIIXl5ycPMWy9MfOMa0r0J9EulahOfsAXUAiEAtmxtE9ERiZ/92fTRKVSh9CIesMHuhkaTfj6JnOvCrDI="}],"size":1669260},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.18-canary.2fe754727_1747758907449_0.13623904006593102"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T16:35:07.715Z","publish_time":1747758907715,"_source_registry_name":"default","contributors":[]},"1.0.19-20250520183425":{"name":"@firebase/database","version":"1.0.19-20250520183425","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/component":"0.6.17","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-20250520183425","readmeFilename":"README.md","gitHead":"e96410a3d9a23c473d010e1296b08d085ff77b8d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-OJ4QU9qtnrTq8p7eQFmR/CHinSfvtSxjCHijeCqb7/S7nvZN6ycuT5BX/UGBtwe0I7HoDvBgk3IpT/RIZkn/UA==","shasum":"bc02e0dc2983fd9af201816f314efa30b527b871","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-20250520183425.tgz","fileCount":201,"unpackedSize":8699585,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDS9LsOQLhldzkg+aG4aqrz2UOoVB02jkwaxXYUk6iIUQIgMA1BuDj/mB7NpPtFZXg6TF+A+EDNvYe4uNTBlNP5eUM="}],"size":1668735},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-20250520183425_1747766558027_0.5771887709910497"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T18:42:38.299Z","publish_time":1747766558299,"_source_registry_name":"default","contributors":[]},"1.0.18-canary.35ad52663":{"name":"@firebase/database","version":"1.0.18-canary.35ad52663","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.35ad52663","@firebase/util":"1.12.0-canary.35ad52663","@firebase/component":"0.6.17-canary.35ad52663","@firebase/app-check-interop-types":"0.3.3-canary.35ad52663","@firebase/auth-interop-types":"0.2.4-canary.35ad52663","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.35ad52663","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.18-canary.35ad52663","readmeFilename":"README.md","gitHead":"35ad5266304e14425988fcf5ad06d028b37588ac","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-R2IcWhKrZLhbQo66FNH+j5/MmCUaDLJPjATwpa0tkZN0cfD86S8OHMtRgcpmUTMxXRUrJfqEtKeAj6ohL8wZNw==","shasum":"1a01d7709955295b6016fea8cc948f004b2e4ed1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.18-canary.35ad52663.tgz","fileCount":201,"unpackedSize":8699697,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEGFZiBpGRwQoCwIr+ZZ6wP4LBE4FJGtjkv7rR4hUABmAiAwLp5VYWO+EO9GP+IcLcNofWMuhXmQeoppe06r2cwVHQ=="}],"size":1668746},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.18-canary.35ad52663_1747766672097_0.841795054071127"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-20T18:44:32.344Z","publish_time":1747766672344,"_source_registry_name":"default","contributors":[]},"1.0.18-firebase-studio-sdk-integration.33b86206f":{"name":"@firebase/database","version":"1.0.18-firebase-studio-sdk-integration.33b86206f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.33b86206f","@firebase/util":"1.12.0-firebase-studio-sdk-integration.33b86206f","@firebase/component":"0.6.17-firebase-studio-sdk-integration.33b86206f","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.33b86206f","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.33b86206f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-firebase-studio-sdk-integration.33b86206f","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.18-firebase-studio-sdk-integration.33b86206f","readmeFilename":"README.md","gitHead":"33b86206ff70ab270cf7ca86abb5688b4e5bd686","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/mhVMJ25v2Byv38My02E61REaCoVbcEj4ejVss7U6cZaauq0uTeOepyZRlGJ6Vxw9LWlt39RBCN0WC6ujgW4aQ==","shasum":"8c6e9039363e71922e27bb162f7287dabfd71d9a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.18-firebase-studio-sdk-integration.33b86206f.tgz","fileCount":201,"unpackedSize":8700933,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD1bmpGJi9A4bPzJ7/z7BfuwBLA9dYH1JZqYgB2iCS3IgIgCj6AJeczyXByVpDuw9c+A98y/u29AxQIL0tyYM6aSWw="}],"size":1669097},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.18-firebase-studio-sdk-integration.33b86206f_1747868421923_0.8403164597191655"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-21T23:00:22.185Z","publish_time":1747868422185,"_source_registry_name":"default","contributors":[]},"1.0.19-20250521232236":{"name":"@firebase/database","version":"1.0.19-20250521232236","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/component":"0.6.17","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-20250521232236","readmeFilename":"README.md","gitHead":"4ead8314bb6601ae9a40cede9db473467088383c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7gP14pOcmSl4a8v2nu3o8/4cwb3vWKVGagzggl+bkYCNlUfagSQYz2yuNB0w2jEUpcFXMSH17eGLGNoLrrtdig==","shasum":"e14b48af6b7e4f8c6b952a7815073ff33354c1fd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-20250521232236.tgz","fileCount":201,"unpackedSize":8700546,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIExDnBrg1G3dNT8aub7uT6WWpCR/k/gxMiX6Yd2nG+WgAiEAlRSfTMQfJ3SMK65evdyDt8WaxrHjP+8dN+5qhZI71iQ="}],"size":1669028},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-20250521232236_1747870258954_0.8558984668448466"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-21T23:30:59.215Z","publish_time":1747870259215,"_source_registry_name":"default","contributors":[]},"1.0.18-canary.b5df4ae71":{"name":"@firebase/database","version":"1.0.18-canary.b5df4ae71","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.b5df4ae71","@firebase/util":"1.12.0-canary.b5df4ae71","@firebase/component":"0.6.17-canary.b5df4ae71","@firebase/app-check-interop-types":"0.3.3-canary.b5df4ae71","@firebase/auth-interop-types":"0.2.4-canary.b5df4ae71","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.b5df4ae71","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.18-canary.b5df4ae71","readmeFilename":"README.md","gitHead":"b5df4ae71c1b5b54d9237e7929d0f793189b82c9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-QBdzYNNY0XkaPlNvFEbn5mJTkLdgrwu0nt/c1WJRTX5Y9mYSYJwdzxQnXQI4K6bZ/dlXnb384jUMQMb0hKlnvw==","shasum":"d642d2eee22eb3661f9e3273bbfb6a47594d5a5e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.18-canary.b5df4ae71.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDyOnPbUlPTpKU62MNH9P8QQHZ17Z3+LRvrsTSdkgSscAIhAJ8kNG5dqda0rrXPdgDuR8GgCZGN5nLWvCxCcoGjJCSb"}],"size":1669028},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.18-canary.b5df4ae71_1747870362729_0.6546297332186604"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-21T23:32:42.991Z","publish_time":1747870362991,"_source_registry_name":"default","contributors":[]},"1.0.19":{"name":"@firebase/database","version":"1.0.19","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.12.0","@firebase/component":"0.6.17","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19","gitHead":"770e455a63c32d4340c3204ca013ed08440e73ec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-khE+MIYK+XlIndVn/7mAQ9F1fwG5JHrGKaG72hblCC6JAlUBDd3SirICH6SMCf2PQ0iYkruTECth+cRhauacyQ==","shasum":"2d52e731407431bdc1581990d99b533784700fc6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19.tgz","fileCount":201,"unpackedSize":8700471,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICWY60GLuGXtHK32DKyXotwSQaE7hJBHEvQ2rLRfO3FMAiB6V54ItfvnvspplwQGYouKBXAy747goX+TTvdMMJoxuA=="}],"size":1668937},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19_1747872871986_0.1293032795650746"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-22T00:14:32.333Z","publish_time":1747872872333,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.770e455a6":{"name":"@firebase/database","version":"1.0.19-canary.770e455a6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.770e455a6","@firebase/util":"1.12.0-canary.770e455a6","@firebase/component":"0.6.17-canary.770e455a6","@firebase/app-check-interop-types":"0.3.3-canary.770e455a6","@firebase/auth-interop-types":"0.2.4-canary.770e455a6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.770e455a6","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.770e455a6","readmeFilename":"README.md","gitHead":"770e455a63c32d4340c3204ca013ed08440e73ec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-VpfBdU5tgFkHTKd+2oz+GKnGBTm7eLq738cK+1LjJ11+qQgk7WC0OVDnT+BbuZy31x1sPuvVx/flEl93Th29LA==","shasum":"2c0b7e217e27f646e78ed2550a6ba5800b8822af","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.770e455a6.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCSATEn4EKxf3uurnLIcw5rBNRDZ/FmC2nmVbf1iP537AIhANSzAuXY2rza44MLfsVtHMApyJBPWGpWuwmJTOsgMApm"}],"size":1669034},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.770e455a6_1747874535183_0.23396616954505456"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-22T00:42:15.436Z","publish_time":1747874535436,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.9964849e9":{"name":"@firebase/database","version":"1.0.19-canary.9964849e9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.9964849e9","@firebase/util":"1.12.0-canary.9964849e9","@firebase/component":"0.6.17-canary.9964849e9","@firebase/app-check-interop-types":"0.3.3-canary.9964849e9","@firebase/auth-interop-types":"0.2.4-canary.9964849e9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.9964849e9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.9964849e9","readmeFilename":"README.md","gitHead":"9964849e9540f08d02fa3825ecec32c1bfedc62d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-EsLPQotL71yCSdTOt9SfuYldVi17e5FRqeK3qeuyEUkpccVjCyQEwBPU4At5BWhiS30v88he94qDuJpEC9djtQ==","shasum":"1cef1c29edc3135d4f6124104f2ad24ea2a4b93e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.9964849e9.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDhn+urrwc5w6+zVqVpczSs2R7I580RcAet2q6SuHOX3AiBvXvJgrUyozWViJU3jf+Tuw2tK3LTLxc+riKH/Y4ZssQ=="}],"size":1669038},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.9964849e9_1747932753843_0.4114789075598235"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-22T16:52:34.112Z","publish_time":1747932754112,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.d5e5795c9":{"name":"@firebase/database","version":"1.0.19-canary.d5e5795c9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.d5e5795c9","@firebase/util":"1.12.0-canary.d5e5795c9","@firebase/component":"0.6.17-canary.d5e5795c9","@firebase/app-check-interop-types":"0.3.3-canary.d5e5795c9","@firebase/auth-interop-types":"0.2.4-canary.d5e5795c9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.d5e5795c9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.d5e5795c9","readmeFilename":"README.md","gitHead":"d5e5795c944930eb8df424c3e9bc33e17ab00b84","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-gx8IG3ihIExb2cm/Js1aoF/tV7yBFHquK0Ao/AuxuathTn66dFGw7gbIgOnewdg8tTP5j9KzrFhfm/XepuxKGQ==","shasum":"21fa7f6a91d9820d8b95c76006bedf3d74699eca","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.d5e5795c9.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBU9uInjz9VWpVLrlNwDHkIlJ6GUcbg/aUE08JYlX6r2AiEArxAUADcxlFTR70Jv0qHYfXToN7XLYzXLWyCrHidZx48="}],"size":1669035},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.d5e5795c9_1747938579720_0.9433490229421198"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-22T18:29:40.032Z","publish_time":1747938580032,"_source_registry_name":"default","contributors":[]},"1.0.19-firebase-studio-sdk-integration.d15eeea26":{"name":"@firebase/database","version":"1.0.19-firebase-studio-sdk-integration.d15eeea26","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.d15eeea26","@firebase/util":"1.12.0-firebase-studio-sdk-integration.d15eeea26","@firebase/component":"0.6.17-firebase-studio-sdk-integration.d15eeea26","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.d15eeea26","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.d15eeea26","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-firebase-studio-sdk-integration.d15eeea26","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-firebase-studio-sdk-integration.d15eeea26","readmeFilename":"README.md","gitHead":"d15eeea269fc6e29ff5848000264bf92734e7d19","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-QdFy/JV5cQz70h0Q/HCkzOYF2rvTf2T5oAN1qxiAGbcfIvu1zXafdC/gzohRv8rL31lagoH7TBpMBEYRFTMLJw==","shasum":"6c9dc6832ed4ca503bd7a98e04077f1fa28a4a00","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-firebase-studio-sdk-integration.d15eeea26.tgz","fileCount":201,"unpackedSize":8700933,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICGMcw7y+YewyJ0bQmYUr4zkK65R3H+4IInwCJg0sZvsAiEAlIvBSjHa9tNF5rcBpFwbgCyNnFJFdXwzHnljKsdM2SI="}],"size":1669088},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-firebase-studio-sdk-integration.d15eeea26_1748025864560_0.08718566641279879"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-23T18:44:24.893Z","publish_time":1748025864893,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.ec91a8611":{"name":"@firebase/database","version":"1.0.19-canary.ec91a8611","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.19-canary.ec91a8611","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"aeb9447d56d4eb988c2886536c4fbbe063d1db5a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.ec91a8611.tgz","fileCount":201,"integrity":"sha512-mo1si3wf0w9Es39dg+sK/jaYoknCndUFey97eCjQQuiGR7FnA2lCdXJUpCFYgTtirqN8KMi/dMf+ZYHGMWV/Dw==","signatures":[{"sig":"MEQCIEP4EhpLW4DSvzVWKh6hpsUkVmn4tcYKQHG+F+o3P9t+AiBABr2tRhL0sS0om0K0ZfUQWhx4WT5rL7apYSOuclh52g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8700658,"size":1669030},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"ec91a8611b069204a9043d55b66e71c7798862ce","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.12.0-canary.ec91a8611","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.ec91a8611","@firebase/component":"0.6.17-canary.ec91a8611","@firebase/auth-interop-types":"0.2.4-canary.ec91a8611","@firebase/app-check-interop-types":"0.3.3-canary.ec91a8611"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.13.0-canary.ec91a8611","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.19-canary.ec91a8611_1748357181390_0.7661046779091807","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-27T14:46:21.626Z","publish_time":1748357181626,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.8cb21ffc5":{"name":"@firebase/database","version":"1.0.19-canary.8cb21ffc5","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.19-canary.8cb21ffc5","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"f2c2a96d015da1ec6bac3202fe1601aab14cec88","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.8cb21ffc5.tgz","fileCount":201,"integrity":"sha512-FAYUSam3Hb2+6+u+h0vVM8qnfcRcBS2CesI77LTlSUons0IpGK73QipID+qVEUosiCx3W4Uja+3uQTQSh6odxQ==","signatures":[{"sig":"MEUCIQCR1n7SshIb7zpjICn7Fduz9dwmg8Q9uAsP8YeGvF5UXwIgHlrPZXAmrlBfi5jXR1v3QSQ3RtQCIcJeU0MJ5ql1uaE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8700658,"size":1669030},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"8cb21ffc588d8dd963ad8c78a957eb6929593a3e","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.12.0-canary.8cb21ffc5","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.8cb21ffc5","@firebase/component":"0.6.17-canary.8cb21ffc5","@firebase/auth-interop-types":"0.2.4-canary.8cb21ffc5","@firebase/app-check-interop-types":"0.3.3-canary.8cb21ffc5"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.13.0-canary.8cb21ffc5","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.19-canary.8cb21ffc5_1748357204675_0.9304000432743877","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-05-27T14:46:44.880Z","publish_time":1748357204880,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.40be2dbb8":{"name":"@firebase/database","version":"1.0.19-canary.40be2dbb8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.40be2dbb8","@firebase/util":"1.12.0-canary.40be2dbb8","@firebase/component":"0.6.17-canary.40be2dbb8","@firebase/app-check-interop-types":"0.3.3-canary.40be2dbb8","@firebase/auth-interop-types":"0.2.4-canary.40be2dbb8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.40be2dbb8","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.40be2dbb8","readmeFilename":"README.md","gitHead":"40be2dbb884b8e1485862af8bb015e23db69ccbf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RzvAw/GYgRZkHn6cfn6n8qM03SPUVDWJRdZ3HXrd9QtzpsI84Dk7aB+CaKlPo1fQvqGvwUFufmMf1sDnPI+Vqw==","shasum":"ca6d2bd5d4b918620980c514c7d00aef2b220870","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.40be2dbb8.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCfg+TgQDqPqge1G5ZV/oWUQKEjqyn1uEvOd89IAapUOwIgZW13bZXn+X7iDuSMTKXHH1xUDlK4Vvaz3nzkDBmV7Hk="}],"size":1669028},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.40be2dbb8_1748357272059_0.20997453234329"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-27T14:47:52.274Z","publish_time":1748357272274,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.1933324e0":{"name":"@firebase/database","version":"1.0.19-canary.1933324e0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.1933324e0","@firebase/util":"1.12.0-canary.1933324e0","@firebase/component":"0.6.17-canary.1933324e0","@firebase/app-check-interop-types":"0.3.3-canary.1933324e0","@firebase/auth-interop-types":"0.2.4-canary.1933324e0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.1933324e0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.1933324e0","readmeFilename":"README.md","gitHead":"1933324e0f3e4c8ed4d4d784f0c701fd0ec6ebc3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3Dbu1IsUo+fLCL7INLv2Hi9jxUNlj+1DkRe8xEp8juv0K8z/GLN5hAQTtsMRxsilbIA63NrHTaAOKDlYibUpsQ==","shasum":"d385900919ad5bb82f5ecc073d2c232206e5f063","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.1933324e0.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDRSs09JWbLcU3f3x64lCR4LukEZJD8KhND41/uQds1qAiEAv2KTMEIyGRcmOtBYYhQzkfdGRf1kNZaH1UrRGdX+Xc4="}],"size":1669034},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.1933324e0_1748439681769_0.7208509189921153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-28T13:41:21.958Z","publish_time":1748439681958,"_source_registry_name":"default","contributors":[]},"1.0.15-eap-ai-hybridinference.58d92df33":{"name":"@firebase/database","version":"1.0.15-eap-ai-hybridinference.58d92df33","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-eap-ai-hybridinference.58d92df33","@firebase/util":"1.11.1-eap-ai-hybridinference.58d92df33","@firebase/component":"0.6.14-eap-ai-hybridinference.58d92df33","@firebase/app-check-interop-types":"0.3.3-eap-ai-hybridinference.58d92df33","@firebase/auth-interop-types":"0.2.4-eap-ai-hybridinference.58d92df33","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.12.1-eap-ai-hybridinference.58d92df33","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.15-eap-ai-hybridinference.58d92df33","readmeFilename":"README.md","gitHead":"58d92df3314c77f132002652cbe00b676eb3a00f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-t1SwiOXRQZhm+wuKpJoSEDkk+CB4+mP+BxK0miRHT/iUw/y/Dzqm4TTnIZq/kKBz2++0x4bfZxp7TS5rhCGAVQ==","shasum":"bfa17a87adc62eb48f2b84ad724f5f535e68a295","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.15-eap-ai-hybridinference.58d92df33.tgz","fileCount":201,"unpackedSize":8702337,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBziqHJUYru2KOT/wKfaj4nBGIV7ALNEE28NCCGqWVvbAiEAkWh7ifuKKpYHHfwyDxWZ++w+khg94/gl3eUUNPcG5Js="}],"size":1669318},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.15-eap-ai-hybridinference.58d92df33_1748470680841_0.02668454192330194"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-28T22:18:01.224Z","publish_time":1748470681224,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.af9f8b552":{"name":"@firebase/database","version":"1.0.19-canary.af9f8b552","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.af9f8b552","@firebase/util":"1.12.0-canary.af9f8b552","@firebase/component":"0.6.17-canary.af9f8b552","@firebase/app-check-interop-types":"0.3.3-canary.af9f8b552","@firebase/auth-interop-types":"0.2.4-canary.af9f8b552","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.af9f8b552","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.af9f8b552","readmeFilename":"README.md","gitHead":"af9f8b552d313cff3537dcfbbc3e33bbdca78311","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-mlJD3wWuH/UbNRO4+iYnOtHw0dxh/ytyOzFKZ1Q2WOl52xio+MmnO/nadDNXh9kIERzbA9LEqiVlB5ZaSTxF+Q==","shasum":"167944e9fa73670f676e02c1b7c2f3f5d53d61a8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.af9f8b552.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAT+TKAvaZxBrzsnC85JKQRF/+/KM6tDQwtnp3WBQ3MYAiEA2b8U6Gg6Z02eyWx0jLdIPyq5uQ6iyNpDyrdz/+bbCs4="}],"size":1669029},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.af9f8b552_1748635921600_0.7923773276995467"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-30T20:12:01.873Z","publish_time":1748635921873,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.30de503ec":{"name":"@firebase/database","version":"1.0.19-canary.30de503ec","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.30de503ec","@firebase/util":"1.12.0-canary.30de503ec","@firebase/component":"0.6.17-canary.30de503ec","@firebase/app-check-interop-types":"0.3.3-canary.30de503ec","@firebase/auth-interop-types":"0.2.4-canary.30de503ec","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-canary.30de503ec","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.30de503ec","readmeFilename":"README.md","gitHead":"30de503ec90f1ccbece0485b42d689b8e41cfe73","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-vpSTGzKamhWOpNYmjSsT0Laalsv1uZU9ZwsXmmSeboIgz/DFZMqu8YusxEZl9H1rcJlM7Qovg9ui0J0aVbC8eA==","shasum":"a3bec79dbf62a95fe84b44e98072ec16d0b97b4e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.30de503ec.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIF3g/4NwDzS88wJZRCO8wRi688Qoit5D/HLtXGpirYUoAiEAoczGeHstblr29O6a+uPBg66Zzg/Wc700wqM9+ZpmEZk="}],"size":1669027},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.30de503ec_1748638476926_0.4279278815067389"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-05-30T20:54:37.200Z","publish_time":1748638477200,"_source_registry_name":"default","contributors":[]},"1.0.19-firebase-studio-sdk-integration.0d857eae1":{"name":"@firebase/database","version":"1.0.19-firebase-studio-sdk-integration.0d857eae1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.0d857eae1","@firebase/util":"1.12.0-firebase-studio-sdk-integration.0d857eae1","@firebase/component":"0.6.17-firebase-studio-sdk-integration.0d857eae1","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.0d857eae1","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.0d857eae1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.0-firebase-studio-sdk-integration.0d857eae1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-firebase-studio-sdk-integration.0d857eae1","readmeFilename":"README.md","gitHead":"0d857eae1a5d1e39d82fb87c08fef3399f9bbaa1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Y3rSLirXrRHqGn1ceKBVMhxUJhlckiUpF7oH+w0Bnvio7E1igpu/05GDHLX1hyRNEYgLc54WUBHnmOZLvgldKA==","shasum":"adb120ddf6a7ca7a80385bacc5f5499b8911ac32","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-firebase-studio-sdk-integration.0d857eae1.tgz","fileCount":201,"unpackedSize":8700933,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIC04CrLaj1h5V+NW52sNiUDdfTBv6KkLzkASxSI+rvlrAiAw/1dKnK8ouHYrKxZjXrMrG5KLEwPpJKyBL8p3lgmi8Q=="}],"size":1669091},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-firebase-studio-sdk-integration.0d857eae1_1749063377564_0.12879226514502218"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-04T18:56:17.829Z","publish_time":1749063377829,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.89051ca4d":{"name":"@firebase/database","version":"1.0.19-canary.89051ca4d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.89051ca4d","@firebase/util":"1.12.0-canary.89051ca4d","@firebase/component":"0.6.17-canary.89051ca4d","@firebase/app-check-interop-types":"0.3.3-canary.89051ca4d","@firebase/auth-interop-types":"0.2.4-canary.89051ca4d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.89051ca4d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.89051ca4d","readmeFilename":"README.md","gitHead":"89051ca4df350f1881bce8081c5118c8aa31f2a8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-QVYeNxAeTLUtiqQ6rMACVEVoPJT9wdXrOpS0xCEDShO8cIKIW1FZ5SNNnKsXSKLZXtO0S2BLZyVPO4eR/Hm/Dg==","shasum":"f0755873e16836903a895954af89e2829e26399d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.89051ca4d.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDGNG1sM35e+yAmV0QU5NjK8Gi4HGhyFt1+bPdAVV/3WwIgXPGxLZnFjFFIQaJrJQZJSkrnhI2JZXCI+5z6lUmrNHo="}],"size":1669034},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.89051ca4d_1749137028841_0.528705622660423"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T15:23:49.018Z","publish_time":1749137029018,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.d590889d6":{"name":"@firebase/database","version":"1.0.19-canary.d590889d6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.d590889d6","@firebase/util":"1.12.0-canary.d590889d6","@firebase/component":"0.6.17-canary.d590889d6","@firebase/app-check-interop-types":"0.3.3-canary.d590889d6","@firebase/auth-interop-types":"0.2.4-canary.d590889d6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.d590889d6","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.d590889d6","readmeFilename":"README.md","gitHead":"d590889d6d9eecfa643d98beaa8c89e170f2e016","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-GIZwtWj/cnQOb+q05DSFce880VxU9uucwL2kXUUpXwHwBmBC1WlrFLCsoQdNP+JTMpUsEzIkOcIHTqeXUYtmZw==","shasum":"41fd4263877e9bef9e5d98faf2eac9a2cc00a4c9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.d590889d6.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCFI8lQR6J8bsgbVyZaN2KOjGjcPn3ubAj7+RPqnpltngIgWVD44dkmWPIMlyiWu+vp0BA/8z7zEVF6+7mkNrf8nXs="}],"size":1669037},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.d590889d6_1749142952105_0.0069938343432196515"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T17:02:32.314Z","publish_time":1749142952314,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.5871fd656":{"name":"@firebase/database","version":"1.0.19-canary.5871fd656","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.5871fd656","@firebase/util":"1.12.0-canary.5871fd656","@firebase/component":"0.6.17-canary.5871fd656","@firebase/app-check-interop-types":"0.3.3-canary.5871fd656","@firebase/auth-interop-types":"0.2.4-canary.5871fd656","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.5871fd656","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.5871fd656","readmeFilename":"README.md","gitHead":"5871fd656355b1fd4cb248bfe9f7dd3a7cb1c2e8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-zfZINdWh/3mCDNhKqg/bpJ6H5uy/Zk463Q+pF8D6kGp5P1Cpvjp/cZajZOxc7w5IndLbVyxJFsNQKtxwUCr3Eg==","shasum":"1d230b6931b37eebb446f3c3d397773268739b13","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.5871fd656.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDjGa8JEizg3l5g/6YAOV80FiAjJzMLoAD9/zF6ScQojQIgffYVQqUDmTEwRaStLWIN4/diz2mN5+BWWwG+ejdb61s="}],"size":1669037},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.5871fd656_1749150208855_0.25741763065442225"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T19:03:29.113Z","publish_time":1749150209113,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.6cc9a0732":{"name":"@firebase/database","version":"1.0.19-canary.6cc9a0732","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.6cc9a0732","@firebase/util":"1.12.0-canary.6cc9a0732","@firebase/component":"0.6.17-canary.6cc9a0732","@firebase/app-check-interop-types":"0.3.3-canary.6cc9a0732","@firebase/auth-interop-types":"0.2.4-canary.6cc9a0732","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.6cc9a0732","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.6cc9a0732","readmeFilename":"README.md","gitHead":"6cc9a0732a4139fc82e6d07c341d087f65ce9f02","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-IlwGweien4CtAnLWeBa4IScINVwpJfbeT+FC3RI5DMFDkvsbuih3rRGcy5DptKvXRTQY2yZvtR0nub7TJA5vHQ==","shasum":"7e76368405b80ad595440ddfc70cfe7dcd401d2b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.6cc9a0732.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCJkPP/nnQHRkWS9kVaNGg7F9S4YqD3HHH9zxbFUS4RiAIhAJMXmFX2hLbPeQokaMhww5YxEBBQ+htKYRKbNeQHYky6"}],"size":1669033},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.6cc9a0732_1749160224926_0.1708764261131439"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T21:50:25.180Z","publish_time":1749160225180,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.c0617a341":{"name":"@firebase/database","version":"1.0.19-canary.c0617a341","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.c0617a341","@firebase/util":"1.12.0-canary.c0617a341","@firebase/component":"0.6.17-canary.c0617a341","@firebase/app-check-interop-types":"0.3.3-canary.c0617a341","@firebase/auth-interop-types":"0.2.4-canary.c0617a341","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.c0617a341","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.c0617a341","readmeFilename":"README.md","gitHead":"c0617a341a693c2578a21b35a4f7b27b726defef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-QzHeBUlTBEwL4M/tsyWXI2C9P++0o9Tro+g/k0yPuaxBunIidjc5pW3YWfDaqJfYAlGxNkNJgKfsEkTjc/7JaA==","shasum":"da53750c08dbaf6e688c0b93546342c2bfc0ca85","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.c0617a341.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBOdGZ7BjaF/Bb8+ncS8ma/S55L7doqfOi7lZu+WVHJlAiBS19wWBpr5pHXVy0p27QOA8YEwTo6eTRKy1g0cAdy8RQ=="}],"size":1669035},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.c0617a341_1749160772608_0.5199447818069056"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-05T21:59:32.885Z","publish_time":1749160772885,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.0f891d861":{"name":"@firebase/database","version":"1.0.19-canary.0f891d861","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.0f891d861","@firebase/util":"1.12.0-canary.0f891d861","@firebase/component":"0.6.17-canary.0f891d861","@firebase/app-check-interop-types":"0.3.3-canary.0f891d861","@firebase/auth-interop-types":"0.2.4-canary.0f891d861","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.0f891d861","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.0f891d861","readmeFilename":"README.md","gitHead":"0f891d861bdf4e7bac8cd777f5fb32d0b7b9bf8e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XwdaGf2W+AicY2GGPasikQjecYt+/xQJkkhD3U16Nj56cwQZyHEPKgJKloHQiQD/U+oBKTeYhaj9sswS/DXJSQ==","shasum":"43bb1302490285c4dc684f816b835bee77ac8f43","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.0f891d861.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDzHAMN+TQ32t0OSMJJlCy8s/ZkDN/US4Dvo+Ww10Fi9QIgEGXOUNdMX0usFPsM6n94pbGkmb4wr88YprNgKwM6Lt4="}],"size":1669035},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.0f891d861_1749230966778_0.16453180940870227"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-06T17:29:27.016Z","publish_time":1749230967016,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.230692087":{"name":"@firebase/database","version":"1.0.19-canary.230692087","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.230692087","@firebase/util":"1.12.0-canary.230692087","@firebase/component":"0.6.17-canary.230692087","@firebase/app-check-interop-types":"0.3.3-canary.230692087","@firebase/auth-interop-types":"0.2.4-canary.230692087","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.230692087","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.230692087","readmeFilename":"README.md","gitHead":"23069208726dc1924011eb84c8bf34d6f914a3a9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-jWyNXNBPBbMQD7Wnpt1vpx2YM/Dk/B3LyWe+UyJGRRTRJe2xcaSgoGLmwMC+bm+eJ27XaDhsDeDu5Q1y07J6qA==","shasum":"68e221307f9500d29c075451b5865899c0ca281b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.230692087.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEl+YcOPY6S9Cwqk4zYB6PmBJWadEIjjErR7vkug2Jw/AiATX2oZbxL8qmcgNNH9V5x09rLqoA0QAXtzVdrHEg9sxQ=="}],"size":1669039},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.230692087_1749511329773_0.6514309625209971"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-09T23:22:10.124Z","publish_time":1749511330124,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.a0583094a":{"name":"@firebase/database","version":"1.0.19-canary.a0583094a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.a0583094a","@firebase/util":"1.12.0-canary.a0583094a","@firebase/component":"0.6.17-canary.a0583094a","@firebase/app-check-interop-types":"0.3.3-canary.a0583094a","@firebase/auth-interop-types":"0.2.4-canary.a0583094a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.a0583094a","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.a0583094a","readmeFilename":"README.md","gitHead":"a0583094aac1bfd20ce695692623770d02068543","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-TgOFA2BbHObIm+WHcJGRyTNRdrnY7EZZRkwxGC2agCHKSV7JHXbfkt4L4CAz9ret9cPkJyZUzVb3UpvItTV9rw==","shasum":"a4c42f4026ec81a80a88d71fa79847e0c5e42231","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.a0583094a.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEt2kR04cH6g++Ye+14mrGZ14pfbpPOKmXrajJJANF4ZAiEA6VTfQ2bAPNzbdpdMUm+FzGNAkY/Wtj2XtakxHKGCcvM="}],"size":1669034},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.a0583094a_1749583720070_0.8726475740357147"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-10T19:28:40.534Z","publish_time":1749583720534,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.7fb64dd82":{"name":"@firebase/database","version":"1.0.19-canary.7fb64dd82","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.19-canary.7fb64dd82","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"ffc3fd22070f2111c05f170cc5f118028c99d3b0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.7fb64dd82.tgz","fileCount":201,"integrity":"sha512-l+XwWIAEVWdMW4IiLoIiVMwTiRqoDiN0Yu2ITlZr56QTTmME4alKPzULd9Mqsw1iXCLGHBf33lsixT+M0PgwHg==","signatures":[{"sig":"MEQCIFb0MGNQ13tObX+BfDYDQe6QIa896+ud9LmRe0jrjScUAiB1EvVX0AhC7H5fZ/283Og6t9x1Y4uRLnbYYOCalccKvg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8700658,"size":1669032},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"7fb64dd82118289950d62a64b2c4a77f00e15c4b","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.12.0-canary.7fb64dd82","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.7fb64dd82","@firebase/component":"0.6.17-canary.7fb64dd82","@firebase/auth-interop-types":"0.2.4-canary.7fb64dd82","@firebase/app-check-interop-types":"0.3.3-canary.7fb64dd82"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.13.1-canary.7fb64dd82","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.19-canary.7fb64dd82_1749824378859_0.04521944272452427","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-06-13T14:19:39.202Z","publish_time":1749824379202,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.13e6cce88":{"name":"@firebase/database","version":"1.0.19-canary.13e6cce88","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.13e6cce88","@firebase/util":"1.12.0-canary.13e6cce88","@firebase/component":"0.6.17-canary.13e6cce88","@firebase/app-check-interop-types":"0.3.3-canary.13e6cce88","@firebase/auth-interop-types":"0.2.4-canary.13e6cce88","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.13e6cce88","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.13e6cce88","readmeFilename":"README.md","gitHead":"13e6cce882d687e06c8d9bfb56895f8a77fc57b5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-9VXO78Cfb5z80zHylKhjiBlqjEzpCZDIF9yluCKcGL3vH2+nd6xXwWXWg23FMwq7nDnpij9lNUxGrxYsFFaF1g==","shasum":"d4e14af9195ed9e67b51934ceba261bc578eba1d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.13e6cce88.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDQnZV5oNRfsgv8I8WuQZ8dDgCLMOF3naJBvENIzVMGxAiEAsFEFbSDgCRNcG/5/Rib0tg/tCerqO5xcU74/rwab8tE="}],"size":1669031},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.13e6cce88_1750197168147_0.783945707484458"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-17T21:52:48.488Z","publish_time":1750197168488,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.b97eab36a":{"name":"@firebase/database","version":"1.0.19-canary.b97eab36a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.b97eab36a","@firebase/util":"1.12.0-canary.b97eab36a","@firebase/component":"0.6.17-canary.b97eab36a","@firebase/app-check-interop-types":"0.3.3-canary.b97eab36a","@firebase/auth-interop-types":"0.2.4-canary.b97eab36a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.b97eab36a","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.b97eab36a","readmeFilename":"README.md","gitHead":"b97eab36a3553c906c35f4751a0b17c717178b13","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ShuFJ/t2B7SCmJbWVCcQRgnG4iMgZelrWMjqvDfWA4DwzwTjkMY54OeS5WwDdKjedKKiJcpf+rwWoTtp+4Obmw==","shasum":"431e6070c3c8792b6141b41c327bf4c193101526","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.b97eab36a.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDZEsyr4MjzQ1w6BnU0NDZWw6UJZCOV9vuJKZFSfGe2MAIgAyUGhysiRpbOA+t8ExC7TK/wtu/RucOsfjRxD+E0LfE="}],"size":1669032},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.b97eab36a_1750277167201_0.036338156641402275"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-18T20:06:07.544Z","publish_time":1750277167544,"_source_registry_name":"default","contributors":[]},"1.0.19-firebase-studio-sdk-integration.11d58925e":{"name":"@firebase/database","version":"1.0.19-firebase-studio-sdk-integration.11d58925e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-firebase-studio-sdk-integration.11d58925e","@firebase/util":"1.12.0-firebase-studio-sdk-integration.11d58925e","@firebase/component":"0.6.17-firebase-studio-sdk-integration.11d58925e","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.11d58925e","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.11d58925e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-firebase-studio-sdk-integration.11d58925e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-firebase-studio-sdk-integration.11d58925e","readmeFilename":"README.md","gitHead":"11d58925e4707f45b4e162f0509046fc9a8a51af","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-PordW9GNSJMVP5Fl8qoaxXriszgOFxLXn3m/qsMjkdOcMjZ1ibqS1QjoKjjr9Z/osffFimjIK16PQWvF5ZRFFA==","shasum":"a84dbcbbfc6baadbb2003151c74f3ce332e5c876","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-firebase-studio-sdk-integration.11d58925e.tgz","fileCount":201,"unpackedSize":8700933,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGYRWdL+/Q2/e1+grz9PkhMgeTix8ESX/R2QIrSJhER6AiEAjUm73TJLcaXgdVG6/2S1iecJdrxLmZZwbvCd+ebij9Q="}],"size":1669094},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-firebase-studio-sdk-integration.11d58925e_1750293261436_0.635627326941097"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-19T00:34:21.793Z","publish_time":1750293261793,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.41e3c4cdf":{"name":"@firebase/database","version":"1.0.19-canary.41e3c4cdf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.41e3c4cdf","@firebase/util":"1.12.0-canary.41e3c4cdf","@firebase/component":"0.6.17-canary.41e3c4cdf","@firebase/app-check-interop-types":"0.3.3-canary.41e3c4cdf","@firebase/auth-interop-types":"0.2.4-canary.41e3c4cdf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.41e3c4cdf","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.41e3c4cdf","readmeFilename":"README.md","gitHead":"41e3c4cdfc459dcbb9c0e1239684aa12c7d1f779","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-dJMCnGcuxPVyU9kNqABUtDe1/CUAm6w1hjT3pNcCMoIPneQ/t4j68V0gMUv0JIUHifQ9uD+pGYqr9ahZ4ccKhA==","shasum":"4228e9526e42e57b47b9d1110761a59bc5a5a7f9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.41e3c4cdf.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICdvbAYZ3005kQQmHpKneUX3+ftd+EFSVypwT61GyKKJAiBP4pw+H6NNlWGI4g1/+9Lg500pEWCAqlYKFvIXwTCwng=="}],"size":1669031},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.41e3c4cdf_1750449435833_0.31436782286346276"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-20T19:57:16.125Z","publish_time":1750449436125,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.f73e08b21":{"name":"@firebase/database","version":"1.0.19-canary.f73e08b21","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.f73e08b21","@firebase/util":"1.12.0-canary.f73e08b21","@firebase/component":"0.6.17-canary.f73e08b21","@firebase/app-check-interop-types":"0.3.3-canary.f73e08b21","@firebase/auth-interop-types":"0.2.4-canary.f73e08b21","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.f73e08b21","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.f73e08b21","readmeFilename":"README.md","gitHead":"f73e08b212314547b39a10cd3e393f9e94776f21","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-jDh1KbDU38Jzunz5Am79GOfabE6OJwSOFUAG6NUSnNMA/vZDC6wuWeZMIWAkDSFpJK1CaYwgTjcOuPcSsGCWew==","shasum":"83fda7c4d88bab2d4bb4d90bf6a114a870066c83","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.f73e08b21.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDPH+X/f1JkrUdZu99F12D/jUbs643m1B4xuE24dx4YFwIhAOXBYZ8ABmoCQL0WD+hbIyvFLQ9jp73sWheqIRhUikSk"}],"size":1669034},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.f73e08b21_1750455332981_0.5293112636540496"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-20T21:35:33.318Z","publish_time":1750455333318,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.42ac40117":{"name":"@firebase/database","version":"1.0.19-canary.42ac40117","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.42ac40117","@firebase/util":"1.12.0-canary.42ac40117","@firebase/component":"0.6.17-canary.42ac40117","@firebase/app-check-interop-types":"0.3.3-canary.42ac40117","@firebase/auth-interop-types":"0.2.4-canary.42ac40117","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.42ac40117","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.42ac40117","readmeFilename":"README.md","gitHead":"42ac4011787db6bb7a08f8c84f364ea86ea51e83","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-9Jsb1+RcK7x1fOUTfuSQjQ/KmfncytsQPpRbYNjuOnbxq6G9SmC6N9DDinxXb8aQzXWylCA23XYrjYelidpipA==","shasum":"4ab789d9c66308bb052a95e6fb74bb22f8cee64c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.42ac40117.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIACOIEECdO1rLJFEgRN7FqLTvwJpB1Xual/3qf6BLtRHAiAjf1NpvUarFInjNV3xAgkZJXylUwfOqHV7f7lsoSnWHA=="}],"size":1669035},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.42ac40117_1750699154663_0.08744022598571632"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-23T17:19:14.940Z","publish_time":1750699154940,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.bb57947c9":{"name":"@firebase/database","version":"1.0.19-canary.bb57947c9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.bb57947c9","@firebase/util":"1.12.0-canary.bb57947c9","@firebase/component":"0.6.17-canary.bb57947c9","@firebase/app-check-interop-types":"0.3.3-canary.bb57947c9","@firebase/auth-interop-types":"0.2.4-canary.bb57947c9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.bb57947c9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.bb57947c9","readmeFilename":"README.md","gitHead":"bb57947c942e44b39e5b0254324bee6bf665fd4e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4o6rf/bgNnokDjARvHgIx1uV3j+QAd/eZxhQN7HHvlP9WymJM70GZtQ+SVM11/P9UF+sGibq8PBzBLd+5vudlA==","shasum":"8516f2e014f99611007aabbee7e5e4ed333537c8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.bb57947c9.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGLQaZn+NC1hYibihATCVwCc/u1yWmSYVZhV+dsZLDJhAiAWj5iv15qa5CWAy86xUgDjuiE7JRHm1n/g039Kw8M6Jw=="}],"size":1669039},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.bb57947c9_1750702161225_0.629092147905008"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-23T18:09:21.580Z","publish_time":1750702161580,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.7ae5b12b9":{"name":"@firebase/database","version":"1.0.19-canary.7ae5b12b9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.7ae5b12b9","@firebase/util":"1.12.0-canary.7ae5b12b9","@firebase/component":"0.6.17-canary.7ae5b12b9","@firebase/app-check-interop-types":"0.3.3-canary.7ae5b12b9","@firebase/auth-interop-types":"0.2.4-canary.7ae5b12b9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.7ae5b12b9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.7ae5b12b9","readmeFilename":"README.md","gitHead":"7ae5b12b901620aa101b5caed94064271fb76fb6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-yiWyP/mwc79qAIIVkkVL7CWJ359nfpFA6hcNBw2NzXVma2OcWmLG70tSZJI66osGVW79g3KuHg/sB2l0dyOyRA==","shasum":"45f7046b8f4c6c3c18cea68735014918ac74b81e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.7ae5b12b9.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHWJ8VbvJGkWgTXMVoQajLJoUHGLkLiH9QmVJVbbx7OvAiEAtxCVWA/YVDQICeKyNg/kX+3fVx9ji1qhnfBtKg/syGY="}],"size":1669033},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.7ae5b12b9_1750705761868_0.7226608571540478"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-23T19:09:22.175Z","publish_time":1750705762175,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.86155b3c8":{"name":"@firebase/database","version":"1.0.19-canary.86155b3c8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.86155b3c8","@firebase/util":"1.12.0-canary.86155b3c8","@firebase/component":"0.6.17-canary.86155b3c8","@firebase/app-check-interop-types":"0.3.3-canary.86155b3c8","@firebase/auth-interop-types":"0.2.4-canary.86155b3c8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.86155b3c8","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.86155b3c8","readmeFilename":"README.md","gitHead":"86155b3c8f3974f8d777232625108c14f924e035","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-YpucwUHoIBq/loZ4bz9C85qdylSMx1wac+8SNC5YXagCLYYqkXbdj2bU6ju6to9H4FDOC//8hil9roX+PtrQlw==","shasum":"37ff2c024245c60403eb87a93d014de9c3b7cc97","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.86155b3c8.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHVFISYbhl1ahd2Vlww0sxhBhLD+nPUd1VJZrcQ2lgJfAiAkf9Ae+tiKZLytsq5DbqdnwWMBBMFT/tb8EN6rvv9n8w=="}],"size":1669037},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.86155b3c8_1750711319191_0.007370499198471991"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-23T20:41:59.421Z","publish_time":1750711319421,"_source_registry_name":"default","contributors":[]},"1.0.20-20250626140224":{"name":"@firebase/database","version":"1.0.20-20250626140224","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.12.1-20250626140224","@firebase/component":"0.6.18-20250626140224","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-20250626140224","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.20-20250626140224","readmeFilename":"README.md","gitHead":"bd06146dc6c66fef9b292e396961944009017a90","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/CEIb021XwpcCvZeshXBgdJJln0uRypqHbq9GIAfOKw+NDfQQBW+1yLzc+I7ACirLmsLKSILocBF6hG0uk6bCg==","shasum":"deef51463be508a64efdef85aed85497052f0585","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-20250626140224.tgz","fileCount":201,"unpackedSize":8700591,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQD1hw2o2GVT3qRuJq9f+ACKOQr0FU9e64ke4qN7p7kPxAIgfsMIr1sgpEuJ/YLS9r50tBttYN/M3TxZUKDTY9SSZDI="}],"size":1669023},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-20250626140224_1750947132344_0.9278589011640626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-26T14:12:12.528Z","publish_time":1750947132528,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.3d44792f1":{"name":"@firebase/database","version":"1.0.19-canary.3d44792f1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.3d44792f1","@firebase/util":"1.12.0-canary.3d44792f1","@firebase/component":"0.6.17-canary.3d44792f1","@firebase/app-check-interop-types":"0.3.3-canary.3d44792f1","@firebase/auth-interop-types":"0.2.4-canary.3d44792f1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.3d44792f1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.3d44792f1","readmeFilename":"README.md","gitHead":"3d44792f14f3df265162d06e2acdf3cad0c2ef86","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8sNWkJP9lmBW+DCeSBuuvOmQ2KXuBwO/by0sWJwASrdGiZdA8ut4Sjze65CWTPCA13P57Dx7siBAmUle5oEJ7g==","shasum":"44478861dcdc7b05cf9c713b83d782b210e865fa","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.3d44792f1.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCXs4vW15l2CS6VW5cPo44GobDOoyfchcMYrEQKRXVv3AIhAIPhImtVVsoDV2wNx3XlR9IaGH92KTuuyZzcynevvyI0"}],"size":1669038},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.3d44792f1_1750959077663_0.7837451430536864"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-26T17:31:17.860Z","publish_time":1750959077860,"_source_registry_name":"default","contributors":[]},"1.0.20":{"name":"@firebase/database","version":"1.0.20","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4","@firebase/util":"1.12.1","@firebase/component":"0.6.18","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.20","gitHead":"3c759f0c0c5e5e164a51d8b9c89655d54047bed0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-H9Rpj1pQ1yc9+4HQOotFGLxqAXwOzCHsRSRjcQFNOr8lhUt6LeYjf0NSRL04sc4X0dWe8DsCvYKxMYvFG/iOJw==","shasum":"d3eb643ebb1a5996f04fe191e3e7649051316550","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20.tgz","fileCount":201,"unpackedSize":8700471,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDDRnVjISY+CXTHuIK3H7QvsgSm7Hdc/BfScE/Lk/z81wIgCW3V0NUMmQHYbQJiqqmege1wmEFJdhmb+OjVox5rs3w="}],"size":1668936},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20_1751302101251_0.252892038894327"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-06-30T16:48:21.472Z","publish_time":1751302101472,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.5d13166dc":{"name":"@firebase/database","version":"1.0.19-canary.5d13166dc","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.0.19-canary.5d13166dc","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"6727db46e43a331f564afe1c4b7e940b1199cf8c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.5d13166dc.tgz","fileCount":201,"integrity":"sha512-1iNlelS1hKsvpJ854zli+10h98J/utL9RY7y/0YDAPcG9JdPs0U7u1X8zZpFdZKDdh0CYn3FuUcXzWRp3d2htA==","signatures":[{"sig":"MEQCHymZlCgR7g2aknpTVhgi3yc+Q86zLdHnIwwo56GlAgcCIQDRtWhneS0RKE39vhZ6TLKGQXgP+pnZdzR/+3jxFvPX+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8700658,"size":1669033},"main":"dist/index.node.cjs.js","module":"dist/index.esm2017.js","browser":"dist/index.esm2017.js","engines":{"node":">=18.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm2017.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm2017.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"5d13166dc73bb2d3017e1ab7ab874ddf45cad61f","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.12.0-canary.5d13166dc","faye-websocket":"0.11.4","@firebase/logger":"0.4.4-canary.5d13166dc","@firebase/component":"0.6.17-canary.5d13166dc","@firebase/auth-interop-types":"0.2.4-canary.5d13166dc","@firebase/app-check-interop-types":"0.3.3-canary.5d13166dc"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.13.1-canary.5d13166dc","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.0.19-canary.5d13166dc_1751431675816_0.031484474032905","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-07-02T04:47:56.081Z","publish_time":1751431676081,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.247b92f9b":{"name":"@firebase/database","version":"1.0.19-canary.247b92f9b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.247b92f9b","@firebase/util":"1.12.0-canary.247b92f9b","@firebase/component":"0.6.17-canary.247b92f9b","@firebase/app-check-interop-types":"0.3.3-canary.247b92f9b","@firebase/auth-interop-types":"0.2.4-canary.247b92f9b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.247b92f9b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.247b92f9b","readmeFilename":"README.md","gitHead":"247b92f9bf83ebec4321806839b36a35346c8e36","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-AHVIln1VIoYcPm7LE6S2vj1h0u2oWDTBzo6s7SmQKbFbX2jB/i1tHbx4mtEflWYFNnivagLejxV/yooyCtKlcg==","shasum":"db8173d250c2c718bce73bbc32559309eb78dee7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.247b92f9b.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCfWiK/63FF7pSC2798beFJCHN39cx0q2DpGbnOFDQyAAIhAL6HGuKNq55uFqRkCatYH8xuF7BtKtq/ViN7rJgEq27M"}],"size":1669037},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.247b92f9b_1751431695026_0.6043008258842526"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-02T04:48:15.358Z","publish_time":1751431695358,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.8072572f9":{"name":"@firebase/database","version":"1.0.19-canary.8072572f9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.8072572f9","@firebase/util":"1.12.0-canary.8072572f9","@firebase/component":"0.6.17-canary.8072572f9","@firebase/app-check-interop-types":"0.3.3-canary.8072572f9","@firebase/auth-interop-types":"0.2.4-canary.8072572f9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.8072572f9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.8072572f9","readmeFilename":"README.md","gitHead":"8072572f9869224db7e92da908482af61a07c7a2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-HuK7cblfJB2LmuxeO3X6ybTuuQiJgnwbrEWgmE+iIDijKc1IuaVyg0h8NaXESMWaTNiDjzyBjgQjtMTb7Xb/9Q==","shasum":"9892ca98b3a9de479359c337a8d31a6b2398aeb3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.8072572f9.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDJWTKDvrUXpiF7kva/rqP/KqjrK51+npJb4r3Bck3GFgIhAJEqVhW0DQ5qFvEdE2NqA8fpDbXn0AOnzXAv6tJsuDAK"}],"size":1669039},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.8072572f9_1751487562789_0.08549163909820279"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-02T20:19:23.029Z","publish_time":1751487563029,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.ab5c2a06e":{"name":"@firebase/database","version":"1.0.19-canary.ab5c2a06e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.ab5c2a06e","@firebase/util":"1.12.0-canary.ab5c2a06e","@firebase/component":"0.6.17-canary.ab5c2a06e","@firebase/app-check-interop-types":"0.3.3-canary.ab5c2a06e","@firebase/auth-interop-types":"0.2.4-canary.ab5c2a06e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.ab5c2a06e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.ab5c2a06e","readmeFilename":"README.md","gitHead":"ab5c2a06ee1e146bf8ca94a67ce651c9428691f9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wO2WuXSVy2hj1bB4auHvSySvQOS7W9tlQ4FCME1GBpx+Sjap9R08869AraQdO+yQTNfwx22Rfj2HpzsabdMfpw==","shasum":"b097daa4cbe12e9d210d8eb75bbf0e7c9b3dba13","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.ab5c2a06e.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDs74jChhYPN7z4NxUC+3kkJqT9xyg1saDq1FRk0SqqaAIgYgC2PYcPyYrvCuyp/tv5rv/smU9sMzHgz50gKPAFa1k="}],"size":1669027},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.ab5c2a06e_1751524494350_0.04155670882400364"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-03T06:34:54.572Z","publish_time":1751524494572,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.a029ce39e":{"name":"@firebase/database","version":"1.0.19-canary.a029ce39e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.a029ce39e","@firebase/util":"1.12.0-canary.a029ce39e","@firebase/component":"0.6.17-canary.a029ce39e","@firebase/app-check-interop-types":"0.3.3-canary.a029ce39e","@firebase/auth-interop-types":"0.2.4-canary.a029ce39e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.a029ce39e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.a029ce39e","readmeFilename":"README.md","gitHead":"a029ce39ee1ea1f6f28e79a1733ad8e8ebedf4bb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xXqnEcm+bbTKMM7brpxEtacOZBWiJZ4kBJSUMet2up63A6uowJfTt7KbinpRxVb4P+vHZlyh1cj2PoJzA0G+4Q==","shasum":"0d0609634d54483a892032cc95f66693484156a6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.a029ce39e.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDN3XEC/IwGAf+5ldC+vQY8CtRT7OAdoeom58XVg6ppIQIgadJGatIdfTE0Z3Zq1X3wb+N9QAO6Ch0devoYoqhkZ6E="}],"size":1669029},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.a029ce39e_1751902824315_0.5711434827283177"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-07T15:40:24.558Z","publish_time":1751902824558,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.ae976d029":{"name":"@firebase/database","version":"1.0.19-canary.ae976d029","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.ae976d029","@firebase/util":"1.12.0-canary.ae976d029","@firebase/component":"0.6.17-canary.ae976d029","@firebase/app-check-interop-types":"0.3.3-canary.ae976d029","@firebase/auth-interop-types":"0.2.4-canary.ae976d029","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.ae976d029","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.ae976d029","readmeFilename":"README.md","gitHead":"ae976d02908a5a8913c5fcd4c0485fcf4b081fec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-OC0UqCjf1Mj2osWKW6+QFsB83ZNUmaJLMtzgxHtXhhpMHIvnKQYv5CHNfJwdUOV859Q/9B7/kDj2IZWmiix2pA==","shasum":"c138bbb5aa08812e6b11ad5604d702d9463fe4d1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.ae976d029.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC3zOczP6RWh2EhNUWm/xof4ohQBZROeyGA8Z+rZQCUhQIhAInHuaywBp8Mnb+4dT5hIszuU810vSiG8aKOVsLG9yxF"}],"size":1669033},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com","actor":{"name":"google-wombot","email":"node-team-npm+wombot@google.com","type":"user"}},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.ae976d029_1752010655680_0.06577635812167548"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-08T21:37:35.936Z","publish_time":1752010655936,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.a4ccd254d":{"name":"@firebase/database","version":"1.0.19-canary.a4ccd254d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.a4ccd254d","@firebase/util":"1.12.0-canary.a4ccd254d","@firebase/component":"0.6.17-canary.a4ccd254d","@firebase/app-check-interop-types":"0.3.3-canary.a4ccd254d","@firebase/auth-interop-types":"0.2.4-canary.a4ccd254d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.a4ccd254d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.a4ccd254d","readmeFilename":"README.md","gitHead":"a4ccd254dd1ecb63aa010ca010ad50d4b8a8316a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-b+JezQCLqMEE+8ppGUo6DloLWp/waxO1uQpZNuhGxz4Y5kvK9du6MF3619KSTNQYMgqPoESKGcTZycbpfoNhnA==","shasum":"aecd27a29f3f48f89d6dcc83b1cf625d3a5ec32f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.a4ccd254d.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIG3qsadanMALc4WzAGE22vSNPBoxRrj21FAF2J8oSR2RAiBiFq8NbEj/lV7WmaQwSwTbis0RiVXPpr8EcJ87IAD0uA=="}],"size":1669031},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.a4ccd254d_1752070077332_0.7811624537560851"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T14:07:57.582Z","publish_time":1752070077582,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.91fa484b5":{"name":"@firebase/database","version":"1.0.19-canary.91fa484b5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.91fa484b5","@firebase/util":"1.12.0-canary.91fa484b5","@firebase/component":"0.6.17-canary.91fa484b5","@firebase/app-check-interop-types":"0.3.3-canary.91fa484b5","@firebase/auth-interop-types":"0.2.4-canary.91fa484b5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.91fa484b5","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.91fa484b5","readmeFilename":"README.md","gitHead":"91fa484b5a6081ad9c59d3b62416a2b5252b95a6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-eph95uf9ZpFhiDp/QBiyVU4dHWEaMU6Mci0lY5M1oXPN/FBXfFmM7gI0PWsi2XpgxVeGtkpRl/6bY/xlUk2qOg==","shasum":"e84a7a60c3ce8e39ba61604f942d55fdfc5bbb37","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.91fa484b5.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDilDUgVQgJ450klLpVwLuhGhcr8FKFlxaTqLovtLgJvAiEAngdxO/66Fy5orhyv3VZ4bsK49KxWz3lnkwhbZ78gwGQ="}],"size":1669035},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.91fa484b5_1752072161999_0.7036331625016155"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T14:42:42.260Z","publish_time":1752072162260,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.47b154c75":{"name":"@firebase/database","version":"1.0.19-canary.47b154c75","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.47b154c75","@firebase/util":"1.12.0-canary.47b154c75","@firebase/component":"0.6.17-canary.47b154c75","@firebase/app-check-interop-types":"0.3.3-canary.47b154c75","@firebase/auth-interop-types":"0.2.4-canary.47b154c75","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.47b154c75","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.47b154c75","readmeFilename":"README.md","gitHead":"47b154c75a7ea5f81851eda20de9222bd803bfef","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ja6W2GOqWyZqBYeoCPJpIVe1ccC8NZHemJcWq+9Cb+hvmHzeoZi2V9cBcNo1GFE2h3lBdUBNV0WzszG7t1+wFQ==","shasum":"0e0ec84e9b78ff276adbd65e956e6b1f06723f2f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.47b154c75.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDDIVdC5Rc9kMXKN/9ZgehnwqYoEaI9KRh2Rnj+Bj1LLgIhAIYdJDGWZ4SHGzwdgDfgpoiBJBLoNPuRdJEiehjnJ7mF"}],"size":1669039},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.47b154c75_1752072765188_0.5393723295887067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T14:52:45.534Z","publish_time":1752072765534,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.6ab4e13a1":{"name":"@firebase/database","version":"1.0.19-canary.6ab4e13a1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.6ab4e13a1","@firebase/util":"1.12.0-canary.6ab4e13a1","@firebase/component":"0.6.17-canary.6ab4e13a1","@firebase/app-check-interop-types":"0.3.3-canary.6ab4e13a1","@firebase/auth-interop-types":"0.2.4-canary.6ab4e13a1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.6ab4e13a1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.6ab4e13a1","readmeFilename":"README.md","gitHead":"6ab4e13a1665dab4be89ecc141b4584a5a6df569","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-l0qWn0RUo0/+8Jm6EXZ86nP7KGW/Hq/a9NvygrdU+/Ni6Be72ksvgM8h5HeghxXyfInXWmA0fimKJmjlpEFWxg==","shasum":"8f0824661ce2ce92c8bbb9f7d79e6250f62b5f43","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.6ab4e13a1.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDMfOBQyChmH29HnJR5QrJZF2qum/xafqM87AE6Y2Vb9wIhAMG4f2HDd9FTOP9cukdsI3V6KVQdLfC6REjdX/hz4YT5"}],"size":1669031},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.6ab4e13a1_1752086268621_0.9729860265573298"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T18:37:48.891Z","publish_time":1752086268891,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.ec5f37403":{"name":"@firebase/database","version":"1.0.19-canary.ec5f37403","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.ec5f37403","@firebase/util":"1.12.0-canary.ec5f37403","@firebase/component":"0.6.17-canary.ec5f37403","@firebase/app-check-interop-types":"0.3.3-canary.ec5f37403","@firebase/auth-interop-types":"0.2.4-canary.ec5f37403","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.ec5f37403","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.ec5f37403","readmeFilename":"README.md","gitHead":"ec5f37403d9ebe28d3d71a7789d59edfb12762df","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-St1NsGqhZYFywmxFPOZXUjZP0XFENv5XVl8l8dsKl4QS7Z6i2FkPDdd+ZOFzX4+NFueqkKUSYCKH/BuQ5ODdSw==","shasum":"6e0cd217e38bfb090051781778803942833f8220","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.ec5f37403.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD0F8rbOHSoWGjm61I8em+uQyQyQ1c99jcFgCKxvGzyVwIhAOVjpoPXkKUedap73kXZDXXGihgcu+om8DeJ7NjkeGb9"}],"size":1669034},"_npmUser":{"name":"anonymous","actor":{"name":"google-wombot","type":"user","email":"node-team-npm+wombot@google.com"},"email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.ec5f37403_1752087840225_0.46391885817375234"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-09T19:04:00.402Z","publish_time":1752087840402,"_source_registry_name":"default","contributors":[]},"1.0.19-canary.e59cd7da1":{"name":"@firebase/database","version":"1.0.19-canary.e59cd7da1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.e59cd7da1","@firebase/util":"1.12.0-canary.e59cd7da1","@firebase/component":"0.6.17-canary.e59cd7da1","@firebase/app-check-interop-types":"0.3.3-canary.e59cd7da1","@firebase/auth-interop-types":"0.2.4-canary.e59cd7da1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.1-canary.e59cd7da1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.19-canary.e59cd7da1","readmeFilename":"README.md","gitHead":"e59cd7da1f375ec89f237ceb684c9f450d65cd34","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-y3WdirogGqcIFsDHzyPJ5nZ3zYhs0481Dgsj9QRf9hexP1M7fehoy4d9ZHJz3an2fJCWvmXJwtE+cLFeJmrCmA==","shasum":"6b18bc32320125765d1783551deb085fe5a41bf9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.19-canary.e59cd7da1.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCTohPbQHS60Yiej6EtjJNqofrrNSER7nOr3ZBlcZVRZQIgSCiwtm7OSDQtehJmuS+Pm0MyynE5ESd0nztpVbHM3Nk="}],"size":1669031},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.19-canary.e59cd7da1_1752190006850_0.2411992178967297"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-10T23:26:47.122Z","publish_time":1752190007122,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.2b5731292":{"name":"@firebase/database","version":"1.0.20-canary.2b5731292","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.2b5731292","@firebase/util":"1.12.1-canary.2b5731292","@firebase/component":"0.6.18-canary.2b5731292","@firebase/app-check-interop-types":"0.3.3-canary.2b5731292","@firebase/auth-interop-types":"0.2.4-canary.2b5731292","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.2b5731292","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.20-canary.2b5731292","readmeFilename":"README.md","gitHead":"2b573129218b01e4086bf4c55a0e703991e7e025","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-tGm83//FJdcspIGEFlIGAHCs8YLiahTdNoP9iPduySBtRDGVMWnRVgf9ISZiH4umiyZPtzC5KsGacZOstJfgLw==","shasum":"4b7d06b1d6403f6e7e63ae30659a23f8aa1c0423","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.2b5731292.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICAU0fcvHu3cW5szmSweYrh7g7qpdjVcEv0zMvoXkxMiAiEAs/c+m9FVDUrkkRmZZeIDHFNX8y9jf26SCUbIOo6+nfs="}],"size":1669035},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.2b5731292_1752255381917_0.20954390493145558"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-11T17:36:22.174Z","publish_time":1752255382174,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.f11b55294":{"name":"@firebase/database","version":"1.0.20-canary.f11b55294","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm2017.js","module":"dist/index.esm2017.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm2017.js"},"default":"./dist/index.esm2017.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.f11b55294","@firebase/util":"1.12.1-canary.f11b55294","@firebase/component":"0.6.18-canary.f11b55294","@firebase/app-check-interop-types":"0.3.3-canary.f11b55294","@firebase/auth-interop-types":"0.2.4-canary.f11b55294","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.f11b55294","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.20-canary.f11b55294","readmeFilename":"README.md","gitHead":"f11b55294a04dfe6a1216c487b1af3a7e7d07196","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-wIKgN6aCBcfdVXwxVhufe5V2tfnnZKBwkSDmmJARnhOoCxjLuIgkMuG9DsDOGRY30WU4n8cVxna0MSkottYNXA==","shasum":"1fad97b7e62d2c4e87333b03beb4d1fe19617076","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.f11b55294.tgz","fileCount":201,"unpackedSize":8700658,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCIgquClav9IgUoAF6l4JnA9x0qHS/GRVuJdP5YxSZTLQIgWsxCSQpIrBO29QVDLchRtOKlnFRSexeOnkUA1kw3oLM="}],"size":1669035},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.f11b55294_1752259623428_0.7683688439089811"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-11T18:47:03.663Z","publish_time":1752259623663,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.2d720995d":{"name":"@firebase/database","version":"1.0.20-canary.2d720995d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.2d720995d","@firebase/util":"1.12.1-canary.2d720995d","@firebase/component":"0.6.18-canary.2d720995d","@firebase/app-check-interop-types":"0.3.3-canary.2d720995d","@firebase/auth-interop-types":"0.2.4-canary.2d720995d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.2d720995d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.20-canary.2d720995d","readmeFilename":"README.md","gitHead":"2d720995d161cd750cd48062989e7cc6ab1c3c08","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4OrOnvnEXOPcKnekdIk0pSiHExOEtR9hJ9loWefBH6RGyP0lQp+0ukGkNa9h/wPRRMcXhvr1zURloAD3zfYTag==","shasum":"f45ba1176c2d9b18d866b55f8118fca8824448eb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.2d720995d.tgz","fileCount":201,"unpackedSize":8697480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDeJIrudb7mbrRG30JQZVz6ueupUliSURXxfH2YANjKdQIgUDhE7ld7m+M/v7m4e0PNBUtJVsr7GfkUtuUXo2Qq8h4="}],"size":1668142},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.2d720995d_1752280763035_0.31362773274223077"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-12T00:39:23.251Z","publish_time":1752280763251,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.d91169f06":{"name":"@firebase/database","version":"1.0.20-canary.d91169f06","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.d91169f06","@firebase/util":"1.12.1-canary.d91169f06","@firebase/component":"0.6.18-canary.d91169f06","@firebase/app-check-interop-types":"0.3.3-canary.d91169f06","@firebase/auth-interop-types":"0.2.4-canary.d91169f06","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.d91169f06","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.20-canary.d91169f06","readmeFilename":"README.md","gitHead":"d91169f061bf1dcbfe78a8c8a7f739677608fcb7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XRxzJnk+TQwPRPblloA/+dYGgYF1KlbxY3FrjSZ+W+rPidacfytTk/vpRasGR3tBZE7Ad6gja6JfqSdxahIY9g==","shasum":"07f54e83b8230055faba1dd9c1e4db71d989a5ef","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.d91169f06.tgz","fileCount":201,"unpackedSize":8697480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHx3X1uevICVPfkFqeu5S9XyWnfym5fFsrGGhAbOcVizAiEAzTS5pD+KeM9wJuICmARcjPQv63ZfjSUYyujLiAbFEQc="}],"size":1668142},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.d91169f06_1752282122048_0.5825445690834377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-12T01:02:02.257Z","publish_time":1752282122257,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.cb19688bf":{"name":"@firebase/database","version":"1.0.20-canary.cb19688bf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.cb19688bf","@firebase/util":"1.12.1-canary.cb19688bf","@firebase/component":"0.6.18-canary.cb19688bf","@firebase/app-check-interop-types":"0.3.3-canary.cb19688bf","@firebase/auth-interop-types":"0.2.4-canary.cb19688bf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.cb19688bf","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.20-canary.cb19688bf","readmeFilename":"README.md","gitHead":"cb19688bf3d339a46c4964cb30b6263af08526e6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-fS2PL9dzYXz0OTnsuoUP8ycsCnZW6cQJS6/6uOPhxd8geKo8ZmrZTrdoH7CHhoUSd8ftJ1EfGrs5+fPdUN2fhQ==","shasum":"0e525f879d704f4b30a6daaab8d06bde94323dd2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.cb19688bf.tgz","fileCount":201,"unpackedSize":8697480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCIun1LyqY2NP5F7Eq0mr5IX9UAsARyWUJgSt704qKDzgIhAN7IY8enynY5TxI0SZ8LjzQ8dXwIwoMGgWoHgt24BIF8"}],"size":1668140},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.cb19688bf_1752524217107_0.047979321430252186"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-14T20:16:57.330Z","publish_time":1752524217330,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.5200f7bb7":{"name":"@firebase/database","version":"1.0.20-canary.5200f7bb7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.5200f7bb7","@firebase/util":"1.12.1-canary.5200f7bb7","@firebase/component":"0.6.18-canary.5200f7bb7","@firebase/app-check-interop-types":"0.3.3-canary.5200f7bb7","@firebase/auth-interop-types":"0.2.4-canary.5200f7bb7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.5200f7bb7","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=18.0.0"},"_id":"@firebase/database@1.0.20-canary.5200f7bb7","readmeFilename":"README.md","gitHead":"5200f7bb777cf2260dcd396fbd19ac6cc7cb44c4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-po3KWXqsZLS29zdfU/CB6XS+lGcI++8slbL0+3sUgCoFMUPEsjIYV/iag6ht9VTjzu9eG9JMTEMHmFKJzZLKGw==","shasum":"9263afc0fda8709e4f9aa363ea764c9d7cad88d0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.5200f7bb7.tgz","fileCount":201,"unpackedSize":8697480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBeQJlLrfXiEtR/Uq2II66gCz1YOrirKoH8obr8ssQvBAiEA8RTW7iqzNw/Y7DHBbKtlJfbGZ2P583kYkcFD66a1ijU="}],"size":1668141},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.5200f7bb7_1752527321578_0.8474732293967511"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-14T21:08:41.780Z","publish_time":1752527321780,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.25b60fdaa":{"name":"@firebase/database","version":"1.0.20-canary.25b60fdaa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.25b60fdaa","@firebase/util":"1.12.1-canary.25b60fdaa","@firebase/component":"0.6.18-canary.25b60fdaa","@firebase/app-check-interop-types":"0.3.3-canary.25b60fdaa","@firebase/auth-interop-types":"0.2.4-canary.25b60fdaa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.25b60fdaa","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.0.20-canary.25b60fdaa","readmeFilename":"README.md","gitHead":"25b60fdaabe910e1538684a3c490b0900fb5f113","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BEUovb9A6om+7sZUB+hVPOLF06xFHfifGWp2uOB1MUJCVjtOnvt7zZqGisF+9yQ1uHeboAhXjCzf+5He28p9QQ==","shasum":"24a6b193b19a6c1aba208cbd2dc8a6c1293d4c9c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.25b60fdaa.tgz","fileCount":201,"unpackedSize":8697480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICiA992JpWw1W7oC+G3bocpziFazW+0Xqu6WdfgosdbkAiEAsBfBzUXZxn4oA9cKDaYkrbs6CPSuu/XzS+++exFvNZA="}],"size":1668136},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.25b60fdaa_1752598855620_0.4006673862209662"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-15T17:00:55.905Z","publish_time":1752598855905,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.a9be6757f":{"name":"@firebase/database","version":"1.0.20-canary.a9be6757f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.a9be6757f","@firebase/util":"1.12.1-canary.a9be6757f","@firebase/component":"0.6.18-canary.a9be6757f","@firebase/app-check-interop-types":"0.3.3-canary.a9be6757f","@firebase/auth-interop-types":"0.2.4-canary.a9be6757f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.a9be6757f","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.0.20-canary.a9be6757f","readmeFilename":"README.md","gitHead":"a9be6757fe95d7f08b4d6aa92cf892dfce35195a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-EIh0uRlv+WswR47y1s840zpcKr8CGlLRvQB8Z5JSLChD1d7IZf/H0ZroH6s9R4ZXA37pI85sie1B0Ombkt91Ew==","shasum":"d26b3bbcf3c541eeae0c3db06d51c002b93d9f64","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.a9be6757f.tgz","fileCount":201,"unpackedSize":8697480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGvnsfepUGpFaESuFOMf86g/ZTSb+nD6d/SmsMSvnqI5AiBPLM4Jow15smek7V4PHpU7ksTPNd1/HEirxS6qVyHS8Q=="}],"size":1668141},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.a9be6757f_1752598879337_0.8836802382880635"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-15T17:01:19.553Z","publish_time":1752598879553,"_source_registry_name":"default","contributors":[]},"1.1.0-20250715195345":{"name":"@firebase/database","version":"1.1.0-20250715195345","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-20250715195345","@firebase/util":"1.13.0-20250715195345","@firebase/component":"0.7.0-20250715195345","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.0-20250715195345","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-20250715195345","readmeFilename":"README.md","gitHead":"325d05eec4539689e3950f9cebbbb990a960eae2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-IG+yOvpjI/q8iE6P6AkjwQT02dU3WJcKK+003wS9nY778c7ID307GwDpgi2GVVNpQSKqrTCEw/ZaHk4Sm9SSCg==","shasum":"d31fad512e989e3732437035aff1c77827239f38","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-20250715195345.tgz","fileCount":201,"unpackedSize":8697422,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICxA0jpPQyj0eZPeeVCOmZlcHf+XqJ7lxxHWc0Pisp9kAiEAmJKiEfPXFruwj2+PjKaC920G/G1oOPQAy8WiXcxBVCA="}],"size":1668131},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-20250715195345_1752609820212_0.7112689983520815"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-15T20:03:40.417Z","publish_time":1752609820417,"_source_registry_name":"default","contributors":[]},"1.1.0-20250716004940":{"name":"@firebase/database","version":"1.1.0-20250716004940","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-20250716004940","@firebase/util":"1.13.0-20250716004940","@firebase/component":"0.7.0-20250716004940","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.0-20250716004940","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-20250716004940","readmeFilename":"README.md","gitHead":"08f474c2a5d9cf328c87845e0fd3488e1ad03d8e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-t4S93pvj6MQWaC0LtOXm8EhKzDr9ypTcVnZaLqMEM2jPT+Cvd2MnBbnfM6PGXUdfasETZnnnfDJ9z0yuo9CGfw==","shasum":"228dd3752ce0d9dd89e3b35959b254753452ebfc","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-20250716004940.tgz","fileCount":201,"unpackedSize":8697422,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICJNWM8jsk53eJHizuVi87a2ZQ0FoKAqcBIb/biHgNRPAiAjHfviyfzMGRcyiCRGSbBrQyxY7PM4LFwCVAa70owXyQ=="}],"size":1668128},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-20250716004940_1752627581284_0.5205551188727133"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-16T00:59:41.465Z","publish_time":1752627581465,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.f18b25f73":{"name":"@firebase/database","version":"1.0.20-canary.f18b25f73","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.f18b25f73","@firebase/util":"1.12.1-canary.f18b25f73","@firebase/component":"0.6.18-canary.f18b25f73","@firebase/app-check-interop-types":"0.3.3-canary.f18b25f73","@firebase/auth-interop-types":"0.2.4-canary.f18b25f73","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.f18b25f73","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.0.20-canary.f18b25f73","readmeFilename":"README.md","gitHead":"f18b25f73a05a696b6a9ed45702a84cc9dd5c6d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/jvsUoxcM5TyLPzJHdPCGyE+FvxX/iokRpxwNOaW1YxAKgguTEwSh/IcZNu1ZEZUt1Of9ExQlY6Reg1b4BmWXw==","shasum":"756d3784613004c80f4a49f8aff01635fadb1e2b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.f18b25f73.tgz","fileCount":201,"unpackedSize":8697480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDJNcDDOqmMyLkk2YMPeML/WauoA8kwjFMh2M6EW4yOZgIgOyYQBNCtNFw4SvTj4wVnMvv5TMELdOHBUncCVJHqFgY="}],"size":1668142},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.f18b25f73_1752627644991_0.38661620649917783"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-16T01:00:45.242Z","publish_time":1752627645242,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.9771bffad":{"name":"@firebase/database","version":"1.0.20-canary.9771bffad","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.9771bffad","@firebase/util":"1.12.1-canary.9771bffad","@firebase/component":"0.6.18-canary.9771bffad","@firebase/app-check-interop-types":"0.3.3-canary.9771bffad","@firebase/auth-interop-types":"0.2.4-canary.9771bffad","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.9771bffad","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.0.20-canary.9771bffad","readmeFilename":"README.md","gitHead":"9771bffadbc464890150dd7dd1a9a0fe2df60bf0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-vYlin7h0cR64BC+PLgB4VyF+z4u6zkNPnD/DZmwchBa1Siu+Rmv8uS5+vWA6E4b+Fx9rh4rTl7YwNlntZbY45g==","shasum":"c757bde2dd534edf636bed236604f852405deed5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.9771bffad.tgz","fileCount":201,"unpackedSize":8697480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC2OORFr398MFLFfdMl0ImHLXQ3GyAmpgNf5wBo1YetlAIgaZACu0cTRjBRH05RphBdpvr0HTCmeE685TfPQEllRqc="}],"size":1668138},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.9771bffad_1752689668171_0.08189808686415079"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-16T18:14:28.465Z","publish_time":1752689668465,"_source_registry_name":"default","contributors":[]},"1.1.0-20250716201504":{"name":"@firebase/database","version":"1.1.0-20250716201504","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-20250716201504","@firebase/util":"1.13.0-20250716201504","@firebase/component":"0.7.0-20250716201504","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.0-20250716201504","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-20250716201504","readmeFilename":"README.md","gitHead":"c1e928a675f8e84c6f197c36ba0cfef92adc08f0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-6Sd4dN+Fu0IfZLOfYngpz0EV2wqDBapXb+eDWuFOU6O9DPJaOY6QbLEQs9IqrnsIIHHKOwBz7PSjSGTy7FQ2XA==","shasum":"39ec294f9ad926318079d45a891133edde40e050","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-20250716201504.tgz","fileCount":201,"unpackedSize":8697422,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHKnPJyBoOPFqLEnkYgXP6nIB2Hig+VdlFhiTmLlOThPAiEAj+lZdqIscQhE0s3fNbCf6YUgtYOU6oKWM4SeepjpnNo="}],"size":1668118},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-20250716201504_1752697510290_0.41435699407092996"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-16T20:25:10.545Z","publish_time":1752697510545,"_source_registry_name":"default","contributors":[]},"1.0.20-canary.574800585":{"name":"@firebase/database","version":"1.0.20-canary.574800585","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.4.4-canary.574800585","@firebase/util":"1.12.1-canary.574800585","@firebase/component":"0.6.18-canary.574800585","@firebase/app-check-interop-types":"0.3.3-canary.574800585","@firebase/auth-interop-types":"0.2.4-canary.574800585","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.13.2-canary.574800585","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.0.20-canary.574800585","readmeFilename":"README.md","gitHead":"5748005852dea3f1dca418588efc5da9adf18c0c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-C2kI7t0v4ArlofP0bZ8lyPbz5xAl6Dq1QW2AOjEePZwOjZWw8AfCrigZhe9Mou08knrZB3OA+Ly/nZVDbPiNWw==","shasum":"bb8ebea76a8a369613cbe8f261b03a89c668e109","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.0.20-canary.574800585.tgz","fileCount":201,"unpackedSize":8697480,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDMIrrgefzmOrOD+pTLNov60+lmTa3YcJI/I8vukH58XgIgBqktBmLx90xhlGTBoMOiFZNuHWE1bvmt982aTUgXYZI="}],"size":1668146},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.0.20-canary.574800585_1752773276144_0.9363605829155819"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-17T17:27:56.339Z","publish_time":1752773276339,"_source_registry_name":"default","contributors":[]},"1.1.0":{"name":"@firebase/database","version":"1.1.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0","@firebase/util":"1.13.0","@firebase/component":"0.7.0","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0","gitHead":"52c85796fdb07562e692d48a8f651d07eff12572","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-gM6MJFae3pTyNLoc9VcJNuaUDej0ctdjn3cVtILo3D5lpp0dmUHHLFN/pUKe7ImyeB1KAvRlEYxvIHNF04Filg==","shasum":"bdf60f1605079a87ceb2b5e30d90846e0bde294b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0.tgz","fileCount":201,"unpackedSize":8697287,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDsd0Tbu8eGdocjh72au/5+3Mzn4l+5P6eRLL50tb4+VAIhAL5OfWZ/dpZd8ZotE+rAHUQ789oZqeKcKkS1hRYTsQW7"}],"size":1668010},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0_1752786574322_0.7398731288758944"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-17T21:09:34.687Z","publish_time":1752786574687,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.56fbe5207":{"name":"@firebase/database","version":"1.1.0-canary.56fbe5207","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.56fbe5207","@firebase/util":"1.13.0-canary.56fbe5207","@firebase/component":"0.7.0-canary.56fbe5207","@firebase/app-check-interop-types":"0.3.3-canary.56fbe5207","@firebase/auth-interop-types":"0.2.4-canary.56fbe5207","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.0-canary.56fbe5207","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.56fbe5207","readmeFilename":"README.md","gitHead":"56fbe52070e39c54a6d183e9be413fe898ce8930","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-y6cC0faoV3OYPZbTVGmSouhaOYGHamrBy1ptM9cAvaJ0oFp7c5n7jWvk2OmVUz7rn0tpDCBrdk9as3BvxuLcmw==","shasum":"13926cfe3564753e3d49efab02fb51e9ab0682cd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.56fbe5207.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAiajZu1vlBwxz5a+/JgcRRJ9QpQlXL0qO4laHpSxSNoAiAnEwGKuASlqeeUdCzvTsdZ4ijLZNt2pfvyRskZziXrBw=="}],"size":1668122},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.56fbe5207_1752788275743_0.17013172320239778"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-17T21:37:55.984Z","publish_time":1752788275984,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.a4897a621":{"name":"@firebase/database","version":"1.1.0-canary.a4897a621","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.a4897a621","@firebase/util":"1.13.0-canary.a4897a621","@firebase/component":"0.7.0-canary.a4897a621","@firebase/app-check-interop-types":"0.3.3-canary.a4897a621","@firebase/auth-interop-types":"0.2.4-canary.a4897a621","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.0-canary.a4897a621","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.a4897a621","readmeFilename":"README.md","gitHead":"a4897a621e99f270ddf6821d587fcddd3a0c5cd1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-NP/6+qwE/RZU//ql9r4pyer6CNwQYG/+NxaTHPEvdsDYRcRvYhxziBZ6fqpbtFbPF6DDrMR1MC4DqoqwQQ9trA==","shasum":"ee9e1e6aa6b7cd4f4b8888880cf6699e7ee47746","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.a4897a621.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIE3X0Sq+DBo1BlaOG2e2nOb0bFt0rQ89AbGjAWsGLGuxAiAOPY4R6lchfpCReSrPt/v+sAObKw75g7CpuYhduf5t2Q=="}],"size":1668124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.a4897a621_1753211135576_0.9509529122300211"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-22T19:05:35.869Z","publish_time":1753211135869,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.b9209dc91":{"name":"@firebase/database","version":"1.1.0-canary.b9209dc91","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.b9209dc91","@firebase/util":"1.13.0-canary.b9209dc91","@firebase/component":"0.7.0-canary.b9209dc91","@firebase/app-check-interop-types":"0.3.3-canary.b9209dc91","@firebase/auth-interop-types":"0.2.4-canary.b9209dc91","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.0-canary.b9209dc91","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.b9209dc91","readmeFilename":"README.md","gitHead":"b9209dc910500ffce22b7427407a60a2355f3189","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-pPpy17gLh2tlsALJpGjNTn8AyD2d7dPspiFfj8j/ZiIKkKMs+lkzxMnxiNeAsFwkwVUQ2FmFYZVh71uD59vVUA==","shasum":"89874a06f304fd55dda4ca428788a3b00144b472","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.b9209dc91.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIADmlyuY+KjjGCxOHjIdYfpUma0NxFBtFh8I2MfWHwFOAiAD0gKsqgD9g6J0Ciqi8UAVUM1KbYKHAdWh18YusqRC7Q=="}],"size":1668122},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.b9209dc91_1753811566041_0.7183030327650815"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-29T17:52:46.353Z","publish_time":1753811566353,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.492353771":{"name":"@firebase/database","version":"1.1.0-canary.492353771","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.492353771","@firebase/util":"1.13.0-canary.492353771","@firebase/component":"0.7.0-canary.492353771","@firebase/app-check-interop-types":"0.3.3-canary.492353771","@firebase/auth-interop-types":"0.2.4-canary.492353771","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.0-canary.492353771","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.492353771","readmeFilename":"README.md","gitHead":"4923537713b4e616f7963ec04b7eb09aaf584b72","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4DBnFIYS39DnyPh+ZQDvV6SSiLjlE9fyUaxJnqqzQ+gPm5AVaLdfn9ZH2IqaE0eQPCgQpwrOZKosELNT+g0TLQ==","shasum":"98d040693315b5870d82b4af73d50e4711ec5d4a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.492353771.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIE+eXK2GwWjJd8QX/xLlIiOXXVVOW7rO2l8GTYbXAKT5AiEAydV6hUtbLAX97LQ8JvloA8hWeYTxqSjIOLrOGD4xIrI="}],"size":1668130},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.492353771_1753976161622_0.8378157438659963"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-07-31T15:36:01.893Z","publish_time":1753976161893,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.e25317f9f":{"name":"@firebase/database","version":"1.1.0-canary.e25317f9f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.e25317f9f","@firebase/util":"1.13.0-canary.e25317f9f","@firebase/component":"0.7.0-canary.e25317f9f","@firebase/app-check-interop-types":"0.3.3-canary.e25317f9f","@firebase/auth-interop-types":"0.2.4-canary.e25317f9f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.0-canary.e25317f9f","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.e25317f9f","readmeFilename":"README.md","gitHead":"e25317f9f3c58305bc093e4f2e676690feb16db0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8D2kDNYPyJSy/y8qlo2RS1cy+LBaLJauUmSMyXTHJF52KQISrSbtjzhIc87rM39jxngdywZrAyfjYrKCDgkFWw==","shasum":"041737deefd00d05a8a8c04e5f5812d05f04f8ec","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.e25317f9f.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCCinQvsOm+glvHuW0PWcGJUKcDJxPBSXgQW3PXnAqMpwIgcssfy452+VV9LeDJfBzgyNtsASEXxqZeQQvxPg2h7fo="}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.e25317f9f_1754522962073_0.4941975014472917"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-06T23:29:22.305Z","publish_time":1754522962305,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.44d8d742f":{"name":"@firebase/database","version":"1.1.0-canary.44d8d742f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.44d8d742f","@firebase/util":"1.13.0-canary.44d8d742f","@firebase/component":"0.7.0-canary.44d8d742f","@firebase/app-check-interop-types":"0.3.3-canary.44d8d742f","@firebase/auth-interop-types":"0.2.4-canary.44d8d742f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.44d8d742f","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.44d8d742f","readmeFilename":"README.md","gitHead":"44d8d742f13883dafd73507133ce9a5411ec3878","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/qbQCl+I0pKX756CnUvKOW74M0TKWyWvu0bl0vA2rm7p6sE4Ou9LouinNan/87rotZlnYNMx+K3tYWk82rSV7g==","shasum":"d58ff255f733180c60fe10ba2a64bbc99ff04244","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.44d8d742f.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCpgArbZkzDpwfuam7ox/7rO8PGKGEQHRRE7nrnzDXhhAIgDOP5CkDF998AhuaB9XXPbixsh0Vy9io3UL/Y1bQ0NWA="}],"size":1668125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.44d8d742f_1754610942248_0.20272005170406926"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-07T23:55:42.614Z","publish_time":1754610942614,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.cc605e728":{"name":"@firebase/database","version":"1.1.0-canary.cc605e728","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.cc605e728","@firebase/util":"1.13.0-canary.cc605e728","@firebase/component":"0.7.0-canary.cc605e728","@firebase/app-check-interop-types":"0.3.3-canary.cc605e728","@firebase/auth-interop-types":"0.2.4-canary.cc605e728","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.cc605e728","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.cc605e728","readmeFilename":"README.md","gitHead":"cc605e72813162b117a5bc75d7549f99ff98e4c3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-MqtbGPX5ann+Zwy1TFyEVK7TJ0hit+CrYbo6+oRL+pbK0C6nxVPU+WuTCFSyyaUTKV70aFVp9WY2hZQvSD1g/g==","shasum":"5fc1c4b065786b64f653ee6dc47a27de89c99f4c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.cc605e728.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBv01nGyyNgJFxDzaZLY+tGxbetMYOlkjyNvxZu+BDg3AiEA7qP8vW3lPPSmcAEJq5pqkd4VuJCPSnZkgpL7VIs+gso="}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.cc605e728_1754683899882_0.22768417986603162"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-08T20:11:40.108Z","publish_time":1754683900108,"_source_registry_name":"default","contributors":[]},"1.1.0-firebase-studio-sdk-integration.f7536090e":{"name":"@firebase/database","version":"1.1.0-firebase-studio-sdk-integration.f7536090e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-firebase-studio-sdk-integration.f7536090e","@firebase/util":"1.13.0-firebase-studio-sdk-integration.f7536090e","@firebase/component":"0.7.0-firebase-studio-sdk-integration.f7536090e","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.f7536090e","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.f7536090e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-firebase-studio-sdk-integration.f7536090e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-firebase-studio-sdk-integration.f7536090e","readmeFilename":"README.md","gitHead":"f7536090eb920d619b6355a01406ff93b822f0dc","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-u6n0JNgdlRMe4Rqi98U2lCPHw6rq6p3sX055K/MBjexxlkf3iYVKESHtKwb927xb12I32dCCK56SZE9IMt3ifg==","shasum":"fdd61b26d0b4563068784f79c32c3c998f3b7b29","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-firebase-studio-sdk-integration.f7536090e.tgz","fileCount":201,"unpackedSize":8697749,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIEpaAuOz668eTRuZt9eWclYUBdgADBCRuGM5elI1GItZAiEA0VgsOGdHrVpHz9cnj4fdFihv9kmKiy+iQZGFZohCmC8="}],"size":1668192},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-firebase-studio-sdk-integration.f7536090e_1755023777364_0.9248088051315351"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-12T18:36:17.564Z","publish_time":1755023777564,"_source_registry_name":"default","contributors":[]},"1.1.0-firebase-studio-sdk-integration.556d1bed2":{"name":"@firebase/database","version":"1.1.0-firebase-studio-sdk-integration.556d1bed2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-firebase-studio-sdk-integration.556d1bed2","@firebase/util":"1.13.0-firebase-studio-sdk-integration.556d1bed2","@firebase/component":"0.7.0-firebase-studio-sdk-integration.556d1bed2","@firebase/app-check-interop-types":"0.3.3-firebase-studio-sdk-integration.556d1bed2","@firebase/auth-interop-types":"0.2.4-firebase-studio-sdk-integration.556d1bed2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-firebase-studio-sdk-integration.556d1bed2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-firebase-studio-sdk-integration.556d1bed2","readmeFilename":"README.md","gitHead":"556d1bed2b011989793953669060f2da682dc2ae","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-rSn0FZjrw5/wqq9Q1gqTnPgqmhR6ZTpAB8B+WqR61B9ekXViCrsPpgQBqpiRaFNJbeoUD/T9xpmqFFqS+cM9qw==","shasum":"cea20c521884b4f0b4fbd22daeb4f6763592d581","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-firebase-studio-sdk-integration.556d1bed2.tgz","fileCount":201,"unpackedSize":8697749,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDk9FvNxgaGk8C/kgNIkKZCTiFfdNxbBptbq+SG81kt5wIhAKsRVZL2IPR4uussh0kzd0cRhc6A9ccyL0OkpmbKCDxa"}],"size":1668189},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-firebase-studio-sdk-integration.556d1bed2_1755109846382_0.3328469433978398"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-13T18:30:46.644Z","publish_time":1755109846644,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.5501791d0":{"name":"@firebase/database","version":"1.1.0-canary.5501791d0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.5501791d0","@firebase/util":"1.13.0-canary.5501791d0","@firebase/component":"0.7.0-canary.5501791d0","@firebase/app-check-interop-types":"0.3.3-canary.5501791d0","@firebase/auth-interop-types":"0.2.4-canary.5501791d0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.5501791d0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.5501791d0","readmeFilename":"README.md","gitHead":"5501791d0bd665c1c7d4fcd786053a46ceff208c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-WU1Aj0jqsYfwfRses30hrSLMjEYIwhqHp5vyRzc+wgAJ9AH2aruTKDDsu6WeTEE6fIxAEdiUvXhr+MZIoBE3Rg==","shasum":"512a8f1f1e603ebe12e7b794621d38c8e6c8dccf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.5501791d0.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC6m3YHQSTsqyJWyRrWD4NsAgifoXykDwfJirUH6BGLogIhAM+2H57oMh+T/IDPuKnNvCw6r4USDMHvzpR8dMMcVdPO"}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.5501791d0_1755126492569_0.5705931426845665"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-13T23:08:12.877Z","publish_time":1755126492877,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.2058432e6":{"name":"@firebase/database","version":"1.1.0-canary.2058432e6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.2058432e6","@firebase/util":"1.13.0-canary.2058432e6","@firebase/component":"0.7.0-canary.2058432e6","@firebase/app-check-interop-types":"0.3.3-canary.2058432e6","@firebase/auth-interop-types":"0.2.4-canary.2058432e6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.2058432e6","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.2058432e6","readmeFilename":"README.md","gitHead":"2058432e6c8e809d5b695e31fde582e94f1349c5","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-E1P6r/5DPwHPVXHUkkJH4XM3bSTxYUwVRGd4Sy9nWTd/ZP8j6BV5yHV2gCMOGfOkilAGx43h35VI0CsbRfspVg==","shasum":"a85c60221233703184835715060e460c4c88fb58","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.2058432e6.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC6zgQ8rj7MSg6FfWyiUR1z9V1K00VSNcYZ4sqd8Q08vwIhANb6s5z849D92tFNxcYwaMFee/XCc0NDbfzMNERuIvBk"}],"size":1668127},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.2058432e6_1755548454947_0.3476322245360757"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-18T20:20:55.248Z","publish_time":1755548455248,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.02280d747":{"name":"@firebase/database","version":"1.1.0-canary.02280d747","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.02280d747","@firebase/util":"1.13.0-canary.02280d747","@firebase/component":"0.7.0-canary.02280d747","@firebase/app-check-interop-types":"0.3.3-canary.02280d747","@firebase/auth-interop-types":"0.2.4-canary.02280d747","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.02280d747","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.02280d747","readmeFilename":"README.md","gitHead":"02280d747863445fa1c21dfda01030412a6cecff","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cuchIdfVd0duS2WMq7BGYni6/85vAv9TvClaeQrW6ZQ2b95ZIBqBZ8F1t79ICSDR5h51J4TpQKYBD7eQJz+Rlw==","shasum":"f2b57dfd784f95fac5570aa705f7d0775d979c1a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.02280d747.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIErYOILxUUlexw4rbZZVfX/+jbGB20lA1kPc+VBnr+BCAiB2U8XHKsAQ6J+UU5XP8KRpDQg61QvF1Bt8MO/IXQTOhQ=="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.02280d747_1755707257427_0.6775378205544784"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-20T16:27:37.679Z","publish_time":1755707257679,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.9b63cd60e":{"name":"@firebase/database","version":"1.1.0-canary.9b63cd60e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.9b63cd60e","@firebase/util":"1.13.0-canary.9b63cd60e","@firebase/component":"0.7.0-canary.9b63cd60e","@firebase/app-check-interop-types":"0.3.3-canary.9b63cd60e","@firebase/auth-interop-types":"0.2.4-canary.9b63cd60e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.9b63cd60e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.9b63cd60e","readmeFilename":"README.md","gitHead":"9b63cd60efcd02b64b0d37f81affb3eabf70f9eb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-dPG7X4i+Qh0LtiTJTzxT76rpcmJT5QSNsn219FtIAgVHLO22HOTz2jS8yXGX9C+uthWUbJxbvmgPYKgzqu5RoQ==","shasum":"6dabbcfdab2380ba8867940bea9c1a31ea0bd396","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.9b63cd60e.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICqp8xWBcL6K09Mx6tH4jNwjPIxrR5gze6KCGm217YpGAiB5mfHugLmfqV8860+pPda80FKJ3SPbvGvsrUV7vw1NWw=="}],"size":1668113},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.9b63cd60e_1755707531212_0.2685330717636043"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-20T16:32:11.511Z","publish_time":1755707531511,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.84b8bed35":{"name":"@firebase/database","version":"1.1.0-canary.84b8bed35","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.84b8bed35","@firebase/util":"1.13.0-canary.84b8bed35","@firebase/component":"0.7.0-canary.84b8bed35","@firebase/app-check-interop-types":"0.3.3-canary.84b8bed35","@firebase/auth-interop-types":"0.2.4-canary.84b8bed35","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.84b8bed35","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.84b8bed35","readmeFilename":"README.md","gitHead":"84b8bed35b69e4713fe8f677803cb06625525a61","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4CWUwiRtPWEeTHelvl3bo5TSUqNSrWYCEGPtW+dDeJcwzukm3SNV92tAVQaINvwIzbDB92/AV0nO82MJcnzbgw==","shasum":"3c26094f60aa79eb711e81c30b4e0b406706aa46","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.84b8bed35.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQD4vqElQdpAF9ZHBJ14OyG2nbR44HThz11CnoTxuJz4gQIhAKfcoxLcBanyE3AnfhOcfVa7XndBwgpD7RVL5x3lO2A9"}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.84b8bed35_1755797517372_0.3583097457229212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-21T17:31:57.838Z","publish_time":1755797517838,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.c5f08a9bc":{"name":"@firebase/database","version":"1.1.0-canary.c5f08a9bc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.c5f08a9bc","@firebase/util":"1.13.0-canary.c5f08a9bc","@firebase/component":"0.7.0-canary.c5f08a9bc","@firebase/app-check-interop-types":"0.3.3-canary.c5f08a9bc","@firebase/auth-interop-types":"0.2.4-canary.c5f08a9bc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.c5f08a9bc","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.c5f08a9bc","readmeFilename":"README.md","gitHead":"c5f08a9bc5da0d2b0207802c972d53724ccef055","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-TOSBa2AE3HRZ9n17lXYKjNPx1VFCT6lV9pNYUZ1k9IgVl4qow17DWRohjo6Eax6i/YOblM4wj4eS+gvehjdMPw==","shasum":"4dbfa994aab78df2b7c5a4d3190eb83d1b0a4880","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.c5f08a9bc.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCTid5HegWKhiTncw/AcRSqPQzLCMw4xNsFt8JLXVzGagIhANHJdz2+SDH7sKuKEwBhAU/+KwtRC4ehoMcfYr0pIUIc"}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.c5f08a9bc_1755797540482_0.17708726645710549"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-21T17:32:20.735Z","publish_time":1755797540735,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.cbef6c6e5":{"name":"@firebase/database","version":"1.1.0-canary.cbef6c6e5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.cbef6c6e5","@firebase/util":"1.13.0-canary.cbef6c6e5","@firebase/component":"0.7.0-canary.cbef6c6e5","@firebase/app-check-interop-types":"0.3.3-canary.cbef6c6e5","@firebase/auth-interop-types":"0.2.4-canary.cbef6c6e5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.cbef6c6e5","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.cbef6c6e5","readmeFilename":"README.md","gitHead":"cbef6c6e5b752c316104f9c834e0fe21b75c3ef1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-kpyXcGZRvTvesqSvHi99kmeYx78mGRv0mfNPUaK6vrOntzADMN5cb4Ha6ltic1Ot+Z4CQBWKJ4YOqSNUy6HcaQ==","shasum":"bd8bce689547198ffdb80c560a0d064fd5e99291","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.cbef6c6e5.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBZEVSGxYqF1lBm5oCl+6OCWRNiWq1Fg0gpRVXhJhwzXAiEAlcwYVSQpVCLHt92XeTP9x23dyNpJv3VMT2HgbBGDOrQ="}],"size":1668119},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.cbef6c6e5_1756226345917_0.3402245988838506"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-26T16:39:06.167Z","publish_time":1756226346167,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.984086b0b":{"name":"@firebase/database","version":"1.1.0-canary.984086b0b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.984086b0b","@firebase/util":"1.13.0-canary.984086b0b","@firebase/component":"0.7.0-canary.984086b0b","@firebase/app-check-interop-types":"0.3.3-canary.984086b0b","@firebase/auth-interop-types":"0.2.4-canary.984086b0b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.1-canary.984086b0b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.984086b0b","readmeFilename":"README.md","gitHead":"984086b0b1bd607d3aac4cbb8400bc61416e2959","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xGKJC4PvIMmG2YHRp+uJqSWCN+JRRAG/55jTR48tkQcjoFymm0Jn4PTpZJCgPufCfVv3p1VaOv6yDbVG6KRrOA==","shasum":"6bc994c62bb0439b67fe95cfc6081227d1c6c857","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.984086b0b.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCH5X16NhLvlTK3YsAs033rAO5ozQP62jWVtzCD7kBJ9wIgScCA1TdOylKLvj9yEZtcznaifHuNB10tp9zArZW7Eko="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.984086b0b_1756304022664_0.20455876804370599"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-27T14:13:42.942Z","publish_time":1756304022942,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.f2ecae7df":{"name":"@firebase/database","version":"1.1.0-canary.f2ecae7df","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.f2ecae7df","@firebase/util":"1.13.0-canary.f2ecae7df","@firebase/component":"0.7.0-canary.f2ecae7df","@firebase/app-check-interop-types":"0.3.3-canary.f2ecae7df","@firebase/auth-interop-types":"0.2.4-canary.f2ecae7df","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.f2ecae7df","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.f2ecae7df","readmeFilename":"README.md","gitHead":"f2ecae7df6f1bf8e7304498c8f1b23d40f60b1ab","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RcbP2dzijPZKOFE3vEpExAzHUlAII5cfgEP8sSC54mKmeLRzlgDjnaMiH1HBjHTid8/0JDsXYmbpSpIDkNUtEQ==","shasum":"144089bb68ee05246b2d74dbdcab18216d2295b1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.f2ecae7df.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDsRaOCp7JQ392d2UFeMItdp9d0fqsoHKR08MZvegTbXAiB6ruS2DjFJ3Y6Ysrbel9fhW9FpiQmN3mPpKIbVTa4/DQ=="}],"size":1668115},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.f2ecae7df_1756399177809_0.37353495687154004"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-28T16:39:38.057Z","publish_time":1756399178057,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.095c098de":{"name":"@firebase/database","version":"1.1.0-canary.095c098de","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.1.0-canary.095c098de","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"91ef17d471349082e89726d1ec9023e87b1e0104","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.095c098de.tgz","fileCount":201,"integrity":"sha512-0PUnYGicOK1UsgDYsjBZZyIf5dRb5tV0Egd6kfMoggXIMfzRli/Hj6fmmIog4vDwq33x0KzCi69+iPT6XuKyjw==","signatures":[{"sig":"MEYCIQDxpdUFYrwT1lgcqr7kT2TujdnO5AoGSOQkIF2v6PuwGAIhAPd9lQo1bdAcX2Vh+9v35C+wgDPRuyua+vUZTdDbk3pj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8697474,"size":1668113},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"095c098de1e4399f3fb2993edae45060b2a8c6d0","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.13.0-canary.095c098de","faye-websocket":"0.11.4","@firebase/logger":"0.5.0-canary.095c098de","@firebase/component":"0.7.0-canary.095c098de","@firebase/auth-interop-types":"0.2.4-canary.095c098de","@firebase/app-check-interop-types":"0.3.3-canary.095c098de"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.14.2-canary.095c098de","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.1.0-canary.095c098de_1756426279799_0.6558373075124513","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-08-29T00:11:20.061Z","publish_time":1756426280061,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.4d834deb2":{"name":"@firebase/database","version":"1.1.0-canary.4d834deb2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.4d834deb2","@firebase/util":"1.13.0-canary.4d834deb2","@firebase/component":"0.7.0-canary.4d834deb2","@firebase/app-check-interop-types":"0.3.3-canary.4d834deb2","@firebase/auth-interop-types":"0.2.4-canary.4d834deb2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.4d834deb2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.4d834deb2","readmeFilename":"README.md","gitHead":"4d834deb2c37c28ad3b551c76aea57f03af369b2","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-NBhzrN+XFSt93w9wdxwVAMEjFJZJqhClY2R8wpX0nmmxR6BPvYF0aFJKBV86I80Xo4d8qLJVBAz23M03e1wepA==","shasum":"b5584f67dec239b75a851d54f3073259e3bc5f45","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.4d834deb2.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCICR06NrTSyG7WPBbOOa+BBu+U6rvOF2r2Q4yd2NXR6pSAiA4IzxVorAkx3wMdsluvoSYyTXoMnR4v1GL+CYbscskDw=="}],"size":1668120},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.4d834deb2_1756488609742_0.6807985165950532"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-08-29T17:30:09.947Z","publish_time":1756488609947,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.a4848b401":{"name":"@firebase/database","version":"1.1.0-canary.a4848b401","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.a4848b401","@firebase/util":"1.13.0-canary.a4848b401","@firebase/component":"0.7.0-canary.a4848b401","@firebase/app-check-interop-types":"0.3.3-canary.a4848b401","@firebase/auth-interop-types":"0.2.4-canary.a4848b401","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.a4848b401","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.a4848b401","readmeFilename":"README.md","gitHead":"a4848b401f6e8da16b0d0fdbfd064e8d68566555","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-CihxjVClNc85L6au8TdTteB538RPIPF6lSVAdsH3lN3z0/b9TOHFBO17VgEXLPEY4Hz/nzTwsgjYcr2SMtpXwg==","shasum":"d3ae83b4a557f9f50bd96a641de4f91823f78166","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.a4848b401.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDy3W8+o4w0fc+4UGE12OJsMU0W3Io7mKHLrxTdYwHEHgIhAOtxm2EALc1r6LJuX9QTMRl4nI1zh6Y39eJy+YaTsoUa"}],"size":1668125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.a4848b401_1756833320233_0.9356038258698209"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-02T17:15:20.463Z","publish_time":1756833320463,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.55f3f83a7":{"name":"@firebase/database","version":"1.1.0-canary.55f3f83a7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.55f3f83a7","@firebase/util":"1.13.0-canary.55f3f83a7","@firebase/component":"0.7.0-canary.55f3f83a7","@firebase/app-check-interop-types":"0.3.3-canary.55f3f83a7","@firebase/auth-interop-types":"0.2.4-canary.55f3f83a7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.55f3f83a7","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.55f3f83a7","readmeFilename":"README.md","gitHead":"55f3f83a7f2ed444f9880e1284f37c667532d13b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-I8IilO9iAGruGsY9qdRjw4vIL0v+wMGIQG4CoGj5J5GVQFpRnivt1T1p/5I3kDzrefDFvWU09dxNdgLjYhYCGQ==","shasum":"79df2cb365809c10ac8e55848336743703c27af9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.55f3f83a7.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFaBqoAcncyH9pJkRIt/B7U8MTAcCSDoUbFmoznRFDz0AiEAtLxGgrkjRJYYpEZjkC0MS2p9/9T+0IobnXFIg11knqI="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.55f3f83a7_1757002895693_0.1598786171502775"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-04T16:21:35.963Z","publish_time":1757002895963,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.06ab5c4f9":{"name":"@firebase/database","version":"1.1.0-canary.06ab5c4f9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.06ab5c4f9","@firebase/util":"1.13.0-canary.06ab5c4f9","@firebase/component":"0.7.0-canary.06ab5c4f9","@firebase/app-check-interop-types":"0.3.3-canary.06ab5c4f9","@firebase/auth-interop-types":"0.2.4-canary.06ab5c4f9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.06ab5c4f9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.06ab5c4f9","readmeFilename":"README.md","gitHead":"06ab5c4f9b84085068381f6dff5e03b1b7cf4b2c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-SbisNLqSb/F5J6TPPxJMzKsdjPjpB78f6FTpro+FD+Xw2Fanworc7HrIlYSeVIigkKZFoGRbQFqJAAGcQ/GuuA==","shasum":"bda0b9a077fcf3fda6a031a86614760c74ab16bd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.06ab5c4f9.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC/7ZsnCGS02Nnv7uGpShFJHQoBUTesWJwBKc7zLZp9dgIhAK6yPKiMA9XkXrM1W/ANuNBnN1oWIbIS85XANzUykPxE"}],"size":1668124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.06ab5c4f9_1757442380090_0.9751771260808306"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-09T18:26:20.326Z","publish_time":1757442380326,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.120a30838":{"name":"@firebase/database","version":"1.1.0-canary.120a30838","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.120a30838","@firebase/util":"1.13.0-canary.120a30838","@firebase/component":"0.7.0-canary.120a30838","@firebase/app-check-interop-types":"0.3.3-canary.120a30838","@firebase/auth-interop-types":"0.2.4-canary.120a30838","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.120a30838","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.120a30838","readmeFilename":"README.md","gitHead":"120a30838da50f5ade4f634e97c34cbfcaff41ba","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-I/Q+bx2ziwSTH7TbkLtHj/eMgMJRcPnTUpn2Hnt79A4Sg6swSHumUTs/6zmo0d64K0dRbZL0ekwRgTd2KC1mZQ==","shasum":"7855d9acc137803b6b2717650882276512766a8a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.120a30838.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCO3lyGTvA7AP+zKRnDzSgx0hNHTVv2SoLrms6fQz9RWAIhAPMD5FcvG+SJbFzJgPXdMwUwU+1B5papf6QrpoKubLZf"}],"size":1668124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.120a30838_1757697947148_0.10101203944568127"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-12T17:25:47.448Z","publish_time":1757697947448,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.9b8ab02c5":{"name":"@firebase/database","version":"1.1.0-canary.9b8ab02c5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.9b8ab02c5","@firebase/util":"1.13.0-canary.9b8ab02c5","@firebase/component":"0.7.0-canary.9b8ab02c5","@firebase/app-check-interop-types":"0.3.3-canary.9b8ab02c5","@firebase/auth-interop-types":"0.2.4-canary.9b8ab02c5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.9b8ab02c5","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.9b8ab02c5","readmeFilename":"README.md","gitHead":"9b8ab02c543785226fafec056d39be7cf7ee03d1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-bN3DPVRrjcUETKyNGUWMX1OEYLaZvEQXmLXV6tu/5xXawvw73RpKbaTB5N0Zy6da6v97z9wR9LNR7ccTV9Y/Gw==","shasum":"45c4fbbb93bf80d6064ca7e37d2932f1d825f1a8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.9b8ab02c5.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCT8Xj2fHXyIyc/eY+DdHLKqZ56yOIP57tIsYVkR+1kEAIhAMgdGrxgej2m31pPa7Idokal2UAKytcxx6H4++5XKKDc"}],"size":1668122},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.9b8ab02c5_1757953072065_0.5727139774133527"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-15T16:17:52.293Z","publish_time":1757953072293,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.43276b041":{"name":"@firebase/database","version":"1.1.0-canary.43276b041","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.43276b041","@firebase/util":"1.13.0-canary.43276b041","@firebase/component":"0.7.0-canary.43276b041","@firebase/app-check-interop-types":"0.3.3-canary.43276b041","@firebase/auth-interop-types":"0.2.4-canary.43276b041","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.43276b041","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.43276b041","readmeFilename":"README.md","gitHead":"43276b0414ea5a73e8d8f7e3b80275d8b910102f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-G6ZanwMRsI0LUisPjDczuI/CBitxP1nj8cTobzWJBQlOZ5wD6imdiYBVQ9VQYhXGZjbOUmZdZKL6smPP9U5jdg==","shasum":"0aebe3b933165c40ab2a97c5b74ad7ec49eedeb9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.43276b041.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBJ/iF41UWxdHH88rFO7RwUX9OHzcE2uHcNo72PzGg37AiEA/ycTihZiG+E21BwconG1jahu4B2LrsKMm+9pGBW03jE="}],"size":1668129},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.43276b041_1758057569686_0.6776512022774226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-16T21:19:29.977Z","publish_time":1758057569977,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.c1237662e":{"name":"@firebase/database","version":"1.1.0-canary.c1237662e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.c1237662e","@firebase/util":"1.13.0-canary.c1237662e","@firebase/component":"0.7.0-canary.c1237662e","@firebase/app-check-interop-types":"0.3.3-canary.c1237662e","@firebase/auth-interop-types":"0.2.4-canary.c1237662e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.c1237662e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.c1237662e","readmeFilename":"README.md","gitHead":"c1237662e6851936d2dd6017ab4bc7f0aa5112fd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7ePxZsNtgorBi8IiaI2FjFBCbujCvX0fzUNuMJUng0iHZ4tlTTMO3jgLts3aeGN+/m46me+CKxHha9pStDGjIw==","shasum":"49005845f3ce32042ab65f51b9ef49917456e9d9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.c1237662e.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHRf/+R+7iJFbTuqx5hCgOrisyn98QLjBBIhxaQh9p8NAiAqNrBI/FjCb5G2C9ZmSO1JybePwI19ZaC8MNeN6/e4Ug=="}],"size":1668111},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.c1237662e_1758126021501_0.1838288644933026"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-17T16:20:21.930Z","publish_time":1758126021930,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.6ab71fa0b":{"name":"@firebase/database","version":"1.1.0-canary.6ab71fa0b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.6ab71fa0b","@firebase/util":"1.13.0-canary.6ab71fa0b","@firebase/component":"0.7.0-canary.6ab71fa0b","@firebase/app-check-interop-types":"0.3.3-canary.6ab71fa0b","@firebase/auth-interop-types":"0.2.4-canary.6ab71fa0b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.2-canary.6ab71fa0b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.6ab71fa0b","readmeFilename":"README.md","gitHead":"6ab71fa0b3257ca556546a504e18fa4edbbd32cb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-X4PbGo8sSkHfLXkjs9CQL+iAB8cQRy31hWjJcZKFoBklU3vXPKVijzSE0dMOaFnUUIJ9GgpEqw4Z4ECak54R1A==","shasum":"fa3c0321cd482f76104ffb3527112b96726a6740","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.6ab71fa0b.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDUx8EptQFtczWpvQDcZ5uwG8kzqITgYJQPywwV6G+fsgIhAI0JYeeCZTYqhVjc07NCRKyOnGxsQrI6b3dpMkdlvXOq"}],"size":1668119},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.6ab71fa0b_1758221159286_0.3953523275307367"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-18T18:45:59.565Z","publish_time":1758221159565,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.cb3bdd812":{"name":"@firebase/database","version":"1.1.0-canary.cb3bdd812","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.cb3bdd812","@firebase/util":"1.13.0-canary.cb3bdd812","@firebase/component":"0.7.0-canary.cb3bdd812","@firebase/app-check-interop-types":"0.3.3-canary.cb3bdd812","@firebase/auth-interop-types":"0.2.4-canary.cb3bdd812","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.3-canary.cb3bdd812","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.cb3bdd812","readmeFilename":"README.md","gitHead":"cb3bdd8122d17adce40e4c95c77227ff508461bb","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/tTEESYDdSVjt8RODDteIJaS/L9Ww4ECRCfXKkjuxrI3YsBF32DhY3kXoeAs8xZoWU+9hzwmFxLdeKH8rgW/5Q==","shasum":"f5b300cef20dca3799ae7e8df7de0ebf16781c66","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.cb3bdd812.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHUqEILNRPQ5jJUp9dRxYrn9Szq+4btks/+jQobHWQshAiBSYDwlXnrakczjqghG51dR4WR+vFAR8F3yRzhhqsW86g=="}],"size":1668113},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.cb3bdd812_1758238517805_0.8203272678602147"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-18T23:35:18.042Z","publish_time":1758238518042,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.1bcf83d7f":{"name":"@firebase/database","version":"1.1.0-canary.1bcf83d7f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.1bcf83d7f","@firebase/util":"1.13.0-canary.1bcf83d7f","@firebase/component":"0.7.0-canary.1bcf83d7f","@firebase/app-check-interop-types":"0.3.3-canary.1bcf83d7f","@firebase/auth-interop-types":"0.2.4-canary.1bcf83d7f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.3-canary.1bcf83d7f","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.1bcf83d7f","readmeFilename":"README.md","gitHead":"1bcf83d7f0640dff67c20939fb9af7bae6a941e0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-vkF+WvQczHouf2yrDW1X0zhhMH3Nyr2aFf53WgB9Na+D/1Skl6qDQGtMPhJDT3nZVHd83bR542i2s3Be8+gJAw==","shasum":"7fb9a622539cb19461b66bb20dcc4660094e4951","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.1bcf83d7f.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCID62LBOlzNyRGTxcNgE1td3WN8bFr+ctIE1wbImTfhtJAiEA6vx3EsmAouJIdF5EWgnL35lr5Y04St/pU0J51T/WkKk="}],"size":1668120},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.1bcf83d7f_1758730429853_0.533745092064321"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-24T16:13:50.107Z","publish_time":1758730430107,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.0ffcb26af":{"name":"@firebase/database","version":"1.1.0-canary.0ffcb26af","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.0ffcb26af","@firebase/util":"1.13.0-canary.0ffcb26af","@firebase/component":"0.7.0-canary.0ffcb26af","@firebase/app-check-interop-types":"0.3.3-canary.0ffcb26af","@firebase/auth-interop-types":"0.2.4-canary.0ffcb26af","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.3-canary.0ffcb26af","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.0ffcb26af","readmeFilename":"README.md","gitHead":"0ffcb26af7c597820370fab1223da330728bbb36","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cYBz23pd6FuT40c2Tv98NIJrh2QCRY1kPVepa9REOGOXBorV9Pqs+EzJ6zjhw+L+TtPb5JmHuYwrm8nBC8nlwg==","shasum":"b5513491190be755a7a3bf2a182ef03845212146","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.0ffcb26af.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCJNvbVjeejP49Nxh9DoKtbFwV0njK2ANAvFe0SDsh3VwIhAKoR73yeQhVVtXhlJPClxuwn2If285xkW3duZJKEayzP"}],"size":1668117},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.0ffcb26af_1758812720524_0.5587694945566231"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-25T15:05:20.743Z","publish_time":1758812720743,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.7a7634f79":{"name":"@firebase/database","version":"1.1.0-canary.7a7634f79","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.7a7634f79","@firebase/util":"1.13.0-canary.7a7634f79","@firebase/component":"0.7.0-canary.7a7634f79","@firebase/app-check-interop-types":"0.3.3-canary.7a7634f79","@firebase/auth-interop-types":"0.2.4-canary.7a7634f79","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.3-canary.7a7634f79","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.7a7634f79","readmeFilename":"README.md","gitHead":"7a7634f79c4cb0d9389747068b39a7968b5628a0","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-xC5YYj8/tgDvutUZ/42/1A6+UYD+vNkm0pEIp3XYiGJG8JVZyPypng3+OxE019DT3pBFrc3SP22AkRykMw6wyw==","shasum":"7e9c5af2e483711889acbc551710ca023c0de256","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.7a7634f79.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDk2QgWUQQ2yFzaats7hD40Hi2P6iDfT9szRaFpFseVdwIhAKoh21L+dwISZ9efWoPtIqEDxvVO6yhLKU8a1F/Rwx/x"}],"size":1668127},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.7a7634f79_1758825862981_0.867671655862658"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-25T18:44:23.264Z","publish_time":1758825863264,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.ea8512812":{"name":"@firebase/database","version":"1.1.0-canary.ea8512812","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.ea8512812","@firebase/util":"1.13.0-canary.ea8512812","@firebase/component":"0.7.0-canary.ea8512812","@firebase/app-check-interop-types":"0.3.3-canary.ea8512812","@firebase/auth-interop-types":"0.2.4-canary.ea8512812","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.3-canary.ea8512812","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.ea8512812","readmeFilename":"README.md","gitHead":"ea8512812b994e5de081cb55a951b627fa0183b3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-2mK0c99ho7q0+AAaGz98QucJaojeOv5wKmDqipwKzqNAbwVKpHGH2OtakVnm5A3Y2abHAXDrek1NazS/epiqfw==","shasum":"97cb8dc227c172080901b5af3e06ad2d1512dc8d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.ea8512812.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDKfLxi5IZpJReyqlUUD0TzK5YpGtWqr3Qj+jSZrAIrrQIgIH7vVNK1FeQMoO9esgtt9/1ZeLlWyBGjQZTtRTj9vmM="}],"size":1668115},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.ea8512812_1759168589205_0.19859403409995924"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-29T17:56:29.455Z","publish_time":1759168589455,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.0bb2fe636":{"name":"@firebase/database","version":"1.1.0-canary.0bb2fe636","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.0bb2fe636","@firebase/util":"1.13.0-canary.0bb2fe636","@firebase/component":"0.7.0-canary.0bb2fe636","@firebase/app-check-interop-types":"0.3.3-canary.0bb2fe636","@firebase/auth-interop-types":"0.2.4-canary.0bb2fe636","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.3-canary.0bb2fe636","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.0bb2fe636","readmeFilename":"README.md","gitHead":"0bb2fe636c456628feabd10387673f4980c7ba9e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-lveoJPrmzopHcI66kGSWjSnxm/EGmsYlVR4CHCluMROejIDjWry0cjT9JYLd1OcNgEtTmsz8VlYiMmApCPbMdA==","shasum":"b7ddd687efdd95767c35319eafa032c46f3687f3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.0bb2fe636.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCkrDUj/r5iHBC6R3vOQRugjOzzNtD7ZnrKRe5D7J3GjAIgXajvwAOZV4uRczLrnaqWbpJNLOzB5SLCwsrrNZyaBJU="}],"size":1668120},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.0bb2fe636_1759169718146_0.858983384217626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-29T18:15:18.400Z","publish_time":1759169718400,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.ccbf7ba36":{"name":"@firebase/database","version":"1.1.0-canary.ccbf7ba36","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.ccbf7ba36","@firebase/util":"1.13.0-canary.ccbf7ba36","@firebase/component":"0.7.0-canary.ccbf7ba36","@firebase/app-check-interop-types":"0.3.3-canary.ccbf7ba36","@firebase/auth-interop-types":"0.2.4-canary.ccbf7ba36","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.3-canary.ccbf7ba36","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.ccbf7ba36","readmeFilename":"README.md","gitHead":"ccbf7ba36fa9b10c100296489f8be265c8f83e41","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-MUvqn6xUna60cdlep96VgvYffl+5kuE/0sPWo7TO08OX10s/YzwKHqHTIsbD24iC+xA+gIlZMYs3PRGtz482fg==","shasum":"3562e4c96c95bb3497470401ca2886ab9a0727ba","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.ccbf7ba36.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCeIzZvshj0ICMKVPXJ7k+hTfycgUynbsa7gCL7z6x5OwIgRs0vR+nl77yQAGpNXaLPwe1OhPSg6wGHwRlRXSDWJ8A="}],"size":1668118},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.ccbf7ba36_1759172720711_0.7281913813562808"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-29T19:05:20.971Z","publish_time":1759172720971,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.2596dd1b5":{"name":"@firebase/database","version":"1.1.0-canary.2596dd1b5","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.2596dd1b5","@firebase/util":"1.13.0-canary.2596dd1b5","@firebase/component":"0.7.0-canary.2596dd1b5","@firebase/app-check-interop-types":"0.3.3-canary.2596dd1b5","@firebase/auth-interop-types":"0.2.4-canary.2596dd1b5","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.3-canary.2596dd1b5","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.2596dd1b5","readmeFilename":"README.md","gitHead":"2596dd1b5072298da8814844a312681174fc2dca","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-20bnt4tvmpBfI0kbA6gAdTaeoCO4WaLpWhOsN32ci4QQXR2HhMyvW5TX/fsmhdgEAxyc/tVQyLuH4iiq2DYyRg==","shasum":"f1925030c4052a5347192ad5123c481c282f6a3c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.2596dd1b5.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCmxeqAKiIPL+0ElCv9aZWgf5iTARRcZyC6B+HNIEWF5QIhAKIJQUaOiTqSRGgiqm1oYYGGbmxi/P/4rwUYbvn9l8PO"}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.2596dd1b5_1759845115248_0.1351985197367589"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-07T13:51:55.500Z","publish_time":1759845115500,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.b7e18d0ff":{"name":"@firebase/database","version":"1.1.0-canary.b7e18d0ff","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.b7e18d0ff","@firebase/util":"1.13.0-canary.b7e18d0ff","@firebase/component":"0.7.0-canary.b7e18d0ff","@firebase/app-check-interop-types":"0.3.3-canary.b7e18d0ff","@firebase/auth-interop-types":"0.2.4-canary.b7e18d0ff","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.4-canary.b7e18d0ff","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.b7e18d0ff","readmeFilename":"README.md","gitHead":"b7e18d0ff5cebb1b9e4f7c3a3743716337164587","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+BbKsYLpBYy9jDnmnk6BRTDwy4FxzFhhG7gGbUqa6T6lLeryM2WuekSP5jYoXKbfI3JkIZqmlx4Zqv3QKzWFmw==","shasum":"64ce4ae1f0f668b93a81655884695ea1bfdd08e4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.b7e18d0ff.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIC/cF/V+6rwePDugfVNlTfv6kHV11EQn/f5CpECqu7ylAiAJjtsTY9rvCMvw1enGFft8ggOpMKANe5yiwat+IlEtww=="}],"size":1668117},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.b7e18d0ff_1760015729809_0.40529794623121007"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-09T13:15:30.043Z","publish_time":1760015730043,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.261508183":{"name":"@firebase/database","version":"1.1.0-canary.261508183","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.261508183","@firebase/util":"1.13.0-canary.261508183","@firebase/component":"0.7.0-canary.261508183","@firebase/app-check-interop-types":"0.3.3-canary.261508183","@firebase/auth-interop-types":"0.2.4-canary.261508183","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.4-canary.261508183","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.261508183","readmeFilename":"README.md","gitHead":"261508183c249dcec737448dde3aad7399f4668c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-UVdPOth32faihX4AyYmitSthCkrMhoDBDKyg6reVKFn4mPNs61V2bYB5Bg8tAtqP/e4RYWyF35pgrdPyZyJdqA==","shasum":"9315d7d5e2c18db899e6fabc376a5bf01e1e8605","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.261508183.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDWXdiS2LUHcd4KrCwAPbKBTLrQP/PK3YeWFzE7sYCmOAiEAit/iyYJMEIqVaYLIpS4/Eoq4UfpqMsmitSdL87hJhU4="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.261508183_1760117813319_0.8643516978554944"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-10T17:36:53.580Z","publish_time":1760117813580,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.c8263c471":{"name":"@firebase/database","version":"1.1.0-canary.c8263c471","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.c8263c471","@firebase/util":"1.13.0-canary.c8263c471","@firebase/component":"0.7.0-canary.c8263c471","@firebase/app-check-interop-types":"0.3.3-canary.c8263c471","@firebase/auth-interop-types":"0.2.4-canary.c8263c471","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.4-canary.c8263c471","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.c8263c471","readmeFilename":"README.md","gitHead":"c8263c471db4df1b0e23f0d2a11c69fd6b920e2e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-HWGEPy4Qs915mqNjl6fQXlxICnJ8rhbWU+Sco/7huWHRdK1fktUBVfaWZOruFZ96ZU5yTwX6QEybt2JXG6maTA==","shasum":"453b64cb86b1db248b5735dc702b710bf8fa6377","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.c8263c471.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGk+UpplpfL7xIdy3vr3lEL6UCTI4+UfOVVURYuJNPAJAiEAo26BtXhS11C9lqq7NTLbbrvtwC7c2P96htO+nT0j7oU="}],"size":1668125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.c8263c471_1760633342499_0.7940971072968732"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-16T16:49:02.749Z","publish_time":1760633342749,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.44d9891f9":{"name":"@firebase/database","version":"1.1.0-canary.44d9891f9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.44d9891f9","@firebase/util":"1.13.0-canary.44d9891f9","@firebase/component":"0.7.0-canary.44d9891f9","@firebase/app-check-interop-types":"0.3.3-canary.44d9891f9","@firebase/auth-interop-types":"0.2.4-canary.44d9891f9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.4-canary.44d9891f9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.44d9891f9","readmeFilename":"README.md","gitHead":"44d9891f93298ab4bcef5170c40c235831af0276","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-2HVko5nhLnE1k90FqH3MrkAM4HIPhUNCk4sTkJxm9qqU8tpa53akutGhgOaMSOnQ/t9Ke2uMslclTrTm1mDAgQ==","shasum":"5e196d55d6beca6dcf0733c72c2105a1755c4dc0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.44d9891f9.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCVZlchBZL5pdiqEvlf8WW7KOXsWgz2qz/op4+il6tABgIhAJkPb3JSsg0F8sCoHXyE1If6flULWrSkxb+L/oemjiNJ"}],"size":1668125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.44d9891f9_1760976782857_0.7792507674071691"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-20T16:13:03.185Z","publish_time":1760976783185,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.91c218db2":{"name":"@firebase/database","version":"1.1.0-canary.91c218db2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.91c218db2","@firebase/util":"1.13.0-canary.91c218db2","@firebase/component":"0.7.0-canary.91c218db2","@firebase/app-check-interop-types":"0.3.3-canary.91c218db2","@firebase/auth-interop-types":"0.2.4-canary.91c218db2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.4-canary.91c218db2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.91c218db2","readmeFilename":"README.md","gitHead":"91c218db2d14cb4f1b978b9073510b8bc8f91233","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-T57G9iYsMvTlxwjLVV1oFx+yU82+DA/T4RkeQ7UeZpz+zUemTAz4ALd4aoBaY+WwjSnGBA3WSq1FP9/kGkSmAA==","shasum":"71216b7840a4d5d592a845520cc9b2df45214ed0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.91c218db2.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBCOS+s1/lT2wqF1cZjB3fTMHTDdAe2oK4n9MuV5PjVGAiBuinuVZpGR2JKthVcYJXGdm0n1dqQ+8CNO7VhElTSo9A=="}],"size":1668117},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.91c218db2_1760976887994_0.3595275589160132"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-20T16:14:48.310Z","publish_time":1760976888310,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.22e0a1adb":{"name":"@firebase/database","version":"1.1.0-canary.22e0a1adb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.22e0a1adb","@firebase/util":"1.13.0-canary.22e0a1adb","@firebase/component":"0.7.0-canary.22e0a1adb","@firebase/app-check-interop-types":"0.3.3-canary.22e0a1adb","@firebase/auth-interop-types":"0.2.4-canary.22e0a1adb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.4-canary.22e0a1adb","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.22e0a1adb","readmeFilename":"README.md","gitHead":"22e0a1adbc994196690bd020472d119c1a3d200b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-c0zdd8rgMyw2FeqVdwLweCSfPs9wvf40XQN46HOyHGid5FKwoCblhC79dy84gaMC01YN2naXeRE1YbSsnVZItw==","shasum":"1a04ab18360abf33f104b07de01cdc4eaccd8902","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.22e0a1adb.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCiZP8y0TnWceoDHhuepsx6f8eJPuHVawciEfMt0JFLKAIgEivHWtqoXnIkrqO/EnsGysZDo1mALk4yCm4t7mndY8s="}],"size":1668114},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.22e0a1adb_1760978095323_0.7862196557221952"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-20T16:34:55.577Z","publish_time":1760978095577,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.8209266c6":{"name":"@firebase/database","version":"1.1.0-canary.8209266c6","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.8209266c6","@firebase/util":"1.13.0-canary.8209266c6","@firebase/component":"0.7.0-canary.8209266c6","@firebase/app-check-interop-types":"0.3.3-canary.8209266c6","@firebase/auth-interop-types":"0.2.4-canary.8209266c6","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.4-canary.8209266c6","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.8209266c6","readmeFilename":"README.md","gitHead":"8209266c625c2c08effd8d0d4c82af72439a0f9c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-lFF2aksky1vLoUdrV5Va5EGDZ7Iw7GvgOHtCjdw3HhZTwFL2O1zDi3RaZEzxoVGpW8B/iKEsKnhWn4pNsx6/ug==","shasum":"eb63a33710211529671df83bf5806c5e183ccf15","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.8209266c6.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFnE8ZUkB74Hmtk/YK7u4V/+JK8uUJv0SN3nqOX6xxOgAiB5uaa6qyJ4FmhU7f4Cf8Gnylw8DcHUrk9uX/SbHpdmvg=="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.8209266c6_1761070654449_0.14952812251180947"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-21T18:17:34.680Z","publish_time":1761070654680,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.bc5a7c4a7":{"name":"@firebase/database","version":"1.1.0-canary.bc5a7c4a7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.bc5a7c4a7","@firebase/util":"1.13.0-canary.bc5a7c4a7","@firebase/component":"0.7.0-canary.bc5a7c4a7","@firebase/app-check-interop-types":"0.3.3-canary.bc5a7c4a7","@firebase/auth-interop-types":"0.2.4-canary.bc5a7c4a7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.4-canary.bc5a7c4a7","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.bc5a7c4a7","readmeFilename":"README.md","gitHead":"bc5a7c4a74e72e9218d1435bfe50711c77b47cbd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BhiFoVva/1CSv4W9BVqTNaPVEe7tJysnjZH0y+3SdHp6wKvRvDF/ahJib4cYdlqcyhgckZ6p4aJg63e3UcHUkQ==","shasum":"1f3aaee2a59437dadad69c4bb20346317facc7f2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.bc5a7c4a7.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAeiKixzDmre3N5FU+HMDXtdsHnGCdPYd63ekQqRWqFDAiBiMC7RxtF/2cQuRiLT268AYzLwxTNfpDMcHmQSyxaUJQ=="}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.bc5a7c4a7_1761668810679_0.9253684908978295"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-28T16:26:50.891Z","publish_time":1761668810891,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.6e0e30317":{"name":"@firebase/database","version":"1.1.0-canary.6e0e30317","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.6e0e30317","@firebase/util":"1.13.0-canary.6e0e30317","@firebase/component":"0.7.0-canary.6e0e30317","@firebase/app-check-interop-types":"0.3.3-canary.6e0e30317","@firebase/auth-interop-types":"0.2.4-canary.6e0e30317","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.4-canary.6e0e30317","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.6e0e30317","readmeFilename":"README.md","gitHead":"6e0e303173c93646c07b9138c7bed8749b514e8f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Ixj+ImsayIpNq878ZNNtpy5JxkLtvNNYXSbBNMmehdL2J01XltjPRTVd7NZpHSeggsOMgZ5OtCVQ1MSeRkHKEg==","shasum":"1a1e6f2ae797875c9572c7499d51226d4d3169bd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.6e0e30317.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHid4nPVJ43fQ1PJAWm/2jOqgfe34Sqy0CN/1UxCC8JpAiEA2fEfVL00nTH6gvBe14rNutwrpgVO9KhUFl0eRTmNHI0="}],"size":1668120},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.6e0e30317_1761686106866_0.10601894608646578"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-28T21:15:07.173Z","publish_time":1761686107173,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.63167c68a":{"name":"@firebase/database","version":"1.1.0-canary.63167c68a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.63167c68a","@firebase/util":"1.13.0-canary.63167c68a","@firebase/component":"0.7.0-canary.63167c68a","@firebase/app-check-interop-types":"0.3.3-canary.63167c68a","@firebase/auth-interop-types":"0.2.4-canary.63167c68a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.5-canary.63167c68a","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.63167c68a","readmeFilename":"README.md","gitHead":"63167c68a8e4aa860cf23f5bafb6e22889197cb9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-SYE3gQFzV7LpCDA2FAmIA8zMdl8ddbnHqFVwyPwcUMQUskbVJUClbK4SLnLkYfjRu6Fm9g//3xt9DlZ2Hqe0Eg==","shasum":"95ce9b39bcc9a069858c3ed4cce02b4d80a7dcc9","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.63167c68a.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBrHUHgC4OMPAIOPsGgT007NcgBpEjQ/nGFoKYrlUCT/AiApwKs72d+S7CTGiGoiomW7ecmVfO/RvuLmFqSUHGCozA=="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.63167c68a_1761840963476_0.9921747983853872"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-30T16:16:03.725Z","publish_time":1761840963725,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.c47bd7175":{"name":"@firebase/database","version":"1.1.0-canary.c47bd7175","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.c47bd7175","@firebase/util":"1.13.0-canary.c47bd7175","@firebase/component":"0.7.0-canary.c47bd7175","@firebase/app-check-interop-types":"0.3.3-canary.c47bd7175","@firebase/auth-interop-types":"0.2.4-canary.c47bd7175","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.5-canary.c47bd7175","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.c47bd7175","readmeFilename":"README.md","gitHead":"c47bd7175bf11fba1840ad789294238e0614e57d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4iqYFmyYrFexoG2cIbQ1Tgf0yiYOBUa3e6tHxfGnl/Qvo9wZkjHJ2pcU7DJ5ubGbi8mVzPkRzPueMuHrtMegjg==","shasum":"954835efef93e2081483e500ea09c22cd5e9cbc6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.c47bd7175.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCpVYX/Dh3jPTaWq4vx7k70y3L2r9nsv8FnMpc3NzClWAIhAPNfNaMdc/uQ8uqtKqqDhkJ2k3DVaRkVm7xwjVQIATNT"}],"size":1668127},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.c47bd7175_1761852941850_0.09007097003973397"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-10-30T19:35:42.076Z","publish_time":1761852942076,"_source_registry_name":"default","contributors":[]},"1.1.0-eap-firestore-pipelines.1.f9c4cdec7":{"name":"@firebase/database","version":"1.1.0-eap-firestore-pipelines.1.f9c4cdec7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-eap-firestore-pipelines.1.f9c4cdec7","@firebase/util":"1.13.0-eap-firestore-pipelines.1.f9c4cdec7","@firebase/component":"0.7.0-eap-firestore-pipelines.1.f9c4cdec7","@firebase/app-check-interop-types":"0.3.3-eap-firestore-pipelines.1.f9c4cdec7","@firebase/auth-interop-types":"0.2.4-eap-firestore-pipelines.1.f9c4cdec7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.5-eap-firestore-pipelines.1.f9c4cdec7","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-eap-firestore-pipelines.1.f9c4cdec7","readmeFilename":"README.md","gitHead":"f9c4cdec746cb4b6f37fa529ac4ae84172fd5433","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-r/3Ja+9ogYzbuMLh8ZIKANY2m4gyEclC1yNOSu9RS3r3i6V7CChFFoPzVUA50hcvFI4pQTjI5CjsON/+iTMi/A==","shasum":"56b642738c2eb0cb177bdd5553609145a30f9243","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-eap-firestore-pipelines.1.f9c4cdec7.tgz","fileCount":201,"unpackedSize":8697683,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAKLjov4l2gVNcVmhgQm5Hm33ZoJmbjUlfYwu3bCcqO8AiBw8ZYOV5CIRIC8NaFko9MrjjM/aKkNgvaOkNcwZDQNVQ=="}],"size":1668197},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-eap-firestore-pipelines.1.f9c4cdec7_1762306572207_0.22887323003278692"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-05T01:36:12.464Z","publish_time":1762306572464,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.0800a8bed":{"name":"@firebase/database","version":"1.1.0-canary.0800a8bed","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.0800a8bed","@firebase/util":"1.13.0-canary.0800a8bed","@firebase/component":"0.7.0-canary.0800a8bed","@firebase/app-check-interop-types":"0.3.3-canary.0800a8bed","@firebase/auth-interop-types":"0.2.4-canary.0800a8bed","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.5-canary.0800a8bed","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.0800a8bed","readmeFilename":"README.md","gitHead":"0800a8bed01d602f73b92809b087c2ec732cc1c3","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+7yevvxaqTHzt1hkzvcY1nUeJ8RiJRPU4ZULP9WxPHAIiTYYveAR6Ut5GKOGaEgMlVo6swkMpN5MZ8kas8i9Hg==","shasum":"4720bc186e627825a6b9a6fece0b09f41c954a37","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.0800a8bed.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDTSDZusLwn8h2BjHjHYRDa9zMaC0WrYSOkClOacgJF+AiEAzvVc6aZLFjGxvpnyWG6Lo/puYGkJxIhaL5EyN8C99aA="}],"size":1668118},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.0800a8bed_1762370300761_0.6649151706523166"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-05T19:18:20.979Z","publish_time":1762370300979,"_source_registry_name":"default","contributors":[]},"1.1.0-eap-firestore-pipelines.2.e4cdd2e06":{"name":"@firebase/database","version":"1.1.0-eap-firestore-pipelines.2.e4cdd2e06","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-eap-firestore-pipelines.2.e4cdd2e06","@firebase/util":"1.13.0-eap-firestore-pipelines.2.e4cdd2e06","@firebase/component":"0.7.0-eap-firestore-pipelines.2.e4cdd2e06","@firebase/app-check-interop-types":"0.3.3-eap-firestore-pipelines.2.e4cdd2e06","@firebase/auth-interop-types":"0.2.4-eap-firestore-pipelines.2.e4cdd2e06","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.5-eap-firestore-pipelines.2.e4cdd2e06","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-eap-firestore-pipelines.2.e4cdd2e06","readmeFilename":"README.md","gitHead":"e4cdd2e06121ee64355ecbb84371a07cfa0529e9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-pyVk2YQaPEFLq0Vhx1+D1d85ScItaHCyAq7wGBnLU1jpSjjt62PdxdQ1h4IQRq+sahRhiL50K+yYpz8Nkz69fQ==","shasum":"ca7afbc70f3521163058f859aa8214c2f50912a1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-eap-firestore-pipelines.2.e4cdd2e06.tgz","fileCount":201,"unpackedSize":8697683,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDJ/7chW2CAM+wA/OpuKT04TTc7Ich39p1dlppy527wPAiARilJxHhEpGJ5XPMkhAVz5WaPVPLp8AUUFhG4zWEQCKQ=="}],"size":1668195},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-eap-firestore-pipelines.2.e4cdd2e06_1762397544034_0.3274169801545468"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-06T02:52:24.315Z","publish_time":1762397544315,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.6abe52967":{"name":"@firebase/database","version":"1.1.0-canary.6abe52967","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.6abe52967","@firebase/util":"1.13.0-canary.6abe52967","@firebase/component":"0.7.0-canary.6abe52967","@firebase/app-check-interop-types":"0.3.3-canary.6abe52967","@firebase/auth-interop-types":"0.2.4-canary.6abe52967","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.5-canary.6abe52967","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.6abe52967","readmeFilename":"README.md","gitHead":"6abe52967f3d1ca4a02d4469a14c6d692e1f3b31","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Qyj+vyX+5wvoog7MutAVmKPf9jxrXvKo+3abmBXlumc8gHgPe2czy5j5CNgGht4sAL77ffKx0W4ky893K6DwRg==","shasum":"958c8dfc656eb9aa4a051128f41efa2f7107adb4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.6abe52967.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDA/cgQPDm7lf+e7rDTDeNoY8wrfpe+T+M6/mWYqd6HDAiEAyu6v+Y/fUeyE3CEOv691yN9UwpHHMLuJLnMUlAQWgpY="}],"size":1668125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.6abe52967_1762835410232_0.022362117396391046"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-11T04:30:10.460Z","publish_time":1762835410460,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.f06cbf99b":{"name":"@firebase/database","version":"1.1.0-canary.f06cbf99b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.f06cbf99b","@firebase/util":"1.13.0-canary.f06cbf99b","@firebase/component":"0.7.0-canary.f06cbf99b","@firebase/app-check-interop-types":"0.3.3-canary.f06cbf99b","@firebase/auth-interop-types":"0.2.4-canary.f06cbf99b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.5-canary.f06cbf99b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.f06cbf99b","readmeFilename":"README.md","gitHead":"f06cbf99b91bdea8d44b18c8ae8fc14b327105cd","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-HDRYS4y8BzYvQxhmN2Xj4nS0ZLrfIhCcwiOeRKMfrG7Twugsv9s/OZ32N2CBTt+a3tAHwCeXbcK4Nz2ECqyiSw==","shasum":"66cc1c4fd0457e011f2e02982f08ca54d37e5fd0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.f06cbf99b.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFtyyQLkI4waekSqr8NPw+kBi+Ud3LUq6Cax309oJv2RAiEArLSo7OVwskgP7lrjVsn0GQWVgChRLvy55fjROOk9VD0="}],"size":1668122},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.f06cbf99b_1762959471195_0.08039787002534715"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-12T14:57:51.425Z","publish_time":1762959471425,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.5c35f514c":{"name":"@firebase/database","version":"1.1.0-canary.5c35f514c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.5c35f514c","@firebase/util":"1.13.0-canary.5c35f514c","@firebase/component":"0.7.0-canary.5c35f514c","@firebase/app-check-interop-types":"0.3.3-canary.5c35f514c","@firebase/auth-interop-types":"0.2.4-canary.5c35f514c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.5-canary.5c35f514c","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.5c35f514c","readmeFilename":"README.md","gitHead":"5c35f514c26f81e68cb100a01b83190f5aef9382","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-VmlIlI0rQQutnF7rpvIVCK/D7mQNPx6/M4jC0l/ptSMpfPhH3PX1nwLXK29QIzNauq6eHiIwwzanbjI1DsNbdQ==","shasum":"0da9e4c256877bdc1aa6f476009d094ce0234465","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.5c35f514c.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCG6e2OQpI/qwVm3N30dx+TOkBJjIp21vsaq7mXgAIkNwIgcuQ+wk7DgyV28cXacn6uOCLXz8gk+GQO2lH5oMlXs+Y="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.5c35f514c_1762971580808_0.7190898363305911"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-12T18:19:41.021Z","publish_time":1762971581021,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.180b1ad9b":{"name":"@firebase/database","version":"1.1.0-canary.180b1ad9b","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.1.0-canary.180b1ad9b","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"34af8fa7b23a51b1c6f31994887c95b78e6b7097","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.180b1ad9b.tgz","fileCount":201,"integrity":"sha512-iivX2RsIUzPMeX8CNa/7xJlMUL8NsxbZiAGBDEu5b3idLR2zVZZR5Yz7VDjvWBmArQg9KI2d5ZSelTKm6/EgMQ==","signatures":[{"sig":"MEYCIQCMeFjJgC9Zm8vilCKIDnoWNPxao3oAeSACXKk+45WPeAIhAIiWowt2+m6m3dxY2CkOdVpnuril5NnROW+BMIa4oNhz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8697474,"size":1668121},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"180b1ad9b66594526e2303c2029210eccc345198","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.13.0-canary.180b1ad9b","faye-websocket":"0.11.4","@firebase/logger":"0.5.0-canary.180b1ad9b","@firebase/component":"0.7.0-canary.180b1ad9b","@firebase/auth-interop-types":"0.2.4-canary.180b1ad9b","@firebase/app-check-interop-types":"0.3.3-canary.180b1ad9b"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.14.5-canary.180b1ad9b","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.1.0-canary.180b1ad9b_1763000978350_0.7486765775509971","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-11-13T02:29:38.668Z","publish_time":1763000978668,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.b228a2ab9":{"name":"@firebase/database","version":"1.1.0-canary.b228a2ab9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.b228a2ab9","@firebase/util":"1.13.0-canary.b228a2ab9","@firebase/component":"0.7.0-canary.b228a2ab9","@firebase/app-check-interop-types":"0.3.3-canary.b228a2ab9","@firebase/auth-interop-types":"0.2.4-canary.b228a2ab9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.5-canary.b228a2ab9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.b228a2ab9","readmeFilename":"README.md","gitHead":"b228a2ab9ad950368d683b0a3efe3d2924854c25","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Vv8BEu3F+0aHe9BFPrZkRDzCuSwkLc5lZjLkAgMEQyBRzvlMGeD48WzJ9VwoRP0lFhJQWDl/3ecVp4CscYXw3A==","shasum":"52e5a827a79d61e136324c28d73843603b6747c8","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.b228a2ab9.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDaK2gwAkYCwBYg7t1T0L0gedjrfD1o0aowEpafJrk2bQIhAJpJovMOkODnCAPRe8ND7Apj0yWdKbSN98+7OW0ADsBw"}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.b228a2ab9_1763046152119_0.010233945092542829"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-13T15:02:32.321Z","publish_time":1763046152321,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.578686b0b":{"name":"@firebase/database","version":"1.1.0-canary.578686b0b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.578686b0b","@firebase/util":"1.13.0-canary.578686b0b","@firebase/component":"0.7.0-canary.578686b0b","@firebase/app-check-interop-types":"0.3.3-canary.578686b0b","@firebase/auth-interop-types":"0.2.4-canary.578686b0b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.578686b0b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.578686b0b","readmeFilename":"README.md","gitHead":"578686b0b355a86ed8bdb99433c9300c1706fbe1","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-i2/kwrsRJbgo/Jbdc4o5yOQ5w1o9LRLe6xSHMZmE3l7s6fbs6scHh0jUcbomOMT6R+buaM0rl8/BYTnPvkqewQ==","shasum":"d4657d8da470f87624a14184c2ad65b16b2d7eb6","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.578686b0b.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIFPZIJoHpq6zePbwBXpbbdUPrECK0lqKzG1iWBep7+hiAiBWfQ+EDaoen+fnjSRa7orvFmMVcWpqcubtuPLwSIpMZA=="}],"size":1668127},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.578686b0b_1763072232135_0.19753200130574977"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-13T22:17:12.347Z","publish_time":1763072232347,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.d1d898f55":{"name":"@firebase/database","version":"1.1.0-canary.d1d898f55","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.d1d898f55","@firebase/util":"1.13.0-canary.d1d898f55","@firebase/component":"0.7.0-canary.d1d898f55","@firebase/app-check-interop-types":"0.3.3-canary.d1d898f55","@firebase/auth-interop-types":"0.2.4-canary.d1d898f55","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.d1d898f55","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.d1d898f55","readmeFilename":"README.md","gitHead":"d1d898f555d4da1c24941f93e47a75d660311650","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-M0i0tqSMH+xsR4tDmZrLm4XK2lv5R/VpVCOIgWtC8lu01sXtFtvpo4h7To1dqLdaixp0Inh4vE8Te9+WBxk+EA==","shasum":"35a30e3450793e19ceddd23c053aa1733221a6b3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.d1d898f55.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDjeffTLV19YS1pVP4Bj05NXXVazoLkXWVLQkUi9TRwggIhAI5dVQBI0cP1Ict5fnYy/LRnz2PYQLsjX3kbD68Fyhrd"}],"size":1668124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.d1d898f55_1763147949003_0.30717310990500346"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-14T19:19:09.240Z","publish_time":1763147949240,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.60d1b18bd":{"name":"@firebase/database","version":"1.1.0-canary.60d1b18bd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.60d1b18bd","@firebase/util":"1.13.0-canary.60d1b18bd","@firebase/component":"0.7.0-canary.60d1b18bd","@firebase/app-check-interop-types":"0.3.3-canary.60d1b18bd","@firebase/auth-interop-types":"0.2.4-canary.60d1b18bd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.60d1b18bd","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.60d1b18bd","readmeFilename":"README.md","gitHead":"60d1b18bdd8e6ae618005e021dc5d1f16db1937c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-je+wMrRbUMDHVePx+0FTAkHs7pT5srKFt9g1DkYTfKaXOUc70/MeiVhxRTAUmkQRnTGpC7hDNpHKDYm86MvVKQ==","shasum":"62898da74eb0c24c0f1fe28132fdc2538cc13e21","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.60d1b18bd.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHtwlolmDh9eRckyHw3zWFFggDDBu+UtnIpaEt1wxpX7AiAdGeEzRG0TfXNWErTHIR4gZzvbd9egg+Mzkeqk9vuGBQ=="}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.60d1b18bd_1763661168057_0.08880438392414258"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-20T17:52:48.286Z","publish_time":1763661168286,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.59407948d":{"name":"@firebase/database","version":"1.1.0-canary.59407948d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.59407948d","@firebase/util":"1.13.0-canary.59407948d","@firebase/component":"0.7.0-canary.59407948d","@firebase/app-check-interop-types":"0.3.3-canary.59407948d","@firebase/auth-interop-types":"0.2.4-canary.59407948d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.59407948d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.59407948d","readmeFilename":"README.md","gitHead":"59407948daf848fea069b776a55bef62bbcd602f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-jtpj03W+/r2CETN3wF+SOaVpy1RiSCCp5MFWQcDuld2439N07nhFg+LRKvHeosUBRIQiSGIn+HrXfZsxGJaiGQ==","shasum":"54455640a0a3405b933b5dbb8d6bd37651435c9f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.59407948d.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCH/miLlasIOjAZ2lTnmHbORZ1UZrcBa9Tdp+wF67DVbQIhAK9pKY4ZsONicJGUDKiK9wFv8sF2tt13UPRCi0jBZ1xo"}],"size":1668130},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.59407948d_1764014908416_0.38795520687427487"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-24T20:08:28.643Z","publish_time":1764014908643,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.e6415ddee":{"name":"@firebase/database","version":"1.1.0-canary.e6415ddee","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.e6415ddee","@firebase/util":"1.13.0-canary.e6415ddee","@firebase/component":"0.7.0-canary.e6415ddee","@firebase/app-check-interop-types":"0.3.3-canary.e6415ddee","@firebase/auth-interop-types":"0.2.4-canary.e6415ddee","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.e6415ddee","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.e6415ddee","readmeFilename":"README.md","gitHead":"e6415ddee915e5c4dc6ef323fd717ce254f63c51","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3wQfrR9TwtE8wEyEqFYQCdULIGDNTYuHi4az1qmP90toBd5CmP1J7hEpL5S+2mSOcihis8lhz8JIgxt99SwKOQ==","shasum":"170e58596875a4a1aee9bbeb8d33e809a3acbf08","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.e6415ddee.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBZd/AMr49/pnJa2HWfcx19vMV6NtJLC8V9GNvE+u3w/AiEAthhgM0gMzBRzhEvU3hw/xBzjRH7Y5X4t1C7ZDyEijkI="}],"size":1668108},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.e6415ddee_1764099935184_0.7948216906924106"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-11-25T19:45:35.422Z","publish_time":1764099935422,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.9101b4611":{"name":"@firebase/database","version":"1.1.0-canary.9101b4611","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.9101b4611","@firebase/util":"1.13.0-canary.9101b4611","@firebase/component":"0.7.0-canary.9101b4611","@firebase/app-check-interop-types":"0.3.3-canary.9101b4611","@firebase/auth-interop-types":"0.2.4-canary.9101b4611","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.9101b4611","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.9101b4611","readmeFilename":"README.md","gitHead":"9101b4611aa1e0fa1a913d4ebdcda43f0ceef72d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-PibsTySPtgdAmYnlkih+V2jHU6JtxpiV66FtnH9bWgFlKcJjGsQzf7MydMGPgCpemXIXgmb4naFJ5wzhmqicWg==","shasum":"385a350bb4f2f6313b08341114580ecdad3f8896","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.9101b4611.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAy/jqciDsrxRmkoAcf0LZvyIFzblYX4hO9lh6X7lTvoAiEA624IEqTG+b/+6AfcBvpI1GtezVkFxt0ILCTi1LkEmp0="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.9101b4611_1764621654717_0.5529362501413269"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-01T20:40:54.979Z","publish_time":1764621654979,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.f5fc6bf76":{"name":"@firebase/database","version":"1.1.0-canary.f5fc6bf76","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.f5fc6bf76","@firebase/util":"1.13.0-canary.f5fc6bf76","@firebase/component":"0.7.0-canary.f5fc6bf76","@firebase/app-check-interop-types":"0.3.3-canary.f5fc6bf76","@firebase/auth-interop-types":"0.2.4-canary.f5fc6bf76","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.f5fc6bf76","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.f5fc6bf76","readmeFilename":"README.md","gitHead":"f5fc6bf76a4b9b9318549185438b9975351d1739","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5GSqNEspp9aeEqRP954apPQbE/MLduYU/GtuzLTgpuJRrkwbp9HbMNwHw22KoPk+Qtf1WLiUvD/6NwVSvbbKHQ==","shasum":"9ed79554099e158c7e7fb5cfa355b1d92e9c76d0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.f5fc6bf76.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCik8cshOFSC4VQu1EZzIo88EHM16w+KKF27csDtspA+gIgXYYIuH+acvhRDRgmvDHi7FF2NkaMvdN4sD/SbE+8z9c="}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.f5fc6bf76_1764622076881_0.4325974331903959"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-01T20:47:57.116Z","publish_time":1764622077116,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.5c7430dea":{"name":"@firebase/database","version":"1.1.0-canary.5c7430dea","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.5c7430dea","@firebase/util":"1.13.0-canary.5c7430dea","@firebase/component":"0.7.0-canary.5c7430dea","@firebase/app-check-interop-types":"0.3.3-canary.5c7430dea","@firebase/auth-interop-types":"0.2.4-canary.5c7430dea","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.5c7430dea","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.5c7430dea","readmeFilename":"README.md","gitHead":"5c7430deabb20ddce2a26ea9a565323d2a0f612e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ngMawwcIyFdDLW2B9g0OKzAneWfM8jCi2huCjdq658sHZmQZdVOuuRXRWaGyqZ3Zx3JNUUvCp+csYnrV/19xhA==","shasum":"c9cb29b4c399fd3be9c29aac12731137c2fab9bd","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.5c7430dea.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCO8q9semvjuAvRzLVqA9/wpP6DujS+8cPaJiq2vYyPnAIgUPdDmosJp+cVbgp8VYeVnYOI1pRDjQcWYX1xIUVzSb4="}],"size":1668122},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.5c7430dea_1764797024440_0.7862227316389163"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-03T21:23:44.684Z","publish_time":1764797024684,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.a09ef786f":{"name":"@firebase/database","version":"1.1.0-canary.a09ef786f","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.a09ef786f","@firebase/util":"1.13.0-canary.a09ef786f","@firebase/component":"0.7.0-canary.a09ef786f","@firebase/app-check-interop-types":"0.3.3-canary.a09ef786f","@firebase/auth-interop-types":"0.2.4-canary.a09ef786f","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.a09ef786f","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.a09ef786f","readmeFilename":"README.md","gitHead":"a09ef786f35beca082b32a3194cc368b0050ea2c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-zLuKInIrmQ9b01PpNrylq43ytyQangNEpJsZS+DrimNt1PaiuEiDrJ1j23kYCZvPCetJy9q7h9Ag3A4YFvHiyg==","shasum":"176ae594b191be8d7423b5bdf893696fc790bbea","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.a09ef786f.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIE8s5DYro/o5kyETBhsjjh0UPGD0BAuP6urmokendHPQAiEAj0QUVGK7REXgIiIBWJDOnFINKKymEqFc3giXPjFA4IM="}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.a09ef786f_1764874671009_0.7065768533010095"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-04T18:57:51.274Z","publish_time":1764874671274,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.1e406a2b7":{"name":"@firebase/database","version":"1.1.0-canary.1e406a2b7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.1e406a2b7","@firebase/util":"1.13.0-canary.1e406a2b7","@firebase/component":"0.7.0-canary.1e406a2b7","@firebase/app-check-interop-types":"0.3.3-canary.1e406a2b7","@firebase/auth-interop-types":"0.2.4-canary.1e406a2b7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.1e406a2b7","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.1e406a2b7","readmeFilename":"README.md","gitHead":"1e406a2b7140b014edac26f0e5179878bb3d821f","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XEN+OsZYlSbYN1b8Rm0gqK39q3E4zyOkbAnhNhW9NtxXEOJbIIyaP+yhSQ+xypbqXue1tmR+4nS9LTCmVVH6Eg==","shasum":"8909a4145cbeabab92732f9e5ed1cd3b4f32df8e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.1e406a2b7.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCaukhabnB8F0bVZ8LhcIg5ApqVmlBBJBv4osWtUE69JwIhAJY2s/MYEnFP4J4tW6OwqphoUdWPWxpPDZW5qqy8dD1G"}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.1e406a2b7_1764877751306_0.7331554261935991"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-04T19:49:11.515Z","publish_time":1764877751515,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.5511b4fa7":{"name":"@firebase/database","version":"1.1.0-canary.5511b4fa7","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.5511b4fa7","@firebase/util":"1.13.0-canary.5511b4fa7","@firebase/component":"0.7.0-canary.5511b4fa7","@firebase/app-check-interop-types":"0.3.3-canary.5511b4fa7","@firebase/auth-interop-types":"0.2.4-canary.5511b4fa7","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.5511b4fa7","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.5511b4fa7","readmeFilename":"README.md","gitHead":"5511b4fa7de0e98f3a3b933645584ba758de4405","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-8kNrqHF8mMJK8dtIiGKgNbjpf+VYbwU/qxXuJkN8chFbkoOiDo7+xlBWQs5wLfODL2vHtgPAdxaJyd6jEnIWTA==","shasum":"0d510ab646598e4d9bac54c4ffa034c7f660bc8e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.5511b4fa7.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDx+p70jg+cn/U6QCOGj20XleXT14gSq+RuPBmxYpWSdQIgHT6m7YGEoC+ZM0vhiRxBUsyAqheujyAPLq5I1MCtmuo="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.5511b4fa7_1765292273210_0.4401345258542395"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-09T14:57:53.436Z","publish_time":1765292273436,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.bc2b2cdea":{"name":"@firebase/database","version":"1.1.0-canary.bc2b2cdea","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.bc2b2cdea","@firebase/util":"1.13.0-canary.bc2b2cdea","@firebase/component":"0.7.0-canary.bc2b2cdea","@firebase/app-check-interop-types":"0.3.3-canary.bc2b2cdea","@firebase/auth-interop-types":"0.2.4-canary.bc2b2cdea","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.bc2b2cdea","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.bc2b2cdea","readmeFilename":"README.md","gitHead":"bc2b2cdeae920ff22aca3414c2a1b79d4a3b1351","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-PFKwxVff/pY48yeGJ1h2Ki0WcQqDfgKPSzgfMW4jnDpcyam8PbH/nRFxZSWMcp27vLUJNutsN4t3EcqKWNotuw==","shasum":"1b268ce931e2fd64f5d0a9c1a7694c559ec3b383","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.bc2b2cdea.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICjdXdBemARqs0w/32TTAf/L+vxELg1CxaWUqjjmI3GRAiEA993r7atjSrqfJNJALNue63rba7rrJc3tenWhDvnWwmU="}],"size":1668116},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.bc2b2cdea_1765567697001_0.9028778939498601"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-12T19:28:17.206Z","publish_time":1765567697206,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.8e26a5590":{"name":"@firebase/database","version":"1.1.0-canary.8e26a5590","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.8e26a5590","@firebase/util":"1.13.0-canary.8e26a5590","@firebase/component":"0.7.0-canary.8e26a5590","@firebase/app-check-interop-types":"0.3.3-canary.8e26a5590","@firebase/auth-interop-types":"0.2.4-canary.8e26a5590","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.8e26a5590","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.8e26a5590","readmeFilename":"README.md","gitHead":"8e26a5590ca1dfb809720f8697429e3894123406","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ER/N7Sd/BVmIsjYyuGGYpiJNecuTi32cuUpinKb1SSlDFEudvmPG0ZLxTu8DaY1BoVKyG8RFZPjpCoDPVFKtNQ==","shasum":"f1077d44656374fc78b23d3c7a60bac699edd714","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.8e26a5590.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDUrV356HBHzgj27nLRYmZcingIGZu9MwWoYJhfD9BlhwIhAIvCjnzakD5xZpM+W0bTyAd6GgL/1D7rrU5xxnHBhWNP"}],"size":1668125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.8e26a5590_1765901776495_0.028569940352808576"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-16T16:16:16.705Z","publish_time":1765901776705,"_source_registry_name":"default","contributors":[]},"1.1.0-caching-fdc.9f17eac6e":{"name":"@firebase/database","version":"1.1.0-caching-fdc.9f17eac6e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-caching-fdc.9f17eac6e","@firebase/util":"1.13.0-caching-fdc.9f17eac6e","@firebase/component":"0.7.0-caching-fdc.9f17eac6e","@firebase/app-check-interop-types":"0.3.3-caching-fdc.9f17eac6e","@firebase/auth-interop-types":"0.2.4-caching-fdc.9f17eac6e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.3-caching-fdc.9f17eac6e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-caching-fdc.9f17eac6e","readmeFilename":"README.md","gitHead":"9f17eac6e8aadbce3ad9dc5d71992e528b7b3310","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-RVHKXRNkpNrhvpUk2hr2k6K6a+iQEw+Q5iU8cdCQsGM49m+b5qwhBidPGFbKM5bfW3unrhseLkepjut2b14j4A==","shasum":"e31c3fd92a34889da2c4b6bceaa65498b57de0c2","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-caching-fdc.9f17eac6e.tgz","fileCount":201,"unpackedSize":8697529,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDWWJicS5uQAj9EhSwVK7YsWUS6f5KMmt5kvc9dSK1XXwIgY19NHA+Is6q8SVzQXBzdboTQ89NywWQSun2SvEV3rWw="}],"size":1668140},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-caching-fdc.9f17eac6e_1765908701810_0.3022549614941399"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-12-16T18:11:42.284Z","publish_time":1765908702284,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.9cf4b7e35":{"name":"@firebase/database","version":"1.1.0-canary.9cf4b7e35","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.9cf4b7e35","@firebase/util":"1.13.0-canary.9cf4b7e35","@firebase/component":"0.7.0-canary.9cf4b7e35","@firebase/app-check-interop-types":"0.3.3-canary.9cf4b7e35","@firebase/auth-interop-types":"0.2.4-canary.9cf4b7e35","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.9cf4b7e35","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.9cf4b7e35","readmeFilename":"README.md","gitHead":"9cf4b7e35d73c5ae03bbee3e016970af0982ccdf","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-sHPYdRhnxYIaPgzxIywH1ig1d612QIdyTZwRkOFiAJBjN70t4e5k1un+Z1nxvaTg+sdwLAtGVmMzBLb+zCgu8A==","shasum":"c02c708b65a31d6d58e791de896b806a6a4de3c4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.9cf4b7e35.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDLfPgEu/+ULWL0SJPbSttPyzKxr3NUrCPU5AjxN/c9DQIgBojhenY3iveLgR0U2muuB5vqrHr8ibCs+FsDqU6fC+c="}],"size":1668125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.9cf4b7e35_1767645099172_0.5565012637828901"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-05T20:31:39.438Z","publish_time":1767645099438,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.8bac8f0b2":{"name":"@firebase/database","version":"1.1.0-canary.8bac8f0b2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.8bac8f0b2","@firebase/util":"1.13.0-canary.8bac8f0b2","@firebase/component":"0.7.0-canary.8bac8f0b2","@firebase/app-check-interop-types":"0.3.3-canary.8bac8f0b2","@firebase/auth-interop-types":"0.2.4-canary.8bac8f0b2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.8bac8f0b2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.8bac8f0b2","readmeFilename":"README.md","gitHead":"8bac8f0b2861ca192f07d9f4e5826709a77a9c63","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-d+HKjha60pO0a5OGJ1jtPV4iZX4Bulnswdvil0ABTbn/0Y8TRMIxGK27wsEgifQ8PBYn8Ek2X8kB7BLFXPZVSw==","shasum":"84412f0bb3ffa373786a3a201c1baa48f9196012","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.8bac8f0b2.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAZfovfH4G8qqroB3zkCThgyODfWLNq5g/CP81qauOHoAiEAuXN9M2NPbgXkxQkDOlkEFUeG2nmyL/fWUt692HcuDfg="}],"size":1668118},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.8bac8f0b2_1767810202468_0.3909903076991126"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-07T18:23:22.660Z","publish_time":1767810202660,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.5579b387a":{"name":"@firebase/database","version":"1.1.0-canary.5579b387a","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.5579b387a","@firebase/util":"1.13.0-canary.5579b387a","@firebase/component":"0.7.0-canary.5579b387a","@firebase/app-check-interop-types":"0.3.3-canary.5579b387a","@firebase/auth-interop-types":"0.2.4-canary.5579b387a","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.5579b387a","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.5579b387a","readmeFilename":"README.md","gitHead":"5579b387ab697347ecd4a29ffed47c4cf808d544","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-BnVq97BkVNvSz1pK7jOd4YaTXUmhuYCnt35ViYnTJ70iVtRZYgI0k63iz/TWlNyuW26svYJ54mhRxbYttUN3fQ==","shasum":"ac0253f96f6f3dd3caa8c736e1202879fb905c56","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.5579b387a.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDKipQ5tpllbscshxZT1pYBUns7T72W7fWxt5NzNnr/2wIgJf7jq4any97I6/L7gBHwN5rTQ8b53vzArFZQmvjuOAM="}],"size":1668129},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.5579b387a_1768244094346_0.6660948355029155"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-12T18:54:54.561Z","publish_time":1768244094561,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.b2827448b":{"name":"@firebase/database","version":"1.1.0-canary.b2827448b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.b2827448b","@firebase/util":"1.13.0-canary.b2827448b","@firebase/component":"0.7.0-canary.b2827448b","@firebase/app-check-interop-types":"0.3.3-canary.b2827448b","@firebase/auth-interop-types":"0.2.4-canary.b2827448b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.b2827448b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.b2827448b","readmeFilename":"README.md","gitHead":"b2827448bf8b51e2a1d0343092989a7b79fc0491","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Dplipoh4CDcxVoRKK5SzMZdWBACaooC9SxeHL1wEGlaLOxNJEULYKEDh5yTaFuZrrNVtBsqRLxKP8v28OrhzrA==","shasum":"17eb8d0d780fca5c13a147117abe1ee324e98bad","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.b2827448b.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAeiJkSEIjyLh5b9HbnOKo+XSpZyYxBlcapbP5RtG573AiAq4H8bMSbmTKLxJCRi0x5zxXS4MLXhiI5n/noS7us9eQ=="}],"size":1668128},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.b2827448b_1768319659361_0.9116210581149675"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-13T15:54:19.617Z","publish_time":1768319659617,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.d5ff5a4b1":{"name":"@firebase/database","version":"1.1.0-canary.d5ff5a4b1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.d5ff5a4b1","@firebase/util":"1.13.0-canary.d5ff5a4b1","@firebase/component":"0.7.0-canary.d5ff5a4b1","@firebase/app-check-interop-types":"0.3.3-canary.d5ff5a4b1","@firebase/auth-interop-types":"0.2.4-canary.d5ff5a4b1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.d5ff5a4b1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.d5ff5a4b1","readmeFilename":"README.md","gitHead":"d5ff5a4b1d3c9cf0e5f00fa4d3e05e8887fb3573","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-9qrL8eOlEmFIkWaCqHWHjMKAVjTdNCBmjb1WdrFdMdtiarqF455c7E2aANhuRuhYtVAZ7IUj/nURKfXjw5S4vw==","shasum":"f233070dc466db902f529bb14e5814be4b52915a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.d5ff5a4b1.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHS5wcVZ0WmkLV6ouAWTfm/dlslxpO04N3fXc5sMB+7iAiEAg+i53ZwOoKn5/CslWFJymON2y7HjznkygjNlAy/GhTQ="}],"size":1668122},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.d5ff5a4b1_1768407677401_0.28896370347050016"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-14T16:21:17.727Z","publish_time":1768407677727,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.efc0117ae":{"name":"@firebase/database","version":"1.1.0-canary.efc0117ae","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.efc0117ae","@firebase/util":"1.13.0-canary.efc0117ae","@firebase/component":"0.7.0-canary.efc0117ae","@firebase/app-check-interop-types":"0.3.3-canary.efc0117ae","@firebase/auth-interop-types":"0.2.4-canary.efc0117ae","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.6-canary.efc0117ae","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.efc0117ae","readmeFilename":"README.md","gitHead":"efc0117ae2fd54e78d36134f56e642e53cbe716b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ZxIOjRbchK/XMSUmpE0tu4Fc5dwrvc+YEEuDSSqVaEnYZAKGQlv1frdJKz/CNCuAKWQ/C5LTj4xsKLdXHXntlg==","shasum":"b4366784996e32519cc64c26d5d99464f38f3eea","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.efc0117ae.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICAIHuJuxB0X9bo9QeG52FnbKiDh3TsBViz9/eEoEschAiEAu0CDiGtw20y56f5mtSaBm7LmVexXt4pj2pnYHsrXzrI="}],"size":1668108},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.efc0117ae_1768417843433_0.9836312646836336"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-14T19:10:43.693Z","publish_time":1768417843693,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.817151ee9":{"name":"@firebase/database","version":"1.1.0-canary.817151ee9","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.817151ee9","@firebase/util":"1.13.0-canary.817151ee9","@firebase/component":"0.7.0-canary.817151ee9","@firebase/app-check-interop-types":"0.3.3-canary.817151ee9","@firebase/auth-interop-types":"0.2.4-canary.817151ee9","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.817151ee9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.817151ee9","readmeFilename":"README.md","gitHead":"817151ee911d0d040f3951ea1f6adc9c776ada7e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Zrw4xoDw0Y03cLWNBlzX1jjxH+1aJSfuHT0hUljXbdzOl0ywkLkWDIfPuYbB5Y1/a/ZPWhHztsUmJEpfcckvwA==","shasum":"e40844228447f05edc2a08e942c5e34b7d4c720c","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.817151ee9.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCjlohQY5Tzdfzz1N2oc37kPJtj/SqIpdejwMK/FGsECQIgbYNLYsA/OIKRSJhUE9oY3RymtH+nytsnu2iEfhekR3c="}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.817151ee9_1768436761744_0.09378160402171054"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-15T00:26:01.933Z","publish_time":1768436761933,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.58ddd6e54":{"name":"@firebase/database","version":"1.1.0-canary.58ddd6e54","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.58ddd6e54","@firebase/util":"1.13.0-canary.58ddd6e54","@firebase/component":"0.7.0-canary.58ddd6e54","@firebase/app-check-interop-types":"0.3.3-canary.58ddd6e54","@firebase/auth-interop-types":"0.2.4-canary.58ddd6e54","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.58ddd6e54","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.58ddd6e54","readmeFilename":"README.md","gitHead":"58ddd6e545643308f5cdaf3ac0ecb3397cbf320c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-3XbWuOJbdvOErnzul2iZROwz3ORGvNV7KzBVKoHnAHOghVDmc3Xx/Dglr+3KYLNoMsHObkqDxNBr0HemXfisUA==","shasum":"4787ca13a663ef81bff249168b5543efd9241d67","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.58ddd6e54.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDdaO0OqytgIhE/18yy763ep8Ej4U81f46eIk9QHGj/+QIhANZ255DZvCxJv/oAxVxeVinrcmiL+Zt8VK827Ftb6Ekd"}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.58ddd6e54_1768578483929_0.47036757830323683"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-16T15:48:04.174Z","publish_time":1768578484174,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.d818df4e8":{"name":"@firebase/database","version":"1.1.0-canary.d818df4e8","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.d818df4e8","@firebase/util":"1.13.0-canary.d818df4e8","@firebase/component":"0.7.0-canary.d818df4e8","@firebase/app-check-interop-types":"0.3.3-canary.d818df4e8","@firebase/auth-interop-types":"0.2.4-canary.d818df4e8","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.d818df4e8","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.d818df4e8","readmeFilename":"README.md","gitHead":"d818df4e8697c70bf9dbf58620e47d40d175ecc8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-0lMVpF9IVk5ofn5nDXS4uhIMDt/ibUIzHbOkZF2VguNYPzYyw5EIseM1gRNGnPr9OD2X7uD/E8T1rfCQwu6lig==","shasum":"040661bafb8e6d371965bcdba60cc1f7576def9e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.d818df4e8.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDvML9Z/XdN+2/ErdkJ9nEEAwDNfxTLczzPWD37x2dKwAIgWG800otrki3cg4cZfGLn20IWfhc2ZKPFKhNWSQO9as4="}],"size":1668120},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.d818df4e8_1769027635357_0.46131064803956856"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-21T20:33:55.543Z","publish_time":1769027635543,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.08e3acdf0":{"name":"@firebase/database","version":"1.1.0-canary.08e3acdf0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.08e3acdf0","@firebase/util":"1.13.0-canary.08e3acdf0","@firebase/component":"0.7.0-canary.08e3acdf0","@firebase/app-check-interop-types":"0.3.3-canary.08e3acdf0","@firebase/auth-interop-types":"0.2.4-canary.08e3acdf0","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.08e3acdf0","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.08e3acdf0","readmeFilename":"README.md","gitHead":"08e3acdf098dc5499081c610bcbe428f376f9ded","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-EuOe2r3DGJEYVmiuMG58Qe5rJSpD02gtgoJinDdJTR18Yw2Reauz75YxvAiTYUrtyQkYy6plPXL90JKBb6A14g==","shasum":"392b95d30de2db5e4cdfda3b9f86f5561542f3bf","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.08e3acdf0.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIC4AmqoBuPn4/POw5KFs2Lf5gnVvbCR6XVnh5X6nxnSXAiAGb2jz4ylQtPsok9dkPfsgA77zrxXLL47vRY0YxktKqg=="}],"size":1668117},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.08e3acdf0_1769450997320_0.36221982167021727"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-26T18:09:57.568Z","publish_time":1769450997568,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.f9aaeca46":{"name":"@firebase/database","version":"1.1.0-canary.f9aaeca46","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.f9aaeca46","@firebase/util":"1.13.0-canary.f9aaeca46","@firebase/component":"0.7.0-canary.f9aaeca46","@firebase/app-check-interop-types":"0.3.3-canary.f9aaeca46","@firebase/auth-interop-types":"0.2.4-canary.f9aaeca46","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.f9aaeca46","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.f9aaeca46","readmeFilename":"README.md","gitHead":"f9aaeca466f3650a1bd1f83d3ee32ceb105faf65","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nM6uhln1jEKX0B7+19GTzPMSUBxMlZN/dSu/tV9t26vKgwSErdYymhZNPEk3FH/keai0GLzm1r2KBzPmujcy4g==","shasum":"c82c664f4f644b700c0e3cf9b806c1c9a0d411ad","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.f9aaeca46.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGgcCWYfZAAFSHQIZypFzlobFAwrgYwNzc80WJdmXjpDAiBY4zu1ptgTSKy+Wim7zWvGMO8p8ngdKIugsq/l4uTsrA=="}],"size":1668118},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.f9aaeca46_1769451131227_0.1305502460153407"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-26T18:12:11.479Z","publish_time":1769451131479,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.c4a3a5643":{"name":"@firebase/database","version":"1.1.0-canary.c4a3a5643","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.c4a3a5643","@firebase/util":"1.13.0-canary.c4a3a5643","@firebase/component":"0.7.0-canary.c4a3a5643","@firebase/app-check-interop-types":"0.3.3-canary.c4a3a5643","@firebase/auth-interop-types":"0.2.4-canary.c4a3a5643","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.c4a3a5643","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.c4a3a5643","readmeFilename":"README.md","gitHead":"c4a3a5643b79a2165d8b38d35734053dcce8d224","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-rrH/3TsR1CP8PO4nsLupQ6EFKJNy7umPmTEZK6GlvPtgHvsiA89HETGt8Hm2uS65rycwqANrKF+6VxuDqQA6JQ==","shasum":"eeeecb56b3c557e390b073feb83613ce31d14510","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.c4a3a5643.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIG/IBj3dOtV0jk5EzHj5ZUXsPIKgj64FwTKIyMIBdJ9tAiEA4lObV9LI9XbfuiMXOme0T5rPbW7eqypD73nKKDpjFlw="}],"size":1668126},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.c4a3a5643_1769530219716_0.39499722179682695"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-27T16:10:19.981Z","publish_time":1769530219981,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.2e7432986":{"name":"@firebase/database","version":"1.1.0-canary.2e7432986","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.2e7432986","@firebase/util":"1.13.0-canary.2e7432986","@firebase/component":"0.7.0-canary.2e7432986","@firebase/app-check-interop-types":"0.3.3-canary.2e7432986","@firebase/auth-interop-types":"0.2.4-canary.2e7432986","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.2e7432986","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.2e7432986","readmeFilename":"README.md","gitHead":"2e74329868f90e92ac8a32d131aa9dd9226ccb59","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-nSMpkk5EAnnHQMqz8UiuDbmOxLDOf6rSpUV5zJHPhZTavb5ORevqZ4MdIsKuY+YirCDr4pnKBkxftBK5vWyUfA==","shasum":"ec136c767539047024cff74c3012015c9c681392","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.2e7432986.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCRovqyGLDmzl7eMlL8l7gDcYR5UIz4nO24xtHJvLg5NwIhAI9oq1dLyulabBaARXR0bWEGtocze34kIKFcDXnB/N9i"}],"size":1668129},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.2e7432986_1769715313688_0.2751793771370308"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-29T19:35:13.895Z","publish_time":1769715313895,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.65a553baf":{"name":"@firebase/database","version":"1.1.0-canary.65a553baf","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.65a553baf","@firebase/util":"1.13.0-canary.65a553baf","@firebase/component":"0.7.0-canary.65a553baf","@firebase/app-check-interop-types":"0.3.3-canary.65a553baf","@firebase/auth-interop-types":"0.2.4-canary.65a553baf","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.65a553baf","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.65a553baf","readmeFilename":"README.md","gitHead":"65a553baf435be2463477ef9ddb114f26a2845ce","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-zOGS4c9E56GaUPqRtkQXF0BL9XJhi5ANEl3hnibTLjX0SFHxkRkrqpWx/ZxmVpBIJLebSvToXhRa+hFqfdRcvg==","shasum":"dff6c9ccbe57a9e8d1e8ddd8bc6ae52a0fb86934","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.65a553baf.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCOjw4vXoQWNDDH2iOjrGu88ukNiOPSwfwK8YKaTyMViQIhAOOKw9oFQ6Yp3P811t51dyFUcq2rZEXkGUzUsf6bYaSU"}],"size":1668124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.65a553baf_1769715944977_0.48442237526692744"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-29T19:45:45.233Z","publish_time":1769715945233,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.691a506ec":{"name":"@firebase/database","version":"1.1.0-canary.691a506ec","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.691a506ec","@firebase/util":"1.13.0-canary.691a506ec","@firebase/component":"0.7.0-canary.691a506ec","@firebase/app-check-interop-types":"0.3.3-canary.691a506ec","@firebase/auth-interop-types":"0.2.4-canary.691a506ec","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.691a506ec","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.691a506ec","readmeFilename":"README.md","gitHead":"691a506ecaa10ac3f0354313f5de5a47f4c85199","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-SIeFkpVjvy7HXgkciLX7SnGgdj6Fvb6X+7Z/8V/7kD+aKbKn0Duc+pLREGkehju6gBsEMnmjmW+31Hk4DlEGlg==","shasum":"74f64075409146239d3184b589f44df6605891d1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.691a506ec.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGc2jd73X4Cy7CN1dKSDgqEIyAMP6RyjUajzVm7Nkp+ZAiEAuYn+HqRuEnMB96ch3M77lojtUwOGLU3T5b35HXapqqY="}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.691a506ec_1769717579829_0.6553602869986062"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-29T20:13:00.079Z","publish_time":1769717580079,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.8123231a1":{"name":"@firebase/database","version":"1.1.0-canary.8123231a1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.8123231a1","@firebase/util":"1.13.0-canary.8123231a1","@firebase/component":"0.7.0-canary.8123231a1","@firebase/app-check-interop-types":"0.3.3-canary.8123231a1","@firebase/auth-interop-types":"0.2.4-canary.8123231a1","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.8123231a1","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.8123231a1","readmeFilename":"README.md","gitHead":"8123231a1e7030400ac362e13d4cafb8d40f5d4c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/CaMBFocJPqL5JhMNccmuvEq9x3xvFeaKQy+dhPiXLPwGW/HUdPhyXdRs53MRZe1FR2ZpMrI/3rBbMzTpyBwew==","shasum":"1e51b73c69dc9ac623e2ad9cbabbee602d66e00b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.8123231a1.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGBlvige5vG8iKMRTYjixcl/6TvA+TDZSsbIUU4Tbbp/AiACbcBFblT2OU85Ma4t3epY8bytHBtMzwo+DyRCV8vbPw=="}],"size":1668124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.8123231a1_1769721571712_0.5879237391093688"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-29T21:19:31.940Z","publish_time":1769721571940,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.f9254b6d2":{"name":"@firebase/database","version":"1.1.0-canary.f9254b6d2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.f9254b6d2","@firebase/util":"1.13.0-canary.f9254b6d2","@firebase/component":"0.7.0-canary.f9254b6d2","@firebase/app-check-interop-types":"0.3.3-canary.f9254b6d2","@firebase/auth-interop-types":"0.2.4-canary.f9254b6d2","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.f9254b6d2","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.f9254b6d2","readmeFilename":"README.md","gitHead":"f9254b6d28cc086a763d7fed42a59d6d2199aae8","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-g/6h+0rXgiwdhi7bcTnmBFfky3dOgFMGaN3cze/whgd8X/yfWyiAHa5TxIQG4cr8Om5q/MT3NCRTHvgP/YfQCQ==","shasum":"de76a4b175654fd2226a9418909d31406edcad49","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.f9254b6d2.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCquNNjeyybmUQKhDD/RZx3VVL5WLHA/swb8TWfgJdWaQIhALwVij/fB/3tKvrG5eZJ8qBgMSruublvAWTB2TTE3w6h"}],"size":1668124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.f9254b6d2_1769796730202_0.5789253899065832"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-30T18:12:10.456Z","publish_time":1769796730456,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.b10a296fa":{"name":"@firebase/database","version":"1.1.0-canary.b10a296fa","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.b10a296fa","@firebase/util":"1.13.0-canary.b10a296fa","@firebase/component":"0.7.0-canary.b10a296fa","@firebase/app-check-interop-types":"0.3.3-canary.b10a296fa","@firebase/auth-interop-types":"0.2.4-canary.b10a296fa","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.7-canary.b10a296fa","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.b10a296fa","readmeFilename":"README.md","gitHead":"b10a296fa1316cd8c82e33b38e1fb66d7bdcbbc6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-a1VT4sphoWstfQLOg8AfmNBNNtOfY2JyKY4mr1RhzelUh375ahLE/XSnObr9hqOIHq7mYZ+0CuRpPBRm93yy6A==","shasum":"c31cca4b354a23e30dfdf8658aa54d01085a5657","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.b10a296fa.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFbahdhjS6MZngqR4UWqbBJLOQJqgLmD2+e+oHyK+in+AiEAqbGgBnrSF6QT2epEjsAqNvAdWvOZPCS3xuVUA7UaGsI="}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.b10a296fa_1770144974703_0.7799970457664847"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-03T18:56:14.922Z","publish_time":1770144974922,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.e4b2890fd":{"name":"@firebase/database","version":"1.1.0-canary.e4b2890fd","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.e4b2890fd","@firebase/util":"1.13.0-canary.e4b2890fd","@firebase/component":"0.7.0-canary.e4b2890fd","@firebase/app-check-interop-types":"0.3.3-canary.e4b2890fd","@firebase/auth-interop-types":"0.2.4-canary.e4b2890fd","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.e4b2890fd","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.e4b2890fd","readmeFilename":"README.md","gitHead":"e4b2890fd25795d93af6ae209b10ad69a8939b3a","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Fpcf/14NO+ldyxehP7HKTIdJDKEmgVhgnkoNpxk9/HyPbBOnJyv7mmGrF3VkhfkGWB8LsiVlp7msqztB7HBPCA==","shasum":"88b39ca3f2d4abcf3ac78dac8fbeb6b9c256cc82","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.e4b2890fd.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGkBpnrx4CPknLfibC+gidQKE8/VWza7mIv+U2RGgNQzAiEA7QKlYKC5FoylHk6yrpV+jdSBaHDYqlcyuCXWKOIqSao="}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.e4b2890fd_1770303257648_0.12705087881782262"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-05T14:54:17.831Z","publish_time":1770303257831,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.2bd48a604":{"name":"@firebase/database","version":"1.1.0-canary.2bd48a604","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.2bd48a604","@firebase/util":"1.13.0-canary.2bd48a604","@firebase/component":"0.7.0-canary.2bd48a604","@firebase/app-check-interop-types":"0.3.3-canary.2bd48a604","@firebase/auth-interop-types":"0.2.4-canary.2bd48a604","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.2bd48a604","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.2bd48a604","readmeFilename":"README.md","gitHead":"2bd48a604d4ab4df4a9dec9a78a880a9b18891c7","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-DQyTVFfFNEC3+6zmvwY0ThPrQCaM2bcSaVycp5qWFoFwOkCk/HjnO7It7m170BfiRgikXlj8AjzTs9vrWH45zw==","shasum":"b1b161b9bf304ccb97a7215fd3fea3576f1b4a3f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.2bd48a604.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIBEBra0xtfJ8354R2OR4fMV5mWyIEHj+qshk3aZNb2+QAiAGz78/PByo3VcJDRB+h+cJUfkxTxRmwnKCbpNoP6MRkQ=="}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.2bd48a604_1771435528497_0.754884008850321"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T17:25:28.730Z","publish_time":1771435528730,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.35b284af4":{"name":"@firebase/database","version":"1.1.0-canary.35b284af4","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.35b284af4","@firebase/util":"1.13.0-canary.35b284af4","@firebase/component":"0.7.0-canary.35b284af4","@firebase/app-check-interop-types":"0.3.3-canary.35b284af4","@firebase/auth-interop-types":"0.2.4-canary.35b284af4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.35b284af4","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.35b284af4","readmeFilename":"README.md","gitHead":"35b284af4789f9081addce73ad5d85ab34e984f9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ALef0bMubgV46+P76Js2mzHGIRiAFLYm1NJcxDM6H9wUmfYiXidII78fo/gB+JBJ8IOlIHUekl6VRKl3H1VdcA==","shasum":"0383628de2c03c3a66a820a96ac181cb177b964b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.35b284af4.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDpWtIS8bUFw8C1SUuGy1gfg8T44jgHKHRg5fts9AoYHAIgfBYeM5eqWVzxcHrCo2oQazKcw0WAjBExpfWq+JhYLVM="}],"size":1668125},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.35b284af4_1771439011799_0.6506230803759665"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:23:32.039Z","publish_time":1771439012039,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.93eeffcb3":{"name":"@firebase/database","version":"1.1.0-canary.93eeffcb3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.93eeffcb3","@firebase/util":"1.13.0-canary.93eeffcb3","@firebase/component":"0.7.0-canary.93eeffcb3","@firebase/app-check-interop-types":"0.3.3-canary.93eeffcb3","@firebase/auth-interop-types":"0.2.4-canary.93eeffcb3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.93eeffcb3","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.93eeffcb3","readmeFilename":"README.md","gitHead":"93eeffcb3463b035f32b36cf26853b88aba5b22d","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-jKlmah62u7pnODznD/y6gtT4/4Geq9zRcz4gUujonRFMkBSgP2VVq1pu7wH8kHP6Si+9FuDJ+lh1P9pRDNIKCg==","shasum":"2e26120a7f65231105cf56452cd81458696f7b77","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.93eeffcb3.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCiayXCQ9dagAyNbYCeFyN1vytkhWS4mBcfJ6odGRpDWwIgSQSatPslmUeiZz3KsCPSwMvJi5RWYWOaEvAKOiygoMo="}],"size":1668119},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.93eeffcb3_1771439062414_0.7294809338531716"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:24:22.696Z","publish_time":1771439062696,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.d7c311a4b":{"name":"@firebase/database","version":"1.1.0-canary.d7c311a4b","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.d7c311a4b","@firebase/util":"1.13.0-canary.d7c311a4b","@firebase/component":"0.7.0-canary.d7c311a4b","@firebase/app-check-interop-types":"0.3.3-canary.d7c311a4b","@firebase/auth-interop-types":"0.2.4-canary.d7c311a4b","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.d7c311a4b","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.d7c311a4b","readmeFilename":"README.md","gitHead":"d7c311a4bb2d23bb5a88b31f981f1da4bc058a41","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-ecJdDTuJ4pqLWU+1UR4IgIYAd54nXCu3bRoYWTbC0CCgnRpFDNEpYyYFQQP9ZjyZTcRcGNi9CDCIKkQepEFlFQ==","shasum":"d8553c4925b59cf43d5ffcf5ee691b43fd0ae82a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.d7c311a4b.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDhm/1QH4ZXa3hhE8f9rYptQ2+E9l3HEqrqN5d8o9aQdAIhALn5NbqjAIaLX9ydlDu1tF1zp/OJ8dw6ycfh5fK2KCNK"}],"size":1668123},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.d7c311a4b_1771439176597_0.9458495018267923"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:26:16.843Z","publish_time":1771439176843,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.9ced4281d":{"name":"@firebase/database","version":"1.1.0-canary.9ced4281d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.9ced4281d","@firebase/util":"1.13.0-canary.9ced4281d","@firebase/component":"0.7.0-canary.9ced4281d","@firebase/app-check-interop-types":"0.3.3-canary.9ced4281d","@firebase/auth-interop-types":"0.2.4-canary.9ced4281d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.9ced4281d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.9ced4281d","readmeFilename":"README.md","gitHead":"9ced4281d342ff523aca0a8dd397fec251d25954","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-L3gDoE0+axYbZJlny5LfUmgAHe9xPGbgaV8BjEra4tWAE+hsVV4CDG69qTkEnfzfaJ5uXDbhRy1K+Zyz4wslrw==","shasum":"90b4feeb92c00244e9512d8f582c4bdcfd0b4d3b","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.9ced4281d.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDOLMo3Gvhlot22EYw8zHWnIHvFW+NvNojPklwlCj6p9AiByKofYhESHqN3nSuyER4VeNffav+CQSgF8AdjIO2R+HA=="}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.9ced4281d_1771439292146_0.34040441926381626"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:28:12.476Z","publish_time":1771439292476,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.c48b47674":{"name":"@firebase/database","version":"1.1.0-canary.c48b47674","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.c48b47674","@firebase/util":"1.13.0-canary.c48b47674","@firebase/component":"0.7.0-canary.c48b47674","@firebase/app-check-interop-types":"0.3.3-canary.c48b47674","@firebase/auth-interop-types":"0.2.4-canary.c48b47674","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.c48b47674","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.c48b47674","readmeFilename":"README.md","gitHead":"c48b47674186e950985ece6ce4d70ccbec86a430","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-P4rWCk4OIVbEdoiUmznJTg0rbu1duyF+zVBjyWX6TJk40bE9hHQjJeeb2qhbu2CRRp6AR87upIzQT9Ba/M+/qw==","shasum":"1173c8716360c6c5722e7f6ef34773c50098ffb3","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.c48b47674.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCYmEBrIRZ+ktVp9paACTxF4nKnHfnb37ML0Ab4t1y6SgIhAOyxjFGn0iFz+0s/UoQYMRTtOXxmqKYmNTv3LikOq2y9"}],"size":1668128},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.c48b47674_1771439333303_0.9624397547948538"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:28:53.538Z","publish_time":1771439333538,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.4d2ab8507":{"name":"@firebase/database","version":"1.1.0-canary.4d2ab8507","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.4d2ab8507","@firebase/util":"1.13.0-canary.4d2ab8507","@firebase/component":"0.7.0-canary.4d2ab8507","@firebase/app-check-interop-types":"0.3.3-canary.4d2ab8507","@firebase/auth-interop-types":"0.2.4-canary.4d2ab8507","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.4d2ab8507","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.4d2ab8507","readmeFilename":"README.md","gitHead":"4d2ab8507efe95ccd7ffd8e77adfe11c1c041140","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/eRkZ+6lycFzcJGS6ma5sYhRJ9myocWPKOo9Vqqqdsxam/O4yLy7orzTt+sfXpQMBmMCZc7FrMf0zr6mv1MLuA==","shasum":"b3c83ba9c7522d0146952b3d7f984b680c3277e1","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.4d2ab8507.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDtcieyxJe85e4WrwiEiFNpZxNURd6kA80qBdE8h3Fp9gIhAPAJdz/hkI3XsOd16vcgy5Bbi44gM97vPdKojXAEo2fL"}],"size":1668124},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.4d2ab8507_1771439455162_0.7840535122566288"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:30:55.383Z","publish_time":1771439455383,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.d4b22a872":{"name":"@firebase/database","version":"1.1.0-canary.d4b22a872","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.d4b22a872","@firebase/util":"1.13.0-canary.d4b22a872","@firebase/component":"0.7.0-canary.d4b22a872","@firebase/app-check-interop-types":"0.3.3-canary.d4b22a872","@firebase/auth-interop-types":"0.2.4-canary.d4b22a872","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.d4b22a872","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.d4b22a872","readmeFilename":"README.md","gitHead":"d4b22a872cd42c23cc23e5be093741bd5a5d0bd4","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-aa7Hcg5m+A06suNFx3CVhtdWoEyumuL/uoY0n/q2dddUNCI+0EfCg1V8tjIDvk6gLZyQJfnmY+tdJ92dnnZxiQ==","shasum":"3f168448348c7f5a5bf72af7ef3a1d1ee345e5ec","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.d4b22a872.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIAMVA6vTK2M16FzJJRmy1P0/r89RyodKAMp+G4Y7SoN/AiB2LSV1ekI8puFzjUdYO2YOynoOopee4gLrMrpXK+gODQ=="}],"size":1668122},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.d4b22a872_1771439621009_0.7133442195706932"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T18:33:41.322Z","publish_time":1771439621322,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.7b1e6ec79":{"name":"@firebase/database","version":"1.1.0-canary.7b1e6ec79","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.1.0-canary.7b1e6ec79","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"09ab3b1d19ac565a17ab9d7d341714eeded6fbe0","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.7b1e6ec79.tgz","fileCount":201,"integrity":"sha512-nucSRIjt7a8PIrrxp7elwWh3qBbajRnPwiBG2h48+mCD6BqJSMG2o7neQRly7+x7bCG9h7pUxN5s7VBmW/ZSfw==","signatures":[{"sig":"MEUCIFXVrayO5sLzLXy62ypXGioAGUgOytPNNpVSZ7lwprdRAiEAqXQhkyK/Ytlh0azc66pPNRHLuPA0Psk0XKeAZSgM7GY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8697474,"size":1668122},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"7b1e6ec79e81c0014d581ee335aacf0950908863","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.13.0-canary.7b1e6ec79","faye-websocket":"0.11.4","@firebase/logger":"0.5.0-canary.7b1e6ec79","@firebase/component":"0.7.0-canary.7b1e6ec79","@firebase/auth-interop-types":"0.2.4-canary.7b1e6ec79","@firebase/app-check-interop-types":"0.3.3-canary.7b1e6ec79"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.14.8-canary.7b1e6ec79","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.1.0-canary.7b1e6ec79_1771444305019_0.7202041376095625","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-02-18T19:51:45.231Z","publish_time":1771444305231,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.47f85219d":{"name":"@firebase/database","version":"1.1.0-canary.47f85219d","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.47f85219d","@firebase/util":"1.13.0-canary.47f85219d","@firebase/component":"0.7.0-canary.47f85219d","@firebase/app-check-interop-types":"0.3.3-canary.47f85219d","@firebase/auth-interop-types":"0.2.4-canary.47f85219d","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.47f85219d","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.47f85219d","readmeFilename":"README.md","gitHead":"47f85219d570f05c196e0085f2892d1297308fed","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-MRWjnQnsrtt5u8Kzrs6X9dg+MtgPOA1KTVGdYlB/JqQ92Ii4v2gvDgoQo+VFFBYNyF3xbhb9P2wt2RbMhl26mw==","shasum":"73e27ac7bafbbce2ef91db9d4527c2d99f5062d4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.47f85219d.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDuwVtTn/W0+mJ7AKYymXXor7l7fqvvKG8y53EWTjVrqAIgMc7nXaLfHDJbcZzM/Fiv2D74+UdyJE4Ky9cZ6fSbZzI="}],"size":1668127},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.47f85219d_1771444327817_0.7350009846090984"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-18T19:52:08.055Z","publish_time":1771444328055,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.f0b0398eb":{"name":"@firebase/database","version":"1.1.0-canary.f0b0398eb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.f0b0398eb","@firebase/util":"1.13.0-canary.f0b0398eb","@firebase/component":"0.7.0-canary.f0b0398eb","@firebase/app-check-interop-types":"0.3.3-canary.f0b0398eb","@firebase/auth-interop-types":"0.2.4-canary.f0b0398eb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.f0b0398eb","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.f0b0398eb","readmeFilename":"README.md","gitHead":"f0b0398eb8fad06161c8133143eba515a4501c6e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/01F7VQeTpEM0Es0/HXauKsroPJgLqk8872AHiq+2MzV4EBl+79pBjzwIQmvoIqpBCg5/DKP+N95UK8NRjl/LQ==","shasum":"c638d19af85fa40162896222c3c848bf4a13654e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.f0b0398eb.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCGjC4dSh1kj9b+wsjqjYIfMK2UgHs5xjrMZaZBwNvfewIhAIxsdZDr/t9QDd80ggBylP78d2nBbVtVXqTNN7gMqODM"}],"size":1668121},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.f0b0398eb_1771531122679_0.47107839719387967"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-19T19:58:42.909Z","publish_time":1771531122909,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.46fa57f9e":{"name":"@firebase/database","version":"1.1.0-canary.46fa57f9e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.46fa57f9e","@firebase/util":"1.13.0-canary.46fa57f9e","@firebase/component":"0.7.0-canary.46fa57f9e","@firebase/app-check-interop-types":"0.3.3-canary.46fa57f9e","@firebase/auth-interop-types":"0.2.4-canary.46fa57f9e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.46fa57f9e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.46fa57f9e","readmeFilename":"README.md","gitHead":"46fa57f9e6df52aff114c74b011a0b54c5a8db7c","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-4LcxpCn2fgInPeP9wurf3caPZTSMQC7rvVVBRmBnhO5ZdvzkPwWroSuYeTydxbOewvWXzN3/nxf60IFdjpf9gg==","shasum":"225926cee4583fa4bc747af6b4ed76dd5fbcdb7d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.46fa57f9e.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIHQw3tuOn9lBP3qsvW/tvBvoTHwGVRnkjIYweb3d9JxoAiEAp4Y3jNGDZHMhzisJRtKkFfM8I4oQ8Ssx8tgvsb4M9tE="}],"size":1668114},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.46fa57f9e_1771531180645_0.7131414105934171"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-19T19:59:40.883Z","publish_time":1771531180883,"_source_registry_name":"default","contributors":[]},"1.1.1-20260224183151":{"name":"@firebase/database","version":"1.1.1-20260224183151","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0","@firebase/util":"1.14.0-20260224183151","@firebase/component":"0.7.1-20260224183151","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.9-20260224183151","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.1-20260224183151","readmeFilename":"README.md","gitHead":"115bd080ecec9183b745365c939231e5175e14c6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-SvEYduOZy/zZNYKE8kEM1C2CMWyHsq7E1Q4k+HulC3Y0tTH43dKFbMSa1/hc8XoWOptzF0KpHHbIYp/tAZzwkA==","shasum":"c5f1d6387014b37fbc1cf9ae8949f2b007224d7e","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.1-20260224183151.tgz","fileCount":201,"unpackedSize":8697407,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCG58FZfBSFMYZie9gXc50MQqiI28L/7mSe/kioGBjTdgIgPKbihf1JZYIIEzea5Y73jracSjaInvLD94NcZSDHqrY="}],"size":1668140},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.1-20260224183151_1771958578507_0.5610495265325903"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-24T18:42:58.708Z","publish_time":1771958578708,"_source_registry_name":"default","contributors":[]},"1.1.0-canary.920624ade":{"name":"@firebase/database","version":"1.1.0-canary.920624ade","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.920624ade","@firebase/util":"1.13.0-canary.920624ade","@firebase/component":"0.7.0-canary.920624ade","@firebase/app-check-interop-types":"0.3.3-canary.920624ade","@firebase/auth-interop-types":"0.2.4-canary.920624ade","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.8-canary.920624ade","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.0-canary.920624ade","readmeFilename":"README.md","gitHead":"920624ade0431ae2fd9998a179fbe7111b723a8b","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-XvQ7zXYAU4so4bfNSpuLxPp9wUMJj3g/ym3/s+ov9INQg4BVl7EatNdgClqH1JCvyUsWy5oDoIfKb5wCA2eq9w==","shasum":"80b27e2f7551ed8f38fbb402e5d7c99da087cbeb","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.0-canary.920624ade.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFUHjTXDeFr8YLhk4SxJRbZ2fr06CLFaCz1J0JZURqU5AiEAiq18TknWytOtGSWHqJGsXVGZ2H5/gWWFY+dJ3gcH5g0="}],"size":1668113},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.0-canary.920624ade_1772139589824_0.4522715068931611"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-26T20:59:50.093Z","publish_time":1772139590093,"_source_registry_name":"default","contributors":[]},"1.1.1":{"name":"@firebase/database","version":"1.1.1","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0","@firebase/util":"1.14.0","@firebase/component":"0.7.1","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.9","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.1","gitHead":"291851cd07702ee8638315ea10a44e41e85c0ba6","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-LwIXe8+mVHY5LBPulWECOOIEXDiatyECp/BOlu0gOhe+WOcKjWHROaCbLlkFTgHMY7RHr5MOxkLP/tltWAH3dA==","shasum":"591610b5087ffc25cc56486ad03749b09c887759","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.1.tgz","fileCount":201,"unpackedSize":8697287,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIED4lb9kWFxe1EJXB7D+73Af0mhaY5OYFNO8n5CyNtL9AiBcJFClq95Dz0mM0uzBOznTxhLfTsJdPLiI6ozok64/Gg=="}],"size":1668017},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.1_1772207889952_0.7145057586327312"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-27T15:58:10.182Z","publish_time":1772207890182,"_source_registry_name":"default","contributors":[]},"1.1.1-canary.78384d32c":{"name":"@firebase/database","version":"1.1.1-canary.78384d32c","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.78384d32c","@firebase/util":"1.14.0-canary.78384d32c","@firebase/component":"0.7.1-canary.78384d32c","@firebase/app-check-interop-types":"0.3.3-canary.78384d32c","@firebase/auth-interop-types":"0.2.4-canary.78384d32c","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.9-canary.78384d32c","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.1-canary.78384d32c","readmeFilename":"README.md","gitHead":"78384d32c5352bd25cdc3d12fc8f2f4b5d48a440","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-Kmlt69bzbnzn/U0VMo04oPdNUNr6kYYa8TuDS1vRoE1TVe+JCcQ8ovxXpNBKWyQr4zLkX/4oU3JJlaYJ9wBaKw==","shasum":"320e88cc44a2466ba28752874f20415747ac8585","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.1-canary.78384d32c.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIDUC3xMQaeTlN6MzHP8LIzrUaV+6RcS9UMmwS2q/y7AaAiEAuysEpkh5t0u/Br5MiwvBHewdyAWL/TR50OFzcF0nPeg="}],"size":1668135},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.1-canary.78384d32c_1772467612933_0.09581187162466787"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-02T16:06:53.168Z","publish_time":1772467613168,"_source_registry_name":"default","contributors":[]},"1.1.1-canary.22476e1bc":{"name":"@firebase/database","version":"1.1.1-canary.22476e1bc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.22476e1bc","@firebase/util":"1.14.0-canary.22476e1bc","@firebase/component":"0.7.1-canary.22476e1bc","@firebase/app-check-interop-types":"0.3.3-canary.22476e1bc","@firebase/auth-interop-types":"0.2.4-canary.22476e1bc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.9-canary.22476e1bc","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.1-canary.22476e1bc","readmeFilename":"README.md","gitHead":"22476e1bc42eb243d9dc5f73663e13784bb21f09","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-kl2CPZ/WgfGzIsdzfI7nrPbt3NUaCk6cuE64zM1OPiMcTCUNKFNqiSZGdwyFKSr09XWNqm1VUjkDQsz405EfTA==","shasum":"76cdfb483852e5501be9c28398f27d1a78cfd4a5","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.1-canary.22476e1bc.tgz","fileCount":201,"unpackedSize":8697474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQCqIxFjJZ0uHm3y/0uc+GRPNo00H8bjIJWY/pgF4aznMQIgVzsH0pj1cIaIrEEK8vL9E5860oLcJLCAbaCLA9AK1gs="}],"size":1668132},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.1-canary.22476e1bc_1772476498942_0.875310097677285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-02T18:34:59.262Z","publish_time":1772476499262,"_source_registry_name":"default","contributors":[]},"1.1.1-canary.792c61671":{"name":"@firebase/database","version":"1.1.1-canary.792c61671","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.792c61671","@firebase/util":"1.14.0-canary.792c61671","@firebase/component":"0.7.1-canary.792c61671","@firebase/app-check-interop-types":"0.3.3-canary.792c61671","@firebase/auth-interop-types":"0.2.4-canary.792c61671","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.9-canary.792c61671","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.1-canary.792c61671","readmeFilename":"README.md","gitHead":"792c616712165041ce52f2fca16f28ab56199709","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-truBliW+2TdXTWfU3PYVYdbFPN8he8wvkeK684YD8KCh/EXGhE72CZxMdpa2quvICaROdkKmKn0Rn2y6gj2ajg==","shasum":"f5b8760fdcb2b33a44d865c54ef77d3a012d9e68","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.1-canary.792c61671.tgz","fileCount":201,"unpackedSize":8696513,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEKHTOKmpT5oV1siU4Fz28arYDcbqC4Se5LY9ZJRjc2RAiBQJ8yDGs3w/4RMBpabXqkDL8dnVJe+S0xJifKpGWUJUA=="}],"size":1667832},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.1-canary.792c61671_1772746319419_0.18143459421702457"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-05T21:31:59.634Z","publish_time":1772746319634,"_source_registry_name":"default","contributors":[]},"1.1.1-canary.d7b182645":{"name":"@firebase/database","version":"1.1.1-canary.d7b182645","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.d7b182645","@firebase/util":"1.14.0-canary.d7b182645","@firebase/component":"0.7.1-canary.d7b182645","@firebase/app-check-interop-types":"0.3.3-canary.d7b182645","@firebase/auth-interop-types":"0.2.4-canary.d7b182645","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.9-canary.d7b182645","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.1-canary.d7b182645","readmeFilename":"README.md","gitHead":"d7b182645abb63d9f061e90cf86d53ad3abc89ec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+kmP3RhS2IB4ZCqW8ht0Tiw1lxs0FQIgpgUDgFiAqZfZSqzsbFfm4VTvUIqBk3sumFsTDZ83yrLyrb8FXM3N4w==","shasum":"55c97961ce44b21a50e98d09346ef9da2c68ee5f","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.1-canary.d7b182645.tgz","fileCount":201,"unpackedSize":8696513,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIGouc6nc4byPUv7yZMQXstkJYny7id+BSYIJUDs72pmTAiAEEtxuWtI7S/J1SmzyVZCeQwEMY0Abjp3hJAIysKDMJA=="}],"size":1667830},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.1-canary.d7b182645_1773248548740_0.8129912897517173"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-11T17:02:28.991Z","publish_time":1773248548991,"_source_registry_name":"default","contributors":[]},"1.1.1-canary.891a0c9d4":{"name":"@firebase/database","version":"1.1.1-canary.891a0c9d4","author":{"url":"https://firebase.google.com/","name":"Firebase","email":"firebase-support@google.com"},"license":"Apache-2.0","_id":"@firebase/database@1.1.1-canary.891a0c9d4","maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"homepage":"https://github.com/firebase/firebase-js-sdk#readme","bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"dist":{"shasum":"c65ef0ecfc87a3ee53d545965571bb0268e86e1a","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.1-canary.891a0c9d4.tgz","fileCount":201,"integrity":"sha512-5ONy3tJb90ABPs5VKxs+Gc71XU0+K5sWvRg6KAtuJNIldpsZwVLQLJ2l8oD2wLhokGHS4cKHtlM2qXt8wqnfdQ==","signatures":[{"sig":"MEYCIQCB2MTAw/yRcQEwKttwppSfpFpWCmcSBYwxOaJYKl8gtwIhAKaZcZOZ1W3A4c26EG7LK9RMEp9YtQYJid0SXzct+P8z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":8696513,"size":1667826},"main":"dist/index.node.cjs.js","module":"dist/index.esm.js","browser":"dist/index.esm.js","engines":{"node":">=20.0.0"},"exports":{".":{"node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"types":"./dist/public.d.ts","browser":{"import":"./dist/index.esm.js","require":"./dist/index.cjs.js"},"default":"./dist/index.esm.js","standalone":"./dist/index.standalone.js"},"./package.json":"./package.json"},"gitHead":"891a0c9d4e7b02dd5ff97ba31d18bab0c07cae21","scripts":{"dev":"rollup -c -w","doc":"api-documenter markdown --input temp --output docs","lint":"eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'","test":"run-p --npm-path npm lint test:emulator","build":"rollup -c rollup.config.js && yarn api-report","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","lint:fix":"eslint --fix -c .eslintrc.js '**/*.ts'  --ignore-path '../../.gitignore'","prettier":"prettier --write '*.js' '*.ts' '@(src|test)/**/*.ts'","test:all":"run-p --npm-path npm lint test:browser test:node","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","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","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","test:browser":"karma start","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","api-report:api-json":"rm -rf temp && api-extractor run --local --verbose"},"typings":"./dist/public.d.ts","_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"repository":{"url":"git+https://github.com/firebase/firebase-js-sdk.git","type":"git","directory":"packages/database"},"standalone":"dist/index.standalone.js","_npmVersion":"10.9.0","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","directories":{},"_nodeVersion":"22.10.0","dependencies":{"tslib":"^2.1.0","@firebase/util":"1.14.0-canary.891a0c9d4","faye-websocket":"0.11.4","@firebase/logger":"0.5.0-canary.891a0c9d4","@firebase/component":"0.7.1-canary.891a0c9d4","@firebase/auth-interop-types":"0.2.4-canary.891a0c9d4","@firebase/app-check-interop-types":"0.3.3-canary.891a0c9d4"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"rollup":"2.79.2","typescript":"5.5.4","@firebase/app":"0.14.9-canary.891a0c9d4","rollup-plugin-typescript2":"0.36.0"},"peerDependencies":{},"_npmOperationalInternal":{"tmp":"tmp/database_1.1.1-canary.891a0c9d4_1773759943429_0.13550716503789406","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2026-03-17T15:05:43.626Z","publish_time":1773759943626,"_source_registry_name":"default","contributors":[]},"1.1.1-canary.843a8d789":{"name":"@firebase/database","version":"1.1.1-canary.843a8d789","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.843a8d789","@firebase/util":"1.14.0-canary.843a8d789","@firebase/component":"0.7.1-canary.843a8d789","@firebase/app-check-interop-types":"0.3.3-canary.843a8d789","@firebase/auth-interop-types":"0.2.4-canary.843a8d789","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.9-canary.843a8d789","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.1-canary.843a8d789","readmeFilename":"README.md","gitHead":"843a8d7892beb27e6bb62bb6331fe03aef97c57e","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-5oHJb8gdBOzWmVXCXJk6RPaqeHl15AhHNmm1+Q4VOGUqZay7vjo7FwbFDhjDJwgwjnGNllCfBWC0qHAa2jIryw==","shasum":"7fea2e88358b365722f27812093908336ba7b580","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.1-canary.843a8d789.tgz","fileCount":201,"unpackedSize":8696513,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDOYCHo7kdupb3DzUfGLH1IxXYcWCYHnXNbEql8V3YVawIhANCPFsHvYB/YoWIum0rBgmPN3y4W7OOxy8ICZArd4FIz"}],"size":1667831},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.1-canary.843a8d789_1773759956623_0.3012955060321285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-17T15:05:56.895Z","publish_time":1773759956895,"_source_registry_name":"default","contributors":[]},"1.1.2-20260317152345":{"name":"@firebase/database","version":"1.1.2-20260317152345","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0","@firebase/util":"1.15.0-20260317152345","@firebase/component":"0.7.2-20260317152345","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.10-20260317152345","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.2-20260317152345","readmeFilename":"README.md","gitHead":"ae8cf283a2971a31f24ea878c88de4282192e0e9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-65cEWlzoV8UCsi42FynIGbW7x7BZLc8Zv+u5ZwswNYIcMw1WC44Fl40/jrkl6cvdyl2I1InqN4yC7ddru2Rlqw==","shasum":"cc3bc9940a9be77a06d154766056ea94ae335594","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.2-20260317152345.tgz","fileCount":201,"unpackedSize":8696447,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIE1RG2TZwc3re5Dejll0v7CiBFU35HApqUB47xpungqhAiEAsNXNfI/RzDyI+oaih+mTor15elV5coVcR3fQQocPy/0="}],"size":1667821},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.2-20260317152345_1773761681078_0.10646718983219161"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-17T15:34:41.282Z","publish_time":1773761681282,"_source_registry_name":"default","contributors":[]},"1.1.2":{"name":"@firebase/database","version":"1.1.2","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0","@firebase/util":"1.15.0","@firebase/component":"0.7.2","@firebase/app-check-interop-types":"0.3.3","@firebase/auth-interop-types":"0.2.4","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.10","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.2","gitHead":"852957b27d1a186ef6f4394d30f1f93dc1c316ea","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-lP96CMjMPy/+d1d9qaaHjHHdzdwvEOuyyLq9ehX89e2XMKwS1jHNzYBO+42bdSumuj5ukPbmnFtViZu8YOMT+w==","shasum":"cd99d7f205d7eee121e2c327bf89b42c3afa3776","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.2.tgz","fileCount":201,"unpackedSize":8696327,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCKhMJrZ1RcwwKIFvRld3V5vtpngJMzFhQybh5OVdQD6AIhAKojr2QugR0qBLXw5rYc/GFm0eGk7Se0YMnFWl1JhpUd"}],"size":1667717},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.2_1773924829820_0.6597315399978771"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-19T12:53:49.996Z","publish_time":1773924829996,"_source_registry_name":"default","contributors":[]},"1.1.2-canary.ba0bc39bb":{"name":"@firebase/database","version":"1.1.2-canary.ba0bc39bb","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.ba0bc39bb","@firebase/util":"1.15.0-canary.ba0bc39bb","@firebase/component":"0.7.2-canary.ba0bc39bb","@firebase/app-check-interop-types":"0.3.3-canary.ba0bc39bb","@firebase/auth-interop-types":"0.2.4-canary.ba0bc39bb","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.10-canary.ba0bc39bb","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.2-canary.ba0bc39bb","readmeFilename":"README.md","gitHead":"ba0bc39bb70d087e28755c194eeedefcb1e890ec","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-/fJQYf+O86sTjFoES+30ZSaEmM08wrCIXMgYv8eJfuQ6usxdASsXik9prS15u/fc7OALyeaZToXwUXbQp7vR/A==","shasum":"2f3def2d97c1930cf9952a342ece012b4b66e48d","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.2-canary.ba0bc39bb.tgz","fileCount":201,"unpackedSize":8696514,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCkhTLIUm8rxoHmZK6TDf2Z4E+t7jhwAkzh1nsBgmA2DwIhAOr/YerxhZTxj9KWQB9xuttow4WEQ5eOfRCP0KMyjG4h"}],"size":1667826},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.2-canary.ba0bc39bb_1774050494261_0.6274602007695342"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-20T23:48:14.505Z","publish_time":1774050494505,"_source_registry_name":"default","contributors":[]},"1.1.2-canary.f4e0086e3":{"name":"@firebase/database","version":"1.1.2-canary.f4e0086e3","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.f4e0086e3","@firebase/util":"1.15.0-canary.f4e0086e3","@firebase/component":"0.7.2-canary.f4e0086e3","@firebase/app-check-interop-types":"0.3.3-canary.f4e0086e3","@firebase/auth-interop-types":"0.2.4-canary.f4e0086e3","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.10-canary.f4e0086e3","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.2-canary.f4e0086e3","readmeFilename":"README.md","gitHead":"f4e0086e3fa5299422005d46b11a77c3a77867d9","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-7vReiCXJVKD0R9jwS+Taa4LWCuj6ppMEOOVrQ1zxTOg1Yq0wHqz3mB74fBGwI5B6feMHRRVLWv7bOOsHJp8e2w==","shasum":"dea9efc6c360714ca77eecdab7c06e30b016e822","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.2-canary.f4e0086e3.tgz","fileCount":201,"unpackedSize":8696514,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDRN2sWVVu9+SSnT64BeAqm+tigLza61qAr/md6i71u7QIgA4OGS8CNrhlz9U7HJ6WKkbc4a3KNlVKMS5vdPtZ4710="}],"size":1667828},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.2-canary.f4e0086e3_1774307236048_0.9243765581291594"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-23T23:07:16.287Z","publish_time":1774307236287,"_source_registry_name":"default","contributors":[]},"1.1.2-canary.44ad4cc2e":{"name":"@firebase/database","version":"1.1.2-canary.44ad4cc2e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.44ad4cc2e","@firebase/util":"1.15.0-canary.44ad4cc2e","@firebase/component":"0.7.2-canary.44ad4cc2e","@firebase/app-check-interop-types":"0.3.3-canary.44ad4cc2e","@firebase/auth-interop-types":"0.2.4-canary.44ad4cc2e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.10-canary.44ad4cc2e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.2-canary.44ad4cc2e","readmeFilename":"README.md","gitHead":"44ad4cc2e54c6720d34fff4c2773f8887473b935","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-umtII69S/1n6C2zE0Anb96Q5tq5CCnXMbYE45+ATdDGg4iOij3cThK9/6q/BIJ55XgDtgOPxaIDz2LsMoyWrNw==","shasum":"9cdb356cf14ff9848c9b2e99d26c20b42e2829c7","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.2-canary.44ad4cc2e.tgz","fileCount":201,"unpackedSize":8696514,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIACDmccBwkXzKOKBpLWnMvDn9Ng1nbVdQH/ud7wvbwJZAiEAw20S8rdw+X0GI+zSx2fIeyVRGq2NaqNLiaHRNXTHKJ4="}],"size":1667817},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.2-canary.44ad4cc2e_1774467273780_0.17852141637533925"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-25T19:34:34.067Z","publish_time":1774467274067,"_source_registry_name":"default","contributors":[]},"1.1.2-canary.742e17a8e":{"name":"@firebase/database","version":"1.1.2-canary.742e17a8e","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.742e17a8e","@firebase/util":"1.15.0-canary.742e17a8e","@firebase/component":"0.7.2-canary.742e17a8e","@firebase/app-check-interop-types":"0.3.3-canary.742e17a8e","@firebase/auth-interop-types":"0.2.4-canary.742e17a8e","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.10-canary.742e17a8e","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.2-canary.742e17a8e","readmeFilename":"README.md","gitHead":"742e17a8e079edc6112f110663dd4b05fcb44240","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-+5K0D6+mNlyLtqi8Lw1EDC2+vzEvFIKGVjXFEYFFoRTSG4f/MR0R6uLHphYrVv4NdhdcUMZVvbu1uqJecHiO1Q==","shasum":"7f94c99c43ec6559fe701f0ec207d8f826637bc4","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.2-canary.742e17a8e.tgz","fileCount":201,"unpackedSize":8696514,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHXxd61CPSadQ3ChRtTJnlC8+f3xCMzRqt3P4oViSQzsAiA8xo5EizD0tjL1QnTk1Bb6/oLKBGowKPuaYDPpRLVfEA=="}],"size":1667819},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.2-canary.742e17a8e_1774979121458_0.5679691495705352"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-31T17:45:21.639Z","publish_time":1774979121639,"_source_registry_name":"default","contributors":[]},"1.1.2-canary.bfb9accdc":{"name":"@firebase/database","version":"1.1.2-canary.bfb9accdc","description":"This is the Firebase Realtime Database component of the Firebase JS SDK.","author":{"name":"Firebase","email":"firebase-support@google.com","url":"https://firebase.google.com/"},"main":"dist/index.node.cjs.js","browser":"dist/index.esm.js","module":"dist/index.esm.js","standalone":"dist/index.standalone.js","exports":{".":{"types":"./dist/public.d.ts","node":{"import":"./dist/node-esm/index.node.esm.js","require":"./dist/index.node.cjs.js"},"standalone":"./dist/index.standalone.js","browser":{"require":"./dist/index.cjs.js","import":"./dist/index.esm.js"},"default":"./dist/index.esm.js"},"./package.json":"./package.json"},"scripts":{"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'","build":"rollup -c rollup.config.js && yarn api-report","build:deps":"lerna run --scope @firebase/'{app,database}' --include-dependencies build","dev":"rollup -c -w","test":"run-p --npm-path npm lint test:emulator","test:ci":"node ../../scripts/run_tests_in_ci.js -s test:emulator","test:all":"run-p --npm-path npm lint test:browser test:node","test:browser":"karma start","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","test:emulator":"ts-node --compiler-options='{\"module\":\"commonjs\"}' ../../scripts/emulator-testing/database-test-runner.ts","trusted-type-check":"tsec -p tsconfig.json --noEmit","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","doc":"api-documenter markdown --input temp --output docs","typings:public":"node ../../scripts/build/use_typings.js ./dist/public.d.ts"},"license":"Apache-2.0","peerDependencies":{},"dependencies":{"@firebase/logger":"0.5.0-canary.bfb9accdc","@firebase/util":"1.15.0-canary.bfb9accdc","@firebase/component":"0.7.2-canary.bfb9accdc","@firebase/app-check-interop-types":"0.3.3-canary.bfb9accdc","@firebase/auth-interop-types":"0.2.4-canary.bfb9accdc","faye-websocket":"0.11.4","tslib":"^2.1.0"},"devDependencies":{"@firebase/app":"0.14.10-canary.bfb9accdc","rollup":"2.79.2","rollup-plugin-typescript2":"0.36.0","typescript":"5.5.4"},"repository":{"directory":"packages/database","type":"git","url":"git+https://github.com/firebase/firebase-js-sdk.git"},"bugs":{"url":"https://github.com/firebase/firebase-js-sdk/issues"},"typings":"./dist/public.d.ts","nyc":{"extension":[".ts"],"reportDir":"./coverage/node"},"engines":{"node":">=20.0.0"},"_id":"@firebase/database@1.1.2-canary.bfb9accdc","readmeFilename":"README.md","gitHead":"bfb9accdc35d09039b4929fd0775985e01b81953","homepage":"https://github.com/firebase/firebase-js-sdk#readme","_nodeVersion":"22.10.0","_npmVersion":"10.9.0","dist":{"integrity":"sha512-cS5mdWUIxKQaPtskQyVLtTpVjRs+N5z8dV4X7il6B5FXEeyEut8yaoregOBAdYQkFHB3/z6oiaktv0DI82bRog==","shasum":"78e4eb7a73c47a64db77ca06c54e44be3254d7fe","tarball":"http://123.232.10.234:8212/nexus/content/repositories/npm-private/@firebase/database/-/database-1.1.2-canary.bfb9accdc.tgz","fileCount":201,"unpackedSize":8696514,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQC9nboejD1DVjdt5p3Q/u/d0GZrutf//4E+Qfcjkl4k1gIhAIqDHFgx8zjRFmsI0PJTqGrhrHFQhUtqq8Dmb1gUfdDX"}],"size":1667823},"_npmUser":{"name":"anonymous","email":"node-team-npm+wombot@google.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"operations+plainlogo@firebase.com"},{"name":"anonymous","email":"feiyang.chen1@gmail.com"},{"name":"anonymous","email":"node-team-npm+wombot@google.com"},{"name":"anonymous","email":"chholland@google.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/database_1.1.2-canary.bfb9accdc_1775003477595_0.8151550400673011"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-04-01T00:31:17.907Z","publish_time":1775003477907,"_source_registry_name":"default","contributors":[]}},"dist-tags":{"beta":"0.0.900-exp.8b4d7550f","BundlePrerelease":"0.8.1-BundlePrerelease.b662f8c0a","canary":"1.1.2-canary.bfb9accdc","eap-auth-emulator":"0.6.13-eap-auth-emulator.df41ee388","eap-firestore-debug":"0.8.1-1.0.0-eap-firestore-debug.9c6096f43","eap-storage-emulator":"0.9.4-eap-storage-emulator.ed256f582","exp":"0.0.900-exp.f6733b13b","firestore-bundles-alpha":"0.6.13-alpha.96ae6a5fe","latest":"1.1.2","longpoll":"0.8.2-longpoll.66863f547","next":"1.1.2-20260317152345","exp-types-exploration":"0.10.9-8.9.1-exp-types-exploration.635c9e3fd","pr5646":"0.12.2-pr5646.2abc5e854","dataconnect-preview":"1.0.6-dataconnect-preview.d986d4bf2","eap-firestore-backfiller":"1.0.5-eap-firestore-backfiller.87babf60c","passkey-preview":"1.0.4-passkey-preview.103ead202","vertex-preview":"1.0.4-vertex-preview.8b70fc586","vertexai-preview":"1.0.8-vertexai-preview.6b035b7d3","eap-vertexai-hybridinference":"1.0.14-eap-vertexai-hybridinference.e83974308","auth-redirect-credentials":"1.0.14-auth-redirect-credentials.b424e5897","eap-ai-hybridinference":"1.0.15-eap-ai-hybridinference.c16cbf1a3","eap-vertexai-hybgoog":"1.0.14-eap-vertexai-hybgoog.31261ca31","firebase-studio-sdk-integration":"1.1.0-firebase-studio-sdk-integration.556d1bed2","ssl-check":"1.0.14-ssl-check.4f23f3343","caching-fdc":"1.1.0-caching-fdc.9f17eac6e","eap-firestore-pipelines":"1.1.0-eap-firestore-pipelines.2.e4cdd2e06"},"name":"@firebase/database","time":{"modified":"2026-04-01T00:31:44.395Z","created":"2022-01-26T20:38:33.169Z","0.9.11":"2021-04-23T22:41:52.517Z","0.9.10-canary.fc04353b4":"2021-04-23T21:54:11.962Z","0.9.10-canary.40888a004":"2021-04-22T21:50:37.043Z","0.9.10-canary.b86be0eca":"2021-04-22T09:36:25.601Z","0.9.11-20213211990":"2021-04-21T19:15:27.180Z","0.9.10-canary.3f370215a":"2021-04-21T19:09:17.176Z","0.9.10-canary.633463e2a":"2021-04-19T15:52:15.601Z","0.9.10-canary.03e97b8b3":"2021-04-15T22:35:36.227Z","0.9.10-canary.31126afcd":"2021-04-15T17:51:11.360Z","0.9.10-canary.d6809868c":"2021-04-14T05:56:23.134Z","0.0.900-exp.894b5da5a":"2021-04-14T05:32:41.420Z","0.0.900-exp.f6733b13b":"2021-04-14T00:59:03.084Z","0.9.10-canary.f6733b13b":"2021-04-14T00:53:30.777Z","0.9.10-canary.c100a7b28":"2021-04-13T23:46:26.295Z","0.0.900-exp.22d84906a":"2021-04-13T23:26:27.611Z","0.9.10-canary.4067cf059":"2021-04-13T18:56:25.779Z","0.9.10-canary.442af0d2c":"2021-04-13T18:09:35.973Z","0.9.10":"2021-04-13T06:55:22.157Z","0.9.10-202131362347":"2021-04-13T06:33:35.165Z","0.9.9-canary.74fa5064a":"2021-04-13T04:38:32.061Z","0.9.9-canary.726bf6840":"2021-04-13T04:11:36.662Z","0.9.9-canary.9bce0aed1":"2021-04-12T22:54:39.480Z","0.9.9":"2021-04-12T22:04:53.186Z","0.9.9-202131220326":"2021-04-12T20:40:13.567Z","0.9.9-202131218423":"2021-04-12T18:50:38.254Z","0.9.8-canary.edf60452a":"2021-04-12T17:43:58.994Z","0.9.8-canary.c9ae97c84":"2021-04-11T05:04:42.197Z","0.9.8-canary.d4b1cc207":"2021-04-09T22:10:03.961Z","0.9.8-canary.9df03c97c":"2021-04-09T21:21:10.767Z","0.9.8-canary.626c05b36":"2021-04-09T19:51:44.235Z","0.9.8-canary.67b4f6222":"2021-04-09T16:00:07.664Z","0.9.8-canary.59a2f7160":"2021-04-09T15:29:48.101Z","0.9.8-canary.5fa9bed0a":"2021-04-09T02:26:50.184Z","0.0.900-exp.b0c8425bc":"2021-04-09T02:06:02.458Z","0.9.8-canary.e767a4f01":"2021-04-09T02:01:21.989Z","0.9.8-canary.520ca39d0":"2021-04-09T01:21:15.988Z","0.9.8-canary.d1f7e0210":"2021-04-08T23:16:03.215Z","0.9.8":"2021-04-08T22:50:32.838Z","0.9.7-canary.0b3815504":"2021-04-08T22:27:51.801Z","0.0.900-exp.8294e6082":"2021-04-08T20:43:04.188Z","0.9.7-canary.03e842245":"2021-04-08T20:32:06.042Z","0.9.7-canary.6db185be5":"2021-04-08T16:22:54.839Z","0.9.7-canary.7354a0ed4":"2021-04-08T15:58:10.490Z","0.9.7-canary.15391ae72":"2021-04-08T09:24:20.167Z","0.9.7-canary.7c84291f1":"2021-04-07T21:41:38.492Z","0.9.7-canary.8e1ace47e":"2021-04-07T21:06:22.360Z","0.9.7-canary.129888c6e":"2021-04-07T19:27:41.160Z","0.9.8-20213623619":"2021-04-06T23:31:08.207Z","0.9.7-canary.f24d8961b":"2021-04-06T22:26:23.799Z","0.9.7-canary.5ae52a006":"2021-04-06T21:55:27.186Z","0.9.4-eap-storage-emulator.ed256f582":"2021-04-06T20:27:30.329Z","0.9.7-canary.9f5578e36":"2021-04-06T01:57:05.314Z","0.9.7-canary.5ad7ff2ae":"2021-04-02T19:40:49.735Z","0.9.7-canary.358cc4c61":"2021-04-02T19:17:37.968Z","0.9.7-canary.c1f07f1b3":"2021-04-02T18:04:51.802Z","0.9.7-canary.c14e052f6":"2021-04-01T22:50:43.808Z","0.0.900-exp.2c95db0e3":"2021-04-01T04:02:51.536Z","0.9.7-canary.340ce5cfe":"2021-04-01T02:55:24.603Z","0.9.7-canary.ecdc5a019":"2021-04-01T00:02:39.348Z","0.9.7":"2021-03-31T23:38:00.504Z","0.9.6-canary.6c4920f1f":"2021-03-31T22:52:29.984Z","0.9.6-canary.19c0c01e4":"2021-03-31T22:27:39.102Z","0.9.6-canary.976c5b133":"2021-03-31T21:20:27.003Z","0.9.7-2021230222248":"2021-03-30T22:32:25.293Z","0.9.6-canary.72b1096dd":"2021-03-30T20:16:19.031Z","0.9.6-canary.7b585e8e7":"2021-03-25T23:44:50.219Z","0.9.6-canary.de5f90501":"2021-03-24T19:17:12.008Z","0.9.6-canary.bce35ced7":"2021-03-20T00:53:12.957Z","0.0.900-exp.a9e3f07fc":"2021-03-18T22:24:25.601Z","0.9.6-canary.c1e2cf3c4":"2021-03-18T22:05:57.060Z","0.9.5-canary.ab1d3bcb8":"2021-03-18T21:24:15.502Z","0.9.5-canary.477a1ce27":"2021-03-18T21:20:42.126Z","0.9.5-canary.231052722":"2021-03-18T21:19:25.660Z","0.0.900-exp.f8e97019f":"2021-03-18T20:54:33.542Z","0.9.5-canary.f8e97019f":"2021-03-18T20:33:33.900Z","0.9.6":"2021-03-18T20:13:18.837Z","0.9.5-canary.a66be53ba":"2021-03-18T19:35:47.879Z","0.9.5-canary.0acc03970":"2021-03-18T18:11:00.114Z","0.9.6-2021217204338":"2021-03-17T20:50:15.861Z","0.9.5-canary.4d7d2c4d9":"2021-03-17T20:02:46.228Z","0.9.5-canary.478901892":"2021-03-17T19:00:47.945Z","0.9.5-canary.22870cd65":"2021-03-17T18:25:27.082Z","0.9.5-canary.3a465b404":"2021-03-16T21:40:37.210Z","0.9.6-2021216212658":"2021-03-16T21:33:27.847Z","0.9.5-canary.dfa20ff71":"2021-03-16T20:33:03.881Z","0.9.5-canary.a6d29aad2":"2021-03-16T18:08:36.616Z","0.9.5-canary.4e7c78bbc":"2021-03-15T23:13:39.635Z","0.9.5-canary.d2eda134c":"2021-03-15T17:13:29.679Z","0.9.5-canary.ed4c96d06":"2021-03-13T07:21:53.014Z","0.9.5-canary.5ec9c83b1":"2021-03-13T03:09:28.052Z","0.9.5-canary.ca05ad6a4":"2021-03-12T23:43:49.029Z","0.9.5-canary.ef1a7d988":"2021-03-12T23:28:10.764Z","0.9.5-canary.35fdb9305":"2021-03-12T22:02:46.587Z","0.9.5-canary.ec6ccc7d3":"2021-03-12T21:53:13.282Z","0.9.5-canary.5c1a83ed7":"2021-03-12T21:49:42.554Z","0.9.5-canary.b6a7a5984":"2021-03-12T19:26:02.081Z","0.9.5-canary.0ac48bbbc":"2021-03-12T18:07:17.202Z","0.9.5-canary.8dab8e115":"2021-03-12T17:14:06.914Z","0.9.5-canary.1de07ba80":"2021-03-12T17:11:53.315Z","0.9.5-canary.6b336dcf6":"2021-03-12T00:54:43.884Z","0.9.5-canary.2ed329197":"2021-03-12T00:51:24.291Z","0.9.5-canary.77c2ce9e6":"2021-03-12T00:50:20.260Z","0.0.900-exp.0bd766e7a":"2021-03-12T00:06:12.193Z","0.9.5-canary.0bd766e7a":"2021-03-11T21:58:03.339Z","0.9.5-canary.6b7b89f38":"2021-03-11T20:32:36.536Z","0.9.5-canary.10bd519fc":"2021-03-11T18:59:54.130Z","0.9.5-canary.c49689b10":"2021-03-11T07:20:34.602Z","0.9.5":"2021-03-11T00:34:59.101Z","0.9.4-canary.44759f7d4":"2021-03-10T19:31:11.997Z","0.9.5-202121019112":"2021-03-10T19:17:08.214Z","0.9.4-canary.13686cbbe":"2021-03-10T18:54:40.539Z","0.9.5-2021210184049":"2021-03-10T18:45:47.306Z","0.9.5-202121018311":"2021-03-10T18:36:17.016Z","0.9.4-canary.ec95df3d0":"2021-03-10T18:32:00.548Z","0.9.4-canary.97bde41a7":"2021-03-10T06:29:06.234Z","0.9.4-canary.7d5048a2c":"2021-03-10T06:25:44.934Z","0.0.900-exp.555fe23c5":"2021-03-10T06:06:38.528Z","0.9.4-canary.555fe23c5":"2021-03-10T00:24:31.057Z","0.9.4-canary.335e6d0d4":"2021-03-09T23:53:09.344Z","0.9.4-canary.56030a0fb":"2021-03-09T23:46:12.671Z","0.9.4-canary.b6080a857":"2021-03-08T20:48:20.232Z","0.9.4-canary.dccd23d47":"2021-03-08T19:40:49.548Z","0.9.4-canary.b6caa3fef":"2021-03-08T18:14:23.901Z","0.9.4-canary.4f8cfcf92":"2021-03-08T16:36:11.747Z","0.9.4-canary.8ba98cb86":"2021-03-04T22:31:07.129Z","0.9.4-canary.8b3fcd980":"2021-03-04T22:10:54.310Z","0.9.4-canary.2a0893a66":"2021-03-04T18:12:42.731Z","0.9.4-canary.4888ee496":"2021-03-03T21:35:12.509Z","0.9.4-canary.b63d84d99":"2021-03-03T20:56:46.424Z","0.9.4-canary.2301aee2f":"2021-03-03T18:54:20.366Z","0.9.4-canary.14fbc8e6a":"2021-03-03T01:26:15.933Z","0.9.4-canary.88a3b2e14":"2021-03-03T01:20:06.003Z","0.9.4-canary.529a13a6c":"2021-03-02T21:06:31.847Z","0.9.4-canary.839a5bbcf":"2021-03-02T21:00:55.171Z","0.9.4-canary.6b662fed1":"2021-03-02T20:55:38.341Z","0.9.4-canary.2448fd773":"2021-03-02T20:16:28.016Z","0.9.4-canary.de9a03d3c":"2021-03-02T19:57:41.611Z","0.9.4-canary.79dafb8d8":"2021-03-02T19:38:02.193Z","0.9.4-canary.4cbff183a":"2021-03-02T18:55:59.818Z","0.9.4-canary.3ed0b0862":"2021-03-02T18:27:53.322Z","0.9.4-canary.57c73a02e":"2021-03-01T19:11:22.677Z","0.9.4-canary.50195991a":"2021-02-27T00:45:49.153Z","0.9.4-canary.fefb64071":"2021-02-26T22:51:56.473Z","0.9.4-canary.e558d3ea9":"2021-02-26T18:43:21.625Z","0.9.4-canary.c3e5d5a76":"2021-02-26T17:29:43.687Z","0.9.4-canary.04e532239":"2021-02-26T05:32:41.117Z","0.9.4-canary.5e7c0130b":"2021-02-25T23:16:51.254Z","0.9.4-canary.386207188":"2021-02-25T22:05:38.746Z","0.9.4-canary.d4ba8daa2":"2021-02-25T20:20:22.391Z","0.9.4-canary.261617b85":"2021-02-25T17:39:52.508Z","0.9.4-canary.89a4f6429":"2021-02-25T01:50:22.105Z","0.9.4-canary.c63214825":"2021-02-25T01:14:48.675Z","0.9.4-canary.d84e137d7":"2021-02-24T23:02:49.883Z","0.9.4-canary.07d6b2c42":"2021-02-24T22:59:43.756Z","0.9.4-canary.c3739f338":"2021-02-24T22:44:02.549Z","0.9.4-canary.636dd78ea":"2021-02-24T20:43:54.270Z","0.9.4-canary.928e43933":"2021-02-24T19:47:34.992Z","0.9.4-canary.02c176185":"2021-02-24T02:04:22.630Z","0.9.4-canary.bc9f84149":"2021-02-24T02:02:42.184Z","0.9.4-canary.97f7e3881":"2021-02-24T01:19:30.898Z","0.9.4-canary.39a8be6f1":"2021-02-24T00:24:36.816Z","0.9.4-canary.20a88da5d":"2021-02-23T23:49:04.749Z","0.9.4-canary.08e2aa3cc":"2021-02-23T21:06:46.624Z","0.9.4-canary.04b498687":"2021-02-23T20:32:51.190Z","0.9.4-canary.43d7520d2":"2021-02-23T20:28:41.019Z","0.0.900-exp.1003b8d91":"2021-02-23T20:08:18.320Z","0.9.4-canary.1003b8d91":"2021-02-23T19:53:31.431Z","0.9.4-canary.70af481cd":"2021-02-23T18:34:14.493Z","0.9.4-canary.6a86a1b9b":"2021-02-23T18:33:57.477Z","0.9.4-canary.bd1691c13":"2021-02-23T18:06:35.762Z","0.9.4-canary.938dc1a9d":"2021-02-23T01:02:54.838Z","0.9.4-canary.145c62bd8":"2021-02-22T22:04:34.873Z","0.9.4-canary.168f1d622":"2021-02-22T20:52:21.540Z","0.9.4-canary.014fc2f2a":"2021-02-20T04:26:10.894Z","0.0.900-exp.c778ccd9d":"2021-02-20T01:30:27.865Z","0.9.4-canary.c778ccd9d":"2021-02-20T00:49:58.498Z","0.9.4":"2021-02-20T00:07:32.290Z","0.9.3-canary.6afe42613":"2021-02-19T23:47:04.417Z","0.9.4-2021119233939":"2021-02-19T23:44:53.258Z","0.9.3-canary.368f5175b":"2021-02-19T20:41:25.851Z","0.9.3-canary.a8300c15d":"2021-02-19T20:06:40.482Z","0.9.3-canary.90f5f341f":"2021-02-19T20:03:32.528Z","0.9.3-canary.483567a78":"2021-02-18T22:42:06.992Z","0.9.3-canary.77e73dc94":"2021-02-18T21:22:40.624Z","0.9.3-canary.ee6980dee":"2021-02-18T19:30:07.001Z","0.9.3-canary.1a90c06f3":"2021-02-18T19:18:25.001Z","0.9.3-canary.d0bae02f1":"2021-02-17T22:44:07.727Z","0.9.3-canary.c6eadf7f5":"2021-02-17T21:22:41.438Z","0.9.3-canary.4ab5a9ce5":"2021-02-17T18:42:23.364Z","0.9.3-canary.b3f2eef04":"2021-02-17T05:21:01.057Z","0.9.3-canary.553834989":"2021-02-17T01:51:49.877Z","0.9.3-canary.40afc0cc1":"2021-02-16T22:21:03.667Z","0.9.3-canary.536b47e18":"2021-02-16T21:58:29.463Z","0.9.3-canary.8c92c1aca":"2021-02-16T21:45:04.680Z","0.9.3-canary.9ac2093b9":"2021-02-12T22:08:58.051Z","0.0.900-exp.47e035fe0":"2021-02-12T20:27:00.139Z","0.9.3-canary.47e035fe0":"2021-02-12T18:36:11.981Z","0.9.3-canary.7772426b3":"2021-02-12T07:02:27.126Z","0.9.3-canary.b82ad7879":"2021-02-12T07:01:19.830Z","0.9.3-canary.84fa5f153":"2021-02-12T01:06:21.310Z","0.9.2-canary.7c178264e":"2021-02-12T00:21:34.930Z","0.9.2-canary.938425524":"2021-02-12T00:03:10.163Z","0.9.2-canary.74bf52009":"2021-02-11T23:56:26.477Z","0.9.3":"2021-02-11T22:13:59.978Z","0.9.2-canary.c0a1f6bf5":"2021-02-11T20:34:40.782Z","0.9.2-canary.5c2669ac8":"2021-02-11T20:23:30.085Z","0.9.2-canary.ac05b1304":"2021-02-11T19:14:30.256Z","0.9.2-canary.384b64dd6":"2021-02-11T17:22:52.854Z","0.9.2-canary.9bac40276":"2021-02-11T17:19:36.778Z","0.9.2-canary.9c7f99eb9":"2021-02-11T17:18:39.871Z","0.9.2-canary.24b6d7d6f":"2021-02-10T19:27:33.589Z","0.9.2-canary.949c6acc2":"2021-02-10T19:00:55.490Z","0.9.2-canary.3fc2c0b9e":"2021-02-10T18:59:01.113Z","0.9.3-2021110184936":"2021-02-10T18:54:27.503Z","0.9.3-2021110183037":"2021-02-10T18:35:28.410Z","0.9.2-canary.318af5471":"2021-02-10T02:32:30.992Z","0.9.3-202119234540":"2021-02-09T23:51:58.133Z","0.9.2-canary.f5139220e":"2021-02-09T23:29:57.560Z","0.9.2-canary.05614aa86":"2021-02-09T21:55:31.602Z","0.9.2-canary.39562034a":"2021-02-09T19:53:17.012Z","0.9.2-canary.d987763c1":"2021-02-09T19:23:48.411Z","0.9.2-canary.1d167529a":"2021-02-09T19:22:43.510Z","0.9.2-canary.456577357":"2021-02-09T18:16:22.892Z","0.9.2-canary.40a702eb2":"2021-02-09T00:08:35.039Z","0.9.2-canary.96bcb98c6":"2021-02-08T23:31:20.744Z","0.9.2-canary.3da20394f":"2021-02-08T21:32:46.176Z","0.9.2-canary.e8811c042":"2021-02-08T17:00:49.569Z","0.9.2-canary.1d8c113c6":"2021-02-06T02:51:23.165Z","0.9.2-canary.e3c55b276":"2021-02-05T19:41:32.692Z","0.9.2-canary.21ee150c6":"2021-02-05T19:00:30.041Z","0.9.2-canary.56ce6d744":"2021-02-05T17:46:18.015Z","0.9.2-canary.a718518e9":"2021-02-05T16:33:35.427Z","0.9.2-canary.5d7575b82":"2021-02-04T22:18:23.923Z","0.9.2":"2021-02-04T21:44:54.629Z","0.9.1-canary.92d6e508e":"2021-02-04T17:54:41.293Z","0.9.1-canary.0eeefe298":"2021-02-03T23:35:58.252Z","0.9.1-canary.09e8249ef":"2021-02-03T22:53:23.482Z","0.0.900-exp.a42a35e64":"2021-02-03T22:32:53.746Z","0.9.1-canary.a42a35e64":"2021-02-03T22:27:21.001Z","0.9.1-canary.a5ac81860":"2021-02-03T20:41:35.598Z","0.9.1-canary.fd16bb26d":"2021-02-03T20:05:20.946Z","0.9.1-canary.64ef7087d":"2021-02-03T19:50:23.822Z","0.9.1-canary.78e26b376":"2021-02-03T19:37:02.298Z","0.9.1-canary.b59c36a80":"2021-02-03T18:47:20.674Z","0.9.1-canary.08ace30a0":"2021-02-03T17:20:56.145Z","0.9.1-canary.97f26b716":"2021-02-03T13:19:25.704Z","0.9.1-canary.3d0cd6f33":"2021-02-03T02:22:48.432Z","0.9.1-canary.ba7d58990":"2021-02-03T00:40:14.870Z","0.9.2-202112213818":"2021-02-02T21:44:21.483Z","0.9.1-canary.6766da286":"2021-02-02T04:07:12.871Z","0.9.1-canary.38caaadaf":"2021-02-02T02:27:32.464Z","0.9.1-canary.6b15a4044":"2021-02-01T23:06:53.761Z","0.9.0-canary.0af2bdfc6":"2021-02-01T20:41:36.952Z","0.9.0-canary.d9b945fed":"2021-01-30T00:39:34.810Z","0.9.0-canary.31f8bd593":"2021-01-29T21:41:09.223Z","0.9.0-canary.4cab3ec31":"2021-01-29T21:31:19.743Z","0.9.0-canary.8f7be4e6d":"2021-01-29T18:53:54.203Z","0.9.1":"2021-01-29T18:41:51.522Z","0.9.0-canary.b57487398":"2021-01-29T17:53:55.401Z","0.9.0-canary.7ca7f4e98":"2021-01-29T11:34:47.142Z","0.9.0-canary.4986a3ed4":"2021-01-28T20:43:41.334Z","0.9.0-canary.73bb561e1":"2021-01-28T19:51:10.302Z","0.9.0-canary.617a4d5d6":"2021-01-28T17:51:21.418Z","0.9.0-canary.5380e0012":"2021-01-27T19:21:53.189Z","0.0.900-exp.1b15844a1":"2021-01-27T18:51:54.457Z","0.9.0-canary.1b15844a1":"2021-01-27T18:43:47.104Z","0.9.0-canary.872c5438d":"2021-01-27T18:33:18.813Z","0.9.0-canary.a67d320ca":"2021-01-27T18:29:37.115Z","0.9.0-canary.9533688b1":"2021-01-27T18:17:00.020Z","0.9.0-canary.269c918c2":"2021-01-26T23:57:09.488Z","0.9.1-2021026232412":"2021-01-26T23:29:08.638Z","0.9.0-canary.1de0c1835":"2021-01-26T23:27:37.940Z","0.9.0-canary.749c7f3d9":"2021-01-26T23:02:59.076Z","0.9.0-canary.c2bd3db34":"2021-01-26T02:02:05.154Z","0.9.0-canary.384846b12":"2021-01-26T00:52:48.779Z","0.9.0-canary.b28aff2d7":"2021-01-26T00:41:04.493Z","0.9.0-canary.4190745a5":"2021-01-25T19:39:15.202Z","0.9.0-canary.572038776":"2021-01-25T18:34:13.514Z","0.8.3-canary.352eb475c":"2021-01-23T01:39:44.337Z","0.0.900-exp.f919db6a9":"2021-01-23T01:24:59.683Z","0.8.3-canary.f919db6a9":"2021-01-23T00:55:11.303Z","0.8.3-canary.94681d915":"2021-01-22T23:55:52.348Z","0.8.3-canary.5221904ed":"2021-01-22T20:31:52.981Z","0.0.900-exp.4bb72b62a":"2021-01-22T20:15:59.412Z","0.8.3-canary.4bb72b62a":"2021-01-22T20:03:10.229Z","0.8.3-canary.b6ff547e5":"2021-01-22T19:39:04.041Z","0.8.3-canary.c6d27b5a7":"2021-01-22T19:21:26.111Z","0.8.3-canary.86ea40719":"2021-01-22T17:19:34.218Z","0.8.3-canary.a6c6cff8d":"2021-01-22T03:32:45.603Z","0.0.900-exp.f18a6d41d":"2021-01-22T03:00:37.900Z","0.8.3-canary.f18a6d41d":"2021-01-22T02:09:33.621Z","0.8.3-canary.f7e30543a":"2021-01-22T01:17:26.778Z","0.8.3-canary.ab60f5fa9":"2021-01-22T01:01:21.007Z","0.8.3-canary.09470fe8d":"2021-01-22T00:54:52.224Z","0.0.900-exp.ab60f5fa9":"2021-01-22T00:47:10.829Z","0.8.3-canary.d42bb3936":"2021-01-22T00:03:14.613Z","0.8.3-canary.99ee5b67f":"2021-01-21T23:47:50.550Z","0.0.900-exp.99ee5b67f":"2021-01-21T23:42:15.134Z","0.8.3-canary.b955788ee":"2021-01-21T23:20:40.274Z","0.0.900-exp.f8f0902e6":"2021-01-21T22:56:51.051Z","0.8.3-canary.f8f0902e6":"2021-01-21T22:54:58.946Z","0.8.3-canary.d8d138422":"2021-01-21T22:41:32.362Z","0.9.0":"2021-01-21T21:57:56.334Z","0.8.3-canary.f68bd3f29":"2021-01-21T20:48:36.340Z","0.8.3-canary.fb90580e5":"2021-01-21T18:53:05.276Z","0.8.3-canary.743e13457":"2021-01-21T17:20:12.238Z","0.8.3-canary.7aee62eac":"2021-01-21T01:36:32.396Z","0.8.3-canary.04a0fea9e":"2021-01-20T23:10:33.433Z","0.8.3-canary.898bf5891":"2021-01-20T22:27:13.985Z","0.9.0-2021019222814":"2021-01-19T22:36:46.408Z","0.8.3-canary.6ac66baa0":"2021-01-19T18:33:01.096Z","0.8.3-canary.818a961e7":"2021-01-15T23:16:43.245Z","0.8.3-canary.b98cd6591":"2021-01-15T22:53:11.273Z","0.8.3-canary.f53e5b939":"2021-01-15T19:37:30.508Z","0.8.3-canary.02dcd9256":"2021-01-15T00:30:14.066Z","0.8.2-canary.c42a7c6eb":"2021-01-15T00:14:59.151Z","0.8.3":"2021-01-14T23:22:39.918Z","0.8.2-canary.884532522":"2021-01-14T21:15:16.964Z","0.8.2-canary.4395b5f0d":"2021-01-14T20:17:54.514Z","0.8.2-canary.cb835e723":"2021-01-14T02:48:58.114Z","0.8.2-canary.92a7f4345":"2021-01-13T23:15:24.477Z","0.8.2-canary.204fbcfad":"2021-01-13T19:45:09.487Z","0.8.2-canary.762fa539e":"2021-01-13T17:31:39.089Z","0.8.2-canary.da7f7ff61":"2021-01-12T22:53:23.435Z","0.8.3-2021012224526":"2021-01-12T22:50:21.400Z","0.8.2-longpoll.66863f547":"2021-01-12T00:09:02.634Z","0.8.2-canary.50abe6c4d":"2021-01-08T18:54:53.959Z","0.8.2-canary.34b4e3004":"2021-01-07T22:18:12.261Z","0.8.2":"2021-01-07T21:46:12.685Z","0.8.2-20210721223":"2021-01-07T21:35:10.533Z","0.8.1-canary.be377e680":"2021-01-07T20:57:01.192Z","0.8.1-canary.c457f2cf2":"2021-01-07T05:42:08.823Z","0.8.1-canary.db7dae7d5":"2021-01-07T04:32:42.943Z","0.8.2-202105235553":"2021-01-06T00:08:55.227Z","0.8.1-canary.4512bc9b2":"2021-01-05T23:48:53.215Z","0.8.1-canary.6d4d2b6ff":"2021-01-05T23:17:25.869Z","0.8.1-canary.6069b1d6c":"2021-01-05T21:34:36.619Z","0.8.1-canary.487f8e1d2":"2020-12-30T10:45:41.297Z","0.8.1-canary.d638a42af":"2020-12-29T01:25:04.167Z","0.8.1-canary.ba59a0f90":"2020-12-23T18:59:33.053Z","0.8.1-canary.dec74aa1e":"2020-12-22T19:39:27.143Z","0.8.1-canary.df16811af":"2020-12-22T19:05:57.106Z","0.8.1-canary.e13b79429":"2020-12-21T19:06:14.222Z","0.8.1-canary.404dc9167":"2020-12-21T18:24:33.051Z","0.8.1-canary.dbaf70694":"2020-12-21T18:23:02.060Z","0.8.1-canary.1a8cb40ac":"2020-12-18T00:28:39.254Z","0.8.1-canary.17a477c12":"2020-12-17T23:56:12.360Z","0.8.1-canary.233317238":"2020-12-17T18:15:40.039Z","0.8.1-canary.b0f7d4c36":"2020-12-16T17:24:41.025Z","0.8.1-canary.b95734c17":"2020-12-11T18:01:26.819Z","0.8.1-canary.9fd3f5233":"2020-12-15T16:51:55.791Z","0.8.1-canary.4418d787f":"2020-12-14T20:02:15.109Z","0.8.1-canary.a9388d5b2":"2020-12-14T19:44:36.354Z","0.8.1-canary.9909a3b59":"2020-12-14T19:21:35.212Z","0.8.1-canary.93eeb8862":"2020-12-14T19:12:59.421Z","0.8.1-canary.04f2e2485":"2020-12-11T22:07:43.486Z","0.8.1-canary.e1649b4da":"2020-12-11T21:59:51.106Z","0.8.1-canary.08aa4b19a":"2020-12-11T20:25:23.977Z","0.8.1-canary.dface90f9":"2020-12-11T02:09:04.639Z","0.8.1-canary.44b5251d0":"2020-12-10T18:34:41.852Z","0.8.1-canary.566a62dd4":"2020-12-10T17:34:23.911Z","0.8.1-canary.a49c51c1c":"2020-12-09T20:24:27.383Z","0.8.1-canary.7f7f5075f":"2020-12-09T18:04:24.178Z","0.8.1-canary.2b8a03b7f":"2020-12-08T19:09:43.405Z","0.8.1-canary.1e0eb201d":"2020-12-08T17:40:32.267Z","0.8.1-canary.4090271bb":"2020-12-08T16:19:05.801Z","0.8.1-canary.6f2c7b7aa":"2020-12-08T06:27:27.884Z","0.8.1-canary.254137540":"2020-12-08T05:46:55.789Z","0.8.1-BundlePrerelease.b662f8c0a":"2020-12-08T01:57:07.243Z","0.8.1-canary.b662f8c0a":"2020-12-08T01:54:30.593Z","0.8.1-canary.9634efd13":"2020-12-07T22:41:31.492Z","0.8.1-canary.8518b6b2b":"2020-12-07T19:06:27.262Z","0.8.1-BundlePrerelease.dee1ef083":"2020-12-06T20:43:33.676Z","0.8.1-BundlePrerelease.2c91fd1e5":"2020-12-06T18:51:54.399Z","0.8.1-BundlePrerelease.116cd82a2":"2020-12-06T04:12:41.411Z","0.8.1-BundlePrerelease.aae995629":"2020-12-05T02:42:02.929Z","0.8.1-BundlePrerelease.f8bb4d8b7":"2020-12-04T22:53:40.791Z","0.8.1-canary.375437171":"2020-12-04T21:34:29.980Z","0.8.1-canary.ff9dc3460":"2020-12-04T21:19:31.219Z","0.8.1-canary.c9f379cf7":"2020-12-04T20:51:41.461Z","0.8.1-1.0.0-eap-firestore-debug.9c6096f43":"2020-12-04T19:59:49.280Z","0.8.1-canary.1b5407372":"2020-12-04T19:19:27.428Z","0.8.1-canary.6d640284e":"2020-12-03T19:09:44.547Z","0.8.1-canary.93d8dc084":"2020-12-03T17:43:33.068Z","0.8.1-canary.f2562c292":"2020-12-03T16:21:08.957Z","0.8.1-canary.09c537ddc":"2020-12-02T18:30:16.198Z","0.8.1-canary.daea03258":"2020-12-02T17:09:14.926Z","0.8.1-canary.11563b227":"2020-12-02T16:52:44.577Z","0.8.1-canary.1849b0d0f":"2020-12-02T01:32:48.587Z","0.8.1-canary.772c4d1b3":"2020-12-02T01:22:17.558Z","0.8.1-canary.694a29911":"2020-12-02T00:50:37.444Z","0.8.1-canary.568214182":"2020-12-02T00:47:39.900Z","0.8.1-canary.b87cfd13d":"2020-12-01T00:11:42.086Z","0.8.1-canary.9c61afe3c":"2020-11-25T18:47:21.746Z","0.8.1-canary.ddb7993dd":"2020-11-25T00:19:00.481Z","0.8.1-canary.83affbf30":"2020-11-25T00:17:40.324Z","0.8.1-canary.c76e1ffb8":"2020-11-24T17:18:58.362Z","0.8.1-canary.6358fd076":"2020-11-24T02:32:12.756Z","0.8.1-canary.be56cd87a":"2020-11-23T23:50:54.163Z","0.8.1-canary.912744fcd":"2020-11-23T23:33:14.663Z","0.8.0-canary.80d19e2f6":"2020-11-23T20:38:40.333Z","0.8.0-canary.3045a0e16":"2020-11-23T20:13:35.623Z","0.8.0-canary.3d5354021":"2020-11-22T11:52:06.670Z","0.8.0-canary.4ffb6649c":"2020-11-21T00:28:37.053Z","0.8.0-canary.3a19f9e69":"2020-11-20T16:14:01.662Z","0.8.1":"2020-11-20T01:50:18.794Z","0.8.1-2020102005919":"2020-11-20T01:03:38.157Z","0.8.0-canary.bab4e1935":"2020-11-20T00:53:44.816Z","0.8.0-canary.4f6313262":"2020-11-20T00:27:43.704Z","0.8.0-canary.3c3c5fa4c":"2020-11-19T23:26:33.340Z","0.7.1-canary.b3ee391f7":"2020-11-19T22:56:05.353Z","0.8.0":"2020-11-19T22:39:58.217Z","0.7.1-canary.9822e125c":"2020-11-19T18:26:44.529Z","0.7.1-canary.27438f138":"2020-11-19T16:31:51.524Z","0.7.1-canary.d934f74d6":"2020-11-18T18:46:22.232Z","0.8.0-202010180421":"2020-11-18T00:10:46.800Z","0.7.1-canary.0c4f7944a":"2020-11-17T22:41:03.847Z","0.7.1-canary.34973cde2":"2020-11-17T22:32:34.630Z","0.7.1-canary.fc9de467b":"2020-11-17T19:50:11.889Z","0.7.1-canary.d5baaff23":"2020-11-17T19:49:52.101Z","0.7.1-canary.4da7606a0":"2020-11-17T19:48:33.699Z","0.7.1-canary.1d306453f":"2020-11-17T19:02:35.846Z","0.7.1-canary.7bb22733f":"2020-11-17T18:50:11.844Z","0.7.1-canary.e0bf3f70b":"2020-11-17T17:39:10.616Z","0.7.1-canary.6a154eb13":"2020-11-16T20:05:57.967Z","0.7.1-canary.6cd65fca4":"2020-11-16T18:23:53.784Z","0.7.1-canary.6c6c49ad6":"2020-11-13T19:53:11.918Z","0.7.1-canary.ad44c195b":"2020-11-13T17:33:35.938Z","0.7.1-canary.5b2d1073a":"2020-11-12T23:53:44.817Z","0.7.1-canary.5ba4c2670":"2020-11-12T23:28:26.906Z","0.7.1-canary.f69db37ca":"2020-11-12T23:26:37.656Z","0.7.1-canary.743a244c6":"2020-11-12T22:30:09.415Z","0.7.1-canary.6dffdf2eb":"2020-11-12T19:52:32.549Z","0.7.1-canary.eff049b75":"2020-11-12T17:28:46.546Z","0.7.1-canary.c2b215c19":"2020-11-12T01:47:20.318Z","0.7.1-canary.d2adf4e3e":"2020-11-11T21:36:46.014Z","0.7.1-canary.8602cda89":"2020-11-11T20:04:26.804Z","0.7.1-canary.a4507adb5":"2020-11-11T18:16:22.104Z","0.7.1-canary.47b182b91":"2020-11-10T23:42:27.467Z","0.7.1-canary.82ef45bfc":"2020-11-10T22:43:38.321Z","0.7.1-canary.f676f6790":"2020-11-10T19:43:28.242Z","0.7.1-canary.484e90a1d":"2020-11-09T22:49:54.659Z","0.7.1-canary.6be9225fc":"2020-11-09T18:05:31.507Z","0.7.1-canary.2d325e77e":"2020-11-06T22:53:13.299Z","0.7.1-canary.f9dc50e35":"2020-11-06T00:54:43.562Z","0.7.1-canary.996004f65":"2020-11-05T21:22:19.778Z","0.7.1":"2020-11-05T20:27:17.321Z","0.7.0-canary.c47ba31d0":"2020-11-05T19:17:00.151Z","0.7.0-canary.14d023db7":"2020-11-05T01:03:09.253Z","0.7.0-canary.9d424f5da":"2020-11-04T23:23:28.686Z","0.7.0-canary.39847b8ec":"2020-11-04T19:26:46.133Z","0.7.0-canary.86971662c":"2020-11-03T23:29:39.286Z","0.7.1-2020103231751":"2020-11-03T23:26:39.646Z","0.7.0-canary.007ddd1eb":"2020-11-03T18:36:42.582Z","0.7.0-canary.d7c6d6213":"2020-11-03T17:23:32.383Z","0.7.0-canary.a74a1d167":"2020-11-03T01:55:39.401Z","0.7.0-canary.6ef39d4d3":"2020-10-30T17:06:11.765Z","0.7.0-canary.2ac31a1db":"2020-10-29T22:52:47.193Z","0.7.0-canary.54a46f89c":"2020-10-29T22:04:35.081Z","0.7.0-canary.f68ce2437":"2020-10-29T21:20:55.578Z","0.7.0-canary.3f6f5e491":"2020-10-29T20:19:42.262Z","0.7.0-canary.a7991f42f":"2020-10-29T20:08:20.475Z","0.7.0-canary.1cdd3ab34":"2020-10-29T20:04:43.896Z","0.7.0-canary.de5237f91":"2020-10-29T19:17:17.315Z","0.7.0-canary.7e3846b0f":"2020-10-29T18:29:46.590Z","0.7.0-canary.0c602aa0a":"2020-10-29T17:11:54.943Z","0.7.0-canary.973cdfa7f":"2020-10-29T10:29:04.456Z","0.7.0-canary.6f06d840e":"2020-10-29T00:10:03.765Z","0.7.0-canary.878a1bff0":"2020-10-28T18:33:40.189Z","0.7.0-canary.9c0a47f43":"2020-10-28T17:54:39.098Z","0.7.0-canary.b5e9d6ae8":"2020-10-28T17:12:05.020Z","0.7.0-canary.8f3bb8038":"2020-10-28T16:57:12.189Z","0.7.0-canary.a8df66983":"2020-10-28T16:56:04.646Z","0.7.0-canary.8922f543c":"2020-10-27T23:39:10.733Z","0.7.0-canary.e0f296dd8":"2020-10-27T21:43:20.468Z","0.7.0-canary.9cf727fcc":"2020-10-27T21:43:00.926Z","0.7.0-canary.ab0f64357":"2020-10-27T21:33:23.271Z","0.7.0-canary.8e9604f71":"2020-10-27T21:29:59.570Z","0.7.0-canary.a9ba7ba7c":"2020-10-26T21:25:53.712Z","0.7.0-canary.519d2cf64":"2020-10-26T21:10:34.679Z","0.7.0":"2020-10-26T20:14:03.590Z","0.7.0-2020926155854":"2020-10-26T16:15:03.622Z","0.6.13-canary.03e907092":"2020-10-26T15:56:26.459Z","0.6.13-canary.541944bf2":"2020-10-22T21:41:27.874Z","0.6.13-canary.3f4cbf761":"2020-10-22T21:24:58.939Z","0.6.13-canary.64c8d04c2":"2020-10-22T21:12:52.101Z","0.7.0-2020922203858":"2020-10-22T20:45:05.243Z","0.6.13-canary.f4110cc5b":"2020-10-22T18:58:01.292Z","0.6.13-canary.3e7175da5":"2020-10-22T18:04:46.894Z","0.6.13-canary.7c15fb0a0":"2020-10-21T22:23:03.036Z","0.6.13-canary.602ec18e9":"2020-10-20T22:47:08.343Z","0.6.13-canary.9719635fe":"2020-10-20T22:01:54.508Z","0.6.13-canary.b247ffa76":"2020-10-20T21:29:50.252Z","0.6.13-canary.2b06694da":"2020-10-20T20:05:38.505Z","0.6.13-canary.ca04eda40":"2020-10-20T19:38:07.400Z","0.6.13-canary.ef33328f7":"2020-10-20T18:59:14.980Z","0.6.13-canary.4b540f91d":"2020-10-20T18:08:59.518Z","0.6.13-canary.a5768b0aa":"2020-10-20T16:54:19.726Z","0.6.13-canary.eded21827":"2020-10-20T04:19:38.086Z","0.6.13-canary.b6a9bf0a1":"2020-10-19T23:56:03.325Z","0.6.13-canary.0204abfd4":"2020-10-19T19:02:42.756Z","0.6.13-canary.2fce62a95":"2020-10-19T18:13:43.301Z","0.6.13-canary.49378bf58":"2020-10-19T17:16:15.725Z","0.6.13-canary.fc3bf652f":"2020-10-19T16:42:57.244Z","0.6.13-canary.7d916d905":"2020-10-19T16:39:29.694Z","0.6.13-canary.959e21a11":"2020-10-16T21:02:32.578Z","0.6.13-canary.79b049375":"2020-10-16T11:33:22.635Z","0.6.13-canary.8939aeca0":"2020-10-15T23:46:03.754Z","0.6.13-canary.ffef32e38":"2020-10-15T21:21:16.923Z","0.6.13-canary.f3554394d":"2020-10-15T20:49:27.139Z","0.6.13-canary.1f2292511":"2020-10-15T19:32:56.056Z","0.6.13-canary.d0189bdda":"2020-10-15T19:19:29.021Z","0.6.13-canary.6a8086c5b":"2020-10-15T19:06:35.652Z","0.6.13-canary.344bd8856":"2020-10-15T16:54:55.756Z","0.6.13-canary.2c1764dce":"2020-10-14T23:42:54.163Z","0.6.13-canary.add9d211d":"2020-10-14T22:05:26.318Z","0.6.13-canary.8f9e55992":"2020-10-14T20:30:31.289Z","0.6.13-canary.0322c1bda":"2020-10-14T13:03:24.030Z","0.6.13-canary.7156eb3d2":"2020-10-13T23:45:36.737Z","0.6.13-canary.916770f3c":"2020-10-13T23:27:20.804Z","0.6.13-canary.00c963b1d":"2020-10-13T22:56:58.030Z","0.6.13-canary.eeb1dfa4f":"2020-10-13T21:46:41.487Z","0.6.13-canary.8c0f1e22e":"2020-10-13T21:42:35.773Z","0.6.13-canary.d4966cfc2":"2020-10-13T16:35:35.691Z","0.6.13-canary.9e92e91da":"2020-10-13T16:13:52.576Z","0.6.13-canary.df27732bc":"2020-10-13T04:24:31.946Z","0.6.13-canary.3c420b0bd":"2020-10-12T21:49:04.106Z","0.6.13-canary.cb28261e0":"2020-10-12T20:19:03.844Z","0.6.13-canary.79f4a5ae5":"2020-10-12T20:03:36.836Z","0.6.13-canary.10f038fdc":"2020-10-12T17:02:45.611Z","0.6.13-canary.2bea0a367":"2020-10-12T16:54:30.867Z","0.6.13-canary.6f2cf64be":"2020-10-12T16:38:16.642Z","0.6.13-canary.76c2d9b4f":"2020-10-12T16:16:07.979Z","0.6.13-canary.958261bd4":"2020-10-12T16:14:18.986Z","0.6.13-canary.15d90cf8b":"2020-10-12T16:12:49.794Z","0.6.13-alpha.96ae6a5fe":"2020-10-11T05:14:00.532Z","0.6.13-alpha.6b865e005":"2020-10-09T21:16:33.880Z","0.6.13-canary.88e1f8863":"2020-10-09T19:42:24.081Z","0.6.13-alpha.01492c06e":"2020-10-09T19:11:11.469Z","0.6.13-canary.fe0ae19a9":"2020-10-09T17:30:40.758Z","0.6.13-canary.4f997bce1":"2020-10-09T00:11:50.810Z","0.6.13-eap-auth-emulator.df41ee388":"2020-10-08T22:16:26.292Z","0.6.13-eap-auth-emulator.8fbbe234f":"2020-10-08T17:03:08.930Z","0.6.13-canary.5af6e1c11":"2020-10-08T16:03:27.827Z","0.6.13-canary.f5d122a94":"2020-10-06T22:04:43.401Z","0.6.13-canary.769f0e7af":"2020-10-06T17:00:06.011Z","0.6.13-canary.0e308b623":"2020-10-05T23:14:55.715Z","0.6.13-canary.c49a08b29":"2020-10-05T21:52:19.362Z","0.6.13-canary.795f31a50":"2020-10-05T21:12:04.884Z","0.6.13-canary.2b1123033":"2020-10-05T18:46:19.748Z","0.6.13-canary.b73ab4135":"2020-10-03T00:58:30.152Z","0.6.13-canary.0dfef5dd5":"2020-10-02T23:47:22.360Z","0.6.13-canary.b9087b90f":"2020-10-02T12:12:11.634Z","0.6.13-canary.8728e1a0f":"2020-10-02T01:27:45.528Z","0.6.13-canary.e68c47e54":"2020-10-02T00:37:04.163Z","0.6.13-canary.b6925be1d":"2020-10-01T23:30:37.092Z","0.6.13-canary.eb663f27a":"2020-10-01T23:09:12.115Z","0.6.13-canary.791824b48":"2020-10-01T22:53:59.726Z","0.6.13-canary.c20b19ef4":"2020-10-01T22:50:41.547Z","0.6.13-canary.332c36cb8":"2020-10-01T19:08:54.478Z","0.6.13-canary.53ccf1964":"2020-10-01T18:59:19.365Z","0.6.13-canary.48b0b0f7c":"2020-10-01T18:36:43.119Z","0.6.13-canary.a831aec9e":"2020-10-01T18:29:30.354Z","0.6.13-canary.34c8693eb":"2020-10-01T18:00:00.810Z","0.6.13-canary.a10c18f89":"2020-10-01T02:04:06.887Z","0.6.13-canary.41467b53c":"2020-10-01T00:16:10.713Z","0.6.13-canary.38983dcfe":"2020-10-01T00:11:14.444Z","0.6.13-canary.b0da2a9f1":"2020-09-30T21:09:59.441Z","0.6.13-canary.db3ce8162":"2020-09-30T21:01:47.830Z","0.6.13-canary.0faff4d58":"2020-09-30T19:17:35.115Z","0.6.13-canary.fe55004be":"2020-09-30T18:13:58.202Z","0.6.13-canary.d4db75ff8":"2020-09-30T16:24:15.106Z","0.6.13-canary.2be43eadf":"2020-09-30T00:07:47.244Z","0.6.13-canary.7d655a816":"2020-09-29T00:11:31.118Z","0.6.13-canary.7c1c7f182":"2020-09-28T21:54:48.975Z","0.6.13-canary.01bb65b54":"2020-09-28T17:18:49.605Z","0.6.13-canary.a6af7c279":"2020-09-25T16:21:20.613Z","0.6.13-canary.37590059e":"2020-09-25T00:35:41.735Z","0.6.13-canary.63d7fc805":"2020-09-25T00:29:08.184Z","0.6.13-canary.2a18beb84":"2020-09-24T21:40:20.567Z","0.6.13-canary.205421eda":"2020-09-24T20:59:29.832Z","0.6.13-canary.fff14a712":"2020-09-24T20:58:06.159Z","0.6.13-eap-auth-emulator.16fda4fd2":"2020-09-24T18:58:47.289Z","0.6.13-canary.81c61b6cb":"2020-09-24T18:53:00.531Z","0.6.13-canary.b61f0d7d4":"2020-09-24T16:34:42.989Z","0.6.13-canary.0a1181b18":"2020-09-24T01:14:55.472Z","0.6.13-canary.0c607c992":"2020-09-23T19:20:16.951Z","0.6.13-canary.cddc5512f":"2020-09-23T18:42:14.790Z","0.6.13-canary.e55e7c663":"2020-09-23T00:09:27.412Z","0.6.13-canary.c20f63130":"2020-09-22T23:22:21.791Z","0.6.13-canary.cb1caa0e3":"2020-09-22T22:33:57.840Z","0.6.13-canary.61ed2144d":"2020-09-22T20:36:05.939Z","0.6.13-canary.9e040c14a":"2020-09-22T20:02:20.315Z","0.6.13-canary.3f0aa7bf3":"2020-09-22T18:55:43.254Z","0.6.13-canary.70fe23901":"2020-09-22T18:55:21.132Z","0.6.13-canary.c01a88f46":"2020-09-22T18:52:14.492Z","0.6.13-canary.b23149517":"2020-09-22T18:40:55.983Z","0.6.13-canary.49d97ff38":"2020-09-22T00:15:46.950Z","0.6.13-canary.4dc8817c3":"2020-09-21T23:27:54.249Z","0.6.13-canary.5593be665":"2020-09-21T21:20:44.111Z","0.6.13-canary.16c6ba979":"2020-09-21T20:42:16.214Z","0.6.13-canary.7bf73797d":"2020-09-21T17:19:13.589Z","0.6.13-canary.4c4b2d110":"2020-09-21T16:09:14.737Z","0.6.13-canary.bd85ee70f":"2020-09-19T04:59:22.813Z","0.6.13-canary.0986b92c6":"2020-09-17T23:08:53.553Z","0.6.13-canary.3a6e5ffbb":"2020-09-17T22:18:05.618Z","0.6.13-canary.9b6b06ad2":"2020-09-17T22:06:13.644Z","0.6.13":"2020-09-17T21:04:15.311Z","0.6.12-canary.7086f4a31":"2020-09-17T20:24:59.968Z","0.6.12-canary.d41152a2a":"2020-09-17T18:26:59.149Z","0.6.12-canary.ff66d8cc9":"2020-09-16T19:15:55.945Z","0.6.12-canary.01e9f58f9":"2020-09-16T18:41:45.166Z","0.6.12-canary.40f958254":"2020-09-16T18:41:22.890Z","0.6.12-canary.07cbd42e6":"2020-09-16T17:40:19.247Z","0.6.12-canary.80e421900":"2020-09-15T23:28:01.914Z","0.6.13-2020815231418":"2020-09-15T23:19:44.034Z","0.6.12-canary.f9004177e":"2020-09-15T15:34:02.272Z","0.6.12-canary.a865ae9eb":"2020-09-14T17:47:05.977Z","0.6.12-canary.b1854ab30":"2020-09-11T23:23:18.645Z","0.6.12-canary.e81c429ae":"2020-09-11T21:06:28.116Z","0.6.12-canary.35d1c0df6":"2020-09-11T18:35:32.420Z","0.6.12-canary.4b4816703":"2020-09-11T17:20:01.767Z","0.6.12-canary.0eb18ca80":"2020-09-10T22:00:37.891Z","0.6.12":"2020-09-10T19:49:36.386Z","0.6.11-canary.595dfb0df":"2020-09-10T19:41:43.855Z","0.6.11-canary.95ab732eb":"2020-09-09T23:18:38.645Z","0.6.11-canary.565004d8f":"2020-09-09T22:34:09.677Z","0.6.11-canary.0119d6677":"2020-09-09T20:31:39.479Z","0.6.11-canary.a8ff3dbaa":"2020-09-09T17:34:16.059Z","0.6.11-canary.3d9b5a595":"2020-09-09T17:06:57.685Z","0.6.11-canary.f47f9907c":"2020-09-09T00:05:24.791Z","0.6.12-202088235442":"2020-09-09T00:01:33.099Z","0.6.11-canary.7e7081011":"2020-08-28T19:23:09.618Z","0.6.11-canary.4c9cfa0cc":"2020-08-28T19:01:32.602Z","0.6.11-canary.bdae2c966":"2020-08-28T18:40:45.812Z","0.6.11-canary.8d2361299":"2020-08-28T17:57:10.360Z","0.6.11-canary.249d40cb6":"2020-08-28T17:08:47.046Z","0.6.11-canary.0dfd51620":"2020-08-28T01:10:44.990Z","0.6.11-canary.f7a1a974d":"2020-08-28T00:51:29.084Z","0.6.11-canary.c4f8541f5":"2020-08-28T00:12:06.575Z","0.6.11-canary.b0a75acb0":"2020-08-27T19:52:04.846Z","0.6.11-canary.fee4e8bb7":"2020-08-27T19:01:56.457Z","0.6.11-canary.70537a61e":"2020-08-27T18:06:22.842Z","0.6.11-canary.29bac5e88":"2020-08-27T17:10:22.547Z","0.6.11-canary.1a82549a7":"2020-08-27T16:56:46.009Z","0.6.11-canary.e22a2957e":"2020-08-27T10:01:22.781Z","0.6.11-canary.da1c7df79":"2020-08-26T19:01:17.299Z","0.6.11-canary.44c91e5b8":"2020-08-26T00:00:24.528Z","0.6.11-canary.0d0686392":"2020-08-25T23:14:25.853Z","0.6.11-canary.57739ae2b":"2020-08-25T21:28:25.608Z","0.6.11-canary.05b56061c":"2020-08-25T21:06:11.771Z","0.6.11-canary.c0f2be022":"2020-08-25T19:14:12.809Z","0.6.11-canary.978faa60a":"2020-08-25T18:47:43.765Z","0.6.11-canary.ccb171663":"2020-08-25T18:43:31.886Z","0.6.11-canary.4623bbd17":"2020-08-25T18:42:01.047Z","0.6.11-canary.9611fd739":"2020-08-25T18:37:20.899Z","0.6.11-canary.fa5104fb2":"2020-08-24T18:40:00.366Z","0.6.11-canary.d3cd75b1f":"2020-08-21T21:49:21.373Z","0.6.11-canary.1508a0e4c":"2020-08-21T17:06:18.788Z","0.6.11-canary.8d3aca79d":"2020-08-20T18:03:47.528Z","0.6.11-canary.ccbcadce1":"2020-08-20T17:47:28.541Z","0.6.11-canary.3b26db427":"2020-08-20T13:52:06.054Z","0.6.11-canary.05f800282":"2020-08-19T23:48:58.249Z","0.6.11-canary.d03c5ad6f":"2020-08-19T21:02:18.316Z","0.6.11-canary.46ef5d72b":"2020-08-19T18:53:55.005Z","0.6.11-canary.8c5d52251":"2020-08-19T18:26:51.695Z","0.6.11-canary.f8f37388a":"2020-08-18T23:22:57.882Z","0.6.11-canary.6a95ae14c":"2020-08-14T01:44:29.986Z","0.6.11":"2020-08-13T20:54:55.764Z","0.6.10-canary.c8495f52a":"2020-08-13T17:42:32.417Z","0.6.10-canary.980c7d539":"2020-08-13T10:42:37.461Z","0.6.10-canary.5d4d18234":"2020-08-13T01:17:37.081Z","0.6.10-canary.d4721c53a":"2020-08-12T21:55:23.555Z","0.6.10-canary.5b87b591":"2020-08-12T00:49:55.644Z","0.6.10-canary.4ea2b6bc":"2020-08-11T22:50:33.271Z","0.6.11-202071122108":"2020-08-11T22:29:23.030Z","0.6.10-canary.e8b0098a":"2020-08-11T22:20:18.145Z","0.6.10-canary.bbc6d7e6":"2020-08-11T22:16:35.637Z","0.6.10-canary.e96559f5":"2020-08-11T21:09:15.799Z","0.6.10-canary.e1d37efe":"2020-08-11T17:00:44.581Z","0.6.10-canary.d3f25079":"2020-08-10T21:46:49.710Z","0.6.10-canary.90203ebd":"2020-08-10T21:39:17.364Z","0.6.10-canary.68995c24":"2020-08-10T14:30:58.803Z","0.6.10-canary.2c37560f":"2020-08-08T03:45:18.910Z","0.6.9-canary.3e653c7f":"2020-08-08T00:40:55.902Z","0.6.9-canary.30553df0":"2020-08-08T00:34:28.329Z","0.6.9-canary.f1299756":"2020-08-07T22:01:50.388Z","0.6.10":"2020-08-06T20:27:36.228Z","0.6.9-canary.36be62a8":"2020-08-06T00:33:20.353Z","0.6.9-canary.cf3401d1":"2020-08-06T00:12:55.698Z","0.6.9-canary.2a0d254f":"2020-08-05T18:20:49.130Z","0.6.9-canary.7f9b3d96":"2020-08-04T23:30:05.372Z","0.6.10-20207421553":"2020-08-04T22:00:27.027Z","0.6.9-canary.217dca9a":"2020-07-29T00:27:29.572Z","0.6.9-canary.acfedd2f":"2020-07-29T00:13:48.867Z","0.6.9-canary.c1cc4281":"2020-07-24T22:45:48.494Z","0.6.9-canary.1a630ba6":"2020-07-24T21:54:34.431Z","0.6.9-canary.26c5bebe":"2020-07-24T21:31:48.402Z","0.6.8-canary.1d7ee969":"2020-07-24T17:58:29.755Z","0.6.9":"2020-07-24T05:13:59.614Z","0.6.9-20206244562":"2020-07-24T05:03:12.452Z","0.6.8-canary.6af4c277":"2020-07-22T07:00:26.760Z","0.6.8-canary.c2829cde":"2020-07-22T05:49:56.748Z","0.6.8-canary.eb44f4a9":"2020-07-21T04:14:07.884Z","0.6.8-canary.cf8696e2":"2020-07-21T02:27:23.306Z","0.6.8-canary.7d5678be":"2020-07-20T22:22:51.731Z","0.6.8-canary.d4341186":"2020-07-18T02:29:27.657Z","0.6.8-canary.ee33ebf7":"2020-07-17T21:09:27.693Z","0.6.8-canary.ea699fac":"2020-07-17T07:11:32.617Z","0.6.8-canary.a875bbe0":"2020-07-17T02:15:50.298Z","0.6.8-canary.6d11f7f5":"2020-07-17T01:28:01.271Z","0.6.8-canary.65568139":"2020-07-16T23:27:15.928Z","0.6.7-canary.5b7d812a":"2020-07-16T22:50:42.264Z","0.6.7-canary.38a12bb9":"2020-07-16T22:12:22.205Z","0.6.8":"2020-07-16T22:07:43.118Z","0.6.7-canary.6d5b4cc3":"2020-07-16T17:39:47.342Z","0.6.8-2020615181619":"2020-07-15T18:48:00.500Z","0.6.7-canary.b6145466":"2020-07-15T18:44:37.872Z","0.6.7-canary.28438f60":"2020-07-15T17:24:16.664Z","0.6.7-canary.c2b737b2":"2020-07-14T21:32:44.278Z","0.6.7-canary.b07f822b":"2020-07-10T18:03:25.887Z","0.6.7-canary.f46bc247":"2020-07-10T04:11:41.605Z","0.6.7-canary.31cb0f1d":"2020-07-10T03:37:50.523Z","0.6.7-canary.ee5ec1eb":"2020-07-10T03:34:50.008Z","0.6.7-canary.d7735c98":"2020-07-10T02:12:27.010Z","0.6.7-canary.023d729a":"2020-07-10T02:11:38.825Z","0.6.7-canary.7d5ccb20":"2020-07-10T02:10:00.061Z","0.6.7-canary.3c21efe4":"2020-07-09T23:12:54.146Z","0.6.7-canary.23891b20":"2020-07-09T22:17:29.558Z","0.6.7":"2020-07-09T20:40:13.887Z","0.6.6-canary.9c409ea7":"2020-07-09T19:45:44.153Z","0.6.6-canary.308f020d":"2020-07-09T19:34:52.032Z","0.6.6-canary.1c6ca04f":"2020-07-09T19:31:41.454Z","0.6.6-canary.d1a86e6d":"2020-07-09T19:30:49.515Z","0.6.6-canary.ce168bd9":"2020-07-09T19:30:14.937Z","0.6.6-canary.4fc68ef9":"2020-07-09T06:34:37.350Z","0.6.6-canary.9b53ec89":"2020-07-09T05:42:09.241Z","0.6.6-canary.5a355360":"2020-07-09T04:31:13.808Z","0.6.6-canary.6f266bf1":"2020-07-09T01:59:49.604Z","0.6.6-canary.989cb756":"2020-07-07T22:44:47.761Z","0.6.7-202067221036":"2020-07-07T22:15:42.609Z","0.6.6-canary.f8d1b3d7":"2020-07-07T20:40:44.214Z","0.6.6-canary.bb740836":"2020-07-07T20:11:39.873Z","0.6.6-canary.26767cd9":"2020-07-07T18:56:17.279Z","0.6.6-canary.064cf2e5":"2020-07-06T23:25:52.287Z","0.6.6-canary.c7aa053d":"2020-07-06T22:40:35.460Z","0.6.6-canary.469c8bdf":"2020-07-06T22:25:44.492Z","0.6.6-canary.ee1892d6":"2020-07-06T18:39:50.704Z","0.6.6-canary.992432e0":"2020-07-06T17:43:21.083Z","0.6.6-canary.fc17a3cf":"2020-07-02T18:40:41.738Z","0.6.6-canary.0c8b011b":"2020-07-01T17:08:44.905Z","0.6.6-canary.877c060c":"2020-06-30T22:53:43.276Z","0.6.6-canary.a754645e":"2020-06-30T22:51:29.754Z","0.6.6-canary.dd1e63ce":"2020-06-30T22:50:54.657Z","0.6.6-canary.982acf91":"2020-06-30T21:34:40.156Z","0.6.6-canary.c3cd471b":"2020-06-30T18:38:32.743Z","0.6.6-canary.2ab5a175":"2020-06-30T17:32:07.963Z","0.6.6-canary.fe85035e":"2020-06-30T17:28:26.914Z","0.6.6-canary.f54abc25":"2020-06-30T04:46:45.758Z","0.6.6-canary.fe2bd0f1":"2020-06-30T01:34:34.652Z","0.6.6-canary.d0bc885b":"2020-06-30T00:38:04.589Z","0.6.6-canary.17c628eb":"2020-06-27T00:38:38.604Z","0.6.6-canary.9e204e77":"2020-06-27T00:14:39.578Z","0.6.6-canary.e90304c8":"2020-06-26T23:28:57.904Z","0.6.6-canary.c38fc717":"2020-06-26T22:58:35.201Z","0.6.6-canary.a4ff036c":"2020-06-26T22:34:25.287Z","0.6.6-canary.3d43b009":"2020-06-26T22:02:15.571Z","0.6.6-canary.ddbe2180":"2020-06-26T20:37:53.638Z","0.6.6-canary.8e0c0360":"2020-06-26T17:02:53.381Z","0.6.6-canary.64d9ab6b":"2020-06-26T01:18:53.953Z","0.6.6":"2020-06-25T23:09:02.174Z","0.6.5-canary.4edfe226":"2020-06-25T21:10:26.491Z","0.6.5-canary.590c9a44":"2020-06-25T18:15:54.870Z","0.6.5-canary.fa70d0a3":"2020-06-25T17:39:23.197Z","0.6.5-canary.04874c97":"2020-06-25T00:32:11.186Z","0.6.5-canary.c436bcc6":"2020-06-24T20:47:15.653Z","0.6.5-canary.a1081c61":"2020-06-24T20:09:49.260Z","0.6.5-canary.b27974af":"2020-06-24T19:20:40.958Z","0.6.5-canary.9bac5bcc":"2020-06-24T19:16:48.514Z","0.6.5-canary.1791a9be":"2020-06-24T17:17:13.565Z","0.6.5-canary.9cf49f74":"2020-06-24T17:01:59.849Z","0.6.5-canary.5de3ec66":"2020-06-23T23:44:43.752Z","0.6.6-0":"2020-06-23T23:29:40.505Z","0.6.5-canary.acd89ee4":"2020-06-23T21:17:06.837Z","0.6.5-canary.71f94f14":"2020-06-22T20:07:28.139Z","0.6.5-canary.23e89711":"2020-06-22T19:05:47.639Z","0.6.5-canary.d470f49d":"2020-06-20T01:48:27.096Z","0.6.5-canary.246ed9d6":"2020-06-19T16:56:58.512Z","0.6.5":"2020-06-18T21:50:35.654Z","0.6.5-0":"2020-06-17T19:25:59.306Z","0.6.4-canary.1e3721c5":"2020-06-08T22:05:27.454Z","0.6.4-canary.59d45d6e":"2020-06-08T19:39:59.928Z","0.6.4-canary.68768d62":"2020-06-08T18:10:35.519Z","0.6.4-canary.b011da84":"2020-06-08T17:20:09.908Z","0.6.4-canary.6651efd3":"2020-06-08T17:18:15.940Z","0.6.4-canary.df36a245":"2020-06-07T23:04:19.919Z","0.6.4-canary.0fac7bdc":"2020-06-05T18:14:20.743Z","0.6.4-canary.0abf211d":"2020-06-05T17:27:29.239Z","0.6.4-canary.6cd5ed1d":"2020-06-05T17:14:35.519Z","0.6.4-canary.5cf39ab8":"2020-06-05T05:52:30.824Z","0.6.4-canary.27d42867":"2020-06-05T03:49:26.106Z","0.6.4-canary.2c66c4e2":"2020-06-05T01:53:27.547Z","0.6.4-canary.3af49b4b":"2020-06-05T01:14:03.702Z","0.6.4-canary.239bea37":"2020-06-05T00:31:37.802Z","0.6.3-canary.94f3c34f":"2020-06-05T00:22:08.915Z","0.6.3-canary.1b0230ec":"2020-06-04T23:58:26.317Z","0.6.3-canary.3c61f243":"2020-06-04T23:34:28.870Z","0.6.4":"2020-06-04T23:28:44.885Z","0.6.4-0":"2020-06-03T20:51:51.719Z","0.6.3-canary.0395a1d2":"2020-06-03T20:36:53.044Z","0.6.3-canary.c049186f":"2020-06-03T20:18:35.892Z","0.6.3-canary.0d6f14eb":"2020-05-28T20:07:25.239Z","0.6.3-canary.7de1a7c1":"2020-05-28T19:19:16.430Z","0.6.3-canary.ec1471cf":"2020-05-28T17:51:39.944Z","0.6.3-canary.963fd1fa":"2020-05-28T17:49:48.498Z","0.6.3-canary.b41d0ae1":"2020-05-28T17:43:48.654Z","0.6.3-canary.67adfb2c":"2020-05-27T22:05:34.828Z","0.6.3-canary.24c1ee90":"2020-05-27T21:26:05.948Z","0.6.3-canary.ef5fb1b9":"2020-05-27T19:52:54.785Z","0.6.3-canary.230cd489":"2020-05-26T21:53:58.496Z","0.6.2-canary.ea2fcf55":"2020-05-26T21:41:03.200Z","0.6.2-canary.5ffa43b5":"2020-05-26T17:32:40.221Z","0.6.2-canary.4e86d019":"2020-05-22T00:28:22.359Z","0.6.3":"2020-05-21T21:20:25.042Z","0.6.2-canary.babdcfdd":"2020-05-21T17:50:29.311Z","0.6.2-canary.4a70e17f":"2020-05-20T20:28:14.703Z","0.6.2-canary.76726387":"2020-05-20T06:09:27.000Z","0.6.2-canary.75ff9b29":"2020-05-19T23:44:49.937Z","0.6.3-0":"2020-05-19T23:32:27.154Z","0.6.2-canary.3de5763b":"2020-05-18T19:11:48.112Z","0.6.2-canary.fb900595":"2020-05-18T17:58:11.148Z","0.6.2-canary.ac215cf8":"2020-05-15T22:17:07.214Z","0.6.2-canary.94ee69a8":"2020-05-14T21:51:50.568Z","0.6.2-canary.ab2e73d6":"2020-05-14T20:07:05.218Z","0.6.2-canary.759b8775":"2020-05-14T17:58:33.043Z","0.6.2-canary.f3f1b173":"2020-05-14T02:37:30.258Z","0.6.2-canary.2261bcd0":"2020-05-13T23:23:48.315Z","0.6.2-canary.20a094f5":"2020-05-13T23:23:07.990Z","0.6.2-canary.3960fda2":"2020-05-13T22:43:42.748Z","0.6.2-canary.8e2fd913":"2020-05-13T22:39:55.586Z","0.6.2-canary.54c7872d":"2020-05-13T20:29:12.911Z","0.6.2-canary.425dfb1c":"2020-05-13T19:07:10.604Z","0.6.2-canary.094074cc":"2020-05-13T01:35:53.112Z","0.6.2-canary.74621b7e":"2020-05-12T06:20:04.383Z","0.6.2-canary.a57dac5a":"2020-05-08T01:39:52.491Z","0.6.1-canary.141a6161":"2020-05-08T01:27:32.075Z","0.6.2":"2020-05-08T00:05:40.049Z","0.6.2-0":"2020-05-07T22:19:39.293Z","0.6.1-canary.f9c6ddec":"2020-05-07T21:52:33.081Z","0.6.1-canary.631a0ec5":"2020-05-07T18:19:08.589Z","0.6.1-canary.8143c836":"2020-05-06T23:49:04.474Z","0.6.1-canary.575b3fe8":"2020-05-06T16:50:07.999Z","0.6.1-canary.e67affba":"2020-05-06T16:46:49.983Z","0.6.1-canary.88778032":"2020-05-06T05:40:31.473Z","0.6.1-canary.fd12d771":"2020-05-05T23:45:36.686Z","0.6.1-canary.76ba2ea3":"2020-05-05T20:58:34.470Z","0.6.1-canary.3ccd70a6":"2020-05-05T19:27:29.408Z","0.6.1-canary.da3582bb":"2020-05-04T23:50:45.022Z","0.6.1-canary.39013c9e":"2020-05-04T23:41:37.761Z","0.6.1-canary.df44d12e":"2020-05-04T17:23:26.365Z","0.6.1-canary.96cd91dd":"2020-05-01T23:32:22.892Z","0.6.1-canary.ba5a37ce":"2020-05-01T22:55:33.701Z","0.6.1-canary.ff533874":"2020-05-01T20:35:55.472Z","0.6.1-canary.e03614c7":"2020-05-01T01:58:35.154Z","0.6.1-canary.a6e9d5b4":"2020-04-29T21:57:08.473Z","0.6.1-canary.04d4f972":"2020-04-27T19:48:52.628Z","0.6.1-canary.ccb9bf9d":"2020-04-27T17:50:46.569Z","0.6.1-canary.be5bb4b2":"2020-04-27T17:11:49.916Z","0.6.1-canary.8c369580":"2020-04-24T23:17:02.053Z","0.6.1-canary.d92d67b2":"2020-04-24T18:53:47.251Z","0.6.1-canary.74870c7a":"2020-04-24T00:30:28.684Z","0.6.1-canary.5d25a623":"2020-04-24T00:09:03.858Z","0.6.1-canary.fe4971f1":"2020-04-23T22:36:02.452Z","0.6.1-canary.1ae13d1f":"2020-04-23T18:31:44.836Z","0.6.1-canary.4ad57332":"2020-04-23T18:03:30.899Z","0.6.1-canary.ce070106":"2020-04-23T17:47:03.115Z","0.6.1-canary.16938c0e":"2020-04-22T19:54:11.644Z","0.6.1-canary.a98a7664":"2020-04-22T17:10:05.871Z","0.6.1-canary.f23120e5":"2020-04-22T00:23:42.914Z","0.6.1-canary.9acd35f6":"2020-04-21T22:23:03.208Z","0.6.0-canary.18fb16b7":"2020-04-21T18:08:28.463Z","0.6.0-canary.5a60243b":"2020-04-21T03:21:00.500Z","0.6.0-canary.a36b51b4":"2020-04-21T02:00:37.505Z","0.6.0-canary.0601283c":"2020-04-21T00:55:30.547Z","0.6.0-canary.6cfb268e":"2020-04-21T00:28:12.418Z","0.6.0-canary.ed9a7be7":"2020-04-20T23:37:46.108Z","0.6.0-canary.d7c9ed40":"2020-04-20T22:40:43.129Z","0.6.0-canary.fc3d5396":"2020-04-20T22:15:35.316Z","0.6.0-canary.98c25234":"2020-04-20T21:34:05.935Z","0.6.0-canary.1562bb71":"2020-04-20T20:12:44.032Z","0.6.0-canary.7396d48d":"2020-04-20T20:09:50.416Z","0.6.0-canary.507da7ab":"2020-04-20T18:33:53.067Z","0.6.0-canary.b107e040":"2020-04-20T18:32:33.424Z","0.6.0-canary.537350ee":"2020-04-17T22:20:32.736Z","0.6.1":"2020-04-16T20:47:47.731Z","0.6.0-canary.c3f34dce":"2020-04-16T19:43:21.950Z","0.6.0-canary.294bed48":"2020-04-16T18:05:21.728Z","0.6.0-canary.77cb1838":"2020-04-15T22:30:28.942Z","0.6.0-canary.a82af58b":"2020-04-15T22:22:10.248Z","0.6.0-canary.daf63c2c":"2020-04-15T19:42:55.302Z","0.6.0-canary.afa7bf93":"2020-04-15T19:41:09.235Z","0.6.1-0":"2020-04-15T19:35:50.091Z","0.6.0-canary.21193108":"2020-04-15T18:09:09.814Z","0.6.0-canary.92aa3852":"2020-04-15T02:06:25.074Z","0.6.0-canary.d61625f1":"2020-04-15T01:59:10.458Z","0.6.0-canary.bbb34331":"2020-04-15T01:03:04.897Z","0.6.0-canary.f0a0dc96":"2020-04-14T22:41:34.426Z","0.6.0-canary.ce41a642":"2020-04-14T22:28:09.915Z","0.6.0-canary.7f69b704":"2020-04-13T22:16:33.464Z","0.6.0-canary.0cad04b7":"2020-04-10T00:13:20.356Z","0.5.25-canary.bc39eb5b":"2020-04-09T23:20:52.612Z","0.6.0":"2020-04-09T22:59:50.115Z","0.5.25-canary.ce3addba":"2020-04-09T22:03:47.672Z","0.5.26-0":"2020-04-09T19:00:55.524Z","0.5.25-canary.7e63eb52":"2020-04-09T18:28:39.866Z","0.5.25-canary.60c8b89c":"2020-04-03T23:47:11.731Z","0.5.25-canary.437c4041":"2020-04-03T19:10:09.171Z","0.5.25":"2020-04-02T21:40:20.554Z","0.5.24-canary.7b17e03b":"2020-04-02T18:30:15.534Z","0.5.24-canary.e0629330":"2020-04-02T00:04:17.225Z","0.5.24-canary.aab78f9d":"2020-03-31T22:12:01.118Z","0.5.25-0":"2020-03-31T21:51:45.989Z","0.5.24-canary.8e70e4a0":"2020-03-31T20:03:30.830Z","0.5.24-canary.50de3fb1":"2020-03-30T23:37:29.203Z","0.5.24-canary.5f587224":"2020-03-30T22:57:05.369Z","0.5.24-canary.6cff2f4e":"2020-03-30T21:15:40.148Z","0.5.24-canary.353f5caa":"2020-03-30T19:42:01.933Z","0.5.24-canary.74b06f51":"2020-03-30T19:17:38.741Z","0.5.24-canary.735f7c72":"2020-03-30T19:11:17.782Z","0.5.24-canary.049118af":"2020-03-30T18:26:07.043Z","0.5.24-canary.bd85150b":"2020-03-30T05:14:24.763Z","0.5.24-canary.1d7f06ca":"2020-03-28T00:37:52.948Z","0.5.24-canary.e9fed6d7":"2020-03-27T18:50:07.808Z","0.5.24-canary.228b0474":"2020-03-27T17:07:38.188Z","0.5.24-canary.e7b230cf":"2020-03-27T00:51:46.681Z","0.5.24-canary.17e3e616":"2020-03-26T19:41:12.733Z","0.5.24-canary.faa9fc62":"2020-03-26T19:39:16.131Z","0.5.24-canary.0d0bdc10":"2020-03-25T01:08:12.385Z","0.5.24-canary.f954d2f2":"2020-03-25T00:42:10.752Z","0.5.24-canary.1eada4e9":"2020-03-24T22:42:01.999Z","0.5.24-canary.ef445722":"2020-03-24T19:05:48.087Z","0.5.24-canary.1de36ed4":"2020-03-24T18:21:22.418Z","0.5.24-canary.2c8c9403":"2020-03-24T17:08:18.007Z","0.5.24-canary.afaf9825":"2020-03-23T23:54:36.881Z","0.5.24-canary.a85f81db":"2020-03-21T02:22:21.415Z","0.5.24-canary.216eb639":"2020-03-20T21:28:18.528Z","0.5.24-canary.9200feb9":"2020-03-20T16:43:36.115Z","0.5.24-canary.cbc191d0":"2020-03-19T22:06:39.920Z","0.5.24":"2020-03-19T20:41:57.024Z","0.5.23-canary.c8bebeb5":"2020-03-18T16:49:59.993Z","0.5.24-0":"2020-03-17T21:39:00.858Z","0.5.23-canary.420c6261":"2020-03-17T20:34:28.136Z","0.5.23-canary.4f1f3034":"2020-03-17T19:24:34.248Z","0.5.23-canary.a90acfa4":"2020-03-17T18:49:01.982Z","0.5.23-canary.4277e4c5":"2020-03-13T19:17:06.069Z","0.5.23-canary.000316f6":"2020-03-13T17:27:45.171Z","0.5.23":"2020-03-13T02:02:44.265Z","0.5.23-2":"2020-03-13T01:18:55.232Z","0.5.22-canary.b1aa52b3":"2020-03-13T01:12:51.863Z","0.5.23-1":"2020-03-12T21:51:14.710Z","0.5.22-canary.f86f9540":"2020-03-12T21:47:40.050Z","0.5.22-canary.aa04416d":"2020-03-12T18:56:23.264Z","0.5.23-0":"2020-03-11T01:38:15.703Z","0.5.22-canary.90b5f044":"2020-03-10T20:55:30.192Z","0.5.22-canary.9d593bc7":"2020-03-09T22:36:13.712Z","0.5.22-canary.b4274472":"2020-03-09T16:58:23.519Z","0.5.22-canary.43c67ac3":"2020-03-06T22:53:55.169Z","0.5.22-canary.ac255706":"2020-03-04T00:48:05.247Z","0.5.22-canary.fcbd8a99":"2020-03-02T20:01:06.994Z","0.5.22-canary.f24ddc45":"2020-03-02T19:28:07.418Z","0.5.22-canary.488e7f40":"2020-03-02T19:19:04.423Z","0.5.22-canary.6fdc6e1c":"2020-02-28T23:18:45.704Z","0.5.22-canary.3679e87c":"2020-02-28T22:22:32.738Z","0.5.22-canary.e7beb86a":"2020-02-28T19:51:39.114Z","0.5.22":"2020-02-28T00:29:35.949Z","0.5.22-0":"2020-02-27T23:18:51.516Z","0.5.21-canary.cb01df49":"2020-02-27T23:09:04.152Z","0.5.21-canary.9ed9b55b":"2020-02-27T22:43:18.330Z","0.5.21-canary.ddab5212":"2020-02-27T22:01:52.292Z","0.5.21-canary.ef7dabcb":"2020-02-27T21:46:26.495Z","0.5.21-canary.872ffe1e":"2020-02-26T22:31:50.231Z","0.5.21-canary.fe06e91f":"2020-02-21T19:16:45.001Z","0.5.21-canary.2919c0ab":"2020-02-20T18:31:53.104Z","0.5.21-canary.4c2f8d1a":"2020-02-20T06:03:55.228Z","0.5.21-canary.1a7ef723":"2020-02-20T05:01:33.351Z","0.5.21-canary.55026153":"2020-02-20T01:37:29.000Z","0.5.21-canary.d2b37c11":"2020-02-20T00:55:12.427Z","0.5.21-canary.20ab129c":"2020-02-20T00:12:21.713Z","0.5.21-canary.261bbd54":"2020-02-19T03:44:38.854Z","0.5.21-canary.eb4fe34a":"2020-02-18T23:48:22.355Z","0.5.21-canary.b40d71e3":"2020-02-18T23:41:46.734Z","0.5.21-canary.fde23149":"2020-02-13T23:47:03.615Z","0.5.21-canary.2af214af":"2020-02-13T15:27:34.013Z","0.5.21-canary.41132fa7":"2020-02-12T22:40:29.141Z","0.5.21-canary.eb614f0e":"2020-02-10T23:24:33.074Z","0.5.21":"2020-02-06T23:12:49.093Z","0.5.21-0":"2020-02-04T22:34:07.973Z","0.5.19-canary.689711a1":"2020-02-04T22:16:46.043Z","0.5.19-canary.e6cb0c26":"2020-02-04T20:41:35.368Z","0.5.19-canary.c5b79b6a":"2020-01-31T22:26:29.748Z","0.5.19-canary.8d8dac4d":"2020-01-30T22:30:58.801Z","0.5.20":"2020-01-30T20:54:57.862Z","0.5.20-1":"2020-01-30T19:45:14.724Z","0.5.19-canary.cf185193":"2020-01-29T22:14:04.181Z","0.5.20-0":"2020-01-28T22:12:36.598Z","0.5.19-canary.295a545d":"2020-01-28T20:44:54.061Z","0.5.19-canary.878c5016":"2020-01-28T00:46:23.206Z","0.5.19-canary.7d27807f":"2020-01-27T20:08:35.037Z","0.5.19-canary.d4ddeaf3":"2020-01-24T23:17:28.071Z","0.5.19-canary.12f9b9b3":"2020-01-24T19:01:28.280Z","0.5.19-canary.df0f9c32":"2020-01-23T21:02:56.651Z","0.5.19-canary.ee57d26c":"2020-01-23T17:49:34.632Z","0.5.19-canary.d9bf41c5":"2020-01-23T17:18:54.967Z","0.5.19-canary.5fb352a9":"2020-01-22T22:23:13.021Z","0.5.19-canary.5042f724":"2020-01-22T18:21:17.663Z","0.5.19-canary.38876ff9":"2020-01-22T17:53:57.249Z","0.5.19-canary.83fed17e":"2020-01-22T17:35:33.540Z","0.5.19-canary.01da30b0":"2020-01-21T23:30:40.134Z","0.5.18-canary.cfa8a5f0":"2020-01-21T21:10:00.237Z","0.5.19":"2020-01-16T22:35:11.049Z","0.5.18-canary.9a1a8693":"2020-01-16T00:11:28.088Z","0.5.19-0":"2020-01-14T22:45:15.142Z","0.5.18-canary.00e77c1":"2020-01-13T23:56:28.949Z","0.5.18-canary.903abce":"2020-01-11T02:11:39.789Z","0.5.18-canary.6ef51fe":"2020-01-10T00:15:39.302Z","0.5.18-canary.7058a53":"2020-01-09T23:25:18.296Z","0.5.18":"2020-01-09T22:02:59.880Z","0.5.17-canary.18a93e2":"2020-01-09T21:56:56.080Z","0.5.17-canary.e9bf41c":"2020-01-09T21:52:03.411Z","0.5.17-canary.f7bf249":"2020-01-09T12:56:26.169Z","0.5.17-canary.2092cce":"2020-01-09T10:55:03.386Z","0.5.17-canary.9c28e7b":"2020-01-09T02:37:28.574Z","0.5.17-canary.689f035":"2020-01-09T01:27:01.018Z","0.5.17-canary.885e0b3":"2020-01-08T15:24:05.199Z","0.5.17-canary.8504da9":"2020-01-08T00:33:07.072Z","0.5.18-0":"2020-01-08T00:04:56.135Z","0.5.17-canary.24d74bd":"2020-01-07T13:50:45.171Z","0.5.17-canary.f8d2cc5":"2020-01-06T22:22:07.461Z","0.5.17-canary.265fa50":"2020-01-06T20:53:17.854Z","0.5.17-canary.6104c68":"2020-01-06T19:09:46.072Z","0.5.17-canary.af162f9":"2020-01-03T18:09:43.551Z","0.5.17-canary.7250d25":"2019-12-27T10:02:12.122Z","0.5.17-canary.94cf316":"2019-12-27T09:13:27.119Z","0.5.17-canary.e4d0455":"2019-12-23T20:51:30.601Z","0.5.17-canary.88734fd":"2019-12-20T21:31:06.339Z","0.5.17-canary.984c1e4":"2019-12-20T19:04:03.557Z","0.5.17-canary.9d28b4a":"2019-12-20T03:05:19.532Z","0.5.17-canary.37b98e9":"2019-12-20T02:40:13.950Z","0.5.17":"2019-12-18T23:13:24.517Z","0.5.17-0":"2019-12-18T01:49:44.574Z","0.5.16-canary.7bb33dc":"2019-12-18T01:42:46.831Z","0.5.15-canary.bb1f4de":"2019-12-13T05:18:26.455Z","0.5.15-canary.19c34c6":"2019-12-13T00:20:42.165Z","0.5.16":"2019-12-12T21:38:04.359Z","0.5.16-1":"2019-12-12T20:57:12.328Z","0.5.15-canary.4905036":"2019-12-12T20:04:36.626Z","0.5.15-canary.627bce6":"2019-12-12T19:31:01.660Z","0.5.16-0":"2019-12-10T23:11:13.489Z","0.5.15-canary.2ceec15":"2019-12-10T22:13:11.385Z","0.5.15-canary.33388ae":"2019-12-10T20:58:37.523Z","0.5.15-canary.85c9f48":"2019-12-10T20:12:46.327Z","0.5.15-canary.f0fc426":"2019-12-10T19:43:29.039Z","0.5.15-canary.ff8f854":"2019-12-10T18:08:55.437Z","0.5.15-canary.5a880c6":"2019-12-10T01:34:16.683Z","0.5.15-canary.d1f2693":"2019-12-10T01:20:14.439Z","0.5.15":"2019-12-06T21:19:58.584Z","0.5.15-0":"2019-12-06T20:37:06.947Z","0.5.14-canary.0fa9d3a":"2019-12-06T15:12:31.300Z","0.5.14-canary.91e40c1":"2019-12-06T13:07:27.123Z","0.5.14-canary.4efa70e":"2019-12-06T02:45:44.068Z","0.5.14-canary.7eaaa33":"2019-12-06T02:39:47.918Z","0.5.14-canary.6fe6c06":"2019-12-06T02:13:27.729Z","0.5.14":"2019-12-06T00:58:27.862Z","0.5.13-canary.b1ca46d":"2019-12-06T00:01:40.398Z","0.5.13-canary.6480d7f":"2019-12-05T02:27:11.042Z","0.5.13-canary.81730ba":"2019-12-04T00:56:46.687Z","0.5.14-1":"2019-12-03T23:15:48.423Z","0.5.13-canary.fe11de0":"2019-12-03T23:09:37.044Z","0.5.13-canary.e4a987e":"2019-12-03T22:43:00.752Z","0.5.14-0":"2019-12-03T20:10:24.330Z","0.5.13-canary.a547892":"2019-12-02T22:02:27.974Z","0.5.13-canary.9b8ef59":"2019-12-02T16:08:37.803Z","0.5.13-canary.4313496":"2019-11-28T01:03:34.689Z","0.5.13-canary.d1cd07d":"2019-11-28T00:33:32.421Z","0.5.13-canary.57a0f2b":"2019-11-26T20:43:46.429Z","0.5.13-canary.ae31905":"2019-11-26T20:09:59.318Z","0.5.13-canary.ba2ff35":"2019-11-26T02:15:50.512Z","0.5.13-canary.638aba6":"2019-11-23T00:15:03.491Z","0.5.13-canary.ba1932f":"2019-11-22T00:37:44.856Z","0.5.12-canary.aeeaa14":"2019-11-21T23:17:58.975Z","0.5.13":"2019-11-21T23:14:12.389Z","0.5.13-0":"2019-11-20T04:59:01.237Z","0.5.12-canary.542240d":"2019-11-18T21:40:19.955Z","0.5.12-canary.6959d19":"2019-11-18T20:41:36.600Z","0.5.12-canary.23cf05d":"2019-11-18T20:19:19.999Z","0.5.12-canary.8da5ed0":"2019-11-18T19:01:09.798Z","0.5.12-canary.86971ea":"2019-11-18T17:57:48.764Z","0.5.12-canary.9ccc3dc":"2019-11-16T00:12:33.970Z","0.5.12-canary.2389143":"2019-11-15T23:34:21.919Z","0.5.12-canary.379e192":"2019-11-15T23:29:57.256Z","0.5.12-canary.d89e7b3":"2019-11-15T00:45:43.820Z","0.5.12":"2019-11-14T21:45:11.216Z","0.5.11-canary.9574013":"2019-11-14T19:11:20.999Z","0.5.11-canary.cfaedf4":"2019-11-14T00:05:05.888Z","0.5.12-0":"2019-11-13T19:48:40.312Z","0.5.11-canary.8b1d680":"2019-11-13T19:48:07.955Z","0.5.10-canary.988017f":"2019-11-11T19:53:18.251Z","0.5.10-canary.14b2878":"2019-11-09T02:14:58.958Z","0.5.10-canary.ed4b147":"2019-11-08T22:05:26.375Z","0.5.10-canary.efc0a78":"2019-11-08T18:43:09.519Z","0.5.10-canary.4d23f9c":"2019-11-08T18:41:39.664Z","0.5.11":"2019-11-07T23:07:18.541Z","0.5.11-0":"2019-11-05T23:37:06.592Z","0.5.10-canary.331f9d0":"2019-11-05T19:41:47.628Z","0.5.10-canary.332250d":"2019-11-04T19:32:08.819Z","0.5.9-canary.ba4eebb":"2019-11-04T17:39:46.018Z","0.5.9-canary.3323467":"2019-11-02T02:53:46.645Z","0.5.9-canary.ad9dc8d":"2019-11-02T02:48:58.480Z","0.5.9-canary.ce867b0":"2019-11-01T00:01:06.147Z","0.5.9-canary.cf2be75":"2019-10-31T22:15:38.842Z","0.5.10":"2019-10-31T20:48:26.828Z","0.5.9-canary.34884f2":"2019-10-31T01:25:58.814Z","0.5.9-canary.68101ee":"2019-10-31T00:03:32.532Z","0.5.10-1":"2019-10-30T23:25:49.360Z","0.5.10-0":"2019-10-29T23:09:39.659Z","0.5.9-canary.94ffe75":"2019-10-29T13:58:57.078Z","0.5.9-canary.344d063":"2019-10-28T15:27:23.760Z","0.5.9-canary.b236a06":"2019-10-25T18:42:16.667Z","0.5.8-canary.3cf7842":"2019-10-25T03:47:39.359Z","0.5.9":"2019-10-24T23:36:12.133Z","0.5.8-canary.d873562":"2019-10-24T23:35:35.905Z","0.5.8-canary.d7e93f1":"2019-10-24T23:32:47.101Z","0.5.9-0":"2019-10-24T22:52:50.593Z","0.5.8-canary.5a30f33":"2019-10-24T18:31:20.243Z","0.5.8-canary.320d613":"2019-10-23T21:53:46.766Z","0.5.8-canary.3ea6f38":"2019-10-22T23:07:10.688Z","0.5.7-canary.d5eacb6":"2019-10-22T21:56:16.170Z","0.5.7-canary.3264492":"2019-10-22T01:19:00.279Z","0.5.7-canary.4ecd58e":"2019-10-18T05:39:47.814Z","0.5.7-canary.c35bc8f":"2019-10-17T23:42:43.079Z","0.5.7-canary.07cd70d":"2019-10-17T21:44:31.115Z","0.5.7-canary.0cec349":"2019-10-17T19:24:45.169Z","0.5.8":"2019-10-16T19:03:27.042Z","0.5.7-canary.b21b946":"2019-10-15T21:36:17.800Z","0.5.8-0":"2019-10-15T21:19:45.710Z","0.5.7-canary.9da3892":"2019-10-15T19:12:55.650Z","0.5.7-canary.e6926fd":"2019-10-14T23:52:24.317Z","0.5.7-canary.81d49bb":"2019-10-14T22:19:49.433Z","0.5.6-canary.3eb29cb":"2019-10-10T21:51:20.546Z","0.5.7":"2019-10-10T18:54:07.183Z","0.5.7-0":"2019-10-09T20:20:38.854Z","0.5.6-canary.8c2bbc3":"2019-10-09T17:57:56.748Z","0.5.6-canary.9fcd221":"2019-10-05T01:24:20.062Z","0.5.5-canary.ed769e8":"2019-10-05T00:00:08.163Z","0.5.5-canary.983f88f":"2019-10-04T00:28:07.906Z","0.5.5-canary.29c0b37":"2019-10-03T22:53:47.971Z","0.5.6":"2019-10-03T20:44:55.686Z","0.5.5-canary.bd5ce34":"2019-10-03T00:08:27.163Z","0.5.5-canary.fe530be":"2019-10-02T19:13:39.130Z","0.5.5-canary.5beb23c":"2019-10-02T18:22:18.475Z","0.5.5-canary.a308f0f":"2019-10-02T18:18:48.143Z","0.5.5-canary.fdd73ca":"2019-10-02T18:09:29.432Z","0.5.5-canary.fa0e63d":"2019-10-01T23:44:55.826Z","0.5.5-canary.3a6995b":"2019-10-01T22:27:56.853Z","0.5.6-0":"2019-10-01T22:01:15.331Z","0.5.5-canary.9be8285":"2019-10-01T20:25:29.286Z","0.5.5-canary.6e377fe":"2019-10-01T19:51:03.444Z","0.5.5-canary.78adfdb":"2019-10-01T18:36:01.655Z","0.5.5-canary.c36aa82":"2019-10-01T18:26:50.433Z","0.5.5-canary.458db5f":"2019-10-01T16:52:30.730Z","0.5.5-canary.d63371f":"2019-10-01T02:43:37.562Z","0.5.5-canary.37d150b":"2019-10-01T00:41:56.403Z","0.5.5-canary.84c1583":"2019-10-01T00:15:14.570Z","0.5.5-canary.e8a3920":"2019-09-30T19:37:32.553Z","0.5.5-canary.c9dbf19":"2019-09-28T05:57:07.985Z","0.5.5-canary.012e3a5":"2019-09-28T04:30:51.575Z","0.5.5-canary.b4ee745":"2019-09-25T23:43:26.693Z","0.5.5":"2019-09-25T21:05:42.078Z","0.5.5-0":"2019-09-25T20:43:57.660Z","0.5.4-canary.2b412d7c":"2019-09-25T20:21:40.375Z","0.5.4-canary.2b412d7":"2019-09-25T20:14:35.406Z","0.5.4-canary.fd35262":"2019-09-25T19:37:51.644Z","0.5.4-canary.806aabb":"2019-09-20T21:28:40.245Z","0.5.4":"2019-09-19T21:08:52.496Z","0.5.3-canary.4f1f378":"2019-09-19T01:52:50.914Z","0.5.4-1":"2019-09-19T01:09:42.060Z","0.5.3-canary.353fc52":"2019-09-18T20:03:48.922Z","0.5.4-0":"2019-09-18T00:17:50.292Z","0.5.3-canary.e24b1f4":"2019-09-17T01:22:21.058Z","0.5.3-canary.372c0c5":"2019-09-16T23:53:11.764Z","0.5.3-canary.2195e9a":"2019-09-16T18:47:03.191Z","0.5.2-canary.4016987":"2019-09-13T01:04:47.018Z","0.5.3":"2019-09-12T20:49:01.572Z","0.5.2-canary.20e8a07":"2019-09-12T18:26:06.478Z","0.5.2-canary.d0bb1b1":"2019-09-11T20:19:07.868Z","0.5.3-0":"2019-09-10T22:00:09.213Z","0.5.2-canary.64b1924":"2019-09-09T21:41:03.130Z","0.5.1-canary.9ae44f6":"2019-09-05T23:54:41.175Z","0.5.2":"2019-09-05T23:18:22.045Z","0.5.1-canary.4ccd09e":"2019-09-05T18:01:28.868Z","0.5.1-canary.5037a7f":"2019-09-05T03:00:38.266Z","0.5.1-canary.0bc9069":"2019-09-04T23:00:18.091Z","0.5.1-canary.e3d7408":"2019-09-04T00:45:42.413Z","0.5.2-1":"2019-09-04T00:03:08.120Z","0.5.2-0":"2019-09-03T22:03:00.835Z","0.5.1-canary.611cc9d":"2019-08-30T23:09:30.784Z","0.5.1-canary.58c8352":"2019-08-29T21:22:57.511Z","0.5.1-canary.f03eb7c":"2019-08-29T18:09:38.788Z","0.5.1-canary.c851936":"2019-08-29T00:23:20.513Z","0.5.1-canary.7f2e961":"2019-08-28T23:47:29.143Z","0.5.1-canary.e010f29":"2019-08-27T19:53:04.254Z","0.5.1-canary.57c1895":"2019-08-23T22:44:08.349Z","0.5.0-canary.89f90c9":"2019-08-23T22:43:49.589Z","0.5.1":"2019-08-22T22:25:03.558Z","0.5.0-canary.919bcbd":"2019-08-22T18:27:47.683Z","0.5.0-canary.1dbf3bc":"2019-08-21T22:38:50.434Z","0.5.0-canary.716bf5b":"2019-08-21T22:05:11.709Z","0.5.1-0":"2019-08-21T17:34:59.143Z","0.5.0-canary.2708307":"2019-08-20T18:33:54.211Z","0.5.0-canary.4d0d246":"2019-08-20T18:22:00.795Z","0.5.0-canary.394ea1b":"2019-08-20T00:58:55.547Z","0.5.0-canary.c8abbaa":"2019-08-19T18:32:42.023Z","0.4.12-canary.06bad3e":"2019-08-16T19:49:17.355Z","0.4.12-canary.7ab25c6":"2019-08-16T15:20:44.807Z","0.4.12-canary.ceee0d7":"2019-08-16T15:16:06.231Z","0.4.12-canary.2907439":"2019-08-16T03:08:23.167Z","0.5.0":"2019-08-15T21:29:48.122Z","0.4.12-canary.cacb48e":"2019-08-15T19:18:12.091Z","0.4.12-canary.132eef6":"2019-08-15T18:54:50.685Z","0.4.12-canary.f18b0fb":"2019-08-15T17:35:37.197Z","0.4.12-canary.0eeb71f":"2019-08-14T01:28:10.370Z","0.4.12-canary.c822e78":"2019-08-14T00:44:02.567Z","0.5.0-0":"2019-08-13T22:25:18.384Z","0.4.12-canary.1674abf":"2019-08-13T20:09:30.023Z","0.4.12-canary.56cbbfd":"2019-08-12T22:49:56.396Z","0.4.12-canary.a20dbea":"2019-08-12T21:55:20.326Z","0.4.12-canary.e4eea3f":"2019-08-10T01:57:46.401Z","0.4.12-canary.4ebedd0":"2019-08-10T00:13:47.439Z","0.4.12-canary.3f9e8e8":"2019-08-09T21:07:53.340Z","0.4.12-canary.140d352":"2019-08-09T19:25:43.545Z","0.4.12-canary.10b6233":"2019-08-09T19:14:06.346Z","0.4.12-canary.903dad8":"2019-08-09T19:00:33.916Z","0.4.12-canary.8a33cae":"2019-08-09T18:21:21.366Z","0.4.12-canary.fb6d4aa":"2019-08-09T14:36:21.896Z","0.4.12-canary.89ead88":"2019-08-09T01:06:35.655Z","0.4.12":"2019-08-08T23:47:08.670Z","0.4.11-canary.1807984":"2019-08-08T22:57:52.984Z","0.4.11-canary.b1758c4":"2019-08-07T21:47:41.204Z","0.4.11-canary.862f41a":"2019-08-07T21:46:31.168Z","0.4.11-canary.80d0846":"2019-08-07T16:19:19.427Z","0.4.12-0":"2019-08-06T21:11:47.526Z","0.4.11-canary.7a2403a":"2019-08-06T20:07:59.927Z","0.4.11-canary.4eabca0":"2019-08-06T19:12:23.260Z","0.4.11-canary.fc1f1bc":"2019-08-06T00:00:40.045Z","0.4.11-canary.3c3ddb4":"2019-08-02T23:08:05.629Z","0.4.11":"2019-08-01T20:27:43.511Z","0.4.11-0":"2019-08-01T18:58:45.667Z","0.4.10-canary.41a2717":"2019-07-31T22:34:21.616Z","0.4.10-canary.576b00f":"2019-07-31T22:03:52.947Z","0.4.10-canary.80ae4d1":"2019-07-29T18:43:06.647Z","0.4.10-canary.8271edf":"2019-07-26T19:53:25.606Z","0.4.10":"2019-07-26T18:26:29.760Z","0.4.9-canary.12c908f":"2019-07-26T18:09:57.406Z","0.4.10-0":"2019-07-26T17:49:04.017Z","0.4.9-canary.28c33a1":"2019-07-25T23:17:04.982Z","0.4.9-canary.568f923":"2019-07-25T22:47:28.673Z","0.4.9-canary.4d23d58":"2019-07-25T22:23:30.654Z","0.4.9":"2019-07-25T21:05:40.515Z","0.4.8-canary.bccc8a5":"2019-07-24T20:30:28.623Z","0.4.8-canary.13cdd14":"2019-07-24T18:57:05.137Z","0.4.9-0":"2019-07-23T22:28:33.400Z","0.4.8-canary.5c919b2":"2019-07-20T01:06:38.281Z","0.4.8-canary.22fcb8a":"2019-07-19T23:08:24.870Z","0.4.8-canary.e988015":"2019-07-19T22:46:03.497Z","0.4.8-canary.e5a6d31":"2019-07-19T19:16:12.075Z","0.4.8-canary.ab9f264":"2019-07-19T01:28:14.510Z","0.4.7-canary.f2d96d8":"2019-07-19T01:06:24.578Z","0.4.8":"2019-07-19T00:21:38.435Z","0.4.7-canary.9173c90":"2019-07-18T19:14:29.529Z","0.4.7-canary.663f3e9":"2019-07-18T17:55:43.953Z","0.4.7-canary.59d5bca":"2019-07-17T19:45:36.877Z","0.4.7-canary.22caf9f":"2019-07-17T01:35:44.155Z","0.4.7-canary.6196a50":"2019-07-17T01:22:34.608Z","0.4.7-canary.62b4680":"2019-07-17T01:01:37.094Z","0.4.8-0":"2019-07-17T00:53:59.647Z","0.4.7-canary.c9a881e":"2019-07-16T22:04:01.474Z","0.4.7-canary.c8bbad8":"2019-07-16T17:58:17.149Z","0.4.7-canary.8032d55":"2019-07-16T17:40:10.250Z","0.4.7-canary.5d676e1":"2019-07-16T16:38:31.327Z","0.4.7-canary.3c8f85d":"2019-07-15T23:43:45.054Z","0.4.7-canary.444c3ae":"2019-07-15T18:30:48.005Z","0.4.7-canary.a899e7d":"2019-07-15T18:27:44.924Z","0.4.7-canary.01ff95f":"2019-07-15T18:26:47.125Z","0.4.7-canary.ce9f754":"2019-07-15T17:52:36.116Z","0.4.7-canary.7533694":"2019-07-15T17:25:16.193Z","0.4.7-canary.271476b":"2019-07-13T01:27:05.224Z","0.4.7-canary.4e3ebca":"2019-07-13T01:12:32.917Z","0.4.7-canary.f635457":"2019-07-13T00:10:22.251Z","0.4.7-canary.e294ecb":"2019-07-12T23:53:17.725Z","0.4.7-canary.b8535ea":"2019-07-12T23:49:58.177Z","0.4.7-canary.7ab551f":"2019-07-12T23:35:44.573Z","0.4.7-canary.e507448":"2019-07-12T23:33:56.333Z","0.4.7-canary.37c13b3":"2019-07-12T23:04:28.626Z","0.4.7-canary.0bc236f":"2019-07-12T22:33:16.721Z","0.4.7-canary.493fe52":"2019-07-12T21:27:07.371Z","0.4.7-canary.5ff1c6d":"2019-07-12T19:09:52.454Z","0.4.7-canary.0d2e108":"2019-07-12T13:13:25.638Z","0.4.7-canary.fb5c762":"2019-07-12T00:11:42.962Z","0.4.7":"2019-07-11T21:28:42.528Z","0.4.6-canary.ed17a58":"2019-07-11T00:56:32.952Z","0.4.7-1":"2019-07-10T01:19:16.792Z","0.4.6-canary.a83f557":"2019-07-10T01:17:22.611Z","0.4.6-canary.7773700":"2019-07-10T00:42:40.542Z","0.4.6-canary.b3376e2":"2019-07-09T23:12:29.930Z","0.4.7-0":"2019-07-09T22:49:54.035Z","0.4.6-canary.6a15cd7":"2019-07-09T01:28:00.410Z","0.4.6-canary.ca8d829":"2019-07-08T18:09:03.080Z","0.4.6-canary.fc5a87c":"2019-07-03T17:58:08.522Z","0.4.6-canary.f2f6eef":"2019-07-03T17:07:51.760Z","0.4.6-canary.e8900fe":"2019-07-02T13:24:25.011Z","0.4.6-canary.634f84d":"2019-07-02T00:53:03.772Z","0.4.6-canary.1b1827c":"2019-07-01T19:36:27.523Z","0.4.6-canary.c24ecf3":"2019-07-01T18:31:26.081Z","0.4.6-canary.2348a25":"2019-07-01T18:17:54.788Z","0.4.6-canary.be8940f":"2019-06-28T22:59:58.008Z","0.4.6-canary.43f0036":"2019-06-28T00:35:03.357Z","0.4.6-canary.99ba995":"2019-06-27T04:53:12.191Z","0.4.6-canary.1d96622":"2019-06-26T23:56:24.526Z","0.4.6-canary.7043422":"2019-06-26T19:35:48.509Z","0.4.6-canary.15a32c6":"2019-06-25T23:48:20.894Z","0.4.6-canary.56414e8":"2019-06-25T23:17:41.880Z","0.4.6-canary.6ef1355":"2019-06-25T21:20:56.713Z","0.4.6-canary.ea3adf1":"2019-06-25T20:50:54.388Z","0.4.6-canary.9bb7e70":"2019-06-25T03:55:19.081Z","0.4.6-canary.95cbd6f":"2019-06-25T00:15:37.312Z","0.4.6-canary.728f4f5":"2019-06-24T22:31:00.053Z","0.4.6-canary.c919b45":"2019-06-24T18:28:02.145Z","0.4.6-canary.cbdc789":"2019-06-21T23:31:25.336Z","0.4.6-canary.74a397a":"2019-06-21T15:57:31.235Z","0.4.6-canary.3caea2b":"2019-06-20T23:32:37.421Z","0.4.6":"2019-06-20T22:00:06.770Z","0.4.5-canary.32cb0e1":"2019-06-20T18:07:30.614Z","0.4.5-canary.7a52f75":"2019-06-19T18:20:14.909Z","0.4.5-canary.ae2698f":"2019-06-19T16:33:28.517Z","0.4.6-0":"2019-06-18T22:58:48.305Z","0.4.5-canary.5856b9d":"2019-06-18T19:45:03.581Z","0.4.5-canary.dce78ca":"2019-06-18T16:52:07.352Z","0.4.5-canary.7866e22":"2019-06-17T22:36:36.531Z","0.4.5-canary.9f109f8":"2019-06-14T23:01:33.370Z","0.4.5-canary.ba19625":"2019-06-14T18:12:35.056Z","0.4.4-canary.c55d1e9":"2019-06-14T17:45:11.360Z","0.4.4-canary.fb45cd6":"2019-06-14T02:02:14.497Z","0.4.5":"2019-06-13T21:54:27.594Z","0.4.4-canary.5511cbd":"2019-06-13T17:42:17.331Z","0.4.4-canary.b91f690":"2019-06-12T19:50:45.739Z","0.4.4-canary.9678bf9":"2019-06-12T19:23:59.757Z","0.4.4-canary.dd098c6":"2019-06-12T18:58:16.828Z","0.4.4-canary.fd5a31a":"2019-06-12T13:13:19.941Z","0.4.4-canary.99e6cc8":"2019-06-12T00:18:03.245Z","0.4.4-canary.73f1076":"2019-06-11T21:38:29.464Z","0.4.5-0":"2019-06-11T21:19:50.798Z","0.4.4-canary.021a38c":"2019-06-11T00:04:21.222Z","0.4.4-canary.76539be":"2019-06-10T21:20:45.657Z","0.4.4-canary.6673a92":"2019-06-10T14:57:24.157Z","0.4.4-canary.d164cac":"2019-06-07T20:43:03.238Z","0.4.4-canary.15fee3b":"2019-06-07T18:49:25.724Z","0.4.4-canary.5686479":"2019-06-07T02:21:56.312Z","0.4.4-canary.ce8ecb9":"2019-06-06T23:36:20.924Z","0.4.4":"2019-06-06T21:04:24.450Z","0.4.3-canary.039f06b":"2019-06-06T18:32:21.959Z","0.4.3-canary.ee61062":"2019-06-05T21:38:28.601Z","0.4.3-canary.7a15e7e":"2019-06-05T19:54:02.336Z","0.4.3-canary.4b126b7":"2019-06-05T01:10:34.466Z","0.4.3-canary.bdfcd6c":"2019-06-05T00:19:25.118Z","0.4.4-0":"2019-06-04T22:20:55.066Z","0.4.3-canary.6668b59":"2019-06-03T22:31:43.693Z","0.4.3-canary.54ee383":"2019-06-03T21:47:09.280Z","0.4.3-canary.f701260":"2019-06-03T18:09:40.773Z","0.4.3-canary.3fdc252":"2019-06-03T18:01:18.259Z","0.4.3-canary.ae78569":"2019-05-30T17:35:13.498Z","0.4.3-canary.6045a08":"2019-05-30T11:16:15.721Z","0.4.3-canary.bc4a844":"2019-05-28T21:24:35.730Z","0.4.3-canary.2e6c4aa":"2019-05-28T18:32:55.000Z","0.4.2-canary.cc4f2b5":"2019-05-28T16:38:23.464Z","0.4.2-canary.31438c1":"2019-05-24T21:14:58.948Z","0.4.2-canary.a3b2aca":"2019-05-24T18:03:08.392Z","0.4.3":"2019-05-24T00:58:09.038Z","0.4.2-canary.ae32b2b":"2019-05-24T01:07:45.444Z","0.4.3-0":"2019-05-24T00:32:50.110Z","0.4.2-canary.412cff9":"2019-05-23T22:44:53.912Z","0.4.2":"2019-05-23T21:13:51.510Z","0.4.1-canary.cee7ad8":"2019-05-23T19:54:06.555Z","0.4.1-canary.6dc1533":"2019-05-23T18:21:53.054Z","0.4.1-canary.42eae23":"2019-05-23T01:40:01.026Z","0.4.1-canary.772115a":"2019-05-23T00:40:48.228Z","0.4.1-canary.df1b588":"2019-05-21T22:39:15.680Z","0.4.2-0":"2019-05-21T22:14:06.934Z","0.4.1-canary.4771184":"2019-05-21T20:09:53.889Z","0.4.1-canary.1811518":"2019-05-21T19:41:49.013Z","0.4.1-canary.c8dcdc5":"2019-05-21T00:56:39.581Z","0.4.1-canary.3635f53":"2019-05-20T22:10:14.885Z","0.4.1-canary.22a5302":"2019-05-20T21:50:49.051Z","0.4.1-canary.dc50232":"2019-05-20T20:12:40.525Z","0.4.1-canary.5f5f1c1":"2019-05-17T22:26:15.552Z","0.4.1-canary.2b165d5":"2019-05-17T14:37:26.780Z","0.4.1-canary.dd65ae7":"2019-05-17T14:34:52.804Z","0.4.1-canary.1e23e88":"2019-05-17T14:34:23.205Z","0.4.1-canary.a80cf4e":"2019-05-16T17:52:14.506Z","0.4.1-canary.462047e":"2019-05-13T19:03:40.152Z","0.4.1-canary.9f6dbc8":"2019-05-10T21:00:21.391Z","0.4.1-canary.46ba69a":"2019-05-10T19:33:18.132Z","0.4.1-canary.9a49973":"2019-05-10T19:32:38.989Z","0.4.1-canary.38cb158":"2019-05-10T00:49:19.697Z","0.4.1":"2019-05-10T00:00:18.961Z","0.4.0-canary.c0ab7b4":"2019-05-09T23:46:19.717Z","0.4.0-canary.0c0000a":"2019-05-09T18:49:26.822Z","0.4.1-1":"2019-05-09T01:33:59.883Z","0.4.0-canary.6064f27":"2019-05-09T00:09:35.812Z","0.4.0-canary.f698323":"2019-05-08T22:36:30.203Z","0.4.0-canary.5a615eb":"2019-05-08T22:32:37.863Z","0.4.0-canary.491598a":"2019-05-08T18:41:54.665Z","0.4.0-canary.fc58bfd":"2019-05-08T18:15:56.980Z","0.4.0-canary.a3a8cb3":"2019-05-08T18:13:18.064Z","0.4.0-canary.201c53e":"2019-05-08T01:30:43.375Z","0.4.1-0":"2019-05-07T22:01:02.261Z","0.4.0-canary.63b93c3":"2019-05-07T21:25:42.132Z","0.4.0-canary.3d474ac":"2019-05-07T18:57:15.405Z","0.4.0":"2019-05-07T15:30:16.248Z","0.4.0-0":"2019-05-06T21:30:36.178Z","0.3.20-canary.52bdce3":"2019-05-03T22:07:57.064Z","0.3.20-canary.9f25ab6":"2019-05-02T21:45:05.597Z","0.3.20-canary.20a4430":"2019-05-02T20:29:16.183Z","0.3.20-canary.5a411e0":"2019-05-02T18:15:45.014Z","0.3.20-canary.5d67b57":"2019-05-02T18:02:42.483Z","0.3.20-canary.a7bb0b5":"2019-05-01T23:29:47.205Z","0.3.20-canary.aca9966":"2019-05-01T23:25:46.647Z","0.3.20-canary.f7a46de":"2019-05-01T23:10:39.774Z","0.3.20-canary.be1eb2c":"2019-05-01T20:42:25.762Z","0.3.20":"2019-04-30T23:34:24.018Z","0.3.20-1":"2019-04-30T23:15:48.826Z","0.3.19-canary.96617d3":"2019-04-30T22:13:57.092Z","0.3.20-0":"2019-04-30T20:29:34.419Z","0.3.19-canary.932d7be":"2019-04-30T20:03:18.693Z","0.3.19-canary.b6a05fd":"2019-04-30T18:17:30.578Z","0.3.19-canary.0acd32c":"2019-04-30T16:31:13.702Z","0.3.19-canary.b758647":"2019-04-29T23:43:17.642Z","0.3.19-canary.d09bee6":"2019-04-27T19:48:07.559Z","0.3.19-canary.366713a":"2019-04-25T18:56:44.670Z","0.3.19-canary.b6bfae0":"2019-04-25T00:32:05.687Z","0.3.19-canary.e50b070":"2019-04-24T22:08:57.540Z","0.3.19-canary.2337089":"2019-04-24T18:11:14.999Z","0.3.19-canary.e641edd":"2019-04-23T18:42:26.105Z","0.3.19-canary.b35ae72":"2019-04-23T17:20:44.591Z","0.3.19-canary.dc70589":"2019-04-23T09:06:24.742Z","0.3.19-canary.37873b6":"2019-04-23T05:04:59.276Z","0.3.18-canary.be5e65f":"2019-04-19T21:14:02.031Z","0.3.19":"2019-04-18T21:10:16.455Z","0.3.18-canary.4b98946":"2019-04-18T05:54:08.334Z","0.3.18-canary.b5c8cf6":"2019-04-18T05:53:47.394Z","0.3.18-canary.26d9554":"2019-04-17T23:27:17.146Z","0.3.18-canary.acaa10b":"2019-04-17T22:05:09.170Z","0.3.19-0":"2019-04-17T00:39:48.446Z","0.3.18-canary.4e0348f":"2019-04-17T00:24:09.879Z","0.3.18-canary.aba75df":"2019-04-16T18:30:43.064Z","0.3.18-canary.97428d4":"2019-04-15T23:47:54.643Z","0.3.18-canary.eaa6aa1":"2019-04-12T23:56:55.262Z","0.3.18-canary.a5d8837":"2019-04-12T22:31:41.890Z","0.3.18-canary.b27f4c7":"2019-04-12T22:03:14.864Z","0.3.18-canary.eccfbe2":"2019-04-11T23:10:22.833Z","0.3.18":"2019-04-11T22:14:50.805Z","0.3.17-canary.077b88b":"2019-04-10T21:50:06.640Z","0.3.17-canary.c2b6eb8":"2019-04-10T18:13:16.443Z","0.3.17-canary.a669ee5":"2019-04-09T23:29:14.387Z","0.3.18-0":"2019-04-09T21:18:30.861Z","0.3.17-canary.963b4f0":"2019-04-09T18:19:52.698Z","0.3.17-canary.5849598":"2019-04-08T18:51:45.818Z","0.3.17-canary.e510af7":"2019-04-08T18:41:08.997Z","0.3.17-canary.524b9aa":"2019-04-06T00:40:18.250Z","0.3.16-canary.bcb1dfe":"2019-04-05T19:47:07.362Z","0.3.16-canary.3c53386":"2019-04-05T19:21:32.522Z","0.3.17":"2019-04-04T22:41:18.302Z","0.3.16-canary.d6c1119":"2019-04-04T19:00:22.877Z","0.3.16-canary.01c63e4":"2019-04-03T21:23:04.228Z","0.3.16-canary.b22e1ad":"2019-04-03T18:32:00.540Z","0.3.16-canary.cbf1777":"2019-04-03T17:43:16.849Z","0.3.17-0":"2019-04-02T22:34:35.510Z","0.3.16-canary.5a98d84":"2019-04-02T17:54:51.403Z","0.3.16-canary.8e81a47":"2019-04-02T17:42:18.631Z","0.3.16-canary.46e3280":"2019-04-02T16:18:17.859Z","0.3.16-canary.4ec3191":"2019-04-01T18:41:39.641Z","0.3.16-canary.dbd57b1":"2019-03-29T06:51:44.988Z","0.3.16-canary.c163639":"2019-03-28T21:49:19.705Z","0.3.16-canary.18aecbc":"2019-03-28T20:36:50.519Z","0.3.16-canary.c2d7498":"2019-03-28T00:36:22.454Z","0.3.16-canary.57d254e":"2019-03-27T22:21:48.805Z","0.3.16-canary.03a4c8d":"2019-03-25T23:30:28.775Z","0.3.16-canary.e4604d0":"2019-03-22T19:10:09.542Z","0.3.16-canary.2e5c842":"2019-03-22T18:34:06.845Z","0.3.16-canary.4f446f0":"2019-03-21T22:54:14.435Z","0.3.16":"2019-03-21T22:01:05.591Z","0.3.15-canary.49e8e66":"2019-03-21T21:31:48.137Z","0.3.15-canary.e7053c7":"2019-03-21T18:57:59.581Z","0.3.15-canary.bb73559":"2019-03-21T02:43:35.278Z","0.3.16-0":"2019-03-19T22:58:14.879Z","0.3.15-canary.7514ac5":"2019-03-17T03:19:13.204Z","0.3.15-canary.6e90afc":"2019-03-15T23:50:43.408Z","0.3.15-canary.ac8955d":"2019-03-15T22:10:56.762Z","0.3.15-canary.e27cab8":"2019-03-15T00:33:25.853Z","0.3.15-canary.5e85118":"2019-03-14T23:14:12.661Z","0.3.15-canary.9fe1b6a":"2019-03-14T22:24:48.379Z","0.3.15":"2019-03-14T20:58:06.727Z","0.3.14-canary.6a9b0e4":"2019-03-14T17:21:25.681Z","0.3.14-canary.c91096e":"2019-03-14T01:11:10.882Z","0.3.14-canary.53d4efc":"2019-03-13T18:17:02.098Z","0.3.14-canary.b66962d":"2019-03-13T16:53:44.659Z","0.3.14-canary.c923efa":"2019-03-13T16:51:11.837Z","0.3.14-canary.a738a9d":"2019-03-12T23:46:22.017Z","0.3.15-0":"2019-03-12T22:28:52.907Z","0.3.14-canary.c0ec7a0":"2019-03-12T22:21:06.250Z","0.3.14-canary.71b7abf":"2019-03-12T17:51:51.721Z","0.3.14-canary.0c9badf":"2019-03-11T21:53:38.503Z","0.3.14-canary.2297f44":"2019-03-11T20:42:21.717Z","0.3.14-canary.9bb3603":"2019-03-09T18:37:11.296Z","0.3.14-canary.54bdfc4":"2019-03-08T23:34:23.747Z","0.3.14-canary.21c0f3c":"2019-03-08T19:17:39.725Z","0.3.14-canary.455d7db":"2019-03-08T18:54:31.225Z","0.3.14-canary.00bc086":"2019-03-08T18:53:41.428Z","0.3.14-canary.ff30c27":"2019-03-08T03:14:29.790Z","0.3.14-canary.e2bbfd0":"2019-03-08T03:12:14.827Z","0.3.14-canary.278678c":"2019-03-07T23:41:41.093Z","0.3.14":"2019-03-07T21:49:54.984Z","0.3.13-canary.d6bd056":"2019-03-07T20:23:07.108Z","0.3.13-canary.3b520a2":"2019-03-07T03:29:20.635Z","0.3.14-0":"2019-03-06T01:29:15.157Z","0.3.13-canary.400fd78":"2019-03-06T01:05:30.814Z","0.3.13-canary.86c2e14":"2019-03-02T01:17:15.088Z","0.3.13":"2019-03-02T00:06:28.588Z","0.3.12-canary.b56d678":"2019-03-01T13:48:21.687Z","0.3.12-canary.af84001":"2019-02-27T18:52:46.175Z","0.3.13-3":"2019-02-27T18:01:38.720Z","0.3.12-canary.6e1860b":"2019-02-27T16:47:13.313Z","0.3.12-canary.43ff063":"2019-02-27T16:07:20.469Z","0.3.12-canary.afba06d":"2019-02-27T10:45:21.426Z","0.3.13-2":"2019-02-27T05:49:20.235Z","0.3.13-1":"2019-02-26T23:33:06.405Z","0.3.13-0":"2019-02-26T23:01:49.497Z","0.3.12-canary.d0bf379":"2019-02-26T20:04:50.988Z","0.3.12-canary.883e612":"2019-02-25T22:47:59.123Z","0.3.12-canary.05c9e06":"2019-02-25T22:09:15.076Z","0.3.12-canary.6b710d8":"2019-02-25T19:19:18.345Z","0.3.12-canary.4d82d1e":"2019-02-22T23:56:09.670Z","0.3.12-canary.4983420":"2019-02-22T23:52:22.462Z","0.3.12-canary.6a0154a":"2019-02-22T23:49:20.694Z","0.3.12-canary.5adf457":"2019-02-22T22:00:24.142Z","0.3.12-canary.548e4a7":"2019-02-22T19:25:27.198Z","0.3.12-canary.e3d491a":"2019-02-21T23:41:06.202Z","0.3.12-canary.a18b290":"2019-02-20T18:49:20.705Z","0.3.12-canary.03a87c2":"2019-02-19T20:05:15.966Z","0.3.12-canary.0c8d080":"2019-02-16T01:00:58.029Z","0.3.12-canary.6d6c843":"2019-02-16T00:10:31.985Z","0.3.12":"2019-02-14T22:21:04.910Z","0.3.11-canary.2d966e3":"2019-02-13T19:33:02.533Z","0.3.12-0":"2019-02-12T23:53:03.112Z","0.3.11-canary.e16a172":"2019-02-12T22:54:26.115Z","0.3.11-canary.0b7b93b":"2019-02-12T22:46:28.611Z","0.3.11-canary.10bf7c1":"2019-02-11T18:15:26.761Z","0.3.11-canary.92ad91e":"2019-02-07T20:45:53.473Z","0.3.11-canary.6b53e00":"2019-02-02T00:54:38.467Z","0.3.11-canary.74d72ce":"2019-02-01T17:29:25.039Z","0.3.11-canary.d0f981e":"2019-02-01T01:08:31.890Z","0.3.10-canary.a28fec2":"2019-01-29T04:47:08.336Z","0.3.10-canary.ff294e9":"2019-01-25T23:10:29.617Z","0.3.11":"2019-01-24T21:37:15.452Z","0.3.11-0":"2019-01-22T22:46:21.155Z","0.3.10-canary.fe48712":"2019-01-19T14:50:41.485Z","0.3.10-canary.512847e":"2019-01-18T23:54:10.130Z","0.3.10-canary.27a6de2":"2019-01-18T19:49:49.600Z","0.3.10":"2019-01-18T00:49:44.367Z","0.3.9-canary.c9414d3":"2019-01-17T20:55:41.955Z","0.3.9-canary.45b0591":"2019-01-16T22:23:12.813Z","0.3.10-1":"2019-01-16T02:34:33.563Z","0.3.10-0":"2019-01-16T00:34:03.635Z","0.3.9-canary.238c621":"2019-01-14T20:05:54.361Z","0.3.9-canary.4b71b13":"2019-01-14T19:04:16.291Z","0.3.9-canary.604acf3":"2019-01-11T18:32:57.999Z","0.3.9-canary.aa62e43":"2019-01-11T18:14:08.015Z","0.3.9-canary.2e0d0ad":"2019-01-11T16:38:45.964Z","0.3.9":"2019-01-10T22:14:34.962Z","0.3.8-canary.a2bc7e3":"2019-01-10T02:48:51.156Z","0.3.8-canary.791b2b3":"2019-01-10T01:11:21.969Z","0.3.8-canary.65d584c":"2019-01-10T01:04:32.228Z","0.3.8-canary.d96a806":"2019-01-09T20:38:20.294Z","0.3.8-canary.78b9978":"2019-01-09T19:03:52.975Z","0.3.8-canary.0b42ff8":"2019-01-09T18:55:45.918Z","0.3.8-canary.9982004":"2019-01-08T23:34:38.807Z","0.3.9-0":"2019-01-08T22:25:01.827Z","0.3.8-canary.d63df58":"2019-01-07T22:24:21.498Z","0.3.8-canary.e899935":"2019-01-04T23:44:17.315Z","0.3.8-canary.802c07c":"2019-01-03T23:58:25.572Z","0.3.8-canary.f6cfdbf":"2019-01-03T01:27:31.024Z","0.3.8-canary.72e109c":"2019-01-03T00:21:47.600Z","0.3.8-canary.0bbf708":"2018-12-23T19:12:31.285Z","0.3.8-canary.1888bd7":"2018-12-22T22:27:59.365Z","0.3.8":"2018-12-20T21:48:33.049Z","0.3.8-0":"2018-12-20T03:34:34.778Z","0.3.7-canary.5509eaf":"2018-12-17T22:05:12.530Z","0.3.7-canary.6e89ddc":"2018-12-15T00:12:03.219Z","0.3.7-canary.f970f9c":"2018-12-11T00:12:10.073Z","0.3.7-canary.35e3cb5":"2018-12-07T02:09:59.617Z","0.3.7-canary.d93e153":"2018-12-05T04:48:12.348Z","0.3.7-canary.28bb3ad":"2018-12-05T00:42:50.509Z","0.3.7-canary.c313962":"2018-12-04T19:21:38.085Z","0.3.7-canary.b3a5242":"2018-11-30T20:46:07.051Z","0.3.7-canary.603cf63":"2018-11-30T20:19:42.501Z","0.3.7-canary.c3895ac":"2018-11-30T00:11:06.767Z","0.3.7-canary.15ec4ce":"2018-11-28T03:00:09.811Z","0.3.7-canary.024b074":"2018-11-27T02:14:49.075Z","0.3.7-canary.1baf7d6":"2018-11-26T18:53:14.547Z","0.3.7-canary.97cc3f8":"2018-11-21T00:35:28.978Z","0.3.7":"2018-11-20T22:52:15.982Z","0.3.6-canary.249dab2":"2018-11-20T22:27:46.979Z","0.3.7-0":"2018-11-20T22:24:45.844Z","0.3.6-canary.b3063e4":"2018-11-20T04:16:33.451Z","0.3.6-canary.06ee761":"2018-11-17T11:39:42.003Z","0.3.6-canary.fcf1f64":"2018-11-10T04:00:00.837Z","0.3.6-canary.ab4f7ab":"2018-11-09T23:05:32.810Z","0.3.6-canary.6b3754f":"2018-11-09T00:47:17.370Z","0.3.6-canary.54b304a":"2018-11-08T19:09:13.674Z","0.3.6-canary.b12d2ef":"2018-11-08T02:44:33.364Z","0.3.6-canary.d221abb":"2018-11-07T00:14:33.669Z","0.3.6-canary.a6aa999":"2018-11-06T16:32:06.641Z","0.3.6-canary.9d6917e":"2018-11-06T00:02:53.741Z","0.3.6-canary.f4f0520":"2018-11-05T21:59:49.463Z","0.3.6-canary.61a93e4":"2018-10-28T04:32:57.129Z","0.3.6-canary.d8b89bf":"2018-10-25T00:25:07.555Z","0.3.6-canary.29feeae":"2018-10-24T22:21:28.873Z","0.3.6-canary.51c87a2":"2018-10-18T18:50:02.051Z","0.3.6-canary.5046327":"2018-10-18T00:34:02.480Z","0.3.6-canary.fdff378":"2018-10-18T00:31:12.676Z","0.3.6-canary.6987434":"2018-10-17T23:43:03.964Z","0.3.6-canary.5f70881":"2018-10-17T00:04:36.696Z","0.3.6-canary.4d2fa6c":"2018-10-15T16:00:09.046Z","0.3.6-canary.5c84f50":"2018-10-11T21:47:22.371Z","0.3.6-canary.53bdf9d":"2018-10-10T22:52:46.118Z","0.3.6-canary.f85dbce":"2018-10-10T20:39:41.590Z","0.3.6-canary.7553270":"2018-10-10T17:51:30.273Z","0.3.6-canary.fa9c3e5":"2018-10-10T03:10:23.792Z","0.3.6-canary.a9f4bc7":"2018-10-09T02:26:06.003Z","0.3.6-canary.3347168":"2018-10-08T20:49:18.727Z","0.3.6-canary.474b0f5":"2018-10-05T23:52:15.327Z","0.3.6-canary.9e28b7d":"2018-10-05T20:52:51.824Z","0.3.6-canary.2813563":"2018-10-04T22:55:23.556Z","0.3.6-canary.dd3ea8f":"2018-10-04T22:13:25.640Z","0.3.6-canary.211a9b1":"2018-10-03T23:33:57.591Z","0.3.6-canary.3223572":"2018-10-03T22:52:29.088Z","0.3.6-canary.6f08d5d":"2018-10-03T22:46:15.162Z","0.3.6-canary.3279252":"2018-10-03T22:16:22.041Z","0.3.6-canary.c577a7ee":"2018-09-29T21:50:46.941Z","0.3.6-canary.d7a7f0a":"2018-09-21T18:49:13.833Z","0.3.6-canary.3dd9bcf":"2018-09-21T18:40:07.224Z","0.3.6":"2018-09-20T21:44:51.034Z","0.3.5-canary.a4ab0f6":"2018-09-19T19:59:19.270Z","0.3.6-0":"2018-09-18T22:07:12.948Z","0.3.5-canary.33871d4":"2018-09-18T17:55:44.865Z","0.3.5-canary.03a78c7":"2018-09-18T00:00:47.639Z","0.3.5-canary.d257bf8":"2018-09-14T02:04:52.592Z","0.3.5":"2018-09-13T22:45:22.631Z","0.3.5-0":"2018-09-11T23:15:08.771Z","0.3.4-canary.c067eef":"2018-09-10T18:46:30.038Z","0.3.4-canary.713222c":"2018-09-07T02:24:27.444Z","0.3.4-canary.33ea108":"2018-09-06T18:47:50.946Z","0.3.4-canary.e2098a2":"2018-09-06T17:16:58.864Z","0.3.4-canary.3e7a12f":"2018-09-06T17:16:01.991Z","0.3.4-canary.588900a":"2018-09-06T16:54:39.939Z","0.3.4-canary.0e1f6e5":"2018-09-06T03:40:28.646Z","0.3.4-canary.eea6851":"2018-09-06T02:32:40.465Z","0.3.4-canary.a5e16d4":"2018-09-06T01:20:32.085Z","0.3.4-canary.dbc8d70":"2018-09-05T23:39:37.681Z","0.3.4-canary.5e109b1":"2018-09-05T23:19:46.555Z","0.3.4-canary.65ea951":"2018-09-05T22:00:12.225Z","0.3.4-canary.f30be09":"2018-09-05T21:15:58.077Z","0.3.4-canary.ad2d178":"2018-09-05T07:04:22.758Z","0.3.4-canary.d99c197":"2018-09-04T20:05:20.919Z","0.3.4-canary.9493faa":"2018-08-31T20:27:35.238Z","0.3.4-canary.ac7f9ce":"2018-08-31T19:03:05.133Z","0.3.4-canary.9d96d95":"2018-08-30T21:12:09.347Z","0.3.4-canary.00b50e1":"2018-08-28T19:22:55.003Z","0.3.4-canary.1d5e639":"2018-08-27T23:39:49.384Z","0.3.4-canary.19ed65a":"2018-08-27T17:03:04.940Z","0.3.4-canary.c08851c":"2018-08-24T22:07:22.391Z","0.3.4-canary.96bbc99":"2018-08-22T23:15:04.512Z","0.3.4-canary.d2f0667":"2018-08-22T18:54:20.727Z","0.3.4-canary.7d9f111":"2018-08-21T23:16:40.898Z","0.3.4-canary.9dbf6b0":"2018-08-21T19:40:32.519Z","0.3.4-canary.76c2772":"2018-08-21T18:26:58.415Z","0.3.4-canary.813a174":"2018-08-21T18:23:30.984Z","0.3.4-canary.4625e84":"2018-08-20T22:18:35.166Z","0.3.4-canary.86fea68":"2018-08-20T18:50:16.672Z","0.3.4-canary.3e98afa":"2018-08-20T18:10:28.773Z","0.3.4-canary.74c57cf":"2018-08-19T17:33:51.863Z","0.3.4-canary.f241dd8":"2018-08-18T19:56:06.939Z","0.3.4-canary.a56134b":"2018-08-17T23:06:25.330Z","0.3.4-canary.229832f":"2018-08-17T19:28:57.304Z","0.3.4-canary.14f9a71":"2018-08-17T19:22:52.377Z","0.3.4-canary.95f3d18":"2018-08-17T17:07:03.659Z","0.3.4-canary.4152a29":"2018-08-16T23:39:45.970Z","0.3.4-canary.7ef7d51":"2018-08-16T23:38:10.218Z","0.3.4-canary.bc40f0e":"2018-08-16T22:15:43.229Z","0.3.4-canary.032786d":"2018-08-16T21:39:20.111Z","0.3.4-canary.ae5a048":"2018-08-16T21:19:27.737Z","0.3.4-canary.9869db3":"2018-08-16T19:25:10.752Z","0.3.4-canary.8f85b13":"2018-08-16T15:43:47.279Z","0.3.4-canary.0ba4225":"2018-08-16T00:06:28.446Z","0.3.4-canary.d26866c":"2018-08-15T21:28:45.663Z","0.3.4-canary.4ec654d":"2018-08-15T16:46:52.472Z","0.3.4-canary.fc37f4c":"2018-08-14T22:53:59.844Z","0.3.4-canary.d559e80":"2018-08-14T21:41:21.065Z","0.3.4-canary.9941072":"2018-08-14T18:57:38.484Z","0.3.4-canary.89d46be":"2018-08-13T19:00:31.273Z","0.3.4-canary.b30ce32":"2018-08-13T18:58:30.435Z","0.3.4-canary.5ff6dc0":"2018-08-10T23:17:54.192Z","0.3.4-canary.d21071e":"2018-08-10T04:13:39.739Z","0.3.4-canary.b6e6010":"2018-08-09T23:51:25.425Z","0.3.4-canary.b16bbcd":"2018-08-09T16:48:12.144Z","0.3.4-canary.541683b":"2018-08-08T23:18:43.939Z","0.3.4-canary.c6d3993":"2018-08-08T23:05:01.987Z","0.3.4-canary.28c0c06":"2018-08-08T06:43:15.595Z","0.3.4-canary.2beaaea":"2018-08-08T00:54:02.826Z","0.3.4-canary.9684f84":"2018-08-08T00:31:16.943Z","0.3.4-canary.cb4b529":"2018-08-08T00:02:44.752Z","0.3.4-canary.fb05d40":"2018-08-07T23:12:11.841Z","0.3.4-canary.007ef8f":"2018-08-06T19:28:48.242Z","0.3.4-canary.180b5e5":"2018-08-06T16:32:24.905Z","0.3.4-canary.2f17ba0":"2018-08-03T21:53:36.103Z","0.3.4-canary.dc9a5d1":"2018-08-03T21:16:44.639Z","0.3.4-canary.4af0843":"2018-08-03T06:40:22.408Z","0.3.4-canary.c906eee":"2018-08-03T05:48:35.158Z","0.3.4-canary.22ed571":"2018-08-02T19:17:17.330Z","0.3.4-canary.2dab48d":"2018-08-02T19:10:03.737Z","0.3.4-canary.c74c3b9":"2018-08-01T21:44:00.257Z","0.3.4-canary.e4ec036":"2018-08-01T19:07:46.385Z","0.3.4-canary.bb97c27":"2018-08-01T17:45:52.772Z","0.3.4-canary.e8460bc":"2018-07-31T23:49:09.563Z","0.3.4-canary.08907db":"2018-07-31T22:06:57.797Z","0.3.4-canary.ca008a4":"2018-07-31T19:01:41.995Z","0.3.4-canary.063f729":"2018-07-31T18:26:49.005Z","0.3.4-canary.1f25d0d":"2018-07-31T16:23:03.407Z","0.3.4-canary.f14ebc2":"2018-07-31T00:12:45.935Z","0.3.4-canary.a80a597":"2018-07-30T23:22:52.618Z","0.3.4-canary.f86d8c9":"2018-07-30T22:41:00.174Z","0.3.4-canary.5c485dc":"2018-07-30T20:46:56.649Z","0.3.4-canary.6abb55f":"2018-07-30T20:07:54.870Z","0.3.4-canary.d9e432e":"2018-07-29T22:06:42.976Z","0.3.4-canary.718953e":"2018-07-27T17:04:49.539Z","0.3.4-canary.fc2e967":"2018-07-25T22:38:40.839Z","0.3.4-canary.b8a061b":"2018-07-25T19:24:12.973Z","0.3.4-canary.d61fbb2":"2018-07-25T06:28:33.342Z","0.3.4-canary.f4dd231":"2018-07-24T17:34:26.349Z","0.3.4-canary.8309eb3":"2018-07-23T18:50:09.291Z","0.3.4-canary.86c8077":"2018-07-20T23:31:57.147Z","0.3.4-canary.5118935":"2018-07-20T20:59:31.389Z","0.3.4-canary.2d7a74c":"2018-07-20T18:17:06.181Z","0.3.4-canary.d60f659":"2018-07-19T21:54:35.031Z","0.3.4-canary.fffdb75":"2018-07-19T20:28:45.494Z","0.3.4-canary.4b51dee":"2018-07-19T18:20:56.211Z","0.3.4-canary.e6ab894":"2018-07-19T03:32:57.374Z","0.3.4-canary.593cd20":"2018-07-19T00:53:57.133Z","0.3.4-canary.6d66392":"2018-07-18T20:13:21.437Z","0.3.4-canary.3d1a15c":"2018-07-18T18:39:53.341Z","0.3.4-canary.81cd260":"2018-07-10T18:15:05.959Z","0.3.4-canary.284a746":"2018-07-09T19:17:58.820Z","0.3.4-canary.7cd0b5d":"2018-07-03T20:33:38.971Z","0.3.4-canary.27d2778":"2018-06-30T04:39:22.122Z","0.3.4-canary.7210db8":"2018-06-29T22:30:42.429Z","0.3.4-canary.cd4b9af":"2018-06-28T23:57:12.856Z","0.3.4":"2018-06-28T21:15:12.786Z","0.3.4-0":"2018-06-27T20:35:46.342Z","0.3.3-canary.40205f3":"2018-06-27T18:40:30.328Z","0.3.3-canary.d134c39":"2018-06-27T00:32:54.357Z","0.3.3-canary.189bcea":"2018-06-26T23:39:44.720Z","0.3.3-canary.1bc1c46":"2018-06-26T00:12:14.131Z","0.3.3-canary.7a41fe7":"2018-06-25T22:27:40.853Z","0.3.3-canary.ff35149":"2018-06-25T17:48:43.054Z","0.3.3-canary.f21f3ca":"2018-06-20T19:13:56.717Z","0.3.3-canary.3c064a3":"2018-06-20T19:13:18.496Z","0.3.3-canary.870fd29":"2018-06-20T15:15:55.222Z","0.3.3-canary.f305430":"2018-06-18T21:57:02.536Z","0.3.3-canary.18ee278":"2018-06-18T20:44:11.274Z","0.3.3-canary.78b36cb":"2018-06-18T18:49:53.551Z","0.3.3-canary.c808a57":"2018-06-13T16:18:48.457Z","0.3.3-canary.c2ffbde":"2018-06-12T18:43:14.131Z","0.3.3-canary.4ca7bdf":"2018-06-11T17:58:34.576Z","0.3.3-canary.9534831":"2018-06-05T20:06:51.707Z","0.3.3-canary.5e82b60":"2018-06-04T17:21:42.058Z","0.3.3-canary.4673f7d":"2018-06-04T15:23:45.480Z","0.3.3-canary.23c576e":"2018-06-01T23:25:22.409Z","0.3.3-canary.236d4d0":"2018-06-01T00:29:42.832Z","0.3.3-canary.233161d":"2018-05-31T15:47:21.747Z","0.3.3-canary.3e806ca":"2018-05-30T21:35:10.594Z","0.3.3-canary.2f7375a":"2018-05-30T17:36:32.722Z","0.3.3-canary.96a1092":"2018-05-25T22:58:42.951Z","0.3.3-canary.a08cfe6":"2018-05-25T21:14:57.623Z","0.3.3":"2018-05-24T22:56:08.309Z","0.3.2-canary.b10c057":"2018-05-24T18:09:25.040Z","0.3.2-canary.4d16f51":"2018-05-23T18:00:50.280Z","0.3.2-canary.916c692":"2018-05-23T00:10:23.726Z","0.3.2-canary.47625d7":"2018-05-22T22:27:45.876Z","0.3.3-0":"2018-05-22T22:25:53.463Z","0.3.2-canary.b658d8c":"2018-05-22T21:03:29.407Z","0.3.2-canary.2622286":"2018-05-22T19:02:14.008Z","0.3.2-canary.9556469":"2018-05-21T21:00:29.454Z","0.3.2-canary.d068bc5":"2018-05-21T19:25:49.178Z","0.3.2-canary.e9caf33":"2018-05-21T18:10:38.050Z","0.3.2-canary.f6fd8f5":"2018-05-18T22:13:07.961Z","0.3.2-canary.3fa62ef":"2018-05-18T18:33:25.710Z","0.3.2":"2018-05-17T21:11:17.799Z","0.3.1-canary.c660c35":"2018-05-17T19:02:47.909Z","0.3.1-canary.2e5aa28":"2018-05-16T23:15:38.289Z","0.3.1-canary.5b59d75":"2018-05-16T22:58:44.798Z","0.3.1-canary.7e7d36e":"2018-05-16T21:49:45.379Z","0.3.1-canary.fbd5bd6":"2018-05-16T00:38:58.887Z","0.3.1-canary.1c5258c":"2018-05-15T23:48:40.156Z","0.3.1-canary.611949d":"2018-05-15T19:41:33.091Z","0.3.1-canary.dd11cd1":"2018-05-15T18:31:06.475Z","0.3.1-canary.6a95a7a":"2018-05-15T17:57:31.224Z","0.3.1-canary.4ff990a":"2018-05-12T07:23:02.245Z","0.3.1-canary.c150044":"2018-05-11T18:39:41.105Z","0.3.0-canary.bd01dfe":"2018-05-10T20:52:45.899Z","0.3.1":"2018-05-10T20:33:42.876Z","0.3.0-canary.97a3727":"2018-05-10T20:11:18.166Z","0.3.1-0":"2018-05-10T19:48:34.581Z","0.3.0-canary.e04cfb1":"2018-05-10T18:56:51.848Z","0.3.0-canary.44de46d":"2018-05-10T17:32:03.035Z","0.3.0-canary.dd69371":"2018-05-10T16:47:09.259Z","0.3.0-canary.3110d6b":"2018-05-09T20:47:46.066Z","0.3.0-canary.9fd0229":"2018-05-09T18:22:03.920Z","0.3.0-canary.e91742d":"2018-05-09T16:23:25.683Z","0.3.0-canary.8922c3a":"2018-05-08T20:20:39.801Z","0.3.0-canary.785cc8b":"2018-05-08T19:28:57.242Z","0.3.0-canary.b351749":"2018-05-08T19:27:47.172Z","0.3.0":"2018-05-08T17:32:45.786Z","0.2.2-canary.21f83a6":"2018-05-08T16:21:24.623Z","0.2.2-canary.84686ba":"2018-05-08T14:04:12.583Z","0.3.0-3":"2018-05-07T21:48:08.052Z","0.2.2-canary.403c123":"2018-05-07T19:48:50.095Z","0.2.2-canary.238fabe":"2018-05-07T18:36:03.150Z","0.2.2-canary.e441ffb":"2018-05-07T18:09:22.982Z","0.2.2-canary.a413ec2":"2018-05-05T00:05:46.054Z","0.2.2-canary.7f4ae1f":"2018-05-03T21:31:29.500Z","0.3.0-2":"2018-05-03T21:03:54.723Z","0.2.2-canary.7764746":"2018-05-03T09:42:36.438Z","0.2.2-canary.dfd09bc":"2018-05-03T01:09:46.176Z","0.2.2-canary.f096ba0":"2018-05-02T22:28:37.827Z","0.2.2-canary.fa5d157":"2018-05-02T18:50:06.522Z","0.3.0-1":"2018-05-02T18:42:23.246Z","0.2.2-canary.4ffc979":"2018-05-02T18:18:56.237Z","0.2.2-canary.099688f":"2018-05-02T16:34:59.561Z","0.2.2-canary.de6750b":"2018-05-02T16:14:11.039Z","0.2.2-canary.533e576":"2018-05-02T13:07:53.708Z","0.2.2-canary.2de84e5":"2018-05-02T00:49:51.320Z","0.3.0-0":"2018-05-01T18:52:04.615Z","0.2.2-canary.7edf649":"2018-05-01T17:07:22.745Z","0.2.2-canary.66980bd":"2018-05-01T17:06:44.930Z","0.2.2-canary.9751e46":"2018-05-01T16:31:15.208Z","0.2.2-canary.5f3716d":"2018-04-30T23:59:47.194Z","0.2.2-canary.8251c17":"2018-04-30T21:38:34.661Z","0.2.2-canary.b28c74f":"2018-04-30T19:31:15.594Z","0.2.2-canary.8d1f1bf":"2018-04-30T17:14:34.019Z","0.2.2-canary.4b4eebc":"2018-04-26T01:02:59.203Z","0.2.2-canary.b60ffff":"2018-04-25T21:17:42.868Z","0.2.2-canary.0e141c0":"2018-04-25T19:25:15.667Z","0.2.2-canary.2471497":"2018-04-25T12:16:40.841Z","0.2.2-canary.bfa8a5e":"2018-04-21T01:09:20.291Z","0.2.2-canary.fd99689":"2018-04-20T19:32:29.909Z","0.2.1-canary.6991857":"2018-04-19T22:02:09.213Z","0.2.2":"2018-04-19T21:48:15.074Z","0.2.1-canary.fcb277a":"2018-04-18T10:57:36.583Z","0.2.1-canary.ffcaf85":"2018-04-17T21:30:38.946Z","0.2.2-6":"2018-04-17T21:10:47.180Z","0.2.2-5":"2018-04-17T18:44:22.864Z","0.2.2-4":"2018-04-16T18:34:23.914Z","0.2.1-canary.4560599":"2018-04-14T00:16:21.990Z","0.2.1-canary.92aea91":"2018-04-13T23:57:04.612Z","0.2.1-canary.eaec0b8":"2018-04-13T21:27:47.528Z","0.2.1-canary.05e05b8":"2018-04-13T02:57:04.695Z","0.2.1-canary.231110c":"2018-04-12T22:41:34.819Z","0.2.1-canary.8b29658":"2018-04-12T22:07:12.162Z","0.2.1-canary.27a77fd":"2018-04-12T21:58:32.412Z","0.2.1-canary.aaee15d":"2018-04-12T21:11:23.991Z","0.2.2-3":"2018-04-12T21:01:51.313Z","0.2.1-canary.00659ca":"2018-04-11T19:01:03.683Z","0.2.1-canary.078f83a":"2018-04-11T18:25:12.474Z","0.2.1-canary.3327845":"2018-04-11T17:01:00.246Z","0.2.1-canary.7463443":"2018-04-11T14:33:25.368Z","0.2.1-canary.d0a614c":"2018-04-11T00:32:24.645Z","0.2.1-canary.ca57c4d":"2018-04-11T00:17:14.396Z","0.2.1-canary.3fe3d2c":"2018-04-11T00:14:55.839Z","0.2.1-canary.14c2c4a":"2018-04-10T23:31:19.415Z","0.2.2-2":"2018-04-10T23:18:36.140Z","0.2.1-canary.eeab13f":"2018-04-10T22:14:31.426Z","0.2.1-canary.452a4be":"2018-04-10T18:51:54.216Z","0.2.2-1":"2018-04-10T17:57:44.891Z","0.2.2-0":"2018-04-10T17:16:34.676Z","0.2.1-canary.4907285":"2018-04-10T16:17:01.671Z","0.2.1-canary.fe0d694":"2018-04-09T22:15:47.369Z","0.2.1-canary.1e3254d":"2018-04-09T19:45:47.351Z","0.2.1-canary.f95425f":"2018-04-09T19:10:30.424Z","0.2.1-canary.5475383":"2018-04-09T18:58:44.937Z","0.2.1-canary.fce6f7a":"2018-04-08T17:11:20.111Z","0.2.1-canary.6754b7f":"2018-04-07T11:10:13.177Z","0.2.1-canary.5e71095":"2018-04-06T19:36:00.733Z","0.2.1-canary.1f985cf":"2018-04-06T19:06:58.742Z","0.2.1-canary.9eace31":"2018-04-06T16:48:34.366Z","0.2.1-canary.b45baec":"2018-04-06T13:11:01.283Z","0.2.1-canary.12e839d":"2018-04-05T21:46:11.202Z","0.2.1-canary.7857c21":"2018-04-05T21:43:30.667Z","0.2.1-canary.a1020bf":"2018-04-05T18:20:53.123Z","0.2.1-canary.8c54f6a":"2018-04-04T18:35:52.999Z","0.2.1-canary.073cc19":"2018-04-04T17:55:34.774Z","0.2.1-canary.2a0a33f":"2018-04-04T10:29:58.431Z","0.2.1-canary.4f28096":"2018-04-03T10:43:07.593Z","0.2.1-canary.790c158":"2018-04-03T00:20:30.600Z","0.2.1-canary.92f3809":"2018-04-02T16:39:24.794Z","0.2.1-canary.1608edb":"2018-03-30T19:16:45.994Z","0.2.1-canary.b5aa5b8":"2018-03-30T02:39:32.683Z","0.2.1-canary.541fbbe":"2018-03-30T00:50:29.798Z","0.2.1-canary.b146780":"2018-03-29T17:02:00.543Z","0.2.1-canary.babd759":"2018-03-29T00:00:28.371Z","0.2.1-canary.ac4dac3":"2018-03-28T23:19:28.648Z","0.2.1-canary.3259004":"2018-03-28T21:05:36.880Z","0.2.1-canary.dd86fc7":"2018-03-28T19:25:02.176Z","0.2.1-canary.a538b83":"2018-03-28T16:26:09.146Z","0.2.1-canary.faa54d8":"2018-03-26T20:21:19.948Z","0.2.1-canary.d90beab":"2018-03-24T01:19:24.601Z","0.2.1-canary.bb93e47":"2018-03-24T00:00:53.410Z","0.2.1-canary.8a10e7c":"2018-03-22T23:45:25.921Z","0.2.1-canary.ab0faeb":"2018-03-22T18:00:38.059Z","0.2.1-canary.84896ec":"2018-03-21T18:44:37.603Z","0.2.1-canary.563e048":"2018-03-20T21:09:01.295Z","0.2.1":"2018-03-20T18:12:29.345Z","0.2.0-canary.d59b724":"2018-03-20T18:11:57.717Z","0.2.0-canary.d59b7249":"2018-03-20T17:54:23.529Z","0.2.0-canary.908227c":"2018-03-19T19:57:04.046Z","0.2.0-canary.c25e7a1":"2018-03-19T18:16:25.798Z","0.2.0-canary.9d00c6f":"2018-03-19T16:15:30.533Z","0.2.0-canary.d3ec2e0":"2018-03-16T18:29:57.001Z","0.2.1-0":"2018-03-15T23:27:57.195Z","0.2.0-canary.df183a5":"2018-03-15T19:35:06.427Z","0.2.0-canary.1b3ba41":"2018-03-15T17:40:47.202Z","0.2.0-canary.b949d81":"2018-03-14T23:49:23.444Z","0.2.0-canary.bf7a221":"2018-03-14T21:46:57.610Z","0.2.0-canary.0c5cbe0":"2018-03-14T21:32:20.243Z","0.2.0-canary.786082d":"2018-03-12T18:53:12.230Z","0.2.0-canary.69c9a97":"2018-03-08T23:29:17.560Z","0.2.0-canary.6aed77a":"2018-03-08T23:09:33.147Z","0.2.0":"2018-03-08T22:49:33.752Z","0.1.11-canary.7681d03":"2018-03-07T22:49:36.909Z","0.1.11-canary.121c167":"2018-03-06T23:19:13.253Z","0.2.0-0":"2018-03-06T23:04:44.745Z","0.1.11-canary.03d224f":"2018-03-06T20:45:56.460Z","0.1.11-canary.a0583f7":"2018-03-05T19:09:50.392Z","0.1.11-canary.0fa319e":"2018-03-03T01:45:29.524Z","0.1.11-canary.aba869c":"2018-03-02T22:28:45.389Z","0.1.11-canary.dbed689":"2018-03-01T18:06:21.525Z","0.1.11-canary.fbb2aab":"2018-02-28T20:31:39.614Z","0.1.11-canary.3d6289d":"2018-02-28T19:29:44.901Z","0.1.11-canary.9cda9c9":"2018-02-27T18:33:35.237Z","0.1.11":"2018-02-22T22:22:13.786Z","0.1.10-canary.cde4e44":"2018-02-22T00:48:20.987Z","0.1.11-2":"2018-02-22T00:36:08.662Z","0.1.10-canary.0226ed2":"2018-02-22T00:22:32.793Z","0.1.10-canary.3ee5bdf":"2018-02-21T22:00:24.953Z","0.1.11-1":"2018-02-21T21:43:14.200Z","0.1.10-canary.3aec5ac":"2018-02-21T18:34:30.732Z","0.1.10-canary.e784110":"2018-02-21T00:34:32.911Z","0.1.10-canary.dbe5fff":"2018-02-21T00:33:43.482Z","0.1.11-0":"2018-02-21T00:24:39.151Z","0.1.10-canary.b6b4e2f":"2018-02-16T22:17:19.541Z","0.1.10-canary.2e147ff":"2018-02-16T22:11:11.041Z","0.1.10":"2018-02-16T00:31:55.762Z","0.1.9-canary.db389db":"2018-02-14T00:39:03.041Z","0.1.10-0":"2018-02-14T00:08:05.542Z","0.1.9-canary.2cacc75":"2018-02-13T19:00:13.711Z","0.1.9-canary.f173ad0":"2018-02-13T17:49:47.824Z","0.1.9-canary.515eff7":"2018-02-12T21:13:49.192Z","0.1.9-canary.fce4168":"2018-02-12T00:02:11.722Z","0.1.9-canary.7a611b6":"2018-02-08T22:33:59.527Z","0.1.9-canary.453677f":"2018-02-07T02:26:59.492Z","0.1.9-canary.a1e346f":"2018-02-06T20:39:56.542Z","0.1.9-canary.2db58a0":"2018-02-05T23:59:15.344Z","0.1.9-canary.49dcb25":"2018-02-02T19:11:52.548Z","0.1.9-canary.631e1ad":"2018-02-02T00:23:29.789Z","0.1.9":"2018-02-02T00:02:22.600Z","0.1.8-canary.9fb3c4c":"2018-02-01T23:54:13.759Z","0.1.8-canary.8f76c28":"2018-02-01T14:35:54.393Z","0.1.8-canary.bcc8983":"2018-02-01T04:28:15.275Z","0.1.9-0":"2018-01-31T00:55:13.143Z","0.1.8-canary.fcc77c2":"2018-01-29T17:18:26.684Z","0.1.8-canary.fca1076":"2018-01-26T22:41:56.724Z","0.1.8-canary.81d6b1e":"2018-01-26T21:08:04.543Z","0.1.8-canary.c647fe4":"2018-01-25T19:22:55.010Z","0.1.8":"2018-01-18T23:42:13.519Z","0.1.7":"2018-01-11T19:36:08.182Z","0.1.7-0":"2018-01-09T22:00:29.263Z","0.1.6":"2017-12-19T00:15:38.273Z","0.1.5":"2017-12-07T23:34:22.375Z","0.1.4":"2017-11-30T21:20:07.038Z","0.1.3":"2017-11-02T22:13:45.660Z","0.1.2":"2017-10-19T22:13:10.879Z","0.1.1":"2017-10-16T14:25:31.104Z","0.1.0":"2017-10-11T23:37:17.184Z","0.12.5-canary.bf93a3810":"2022-02-04T19:02:27.663Z","0.12.5-canary.0482aa5b7":"2022-02-04T18:00:40.858Z","0.12.5-canary.00916e719":"2022-02-02T20:52:47.468Z","0.12.5-canary.e8972ef49":"2022-02-02T18:59:20.929Z","0.12.5-canary.7f959622d":"2022-02-02T17:28:30.499Z","0.12.5-canary.4cec42313":"2022-02-01T19:01:12.105Z","0.12.5-canary.0a04a1c06":"2022-02-01T18:18:42.520Z","0.12.5-canary.8b51375a1":"2022-02-01T01:50:45.753Z","0.12.5-canary.a38203dea":"2022-02-01T01:25:17.899Z","0.12.5-canary.70b4412d3":"2022-02-01T01:26:28.613Z","0.12.5-canary.b20cf306a":"2022-02-01T01:21:59.430Z","0.12.5-canary.b02927e2e":"2022-02-01T01:22:53.133Z","0.12.5-canary.2dd99ae2d":"2022-02-01T01:23:39.279Z","0.12.5-canary.4605d4bfa":"2022-02-01T01:23:54.127Z","0.12.5-canary.d04b608f2":"2022-01-31T23:48:35.039Z","0.12.5-canary.dd86989b3":"2022-01-31T22:27:52.776Z","0.12.5-canary.aaeab08ac":"2022-01-31T18:36:13.407Z","0.12.5-canary.6555aa70f":"2022-01-28T20:22:30.257Z","0.12.5-canary.fad3c4765":"2022-01-28T18:52:04.900Z","0.12.5-canary.222f264ff":"2022-01-28T01:39:13.947Z","0.12.5-canary.51b376c3f":"2022-01-28T00:53:05.669Z","0.12.5-canary.73fcec982":"2022-01-27T20:45:03.676Z","0.12.5-canary.af9234866":"2022-01-27T19:47:28.138Z","0.12.4-canary.0db840a09":"2021-12-14T20:31:39.204Z","0.12.4-canary.31db4b706":"2021-12-14T20:25:07.070Z","0.12.4-canary.a185b1431":"2021-12-10T19:00:03.358Z","0.12.4-canary.774b2fc19":"2021-12-10T18:16:46.640Z","0.12.4-canary.fd8cd3ec4":"2021-12-09T18:56:45.614Z","0.12.4-canary.931c80dce":"2021-12-04T01:58:16.750Z","0.12.4-canary.cd5ad5055":"2021-12-04T01:10:11.307Z","0.12.4-canary.8d04184b7":"2021-12-04T01:06:25.029Z","0.12.4-canary.08da8c81e":"2021-12-04T01:05:25.012Z","0.12.4-canary.34fbca4bd":"2021-12-03T18:11:57.692Z","0.12.4-canary.6ae54d041":"2021-12-03T00:33:49.165Z","0.12.4-canary.bdc71d1b2":"2021-12-02T19:10:18.640Z","0.12.4-canary.dc6b447ba":"2021-12-02T17:31:46.717Z","0.12.4-canary.f318c7009":"2021-11-30T16:36:28.235Z","0.12.4-canary.086df7c7e":"2021-11-22T20:11:26.919Z","0.12.4-canary.0394cc97b":"2021-11-18T20:33:11.221Z","0.12.4-canary.ce39a1a07":"2021-11-17T20:08:30.453Z","0.12.4-canary.1583a8202":"2021-11-09T21:09:54.459Z","0.12.4-canary.3b23a9ed6":"2021-11-09T04:36:52.260Z","0.12.4":"2021-11-08T22:05:47.278Z","0.12.3-canary.3281315fa":"2021-11-08T18:02:16.615Z","0.12.4-2021108175111":"2021-11-08T17:59:32.365Z","0.12.3-canary.dbd54f7c9":"2021-11-04T21:41:03.593Z","0.12.3-canary.ee440a8e6":"2021-11-04T21:28:30.899Z","0.12.3":"2021-11-04T21:04:56.727Z","0.12.2-canary.6ee947d63":"2021-11-03T19:14:21.348Z","0.12.2-canary.532b3cd93":"2021-11-03T17:34:57.587Z","0.12.2-canary.dbfe09e9d":"2021-11-02T23:42:09.264Z","0.12.2-canary.2322b6023":"2021-11-02T23:38:27.344Z","0.12.3-2021102231614":"2021-11-02T23:25:08.860Z","0.12.2-canary.0b3ca78eb":"2021-11-02T22:58:48.483Z","0.12.2-canary.61604979c":"2021-11-02T21:19:03.079Z","0.12.2-pr5646.2abc5e854":"2021-11-02T21:15:50.965Z","0.12.2-pr5646.1ea90dcb0":"2021-11-02T20:21:55.197Z","0.12.2-canary.31bd6f27f":"2021-11-01T19:14:45.299Z","0.12.2-canary.477bdef13":"2021-11-01T17:34:24.847Z","0.12.2-pr5646.6d9dd3616":"2021-10-28T22:26:36.615Z","0.12.2-pr5646.4594d3fd6":"2021-10-28T21:36:31.465Z","0.12.2-canary.4594d3fd6":"2021-10-27T22:37:36.501Z","0.12.2-canary.dfed7f83f":"2021-10-27T21:37:42.785Z","0.12.2-canary.317394d23":"2021-10-27T19:18:20.511Z","0.12.2-canary.f48527617":"2021-10-27T16:16:25.493Z","0.12.2-canary.1048c4f2d":"2021-10-27T01:40:03.787Z","0.12.2-canary.f0f6d74b5":"2021-10-26T03:27:32.307Z","0.12.2-pr5646.99b165292":"2021-10-21T18:04:46.340Z","0.12.2-canary.65dce1867":"2021-10-20T23:50:42.636Z","0.12.2-canary.6dacc2400":"2021-10-20T22:19:34.904Z","0.12.2-canary.f1c38f3cc":"2021-10-20T18:14:31.540Z","0.12.2-canary.f27fe4304":"2021-10-15T21:32:17.041Z","0.12.2-canary.ba40cde9c":"2021-10-15T00:00:48.201Z","0.12.2":"2021-10-14T20:52:20.602Z","0.12.1-canary.b6f30c24f":"2021-10-14T20:06:39.291Z","0.12.1-canary.5a9a14473":"2021-10-14T18:26:46.782Z","0.12.2-2021912211028":"2021-10-12T21:33:33.656Z","0.12.1-canary.703ef779d":"2021-10-12T21:22:42.896Z","0.12.1-canary.93795c780":"2021-10-12T18:14:40.849Z","0.12.1-canary.4a834d8cc":"2021-10-12T18:13:50.459Z","0.12.1-canary.5c9ad7e0b":"2021-10-12T18:09:50.464Z","0.12.1-canary.f5a17143b":"2021-10-12T04:23:58.978Z","0.12.1-canary.352cc2647":"2021-10-11T17:53:30.317Z","0.12.1-canary.8c6b2caa3":"2021-10-11T17:44:42.064Z","0.12.1-canary.fc1d36497":"2021-10-11T17:33:56.113Z","0.12.1-canary.db25f4155":"2021-10-08T00:05:51.421Z","0.12.1-canary.233e117f0":"2021-10-07T23:08:32.141Z","0.12.1-canary.53a926390":"2021-10-07T22:11:46.311Z","0.12.1-canary.a4c373401":"2021-10-07T21:36:19.284Z","0.12.1-canary.a7e00b9eb":"2021-10-06T18:25:16.473Z","0.12.1-canary.b9235c65a":"2021-10-06T17:57:05.242Z","0.12.1-canary.e456d00a7":"2021-10-05T19:00:12.828Z","0.12.1-canary.3e920c888":"2021-10-05T18:44:17.943Z","0.12.1-canary.15719e021":"2021-10-05T18:27:39.186Z","0.12.1-canary.a4e770e58":"2021-10-05T18:18:24.685Z","0.12.1-canary.e1d551ddb":"2021-10-05T18:12:25.152Z","0.12.1-canary.e2c4ab278":"2021-10-05T17:22:42.621Z","0.12.1-canary.49dfeb315":"2021-10-04T19:18:07.987Z","0.12.1-canary.88ea06930":"2021-10-01T21:13:20.503Z","0.12.1-canary.e70de6201":"2021-10-01T18:27:36.743Z","0.12.1-canary.1b0e7af13":"2021-10-01T00:42:15.919Z","0.12.1-canary.f7d8324a1":"2021-09-30T23:54:22.990Z","0.12.1-canary.91117e0c2":"2021-09-30T17:19:05.459Z","0.12.1-canary.aa48accd5":"2021-09-29T17:49:24.579Z","0.12.1-canary.6f66b4b90":"2021-09-28T19:17:37.847Z","0.12.1-canary.2ad6ce813":"2021-09-28T18:46:34.323Z","0.12.1-canary.addd8b151":"2021-09-28T16:45:50.734Z","0.12.1-canary.49b0406ab":"2021-09-27T18:35:18.965Z","0.12.1-canary.316638a5b":"2021-09-27T05:57:24.458Z","0.12.1-canary.d3041d875":"2021-09-25T01:12:34.971Z","0.12.1-canary.85d2c4d29":"2021-09-24T23:55:33.172Z","0.12.1-canary.2460e8dbf":"2021-09-24T23:50:38.133Z","0.12.1-canary.5e173a25e":"2021-09-24T23:45:11.101Z","0.12.1-canary.e5c8eeda4":"2021-09-24T22:44:22.529Z","0.12.1":"2021-09-24T22:07:27.229Z","0.12.1-2021824202338":"2021-09-24T20:48:43.681Z","0.12.0-canary.a99943fe3":"2021-09-24T19:12:45.230Z","0.12.0-canary.dfe65ff9b":"2021-09-24T18:27:00.162Z","0.12.0-canary.e62d02e52":"2021-09-24T17:38:15.433Z","0.12.0-canary.08c098211":"2021-09-24T17:29:28.029Z","0.12.0-canary.126113703":"2021-09-23T21:01:36.768Z","0.12.0-canary.785a217ec":"2021-09-23T19:09:39.237Z","0.12.0-canary.4e7aba48a":"2021-09-23T17:41:43.213Z","0.12.1-2021823172527":"2021-09-23T17:38:06.226Z","0.12.0-canary.86befb3f0":"2021-09-23T00:45:09.886Z","0.12.0-canary.ba9cba4e3":"2021-09-22T23:19:49.951Z","0.12.1-2021822225617":"2021-09-22T23:04:33.270Z","0.12.0-canary.b835b4cba":"2021-09-22T21:00:15.409Z","0.12.0-canary.4d2a54fb0":"2021-09-22T20:50:18.396Z","0.12.1-2021822203916":"2021-09-22T20:49:28.649Z","0.12.0-canary.b79bd33e4":"2021-09-22T20:45:33.298Z","0.12.0-canary.5823d0bac":"2021-09-22T19:28:50.690Z","0.12.0-canary.f90c1d081":"2021-09-21T17:15:05.843Z","0.12.0-canary.f78ceca1c":"2021-09-20T23:44:38.795Z","0.12.0-canary.c2362214a":"2021-09-20T22:55:19.232Z","0.12.0-canary.8468d7f74":"2021-09-20T20:02:12.510Z","0.12.0-canary.ff9baf70c":"2021-09-20T19:45:40.678Z","0.12.0-canary.a5d87bc5c":"2021-09-17T22:17:55.740Z","0.12.0-canary.b83591e6e":"2021-09-17T19:20:11.866Z","0.12.0-canary.29e0be2cb":"2021-09-16T22:00:54.709Z","0.12.0-canary.46d26ff96":"2021-09-16T21:55:51.253Z","0.12.0-canary.07b88e6e8":"2021-09-16T19:52:16.581Z","0.12.0-canary.cd9ca9b73":"2021-09-15T17:43:07.300Z","0.12.0-canary.f5b5efe95":"2021-09-15T15:37:36.323Z","0.12.0-canary.5afd053d7":"2021-09-15T00:42:52.372Z","0.12.0-canary.0281e06de":"2021-09-14T23:24:39.742Z","0.12.0-canary.456d664ae":"2021-09-14T21:52:42.726Z","0.12.0-canary.3846fb049":"2021-09-14T20:45:44.683Z","0.12.0-canary.5f8b16808":"2021-09-13T21:33:38.961Z","0.12.0-canary.d164cb905":"2021-09-10T19:27:19.514Z","0.12.0-canary.abbf3be93":"2021-09-10T17:59:39.672Z","0.12.0-canary.21866c268":"2021-09-10T03:18:09.897Z","0.12.0-canary.a81979a8b":"2021-09-09T23:19:08.985Z","0.12.0-canary.e039e1472":"2021-09-09T23:16:17.587Z","0.12.0-canary.1271c9cde":"2021-09-09T23:13:48.822Z","0.12.0-canary.7f9d8f941":"2021-09-09T23:12:49.220Z","0.12.0-canary.a9809f24c":"2021-09-09T21:12:16.918Z","0.12.0-canary.a4b7003fd":"2021-09-09T20:32:24.715Z","0.12.0-canary.dca28a10d":"2021-09-09T01:28:08.611Z","0.12.0-canary.66d4a1e5d":"2021-09-09T00:07:24.683Z","0.12.0-canary.d9808aabb":"2021-09-08T23:31:27.144Z","0.12.0-canary.271303f3c":"2021-09-08T23:12:34.980Z","0.12.0-canary.b8462f248":"2021-09-08T21:56:35.702Z","0.12.0-canary.deda8cd85":"2021-09-08T19:09:36.794Z","0.12.0-canary.2bbbc51fa":"2021-09-08T17:33:11.764Z","0.12.0-canary.4a4796862":"2021-09-08T17:32:09.984Z","0.12.0-canary.449b2f5e2":"2021-09-01T23:34:56.376Z","0.12.0-canary.6e579950a":"2021-09-01T23:34:05.014Z","0.12.0-canary.0fdcda011":"2021-09-01T23:28:16.654Z","0.12.0-canary.08ec55d6d":"2021-09-01T21:10:49.808Z","0.12.0-canary.bc3b405f5":"2021-08-31T21:38:17.847Z","0.12.0-canary.cd15df0d1":"2021-08-30T18:02:59.383Z","0.12.0-canary.45db2b747":"2021-08-30T18:02:41.530Z","0.12.0-canary.66596f3f8":"2021-08-30T18:01:56.323Z","0.12.0-canary.1b33fda40":"2021-08-30T18:00:10.029Z","0.12.0-canary.6163bb282":"2021-08-30T17:59:26.656Z","0.12.0-canary.509c18fbc":"2021-08-27T00:01:16.883Z","0.12.0-canary.8b8ec0d99":"2021-08-26T20:59:36.815Z","0.12.0-canary.d0d3acb10":"2021-08-26T17:09:43.077Z","0.11.0-canary.2d4f797c0":"2021-08-25T00:26:34.104Z","0.11.0-canary.69f6f4d00":"2021-08-25T00:00:36.188Z","0.11.0-canary.cdada6c68":"2021-08-24T21:22:27.428Z","0.11.0-canary.0b75e9f46":"2021-08-24T19:41:43.600Z","0.12.5-canary.d612d6f6e":"2022-01-26T21:28:02.463Z","0.12.4-canary.e3a5248fc":"2021-12-10T17:04:53.515Z","0.12.4-canary.8d9a09e18":"2021-12-08T23:10:15.532Z","0.12.4-canary.a777385d6":"2021-12-07T23:10:56.496Z","0.12.4-canary.8298cf8a9":"2021-12-03T22:56:48.004Z","0.12.4-canary.08186856d":"2021-12-02T17:07:23.006Z","0.12.4-canary.625b7a7c9":"2021-12-01T19:41:12.647Z","0.12.4-canary.cb7299cbf":"2021-11-19T01:21:03.009Z","0.12.4-canary.6f0049e66":"2021-11-16T23:25:58.747Z","0.12.4-canary.882d86481":"2021-11-12T18:03:21.327Z","0.12.4-canary.3a9435447":"2021-11-12T17:20:50.255Z","0.12.4-canary.cf40fb8e6":"2021-11-11T23:08:54.278Z","0.12.4-canary.88f2c706b":"2021-11-11T21:24:15.344Z","0.12.4-canary.7a5bc84bd":"2021-11-11T19:23:16.091Z","0.12.4-canary.e34e98e73":"2021-11-11T19:02:04.560Z","0.12.4-canary.e0fe2b668":"2021-11-10T18:27:07.868Z","0.12.4-canary.3b338dbd8":"2021-11-10T18:26:14.066Z","0.12.3-canary.43001418a":"2021-11-08T23:01:18.497Z","0.12.0-canary.3a50e2fdd":"2021-08-30T17:35:49.837Z","0.12.0-canary.c8701ec7b":"2021-08-26T18:51:54.007Z","0.12.0-canary.280be6d8e":"2021-08-25T17:03:06.117Z","0.12.0":"2021-08-25T16:16:48.446Z","0.11.0-canary.890f4f820":"2021-08-25T07:17:46.778Z","0.12.0-202172555844":"2021-08-25T06:06:36.825Z","0.12.0-202172505352":"2021-08-25T01:01:50.921Z","0.12.0-20217250818":"2021-08-25T00:19:16.867Z","0.11.0-canary.f40c0db53":"2021-08-25T00:03:38.837Z","0.11.0-canary.a87177888":"2021-08-24T23:43:09.687Z","0.12.0-2021724205917":"2021-08-24T21:08:16.761Z","0.12.0-202172321475":"2021-08-23T22:06:41.014Z","0.12.0-202172325639":"2021-08-23T03:13:15.662Z","0.11.0-canary.78181760a":"2021-08-21T00:36:33.135Z","0.11.0-canary.eca476ad8":"2021-08-20T23:00:20.992Z","0.11.0-2021720181311":"2021-08-20T18:27:53.167Z","0.11.0-canary.4d747b158":"2021-08-19T21:27:49.382Z","0.11.0":"2021-08-19T20:24:46.992Z","0.11.0-202171919375":"2021-08-19T19:51:39.738Z","0.11.0-2021719182840":"2021-08-19T18:43:03.711Z","0.11.0-2021719172025":"2021-08-19T17:41:24.031Z","0.10.9-canary.0a91a906b":"2021-08-19T00:15:42.184Z","0.10.9-canary.5bc6afb75":"2021-08-19T00:09:57.184Z","0.10.9-canary.f35b4e3a4":"2021-08-18T22:02:29.378Z","0.10.9-8.9.1-exp-types-exploration.635c9e3fd":"2021-08-18T19:28:28.315Z","0.10.9-8.9.1-exp-types-exploration.5a175a42b":"2021-08-18T18:57:49.890Z","0.10.9-canary.cca8cdff2":"2021-08-18T18:31:07.794Z","0.10.9-8.9.1-exp-types-exploration.416850ec8":"2021-08-18T15:59:29.187Z","0.10.9-canary.2901ed05e":"2021-08-18T02:47:45.261Z","0.10.9-canary.fbb32e7bf":"2021-08-17T22:14:34.728Z","0.11.0-20217172214":"2021-08-17T22:09:12.826Z","0.10.9-canary.f825b1d83":"2021-08-17T17:03:05.382Z","0.10.9-8.9.1-exp-types-exploration.2c90aec16":"2021-08-17T15:03:47.778Z","0.10.9-canary.2c90aec16":"2021-08-16T23:52:21.228Z","0.10.9-canary.fb27f50c9":"2021-08-16T21:58:29.982Z","0.10.9-canary.89f866599":"2021-08-16T21:20:38.732Z","0.10.9-8.9.1-exp-types-exploration.b0568bbc6":"2021-08-16T18:34:43.425Z","0.10.9-8.9.1-exp-types-exploration.1ffaad286":"2021-08-16T17:33:09.953Z","0.10.9-canary.f0f474b22":"2021-08-16T17:00:46.871Z","0.10.9-canary.4ec5344cd":"2021-08-16T16:51:44.841Z","0.10.9-canary.36c0ddc52":"2021-08-13T21:20:32.491Z","0.10.9-canary.3c6a11c8d":"2021-08-13T21:18:00.675Z","0.10.9-canary.064e1ca2b":"2021-08-13T18:17:48.827Z","0.10.9-canary.bb6b5abff":"2021-08-13T18:04:58.128Z","0.10.9-canary.bfeac2683":"2021-08-12T20:29:34.527Z","0.10.9-canary.e83826af8":"2021-08-12T16:41:22.563Z","0.10.9-canary.888645ea0":"2021-08-12T00:24:04.026Z","0.10.9-canary.a69220b51":"2021-08-11T20:02:32.496Z","0.10.9-canary.e50356ff2":"2021-08-11T17:51:55.325Z","0.10.9-canary.749f5a21c":"2021-08-10T19:19:07.146Z","0.10.9-canary.21b552412":"2021-08-10T18:13:22.896Z","0.10.9-canary.f1027e3c2":"2021-08-10T17:13:48.119Z","0.10.9-canary.8893c8225":"2021-08-09T21:15:47.612Z","0.10.9-canary.a65cd9a5f":"2021-08-09T19:04:46.451Z","0.10.9-canary.35865ee19":"2021-08-05T22:47:42.974Z","0.10.9-canary.5bda08eee":"2021-08-05T00:26:10.291Z","0.10.9-canary.c52eb4805":"2021-08-04T00:12:28.538Z","0.10.9-canary.c493d9232":"2021-08-02T17:55:06.206Z","0.10.9-canary.8599d9141":"2021-07-30T22:40:30.529Z","0.10.9-canary.476518211":"2021-07-30T22:25:22.958Z","0.10.9-canary.cce4f659f":"2021-07-30T21:13:12.848Z","0.0.900-exp.8b4d7550f":"2021-07-30T20:13:46.315Z","0.10.9-canary.8b4d7550f":"2021-07-30T19:14:02.138Z","0.10.9-canary.ca4ead2e0":"2021-07-30T04:11:30.110Z","0.10.9-canary.ea25b2ea9":"2021-07-29T23:22:38.318Z","0.10.9-canary.bd50d8310":"2021-07-29T22:37:08.808Z","0.10.9-canary.2493c171e":"2021-07-29T22:31:46.329Z","0.10.9-canary.9c13da4fe":"2021-07-29T22:27:14.999Z","0.10.9":"2021-07-29T21:19:03.970Z","0.10.8-canary.a075b5f60":"2021-07-29T00:36:25.130Z","0.10.9-202162821943":"2021-07-28T21:21:04.112Z","0.10.8-canary.a3cbe719b":"2021-07-28T21:16:29.151Z","0.10.8-canary.4bc015cdd":"2021-07-27T22:28:40.270Z","0.10.8-canary.16958beb8":"2021-07-27T17:59:09.291Z","0.10.8-canary.b62b6df11":"2021-07-27T17:45:44.507Z","0.10.8-canary.3ac927243":"2021-07-27T00:36:26.234Z","0.10.8-canary.00e83a3f2":"2021-07-24T00:25:19.287Z","0.10.8-canary.a56335593":"2021-07-23T23:38:26.168Z","0.10.8-canary.58b72661d":"2021-07-23T21:23:39.200Z","0.10.8-canary.039d50744":"2021-07-23T17:34:04.111Z","0.10.8-canary.3d10d33bc":"2021-07-23T00:30:23.756Z","0.10.8-canary.e72e35142":"2021-07-22T20:34:34.474Z","0.10.8":"2021-07-22T20:04:59.275Z","0.10.7-canary.d56ab5cc1":"2021-07-22T06:25:09.964Z","0.0.900-exp.6ef484a04":"2021-07-22T05:58:10.008Z","0.10.7-canary.6ef484a04":"2021-07-21T22:13:55.070Z","0.10.7-canary.7028c1159":"2021-07-21T19:13:13.713Z","0.10.7-canary.353d6e47b":"2021-07-20T22:35:38.963Z","0.10.8-202162022140":"2021-07-20T22:25:10.756Z","0.10.7-canary.de083904c":"2021-07-20T22:08:45.936Z","0.10.7-canary.b51be1da3":"2021-07-19T18:28:42.348Z","0.10.7-canary.02586c975":"2021-07-16T00:58:32.618Z","0.10.7-canary.4cb5d8aad":"2021-07-15T22:58:41.976Z","0.10.7-canary.d1ae4dea7":"2021-07-15T21:06:16.367Z","0.10.7-canary.2cd9d7c39":"2021-07-15T16:34:38.654Z","0.10.7-canary.1d10bba60":"2021-07-14T23:17:24.355Z","0.10.7-canary.7468c7e12":"2021-07-14T22:44:54.821Z","0.10.7-canary.f043bff0e":"2021-07-14T22:42:54.849Z","0.10.7-canary.4aa2bed03":"2021-07-14T21:57:12.087Z","0.10.7-canary.699238b27":"2021-07-14T21:54:33.455Z","0.10.7-canary.b3caa5158":"2021-07-14T20:19:44.680Z","0.10.7-canary.fb3e35965":"2021-07-14T19:40:46.127Z","0.10.7-canary.cca8d4b57":"2021-07-14T17:59:54.470Z","0.10.7-canary.61384cd24":"2021-07-13T22:03:44.648Z","0.10.7-canary.3550d4e38":"2021-07-13T17:49:08.623Z","0.10.7-canary.aeab9cef9":"2021-07-12T17:32:52.860Z","0.10.6-canary.6564e99ec":"2021-07-09T22:33:40.040Z","0.10.6-canary.2a2a376a3":"2021-07-09T16:32:00.070Z","0.10.7":"2021-07-08T20:22:42.673Z","0.10.7-20216817413":"2021-07-08T17:12:20.716Z","0.10.6-canary.c8ac61356":"2021-07-08T17:02:43.388Z","0.10.6-canary.518298361":"2021-07-08T16:56:04.506Z","0.10.6-canary.4eddda4b6":"2021-07-08T05:43:51.480Z","0.10.6-canary.63cc74683":"2021-07-08T05:38:38.621Z","0.10.6-canary.d10bd0043":"2021-07-07T20:27:48.329Z","0.10.6-canary.977edee2f":"2021-07-03T01:59:10.300Z","0.10.6-canary.28c02947a":"2021-07-03T00:35:33.584Z","0.10.6-canary.c55f5b0c5":"2021-07-02T23:21:44.700Z","0.10.6-canary.99414a51c":"2021-07-02T20:55:25.695Z","0.10.6-canary.f4c106e7c":"2021-07-02T19:13:31.347Z","0.10.6-canary.821f4d30f":"2021-07-02T18:44:38.617Z","0.10.6-canary.db98eda11":"2021-07-02T18:08:52.577Z","0.10.6-canary.3827d9692":"2021-07-02T16:28:21.051Z","0.10.6-canary.99526ac72":"2021-07-02T00:26:38.453Z","0.10.6":"2021-07-01T23:33:23.413Z","0.10.5-canary.85f73abb5":"2021-07-01T22:33:08.619Z","0.10.6-20216122160":"2021-07-01T22:22:44.365Z","0.0.900-exp.f43d0c698":"2021-07-01T17:31:19.340Z","0.10.5-canary.f43d0c698":"2021-07-01T17:21:00.393Z","0.10.5-canary.f6e1645ef":"2021-07-01T16:06:20.934Z","0.10.5-canary.75ab8809d":"2021-07-01T06:40:07.139Z","0.10.5-canary.ca857526b":"2021-07-01T02:53:36.588Z","0.10.5-canary.ecf2b572e":"2021-07-01T00:14:45.086Z","0.10.5-canary.5d007b8fb":"2021-06-30T23:31:55.325Z","0.10.5-canary.580b35407":"2021-06-30T22:10:03.319Z","0.10.6-202153001032":"2021-06-30T00:17:15.460Z","0.10.5-canary.5d31e2192":"2021-06-29T00:41:49.756Z","0.10.5-canary.56a6a9d4a":"2021-06-28T23:33:42.185Z","0.10.6-2021528231051":"2021-06-28T23:18:46.860Z","0.10.5-canary.1bbdbfef3":"2021-06-28T23:04:07.181Z","0.0.900-exp.57f19127c":"2021-06-18T23:15:56.164Z","0.10.5":"2021-06-17T22:25:51.183Z","0.0.900-exp.725ab4684":"2021-06-16T04:25:26.360Z","0.10.5-202151602035":"2021-06-16T00:27:50.921Z","0.10.4":"2021-06-10T20:49:00.755Z","0.10.4-202159235118":"2021-06-09T23:59:50.347Z","0.0.900-exp.f41d11b71":"2021-06-07T04:49:52.516Z","0.10.3":"2021-06-03T20:58:31.071Z","0.10.3-20215205147":"2021-06-02T00:58:46.371Z","0.10.2":"2021-05-27T21:13:52.244Z","0.10.2-2021425213031":"2021-05-25T21:39:25.050Z","0.0.900-exp.d92a36260":"2021-05-14T00:02:37.455Z","0.10.1-canary.d742823e9":"2021-05-13T17:47:45.729Z","0.10.1-canary.96a47097f":"2021-05-13T15:56:37.457Z","0.10.1-canary.de68cdca2":"2021-05-13T05:34:34.049Z","0.10.1-canary.74b49d205":"2021-05-13T00:00:20.341Z","0.10.1":"2021-05-12T23:14:37.448Z","0.10.1-2021412214515":"2021-05-12T22:00:44.050Z","0.10.0-canary.60e834739":"2021-05-12T21:36:54.095Z","0.10.0":"2021-05-05T21:32:42.935Z","0.9.12-canary.a13f5a03d":"2021-05-05T17:27:31.033Z","0.10.0-20214541157":"2021-05-05T04:19:38.247Z","0.9.12-canary.c34ac7a92":"2021-05-05T00:11:21.049Z","0.9.12-canary.e123f241c":"2021-05-03T22:33:12.720Z","0.9.12-canary.efafeecd3":"2021-05-03T21:35:54.914Z","0.9.12-canary.90c97ae1e":"2021-05-03T21:26:24.787Z","0.9.12-canary.5ad33abe4":"2021-04-30T16:51:12.392Z","0.9.12-canary.ac4ad08a2":"2021-04-29T22:00:17.145Z","0.9.12-canary.16102f0b4":"2021-04-29T21:55:44.011Z","0.9.11-canary.ac6997626":"2021-04-29T21:24:16.873Z","0.9.12":"2021-04-29T21:06:11.697Z","0.9.12-2021327211545":"2021-04-27T21:23:25.435Z","0.9.11-canary.8d63eacf9":"2021-04-27T19:04:51.113Z","0.9.11-canary.ba2b11fe3":"2021-04-27T18:14:15.220Z","0.9.11-canary.d422436d1":"2021-04-27T16:51:57.006Z","0.12.4-canary.8d415c6b4":"2021-12-17T02:20:40.412Z","0.12.4-canary.9295bb0b8":"2021-12-20T17:26:57.223Z","0.12.4-canary.9ca74ee43":"2021-12-21T21:52:13.272Z","0.12.4-canary.c2fff0c6a":"2021-12-22T18:38:10.778Z","0.12.4-canary.4c042b2f9":"2021-12-22T21:17:00.626Z","0.12.4-canary.3d8109ca3":"2021-12-23T17:12:28.114Z","0.12.4-canary.3b481f572":"2022-01-04T18:21:22.623Z","0.12.4-canary.1ef134172":"2022-01-04T19:07:02.136Z","0.12.4-canary.4f3662b70":"2022-01-04T19:37:58.004Z","0.12.4-canary.be7ccb8ed":"2022-01-04T21:11:01.966Z","0.12.4-canary.7f05d22e8":"2022-01-04T23:01:56.832Z","0.12.4-canary.0b385f18c":"2022-01-05T00:07:07.282Z","0.12.5-202205224240":"2022-01-05T22:52:27.051Z","0.12.4-canary.26b197f56":"2022-01-07T19:06:14.095Z","0.12.5":"2022-01-07T19:08:35.027Z","0.12.4-canary.f873ad4d1":"2022-01-07T19:52:36.136Z","0.12.5-canary.b5084fbbf":"2022-01-10T19:57:30.949Z","0.12.5-canary.dd764b0fa":"2022-01-10T20:01:23.355Z","0.12.5-canary.044a8d7f9":"2022-01-10T21:26:37.395Z","0.12.5-canary.4ddf5566c":"2022-01-10T22:36:43.242Z","0.12.5-canary.e0f23d6f8":"2022-01-11T18:20:35.925Z","0.12.5-canary.c271d16a9":"2022-01-11T18:58:54.091Z","0.12.5-canary.d0c8bfe72":"2022-01-11T21:46:43.711Z","0.12.5-canary.3c20727d8":"2022-01-12T18:10:14.163Z","0.12.5-canary.31055413e":"2022-01-12T22:28:50.149Z","0.12.5-canary.ff2f7d4c8":"2022-01-13T00:37:51.303Z","0.12.5-canary.88d43ec00":"2022-01-13T20:34:30.235Z","0.12.5-canary.922e9ed9a":"2022-01-14T00:49:51.005Z","0.12.5-canary.1b246ae04":"2022-01-14T02:44:41.057Z","0.12.5-canary.9e0ee8f1f":"2022-01-14T20:04:50.561Z","0.12.5-canary.37c5369f1":"2022-01-14T20:09:15.146Z","0.12.5-canary.4bd3a8883":"2022-01-14T22:38:09.626Z","0.12.5-canary.4dd6abaea":"2022-01-19T00:26:10.056Z","0.12.5-canary.c5d8f6595":"2022-01-19T21:17:58.396Z","0.12.5-canary.93e6126b3":"2022-01-20T01:58:24.445Z","0.12.5-canary.17165a8a4":"2022-01-20T17:10:10.078Z","0.12.5-canary.67b6decbb":"2022-01-20T17:37:24.455Z","0.12.5-canary.827b0808d":"2022-01-21T01:18:02.990Z","0.12.5-canary.2d04af91d":"2022-01-21T20:47:45.560Z","0.12.5-canary.4983f4d5a":"2022-01-24T23:57:44.630Z","0.12.5-canary.e04b7452b":"2022-01-25T17:55:33.982Z","0.12.5-canary.e80d18d65":"2022-01-25T18:17:32.792Z","0.12.5-canary.2820674b8":"2022-01-25T18:57:53.785Z","0.12.5-canary.e28b0e413":"2022-01-26T19:20:50.576Z","0.12.5-canary.e9619685b":"2022-02-09T20:00:51.588Z","0.12.5-canary.f5ac47fb1":"2022-02-09T20:06:11.684Z","0.12.5-canary.6c8eabfc5":"2022-02-10T00:23:36.873Z","0.12.5-canary.434d87ee2":"2022-02-10T16:51:26.286Z","0.12.5-canary.3fe2c4a03":"2022-02-10T19:25:26.291Z","0.12.5-canary.eaa517069":"2022-02-10T21:13:36.602Z","0.12.5-canary.c1b9cf120":"2022-02-10T21:14:36.234Z","0.12.5-canary.50de44c2e":"2022-02-11T21:12:24.461Z","0.12.5-canary.bb8f37c3e":"2022-02-12T00:52:50.042Z","0.12.5-canary.3e9f3e253":"2022-02-12T05:59:41.922Z","0.12.5-canary.ea9895797":"2022-02-15T02:02:12.809Z","0.12.5-canary.05a6aff7e":"2022-02-15T17:28:37.967Z","0.12.5-canary.3a8d4c1d1":"2022-02-15T17:35:52.998Z","0.12.5-canary.307d019c7":"2022-02-16T18:00:06.487Z","0.12.5-canary.c8907fa74":"2022-02-18T17:17:42.736Z","0.12.5-canary.9fb82cba9":"2022-02-19T01:38:06.539Z","0.12.5-canary.13c08951a":"2022-02-22T23:36:58.836Z","0.12.5-canary.8ac8fb099":"2022-02-24T04:14:27.798Z","0.12.5-canary.091e8676f":"2022-02-24T17:25:26.243Z","0.12.5-canary.1588990b7":"2022-02-24T19:01:34.540Z","0.12.5-canary.b3e4af842":"2022-02-24T20:11:06.841Z","0.12.5-canary.2b98b28f2":"2022-02-24T22:19:46.511Z","0.12.5-canary.27ed8454d":"2022-02-28T16:56:42.425Z","0.12.5-canary.09e62431f":"2022-02-28T17:48:22.647Z","0.12.5-20222320822":"2022-03-03T22:15:07.286Z","0.12.5-canary.88841d4d2":"2022-03-09T21:32:20.920Z","0.12.5-canary.927c1afc1":"2022-03-10T20:44:28.605Z","0.12.5-canary.2d672cead":"2022-03-14T20:23:38.993Z","0.12.5-canary.ddeff8384":"2022-03-15T19:04:03.735Z","0.12.5-canary.a7f4a2eb6":"2022-03-15T19:07:34.636Z","0.12.5-canary.e987dac26":"2022-03-16T16:07:47.980Z","0.12.6-2022216223411":"2022-03-16T22:44:27.935Z","0.12.5-canary.7405e7d59":"2022-03-16T22:55:01.260Z","0.12.6":"2022-03-17T20:21:45.399Z","0.12.6-canary.911c02822":"2022-03-17T20:53:56.003Z","0.12.6-canary.69aa7b02d":"2022-03-18T16:11:06.347Z","0.12.6-canary.14ccbadd0":"2022-03-18T21:27:03.159Z","0.12.6-canary.3198d58dc":"2022-03-22T17:30:32.837Z","0.12.6-canary.3f51e1245":"2022-03-22T23:26:40.412Z","0.12.6-canary.349648917":"2022-03-22T23:37:56.861Z","0.12.7-2022222232915":"2022-03-22T23:40:06.569Z","0.12.6-canary.f8c571c01":"2022-03-24T17:01:39.183Z","0.12.6-canary.b59a56dc5":"2022-03-24T17:07:32.266Z","0.12.7":"2022-03-24T22:16:12.133Z","0.12.7-canary.7343a55c4":"2022-03-24T23:01:27.561Z","0.12.7-canary.46fe1362c":"2022-03-28T17:21:18.804Z","0.12.7-canary.1c37b5e96":"2022-03-28T18:02:05.955Z","0.12.7-canary.0001e23e2":"2022-03-31T20:11:44.340Z","0.12.7-canary.d756f4e11":"2022-03-31T20:55:15.292Z","0.12.7-canary.7a4e65cef":"2022-04-08T20:33:01.507Z","0.12.7-canary.7009181d9":"2022-04-11T16:01:14.447Z","0.12.7-canary.e5284a12a":"2022-04-11T17:35:27.929Z","0.12.7-canary.e9e5f6b3c":"2022-04-11T17:38:02.651Z","0.12.7-canary.05dc9d6a0":"2022-04-12T20:43:52.657Z","0.12.8-2022312211851":"2022-04-12T21:30:22.701Z","0.12.7-canary.82e23a51d":"2022-04-13T18:16:06.370Z","0.12.7-canary.1cf124e6e":"2022-04-13T20:10:29.863Z","0.12.7-canary.15409a7b9":"2022-04-14T16:49:03.589Z","0.12.7-canary.95c59fe6f":"2022-04-14T17:19:14.282Z","0.12.8":"2022-04-14T20:22:19.433Z","0.12.8-canary.f257b437a":"2022-04-14T20:55:00.976Z","0.12.8-canary.7b58dabdf":"2022-04-14T21:11:23.576Z","0.12.8-canary.524948356":"2022-04-15T16:59:35.605Z","0.12.8-canary.38da5d9be":"2022-04-15T19:41:40.555Z","0.12.8-canary.b53831275":"2022-04-19T13:36:08.130Z","0.12.8-canary.9417675e6":"2022-04-19T16:10:49.643Z","0.12.8-canary.aa41fd662":"2022-04-19T18:25:43.164Z","0.12.8-canary.c69c6898a":"2022-04-19T20:58:54.203Z","0.12.8-canary.44948ac91":"2022-04-20T16:46:46.938Z","0.12.8-canary.dc0e92632":"2022-04-21T19:16:17.965Z","0.12.8-canary.752776f42":"2022-04-25T18:40:57.901Z","0.12.8-canary.93f3e841e":"2022-04-25T22:41:33.259Z","0.12.8-canary.215e657ea":"2022-04-25T23:35:43.492Z","0.12.8-canary.942e59c64":"2022-04-26T18:41:10.496Z","0.12.8-canary.17db799d2":"2022-04-26T20:33:17.534Z","0.12.8-canary.34153f29a":"2022-04-27T17:26:39.494Z","0.12.8-canary.4f9e3eaac":"2022-04-27T17:53:21.471Z","0.12.8-canary.e91b0d175":"2022-04-27T19:00:10.913Z","0.12.8-canary.e76305a0f":"2022-04-27T22:14:11.030Z","0.12.8-canary.477815d4e":"2022-04-28T19:24:28.301Z","0.12.8-canary.19e31a231":"2022-04-28T19:31:49.094Z","0.12.8-canary.d8be8bf1c":"2022-04-28T21:16:03.557Z","0.12.8-canary.d881dced8":"2022-04-28T21:47:26.910Z","0.12.8-canary.69baecadd":"2022-05-02T18:18:04.845Z","0.12.8-canary.76a638b9a":"2022-05-02T19:06:29.536Z","0.12.8-canary.c096f8473":"2022-05-03T14:52:47.660Z","0.12.8-canary.b43d36b9b":"2022-05-03T19:07:29.798Z","0.12.8-canary.095f6cab1":"2022-05-03T19:13:58.972Z","0.12.8-canary.27eb87969":"2022-05-03T20:13:48.003Z","0.12.8-canary.5c92d9c90":"2022-05-03T22:03:46.992Z","0.12.8-canary.9c5c9c36d":"2022-05-04T18:14:49.270Z","0.12.8-canary.5ce067663":"2022-05-04T20:30:47.733Z","0.12.8-canary.dfab18af6":"2022-05-05T14:45:09.226Z","0.12.8-canary.c87364175":"2022-05-05T17:28:57.137Z","0.12.8-canary.6ceff4db0":"2022-05-05T17:31:06.913Z","0.12.8-canary.9c6808fea":"2022-05-05T17:32:33.027Z","0.12.8-canary.adb9aaa34":"2022-05-05T17:34:07.623Z","0.12.8-canary.1ac3c9d41":"2022-05-05T22:25:31.077Z","0.13.0-20220505222723":"2022-05-05T22:37:16.777Z","0.12.8-canary.874cdbbcc":"2022-05-06T00:49:10.481Z","0.12.8-canary.63caee2a5":"2022-05-06T16:34:13.462Z","0.12.8-canary.936591c6b":"2022-05-06T17:52:46.413Z","0.13.0-20220506182631":"2022-05-06T18:37:35.689Z","0.13.0":"2022-05-06T19:26:46.086Z","0.12.8-canary.74ac9b0a9":"2022-05-06T20:46:46.785Z","0.12.8-canary.6f1069936":"2022-05-06T22:15:08.787Z","0.13.0-canary.61f7112e0":"2022-05-06T22:26:56.149Z","0.13.0-canary.b34446b38":"2022-05-09T16:33:52.897Z","0.13.0-canary.142f03ae6":"2022-05-09T16:37:19.201Z","0.13.0-canary.07cf0f1c9":"2022-05-09T17:02:07.648Z","0.13.0-canary.7233e7904":"2022-05-09T17:33:26.157Z","0.13.0-canary.094da9eed":"2022-05-09T19:30:18.472Z","0.13.0-canary.d38eced3b":"2022-05-09T19:33:54.288Z","0.13.0-canary.e15e8952b":"2022-05-09T22:14:09.726Z","0.13.0-canary.e5a465401":"2022-05-10T17:12:05.692Z","0.13.0-canary.f43b2b467":"2022-05-10T21:02:01.999Z","0.13.0-canary.412ff6e2a":"2022-05-10T21:12:32.400Z","0.13.0-canary.8454f41b4":"2022-05-11T14:56:01.421Z","0.13.0-canary.aa44d529e":"2022-05-11T16:42:10.826Z","0.13.0-canary.c424340aa":"2022-05-11T23:00:25.245Z","0.13.0-canary.1a06d5d60":"2022-05-13T17:45:10.102Z","0.13.0-canary.259389ae5":"2022-05-19T17:38:36.257Z","0.13.0-canary.5d5d6ec86":"2022-05-20T16:52:50.000Z","0.13.0-canary.b6196d28c":"2022-05-23T18:52:27.220Z","0.13.0-canary.11d37eddc":"2022-05-23T19:25:21.144Z","0.13.0-canary.dbf623ffe":"2022-05-23T21:19:59.718Z","0.13.0-canary.af7a1820a":"2022-05-23T22:35:19.797Z","0.13.0-canary.36dbcc306":"2022-05-24T18:08:15.517Z","0.13.0-canary.4559c51b8":"2022-05-24T19:24:48.741Z","0.13.0-canary.71d521627":"2022-05-25T18:44:57.947Z","0.13.0-canary.88517b591":"2022-05-26T00:25:10.360Z","0.13.0-canary.63ac2ed28":"2022-05-26T19:41:17.482Z","0.13.0-canary.507d52e30":"2022-05-26T19:47:39.219Z","0.13.0-canary.568fd0df5":"2022-05-26T21:28:37.612Z","0.13.0-canary.9614bbdc0":"2022-05-26T23:36:14.174Z","0.13.0-canary.8d03c8a74":"2022-05-27T15:21:52.237Z","0.13.0-canary.cadc80416":"2022-05-27T17:57:03.809Z","0.13.0-canary.2fab71df1":"2022-05-27T19:54:54.549Z","0.13.0-canary.db0dd9fec":"2022-05-27T21:26:26.040Z","0.13.0-canary.19e37af09":"2022-05-31T19:25:00.370Z","0.13.0-canary.961c4296a":"2022-05-31T20:24:58.833Z","0.13.0-canary.9fddd5c20":"2022-05-31T22:39:09.575Z","0.13.0-canary.d4b52b612":"2022-06-02T17:06:17.567Z","0.13.0-canary.2cd1cc76f":"2022-06-02T17:08:21.497Z","0.13.0-canary.f84cacd70":"2022-06-02T17:46:48.434Z","0.13.0-canary.0197076b8":"2022-06-02T21:41:05.981Z","0.13.0-canary.c66d59c3d":"2022-06-03T17:34:05.311Z","0.13.0-canary.2d6a4143d":"2022-06-03T17:40:13.807Z","0.13.0-canary.497d34c84":"2022-06-06T17:00:16.832Z","0.13.0-canary.8340f84d6":"2022-06-08T17:57:53.579Z","0.13.0-canary.cec9946c7":"2022-06-08T21:14:05.628Z","0.13.0-canary.d6338f0af":"2022-06-08T23:23:36.770Z","0.13.0-canary.59cc9ce3d":"2022-06-09T17:46:27.356Z","0.13.1-20220609194004":"2022-06-09T19:59:24.644Z","0.13.0-canary.2ce5d19a2":"2022-06-09T20:02:33.317Z","0.13.0-canary.abcab980c":"2022-06-09T21:55:19.814Z","0.13.1":"2022-06-09T23:53:30.660Z","0.13.1-canary.790b08bf6":"2022-06-10T00:31:38.814Z","0.13.1-canary.ebc17e27f":"2022-06-13T18:10:31.225Z","0.13.1-canary.8f826604e":"2022-06-13T20:21:43.597Z","0.13.1-canary.b091b0228":"2022-06-14T23:18:25.254Z","0.13.1-canary.8e952e2ee":"2022-06-15T21:53:30.846Z","0.13.1-canary.578dc5836":"2022-06-16T16:32:39.870Z","0.13.1-canary.421fc3ba5":"2022-06-16T21:01:29.144Z","0.13.1-canary.efe2000fc":"2022-06-16T22:56:07.924Z","0.13.1-canary.d87d3a8b8":"2022-06-17T15:08:56.658Z","0.13.2-20220621210445":"2022-06-21T21:24:33.533Z","0.13.1-canary.e673dc808":"2022-06-21T22:23:13.140Z","0.13.1-canary.8c52a96ed":"2022-06-23T15:21:18.091Z","0.13.1-canary.bf4959b60":"2022-06-23T17:16:38.447Z","0.13.2":"2022-06-23T20:34:49.155Z","0.13.2-canary.47b34555c":"2022-06-23T23:48:45.298Z","0.13.2-canary.d3336a9cd":"2022-06-24T00:06:56.146Z","0.13.2-canary.b60cf76e1":"2022-06-24T00:09:26.658Z","0.13.2-canary.69e2ee064":"2022-06-24T17:56:33.123Z","0.13.2-canary.b12af44a5":"2022-06-27T18:18:45.501Z","0.13.2-canary.280c25605":"2022-06-27T20:49:11.393Z","0.13.2-canary.47fefc238":"2022-06-28T21:06:18.128Z","0.13.2-canary.1d3a34d7d":"2022-06-29T18:00:28.859Z","0.13.2-canary.7cad614ec":"2022-07-01T17:53:56.183Z","0.13.2-canary.5edd81fb5":"2022-07-06T18:21:14.491Z","0.13.3-20220706191717":"2022-07-06T19:44:31.132Z","0.13.2-canary.c187446a2":"2022-07-06T22:22:52.674Z","0.13.2-canary.a6dc37767":"2022-07-07T18:18:07.658Z","0.13.3-20220707184205":"2022-07-07T19:04:04.919Z","0.13.2-canary.ad773fa45":"2022-07-07T19:11:12.562Z","0.13.3-20220707195244":"2022-07-07T20:12:51.122Z","0.13.2-canary.1261d8323":"2022-07-07T20:15:44.211Z","0.13.2-canary.6a8be1337":"2022-07-07T21:35:52.841Z","0.13.3-20220707215600":"2022-07-07T22:15:21.891Z","0.13.2-canary.13550089f":"2022-07-07T22:16:42.260Z","0.13.3":"2022-07-07T22:48:39.419Z","0.13.3-canary.39f4635eb":"2022-07-07T23:37:30.229Z","0.13.3-canary.f36d627af":"2022-07-18T20:58:43.970Z","0.13.3-canary.1703bb31a":"2022-07-19T17:33:53.772Z","0.13.3-canary.691292b8d":"2022-07-19T20:24:06.287Z","0.13.3-canary.07483641c":"2022-07-19T21:58:24.292Z","0.13.3-canary.1a15c7da7":"2022-07-20T01:14:44.106Z","0.13.3-canary.e4eda86ea":"2022-07-20T20:28:58.243Z","0.13.3-canary.65838089d":"2022-07-20T23:18:08.043Z","0.13.3-canary.13a8c9f9b":"2022-07-21T16:39:31.052Z","0.13.3-canary.57b00d49f":"2022-07-22T17:55:05.623Z","0.13.3-canary.290158b10":"2022-07-25T16:49:42.956Z","0.13.3-canary.3483c7d9e":"2022-07-25T16:53:46.538Z","0.13.3-canary.826014960":"2022-07-25T17:32:36.822Z","0.13.3-canary.572e111e3":"2022-07-25T22:10:23.982Z","0.13.3-canary.f32cc8f22":"2022-07-25T22:16:01.240Z","0.13.3-canary.33d865d56":"2022-07-25T22:16:25.419Z","0.13.3-canary.34c503c35":"2022-07-26T17:06:29.019Z","0.13.3-canary.f5426a512":"2022-07-26T22:53:04.602Z","0.13.3-canary.6a17eb624":"2022-07-28T20:50:22.864Z","0.13.3-canary.82a6add13":"2022-08-02T22:05:32.956Z","0.13.3-canary.772da5aac":"2022-08-03T18:36:32.008Z","0.13.3-canary.10765511f":"2022-08-03T19:02:00.643Z","0.13.4-20220804201204":"2022-08-04T20:29:49.045Z","0.13.4":"2022-08-04T22:34:54.414Z","0.13.4-canary.a80e29cbb":"2022-08-04T23:04:26.241Z","0.13.4-canary.79df09b11":"2022-08-05T17:49:43.365Z","0.13.4-canary.ac578e98f":"2022-08-06T01:44:41.010Z","0.13.4-canary.a5d9e1083":"2022-08-12T00:39:20.044Z","0.13.4-canary.2b2079d86":"2022-08-12T22:39:10.214Z","0.13.4-canary.dc7574e0f":"2022-08-15T20:28:12.637Z","0.13.4-canary.6f4ba2525":"2022-08-15T22:12:03.576Z","0.13.4-canary.fcd4b8ac3":"2022-08-15T22:40:26.414Z","0.13.4-canary.b6c231a28":"2022-08-16T19:55:58.019Z","0.13.5-20220816211541":"2022-08-16T21:33:29.995Z","0.13.4-canary.9f1e3c667":"2022-08-17T20:06:50.383Z","0.13.5-20220817201649":"2022-08-17T20:35:22.069Z","0.13.4-canary.dcfebe8dc":"2022-08-18T18:53:28.894Z","0.13.5-20220818183912":"2022-08-18T18:58:10.319Z","0.13.5":"2022-08-18T19:58:52.730Z","0.13.5-canary.47895fe5b":"2022-08-18T20:33:56.147Z","0.13.5-canary.bea604ea3":"2022-08-19T16:08:14.623Z","0.13.5-canary.f88805e48":"2022-08-19T21:34:42.275Z","0.13.5-canary.0361bf3d7":"2022-08-22T19:48:40.714Z","0.13.5-canary.dac1e4ca0":"2022-08-22T22:06:00.067Z","0.13.5-canary.474025cc5":"2022-08-23T19:15:05.038Z","0.13.5-canary.f35533594":"2022-08-25T06:25:21.499Z","0.13.5-canary.85b23207e":"2022-08-25T17:13:08.707Z","0.13.5-canary.b993aeec4":"2022-08-26T01:37:38.176Z","0.13.5-canary.ca1b0c89b":"2022-08-29T19:45:12.421Z","0.13.6-20220831174748":"2022-08-31T18:05:46.242Z","0.13.5-canary.04dcdbb0f":"2022-08-31T18:45:32.779Z","0.13.5-canary.37a8abd19":"2022-08-31T18:48:39.753Z","0.13.6":"2022-09-02T00:29:24.551Z","0.13.6-canary.87c90a78d":"2022-09-02T17:02:02.846Z","0.13.6-canary.666c8ec1f":"2022-09-07T17:44:18.602Z","0.13.6-canary.2bdbd44f6":"2022-09-07T19:07:32.469Z","0.13.6-canary.7c0c640a4":"2022-09-07T19:48:23.450Z","0.13.6-canary.e06d9069c":"2022-09-12T20:24:47.095Z","0.13.6-canary.ba8d1dbeb":"2022-09-15T17:44:51.157Z","0.13.6-canary.5b696dece":"2022-09-15T19:55:41.365Z","0.13.6-canary.e35db6f95":"2022-09-16T20:19:12.271Z","0.13.6-canary.b3951c6e4":"2022-09-21T19:19:15.492Z","0.13.6-canary.8031cd425":"2022-09-22T16:39:32.879Z","0.13.6-canary.a4918888a":"2022-09-22T19:20:27.811Z","0.13.6-canary.c6ba6fc0f":"2022-09-26T18:13:14.983Z","0.13.6-canary.e33694638":"2022-09-28T15:52:52.303Z","0.13.6-canary.516fe9cfd":"2022-09-28T16:36:41.808Z","0.13.6-canary.ee871fc0b":"2022-09-28T18:26:50.009Z","0.13.6-canary.fdd4ab464":"2022-09-28T18:57:35.171Z","0.13.6-canary.a7255a215":"2022-09-28T19:04:07.149Z","0.13.6-canary.de32c2456":"2022-09-28T19:31:54.214Z","0.13.7-20220929164943":"2022-09-29T17:10:06.471Z","0.13.6-canary.5aa48d0ab":"2022-10-03T22:44:57.326Z","0.13.6-canary.629627fa8":"2022-10-03T22:49:42.843Z","0.13.6-canary.34ad43cc2":"2022-10-04T00:21:10.784Z","0.13.7":"2022-10-06T19:42:57.666Z","0.13.6-canary.4eb8145fb":"2022-10-06T20:19:49.928Z","0.13.6-canary.417a5d4e1":"2022-10-06T20:20:05.436Z","0.13.7-canary.9799efe9d":"2022-10-06T21:02:14.228Z","0.13.7-canary.397317b53":"2022-10-07T00:29:36.573Z","0.13.7-canary.0a112bd2a":"2022-10-07T20:02:46.121Z","0.13.7-canary.29d034072":"2022-10-07T22:32:32.626Z","0.13.7-canary.63f4eca8a":"2022-10-10T18:50:10.816Z","0.13.7-canary.1fbc4c4b7":"2022-10-10T18:52:12.318Z","0.13.8-20221010190246":"2022-10-10T19:34:19.911Z","0.13.8-20221010203322":"2022-10-10T20:55:23.036Z","0.13.7-canary.171b78b76":"2022-10-10T20:58:50.196Z","0.13.8-20221010211037":"2022-10-10T21:33:22.259Z","0.13.7-canary.03d1fabcb":"2022-10-10T23:23:14.100Z","0.13.8":"2022-10-11T18:52:19.586Z","0.13.8-canary.9d0632b3b":"2022-10-11T19:49:15.387Z","0.13.8-canary.141df0080":"2022-10-11T20:37:18.873Z","0.13.8-canary.48a127b2f":"2022-10-11T22:24:45.768Z","0.13.8-canary.5f55ed828":"2022-10-12T17:36:30.693Z","0.13.8-canary.ef5ece330":"2022-10-12T18:22:53.813Z","0.13.8-canary.8a6e9e62f":"2022-10-12T18:56:37.367Z","0.13.9-20221012194824":"2022-10-12T20:09:08.889Z","0.13.8-canary.807f06aa2":"2022-10-12T20:11:11.041Z","0.13.9":"2022-10-12T21:25:49.484Z","0.13.9-canary.7b6e99d51":"2022-10-12T22:04:30.819Z","0.13.9-canary.61769b361":"2022-10-13T19:08:11.781Z","0.13.9-canary.d922816a8":"2022-10-13T21:17:25.077Z","0.13.9-canary.eea63dc85":"2022-10-13T21:23:11.795Z","0.13.9-canary.2012b6b67":"2022-10-14T20:31:22.955Z","0.13.9-canary.012fd763c":"2022-10-17T21:02:00.186Z","0.13.9-canary.4af28c1a4":"2022-10-17T21:32:12.740Z","0.13.9-canary.3d9611e8d":"2022-10-17T22:40:56.550Z","0.13.9-canary.4679a95f7":"2022-10-18T17:08:37.931Z","0.13.9-canary.46596de09":"2022-10-18T17:12:41.364Z","0.13.9-canary.de1c717c2":"2022-10-19T02:41:46.762Z","0.13.9-canary.941ad2966":"2022-10-19T19:40:56.094Z","0.13.9-canary.8f031b44a":"2022-10-21T18:40:48.406Z","0.13.9-canary.4b9da74db":"2022-10-25T19:49:05.981Z","0.13.10-20221025194556":"2022-10-25T20:09:02.852Z","0.13.9-canary.3f1354f1f":"2022-10-25T20:32:01.659Z","0.13.9-canary.bf7cc8f69":"2022-10-27T01:22:43.740Z","0.13.10":"2022-10-27T18:12:09.109Z","0.13.10-canary.d7acc9653":"2022-10-27T19:26:08.358Z","0.13.10-canary.e2a90bf67":"2022-10-28T16:06:41.308Z","0.13.10-canary.9e9ee7ba3":"2022-11-01T21:53:19.252Z","0.13.10-canary.457fc2eeb":"2022-11-03T17:32:05.275Z","0.13.10-canary.80932363c":"2022-11-03T17:34:54.097Z","0.13.10-canary.7e0867017":"2022-11-03T17:55:09.606Z","0.13.10-canary.6efd96b78":"2022-11-04T19:11:20.981Z","0.13.10-canary.6e666dc08":"2022-11-07T21:25:19.269Z","0.13.10-canary.bec38d9f3":"2022-11-08T17:51:19.030Z","0.13.10-canary.8876b783f":"2022-11-09T18:37:41.138Z","0.13.10-canary.0c0c58f47":"2022-11-09T21:30:47.926Z","0.13.10-canary.2fdd60104":"2022-11-09T22:18:20.512Z","0.13.10-canary.e9fb4037f":"2022-11-10T22:21:28.813Z","0.13.10-canary.a9add5e44":"2022-11-15T16:46:33.194Z","0.13.10-canary.37dd6f6f4":"2022-11-18T20:02:33.859Z","0.13.10-canary.ab3f16cba":"2022-11-21T20:04:33.991Z","0.13.10-canary.fde5adf63":"2022-11-22T22:27:34.432Z","0.13.10-canary.e650f6498":"2022-11-28T21:06:43.862Z","0.13.10-canary.243e47d6f":"2022-11-29T20:34:55.363Z","0.13.10-canary.09dfc3aac":"2022-11-29T22:15:16.400Z","0.13.10-canary.1625f7a95":"2022-11-30T21:30:21.689Z","0.13.10-canary.7e237cd47":"2022-12-01T17:49:25.145Z","0.13.10-canary.c20633ed3":"2022-12-01T23:28:39.000Z","0.13.10-canary.3bd031691":"2022-12-02T18:34:41.804Z","0.13.10-canary.649e7f3b6":"2022-12-02T21:00:43.449Z","0.14.0-20221206221533":"2022-12-06T22:46:49.749Z","0.13.10-canary.734fdcd91":"2022-12-07T22:25:27.412Z","0.14.0":"2022-12-08T22:17:01.595Z","0.14.0-canary.41549bb86":"2022-12-09T17:55:25.969Z","0.14.0-canary.70e62540a":"2022-12-10T00:13:14.417Z","0.14.0-canary.37f31c57b":"2022-12-12T23:21:42.123Z","0.14.0-canary.d8af08feb":"2022-12-13T22:33:04.248Z","0.14.0-canary.9d2757a6b":"2022-12-20T20:19:00.874Z","0.14.0-canary.d4114a4f7":"2022-12-21T19:07:09.786Z","0.14.0-canary.20e5ef7fb":"2022-12-21T21:48:57.354Z","0.14.0-canary.a7622d49f":"2022-12-21T23:01:17.002Z","0.14.0-canary.06dc1364d":"2022-12-22T22:09:31.969Z","0.14.0-canary.1455bfa43":"2023-01-03T22:06:20.464Z","0.14.0-canary.cd92522a4":"2023-01-06T22:52:19.469Z","0.14.0-canary.50b8191f6":"2023-01-06T23:45:41.290Z","0.14.0-canary.a4056634a":"2023-01-10T19:24:50.392Z","0.14.0-canary.0cd40007b":"2023-01-13T18:04:48.198Z","0.14.0-canary.a67eb5d04":"2023-01-13T18:09:26.012Z","0.14.0-canary.e9bcd4c43":"2023-01-13T20:01:52.110Z","0.14.0-canary.3ee35f9ae":"2023-01-14T05:43:27.313Z","0.14.1-20230117221326":"2023-01-17T22:46:54.985Z","0.14.0-canary.49ee786f2":"2023-01-18T20:28:44.798Z","0.14.1":"2023-01-19T21:54:56.556Z","0.14.0-canary.4604b3cb7":"2023-01-24T18:20:37.306Z","0.14.0-canary.6439f1173":"2023-01-24T22:38:17.216Z","0.14.1-canary.68369740a":"2023-01-25T20:32:45.448Z","0.14.1-canary.f8ddadba9":"2023-01-26T19:12:13.461Z","0.14.1-canary.825e648b8":"2023-01-27T18:00:03.887Z","0.14.1-canary.27b5e7d70":"2023-01-31T18:29:18.822Z","0.14.1-canary.0bab0b7a7":"2023-01-31T20:36:02.678Z","0.14.2-20230131204242":"2023-01-31T21:12:55.402Z","0.14.1-canary.70c042a3a":"2023-02-01T00:45:04.541Z","0.14.2-20230201003102":"2023-02-01T01:02:39.570Z","0.14.2":"2023-02-02T22:45:47.444Z","0.14.2-canary.3323f68c8":"2023-02-03T00:28:37.675Z","0.14.3-20230203174750":"2023-02-03T18:21:50.294Z","0.14.2-canary.d071bd1ac":"2023-02-03T18:23:39.916Z","0.14.3":"2023-02-03T20:19:24.903Z","0.14.3-canary.3d605f8e7":"2023-02-03T21:56:45.658Z","0.14.3-canary.ac5cc6e1a":"2023-02-03T23:07:53.305Z","0.14.3-canary.42fa2a137":"2023-02-06T16:09:03.783Z","0.14.3-canary.fa0a7c063":"2023-02-08T22:04:49.261Z","0.14.3-canary.9874614b2":"2023-02-09T21:32:11.241Z","0.14.3-canary.ce2671a87":"2023-02-09T22:13:55.190Z","0.14.3-canary.67c5a0dc5":"2023-02-09T23:43:25.904Z","0.14.3-canary.ad4007425":"2023-02-10T06:15:36.697Z","0.14.3-canary.b5f86b1a3":"2023-02-10T14:51:56.047Z","0.14.3-canary.4b4455347":"2023-02-10T14:56:09.709Z","0.14.3-canary.f741ac162":"2023-02-10T23:30:57.757Z","0.14.3-canary.c59f537b1":"2023-02-11T01:03:59.847Z","0.14.3-canary.c36f3ab4b":"2023-02-13T18:42:27.415Z","0.14.3-canary.b5a1a6054":"2023-02-14T18:29:22.919Z","0.14.3-canary.c8a6e08b0":"2023-02-15T22:31:47.168Z","0.14.3-canary.75d4a9a2b":"2023-02-22T01:56:21.798Z","0.14.3-canary.b970dc522":"2023-02-22T23:42:01.805Z","0.14.3-canary.36558bd2e":"2023-02-23T15:45:02.002Z","0.14.3-canary.b30186ffc":"2023-02-23T19:10:25.186Z","0.5.10-canary.c34f9a5":"2019-11-12T22:37:02.527Z","0.14.3-canary.7150c7859":"2023-02-27T19:13:13.260Z","0.14.3-canary.39c9ada85":"2023-03-01T00:15:47.518Z","0.14.4-20230301000120":"2023-03-01T00:22:07.607Z","0.14.3-canary.d5d78cbcf":"2023-03-01T18:35:55.828Z","0.14.4-20230301191949":"2023-03-01T19:42:41.941Z","0.14.3-canary.e2bf2eca2":"2023-03-02T19:26:46.786Z","0.14.4":"2023-03-02T20:16:06.076Z","0.14.4-canary.722325ab2":"2023-03-02T21:50:56.090Z","0.14.4-canary.5ba524313":"2023-03-06T18:09:26.877Z","0.14.4-canary.547348ba5":"2023-03-06T22:06:04.686Z","0.14.4-canary.5099f0f60":"2023-03-07T06:40:13.287Z","0.14.4-canary.497c38ae1":"2023-03-09T07:23:22.368Z","0.14.4-canary.2e22d5bb6":"2023-03-09T16:15:42.552Z","0.14.4-canary.c4276bda1":"2023-03-10T17:32:42.009Z","0.14.4-canary.a2505bd72":"2023-03-11T01:23:10.444Z","0.14.4-canary.9a21a5729":"2023-03-14T15:43:48.747Z","0.14.4-canary.60a730e37":"2023-03-15T17:13:49.216Z","0.14.4-canary.4fbc73610":"2023-03-15T17:36:05.921Z","0.14.4-canary.a8be6ed52":"2023-03-15T17:55:36.557Z","0.14.4-canary.00737a1ab":"2023-03-16T17:36:14.328Z","0.14.4-canary.7d23aa4bd":"2023-03-16T18:54:37.891Z","0.14.4-canary.ae22c61de":"2023-03-16T22:31:07.789Z","0.14.4-canary.ce79f7fe2":"2023-03-17T03:54:58.419Z","0.14.4-canary.1635a72d1":"2023-03-17T18:34:19.376Z","0.14.4-canary.76970e51a":"2023-03-17T18:40:04.351Z","0.14.4-canary.b516abdf2":"2023-03-17T19:47:06.856Z","0.14.4-canary.6e80a678f":"2023-03-20T18:51:47.572Z","0.14.4-canary.04b3edbe8":"2023-03-20T23:13:19.038Z","0.14.4-canary.480d7d560":"2023-03-21T20:27:26.071Z","0.14.4-canary.eb0494565":"2023-03-24T00:40:52.136Z","0.14.4-canary.0e1f12cf1":"2023-03-28T06:58:51.137Z","0.14.4-canary.3435ba945":"2023-03-28T17:34:48.671Z","0.14.4-canary.464e7a5bd":"2023-03-28T23:07:33.998Z","0.14.4-canary.58bae8757":"2023-03-28T23:59:06.485Z","0.14.4-canary.a00136c39":"2023-03-29T00:03:51.549Z","0.14.4-canary.3fe759700":"2023-03-29T17:27:45.955Z","0.14.4-canary.81cb20a2f":"2023-03-29T23:17:15.059Z","0.14.4-canary.f8a2c5865":"2023-03-30T22:14:05.738Z","0.14.4-canary.a8d6499b1":"2023-03-30T23:10:13.216Z","0.14.4-canary.8c9f8c83e":"2023-03-31T16:37:55.233Z","0.14.4-canary.965396d52":"2023-03-31T19:21:13.253Z","0.14.4-canary.48a2096ae":"2023-03-31T21:18:25.342Z","0.14.4-canary.37de4d015":"2023-03-31T22:27:07.789Z","0.14.4-canary.4df00993a":"2023-04-05T00:47:17.015Z","0.14.4-canary.852ded64d":"2023-04-05T20:18:52.743Z","0.14.4-canary.f1b1c5a2a":"2023-04-06T19:56:41.094Z","0.14.4-canary.264909862":"2023-04-07T18:47:34.529Z","0.14.4-canary.fb6df8340":"2023-04-07T23:01:15.508Z","0.14.4-canary.b04f04081":"2023-04-11T00:11:28.014Z","0.14.4-canary.ea3849fff":"2023-04-11T17:12:45.601Z","0.14.4-canary.6f05b1ab5":"2023-04-11T21:22:15.172Z","0.14.4-canary.833ca9029":"2023-04-12T19:37:43.981Z","0.14.4-canary.8c44d5863":"2023-04-12T19:49:58.081Z","0.14.4-canary.b66908df6":"2023-04-12T21:56:14.699Z","0.14.4-canary.6b8e0c13d":"2023-04-13T16:56:32.072Z","0.14.4-canary.a9f0cc80d":"2023-04-13T19:16:34.994Z","0.14.4-canary.ecb4454c3":"2023-04-14T15:46:44.771Z","0.14.4-canary.1d6771eb3":"2023-04-15T00:09:02.506Z","0.14.4-canary.5e5c41225":"2023-04-17T17:12:02.996Z","0.14.4-canary.a57a2b5d4":"2023-04-17T17:30:05.117Z","0.14.4-canary.a059af0e1":"2023-04-17T20:03:16.726Z","0.14.4-canary.2d141ed9d":"2023-04-18T18:36:49.854Z","0.14.4-canary.253b998fc":"2023-04-18T18:56:53.155Z","0.14.4-canary.195e82ebb":"2023-04-18T20:34:39.075Z","0.14.4-canary.0a27d2fbf":"2023-04-18T20:42:17.908Z","0.14.4-canary.41f06beab":"2023-04-19T15:47:18.845Z","0.14.4-canary.98abcd5ed":"2023-04-19T16:56:50.374Z","0.14.4-canary.6f9d7b1db":"2023-04-19T17:48:41.589Z","0.14.4-canary.68b79e1a0":"2023-04-19T21:11:32.376Z","0.14.4-canary.0832dcac2":"2023-04-20T14:17:44.710Z","0.14.4-canary.43a1cc9c2":"2023-04-20T20:37:34.756Z","0.14.4-canary.61910bd97":"2023-04-20T20:58:41.753Z","0.14.4-canary.f5aec7bd8":"2023-04-21T01:41:50.261Z","0.14.4-canary.756db4219":"2023-04-25T15:08:20.753Z","0.14.4-canary.510c9b520":"2023-04-25T17:28:18.369Z","0.14.4-canary.3ca7e9720":"2023-04-25T18:52:25.565Z","0.14.4-canary.18ace68ae":"2023-04-25T18:59:02.134Z","0.14.4-canary.23d35765e":"2023-04-25T19:08:59.312Z","0.14.4-canary.6d4d18786":"2023-04-25T19:14:57.435Z","0.14.4-canary.623dba390":"2023-04-25T20:20:58.719Z","0.14.4-canary.a741002c3":"2023-04-25T21:11:49.955Z","0.14.4-canary.450e000aa":"2023-04-25T21:54:06.693Z","0.14.4-canary.4535cccfb":"2023-04-26T03:42:52.780Z","0.14.4-canary.466d3670a":"2023-04-26T18:16:45.418Z","0.14.4-canary.9f2ce14b3":"2023-04-26T18:32:46.814Z","0.14.4-canary.789f9186d":"2023-04-27T19:17:19.408Z","0.14.4-canary.9c317277f":"2023-04-27T19:35:44.716Z","0.14.4-canary.5a2ceb07b":"2023-04-28T18:09:37.470Z","0.14.4-canary.8051e4a99":"2023-05-01T17:53:08.082Z","0.14.4-canary.e0551fa13":"2023-05-01T19:31:02.709Z","0.14.4-canary.92e2279a2":"2023-05-01T22:51:43.341Z","0.14.4-canary.afdccd57a":"2023-05-05T22:13:33.902Z","0.14.4-canary.61586afcc":"2023-05-08T16:40:29.448Z","0.14.4-canary.6feab8975":"2023-05-08T17:18:01.165Z","0.14.4-canary.e45fea9b8":"2023-05-08T19:02:01.158Z","0.14.4-canary.e147219ee":"2023-05-08T22:40:34.330Z","0.14.4-canary.98d0b8498":"2023-05-09T19:48:17.454Z","0.14.4-canary.7bde55c2d":"2023-05-11T20:45:36.387Z","0.14.4-canary.a0bb76884":"2023-05-11T22:17:33.249Z","0.14.4-canary.9c6f97209":"2023-05-12T17:02:29.145Z","0.14.4-canary.60ff98d17":"2023-05-12T19:34:45.557Z","0.14.4-canary.71105881b":"2023-05-24T20:16:01.892Z","0.14.4-canary.4c492e04d":"2023-05-24T22:42:47.180Z","0.14.4-canary.4a86f4eb0":"2023-05-25T04:42:38.084Z","0.14.4-canary.df8604e4d":"2023-05-25T20:14:55.738Z","0.14.4-canary.e642fc7cd":"2023-05-26T19:59:29.045Z","0.14.4-canary.60e853898":"2023-05-30T17:39:33.094Z","0.14.4-canary.ce6189631":"2023-05-30T18:32:42.786Z","0.14.4-canary.3133e7619":"2023-05-30T18:35:26.649Z","0.14.4-canary.2ccc9ddb0":"2023-05-31T17:11:26.050Z","0.14.4-canary.fe7da7ec3":"2023-06-06T17:18:19.055Z","0.14.4-canary.195f52672":"2023-06-07T18:40:47.805Z","0.14.4-canary.f949ee90f":"2023-06-09T17:57:25.727Z","0.14.4-canary.713363d30":"2023-06-09T18:03:47.758Z","0.14.4-canary.e522056fc":"2023-06-12T20:05:15.075Z","0.14.4-canary.574585a20":"2023-06-13T21:26:18.658Z","0.14.4-canary.8e9aac2ef":"2023-06-14T17:56:51.825Z","0.14.4-canary.59c7b5801":"2023-06-16T21:03:27.671Z","0.14.4-canary.2e8039e5e":"2023-06-21T05:40:31.409Z","0.14.4-canary.a421d1cc0":"2023-06-21T16:59:16.880Z","0.14.4-canary.fe2ac1389":"2023-06-21T17:06:43.940Z","0.14.4-canary.85ccb2ed0":"2023-06-22T15:06:06.513Z","0.14.4-canary.d86c89f9c":"2023-06-22T18:33:48.546Z","0.14.4-canary.dd76dec20":"2023-06-22T20:16:54.257Z","0.14.4-canary.534047b4b":"2023-06-22T22:43:15.446Z","0.14.4-canary.aaf3fa396":"2023-06-26T18:34:33.320Z","0.14.4-canary.114bc6eed":"2023-06-26T22:09:11.501Z","0.14.4-canary.a6d516dad":"2023-06-28T20:52:38.123Z","0.14.4-canary.35c35fee5":"2023-06-29T13:55:40.224Z","0.14.4-canary.039f05fc5":"2023-06-29T15:08:30.420Z","0.14.4-canary.b00b54b95":"2023-06-30T14:25:18.415Z","0.14.4-canary.f2fb56fc0":"2023-06-30T18:35:30.055Z","0.14.4-canary.57f2a863f":"2023-06-30T21:59:25.875Z","0.14.4-canary.675ec3a23":"2023-07-04T14:58:33.368Z","0.14.4-canary.d41ee2f27":"2023-07-04T15:28:54.627Z","0.14.4-canary.aea4a4471":"2023-07-04T19:14:04.365Z","0.14.4-canary.6674fade1":"2023-07-05T14:47:35.845Z","0.14.4-canary.1ff891c0d":"2023-07-05T17:43:16.613Z","0.14.4-canary.4f904bf41":"2023-07-05T17:44:06.984Z","0.14.4-canary.1af178f2b":"2023-07-05T21:26:53.229Z","0.14.4-canary.c2686ed60":"2023-07-05T21:28:53.724Z","0.14.4-canary.f1c8d3806":"2023-07-05T21:33:04.841Z","0.14.4-canary.684bb4e45":"2023-07-05T23:51:16.310Z","0.14.4-canary.c29156a6e":"2023-07-06T02:16:41.618Z","1.0.0-20230706020734":"2023-07-06T02:34:04.414Z","0.14.4-canary.794441e73":"2023-07-06T18:03:13.938Z","0.14.4-canary.f3067f72d":"2023-07-06T21:43:48.948Z","0.14.4-canary.47860fe6e":"2023-07-06T22:55:06.261Z","1.0.0-20230706224113":"2023-07-06T23:05:13.209Z","1.0.0":"2023-07-07T02:49:08.617Z","1.0.0-canary.b58a617f0":"2023-07-07T03:21:38.333Z","1.0.0-canary.82d7df439":"2023-07-12T16:06:41.782Z","1.0.0-canary.fba10ad54":"2023-07-12T16:52:55.835Z","1.0.0-canary.bcb1f1ff2":"2023-07-12T17:19:53.411Z","1.0.0-canary.f06ee5237":"2023-07-12T18:34:16.652Z","1.0.0-canary.5825aaf48":"2023-07-12T19:08:05.853Z","1.0.0-canary.6b1be2a44":"2023-07-13T15:19:22.245Z","1.0.0-canary.fa160f7c7":"2023-07-17T18:22:10.111Z","1.0.0-canary.52b17b426":"2023-07-17T19:38:12.321Z","1.0.0-canary.c5518c80f":"2023-07-17T22:24:35.217Z","1.0.0-canary.cd15480e3":"2023-07-18T14:16:34.690Z","1.0.0-canary.abe69045d":"2023-07-18T17:54:57.106Z","1.0.0-canary.e91f82a20":"2023-07-18T18:25:35.828Z","1.0.0-canary.3f3f5360a":"2023-07-18T22:29:59.861Z","1.0.1-20230718222737":"2023-07-18T22:50:40.332Z","1.0.0-canary.8e15973fd":"2023-07-19T00:17:38.441Z","1.0.1-20230718235906":"2023-07-19T00:19:22.151Z","1.0.0-canary.3b4171d5a":"2023-07-20T02:56:41.396Z","1.0.1":"2023-07-20T20:47:19.857Z","1.0.1-canary.223ac18f7":"2023-07-20T22:01:39.671Z","1.0.1-canary.a5bf94c3a":"2023-07-24T17:52:39.509Z","1.0.1-canary.66cebfb6b":"2023-07-24T21:00:02.114Z","1.0.1-canary.503ca1eda":"2023-07-25T15:59:40.565Z","1.0.1-canary.146b6993a":"2023-07-31T14:21:20.230Z","1.0.1-canary.80a7f7cd1":"2023-07-31T18:45:34.205Z","1.0.1-canary.e037eeed6":"2023-08-01T16:46:11.296Z","1.0.1-canary.e201e5390":"2023-08-03T15:17:16.146Z","1.0.1-canary.b395277f3":"2023-08-04T15:22:50.788Z","1.0.1-canary.f9a232a29":"2023-08-04T17:14:17.281Z","1.0.1-canary.0038e116b":"2023-08-04T18:02:14.756Z","1.0.1-canary.c9e2b0b8c":"2023-08-07T19:19:52.651Z","1.0.1-canary.43e402fb4":"2023-08-08T15:36:17.865Z","1.0.1-canary.6c7d07923":"2023-08-08T18:58:06.693Z","1.0.1-canary.f73b24d0e":"2023-08-08T20:14:20.712Z","1.0.1-canary.040b0b450":"2023-08-10T14:56:29.225Z","1.0.1-canary.f497a400a":"2023-08-14T17:31:48.540Z","1.0.1-canary.89fb9fd17":"2023-08-14T20:02:30.678Z","1.0.1-canary.5dac8b37a":"2023-08-14T22:38:41.995Z","1.0.1-canary.d1eca5467":"2023-08-15T21:42:56.068Z","1.0.1-canary.86f148c40":"2023-08-16T16:48:29.191Z","1.0.1-canary.4ae804128":"2023-08-16T18:57:05.488Z","1.0.1-canary.9f90a07ac":"2023-08-16T21:30:25.195Z","1.0.1-canary.5ae289e5b":"2023-08-16T22:15:53.065Z","1.0.1-canary.4decdf639":"2023-08-16T23:53:28.179Z","1.0.1-canary.b0d5374c5":"2023-08-17T19:56:41.079Z","1.0.1-canary.345d19895":"2023-08-17T20:41:10.044Z","1.0.1-canary.cc77a2a19":"2023-08-17T22:03:46.929Z","1.0.1-canary.78d2738c2":"2023-08-18T18:25:54.316Z","1.0.1-canary.309f7a914":"2023-08-22T18:34:13.987Z","1.0.1-canary.b2f6084ef":"2023-08-22T21:26:47.353Z","1.0.1-canary.12221ddb4":"2023-08-24T17:52:48.129Z","1.0.1-canary.5f6304d39":"2023-08-24T20:24:01.289Z","1.0.1-canary.25cda8af6":"2023-08-25T19:51:21.796Z","1.0.1-canary.60e4a07d2":"2023-08-29T18:46:07.843Z","1.0.1-canary.1fd9d25ef":"2023-08-31T17:25:57.706Z","1.0.1-canary.2d0a9f5fd":"2023-09-01T15:41:04.046Z","1.0.1-canary.74fc4cf9c":"2023-09-05T14:40:05.714Z","1.0.1-canary.c5b9b1fb1":"2023-09-05T18:55:11.194Z","1.0.1-canary.fbd8e0e2e":"2023-09-05T20:28:35.281Z","1.0.1-canary.320e58cc5":"2023-09-06T18:28:49.796Z","1.0.1-canary.98cfcbd0c":"2023-09-08T17:30:50.606Z","1.0.1-canary.e5b96d77c":"2023-09-13T15:36:19.901Z","1.0.1-canary.2be12d7a7":"2023-09-14T12:44:16.742Z","1.0.1-canary.0ae010ef2":"2023-09-14T20:23:39.510Z","1.0.1-canary.3492066d1":"2023-09-15T18:36:24.564Z","1.0.1-canary.e30d7a652":"2023-09-21T19:45:35.284Z","1.0.1-canary.eff95304d":"2023-09-26T21:23:46.448Z","1.0.1-canary.031f19b01":"2023-09-28T12:37:51.727Z","1.0.1-canary.c95e0aab0":"2023-09-28T20:14:03.305Z","1.0.1-canary.cca47353c":"2023-09-29T16:58:29.450Z","1.0.1-canary.cbfd14cfb":"2023-10-04T14:54:17.266Z","1.0.1-canary.02e2518ca":"2023-10-10T18:38:27.540Z","1.0.1-canary.d2e4774a3":"2023-10-12T20:32:43.074Z","1.0.1-canary.8283a5556":"2023-10-13T14:39:34.942Z","1.0.1-canary.b59229836":"2023-10-13T16:38:45.940Z","1.0.1-canary.3533b32b1":"2023-10-14T00:24:29.579Z","1.0.1-canary.40b3b0f65":"2023-10-16T16:22:47.010Z","1.0.1-canary.12f25592c":"2023-10-16T19:18:08.882Z","1.0.1-canary.68927ced1":"2023-10-18T17:50:11.876Z","1.0.1-canary.698eeb67d":"2023-10-18T23:44:05.616Z","1.0.1-canary.bd073b26a":"2023-10-20T14:41:16.433Z","1.0.1-canary.f002ef36a":"2023-10-23T18:50:15.042Z","1.0.1-canary.cac91659b":"2023-10-25T19:57:22.106Z","1.0.1-canary.33a2298af":"2023-10-26T01:02:29.998Z","1.0.1-canary.6e4e475f6":"2023-10-26T21:47:50.494Z","1.0.1-canary.f27baf423":"2023-10-27T00:57:34.971Z","1.0.1-canary.12ad9f181":"2023-10-27T03:04:12.971Z","1.0.1-canary.67c5a9088":"2023-10-30T18:36:49.338Z","1.0.1-canary.f10acb360":"2023-11-01T19:58:58.200Z","1.0.1-canary.ff1a6ec2c":"2023-11-01T21:12:09.003Z","1.0.1-canary.5f496e401":"2023-11-06T22:50:55.052Z","1.0.1-canary.5c7fa8491":"2023-11-07T01:50:20.238Z","1.0.1-canary.a89e05bfc":"2023-11-09T17:12:46.201Z","1.0.1-canary.bebecdaad":"2023-11-12T15:27:26.114Z","1.0.1-canary.ebc694a33":"2023-11-14T20:43:30.090Z","1.0.1-canary.2a2e2b7ce":"2023-11-15T18:52:27.147Z","1.0.1-canary.b2163b33d":"2023-11-15T18:56:02.469Z","1.0.1-canary.b782bb270":"2023-11-16T19:30:53.618Z","1.0.1-canary.00235ba68":"2023-11-17T23:17:36.034Z","1.0.1-canary.0d29adc97":"2023-11-22T00:45:24.190Z","1.0.1-canary.a5c1a3594":"2023-11-22T19:13:31.201Z","1.0.1-canary.e9ff107ee":"2023-11-22T20:36:15.578Z","1.0.1-canary.e8ff8b898":"2023-11-27T20:40:33.252Z","1.0.1-canary.1d32137c5":"2023-11-29T19:46:55.715Z","1.0.1-canary.70e4cf6a6":"2023-11-29T21:06:29.741Z","1.0.1-canary.0ecaf6c9f":"2023-11-30T20:05:16.634Z","1.0.1-canary.ac10cc349":"2023-12-02T01:23:16.156Z","1.0.2-20231204143120":"2023-12-04T14:45:08.739Z","1.0.1-canary.8586373b4":"2023-12-05T17:13:30.263Z","1.0.2":"2023-12-05T20:47:30.324Z","1.0.2-canary.efa116b1b":"2023-12-05T21:34:58.629Z","1.0.2-canary.03ba26296":"2023-12-11T17:03:36.195Z","1.0.2-canary.7481098d4":"2023-12-11T20:51:47.092Z","1.0.2-canary.42bfb0b82":"2023-12-12T16:10:00.123Z","1.0.2-canary.15addde0b":"2023-12-12T21:47:48.283Z","1.0.2-canary.a476c4692":"2023-12-14T15:13:41.944Z","1.0.2-canary.50b2182d7":"2023-12-14T21:37:04.828Z","1.0.2-canary.2e32eebb5":"2023-12-14T21:50:46.369Z","1.0.2-canary.8b389a2f3":"2023-12-15T02:03:52.020Z","1.0.2-canary.bcf70a842":"2023-12-15T16:27:40.844Z","1.0.2-canary.5748169a2":"2023-12-15T17:09:37.475Z","1.0.2-canary.9d3896a91":"2023-12-15T19:18:16.927Z","1.0.2-canary.07a65d319":"2023-12-15T23:37:04.495Z","1.0.2-canary.ac7fee195":"2023-12-18T18:25:45.364Z","1.0.2-canary.f5882cb99":"2023-12-18T18:29:31.562Z","1.0.2-canary.4f55ae2f5":"2023-12-18T18:30:09.075Z","1.0.2-canary.f854abe5b":"2023-12-18T21:56:12.255Z","1.0.2-canary.f4788453e":"2023-12-20T17:44:49.889Z","1.0.2-canary.537d39982":"2023-12-21T15:26:18.962Z","1.0.2-canary.06f808556":"2024-01-02T18:27:28.189Z","1.0.2-canary.093e022b9":"2024-01-02T19:43:03.866Z","1.0.2-canary.97fabd4c3":"2024-01-02T20:50:27.198Z","1.0.2-canary.096542aa2":"2024-01-02T21:31:03.994Z","1.0.2-canary.16728cf3c":"2024-01-03T19:54:16.431Z","1.0.2-canary.e5fc29090":"2024-01-04T15:40:14.569Z","1.0.2-canary.7f783629e":"2024-01-04T18:49:36.358Z","1.0.2-canary.6ea51fbfa":"2024-01-06T00:07:11.842Z","1.0.2-canary.d7ace80d4":"2024-01-08T22:42:42.816Z","1.0.2-canary.991fa271c":"2024-01-10T21:41:28.455Z","1.0.2-canary.e9869c431":"2024-01-17T22:30:02.839Z","1.0.2-canary.49c7903b4":"2024-01-19T15:13:18.030Z","1.0.2-canary.4b5a82e86":"2024-01-19T19:09:24.248Z","1.0.2-canary.434f8418c":"2024-01-19T22:17:32.383Z","1.0.2-canary.9ea0e3b47":"2024-01-23T00:21:20.843Z","1.0.2-canary.046ac8a39":"2024-01-23T19:50:32.274Z","1.0.2-canary.895d0cf98":"2024-01-23T20:14:58.108Z","1.0.2-canary.e929e3fc9":"2024-01-24T23:48:18.326Z","1.0.2-canary.1e24c19e6":"2024-01-25T21:46:54.751Z","1.0.2-canary.d8f4ea272":"2024-01-26T19:55:00.946Z","1.0.2-canary.1ac794d63":"2024-01-26T23:47:53.701Z","1.0.2-canary.bf59c0aed":"2024-01-29T18:51:19.160Z","1.0.2-canary.3f8cbcd18":"2024-01-29T18:55:14.837Z","1.0.2-canary.4d88f0894":"2024-01-29T22:06:34.694Z","1.0.2-canary.dc11a2761":"2024-01-30T21:54:24.603Z","1.0.3-20240130223218":"2024-01-30T22:50:11.289Z","1.0.2-canary.2f7ad0ac4":"2024-01-31T23:50:59.842Z","1.0.3-20240131233318":"2024-01-31T23:51:13.549Z","1.0.3-20240201000521":"2024-02-01T00:23:03.790Z","1.0.3":"2024-02-01T22:06:15.425Z","1.0.3-canary.9fa0e9f5f":"2024-02-01T22:36:28.880Z","1.0.3-canary.e5a1a3454":"2024-02-27T00:24:17.392Z","1.0.3-canary.f3cec28df":"2024-02-27T14:33:58.387Z","1.0.3-canary.e60188d47":"2024-02-28T20:54:45.369Z","1.0.3-canary.245dd26e1":"2024-03-06T18:40:52.294Z","1.0.3-canary.feb5038e5":"2024-03-08T13:52:43.265Z","1.0.3-canary.2b22838aa":"2024-03-08T23:02:50.709Z","1.0.3-canary.6d487d7de":"2024-03-11T18:59:32.817Z","1.0.3-canary.ce88e71e7":"2024-03-11T19:28:45.502Z","1.0.3-canary.1eb302f5a":"2024-03-14T14:57:17.759Z","1.0.3-canary.1494c4b80":"2024-03-14T18:08:14.244Z","1.0.3-canary.0c5150106":"2024-03-20T22:41:41.714Z","1.0.3-canary.9ca1a4e4f":"2024-03-21T17:49:13.903Z","1.0.3-canary.89541ef74":"2024-03-22T20:34:16.602Z","1.0.3-canary.ed84efe50":"2024-03-23T12:31:23.677Z","1.0.3-canary.9fc463325":"2024-03-25T17:35:08.323Z","1.0.3-canary.c8a2568dd":"2024-03-26T18:43:57.317Z","1.0.4-20240326182825":"2024-03-26T18:46:21.589Z","1.0.3-canary.c6ecac8ac":"2024-03-28T17:52:41.716Z","1.0.4":"2024-03-28T20:37:05.891Z","1.0.4-canary.42fcdfe4c":"2024-03-28T21:12:51.582Z","1.0.4-canary.666dddae0":"2024-03-29T14:38:36.122Z","1.0.4-canary.6d31930b3":"2024-04-02T17:15:38.707Z","1.0.4-canary.b64b947b8":"2024-04-03T19:58:50.792Z","1.0.4-vertex-preview.8b70fc586":"2024-04-04T21:31:27.915Z","1.0.4-vertexai-preview.597bf4fbd":"2024-04-04T22:34:42.185Z","1.0.4-vertexai-preview.cdcc49eb9":"2024-04-04T23:11:08.603Z","1.0.4-canary.fe09d8338":"2024-04-08T17:54:07.030Z","1.0.4-vertexai-preview.f25ccbbaf":"2024-04-08T21:11:36.772Z","1.0.4-canary.f1a57d00d":"2024-04-08T22:55:48.509Z","1.0.4-canary.9297ef398":"2024-04-09T17:47:38.085Z","1.0.4-canary.a6fa54417":"2024-04-09T19:15:52.985Z","1.0.4-canary.0068ed5ab":"2024-04-09T22:01:55.637Z","1.0.4-canary.36b261c65":"2024-04-10T16:29:04.372Z","1.0.4-canary.6393c9592":"2024-04-10T19:50:28.975Z","1.0.4-vertexai-preview.3d11ecc97":"2024-04-10T20:27:37.311Z","1.0.4-canary.13ddddf52":"2024-04-10T21:30:33.925Z","1.0.4-canary.ad8d5470d":"2024-04-10T21:50:08.722Z","1.0.4-canary.826b57130":"2024-04-11T14:56:13.404Z","1.0.4-canary.db1ad5a82":"2024-04-11T16:06:13.414Z","1.0.4-canary.bd12e83cd":"2024-04-11T18:14:31.032Z","1.0.4-canary.4a8faddbf":"2024-04-11T19:29:39.504Z","1.0.4-canary.7db2e04c6":"2024-04-11T21:10:38.943Z","1.0.4-canary.c9a9babce":"2024-04-12T21:39:32.742Z","1.0.4-canary.be59b952a":"2024-04-12T21:44:27.721Z","1.0.4-canary.ef3039ba8":"2024-04-14T16:17:39.762Z","1.0.4-canary.aa412d3b4":"2024-04-15T16:10:29.876Z","1.0.4-canary.55435c9f3":"2024-04-15T14:30:17.193Z","1.0.4-canary.07b2dc7df":"2024-04-15T20:05:00.895Z","1.0.4-canary.4be78a3d2":"2024-04-15T20:16:05.478Z","1.0.4-canary.d1eae3a10":"2024-04-17T16:09:37.674Z","1.0.4-canary.337638470":"2024-04-17T20:04:55.518Z","1.0.4-canary.55fef6d62":"2024-04-18T14:09:54.918Z","1.0.4-canary.399ae5ab9":"2024-04-18T16:03:25.138Z","1.0.4-canary.84f9ff008":"2024-04-18T16:46:04.321Z","1.0.4-canary.224419457":"2024-04-18T18:12:04.856Z","1.0.4-canary.44a66b91d":"2024-04-18T21:57:00.182Z","1.0.4-canary.6333607fe":"2024-04-18T22:35:07.375Z","1.0.4-canary.71ab2f536":"2024-04-19T17:07:55.972Z","1.0.4-canary.02b4ea928":"2024-04-19T23:32:35.068Z","1.0.4-canary.b74d8a211":"2024-04-20T12:38:57.747Z","1.0.4-canary.03069bbf3":"2024-04-22T14:32:04.195Z","1.0.4-canary.62a20ff98":"2024-04-22T22:03:53.527Z","1.0.4-vertexai-preview.1aadc47ed":"2024-04-22T23:25:01.159Z","1.0.4-canary.36b283f3f":"2024-04-23T19:13:21.604Z","1.0.4-canary.e1a7764cf":"2024-04-24T13:44:53.797Z","1.0.4-canary.7709f1016":"2024-04-25T16:03:16.511Z","1.0.4-canary.4b49630c7":"2024-05-01T19:58:32.306Z","1.0.4-canary.14f9da66f":"2024-05-02T19:19:39.017Z","1.0.4-canary.f25b9e53e":"2024-05-02T23:29:55.428Z","1.0.4-canary.f631553c3":"2024-05-06T18:06:40.464Z","1.0.4-canary.e80b80738":"2024-05-08T02:21:54.055Z","1.0.4-dataconnect-preview.b8e015c81":"2024-05-08T18:12:56.986Z","1.0.4-dataconnect-preview.f2a1a4bfb":"2024-05-08T18:48:46.607Z","1.0.4-dataconnect-preview.4f89ef789":"2024-05-08T19:46:04.929Z","1.0.4-dataconnect-preview.f2ddc3d7b":"2024-05-08T20:27:17.124Z","1.0.4-canary.506b8a6ab":"2024-05-08T21:47:26.283Z","1.0.4-dataconnect-preview.42eb5e521":"2024-05-08T21:53:40.879Z","1.0.4-canary.ab883d016":"2024-05-09T16:16:12.777Z","1.0.5-20240509155850":"2024-05-09T16:16:40.794Z","1.0.4-dataconnect-preview.323fdc1b8":"2024-05-09T17:33:29.070Z","1.0.4-dataconnect-preview.81ee5169c":"2024-05-09T20:29:57.692Z","1.0.5":"2024-05-13T16:12:53.848Z","1.0.5-canary.8fb372afb":"2024-05-13T16:51:42.717Z","1.0.5-dataconnect-preview.877f8b7d0":"2024-05-13T18:10:02.601Z","1.0.5-dataconnect-preview.388b61c7e":"2024-05-13T19:14:50.140Z","1.0.5-canary.9cbb1845e":"2024-05-14T13:46:35.645Z","1.0.5-canary.2ce95696f":"2024-05-14T18:18:19.975Z","1.0.5-canary.f66769cca":"2024-05-15T18:31:16.176Z","1.0.5-canary.43a8d99d2":"2024-05-16T17:46:47.520Z","1.0.4-passkey-preview.103ead202":"2024-05-20T16:57:47.021Z","1.0.5-canary.7381f21a3":"2024-05-20T21:37:57.239Z","1.0.5-canary.3883133c3":"2024-05-21T21:20:07.308Z","1.0.5-canary.aa060a7f6":"2024-05-22T21:19:27.685Z","1.0.5-canary.370b6c8b7":"2024-05-23T14:22:53.388Z","1.0.5-canary.0af23e02e":"2024-05-23T17:32:32.377Z","1.0.5-canary.52d626655":"2024-05-23T18:07:21.621Z","1.0.5-canary.4f157b486":"2024-05-23T21:34:16.730Z","1.0.5-canary.08a3a936c":"2024-05-27T17:57:51.174Z","1.0.5-canary.7c256b420":"2024-05-29T21:18:40.997Z","1.0.5-canary.5e16ccfb3":"2024-05-30T14:33:42.510Z","1.0.5-canary.872e6f63e":"2024-05-31T19:01:31.946Z","1.0.5-canary.3df57edf0":"2024-05-31T19:02:25.332Z","1.0.5-canary.92a39b5ba":"2024-06-04T21:45:26.023Z","1.0.5-canary.436331ac4":"2024-06-04T21:57:30.286Z","1.0.5-canary.a90255a27":"2024-06-05T21:15:49.486Z","1.0.5-canary.576c1b1f7":"2024-06-18T23:11:16.135Z","1.0.5-canary.ca4139101":"2024-06-20T20:10:19.017Z","1.0.5-canary.8360014ac":"2024-06-21T21:21:11.517Z","1.0.5-canary.b09a267ba":"2024-06-24T20:54:11.112Z","1.0.5-eap-firestore-backfiller.87babf60c":"2024-06-25T14:27:30.559Z","1.0.5-canary.e7260e23d":"2024-06-25T14:41:12.328Z","1.0.5-canary.226fe8aa5":"2024-06-27T19:50:11.325Z","1.0.5-canary.ecadbe380":"2024-06-28T19:27:45.553Z","1.0.5-canary.192561b15":"2024-06-28T19:57:31.639Z","1.0.5-canary.ed1c99379":"2024-06-28T19:58:58.583Z","1.0.5-canary.5c75bec14":"2024-07-01T18:17:53.847Z","1.0.5-canary.f01806221":"2024-07-01T22:30:10.582Z","1.0.6-20240702143745":"2024-07-02T14:52:18.634Z","1.0.5-canary.c60aac1de":"2024-07-02T16:42:08.316Z","1.0.5-canary.766a53ea9":"2024-07-02T19:46:29.225Z","1.0.6-20240703135951":"2024-07-03T14:14:17.802Z","1.0.6":"2024-07-03T18:04:26.107Z","1.0.6-canary.52f8deb1d":"2024-07-03T18:34:17.045Z","1.0.6-canary.9cd3c1eca":"2024-07-10T17:48:37.420Z","1.0.6-canary.84fe88079":"2024-07-10T21:01:29.227Z","1.0.6-canary.4b4db85ff":"2024-07-15T17:40:34.913Z","1.0.6-canary.f58d48cd4":"2024-07-16T15:12:59.058Z","1.0.6-canary.fd8bd4b02":"2024-07-16T20:22:34.977Z","1.0.6-canary.025f2a103":"2024-07-18T21:10:21.116Z","1.0.6-canary.1b9d95e5a":"2024-07-19T00:11:57.480Z","1.0.6-canary.14b772077":"2024-07-19T01:19:39.724Z","1.0.6-canary.46da0930c":"2024-07-24T15:09:47.683Z","1.0.6-canary.b9244a517":"2024-07-24T16:52:10.652Z","1.0.6-canary.62661245f":"2024-07-25T18:03:36.175Z","1.0.6-canary.e542f1dbd":"2024-07-25T19:51:21.946Z","1.0.6-canary.a9f844066":"2024-07-26T18:55:46.963Z","1.0.6-canary.b284467c1":"2024-07-26T19:14:36.164Z","1.0.6-canary.3f2c12a07":"2024-07-26T20:53:14.037Z","1.0.6-canary.6bb2e8931":"2024-07-30T15:49:35.805Z","1.0.6-canary.aef54687d":"2024-07-30T20:38:29.333Z","1.0.7-20240730204232":"2024-07-30T20:56:12.284Z","1.0.6-canary.6c3acf575":"2024-07-30T21:08:51.110Z","1.0.6-canary.23581c6d9":"2024-07-30T21:09:40.628Z","1.0.6-dataconnect-preview.d986d4bf2":"2024-07-31T23:28:17.588Z","1.0.7":"2024-08-01T21:48:52.940Z","1.0.7-canary.b4c5ef3c3":"2024-08-01T22:45:04.719Z","1.0.7-canary.2ddbd4e49":"2024-08-06T20:34:15.913Z","1.0.7-canary.08bb87b9f":"2024-08-06T22:00:40.695Z","1.0.7-canary.16015723b":"2024-08-08T22:01:30.119Z","1.0.7-canary.e6b852562":"2024-08-12T13:55:13.378Z","1.0.7-canary.cfca9c66a":"2024-08-13T14:40:44.151Z","1.0.7-canary.6b0ca77b2":"2024-08-14T18:42:25.617Z","1.0.7-canary.6d6ce8100":"2024-08-14T18:42:58.888Z","1.0.7-canary.f7c6dc4fe":"2024-08-15T14:58:24.688Z","1.0.7-canary.05c34c91e":"2024-08-19T21:40:27.771Z","1.0.7-canary.2ee2a90ae":"2024-08-19T22:27:47.806Z","1.0.7-canary.62348e116":"2024-08-20T13:55:16.543Z","1.0.7-canary.1ff9661af":"2024-08-20T14:54:37.336Z","1.0.7-canary.12ba46ff4":"2024-08-20T18:10:12.578Z","1.0.7-canary.8a96f4f11":"2024-08-20T18:39:52.935Z","1.0.7-canary.fa0ed08fb":"2024-08-21T17:07:40.333Z","1.0.7-canary.4c2c78b1f":"2024-08-22T14:34:40.801Z","1.0.7-canary.c6a885181":"2024-08-22T14:36:19.394Z","1.0.7-canary.5594ebc9f":"2024-08-23T14:58:31.436Z","1.0.7-canary.4ff947408":"2024-08-23T20:22:52.339Z","1.0.7-canary.15c36cc7a":"2024-08-29T15:35:55.334Z","1.0.7-canary.3670ab83c":"2024-09-06T15:40:06.947Z","1.0.7-canary.ca4dbcf3f":"2024-09-10T14:23:07.128Z","1.0.7-canary.16d62d4fa":"2024-09-11T00:58:23.934Z","1.0.7-canary.629919ea7":"2024-09-12T18:12:09.062Z","1.0.8-20240916151535":"2024-09-16T15:29:28.992Z","1.0.7-canary.ff0475c41":"2024-09-18T16:18:34.235Z","1.0.8":"2024-09-18T19:05:09.364Z","1.0.8-canary.2561b6306":"2024-09-18T20:07:22.014Z","1.0.8-canary.47b091324":"2024-09-20T19:47:23.238Z","1.0.8-canary.beaa4dffb":"2024-09-24T08:51:33.555Z","1.0.8-vertexai-preview.36cb0178c":"2024-09-25T18:38:58.173Z","1.0.8-vertexai-preview.6b035b7d3":"2024-09-27T21:18:54.210Z","1.0.8-canary.d59563ac7":"2024-09-30T23:02:33.507Z","1.0.8-canary.d6fa58854":"2024-09-30T23:23:20.446Z","1.0.8-canary.1ca18c459":"2024-10-02T16:31:08.027Z","1.0.8-canary.5f3ef9d26":"2024-10-02T16:31:59.776Z","1.0.8-canary.f3b8e4ce3":"2024-10-02T17:00:28.793Z","1.0.8-canary.aa6db78eb":"2024-10-02T20:11:29.420Z","1.0.8-canary.1c8dbee46":"2024-10-08T15:32:20.698Z","1.0.8-canary.64db19264":"2024-10-10T14:55:57.799Z","1.0.8-canary.813b9fad6":"2024-10-14T23:48:53.759Z","1.0.8-canary.a2146910c":"2024-10-15T15:14:56.039Z","1.0.8-canary.2e2804139":"2024-10-15T18:37:15.327Z","1.0.8-canary.cf988b0b1":"2024-10-15T22:07:24.963Z","1.0.8-canary.8fb044e8d":"2024-10-16T21:03:39.516Z","1.0.8-canary.b942e9e6e":"2024-10-16T23:50:47.475Z","1.0.8-canary.e4163a1fc":"2024-10-17T17:39:52.253Z","1.0.8-canary.479226bf3":"2024-10-17T21:24:15.056Z","1.0.9-20241017211210":"2024-10-17T21:27:02.796Z","1.0.9":"2024-10-21T18:20:32.557Z","1.0.9-canary.a97ac88db":"2024-10-21T18:53:44.438Z","1.0.9-canary.0f5a9aad0":"2024-10-22T18:08:30.055Z","1.0.9-canary.a75082f06":"2024-10-22T19:22:06.385Z","1.0.9-canary.fe447151b":"2024-10-23T14:39:55.361Z","1.0.9-canary.1f1ba3fee":"2024-10-23T17:16:24.643Z","1.0.9-canary.052e438bc":"2024-10-23T18:01:59.881Z","1.0.9-canary.4db3d3e7b":"2024-10-23T21:30:10.927Z","1.0.9-canary.e577a408c":"2024-10-25T12:41:03.514Z","1.0.9-canary.612335d76":"2024-10-25T18:47:36.761Z","1.0.9-canary.b80711925":"2024-10-25T19:32:05.098Z","1.0.9-canary.d4cb3f870":"2024-10-28T18:47:06.731Z","1.0.9-canary.0f5714ba5":"2024-10-30T16:20:56.717Z","1.0.9-canary.caf309007":"2024-10-30T19:27:17.362Z","1.0.9-canary.274e9a56e":"2024-11-05T22:40:41.122Z","1.0.9-canary.e3e207845":"2024-11-06T15:12:54.997Z","1.0.10-20241112154924":"2024-11-12T16:03:21.442Z","1.0.10":"2024-11-14T15:25:06.719Z","1.0.10-canary.ffbf5a60a":"2024-11-21T21:24:28.378Z","1.0.10-canary.1294e64c8":"2024-12-04T17:41:41.974Z","1.0.10-canary.c540ba9ee":"2024-12-04T17:53:04.462Z","1.0.10-canary.f05509e8c":"2024-12-04T18:03:59.921Z","1.0.10-canary.cb4309f13":"2024-12-04T19:51:04.701Z","1.0.10-canary.1e8edb705":"2024-12-06T18:35:55.691Z","1.0.10-canary.cbec4b985":"2024-12-10T16:36:21.462Z","1.0.10-canary.76c3641dc":"2024-12-11T20:48:49.089Z","1.0.10-canary.8a83d287b":"2024-12-12T14:50:27.235Z","1.0.10-canary.46c91bc3b":"2024-12-12T18:27:21.701Z","1.0.10-canary.32bf02111":"2024-12-17T16:27:42.299Z","1.0.10-canary.ddc3192b5":"2025-01-07T18:09:40.221Z","1.0.10-canary.f3a8df72a":"2025-01-07T20:54:04.603Z","1.0.10-canary.7bf2aec63":"2025-01-08T10:12:01.322Z","1.0.10-canary.25a6204c1":"2025-01-08T16:35:49.099Z","1.0.10-canary.645487bc4":"2025-01-08T18:26:56.901Z","1.0.10-canary.a13305330":"2025-01-09T18:03:48.045Z","1.0.10-canary.c19a051ce":"2025-01-09T18:32:04.195Z","1.0.10-canary.a0e0a1c2c":"2025-01-09T19:55:15.748Z","1.0.10-canary.d16a4874b":"2025-01-10T00:41:31.703Z","1.0.10-canary.0755a723d":"2025-01-10T21:09:39.999Z","1.0.11-20250114135622":"2025-01-14T14:08:42.728Z","1.0.10-canary.6a8263446":"2025-01-14T23:13:10.109Z","1.0.10-canary.21164c201":"2025-01-14T23:35:21.325Z","1.0.10-canary.0b318a9b8":"2025-01-15T00:02:03.483Z","1.0.11":"2025-01-16T13:52:28.786Z","1.0.11-canary.144bc3709":"2025-01-16T14:19:11.277Z","1.0.11-canary.3aefcc3e1":"2025-01-16T20:10:44.697Z","1.0.11-canary.97d48c765":"2025-01-21T15:54:44.310Z","1.0.11-canary.2af68a5f7":"2025-01-21T19:55:55.239Z","1.0.11-canary.3c1559b7e":"2025-01-21T20:11:11.290Z","1.0.11-canary.2ec1c7682":"2025-01-22T15:46:27.754Z","1.0.11-canary.d8aabaf9e":"2025-01-23T19:11:35.082Z","1.0.11-canary.24a90eeb0":"2025-01-23T19:56:56.914Z","1.0.11-canary.190cd6217":"2025-01-23T20:52:55.633Z","1.0.11-canary.d75102f84":"2025-01-23T20:58:43.835Z","1.0.11-canary.105d248bd":"2025-01-23T23:12:44.676Z","1.0.11-canary.178ad99b9":"2025-01-24T16:02:26.502Z","1.0.11-canary.59ae45e48":"2025-01-24T20:27:46.732Z","1.0.11-canary.99766e0b8":"2025-01-27T21:05:45.204Z","1.0.11-canary.dafae52af":"2025-01-27T23:55:13.592Z","1.0.11-canary.01f36ea41":"2025-01-29T00:15:33.484Z","1.0.11-canary.28eaaf4ba":"2025-01-30T19:51:46.734Z","1.0.11-canary.82373b372":"2025-01-30T20:38:51.799Z","1.0.11-canary.d1c6e311d":"2025-02-03T22:47:19.369Z","1.0.11-canary.2f92a7402":"2025-02-04T21:43:40.104Z","1.0.11-canary.9d88e3a85":"2025-02-04T22:29:47.002Z","1.0.11-canary.721e5a7e9":"2025-02-05T17:09:23.688Z","1.0.11-canary.313faf66b":"2025-02-05T18:16:14.169Z","1.0.12-20250205191324":"2025-02-05T19:21:53.837Z","1.0.12-20250205220033":"2025-02-05T22:09:40.778Z","1.0.11-canary.5250e8006":"2025-02-05T22:10:12.216Z","1.0.12":"2025-02-06T20:25:38.132Z","1.0.12-canary.4e6a5c670":"2025-02-06T20:41:14.511Z","1.0.12-canary.deb917b5f":"2025-02-10T20:09:16.131Z","1.0.12-canary.45d427494":"2025-02-10T20:15:08.187Z","1.0.12-canary.4d2fc6e82":"2025-02-11T18:56:43.278Z","1.0.12-canary.3418ef807":"2025-02-11T19:48:13.667Z","1.0.12-canary.69c33266d":"2025-02-11T22:00:06.074Z","1.0.12-canary.b3e68ca41":"2025-02-11T22:00:54.961Z","1.0.12-canary.70e08cf95":"2025-02-11T22:09:21.824Z","1.0.12-canary.c791ecf3a":"2025-02-11T22:11:19.769Z","1.0.12-canary.6a28a72eb":"2025-02-12T16:31:02.436Z","1.0.12-canary.c8e5b3e77":"2025-02-12T17:55:11.883Z","1.0.12-canary.554c7bdc1":"2025-02-12T17:55:47.346Z","1.0.12-canary.b92592d98":"2025-02-13T18:58:33.021Z","1.0.13-20250214170153":"2025-02-14T17:10:05.590Z","1.0.12-canary.884cbd7d8":"2025-02-18T18:42:29.807Z","1.0.12-canary.f68148253":"2025-02-19T16:45:25.304Z","1.0.12-canary.84dfeca39":"2025-02-19T16:53:51.607Z","1.0.12-canary.604133f8d":"2025-02-19T21:48:35.408Z","1.0.12-canary.c3266f8d7":"2025-02-20T18:58:26.176Z","1.0.12-canary.ce2c77511":"2025-02-21T00:25:39.500Z","1.0.12-canary.9d8266593":"2025-02-24T17:42:48.004Z","1.0.12-canary.1daf8b47b":"2025-02-24T18:10:31.097Z","1.0.12-canary.dcfb3da2e":"2025-02-24T19:20:14.160Z","1.0.13-20250226000544":"2025-02-26T00:13:37.942Z","1.0.12-canary.117279e27":"2025-02-26T13:42:39.550Z","1.0.12-canary.2d74e5bfb":"2025-02-26T15:37:48.543Z","1.0.12-canary.777f465ff":"2025-02-26T16:03:33.080Z","1.0.13-20250226175635":"2025-02-26T18:06:13.556Z","1.0.12-canary.113c965a3":"2025-02-27T18:23:53.278Z","1.0.13":"2025-02-27T20:42:52.047Z","1.0.13-canary.a24a76aa2":"2025-02-27T21:17:32.065Z","1.0.13-canary.43d6b6735":"2025-03-03T19:30:43.347Z","1.0.13-canary.7ae48246b":"2025-03-03T23:34:52.480Z","1.0.13-canary.058afa280":"2025-03-04T16:40:12.846Z","1.0.13-canary.42cea4810":"2025-03-05T16:09:12.777Z","1.0.13-canary.25985ac3c":"2025-03-06T15:18:52.325Z","1.0.13-canary.33acc6e3c":"2025-03-06T15:19:30.564Z","1.0.13-canary.561117597":"2025-03-06T19:15:24.726Z","1.0.13-canary.51465ce87":"2025-03-06T20:28:13.379Z","1.0.13-canary.feb2c9dfa":"2025-03-10T17:52:26.557Z","1.0.13-canary.a512bc655":"2025-03-17T21:05:19.257Z","1.0.13-canary.95b4fc69d":"2025-03-17T23:16:50.740Z","1.0.14-20250318131644":"2025-03-18T13:24:45.212Z","1.0.14-20250318143520":"2025-03-18T14:43:19.226Z","1.0.13-canary.cf3c8fb2a":"2025-03-18T14:45:25.858Z","1.0.14-20250318151245":"2025-03-18T15:20:56.912Z","1.0.13-canary.e8865f241":"2025-03-18T15:52:14.542Z","1.0.14-20250318174027":"2025-03-18T17:48:24.772Z","1.0.14":"2025-03-20T14:10:57.735Z","1.0.14-canary.202c7328f":"2025-03-20T14:53:16.763Z","1.0.14-canary.faaeb48e0":"2025-03-20T19:24:38.755Z","1.0.14-canary.14d97210c":"2025-03-20T22:09:07.743Z","1.0.14-canary.571883817":"2025-03-20T22:25:56.242Z","1.0.14-canary.edb40010b":"2025-03-21T22:16:28.670Z","1.0.14-canary.648de84b0":"2025-03-25T14:57:27.585Z","1.0.14-canary.ab8eb26ce":"2025-03-25T17:08:56.106Z","1.0.14-canary.dcc62c031":"2025-03-25T19:18:09.127Z","1.0.14-canary.670eba607":"2025-03-27T20:34:18.029Z","1.0.14-canary.fb5d42275":"2025-03-27T22:06:11.009Z","1.0.14-canary.195d94310":"2025-03-28T14:59:15.983Z","1.0.14-canary.61f0102ac":"2025-03-28T16:36:32.091Z","1.0.14-canary.c8cbfff16":"2025-03-29T00:55:16.514Z","1.0.14-canary.933ba9d3c":"2025-03-31T20:09:41.068Z","1.0.14-canary.88a805580":"2025-04-01T20:19:49.004Z","1.0.14-canary.1df3d26fb":"2025-04-04T19:08:01.079Z","1.0.14-canary.66a09f247":"2025-04-08T17:29:08.004Z","1.0.14-canary.b3328250d":"2025-04-09T14:38:21.864Z","1.0.14-canary.4e0f630e7":"2025-04-09T18:31:49.823Z","1.0.14-eap-vertexai-hybridinference.dcc62c031":"2025-04-09T19:04:20.605Z","1.0.14-canary.ed0803a29":"2025-04-11T15:28:36.675Z","1.0.14-canary.e055e9057":"2025-04-14T17:04:05.112Z","1.0.14-canary.8bb66c28b":"2025-04-15T16:23:48.537Z","1.0.14-canary.0cbff6bc7":"2025-04-15T16:24:29.471Z","1.0.14-canary.1363ecc53":"2025-04-16T04:48:32.829Z","1.0.14-eap-vertexai-hybridinference.3d7df8b90":"2025-04-21T17:24:56.567Z","1.0.14-eap-vertexai-hybridinference.43a69d5da":"2025-04-22T16:05:04.721Z","1.0.14-eap-vertexai-hybridinference.5fa83b371":"2025-04-22T21:40:38.476Z","1.0.14-eap-vertexai-hybridinference.e83974308":"2025-04-23T01:39:47.522Z","1.0.14-canary.20b45d3ab":"2025-04-23T18:14:23.424Z","1.0.14-eap-vertexai-hybgoog.abf0491ae":"2025-04-23T19:27:40.040Z","1.0.14-ssl-check.4f23f3343":"2025-04-23T21:16:08.509Z","1.0.14-canary.9952dbc2d":"2025-04-24T16:13:57.441Z","1.0.14-auth-redirect-credentials.82faa0828":"2025-04-25T18:11:52.951Z","1.0.14-auth-redirect-credentials.b424e5897":"2025-04-25T20:46:29.914Z","1.0.14-eap-vertexai-hybgoog.dc3794a2b":"2025-04-28T18:55:30.814Z","1.0.14-canary.0e2558a96":"2025-04-28T20:25:44.425Z","1.0.14-canary.dd6a8f076":"2025-04-29T13:43:37.478Z","1.0.14-canary.ea1f9139e":"2025-04-29T18:36:00.763Z","1.0.14-firebase-studio-sdk-integration.1adc0ae1f":"2025-04-29T22:55:22.063Z","1.0.14-eap-vertexai-hybgoog.31261ca31":"2025-04-29T23:00:49.165Z","1.0.14-firebase-studio-sdk-integration.226be0bb1":"2025-04-29T23:35:37.305Z","1.0.14-canary.0e1276649":"2025-04-30T19:31:30.656Z","1.0.14-firebase-studio-sdk-integration.9de25069c":"2025-04-30T22:12:24.973Z","1.0.14-canary.080a90dcc":"2025-05-01T02:01:31.208Z","1.0.15-20250505162014":"2025-05-05T16:29:48.785Z","1.0.14-canary.6a02778e3":"2025-05-05T20:21:19.990Z","1.0.14-firebase-studio-sdk-integration.bffdabd70":"2025-05-05T23:10:50.072Z","1.0.14-firebase-studio-sdk-integration.927daddb8":"2025-05-06T00:04:56.811Z","1.0.14-firebase-studio-sdk-integration.fe1264c00":"2025-05-06T22:26:30.254Z","1.0.15-20250507150015":"2025-05-07T15:10:20.061Z","1.0.14-canary.3789b5ad1":"2025-05-07T15:10:35.956Z","1.0.15-20250507151459":"2025-05-07T15:25:15.223Z","1.0.15":"2025-05-07T17:44:10.156Z","1.0.15-canary.d5428f3d2":"2025-05-07T18:25:57.417Z","1.0.15-canary.51e7b489d":"2025-05-07T23:03:05.422Z","1.0.15-canary.f8334eade":"2025-05-07T23:45:58.880Z","1.0.15-canary.050c1b6a0":"2025-05-08T17:27:12.640Z","1.0.15-canary.e99683b17":"2025-05-08T17:51:41.921Z","1.0.15-canary.88584fdeb":"2025-05-08T18:21:37.375Z","1.0.14-firebase-studio-sdk-integration.a528caf5f":"2025-05-09T17:23:39.995Z","1.0.15-canary.8a03143b9":"2025-05-09T20:57:40.218Z","1.0.15-canary.6be75f74d":"2025-05-12T16:54:07.692Z","1.0.14-firebase-studio-sdk-integration.dbac496fa":"2025-05-12T18:10:03.362Z","1.0.15-canary.d5082f9f2":"2025-05-12T19:55:45.039Z","1.0.14-firebase-studio-sdk-integration.0615f555a":"2025-05-12T21:01:42.677Z","1.0.15-canary.72852e12d":"2025-05-12T21:02:17.568Z","1.0.15-canary.39505cc72":"2025-05-12T21:06:43.367Z","1.0.16-20250512211235":"2025-05-12T21:22:39.589Z","1.0.15-eap-ai-hybridinference.c16cbf1a3":"2025-05-13T20:26:26.224Z","1.0.15-canary.f92069a21":"2025-05-13T21:08:27.634Z","1.0.16-20250513210731":"2025-05-13T21:17:12.465Z","1.0.16-20250513212531":"2025-05-13T21:35:22.649Z","1.0.15-canary.799de5997":"2025-05-13T21:36:46.246Z","1.0.14-firebase-studio-sdk-integration.12759bc2e":"2025-05-13T22:32:38.666Z","1.0.16":"2025-05-14T19:20:39.241Z","1.0.16-firebase-studio-sdk-integration.dd7924e1b":"2025-05-14T21:48:25.090Z","1.0.17-20250514221114":"2025-05-14T22:20:59.570Z","1.0.17":"2025-05-14T23:10:54.105Z","1.0.17-canary.3d9291f47":"2025-05-15T17:23:10.045Z","1.0.17-canary.880110bba":"2025-05-15T17:25:40.635Z","1.0.18-20250515171652":"2025-05-15T17:26:50.900Z","1.0.18":"2025-05-20T15:48:11.727Z","1.0.18-canary.2fe754727":"2025-05-20T16:35:07.715Z","1.0.19-20250520183425":"2025-05-20T18:42:38.299Z","1.0.18-canary.35ad52663":"2025-05-20T18:44:32.344Z","1.0.18-firebase-studio-sdk-integration.33b86206f":"2025-05-21T23:00:22.185Z","1.0.19-20250521232236":"2025-05-21T23:30:59.215Z","1.0.18-canary.b5df4ae71":"2025-05-21T23:32:42.991Z","1.0.19":"2025-05-22T00:14:32.333Z","1.0.19-canary.770e455a6":"2025-05-22T00:42:15.436Z","1.0.19-canary.9964849e9":"2025-05-22T16:52:34.112Z","1.0.19-canary.d5e5795c9":"2025-05-22T18:29:40.032Z","1.0.19-firebase-studio-sdk-integration.d15eeea26":"2025-05-23T18:44:24.893Z","1.0.19-canary.ec91a8611":"2025-05-27T14:46:21.626Z","1.0.19-canary.8cb21ffc5":"2025-05-27T14:46:44.880Z","1.0.19-canary.40be2dbb8":"2025-05-27T14:47:52.274Z","1.0.19-canary.1933324e0":"2025-05-28T13:41:21.958Z","1.0.15-eap-ai-hybridinference.58d92df33":"2025-05-28T22:18:01.224Z","1.0.19-canary.af9f8b552":"2025-05-30T20:12:01.873Z","1.0.19-canary.30de503ec":"2025-05-30T20:54:37.200Z","1.0.19-firebase-studio-sdk-integration.0d857eae1":"2025-06-04T18:56:17.829Z","1.0.19-canary.89051ca4d":"2025-06-05T15:23:49.018Z","1.0.19-canary.d590889d6":"2025-06-05T17:02:32.314Z","1.0.19-canary.5871fd656":"2025-06-05T19:03:29.113Z","1.0.19-canary.6cc9a0732":"2025-06-05T21:50:25.180Z","1.0.19-canary.c0617a341":"2025-06-05T21:59:32.885Z","1.0.19-canary.0f891d861":"2025-06-06T17:29:27.016Z","1.0.19-canary.230692087":"2025-06-09T23:22:10.124Z","1.0.19-canary.a0583094a":"2025-06-10T19:28:40.534Z","1.0.19-canary.7fb64dd82":"2025-06-13T14:19:39.202Z","1.0.19-canary.13e6cce88":"2025-06-17T21:52:48.488Z","1.0.19-canary.b97eab36a":"2025-06-18T20:06:07.544Z","1.0.19-firebase-studio-sdk-integration.11d58925e":"2025-06-19T00:34:21.793Z","1.0.19-canary.41e3c4cdf":"2025-06-20T19:57:16.125Z","1.0.19-canary.f73e08b21":"2025-06-20T21:35:33.318Z","1.0.19-canary.42ac40117":"2025-06-23T17:19:14.940Z","1.0.19-canary.bb57947c9":"2025-06-23T18:09:21.580Z","1.0.19-canary.7ae5b12b9":"2025-06-23T19:09:22.175Z","1.0.19-canary.86155b3c8":"2025-06-23T20:41:59.421Z","1.0.20-20250626140224":"2025-06-26T14:12:12.528Z","1.0.19-canary.3d44792f1":"2025-06-26T17:31:17.860Z","1.0.20":"2025-06-30T16:48:21.472Z","1.0.19-canary.5d13166dc":"2025-07-02T04:47:56.081Z","1.0.19-canary.247b92f9b":"2025-07-02T04:48:15.358Z","1.0.19-canary.8072572f9":"2025-07-02T20:19:23.029Z","1.0.19-canary.ab5c2a06e":"2025-07-03T06:34:54.572Z","1.0.19-canary.a029ce39e":"2025-07-07T15:40:24.558Z","1.0.19-canary.ae976d029":"2025-07-08T21:37:35.936Z","1.0.19-canary.a4ccd254d":"2025-07-09T14:07:57.582Z","1.0.19-canary.91fa484b5":"2025-07-09T14:42:42.260Z","1.0.19-canary.47b154c75":"2025-07-09T14:52:45.534Z","1.0.19-canary.6ab4e13a1":"2025-07-09T18:37:48.891Z","1.0.19-canary.ec5f37403":"2025-07-09T19:04:00.402Z","1.0.19-canary.e59cd7da1":"2025-07-10T23:26:47.122Z","1.0.20-canary.2b5731292":"2025-07-11T17:36:22.174Z","1.0.20-canary.f11b55294":"2025-07-11T18:47:03.663Z","1.0.20-canary.2d720995d":"2025-07-12T00:39:23.251Z","1.0.20-canary.d91169f06":"2025-07-12T01:02:02.257Z","1.0.20-canary.cb19688bf":"2025-07-14T20:16:57.330Z","1.0.20-canary.5200f7bb7":"2025-07-14T21:08:41.780Z","1.0.20-canary.25b60fdaa":"2025-07-15T17:00:55.905Z","1.0.20-canary.a9be6757f":"2025-07-15T17:01:19.553Z","1.1.0-20250715195345":"2025-07-15T20:03:40.417Z","1.1.0-20250716004940":"2025-07-16T00:59:41.465Z","1.0.20-canary.f18b25f73":"2025-07-16T01:00:45.242Z","1.0.20-canary.9771bffad":"2025-07-16T18:14:28.465Z","1.1.0-20250716201504":"2025-07-16T20:25:10.545Z","1.0.20-canary.574800585":"2025-07-17T17:27:56.339Z","1.1.0":"2025-07-17T21:09:34.687Z","1.1.0-canary.56fbe5207":"2025-07-17T21:37:55.984Z","1.1.0-canary.a4897a621":"2025-07-22T19:05:35.869Z","1.1.0-canary.b9209dc91":"2025-07-29T17:52:46.353Z","1.1.0-canary.492353771":"2025-07-31T15:36:01.893Z","1.1.0-canary.e25317f9f":"2025-08-06T23:29:22.305Z","1.1.0-canary.44d8d742f":"2025-08-07T23:55:42.614Z","1.1.0-canary.cc605e728":"2025-08-08T20:11:40.108Z","1.1.0-firebase-studio-sdk-integration.f7536090e":"2025-08-12T18:36:17.564Z","1.1.0-firebase-studio-sdk-integration.556d1bed2":"2025-08-13T18:30:46.644Z","1.1.0-canary.5501791d0":"2025-08-13T23:08:12.877Z","1.1.0-canary.2058432e6":"2025-08-18T20:20:55.248Z","1.1.0-canary.02280d747":"2025-08-20T16:27:37.679Z","1.1.0-canary.9b63cd60e":"2025-08-20T16:32:11.511Z","1.1.0-canary.84b8bed35":"2025-08-21T17:31:57.838Z","1.1.0-canary.c5f08a9bc":"2025-08-21T17:32:20.735Z","1.1.0-canary.cbef6c6e5":"2025-08-26T16:39:06.167Z","1.1.0-canary.984086b0b":"2025-08-27T14:13:42.942Z","1.1.0-canary.f2ecae7df":"2025-08-28T16:39:38.057Z","1.1.0-canary.095c098de":"2025-08-29T00:11:20.061Z","1.1.0-canary.4d834deb2":"2025-08-29T17:30:09.947Z","1.1.0-canary.a4848b401":"2025-09-02T17:15:20.463Z","1.1.0-canary.55f3f83a7":"2025-09-04T16:21:35.963Z","1.1.0-canary.06ab5c4f9":"2025-09-09T18:26:20.326Z","1.1.0-canary.120a30838":"2025-09-12T17:25:47.448Z","1.1.0-canary.9b8ab02c5":"2025-09-15T16:17:52.293Z","1.1.0-canary.43276b041":"2025-09-16T21:19:29.977Z","1.1.0-canary.c1237662e":"2025-09-17T16:20:21.930Z","1.1.0-canary.6ab71fa0b":"2025-09-18T18:45:59.565Z","1.1.0-canary.cb3bdd812":"2025-09-18T23:35:18.042Z","1.1.0-canary.1bcf83d7f":"2025-09-24T16:13:50.107Z","1.1.0-canary.0ffcb26af":"2025-09-25T15:05:20.743Z","1.1.0-canary.7a7634f79":"2025-09-25T18:44:23.264Z","1.1.0-canary.ea8512812":"2025-09-29T17:56:29.455Z","1.1.0-canary.0bb2fe636":"2025-09-29T18:15:18.400Z","1.1.0-canary.ccbf7ba36":"2025-09-29T19:05:20.971Z","1.1.0-canary.2596dd1b5":"2025-10-07T13:51:55.500Z","1.1.0-canary.b7e18d0ff":"2025-10-09T13:15:30.043Z","1.1.0-canary.261508183":"2025-10-10T17:36:53.580Z","1.1.0-canary.c8263c471":"2025-10-16T16:49:02.749Z","1.1.0-canary.44d9891f9":"2025-10-20T16:13:03.185Z","1.1.0-canary.91c218db2":"2025-10-20T16:14:48.310Z","1.1.0-canary.22e0a1adb":"2025-10-20T16:34:55.577Z","1.1.0-canary.8209266c6":"2025-10-21T18:17:34.680Z","1.1.0-canary.bc5a7c4a7":"2025-10-28T16:26:50.891Z","1.1.0-canary.6e0e30317":"2025-10-28T21:15:07.173Z","1.1.0-canary.63167c68a":"2025-10-30T16:16:03.725Z","1.1.0-canary.c47bd7175":"2025-10-30T19:35:42.076Z","1.1.0-eap-firestore-pipelines.1.f9c4cdec7":"2025-11-05T01:36:12.464Z","1.1.0-canary.0800a8bed":"2025-11-05T19:18:20.979Z","1.1.0-eap-firestore-pipelines.2.e4cdd2e06":"2025-11-06T02:52:24.315Z","1.1.0-canary.6abe52967":"2025-11-11T04:30:10.460Z","1.1.0-canary.f06cbf99b":"2025-11-12T14:57:51.425Z","1.1.0-canary.5c35f514c":"2025-11-12T18:19:41.021Z","1.1.0-canary.180b1ad9b":"2025-11-13T02:29:38.668Z","1.1.0-canary.b228a2ab9":"2025-11-13T15:02:32.321Z","1.1.0-canary.578686b0b":"2025-11-13T22:17:12.347Z","1.1.0-canary.d1d898f55":"2025-11-14T19:19:09.240Z","1.1.0-canary.60d1b18bd":"2025-11-20T17:52:48.286Z","1.1.0-canary.59407948d":"2025-11-24T20:08:28.643Z","1.1.0-canary.e6415ddee":"2025-11-25T19:45:35.422Z","1.1.0-canary.9101b4611":"2025-12-01T20:40:54.979Z","1.1.0-canary.f5fc6bf76":"2025-12-01T20:47:57.116Z","1.1.0-canary.5c7430dea":"2025-12-03T21:23:44.684Z","1.1.0-canary.a09ef786f":"2025-12-04T18:57:51.274Z","1.1.0-canary.1e406a2b7":"2025-12-04T19:49:11.515Z","1.1.0-canary.5511b4fa7":"2025-12-09T14:57:53.436Z","1.1.0-canary.bc2b2cdea":"2025-12-12T19:28:17.206Z","1.1.0-canary.8e26a5590":"2025-12-16T16:16:16.705Z","1.1.0-caching-fdc.9f17eac6e":"2025-12-16T18:11:42.284Z","1.1.0-canary.9cf4b7e35":"2026-01-05T20:31:39.438Z","1.1.0-canary.8bac8f0b2":"2026-01-07T18:23:22.660Z","1.1.0-canary.5579b387a":"2026-01-12T18:54:54.561Z","1.1.0-canary.b2827448b":"2026-01-13T15:54:19.617Z","1.1.0-canary.d5ff5a4b1":"2026-01-14T16:21:17.727Z","1.1.0-canary.efc0117ae":"2026-01-14T19:10:43.693Z","1.1.0-canary.817151ee9":"2026-01-15T00:26:01.933Z","1.1.0-canary.58ddd6e54":"2026-01-16T15:48:04.174Z","1.1.0-canary.d818df4e8":"2026-01-21T20:33:55.543Z","1.1.0-canary.08e3acdf0":"2026-01-26T18:09:57.568Z","1.1.0-canary.f9aaeca46":"2026-01-26T18:12:11.479Z","1.1.0-canary.c4a3a5643":"2026-01-27T16:10:19.981Z","1.1.0-canary.2e7432986":"2026-01-29T19:35:13.895Z","1.1.0-canary.65a553baf":"2026-01-29T19:45:45.233Z","1.1.0-canary.691a506ec":"2026-01-29T20:13:00.079Z","1.1.0-canary.8123231a1":"2026-01-29T21:19:31.940Z","1.1.0-canary.f9254b6d2":"2026-01-30T18:12:10.456Z","1.1.0-canary.b10a296fa":"2026-02-03T18:56:14.922Z","1.1.0-canary.e4b2890fd":"2026-02-05T14:54:17.831Z","1.1.0-canary.2bd48a604":"2026-02-18T17:25:28.730Z","1.1.0-canary.35b284af4":"2026-02-18T18:23:32.039Z","1.1.0-canary.93eeffcb3":"2026-02-18T18:24:22.696Z","1.1.0-canary.d7c311a4b":"2026-02-18T18:26:16.843Z","1.1.0-canary.9ced4281d":"2026-02-18T18:28:12.476Z","1.1.0-canary.c48b47674":"2026-02-18T18:28:53.538Z","1.1.0-canary.4d2ab8507":"2026-02-18T18:30:55.383Z","1.1.0-canary.d4b22a872":"2026-02-18T18:33:41.322Z","1.1.0-canary.7b1e6ec79":"2026-02-18T19:51:45.231Z","1.1.0-canary.47f85219d":"2026-02-18T19:52:08.055Z","1.1.0-canary.f0b0398eb":"2026-02-19T19:58:42.909Z","1.1.0-canary.46fa57f9e":"2026-02-19T19:59:40.883Z","1.1.1-20260224183151":"2026-02-24T18:42:58.708Z","1.1.0-canary.920624ade":"2026-02-26T20:59:50.093Z","1.1.1":"2026-02-27T15:58:10.182Z","1.1.1-canary.78384d32c":"2026-03-02T16:06:53.168Z","1.1.1-canary.22476e1bc":"2026-03-02T18:34:59.262Z","1.1.1-canary.792c61671":"2026-03-05T21:31:59.634Z","1.1.1-canary.d7b182645":"2026-03-11T17:02:28.991Z","1.1.1-canary.891a0c9d4":"2026-03-17T15:05:43.626Z","1.1.1-canary.843a8d789":"2026-03-17T15:05:56.895Z","1.1.2-20260317152345":"2026-03-17T15:34:41.282Z","1.1.2":"2026-03-19T12:53:49.996Z","1.1.2-canary.ba0bc39bb":"2026-03-20T23:48:14.505Z","1.1.2-canary.f4e0086e3":"2026-03-23T23:07:16.287Z","1.1.2-canary.44ad4cc2e":"2026-03-25T19:34:34.067Z","1.1.2-canary.742e17a8e":"2026-03-31T17:45:21.639Z","1.1.2-canary.bfb9accdc":"2026-04-01T00:31:17.907Z"},"readme":"# @firebase/database\n\nThis is the Firebase Realtime Database component of the Firebase JS SDK. \n\n**This package is not intended for direct usage, and should only be used via the officially supported [firebase](https://www.npmjs.com/package/firebase) package.**","users":{}}